yunque9/xcode/Classes/Native/mscorlib9.cpp

43534 lines
1.9 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/Math.h"
#include "icalls/mscorlib/System/MissingMemberException.h"
#include "icalls/mscorlib/System/MonoCustomAttrs.h"
#include "icalls/mscorlib/System/Number.h"
#include "icalls/mscorlib/System/NumberFormatter.h"
#include "icalls/mscorlib/System/Object.h"
#include "icalls/mscorlib/System.Reflection/Assembly.h"
#include "icalls/mscorlib/System.Reflection/AssemblyName.h"
#include "icalls/mscorlib/System.Reflection/CustomAttributeData.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>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, 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, 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>
struct VirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269;
// System.AssemblyLoadEventHandler
struct AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
// System.AttributeUsageAttribute
struct AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388;
// System.Boolean[]
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.LocalDataStoreSlot>[]
struct EntryU5BU5D_tF47AA275DDFB02146AFA62DA32AA55794E13F046;
// System.Collections.Generic.Dictionary`2/Entry<System.Type,System.AttributeUsageAttribute>[]
struct EntryU5BU5D_tAB32E48E1EF03718E6E17D1056D26DD6C7EB7E12;
// System.Collections.Generic.Dictionary`2/Entry<System.Type,System.MonoCustomAttrs/AttributeInfo>[]
struct EntryU5BU5D_t3579035BE570C7E05C388F86010EECDCE65B7E8F;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.LocalDataStoreSlot>
struct KeyCollection_t3050E2E250DD1DB73E5D8EA2C7D592250D47E70A;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Type,System.AttributeUsageAttribute>
struct KeyCollection_tAA50784758BF3D5C7D911FB978233D04C2EE7CEA;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Type,System.MonoCustomAttrs/AttributeInfo>
struct KeyCollection_tDE0FF85FBA4F0A8F2A2F9FB41087B790F709C515;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.LocalDataStoreSlot>
struct ValueCollection_t4A2F7D81D3EC61BE67642C0B0FA962D896A3E1E7;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Type,System.AttributeUsageAttribute>
struct ValueCollection_t154EDF3CAEA5134C6141C82CDC837C8E4446DBA4;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Type,System.MonoCustomAttrs/AttributeInfo>
struct ValueCollection_tD47DAB180B5AF6301D65DD513C7061AC268026A2;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// 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.Dictionary`2<System.String,System.LocalDataStoreSlot>
struct Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08;
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
struct Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA;
// System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>
struct Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236;
// System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>
struct Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<System.Type>
struct IEqualityComparer_1_t84A1E76CEF8A66F732C15925C1E1DBC7446DB3A4;
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData>
struct IList_1_tE0C117F07E4E8ABEAD1951B553655F0835E9F485;
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeNamedArgument>
struct IList_1_tD431CA53D2DA04D533C85B6F283DF4535D06B9FC;
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeTypedArgument>
struct IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE;
// System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>
struct IReadOnlyDictionary_2_tF12AC6C54B252680968AC58C45E1522DA1C72D03;
// System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.LocalDataStoreSlot>
struct IReadOnlyDictionary_2_t5D3B73C50000DF2E22FCD72C00895EB73200ABA9;
// System.Collections.Generic.List`1<System.LocalDataStore>
struct List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>
struct ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeData>
struct ReadOnlyCollection_1_tDD4D93FFE40A14E74D1B366764AABCE0121ED99F;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>
struct ReadOnlyCollection_1_tDB8F0CA62CF79B1054F1B209516B0E4E17B3E6C8;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>
struct ReadOnlyCollection_1_tC2509BCA9998A9487BF53350FF82BD2674DDFDE5;
// System.DateTimeParse/MatchNumberDelegate
struct MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Double[]
struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs>
struct EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.FileLoadException
struct FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB;
// System.IO.FileNotFoundException
struct FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431;
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.UnmanagedMemoryStream
struct UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E;
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.LocalDataStore
struct LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE;
// System.LocalDataStoreElement[]
struct LocalDataStoreElementU5BU5D_t497D47CE89AF78D3EF9A7AC332F7AD017A3CD3B0;
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
// System.LocalDataStoreSlot
struct LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E;
// System.LocalDataStore[]
struct LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD;
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF;
// System.MemberAccessException
struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0;
// System.MethodAccessException
struct MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB;
// System.MissingFieldException
struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37;
// System.MissingMemberException
struct MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD;
// System.MissingMethodException
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498;
// System.MonoAsyncCall
struct MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD;
// System.MonoCustomAttrs/AttributeInfo
struct AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A;
// System.MonoLimitationAttribute
struct MonoLimitationAttribute_t60914056F9C7FD1017B4187D3C41E5D199C362E4;
// System.MonoListItem
struct MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64;
// System.MonoTODOAttribute
struct MonoTODOAttribute_t0D37CE020492CC4F1A620F173C52E5780E2A9666;
// System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D;
// System.MulticastDelegate
struct MulticastDelegate_t;
// System.MulticastNotSupportedException
struct MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211;
// System.NonSerializedAttribute
struct NonSerializedAttribute_t1D1C4A9662B6C2FAC28237FCDFA49FA4747BC3BA;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.NullConsoleDriver
struct NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D;
// System.NullReferenceException
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC;
// System.NumberFormatter
struct NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC;
// System.NumberFormatter/CustomInfo
struct CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1;
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.ObsoleteAttribute
struct ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170;
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83;
// System.OperationCanceledException
struct OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90;
// System.OrdinalComparer
struct OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A;
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7;
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D;
// System.ParamArrayAttribute
struct ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C;
// System.ParameterizedStrings/FormatParam[]
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5;
// System.ParameterizedStrings/LowLevelStack
struct LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2;
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5;
// System.PointerSpec
struct PointerSpec_tBCE1666DC24EC6E4E5376FEC214499984EC26892;
// System.Random
struct Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F;
// System.RankException
struct RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F;
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349;
// System.Reflection.Assembly
struct Assembly_t;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
// System.Reflection.Assembly/UnmanagedMemoryStreamForModule
struct UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4;
// System.Reflection.AssemblyCompanyAttribute
struct AssemblyCompanyAttribute_t2F810E97ADD9E7850E0F954EFA2DF7C056985DFF;
// System.Reflection.AssemblyConfigurationAttribute
struct AssemblyConfigurationAttribute_tE9ADA5C677602C10C37EA25F3BD1C9E90196C4D1;
// System.Reflection.AssemblyCopyrightAttribute
struct AssemblyCopyrightAttribute_t8DF6FB6575CF7BD55F0E4EDD0B25D28B63D24960;
// System.Reflection.AssemblyDefaultAliasAttribute
struct AssemblyDefaultAliasAttribute_tC5A38CBC9F33DAF1234EA5B7A4839028AAE1A8B2;
// System.Reflection.AssemblyDelaySignAttribute
struct AssemblyDelaySignAttribute_t1C835220662F6969D8CDDDF1D145CEDBE54A3437;
// System.Reflection.AssemblyDescriptionAttribute
struct AssemblyDescriptionAttribute_tC327583B1C647165DFBE9B2A26A4652571D3F804;
// System.Reflection.AssemblyFileVersionAttribute
struct AssemblyFileVersionAttribute_t1A9625F4EC9900AC950834185DABC4AD1B880077;
// System.Reflection.AssemblyInformationalVersionAttribute
struct AssemblyInformationalVersionAttribute_tBA4A9D17D747C49BB85AF256BD0EE1F43FE87270;
// System.Reflection.AssemblyKeyFileAttribute
struct AssemblyKeyFileAttribute_t34031CD8991F681B5D0AC4F3BEBB48D180F8F927;
// System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82;
// System.Reflection.AssemblyProductAttribute
struct AssemblyProductAttribute_tDC2C08690010822BC94D1AE8E49D0EE33AE7CAA6;
// System.Reflection.AssemblyTitleAttribute
struct AssemblyTitleAttribute_t0A1E924DB8432B9BEDE2290C9EC9D4B6EB9C79EC;
// System.Reflection.AssemblyTrademarkAttribute
struct AssemblyTrademarkAttribute_tCA7012FE4691B250B5F913B160C0013F25131331;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF;
// System.Reflection.CustomAttributeData
struct CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88;
// System.Reflection.CustomAttributeData/LazyCAttrData
struct LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38;
// System.Reflection.CustomAttributeData[]
struct CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB;
// System.Reflection.CustomAttributeFormatException
struct CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D;
// System.Reflection.CustomAttributeNamedArgument[]
struct CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828;
// System.Reflection.CustomAttributeTypedArgument[]
struct CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05;
// System.Reflection.EventInfo
struct EventInfo_t;
// System.Reflection.EventInfo/AddEventAdapter
struct AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// System.Reflection.ICustomAttributeProvider
struct ICustomAttributeProvider_tA83E69D2C560A6EF8DDA8C438BD4C80C2EA03D55;
// System.Reflection.ManifestResourceInfo
struct ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MethodBase
struct MethodBase_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Reflection.Module
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7;
// System.Reflection.ModuleResolveEventHandler
struct ModuleResolveEventHandler_tE80BD48D5CDB3AFC950460B7DF15F8F48FD1D222;
// System.Reflection.Module[]
struct ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E;
// System.Reflection.MonoCMethod
struct MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61;
// System.Reflection.MonoEvent
struct MonoEvent_t;
// System.Reflection.MonoMethod
struct MonoMethod_t;
// System.Reflection.MonoProperty
struct MonoProperty_t;
// System.Reflection.MonoProperty/GetterAdapter
struct GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711;
// System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB;
// System.Reflection.PropertyInfo
struct PropertyInfo_t;
// 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.ResolveEventHandler
struct ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5;
// System.Runtime.InteropServices.ComImportAttribute
struct ComImportAttribute_t274D44BA1076F587D6AC97C2AFBA0A7B25EFDF40;
// System.Runtime.InteropServices.MarshalAsAttribute
struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020;
// System.Runtime.InteropServices.SafeBuffer
struct SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208;
// System.Runtime.Remoting.Contexts.Context
struct Context_tE86AB6B3D9759C8E715184808579EFE761683724;
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection
struct DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C;
// System.Runtime.Remoting.IChannelInfo
struct IChannelInfo_tBB94344D943AE3690E34FC989F82D79CEE4F0F4D;
// System.Runtime.Remoting.IEnvoyInfo
struct IEnvoyInfo_t11D78CB5D6976205E23180E5F0911CEF40672148;
// System.Runtime.Remoting.IRemotingTypeInfo
struct IRemotingTypeInfo_t510B5BDF4B8C7290A270755122F69C90EDE1B56C;
// System.Runtime.Remoting.Lifetime.Lease
struct Lease_t33787DBF803EE2586CBFDC46E3528D17F14AD3A3;
// System.Runtime.Remoting.Messaging.IMessageSink
struct IMessageSink_tB1CED1C3E8A2782C843D48468DB443B7940FC76C;
// System.Runtime.Remoting.ObjRef
struct ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2;
// System.Runtime.Remoting.ServerIdentity
struct ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.RuntimeType
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F;
// System.Security.Policy.Evidence
struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307;
// System.Security.Principal.IPrincipal
struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF;
// System.Security.SecurityException
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5;
// System.SerializableAttribute
struct SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
// System.Threading.CancellationTokenSource
struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE;
// System.Threading.ExecutionContext
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
// System.Threading.InternalThread
struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
// System.Threading.Thread
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E;
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Assembly_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_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* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ComImportAttribute_t274D44BA1076F587D6AC97C2AFBA0A7B25EFDF40_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tD1EC5ECDBEFFE93783B81CD6F9B2C16F13DF0034_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tF27C580BF18AADF6B14CF7748F833DFD53A112CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashHelpers_tDC6BF33BEF3A798515BA62BA704DD83AEBFA9C33_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tD5445A483D025654198185F0941FFAEAC7CA32CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICustomAttributeProvider_tA83E69D2C560A6EF8DDA8C438BD4C80C2EA03D55_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_1_tD431CA53D2DA04D533C85B6F283DF4535D06B9FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_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* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MidpointRounding_t458D56BA077AD42C4E857EB00CF6E8AC43761409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoEvent_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoMethod_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoProperty_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulticastDelegate_t_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* NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_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* OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParameterizedStrings_t495ED7291D56B901CAA1F10EC25739C3C99DC923_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F_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* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD_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* UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00C75FBF9FDF37741287FE5138D60B6AEC257FF6;
IL2CPP_EXTERN_C String_t* _stringLiteral0547FFE19A268F683E119C580E67B2822ECB1CA8;
IL2CPP_EXTERN_C String_t* _stringLiteral084FFAAA9B3C44EA10F48470A84F30DEFECA1AFB;
IL2CPP_EXTERN_C String_t* _stringLiteral106347FA01CECDD3F27627F13CD2F8689DDAEB49;
IL2CPP_EXTERN_C String_t* _stringLiteral15ADDCB97578C2E71698AD6FD89A64BBE52AD302;
IL2CPP_EXTERN_C String_t* _stringLiteral163101B00614C329C5E458B19A291A561374F2D4;
IL2CPP_EXTERN_C String_t* _stringLiteral1BE84A4E4FC72B0FC9F958F069279FF01F30498D;
IL2CPP_EXTERN_C String_t* _stringLiteral1C8D81506A5291DBB0387C737FDF626D63480060;
IL2CPP_EXTERN_C String_t* _stringLiteral1CC0D6AA94545E8C04D57D35B7C2A2E44B7CBCDA;
IL2CPP_EXTERN_C String_t* _stringLiteral1CC8D40E2AD6A337A6AB8C75ECEC0B05071A07FB;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
IL2CPP_EXTERN_C String_t* _stringLiteral24B18D1B611EBD9BD1B2BE1DD472EF431E1A8FF7;
IL2CPP_EXTERN_C String_t* _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40;
IL2CPP_EXTERN_C String_t* _stringLiteral2A4154CF0E0CAD5EF9058162B000C31D5698BCA5;
IL2CPP_EXTERN_C String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
IL2CPP_EXTERN_C String_t* _stringLiteral2C7E616E4A86A57A7A0199B5BEB1B46F48C27E21;
IL2CPP_EXTERN_C String_t* _stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6;
IL2CPP_EXTERN_C String_t* _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
IL2CPP_EXTERN_C String_t* _stringLiteral376A1C1EC35E50EC842B660B9E346C386ABA78C1;
IL2CPP_EXTERN_C String_t* _stringLiteral383D35902DC8AF1AED9A5759D2D36F1912C35A75;
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
IL2CPP_EXTERN_C String_t* _stringLiteral3AFDEB0202F5E0AD9A6699BE926901242FEBEE58;
IL2CPP_EXTERN_C String_t* _stringLiteral3DEE701517E5DC4B50EFF674034A0B7F7C69237A;
IL2CPP_EXTERN_C String_t* _stringLiteral3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264;
IL2CPP_EXTERN_C String_t* _stringLiteral3F97C5DD6CCFE6E9BDFBAD8CC0E1479FE20ADA5B;
IL2CPP_EXTERN_C String_t* _stringLiteral4187A530F15B19E40E419B2BADD37E50513CBA28;
IL2CPP_EXTERN_C String_t* _stringLiteral429E5FA4D1D7144F34D28671D44DCF82BA6A3ADD;
IL2CPP_EXTERN_C String_t* _stringLiteral49528F455332114866ED9F223ED181D3C9C5E554;
IL2CPP_EXTERN_C String_t* _stringLiteral49F5CC194E751BEEEC38ECE70DA1908E9A004E89;
IL2CPP_EXTERN_C String_t* _stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD;
IL2CPP_EXTERN_C String_t* _stringLiteral4BA346864A057D87BEFA41E92A6E24D77C7254EC;
IL2CPP_EXTERN_C String_t* _stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7;
IL2CPP_EXTERN_C String_t* _stringLiteral5371656E62DB527D005E1031DDDEABE47B69C2B7;
IL2CPP_EXTERN_C String_t* _stringLiteral55AAC7FF7486D197D20F3136212D7EC1745C29B3;
IL2CPP_EXTERN_C String_t* _stringLiteral57C41A14D3232EE83859583D0F3BFF6F0F30EF8C;
IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
IL2CPP_EXTERN_C String_t* _stringLiteral61949ED5CFFA2530579D719C807A8522959586DD;
IL2CPP_EXTERN_C String_t* _stringLiteral62DD33B064D63BF099DACF6A30A96E89A4ECEF3B;
IL2CPP_EXTERN_C String_t* _stringLiteral691E5B6394D50B7BD53C8277301E79B8DA9F0243;
IL2CPP_EXTERN_C String_t* _stringLiteral6976E9D2306260A73687B281AF880C13AB05F910;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral6CB021F4DE5A59C914CE2FD45BD52E5CA6A397FC;
IL2CPP_EXTERN_C String_t* _stringLiteral6E790A9A51D1B2B5A47249B344B7BF4D9848453B;
IL2CPP_EXTERN_C String_t* _stringLiteral6EB197EFF2520A15200111CB1E6DCAAF5ADB14E4;
IL2CPP_EXTERN_C String_t* _stringLiteral704E903AEE69B6C56D81F82F4D1B9D2695CA338C;
IL2CPP_EXTERN_C String_t* _stringLiteral71071FE5B0CC6568A7A21FDD842333F6D6361758;
IL2CPP_EXTERN_C String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
IL2CPP_EXTERN_C String_t* _stringLiteral7E9FC68A29654E98A3E694CBF54D7D17FFACE5D7;
IL2CPP_EXTERN_C String_t* _stringLiteral8022B43C307082299EB2F1AFB6F0A9DC34CD7AA9;
IL2CPP_EXTERN_C String_t* _stringLiteral80F1DED262927193F8132FF67739694FCBBEC861;
IL2CPP_EXTERN_C String_t* _stringLiteral83266F61D5BE5A1B8CFE1DFE7E2B83410F5A6CE2;
IL2CPP_EXTERN_C String_t* _stringLiteral854D8C35482A3B8FFE553FACB75F29D1167E941B;
IL2CPP_EXTERN_C String_t* _stringLiteral858B28677610CF07E111998CCE040F14F5256455;
IL2CPP_EXTERN_C String_t* _stringLiteral8B10B93DD988267350F0DD5E2FBA60F952CCBB6D;
IL2CPP_EXTERN_C String_t* _stringLiteral8B32AC942B9F549500E29F302ED9D6B98D795C64;
IL2CPP_EXTERN_C String_t* _stringLiteral8BCA0CC01AED414F47A7BB854DF72EAA955F472A;
IL2CPP_EXTERN_C String_t* _stringLiteral8FF423F750EAB821AF9F4C9C956D5052DFEF62AF;
IL2CPP_EXTERN_C String_t* _stringLiteral90FA44E2187B087DDED7809471A1A4AE27CB7C3C;
IL2CPP_EXTERN_C String_t* _stringLiteral924F834D70FF4F690B42AE272F79F65518C99393;
IL2CPP_EXTERN_C String_t* _stringLiteral928B8A7EE43919C1DF3867AE7CF21D4FA3728C14;
IL2CPP_EXTERN_C String_t* _stringLiteral933E9DEDE3C0119BCED3AEE351569D160C28BC18;
IL2CPP_EXTERN_C String_t* _stringLiteral93B051546FEE5C330DD87032B1F06D531BB21AD0;
IL2CPP_EXTERN_C String_t* _stringLiteral952604412082661142BB4448D6792E048E0317FC;
IL2CPP_EXTERN_C String_t* _stringLiteral960389B58FB916F8E6C58B645F68DD85BF982F95;
IL2CPP_EXTERN_C String_t* _stringLiteral96381E2F024C12724EC5487B5A626D994F68A795;
IL2CPP_EXTERN_C String_t* _stringLiteral986540166B814140B53AB5EC48E64A78DA46A1CA;
IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
IL2CPP_EXTERN_C String_t* _stringLiteral9CBF7C15A966BA91A86BE990E065301A02547C1C;
IL2CPP_EXTERN_C String_t* _stringLiteral9F85E6308E3E1B0F5B2FA096924FCBEED584B1F8;
IL2CPP_EXTERN_C String_t* _stringLiteralA3F4A5587A5729C3EFB8474E3AAA2722613DD4DB;
IL2CPP_EXTERN_C String_t* _stringLiteralA4CCCAC13F6D6DD73D059697589EA48A1DF80CD2;
IL2CPP_EXTERN_C String_t* _stringLiteralA6CFAAE29F4F7D713F008A8F5C6BE1DE6F64CADD;
IL2CPP_EXTERN_C String_t* _stringLiteralA7C79AD71410823345AD963F5BF47EEABE5FB7E0;
IL2CPP_EXTERN_C String_t* _stringLiteralAAD19283FC942FFC547E9D76151FC155278475DF;
IL2CPP_EXTERN_C String_t* _stringLiteralAC231C16BB6DC0735FDE11475AE90E9439B40BC1;
IL2CPP_EXTERN_C String_t* _stringLiteralAC725CA88B9BC8836560B0F900332A7C50457AF8;
IL2CPP_EXTERN_C String_t* _stringLiteralACA4B1051B044DEE435611996B9E8EC460312856;
IL2CPP_EXTERN_C String_t* _stringLiteralAE2D86CD2BE6BF988588077152DC43D7030A504A;
IL2CPP_EXTERN_C String_t* _stringLiteralAF7D82A0090AC7ECC269B2EBAD304900F101A823;
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
IL2CPP_EXTERN_C String_t* _stringLiteralB7DB744ADD0E9E907418B11D4A5C61700093DEAF;
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
IL2CPP_EXTERN_C String_t* _stringLiteralB90825201801B23955B563B15AD7E7365DB79833;
IL2CPP_EXTERN_C String_t* _stringLiteralBCDD51CC9F8CB6B408AA795D76539161DBE19FF2;
IL2CPP_EXTERN_C String_t* _stringLiteralBEE42D2FC435CCAA88B02E953C7318706D195EE9;
IL2CPP_EXTERN_C String_t* _stringLiteralC07CFD4E0365EA22192B4DCE4B22B83D99B3EA06;
IL2CPP_EXTERN_C String_t* _stringLiteralC169539BFD4F3CCCA8FFDB4DD310F3117C71F9FA;
IL2CPP_EXTERN_C String_t* _stringLiteralC3A1849E2D0732118533B443827BE28BB700F19E;
IL2CPP_EXTERN_C String_t* _stringLiteralC59407507AE1F649236A2EEBAC9A915C6097F46A;
IL2CPP_EXTERN_C String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97;
IL2CPP_EXTERN_C String_t* _stringLiteralC9E6E7DE9703383E07A53813E0B0CEAC3F74E9D8;
IL2CPP_EXTERN_C String_t* _stringLiteralCECC0D8500754B34F5BD7F11DFABB25C3A770AAF;
IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD1662DF38D46DDA2C0CCC36F3FC665BB92C4000B;
IL2CPP_EXTERN_C String_t* _stringLiteralD2D19CCBEDA69E25464CD1E27E189218BB2480B7;
IL2CPP_EXTERN_C String_t* _stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322;
IL2CPP_EXTERN_C String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46;
IL2CPP_EXTERN_C String_t* _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDC5E2BC1EE2F4BCBFADF10E61E1864076D015CD3;
IL2CPP_EXTERN_C String_t* _stringLiteralDEACEC6A436F9C21DF6476B197308AAD1F717105;
IL2CPP_EXTERN_C String_t* _stringLiteralDFEFBEE8FA51C19A77377FDC99C6D1E91AC2EBB8;
IL2CPP_EXTERN_C String_t* _stringLiteralE015438306ACF3FAB184DF1F0062CFCF7CC11917;
IL2CPP_EXTERN_C String_t* _stringLiteralE1E79CC3983700F455A4D5F772D7BDA5995AB2F8;
IL2CPP_EXTERN_C String_t* _stringLiteralE68A65CCE98DA78E6FA59F7ACDE8480614E6C25F;
IL2CPP_EXTERN_C String_t* _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE7FB41A6A0544D8A8AA178232034311F9D725555;
IL2CPP_EXTERN_C String_t* _stringLiteralE823D95FC8DE056EA2DD064AAB872C4F18B15938;
IL2CPP_EXTERN_C String_t* _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123;
IL2CPP_EXTERN_C String_t* _stringLiteralF12E5F2033DFA9DC2494EC7A266B212E2DED7493;
IL2CPP_EXTERN_C String_t* _stringLiteralF1F1C232C3038BB9496207F4DB7A61A75603C015;
IL2CPP_EXTERN_C String_t* _stringLiteralF21F90700909B9F6000A5EDC822B69CE57F0FC2B;
IL2CPP_EXTERN_C String_t* _stringLiteralF3280D372817136526DB22E63C3B720DE73B0E80;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF4B203C13607C6CE36A755A30A248EF452047C4F;
IL2CPP_EXTERN_C String_t* _stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7;
IL2CPP_EXTERN_C String_t* _stringLiteralFCCD4567F8183EFD22D38720B6DB9812CBB3A3A2;
IL2CPP_EXTERN_C String_t* _stringLiteralFDD30F516AF8B003D52E9BB05EB5A34BC4473E0A;
IL2CPP_EXTERN_C String_t* _stringLiteralFF28F86272965B22D85E8A9498F020ACC49E1D56;
IL2CPP_EXTERN_C const RuntimeMethod* Array_AsReadOnly_TisCustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88_m30364FCF20CF26279523189E6647C3D40B0BBB7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_AsReadOnly_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m052EECB0368B9A6A1E9A05BBDC486190E5A92946_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_AsReadOnly_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m06C336FC2EAE4D5574984D19ABC43E76AC808E6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_LastIndexOf_TisDelegate_t_mEF3643667769C5E754C0DF7DD1B0C9D54E493C45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mE3769C688380A92B93977FA652B43B0C793F4EDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AssemblyFileVersionAttribute__ctor_mAB2EDA4FCF0482DD8F57C3D9F251810FE24885B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AssemblyName_GetAssemblyName_m9CB4D44496CD04F25AF5A194284595F2DBF7A2A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AssemblyName_GetObjectData_m20AA721961749E8CC3106F6FE1D76E89F1DF201C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AssemblyName_InternalGetPublicKeyToken_m8448F4A4443505D58B1950DE08776AE5D715B4BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetExecutingAssembly_m790A21252B5A81BB8E1DC7794C4451539910BD2D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetManifestResourceInfo_m606EB8A7F7CDADB91CA8506CDDD2D8FA353333E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetManifestResourceStream_m1CDE3BCD2067AC0FE384B4FA158C9905F4A9CD6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetModule_mBBED9EB7B3ABB3095D8A57C8BFA1D0874FFA6230_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetModules_m0A6EED5114A6E77FC0623D736471EE4F40007A0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetName_m63169D120151F78E70C3E03B8E4D06941CB28BF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetObjectData_m4D7E3527DBE4C4FE28966630DD35E9A6CB0EAE04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_GetType_m6BBEEA90B32A507B3787D27C7613BBC95B440A05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_InternalGetSatelliteAssembly_mAD76294936326FF69763EC03F609CE3498CF887C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Assembly_LoadWithPartialName_m8AD8435909C5F29BE1635BB8F34051F4E6A302D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E_mCC4662D48DF2FE54F66A984047EA92CE774363AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mC152FBD94252DA2417B7773AE16C51154C9F6A72_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m846F81B95C445180214406E0D355EBA8EC9644D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m3DFDBF11129C60DC0ECECB033EC05774E050982A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6DC5880D3A3E5230394E72108396862B76ACE31C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mC54306ED55A13BB48ACE4E0796F308D460A27CC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m0F44FDB3488E44FD0A1C8D1D1490DFA483E3BC73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCF45E61BB80AB25D2060B3C4F73161D47C8CEE56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m75E41D2EE0C3109FBF9ACDBB01D255B7BB0A5C4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mEE3657EA369C703F44E13F63138E65536EC62533_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF0DECB37208B782E5DC487657101B9FBFA2491C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD180D4FC3F0C1345E889F4BDC76AE4AE4F7D3D2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE9BF53EC826B27040A078E87C78E46CBE5793760_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mBC8DEE264FD7E346D098E28FB1D5096B0F9132FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mA8778E00C87CE50D5466C24C94239B38DAC85F94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE9560E61EBE0949DDA139866213E36AB1F51D535_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m417EECDB01F2D358551281253CC9E5A408B01572_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD27D84BD9B6ABB638EB1C85C37CEA1DBC7EB3537_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalDataStoreMgr_AllocateDataSlot_m879EF0F47F1E07F1B0F905EB2F964E875CF7E036_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalDataStoreMgr_ValidateSlot_m7D28FF28A27A12AB0DD0F029B5A32EEB546B55E9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MarshalByRefObject_CreateObjRef_m5710DD1277B24CE674482A6672D8DF1CA7AE0C16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MarshalByRefObject_InitializeLifetimeService_m9DA40CE045D04935ED21EA83D2AF57CD1EBF6B9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MarshalByRefObject_get_ObjectIdentity_m7416B44A5332EFEB874C4E6A8100F22511D3997C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MarshalByRefObject_set_ObjectIdentity_mE1E420865553E02EA38D821EF08642EC35E891B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Math_AbsHelper_mB251ADF7F607888C8B0A87C4441CB2BEF89CC8F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Math_AbsHelper_mBB53E92A37FF9A4AD65D354BBAC103F935C20802_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Math_Round_mD2CD3A561A8986FD852D651FD34CFF4754DF4839_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Math_Sign_m2F240BD8BF9C88529F275F6ECDB91B3A2D087F85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MissingMemberException_GetObjectData_m8C3183FC543A5EFC6C43E57C4EFD46003B2A09BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MonoCustomAttrs_RetrieveAttributeUsageNoCache_m1218D6C313469F040577C11FCCAB830B29806949_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulticastDelegate_RemoveImpl_mEC70774A4A3E151E86CE936D0A06829B79FCB547_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NumberFormatter_AppendNonNegativeNumber_m9AF8B3BAFDE9443EF437F2A4659E2759913D70E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Number_ParseDecimal_m0D2FF289F648F210AB219D617813E954769B7CCE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Number_ParseDouble_m1114DFDF930B69AB3222044E9818855F131B5672_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Number_ParseInt64_m33AA7A0F69E575B698C474AA716B508904B92B62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Number_ParseUInt32_mF280A62925FED84E23D64DC6B86BC50AD96896FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Number_ParseUInt64_m80F0E92F3D98C3390741451845F261F93A103E27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OperatingSystem__ctor_m17CCE490F4F87F8193C6D4AE9265AE907D8634CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrdinalComparer_GetHashCode_m3B6DDE92C0E34EC5376E0A18E4B40454D503BE0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParameterizedStrings_FormatPrintF_m8747D9D547A44A0B2C9DF3211F7B701FFBDE8563_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParameterizedStrings_GetDynamicOrStaticVariables_m81D4C0CAF1E91BCE50DEB31F94403CAAFD355F5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_ConvertToBase8_mD66EC53C484B48A3E3E5D622E7706B1C50276C39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_IntToString_m5BC5323B0C61C26D9CF4B239E431D8672E060808_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Random_Next_m7D31C038876D9B7DB46C9652934B0EEC165F5141_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Random_Next_m96543D08C12C92C74CAF608F8EACA422D71AEB54_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t AmbiguousMatchException__ctor_m5C93C179AC4AE4A3E7189ACC512E313F9A92C63B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyFileVersionAttribute__ctor_mAB2EDA4FCF0482DD8F57C3D9F251810FE24885B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_Clone_m6238F9067D6E1370581D1873B9D574152AECB606_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_ComputePublicKeyToken_mEB7AC1E5CCAA28B28B2CDF650E3920DB2B466F57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_Create_m770DA7358D03C405E5B1CB07D5F6D4962054C4C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_FillName_m7B2487B7549E5A497AA4CBAC4DAF753B153D49AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_GetAssemblyName_m9CB4D44496CD04F25AF5A194284595F2DBF7A2A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_GetObjectData_m20AA721961749E8CC3106F6FE1D76E89F1DF201C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_InternalGetPublicKeyToken_m8448F4A4443505D58B1950DE08776AE5D715B4BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName__ctor_mCB515225A18771055C42276665B582E8A054EF3D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_get_FullName_m2E26108B8002BA0579FB223426E085BC9014A212_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AssemblyName_set_Version_m41C659EA105905CB03C594648F05AEC91DFA28D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_CreateNIE_m5076DC7513181632DAF6DC6726A154E5DBE960F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_Equals_m2273B81003B5F55B42B4867938606661C10677E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetCustomAttributes_mC5587A2266919F7BD733E50A1E436CA8E6BF8946_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetExecutingAssembly_m790A21252B5A81BB8E1DC7794C4451539910BD2D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetManifestResourceInfo_m606EB8A7F7CDADB91CA8506CDDD2D8FA353333E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetManifestResourceStream_m1CDE3BCD2067AC0FE384B4FA158C9905F4A9CD6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetModule_mBBED9EB7B3ABB3095D8A57C8BFA1D0874FFA6230_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetModules_m0A6EED5114A6E77FC0623D736471EE4F40007A0E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetName_m63169D120151F78E70C3E03B8E4D06941CB28BF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetObjectData_m4D7E3527DBE4C4FE28966630DD35E9A6CB0EAE04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_GetType_m6BBEEA90B32A507B3787D27C7613BBC95B440A05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_InternalGetSatelliteAssembly_mAD76294936326FF69763EC03F609CE3498CF887C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_IsDefined_mAA47987E21D70666BAA87D052D9BA09AB6272429_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_LoadWithPartialName_m8AD8435909C5F29BE1635BB8F34051F4E6A302D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly__ctor_m41300BAA3154BEAFEB427974120BA78C393E5DCB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Assembly_get_Location_mC3728BED3932C4EC6949551E75C95B7D5EBD461F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConstructorInfo__cctor_mE7FF76E2518E432483251CF1DDEC896BAECF331A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_Equals_mD7A2193F3809E7DD5C334421D566E46BFFEED212_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_GetCustomAttributesInternal_m8D1C3A30B4A14B6CC103B0AADC90BC8FDBF14E2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_GetCustomAttributes_m778A759850A85D2DD155EFC04792AC738EEA2E9A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_GetCustomAttributes_m80097B086E843F6ACF356E4AEDCF73D1BE7E7F4C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_GetCustomAttributes_mBBAF52806BF1845EFFEF6999FFD1142B9B9B0B10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_GetHashCode_mE06A10E4F47B180F808545797CC43AD22085AE3D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_ResolveArguments_m5D8B42606832BAD2FAFF1B003F2E86F44E070766_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData_ToString_m3A97B6B762F0AD455BBCB346ACB6F677B4F004B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomAttributeData__ctor_m266BD7CDA05321CC9907149ABF403EA1C35BECB4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomInfo_Format_m1A29FF4C0EF0861E7E2564D8548EEA6916D91252_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomInfo_GetActiveSection_m3C48CF37C771F5434981309EEBDB47383654E25A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomInfo_Parse_m221FEE3DBA88FC585E7EC4F51CE590B9BE0E334A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FormatParam_get_Object_mA0B3CF48E6F801D28DEB4F743CD6CE8771CB5B6D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FormatParam_get_String_m5BF4DC04ADCACFC4A5A5A02630189949C9B71624_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashHelpers__cctor_m4893C061D6416AFC50C3AF637A861CBA983E2D6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr_AllocateDataSlot_m879EF0F47F1E07F1B0F905EB2F964E875CF7E036_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr_AllocateNamedDataSlot_mAD7738795BC4FF13631C2993592F6256FC309FF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr_CreateLocalDataStore_m5455FCABE10BCFC739E52A0EF6404FF033E93417_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr_DeleteLocalDataStore_m943DBF460E197662F6D146A370A3DCD94CBD51A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr_FreeDataSlot_mD32D43F69A116AAE4F0233FD8DE999D81B3643FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr_FreeNamedDataSlot_mBCCD17FD544CEA1AA4777AE367B20DA4F8F3C03D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr_GetNamedDataSlot_m71CB7DDCB5F93DBE1DDBCD5FCE756083E50CF199_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr_ValidateSlot_m7D28FF28A27A12AB0DD0F029B5A32EEB546B55E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalDataStoreMgr__ctor_m8AB872E90E987DD5268F7484DE1DA726960073EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LowLevelStack__ctor_mE79C30BAB0FC89AE061890BE11A19651F6A7F2F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MarshalByRefObject_CreateObjRef_m5710DD1277B24CE674482A6672D8DF1CA7AE0C16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MarshalByRefObject_InitializeLifetimeService_m9DA40CE045D04935ED21EA83D2AF57CD1EBF6B9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MarshalByRefObject_get_ObjectIdentity_m7416B44A5332EFEB874C4E6A8100F22511D3997C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MarshalByRefObject_set_ObjectIdentity_mE1E420865553E02EA38D821EF08642EC35E891B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_com_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_AbsHelper_mB251ADF7F607888C8B0A87C4441CB2BEF89CC8F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_AbsHelper_mBB53E92A37FF9A4AD65D354BBAC103F935C20802_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_Abs_m323BC830110D686220157176AB896AF8DEDFC7D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_Abs_m7F5374AE27F11C3FFBB648DA0EE075317C37C097_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_InternalRound_m3E40FD09D07392522A188C5E3065338C2BA17037_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_Log_m5C457D6A666677B3E260C571049528D5BE93B7AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_Min_m18EB8E9F2EBAF3ACB521CDB9BBC4E358103F3075_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_Round_m7EE608A0B3B8C109464FF045B96657431387DC83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_Round_mD2CD3A561A8986FD852D651FD34CFF4754DF4839_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math_Sign_m2F240BD8BF9C88529F275F6ECDB91B3A2D087F85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Math__cctor_m74DAC117CAF47A5126D22880C729D8B4991DC62E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MemberAccessException__ctor_mDD27777FCB5B591E3A785846CB00EC52CBDEA4D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MethodAccessException__ctor_mA04BCF385465A563D2B65C08391624EAE14C33C8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MissingFieldException__ctor_m61B031B5A45BA495D873FBFFD8481A95489A54A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MissingFieldException_get_Message_m43F026B46192C9A79B507F6D1E69C163C07B1254_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MissingMemberException_GetObjectData_m8C3183FC543A5EFC6C43E57C4EFD46003B2A09BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MissingMemberException__ctor_m0E998DF25E681F352D27BD1575F45AD78788F481_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MissingMemberException__ctor_mE928DEDD684F9B56B2D739CC7C0D36F189B9BC13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MissingMemberException_get_Message_m3995693C813787B7034776FC6F82C0DF7BDBC619_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MissingMethodException__ctor_m1DF6EAD8AE77C7C77D64E7FAE249FE024C56EB71_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MissingMethodException_get_Message_mD35DBB99C4AC01DB84CEABD0A4C84877C85DF7BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_com_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_GetBasePropertyDefinition_mE4F385A4AAB21725646424F839451ACE328562D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_GetBase_m14B26004C94018740FB8627C7FE3383E16E3BD5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_GetCustomAttributesBase_mBF75044E83593AAD9DA29F0C19056B1FB1D98673_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_GetPseudoCustomAttributes_m0D01BF6CDDC677D096E44DC0F32136E4D3812DE9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_GetPseudoCustomAttributes_m7598697AAF50EA30FF6E03C8F9F510FC60434988_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_IsUserCattrProvider_m9B868B5F0A99FE40FD0CC0387036A0E9BBB75932_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_RetrieveAttributeUsageNoCache_m1218D6C313469F040577C11FCCAB830B29806949_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs_RetrieveAttributeUsage_m229824E6B6B43362F51318A23656CCA20729B39F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoCustomAttrs__cctor_m095035BF9D3044644C6BB85C3FE34E186A7A779C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MulticastDelegate_CombineImpl_m722E5D3AD0B2C04F4EDAD82FAFB0733CACAF28B9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MulticastDelegate_Equals_mCC476453B26687950C1623E6944CA786A2DC9C49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MulticastDelegate_GetInvocationList_m3B9C8F9FA6E7721D588ED947018372A96871EB97_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MulticastDelegate_RemoveImpl_mEC70774A4A3E151E86CE936D0A06829B79FCB547_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MulticastNotSupportedException__ctor_m4E7EEFC6E42FEAB6FA8D775E2CC71A0C3B970CD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NullConsoleDriver_ReadKey_mD8783671CC38E7E2BA8949C9C2631BB90D5A0317_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NullConsoleDriver__cctor_m0B892457EA9435B6B2E8483E8F7588290E9573D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberBuffer__cctor_mB263774D1C650BD48E32AC15403F941154721DCE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_AddOneToDecHex_mD5A7D9EA97B16B9B318D5FC7E9F6007E98990878_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_AppendExponent_m642543981CFC9CB61ECCE7DD35289F1711ED0F0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_AppendNonNegativeNumber_m9AF8B3BAFDE9443EF437F2A4659E2759913D70E1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_CountTrailingZeros_m10E7E51D6F3BEFE9FE7D5982334C3A39074F1BD3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_DecHexLen_m89FBA140789567E30D1C73851FBBE539088E5579_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_FastToDecHex_m70F4537592F2D301B57DCB01BF0BF5F5B929845F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_FormatCustom_m5DAC683F225013EEBFC4FDC1682A88C40152A85F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_FormatDecimal_mE1966648115F3FB18A1C369BAB5EA78E2CED2168_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_FormatHexadecimal_mCDD30C1720063B4956F47E52F32775D60B5444AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_FormatRoundtrip_m8339767BDB6A61BABFE5AB826D923D6151DDD816_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_GetClone_m6D13FD559EC8229D8C0F802988E32965EF53119A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_InitDecHexDigits_m42646433FC393F360E2B559C275DA76F30E1CAD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_InitDecHexDigits_m6B41DFE2085FE5ECE27586ACA44B44359C3E3883_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_InitDecHexDigits_mDDED506A219AEEA8A1A12EBC660550D440FF873B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_Init_mD235F6B64FD6B6A4FD970449FD0BF75EC0D621C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_Init_mF96F3A764D7CCB55B5B187EEDB14881E4BD5A2CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_InitialFloatingPrecision_m0E00B5AAAD8CEE7FBFFF538CED95D40FBE8A5184_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_IsZeroOnly_m34EC372F18B62ED7716195F4BD28945F7B1C2716_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_NumberToString_m2BCC98CB4910CBDA506DD64B026DB3C66A66A657_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_NumberToString_m52F79BE9C6B6531191AE27454C6DEBA1C09A4717_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_NumberToString_mB04F03382B99D07E7DDEE769E704C823EC6EF201_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_NumberToString_mB2192DEA3E3EFE9F8799E9D931F21586823E61D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_NumberToString_mBA9C9AB4809ADB1CEDAC880569E1F4EC2ADB547C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_NumberToString_mD13D145869D2857BFDAEDD127A04E68A6B929950_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_NumberToString_mF2FEDF5FC0B3511F8BE51DC6C6FF1B6326BDDA05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_ScaleOrder_m712CE7B5E134E507EC41CC93A43D76F02FC2D8C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter__cctor_m4742B866AF2C274FEE807160C61B979ADB071A2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NumberFormatter__ctor_m8C967CC13F98B4F01D3E9D0691465B0C919FC280_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_FormatDecimal_mD9017BCCC840DA365FF4BE687382AB95D22CF562_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_FormatDouble_m75CA311327BBDA4F918A84B0C0B689B5C4F84EC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_FormatInt64_m4D4B9098DEEF54C61927074C5471C272A1B64BEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_FormatUInt32_m585E2571063A256E46836A51BC4A54CFF151BDEE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_FormatUInt64_m04004F09D1913C13C59635153D0F45AF37F8248A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_ParseDecimal_m0D2FF289F648F210AB219D617813E954769B7CCE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_ParseDouble_m1114DFDF930B69AB3222044E9818855F131B5672_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_ParseInt64_m33AA7A0F69E575B698C474AA716B508904B92B62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_ParseUInt32_mF280A62925FED84E23D64DC6B86BC50AD96896FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_ParseUInt64_m80F0E92F3D98C3390741451845F261F93A103E27_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_TryParseDouble_m42120E69C4182E443BDD9BC6DAF481DCBE9E610B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_TryParseInt32_mF9FA8AD887CFF429B3C9DCAED08CBF7746DB250D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_TryParseInt64_m62C1C9F9BAC32770297859436DE8E68DF0E1E598_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_TryParseSingle_m8BFCEBAF689D19500FA014CAC081D1614BD4A4C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_TryParseUInt32_m5D5F513C1F31174E132E2646CC964C32E55F9436_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Number_TryParseUInt64_m04158127A1F8B0501269FDE9B096EFE9E4C16FE6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectDisposedException_GetObjectData_mD7998E5F70ADEF29C45511FC159D6DAC7CE80708_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectDisposedException__ctor_m50E769BBFAFD430207D11C7FC8263FB87680B9E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectDisposedException__ctor_m7214983E04089BBA4EA56C45AB7128DEDA917BBE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectDisposedException_get_Message_m834DEE141131FE086A90427161327428D37B803A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectDisposedException_get_ObjectName_mCB2A2967E2568EFB35DE8414C7336258D3515629_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OperatingSystem_Clone_mFDF0990EC799E9279AFDE2E1ECC61CC5B2B36D23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OperatingSystem_GetObjectData_mAF2464A61526B487FC0E3D6E6328FFAFC34FFB4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OperatingSystem_ToString_mAC6B321E60D6026BBF295895CF92BC9DCCFEB35D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OperatingSystem__ctor_m17CCE490F4F87F8193C6D4AE9265AE907D8634CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OperatingSystem__ctor_mA685C40F384A84481F730FEEBEB93C2B9F192DD5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OperationCanceledException__ctor_m2B04DF548109DAA7069F6108990F53588B5C5CA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrdinalComparer_Equals_mAE368F4EA533FB8CCFD4135F494EC68778D6395B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrdinalComparer_GetHashCode_m3B6DDE92C0E34EC5376E0A18E4B40454D503BE0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrdinalComparer_GetHashCode_mFF8CC0C48BEBF79CC7187BF1F3A2E5137A0E4D00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParameterizedStrings_FormatPrintF_m8747D9D547A44A0B2C9DF3211F7B701FFBDE8563_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParameterizedStrings_GetDynamicOrStaticVariables_m81D4C0CAF1E91BCE50DEB31F94403CAAFD355F5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParameterizedStrings_StringFromAsciiBytes_mAEFC926F17A489DE843E6A5F33DA14378DFD11A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParamsArray__cctor_m6998FD3890F0B01FE700B07E2DF88BB9AC47980B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParseNumbers_ConvertToBase16_mF82C0864D56A6869C00ABD37B6CA32A1A1C867EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParseNumbers_ConvertToBase2_mAB60A334FCF7A06854FCC360FBFE4237B53CDCD9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParseNumbers_ConvertToBase8_mD66EC53C484B48A3E3E5D622E7706B1C50276C39_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParseNumbers_EndianSwap_m434115BAD2B87C0A4D68CF2ACAC059CE72A25BCF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParseNumbers_IntToString_m5BC5323B0C61C26D9CF4B239E431D8672E060808_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerSpec_ToString_m03CA216A8203D22C5349A8CFC7C39D094A400CAA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Random_Next_m7D31C038876D9B7DB46C9652934B0EEC165F5141_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Random_Next_m96543D08C12C92C74CAF608F8EACA422D71AEB54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RankException__ctor_mC6FEF2C917A7DCC3C446A2AD596022380C980826_MetadataUsageId;
struct Assembly_t_marshaled_com;
struct Assembly_t_marshaled_pinvoke;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
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;;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_com;;
struct Delegate_t_marshaled_pinvoke;
struct Delegate_t_marshaled_pinvoke;;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17;
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5;
struct CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB;
struct CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828;
struct CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05;
struct ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E;
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
struct Il2CppArrayBounds;
// System.Array
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public:
public:
};
// System.BitConverter
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject
{
public:
public:
};
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields
{
public:
// System.Boolean System.BitConverter::IsLittleEndian
bool ___IsLittleEndian_0;
public:
inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast<int32_t>(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); }
inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; }
inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; }
inline void set_IsLittleEndian_0(bool value)
{
___IsLittleEndian_0 = value;
}
};
// System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>
struct Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 : 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_tF47AA275DDFB02146AFA62DA32AA55794E13F046* ___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_t3050E2E250DD1DB73E5D8EA2C7D592250D47E70A * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t4A2F7D81D3EC61BE67642C0B0FA962D896A3E1E7 * ___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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___entries_1)); }
inline EntryU5BU5D_tF47AA275DDFB02146AFA62DA32AA55794E13F046* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tF47AA275DDFB02146AFA62DA32AA55794E13F046** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tF47AA275DDFB02146AFA62DA32AA55794E13F046* 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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___keys_7)); }
inline KeyCollection_t3050E2E250DD1DB73E5D8EA2C7D592250D47E70A * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t3050E2E250DD1DB73E5D8EA2C7D592250D47E70A ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t3050E2E250DD1DB73E5D8EA2C7D592250D47E70A * 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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ___values_8)); }
inline ValueCollection_t4A2F7D81D3EC61BE67642C0B0FA962D896A3E1E7 * get_values_8() const { return ___values_8; }
inline ValueCollection_t4A2F7D81D3EC61BE67642C0B0FA962D896A3E1E7 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t4A2F7D81D3EC61BE67642C0B0FA962D896A3E1E7 * 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_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08, ____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.Type,System.AttributeUsageAttribute>
struct Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 : 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_tAB32E48E1EF03718E6E17D1056D26DD6C7EB7E12* ___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_tAA50784758BF3D5C7D911FB978233D04C2EE7CEA * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t154EDF3CAEA5134C6141C82CDC837C8E4446DBA4 * ___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_t10ABF562FF47B327563169FBB750047BF1341236, ___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_t10ABF562FF47B327563169FBB750047BF1341236, ___entries_1)); }
inline EntryU5BU5D_tAB32E48E1EF03718E6E17D1056D26DD6C7EB7E12* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tAB32E48E1EF03718E6E17D1056D26DD6C7EB7E12** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tAB32E48E1EF03718E6E17D1056D26DD6C7EB7E12* 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_t10ABF562FF47B327563169FBB750047BF1341236, ___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_t10ABF562FF47B327563169FBB750047BF1341236, ___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_t10ABF562FF47B327563169FBB750047BF1341236, ___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_t10ABF562FF47B327563169FBB750047BF1341236, ___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_t10ABF562FF47B327563169FBB750047BF1341236, ___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_t10ABF562FF47B327563169FBB750047BF1341236, ___keys_7)); }
inline KeyCollection_tAA50784758BF3D5C7D911FB978233D04C2EE7CEA * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tAA50784758BF3D5C7D911FB978233D04C2EE7CEA ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tAA50784758BF3D5C7D911FB978233D04C2EE7CEA * 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_t10ABF562FF47B327563169FBB750047BF1341236, ___values_8)); }
inline ValueCollection_t154EDF3CAEA5134C6141C82CDC837C8E4446DBA4 * get_values_8() const { return ___values_8; }
inline ValueCollection_t154EDF3CAEA5134C6141C82CDC837C8E4446DBA4 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t154EDF3CAEA5134C6141C82CDC837C8E4446DBA4 * 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_t10ABF562FF47B327563169FBB750047BF1341236, ____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.Type,System.MonoCustomAttrs_AttributeInfo>
struct Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 : 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_t3579035BE570C7E05C388F86010EECDCE65B7E8F* ___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_tDE0FF85FBA4F0A8F2A2F9FB41087B790F709C515 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tD47DAB180B5AF6301D65DD513C7061AC268026A2 * ___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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___entries_1)); }
inline EntryU5BU5D_t3579035BE570C7E05C388F86010EECDCE65B7E8F* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t3579035BE570C7E05C388F86010EECDCE65B7E8F** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t3579035BE570C7E05C388F86010EECDCE65B7E8F* 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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___keys_7)); }
inline KeyCollection_tDE0FF85FBA4F0A8F2A2F9FB41087B790F709C515 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tDE0FF85FBA4F0A8F2A2F9FB41087B790F709C515 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tDE0FF85FBA4F0A8F2A2F9FB41087B790F709C515 * 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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ___values_8)); }
inline ValueCollection_tD47DAB180B5AF6301D65DD513C7061AC268026A2 * get_values_8() const { return ___values_8; }
inline ValueCollection_tD47DAB180B5AF6301D65DD513C7061AC268026A2 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tD47DAB180B5AF6301D65DD513C7061AC268026A2 * 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_t772861296417691DD84C8A9E8D84AAC7F39FD992, ____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.LocalDataStore>
struct List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD* ____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_tA81E98B62587323D3D4019332A93BDF9F9E1163D, ____items_1)); }
inline LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD* get__items_1() const { return ____items_1; }
inline LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD* 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_tA81E98B62587323D3D4019332A93BDF9F9E1163D, ____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_tA81E98B62587323D3D4019332A93BDF9F9E1163D, ____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_tA81E98B62587323D3D4019332A93BDF9F9E1163D, ____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_tA81E98B62587323D3D4019332A93BDF9F9E1163D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D_StaticFields, ____emptyArray_5)); }
inline LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD* get__emptyArray_5() const { return ____emptyArray_5; }
inline LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(LocalDataStoreU5BU5D_tC9F54954E109455B4DE4A059EE52379BEB3BFDCD* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeData>
struct ReadOnlyCollection_1_tDD4D93FFE40A14E74D1B366764AABCE0121ED99F : public RuntimeObject
{
public:
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject * ____syncRoot_1;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(ReadOnlyCollection_1_tDD4D93FFE40A14E74D1B366764AABCE0121ED99F, ___list_0)); }
inline RuntimeObject* get_list_0() const { return ___list_0; }
inline RuntimeObject** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(RuntimeObject* value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_1() { return static_cast<int32_t>(offsetof(ReadOnlyCollection_1_tDD4D93FFE40A14E74D1B366764AABCE0121ED99F, ____syncRoot_1)); }
inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; }
inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; }
inline void set__syncRoot_1(RuntimeObject * value)
{
____syncRoot_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value);
}
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>
struct ReadOnlyCollection_1_tDB8F0CA62CF79B1054F1B209516B0E4E17B3E6C8 : public RuntimeObject
{
public:
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject * ____syncRoot_1;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(ReadOnlyCollection_1_tDB8F0CA62CF79B1054F1B209516B0E4E17B3E6C8, ___list_0)); }
inline RuntimeObject* get_list_0() const { return ___list_0; }
inline RuntimeObject** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(RuntimeObject* value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_1() { return static_cast<int32_t>(offsetof(ReadOnlyCollection_1_tDB8F0CA62CF79B1054F1B209516B0E4E17B3E6C8, ____syncRoot_1)); }
inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; }
inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; }
inline void set__syncRoot_1(RuntimeObject * value)
{
____syncRoot_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value);
}
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>
struct ReadOnlyCollection_1_tC2509BCA9998A9487BF53350FF82BD2674DDFDE5 : public RuntimeObject
{
public:
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject * ____syncRoot_1;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(ReadOnlyCollection_1_tC2509BCA9998A9487BF53350FF82BD2674DDFDE5, ___list_0)); }
inline RuntimeObject* get_list_0() const { return ___list_0; }
inline RuntimeObject** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(RuntimeObject* value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_1() { return static_cast<int32_t>(offsetof(ReadOnlyCollection_1_tC2509BCA9998A9487BF53350FF82BD2674DDFDE5, ____syncRoot_1)); }
inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; }
inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; }
inline void set__syncRoot_1(RuntimeObject * value)
{
____syncRoot_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (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.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.EmptyArray`1<System.Byte>
struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields, ___Value_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Value_0() const { return ___Value_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Char>
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields, ___Value_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Value_0() const { return ___Value_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Object>
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26 : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields, ___Value_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_Value_0() const { return ___Value_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Reflection.CustomAttributeNamedArgument>
struct EmptyArray_1_tD1EC5ECDBEFFE93783B81CD6F9B2C16F13DF0034 : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tD1EC5ECDBEFFE93783B81CD6F9B2C16F13DF0034_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tD1EC5ECDBEFFE93783B81CD6F9B2C16F13DF0034_StaticFields, ___Value_0)); }
inline CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* get_Value_0() const { return ___Value_0; }
inline CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Reflection.CustomAttributeTypedArgument>
struct EmptyArray_1_tF27C580BF18AADF6B14CF7748F833DFD53A112CB : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tF27C580BF18AADF6B14CF7748F833DFD53A112CB_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tF27C580BF18AADF6B14CF7748F833DFD53A112CB_StaticFields, ___Value_0)); }
inline CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* get_Value_0() const { return ___Value_0; }
inline CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)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.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.LocalDataStore
struct LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE : public RuntimeObject
{
public:
// System.LocalDataStoreElement[] System.LocalDataStore::m_DataTable
LocalDataStoreElementU5BU5D_t497D47CE89AF78D3EF9A7AC332F7AD017A3CD3B0* ___m_DataTable_0;
// System.LocalDataStoreMgr System.LocalDataStore::m_Manager
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___m_Manager_1;
public:
inline static int32_t get_offset_of_m_DataTable_0() { return static_cast<int32_t>(offsetof(LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE, ___m_DataTable_0)); }
inline LocalDataStoreElementU5BU5D_t497D47CE89AF78D3EF9A7AC332F7AD017A3CD3B0* get_m_DataTable_0() const { return ___m_DataTable_0; }
inline LocalDataStoreElementU5BU5D_t497D47CE89AF78D3EF9A7AC332F7AD017A3CD3B0** get_address_of_m_DataTable_0() { return &___m_DataTable_0; }
inline void set_m_DataTable_0(LocalDataStoreElementU5BU5D_t497D47CE89AF78D3EF9A7AC332F7AD017A3CD3B0* value)
{
___m_DataTable_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DataTable_0), (void*)value);
}
inline static int32_t get_offset_of_m_Manager_1() { return static_cast<int32_t>(offsetof(LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE, ___m_Manager_1)); }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_m_Manager_1() const { return ___m_Manager_1; }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_m_Manager_1() { return &___m_Manager_1; }
inline void set_m_Manager_1(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
{
___m_Manager_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Manager_1), (void*)value);
}
};
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 : public RuntimeObject
{
public:
// System.LocalDataStore System.LocalDataStoreHolder::m_Store
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * ___m_Store_0;
public:
inline static int32_t get_offset_of_m_Store_0() { return static_cast<int32_t>(offsetof(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304, ___m_Store_0)); }
inline LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * get_m_Store_0() const { return ___m_Store_0; }
inline LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE ** get_address_of_m_Store_0() { return &___m_Store_0; }
inline void set_m_Store_0(LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * value)
{
___m_Store_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Store_0), (void*)value);
}
};
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 : public RuntimeObject
{
public:
// System.Boolean[] System.LocalDataStoreMgr::m_SlotInfoTable
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ___m_SlotInfoTable_0;
// System.Int32 System.LocalDataStoreMgr::m_FirstAvailableSlot
int32_t ___m_FirstAvailableSlot_1;
// System.Collections.Generic.List`1<System.LocalDataStore> System.LocalDataStoreMgr::m_ManagedLocalDataStores
List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * ___m_ManagedLocalDataStores_2;
// System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot> System.LocalDataStoreMgr::m_KeyToSlotMap
Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * ___m_KeyToSlotMap_3;
// System.Int64 System.LocalDataStoreMgr::m_CookieGenerator
int64_t ___m_CookieGenerator_4;
public:
inline static int32_t get_offset_of_m_SlotInfoTable_0() { return static_cast<int32_t>(offsetof(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9, ___m_SlotInfoTable_0)); }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get_m_SlotInfoTable_0() const { return ___m_SlotInfoTable_0; }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of_m_SlotInfoTable_0() { return &___m_SlotInfoTable_0; }
inline void set_m_SlotInfoTable_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
{
___m_SlotInfoTable_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SlotInfoTable_0), (void*)value);
}
inline static int32_t get_offset_of_m_FirstAvailableSlot_1() { return static_cast<int32_t>(offsetof(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9, ___m_FirstAvailableSlot_1)); }
inline int32_t get_m_FirstAvailableSlot_1() const { return ___m_FirstAvailableSlot_1; }
inline int32_t* get_address_of_m_FirstAvailableSlot_1() { return &___m_FirstAvailableSlot_1; }
inline void set_m_FirstAvailableSlot_1(int32_t value)
{
___m_FirstAvailableSlot_1 = value;
}
inline static int32_t get_offset_of_m_ManagedLocalDataStores_2() { return static_cast<int32_t>(offsetof(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9, ___m_ManagedLocalDataStores_2)); }
inline List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * get_m_ManagedLocalDataStores_2() const { return ___m_ManagedLocalDataStores_2; }
inline List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D ** get_address_of_m_ManagedLocalDataStores_2() { return &___m_ManagedLocalDataStores_2; }
inline void set_m_ManagedLocalDataStores_2(List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * value)
{
___m_ManagedLocalDataStores_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ManagedLocalDataStores_2), (void*)value);
}
inline static int32_t get_offset_of_m_KeyToSlotMap_3() { return static_cast<int32_t>(offsetof(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9, ___m_KeyToSlotMap_3)); }
inline Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * get_m_KeyToSlotMap_3() const { return ___m_KeyToSlotMap_3; }
inline Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 ** get_address_of_m_KeyToSlotMap_3() { return &___m_KeyToSlotMap_3; }
inline void set_m_KeyToSlotMap_3(Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * value)
{
___m_KeyToSlotMap_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_KeyToSlotMap_3), (void*)value);
}
inline static int32_t get_offset_of_m_CookieGenerator_4() { return static_cast<int32_t>(offsetof(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9, ___m_CookieGenerator_4)); }
inline int64_t get_m_CookieGenerator_4() const { return ___m_CookieGenerator_4; }
inline int64_t* get_address_of_m_CookieGenerator_4() { return &___m_CookieGenerator_4; }
inline void set_m_CookieGenerator_4(int64_t value)
{
___m_CookieGenerator_4 = value;
}
};
// System.LocalDataStoreSlot
struct LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E : public RuntimeObject
{
public:
// System.LocalDataStoreMgr System.LocalDataStoreSlot::m_mgr
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___m_mgr_0;
// System.Int32 System.LocalDataStoreSlot::m_slot
int32_t ___m_slot_1;
// System.Int64 System.LocalDataStoreSlot::m_cookie
int64_t ___m_cookie_2;
public:
inline static int32_t get_offset_of_m_mgr_0() { return static_cast<int32_t>(offsetof(LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E, ___m_mgr_0)); }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_m_mgr_0() const { return ___m_mgr_0; }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_m_mgr_0() { return &___m_mgr_0; }
inline void set_m_mgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
{
___m_mgr_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_mgr_0), (void*)value);
}
inline static int32_t get_offset_of_m_slot_1() { return static_cast<int32_t>(offsetof(LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E, ___m_slot_1)); }
inline int32_t get_m_slot_1() const { return ___m_slot_1; }
inline int32_t* get_address_of_m_slot_1() { return &___m_slot_1; }
inline void set_m_slot_1(int32_t value)
{
___m_slot_1 = value;
}
inline static int32_t get_offset_of_m_cookie_2() { return static_cast<int32_t>(offsetof(LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E, ___m_cookie_2)); }
inline int64_t get_m_cookie_2() const { return ___m_cookie_2; }
inline int64_t* get_address_of_m_cookie_2() { return &___m_cookie_2; }
inline void set_m_cookie_2(int64_t value)
{
___m_cookie_2 = 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.Math
struct Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19 : public RuntimeObject
{
public:
public:
};
struct Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_StaticFields
{
public:
// System.Double System.Math::doubleRoundLimit
double ___doubleRoundLimit_0;
// System.Double[] System.Math::roundPower10Double
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___roundPower10Double_2;
public:
inline static int32_t get_offset_of_doubleRoundLimit_0() { return static_cast<int32_t>(offsetof(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_StaticFields, ___doubleRoundLimit_0)); }
inline double get_doubleRoundLimit_0() const { return ___doubleRoundLimit_0; }
inline double* get_address_of_doubleRoundLimit_0() { return &___doubleRoundLimit_0; }
inline void set_doubleRoundLimit_0(double value)
{
___doubleRoundLimit_0 = value;
}
inline static int32_t get_offset_of_roundPower10Double_2() { return static_cast<int32_t>(offsetof(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_StaticFields, ___roundPower10Double_2)); }
inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_roundPower10Double_2() const { return ___roundPower10Double_2; }
inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_roundPower10Double_2() { return &___roundPower10Double_2; }
inline void set_roundPower10Double_2(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value)
{
___roundPower10Double_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___roundPower10Double_2), (void*)value);
}
};
// System.MonoCustomAttrs
struct MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98 : public RuntimeObject
{
public:
public:
};
struct MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_StaticFields
{
public:
// System.Reflection.Assembly System.MonoCustomAttrs::corlib
Assembly_t * ___corlib_0;
// System.AttributeUsageAttribute System.MonoCustomAttrs::DefaultAttributeUsage
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * ___DefaultAttributeUsage_2;
public:
inline static int32_t get_offset_of_corlib_0() { return static_cast<int32_t>(offsetof(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_StaticFields, ___corlib_0)); }
inline Assembly_t * get_corlib_0() const { return ___corlib_0; }
inline Assembly_t ** get_address_of_corlib_0() { return &___corlib_0; }
inline void set_corlib_0(Assembly_t * value)
{
___corlib_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___corlib_0), (void*)value);
}
inline static int32_t get_offset_of_DefaultAttributeUsage_2() { return static_cast<int32_t>(offsetof(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_StaticFields, ___DefaultAttributeUsage_2)); }
inline AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * get_DefaultAttributeUsage_2() const { return ___DefaultAttributeUsage_2; }
inline AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 ** get_address_of_DefaultAttributeUsage_2() { return &___DefaultAttributeUsage_2; }
inline void set_DefaultAttributeUsage_2(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * value)
{
___DefaultAttributeUsage_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DefaultAttributeUsage_2), (void*)value);
}
};
struct MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_ThreadStaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute> System.MonoCustomAttrs::usage_cache
Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * ___usage_cache_1;
public:
inline static int32_t get_offset_of_usage_cache_1() { return static_cast<int32_t>(offsetof(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_ThreadStaticFields, ___usage_cache_1)); }
inline Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * get_usage_cache_1() const { return ___usage_cache_1; }
inline Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 ** get_address_of_usage_cache_1() { return &___usage_cache_1; }
inline void set_usage_cache_1(Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * value)
{
___usage_cache_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___usage_cache_1), (void*)value);
}
};
// System.MonoCustomAttrs_AttributeInfo
struct AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A : public RuntimeObject
{
public:
// System.AttributeUsageAttribute System.MonoCustomAttrs_AttributeInfo::_usage
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * ____usage_0;
// System.Int32 System.MonoCustomAttrs_AttributeInfo::_inheritanceLevel
int32_t ____inheritanceLevel_1;
public:
inline static int32_t get_offset_of__usage_0() { return static_cast<int32_t>(offsetof(AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A, ____usage_0)); }
inline AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * get__usage_0() const { return ____usage_0; }
inline AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 ** get_address_of__usage_0() { return &____usage_0; }
inline void set__usage_0(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * value)
{
____usage_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____usage_0), (void*)value);
}
inline static int32_t get_offset_of__inheritanceLevel_1() { return static_cast<int32_t>(offsetof(AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A, ____inheritanceLevel_1)); }
inline int32_t get__inheritanceLevel_1() const { return ____inheritanceLevel_1; }
inline int32_t* get_address_of__inheritanceLevel_1() { return &____inheritanceLevel_1; }
inline void set__inheritanceLevel_1(int32_t value)
{
____inheritanceLevel_1 = value;
}
};
// System.MonoListItem
struct MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64 : public RuntimeObject
{
public:
// System.MonoListItem System.MonoListItem::next
MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64 * ___next_0;
// System.Object System.MonoListItem::data
RuntimeObject * ___data_1;
public:
inline static int32_t get_offset_of_next_0() { return static_cast<int32_t>(offsetof(MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64, ___next_0)); }
inline MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64 * get_next_0() const { return ___next_0; }
inline MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64 ** get_address_of_next_0() { return &___next_0; }
inline void set_next_0(MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64 * value)
{
___next_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___next_0), (void*)value);
}
inline static int32_t get_offset_of_data_1() { return static_cast<int32_t>(offsetof(MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64, ___data_1)); }
inline RuntimeObject * get_data_1() const { return ___data_1; }
inline RuntimeObject ** get_address_of_data_1() { return &___data_1; }
inline void set_data_1(RuntimeObject * value)
{
___data_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value);
}
};
// System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D : public RuntimeObject
{
public:
// System.String System.MonoTypeInfo::full_name
String_t* ___full_name_0;
// System.Reflection.MonoCMethod System.MonoTypeInfo::default_ctor
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
public:
inline static int32_t get_offset_of_full_name_0() { return static_cast<int32_t>(offsetof(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D, ___full_name_0)); }
inline String_t* get_full_name_0() const { return ___full_name_0; }
inline String_t** get_address_of_full_name_0() { return &___full_name_0; }
inline void set_full_name_0(String_t* value)
{
___full_name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___full_name_0), (void*)value);
}
inline static int32_t get_offset_of_default_ctor_1() { return static_cast<int32_t>(offsetof(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D, ___default_ctor_1)); }
inline MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * get_default_ctor_1() const { return ___default_ctor_1; }
inline MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 ** get_address_of_default_ctor_1() { return &___default_ctor_1; }
inline void set_default_ctor_1(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * value)
{
___default_ctor_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_ctor_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_pinvoke
{
char* ___full_name_0;
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
};
// Native definition for COM marshalling of System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_com
{
Il2CppChar* ___full_name_0;
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
};
// System.Nullable
struct Nullable_t07CA5C3F88F56004BCB589DD7580798C66874C44 : public RuntimeObject
{
public:
public:
};
// System.Number
struct Number_t0578BBE654AC0F135B04497270FDDFA4CFF84C51 : public RuntimeObject
{
public:
public:
};
// System.NumberFormatter
struct NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC : public RuntimeObject
{
public:
// System.Globalization.NumberFormatInfo System.NumberFormatter::_nfi
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ____nfi_6;
// System.Char[] System.NumberFormatter::_cbuf
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____cbuf_7;
// System.Boolean System.NumberFormatter::_NaN
bool ____NaN_8;
// System.Boolean System.NumberFormatter::_infinity
bool ____infinity_9;
// System.Boolean System.NumberFormatter::_isCustomFormat
bool ____isCustomFormat_10;
// System.Boolean System.NumberFormatter::_specifierIsUpper
bool ____specifierIsUpper_11;
// System.Boolean System.NumberFormatter::_positive
bool ____positive_12;
// System.Char System.NumberFormatter::_specifier
Il2CppChar ____specifier_13;
// System.Int32 System.NumberFormatter::_precision
int32_t ____precision_14;
// System.Int32 System.NumberFormatter::_defPrecision
int32_t ____defPrecision_15;
// System.Int32 System.NumberFormatter::_digitsLen
int32_t ____digitsLen_16;
// System.Int32 System.NumberFormatter::_offset
int32_t ____offset_17;
// System.Int32 System.NumberFormatter::_decPointPos
int32_t ____decPointPos_18;
// System.UInt32 System.NumberFormatter::_val1
uint32_t ____val1_19;
// System.UInt32 System.NumberFormatter::_val2
uint32_t ____val2_20;
// System.UInt32 System.NumberFormatter::_val3
uint32_t ____val3_21;
// System.UInt32 System.NumberFormatter::_val4
uint32_t ____val4_22;
// System.Int32 System.NumberFormatter::_ind
int32_t ____ind_23;
public:
inline static int32_t get_offset_of__nfi_6() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____nfi_6)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get__nfi_6() const { return ____nfi_6; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of__nfi_6() { return &____nfi_6; }
inline void set__nfi_6(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
____nfi_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nfi_6), (void*)value);
}
inline static int32_t get_offset_of__cbuf_7() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____cbuf_7)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__cbuf_7() const { return ____cbuf_7; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__cbuf_7() { return &____cbuf_7; }
inline void set__cbuf_7(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
____cbuf_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____cbuf_7), (void*)value);
}
inline static int32_t get_offset_of__NaN_8() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____NaN_8)); }
inline bool get__NaN_8() const { return ____NaN_8; }
inline bool* get_address_of__NaN_8() { return &____NaN_8; }
inline void set__NaN_8(bool value)
{
____NaN_8 = value;
}
inline static int32_t get_offset_of__infinity_9() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____infinity_9)); }
inline bool get__infinity_9() const { return ____infinity_9; }
inline bool* get_address_of__infinity_9() { return &____infinity_9; }
inline void set__infinity_9(bool value)
{
____infinity_9 = value;
}
inline static int32_t get_offset_of__isCustomFormat_10() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____isCustomFormat_10)); }
inline bool get__isCustomFormat_10() const { return ____isCustomFormat_10; }
inline bool* get_address_of__isCustomFormat_10() { return &____isCustomFormat_10; }
inline void set__isCustomFormat_10(bool value)
{
____isCustomFormat_10 = value;
}
inline static int32_t get_offset_of__specifierIsUpper_11() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____specifierIsUpper_11)); }
inline bool get__specifierIsUpper_11() const { return ____specifierIsUpper_11; }
inline bool* get_address_of__specifierIsUpper_11() { return &____specifierIsUpper_11; }
inline void set__specifierIsUpper_11(bool value)
{
____specifierIsUpper_11 = value;
}
inline static int32_t get_offset_of__positive_12() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____positive_12)); }
inline bool get__positive_12() const { return ____positive_12; }
inline bool* get_address_of__positive_12() { return &____positive_12; }
inline void set__positive_12(bool value)
{
____positive_12 = value;
}
inline static int32_t get_offset_of__specifier_13() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____specifier_13)); }
inline Il2CppChar get__specifier_13() const { return ____specifier_13; }
inline Il2CppChar* get_address_of__specifier_13() { return &____specifier_13; }
inline void set__specifier_13(Il2CppChar value)
{
____specifier_13 = value;
}
inline static int32_t get_offset_of__precision_14() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____precision_14)); }
inline int32_t get__precision_14() const { return ____precision_14; }
inline int32_t* get_address_of__precision_14() { return &____precision_14; }
inline void set__precision_14(int32_t value)
{
____precision_14 = value;
}
inline static int32_t get_offset_of__defPrecision_15() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____defPrecision_15)); }
inline int32_t get__defPrecision_15() const { return ____defPrecision_15; }
inline int32_t* get_address_of__defPrecision_15() { return &____defPrecision_15; }
inline void set__defPrecision_15(int32_t value)
{
____defPrecision_15 = value;
}
inline static int32_t get_offset_of__digitsLen_16() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____digitsLen_16)); }
inline int32_t get__digitsLen_16() const { return ____digitsLen_16; }
inline int32_t* get_address_of__digitsLen_16() { return &____digitsLen_16; }
inline void set__digitsLen_16(int32_t value)
{
____digitsLen_16 = value;
}
inline static int32_t get_offset_of__offset_17() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____offset_17)); }
inline int32_t get__offset_17() const { return ____offset_17; }
inline int32_t* get_address_of__offset_17() { return &____offset_17; }
inline void set__offset_17(int32_t value)
{
____offset_17 = value;
}
inline static int32_t get_offset_of__decPointPos_18() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____decPointPos_18)); }
inline int32_t get__decPointPos_18() const { return ____decPointPos_18; }
inline int32_t* get_address_of__decPointPos_18() { return &____decPointPos_18; }
inline void set__decPointPos_18(int32_t value)
{
____decPointPos_18 = value;
}
inline static int32_t get_offset_of__val1_19() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____val1_19)); }
inline uint32_t get__val1_19() const { return ____val1_19; }
inline uint32_t* get_address_of__val1_19() { return &____val1_19; }
inline void set__val1_19(uint32_t value)
{
____val1_19 = value;
}
inline static int32_t get_offset_of__val2_20() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____val2_20)); }
inline uint32_t get__val2_20() const { return ____val2_20; }
inline uint32_t* get_address_of__val2_20() { return &____val2_20; }
inline void set__val2_20(uint32_t value)
{
____val2_20 = value;
}
inline static int32_t get_offset_of__val3_21() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____val3_21)); }
inline uint32_t get__val3_21() const { return ____val3_21; }
inline uint32_t* get_address_of__val3_21() { return &____val3_21; }
inline void set__val3_21(uint32_t value)
{
____val3_21 = value;
}
inline static int32_t get_offset_of__val4_22() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____val4_22)); }
inline uint32_t get__val4_22() const { return ____val4_22; }
inline uint32_t* get_address_of__val4_22() { return &____val4_22; }
inline void set__val4_22(uint32_t value)
{
____val4_22 = value;
}
inline static int32_t get_offset_of__ind_23() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC, ____ind_23)); }
inline int32_t get__ind_23() const { return ____ind_23; }
inline int32_t* get_address_of__ind_23() { return &____ind_23; }
inline void set__ind_23(int32_t value)
{
____ind_23 = value;
}
};
struct NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields
{
public:
// System.UInt64* System.NumberFormatter::MantissaBitsTable
uint64_t* ___MantissaBitsTable_0;
// System.Int32* System.NumberFormatter::TensExponentTable
int32_t* ___TensExponentTable_1;
// System.Char* System.NumberFormatter::DigitLowerTable
Il2CppChar* ___DigitLowerTable_2;
// System.Char* System.NumberFormatter::DigitUpperTable
Il2CppChar* ___DigitUpperTable_3;
// System.Int64* System.NumberFormatter::TenPowersList
int64_t* ___TenPowersList_4;
// System.Int32* System.NumberFormatter::DecHexDigits
int32_t* ___DecHexDigits_5;
public:
inline static int32_t get_offset_of_MantissaBitsTable_0() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields, ___MantissaBitsTable_0)); }
inline uint64_t* get_MantissaBitsTable_0() const { return ___MantissaBitsTable_0; }
inline uint64_t** get_address_of_MantissaBitsTable_0() { return &___MantissaBitsTable_0; }
inline void set_MantissaBitsTable_0(uint64_t* value)
{
___MantissaBitsTable_0 = value;
}
inline static int32_t get_offset_of_TensExponentTable_1() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields, ___TensExponentTable_1)); }
inline int32_t* get_TensExponentTable_1() const { return ___TensExponentTable_1; }
inline int32_t** get_address_of_TensExponentTable_1() { return &___TensExponentTable_1; }
inline void set_TensExponentTable_1(int32_t* value)
{
___TensExponentTable_1 = value;
}
inline static int32_t get_offset_of_DigitLowerTable_2() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields, ___DigitLowerTable_2)); }
inline Il2CppChar* get_DigitLowerTable_2() const { return ___DigitLowerTable_2; }
inline Il2CppChar** get_address_of_DigitLowerTable_2() { return &___DigitLowerTable_2; }
inline void set_DigitLowerTable_2(Il2CppChar* value)
{
___DigitLowerTable_2 = value;
}
inline static int32_t get_offset_of_DigitUpperTable_3() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields, ___DigitUpperTable_3)); }
inline Il2CppChar* get_DigitUpperTable_3() const { return ___DigitUpperTable_3; }
inline Il2CppChar** get_address_of_DigitUpperTable_3() { return &___DigitUpperTable_3; }
inline void set_DigitUpperTable_3(Il2CppChar* value)
{
___DigitUpperTable_3 = value;
}
inline static int32_t get_offset_of_TenPowersList_4() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields, ___TenPowersList_4)); }
inline int64_t* get_TenPowersList_4() const { return ___TenPowersList_4; }
inline int64_t** get_address_of_TenPowersList_4() { return &___TenPowersList_4; }
inline void set_TenPowersList_4(int64_t* value)
{
___TenPowersList_4 = value;
}
inline static int32_t get_offset_of_DecHexDigits_5() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields, ___DecHexDigits_5)); }
inline int32_t* get_DecHexDigits_5() const { return ___DecHexDigits_5; }
inline int32_t** get_address_of_DecHexDigits_5() { return &___DecHexDigits_5; }
inline void set_DecHexDigits_5(int32_t* value)
{
___DecHexDigits_5 = value;
}
};
struct NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields
{
public:
// System.NumberFormatter System.NumberFormatter::threadNumberFormatter
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * ___threadNumberFormatter_24;
// System.NumberFormatter System.NumberFormatter::userFormatProvider
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * ___userFormatProvider_25;
public:
inline static int32_t get_offset_of_threadNumberFormatter_24() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields, ___threadNumberFormatter_24)); }
inline NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * get_threadNumberFormatter_24() const { return ___threadNumberFormatter_24; }
inline NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC ** get_address_of_threadNumberFormatter_24() { return &___threadNumberFormatter_24; }
inline void set_threadNumberFormatter_24(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * value)
{
___threadNumberFormatter_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___threadNumberFormatter_24), (void*)value);
}
inline static int32_t get_offset_of_userFormatProvider_25() { return static_cast<int32_t>(offsetof(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields, ___userFormatProvider_25)); }
inline NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * get_userFormatProvider_25() const { return ___userFormatProvider_25; }
inline NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC ** get_address_of_userFormatProvider_25() { return &___userFormatProvider_25; }
inline void set_userFormatProvider_25(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * value)
{
___userFormatProvider_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___userFormatProvider_25), (void*)value);
}
};
// System.NumberFormatter_CustomInfo
struct CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 : public RuntimeObject
{
public:
// System.Boolean System.NumberFormatter_CustomInfo::UseGroup
bool ___UseGroup_0;
// System.Int32 System.NumberFormatter_CustomInfo::DecimalDigits
int32_t ___DecimalDigits_1;
// System.Int32 System.NumberFormatter_CustomInfo::DecimalPointPos
int32_t ___DecimalPointPos_2;
// System.Int32 System.NumberFormatter_CustomInfo::DecimalTailSharpDigits
int32_t ___DecimalTailSharpDigits_3;
// System.Int32 System.NumberFormatter_CustomInfo::IntegerDigits
int32_t ___IntegerDigits_4;
// System.Int32 System.NumberFormatter_CustomInfo::IntegerHeadSharpDigits
int32_t ___IntegerHeadSharpDigits_5;
// System.Int32 System.NumberFormatter_CustomInfo::IntegerHeadPos
int32_t ___IntegerHeadPos_6;
// System.Boolean System.NumberFormatter_CustomInfo::UseExponent
bool ___UseExponent_7;
// System.Int32 System.NumberFormatter_CustomInfo::ExponentDigits
int32_t ___ExponentDigits_8;
// System.Int32 System.NumberFormatter_CustomInfo::ExponentTailSharpDigits
int32_t ___ExponentTailSharpDigits_9;
// System.Boolean System.NumberFormatter_CustomInfo::ExponentNegativeSignOnly
bool ___ExponentNegativeSignOnly_10;
// System.Int32 System.NumberFormatter_CustomInfo::DividePlaces
int32_t ___DividePlaces_11;
// System.Int32 System.NumberFormatter_CustomInfo::Percents
int32_t ___Percents_12;
// System.Int32 System.NumberFormatter_CustomInfo::Permilles
int32_t ___Permilles_13;
public:
inline static int32_t get_offset_of_UseGroup_0() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___UseGroup_0)); }
inline bool get_UseGroup_0() const { return ___UseGroup_0; }
inline bool* get_address_of_UseGroup_0() { return &___UseGroup_0; }
inline void set_UseGroup_0(bool value)
{
___UseGroup_0 = value;
}
inline static int32_t get_offset_of_DecimalDigits_1() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___DecimalDigits_1)); }
inline int32_t get_DecimalDigits_1() const { return ___DecimalDigits_1; }
inline int32_t* get_address_of_DecimalDigits_1() { return &___DecimalDigits_1; }
inline void set_DecimalDigits_1(int32_t value)
{
___DecimalDigits_1 = value;
}
inline static int32_t get_offset_of_DecimalPointPos_2() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___DecimalPointPos_2)); }
inline int32_t get_DecimalPointPos_2() const { return ___DecimalPointPos_2; }
inline int32_t* get_address_of_DecimalPointPos_2() { return &___DecimalPointPos_2; }
inline void set_DecimalPointPos_2(int32_t value)
{
___DecimalPointPos_2 = value;
}
inline static int32_t get_offset_of_DecimalTailSharpDigits_3() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___DecimalTailSharpDigits_3)); }
inline int32_t get_DecimalTailSharpDigits_3() const { return ___DecimalTailSharpDigits_3; }
inline int32_t* get_address_of_DecimalTailSharpDigits_3() { return &___DecimalTailSharpDigits_3; }
inline void set_DecimalTailSharpDigits_3(int32_t value)
{
___DecimalTailSharpDigits_3 = value;
}
inline static int32_t get_offset_of_IntegerDigits_4() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___IntegerDigits_4)); }
inline int32_t get_IntegerDigits_4() const { return ___IntegerDigits_4; }
inline int32_t* get_address_of_IntegerDigits_4() { return &___IntegerDigits_4; }
inline void set_IntegerDigits_4(int32_t value)
{
___IntegerDigits_4 = value;
}
inline static int32_t get_offset_of_IntegerHeadSharpDigits_5() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___IntegerHeadSharpDigits_5)); }
inline int32_t get_IntegerHeadSharpDigits_5() const { return ___IntegerHeadSharpDigits_5; }
inline int32_t* get_address_of_IntegerHeadSharpDigits_5() { return &___IntegerHeadSharpDigits_5; }
inline void set_IntegerHeadSharpDigits_5(int32_t value)
{
___IntegerHeadSharpDigits_5 = value;
}
inline static int32_t get_offset_of_IntegerHeadPos_6() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___IntegerHeadPos_6)); }
inline int32_t get_IntegerHeadPos_6() const { return ___IntegerHeadPos_6; }
inline int32_t* get_address_of_IntegerHeadPos_6() { return &___IntegerHeadPos_6; }
inline void set_IntegerHeadPos_6(int32_t value)
{
___IntegerHeadPos_6 = value;
}
inline static int32_t get_offset_of_UseExponent_7() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___UseExponent_7)); }
inline bool get_UseExponent_7() const { return ___UseExponent_7; }
inline bool* get_address_of_UseExponent_7() { return &___UseExponent_7; }
inline void set_UseExponent_7(bool value)
{
___UseExponent_7 = value;
}
inline static int32_t get_offset_of_ExponentDigits_8() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___ExponentDigits_8)); }
inline int32_t get_ExponentDigits_8() const { return ___ExponentDigits_8; }
inline int32_t* get_address_of_ExponentDigits_8() { return &___ExponentDigits_8; }
inline void set_ExponentDigits_8(int32_t value)
{
___ExponentDigits_8 = value;
}
inline static int32_t get_offset_of_ExponentTailSharpDigits_9() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___ExponentTailSharpDigits_9)); }
inline int32_t get_ExponentTailSharpDigits_9() const { return ___ExponentTailSharpDigits_9; }
inline int32_t* get_address_of_ExponentTailSharpDigits_9() { return &___ExponentTailSharpDigits_9; }
inline void set_ExponentTailSharpDigits_9(int32_t value)
{
___ExponentTailSharpDigits_9 = value;
}
inline static int32_t get_offset_of_ExponentNegativeSignOnly_10() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___ExponentNegativeSignOnly_10)); }
inline bool get_ExponentNegativeSignOnly_10() const { return ___ExponentNegativeSignOnly_10; }
inline bool* get_address_of_ExponentNegativeSignOnly_10() { return &___ExponentNegativeSignOnly_10; }
inline void set_ExponentNegativeSignOnly_10(bool value)
{
___ExponentNegativeSignOnly_10 = value;
}
inline static int32_t get_offset_of_DividePlaces_11() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___DividePlaces_11)); }
inline int32_t get_DividePlaces_11() const { return ___DividePlaces_11; }
inline int32_t* get_address_of_DividePlaces_11() { return &___DividePlaces_11; }
inline void set_DividePlaces_11(int32_t value)
{
___DividePlaces_11 = value;
}
inline static int32_t get_offset_of_Percents_12() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___Percents_12)); }
inline int32_t get_Percents_12() const { return ___Percents_12; }
inline int32_t* get_address_of_Percents_12() { return &___Percents_12; }
inline void set_Percents_12(int32_t value)
{
___Percents_12 = value;
}
inline static int32_t get_offset_of_Permilles_13() { return static_cast<int32_t>(offsetof(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1, ___Permilles_13)); }
inline int32_t get_Permilles_13() const { return ___Permilles_13; }
inline int32_t* get_address_of_Permilles_13() { return &___Permilles_13; }
inline void set_Permilles_13(int32_t value)
{
___Permilles_13 = value;
}
};
// System.Numerics.Hashing.HashHelpers
struct HashHelpers_tDC6BF33BEF3A798515BA62BA704DD83AEBFA9C33 : public RuntimeObject
{
public:
public:
};
struct HashHelpers_tDC6BF33BEF3A798515BA62BA704DD83AEBFA9C33_StaticFields
{
public:
// System.Int32 System.Numerics.Hashing.HashHelpers::RandomSeed
int32_t ___RandomSeed_0;
public:
inline static int32_t get_offset_of_RandomSeed_0() { return static_cast<int32_t>(offsetof(HashHelpers_tDC6BF33BEF3A798515BA62BA704DD83AEBFA9C33_StaticFields, ___RandomSeed_0)); }
inline int32_t get_RandomSeed_0() const { return ___RandomSeed_0; }
inline int32_t* get_address_of_RandomSeed_0() { return &___RandomSeed_0; }
inline void set_RandomSeed_0(int32_t value)
{
___RandomSeed_0 = value;
}
};
// System.ParameterizedStrings
struct ParameterizedStrings_t495ED7291D56B901CAA1F10EC25739C3C99DC923 : public RuntimeObject
{
public:
public:
};
struct ParameterizedStrings_t495ED7291D56B901CAA1F10EC25739C3C99DC923_ThreadStaticFields
{
public:
// System.ParameterizedStrings_LowLevelStack System.ParameterizedStrings::_cachedStack
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * ____cachedStack_0;
public:
inline static int32_t get_offset_of__cachedStack_0() { return static_cast<int32_t>(offsetof(ParameterizedStrings_t495ED7291D56B901CAA1F10EC25739C3C99DC923_ThreadStaticFields, ____cachedStack_0)); }
inline LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * get__cachedStack_0() const { return ____cachedStack_0; }
inline LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 ** get_address_of__cachedStack_0() { return &____cachedStack_0; }
inline void set__cachedStack_0(LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * value)
{
____cachedStack_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____cachedStack_0), (void*)value);
}
};
// System.ParameterizedStrings_LowLevelStack
struct LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 : public RuntimeObject
{
public:
// System.ParameterizedStrings_FormatParam[] System.ParameterizedStrings_LowLevelStack::_arr
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ____arr_0;
// System.Int32 System.ParameterizedStrings_LowLevelStack::_count
int32_t ____count_1;
public:
inline static int32_t get_offset_of__arr_0() { return static_cast<int32_t>(offsetof(LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2, ____arr_0)); }
inline FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* get__arr_0() const { return ____arr_0; }
inline FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** get_address_of__arr_0() { return &____arr_0; }
inline void set__arr_0(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* value)
{
____arr_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____arr_0), (void*)value);
}
inline static int32_t get_offset_of__count_1() { return static_cast<int32_t>(offsetof(LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2, ____count_1)); }
inline int32_t get__count_1() const { return ____count_1; }
inline int32_t* get_address_of__count_1() { return &____count_1; }
inline void set__count_1(int32_t value)
{
____count_1 = value;
}
};
// System.ParseNumbers
struct ParseNumbers_tFCD9612B791F297E13D1D622F88219D9D471331A : public RuntimeObject
{
public:
public:
};
// System.PointerSpec
struct PointerSpec_tBCE1666DC24EC6E4E5376FEC214499984EC26892 : public RuntimeObject
{
public:
// System.Int32 System.PointerSpec::pointer_level
int32_t ___pointer_level_0;
public:
inline static int32_t get_offset_of_pointer_level_0() { return static_cast<int32_t>(offsetof(PointerSpec_tBCE1666DC24EC6E4E5376FEC214499984EC26892, ___pointer_level_0)); }
inline int32_t get_pointer_level_0() const { return ___pointer_level_0; }
inline int32_t* get_address_of_pointer_level_0() { return &___pointer_level_0; }
inline void set_pointer_level_0(int32_t value)
{
___pointer_level_0 = value;
}
};
// System.Random
struct Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F : public RuntimeObject
{
public:
// System.Int32 System.Random::inext
int32_t ___inext_0;
// System.Int32 System.Random::inextp
int32_t ___inextp_1;
// System.Int32[] System.Random::SeedArray
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___SeedArray_2;
public:
inline static int32_t get_offset_of_inext_0() { return static_cast<int32_t>(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___inext_0)); }
inline int32_t get_inext_0() const { return ___inext_0; }
inline int32_t* get_address_of_inext_0() { return &___inext_0; }
inline void set_inext_0(int32_t value)
{
___inext_0 = value;
}
inline static int32_t get_offset_of_inextp_1() { return static_cast<int32_t>(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___inextp_1)); }
inline int32_t get_inextp_1() const { return ___inextp_1; }
inline int32_t* get_address_of_inextp_1() { return &___inextp_1; }
inline void set_inextp_1(int32_t value)
{
___inextp_1 = value;
}
inline static int32_t get_offset_of_SeedArray_2() { return static_cast<int32_t>(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___SeedArray_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_SeedArray_2() const { return ___SeedArray_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_SeedArray_2() { return &___SeedArray_2; }
inline void set_SeedArray_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___SeedArray_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value);
}
};
// System.Reflection.Assembly_ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E : public RuntimeObject
{
public:
// System.Reflection.ModuleResolveEventHandler System.Reflection.Assembly_ResolveEventHolder::ModuleResolve
ModuleResolveEventHandler_tE80BD48D5CDB3AFC950460B7DF15F8F48FD1D222 * ___ModuleResolve_0;
public:
inline static int32_t get_offset_of_ModuleResolve_0() { return static_cast<int32_t>(offsetof(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E, ___ModuleResolve_0)); }
inline ModuleResolveEventHandler_tE80BD48D5CDB3AFC950460B7DF15F8F48FD1D222 * get_ModuleResolve_0() const { return ___ModuleResolve_0; }
inline ModuleResolveEventHandler_tE80BD48D5CDB3AFC950460B7DF15F8F48FD1D222 ** get_address_of_ModuleResolve_0() { return &___ModuleResolve_0; }
inline void set_ModuleResolve_0(ModuleResolveEventHandler_tE80BD48D5CDB3AFC950460B7DF15F8F48FD1D222 * value)
{
___ModuleResolve_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ModuleResolve_0), (void*)value);
}
};
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
{
public:
public:
};
// System.Reflection.CustomAttributeData
struct CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 : public RuntimeObject
{
public:
// System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::ctorInfo
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___ctorInfo_0;
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeTypedArgument> System.Reflection.CustomAttributeData::ctorArgs
RuntimeObject* ___ctorArgs_1;
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeNamedArgument> System.Reflection.CustomAttributeData::namedArgs
RuntimeObject* ___namedArgs_2;
// System.Reflection.CustomAttributeData_LazyCAttrData System.Reflection.CustomAttributeData::lazyData
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * ___lazyData_3;
public:
inline static int32_t get_offset_of_ctorInfo_0() { return static_cast<int32_t>(offsetof(CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88, ___ctorInfo_0)); }
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * get_ctorInfo_0() const { return ___ctorInfo_0; }
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** get_address_of_ctorInfo_0() { return &___ctorInfo_0; }
inline void set_ctorInfo_0(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value)
{
___ctorInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ctorInfo_0), (void*)value);
}
inline static int32_t get_offset_of_ctorArgs_1() { return static_cast<int32_t>(offsetof(CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88, ___ctorArgs_1)); }
inline RuntimeObject* get_ctorArgs_1() const { return ___ctorArgs_1; }
inline RuntimeObject** get_address_of_ctorArgs_1() { return &___ctorArgs_1; }
inline void set_ctorArgs_1(RuntimeObject* value)
{
___ctorArgs_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ctorArgs_1), (void*)value);
}
inline static int32_t get_offset_of_namedArgs_2() { return static_cast<int32_t>(offsetof(CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88, ___namedArgs_2)); }
inline RuntimeObject* get_namedArgs_2() const { return ___namedArgs_2; }
inline RuntimeObject** get_address_of_namedArgs_2() { return &___namedArgs_2; }
inline void set_namedArgs_2(RuntimeObject* value)
{
___namedArgs_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___namedArgs_2), (void*)value);
}
inline static int32_t get_offset_of_lazyData_3() { return static_cast<int32_t>(offsetof(CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88, ___lazyData_3)); }
inline LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * get_lazyData_3() const { return ___lazyData_3; }
inline LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 ** get_address_of_lazyData_3() { return &___lazyData_3; }
inline void set_lazyData_3(LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * value)
{
___lazyData_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lazyData_3), (void*)value);
}
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Reflection.StrongNameKeyPair
struct StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD : public RuntimeObject
{
public:
// System.Byte[] System.Reflection.StrongNameKeyPair::_publicKey
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____publicKey_0;
// System.String System.Reflection.StrongNameKeyPair::_keyPairContainer
String_t* ____keyPairContainer_1;
// System.Boolean System.Reflection.StrongNameKeyPair::_keyPairExported
bool ____keyPairExported_2;
// System.Byte[] System.Reflection.StrongNameKeyPair::_keyPairArray
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____keyPairArray_3;
public:
inline static int32_t get_offset_of__publicKey_0() { return static_cast<int32_t>(offsetof(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD, ____publicKey_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__publicKey_0() const { return ____publicKey_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__publicKey_0() { return &____publicKey_0; }
inline void set__publicKey_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____publicKey_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____publicKey_0), (void*)value);
}
inline static int32_t get_offset_of__keyPairContainer_1() { return static_cast<int32_t>(offsetof(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD, ____keyPairContainer_1)); }
inline String_t* get__keyPairContainer_1() const { return ____keyPairContainer_1; }
inline String_t** get_address_of__keyPairContainer_1() { return &____keyPairContainer_1; }
inline void set__keyPairContainer_1(String_t* value)
{
____keyPairContainer_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyPairContainer_1), (void*)value);
}
inline static int32_t get_offset_of__keyPairExported_2() { return static_cast<int32_t>(offsetof(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD, ____keyPairExported_2)); }
inline bool get__keyPairExported_2() const { return ____keyPairExported_2; }
inline bool* get_address_of__keyPairExported_2() { return &____keyPairExported_2; }
inline void set__keyPairExported_2(bool value)
{
____keyPairExported_2 = value;
}
inline static int32_t get_offset_of__keyPairArray_3() { return static_cast<int32_t>(offsetof(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD, ____keyPairArray_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__keyPairArray_3() const { return ____keyPairArray_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__keyPairArray_3() { return &____keyPairArray_3; }
inline void set__keyPairArray_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____keyPairArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyPairArray_3), (void*)value);
}
};
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Remoting.Identity
struct Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6 : public RuntimeObject
{
public:
// System.String System.Runtime.Remoting.Identity::_objectUri
String_t* ____objectUri_0;
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_channelSink
RuntimeObject* ____channelSink_1;
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_envoySink
RuntimeObject* ____envoySink_2;
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_clientDynamicProperties
DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ____clientDynamicProperties_3;
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_serverDynamicProperties
DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ____serverDynamicProperties_4;
// System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::_objRef
ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * ____objRef_5;
// System.Boolean System.Runtime.Remoting.Identity::_disposed
bool ____disposed_6;
public:
inline static int32_t get_offset_of__objectUri_0() { return static_cast<int32_t>(offsetof(Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6, ____objectUri_0)); }
inline String_t* get__objectUri_0() const { return ____objectUri_0; }
inline String_t** get_address_of__objectUri_0() { return &____objectUri_0; }
inline void set__objectUri_0(String_t* value)
{
____objectUri_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____objectUri_0), (void*)value);
}
inline static int32_t get_offset_of__channelSink_1() { return static_cast<int32_t>(offsetof(Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6, ____channelSink_1)); }
inline RuntimeObject* get__channelSink_1() const { return ____channelSink_1; }
inline RuntimeObject** get_address_of__channelSink_1() { return &____channelSink_1; }
inline void set__channelSink_1(RuntimeObject* value)
{
____channelSink_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____channelSink_1), (void*)value);
}
inline static int32_t get_offset_of__envoySink_2() { return static_cast<int32_t>(offsetof(Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6, ____envoySink_2)); }
inline RuntimeObject* get__envoySink_2() const { return ____envoySink_2; }
inline RuntimeObject** get_address_of__envoySink_2() { return &____envoySink_2; }
inline void set__envoySink_2(RuntimeObject* value)
{
____envoySink_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____envoySink_2), (void*)value);
}
inline static int32_t get_offset_of__clientDynamicProperties_3() { return static_cast<int32_t>(offsetof(Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6, ____clientDynamicProperties_3)); }
inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * get__clientDynamicProperties_3() const { return ____clientDynamicProperties_3; }
inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C ** get_address_of__clientDynamicProperties_3() { return &____clientDynamicProperties_3; }
inline void set__clientDynamicProperties_3(DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * value)
{
____clientDynamicProperties_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____clientDynamicProperties_3), (void*)value);
}
inline static int32_t get_offset_of__serverDynamicProperties_4() { return static_cast<int32_t>(offsetof(Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6, ____serverDynamicProperties_4)); }
inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * get__serverDynamicProperties_4() const { return ____serverDynamicProperties_4; }
inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C ** get_address_of__serverDynamicProperties_4() { return &____serverDynamicProperties_4; }
inline void set__serverDynamicProperties_4(DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * value)
{
____serverDynamicProperties_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____serverDynamicProperties_4), (void*)value);
}
inline static int32_t get_offset_of__objRef_5() { return static_cast<int32_t>(offsetof(Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6, ____objRef_5)); }
inline ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * get__objRef_5() const { return ____objRef_5; }
inline ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 ** get_address_of__objRef_5() { return &____objRef_5; }
inline void set__objRef_5(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * value)
{
____objRef_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____objRef_5), (void*)value);
}
inline static int32_t get_offset_of__disposed_6() { return static_cast<int32_t>(offsetof(Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6, ____disposed_6)); }
inline bool get__disposed_6() const { return ____disposed_6; }
inline bool* get_address_of__disposed_6() { return &____disposed_6; }
inline void set__disposed_6(bool value)
{
____disposed_6 = value;
}
};
// System.Runtime.Remoting.ObjRef
struct ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 : public RuntimeObject
{
public:
// System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::channel_info
RuntimeObject* ___channel_info_0;
// System.String System.Runtime.Remoting.ObjRef::uri
String_t* ___uri_1;
// System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::typeInfo
RuntimeObject* ___typeInfo_2;
// System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::envoyInfo
RuntimeObject* ___envoyInfo_3;
// System.Int32 System.Runtime.Remoting.ObjRef::flags
int32_t ___flags_4;
// System.Type System.Runtime.Remoting.ObjRef::_serverType
Type_t * ____serverType_5;
public:
inline static int32_t get_offset_of_channel_info_0() { return static_cast<int32_t>(offsetof(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2, ___channel_info_0)); }
inline RuntimeObject* get_channel_info_0() const { return ___channel_info_0; }
inline RuntimeObject** get_address_of_channel_info_0() { return &___channel_info_0; }
inline void set_channel_info_0(RuntimeObject* value)
{
___channel_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___channel_info_0), (void*)value);
}
inline static int32_t get_offset_of_uri_1() { return static_cast<int32_t>(offsetof(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2, ___uri_1)); }
inline String_t* get_uri_1() const { return ___uri_1; }
inline String_t** get_address_of_uri_1() { return &___uri_1; }
inline void set_uri_1(String_t* value)
{
___uri_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value);
}
inline static int32_t get_offset_of_typeInfo_2() { return static_cast<int32_t>(offsetof(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2, ___typeInfo_2)); }
inline RuntimeObject* get_typeInfo_2() const { return ___typeInfo_2; }
inline RuntimeObject** get_address_of_typeInfo_2() { return &___typeInfo_2; }
inline void set_typeInfo_2(RuntimeObject* value)
{
___typeInfo_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___typeInfo_2), (void*)value);
}
inline static int32_t get_offset_of_envoyInfo_3() { return static_cast<int32_t>(offsetof(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2, ___envoyInfo_3)); }
inline RuntimeObject* get_envoyInfo_3() const { return ___envoyInfo_3; }
inline RuntimeObject** get_address_of_envoyInfo_3() { return &___envoyInfo_3; }
inline void set_envoyInfo_3(RuntimeObject* value)
{
___envoyInfo_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___envoyInfo_3), (void*)value);
}
inline static int32_t get_offset_of_flags_4() { return static_cast<int32_t>(offsetof(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2, ___flags_4)); }
inline int32_t get_flags_4() const { return ___flags_4; }
inline int32_t* get_address_of_flags_4() { return &___flags_4; }
inline void set_flags_4(int32_t value)
{
___flags_4 = value;
}
inline static int32_t get_offset_of__serverType_5() { return static_cast<int32_t>(offsetof(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2, ____serverType_5)); }
inline Type_t * get__serverType_5() const { return ____serverType_5; }
inline Type_t ** get_address_of__serverType_5() { return &____serverType_5; }
inline void set__serverType_5(Type_t * value)
{
____serverType_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____serverType_5), (void*)value);
}
};
struct ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2_StaticFields
{
public:
// System.Int32 System.Runtime.Remoting.ObjRef::MarshalledObjectRef
int32_t ___MarshalledObjectRef_6;
// System.Int32 System.Runtime.Remoting.ObjRef::WellKnowObjectRef
int32_t ___WellKnowObjectRef_7;
public:
inline static int32_t get_offset_of_MarshalledObjectRef_6() { return static_cast<int32_t>(offsetof(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2_StaticFields, ___MarshalledObjectRef_6)); }
inline int32_t get_MarshalledObjectRef_6() const { return ___MarshalledObjectRef_6; }
inline int32_t* get_address_of_MarshalledObjectRef_6() { return &___MarshalledObjectRef_6; }
inline void set_MarshalledObjectRef_6(int32_t value)
{
___MarshalledObjectRef_6 = value;
}
inline static int32_t get_offset_of_WellKnowObjectRef_7() { return static_cast<int32_t>(offsetof(ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2_StaticFields, ___WellKnowObjectRef_7)); }
inline int32_t get_WellKnowObjectRef_7() const { return ___WellKnowObjectRef_7; }
inline int32_t* get_address_of_WellKnowObjectRef_7() { return &___WellKnowObjectRef_7; }
inline void set_WellKnowObjectRef_7(int32_t value)
{
___WellKnowObjectRef_7 = value;
}
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.Security.Policy.Evidence
struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 : public RuntimeObject
{
public:
// System.Boolean System.Security.Policy.Evidence::_locked
bool ____locked_0;
// System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___hostEvidenceList_1;
// System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___assemblyEvidenceList_2;
public:
inline static int32_t get_offset_of__locked_0() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ____locked_0)); }
inline bool get__locked_0() const { return ____locked_0; }
inline bool* get_address_of__locked_0() { return &____locked_0; }
inline void set__locked_0(bool value)
{
____locked_0 = value;
}
inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___hostEvidenceList_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; }
inline void set_hostEvidenceList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___hostEvidenceList_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hostEvidenceList_1), (void*)value);
}
inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___assemblyEvidenceList_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; }
inline void set_assemblyEvidenceList_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___assemblyEvidenceList_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyEvidenceList_2), (void*)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:
};
// Mono.MonoAssemblyName_<public_key_token>e__FixedBuffer
struct U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC
{
public:
union
{
struct
{
// System.Byte Mono.MonoAssemblyName_<public_key_token>e__FixedBuffer::FixedElementField
uint8_t ___FixedElementField_0;
};
uint8_t U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC__padding[17];
};
public:
inline static int32_t get_offset_of_FixedElementField_0() { return static_cast<int32_t>(offsetof(U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC, ___FixedElementField_0)); }
inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; }
inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; }
inline void set_FixedElementField_0(uint8_t value)
{
___FixedElementField_0 = value;
}
};
// 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.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
};
// System.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.MonoTODOAttribute
struct MonoTODOAttribute_t0D37CE020492CC4F1A620F173C52E5780E2A9666 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.MonoTODOAttribute::comment
String_t* ___comment_0;
public:
inline static int32_t get_offset_of_comment_0() { return static_cast<int32_t>(offsetof(MonoTODOAttribute_t0D37CE020492CC4F1A620F173C52E5780E2A9666, ___comment_0)); }
inline String_t* get_comment_0() const { return ___comment_0; }
inline String_t** get_address_of_comment_0() { return &___comment_0; }
inline void set_comment_0(String_t* value)
{
___comment_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comment_0), (void*)value);
}
};
// System.NonSerializedAttribute
struct NonSerializedAttribute_t1D1C4A9662B6C2FAC28237FCDFA49FA4747BC3BA : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Number_NumberBuffer
struct NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075
{
public:
// System.Byte* System.Number_NumberBuffer::baseAddress
uint8_t* ___baseAddress_1;
// System.Char* System.Number_NumberBuffer::digits
Il2CppChar* ___digits_2;
// System.Int32 System.Number_NumberBuffer::precision
int32_t ___precision_3;
// System.Int32 System.Number_NumberBuffer::scale
int32_t ___scale_4;
// System.Boolean System.Number_NumberBuffer::sign
bool ___sign_5;
public:
inline static int32_t get_offset_of_baseAddress_1() { return static_cast<int32_t>(offsetof(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075, ___baseAddress_1)); }
inline uint8_t* get_baseAddress_1() const { return ___baseAddress_1; }
inline uint8_t** get_address_of_baseAddress_1() { return &___baseAddress_1; }
inline void set_baseAddress_1(uint8_t* value)
{
___baseAddress_1 = value;
}
inline static int32_t get_offset_of_digits_2() { return static_cast<int32_t>(offsetof(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075, ___digits_2)); }
inline Il2CppChar* get_digits_2() const { return ___digits_2; }
inline Il2CppChar** get_address_of_digits_2() { return &___digits_2; }
inline void set_digits_2(Il2CppChar* value)
{
___digits_2 = value;
}
inline static int32_t get_offset_of_precision_3() { return static_cast<int32_t>(offsetof(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075, ___precision_3)); }
inline int32_t get_precision_3() const { return ___precision_3; }
inline int32_t* get_address_of_precision_3() { return &___precision_3; }
inline void set_precision_3(int32_t value)
{
___precision_3 = value;
}
inline static int32_t get_offset_of_scale_4() { return static_cast<int32_t>(offsetof(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075, ___scale_4)); }
inline int32_t get_scale_4() const { return ___scale_4; }
inline int32_t* get_address_of_scale_4() { return &___scale_4; }
inline void set_scale_4(int32_t value)
{
___scale_4 = value;
}
inline static int32_t get_offset_of_sign_5() { return static_cast<int32_t>(offsetof(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075, ___sign_5)); }
inline bool get_sign_5() const { return ___sign_5; }
inline bool* get_address_of_sign_5() { return &___sign_5; }
inline void set_sign_5(bool value)
{
___sign_5 = value;
}
};
struct NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields
{
public:
// System.Int32 System.Number_NumberBuffer::NumberBufferBytes
int32_t ___NumberBufferBytes_0;
public:
inline static int32_t get_offset_of_NumberBufferBytes_0() { return static_cast<int32_t>(offsetof(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields, ___NumberBufferBytes_0)); }
inline int32_t get_NumberBufferBytes_0() const { return ___NumberBufferBytes_0; }
inline int32_t* get_address_of_NumberBufferBytes_0() { return &___NumberBufferBytes_0; }
inline void set_NumberBufferBytes_0(int32_t value)
{
___NumberBufferBytes_0 = value;
}
};
// Native definition for P/Invoke marshalling of System.Number/NumberBuffer
struct NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshaled_pinvoke
{
uint8_t* ___baseAddress_1;
Il2CppChar* ___digits_2;
int32_t ___precision_3;
int32_t ___scale_4;
int32_t ___sign_5;
};
// Native definition for COM marshalling of System.Number/NumberBuffer
struct NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshaled_com
{
uint8_t* ___baseAddress_1;
Il2CppChar* ___digits_2;
int32_t ___precision_3;
int32_t ___scale_4;
int32_t ___sign_5;
};
// System.ObsoleteAttribute
struct ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.ObsoleteAttribute::_message
String_t* ____message_0;
// System.Boolean System.ObsoleteAttribute::_error
bool ____error_1;
public:
inline static int32_t get_offset_of__message_0() { return static_cast<int32_t>(offsetof(ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170, ____message_0)); }
inline String_t* get__message_0() const { return ____message_0; }
inline String_t** get_address_of__message_0() { return &____message_0; }
inline void set__message_0(String_t* value)
{
____message_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_0), (void*)value);
}
inline static int32_t get_offset_of__error_1() { return static_cast<int32_t>(offsetof(ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170, ____error_1)); }
inline bool get__error_1() const { return ____error_1; }
inline bool* get_address_of__error_1() { return &____error_1; }
inline void set__error_1(bool value)
{
____error_1 = value;
}
};
// System.OrdinalComparer
struct OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE
{
public:
// System.Boolean System.OrdinalComparer::_ignoreCase
bool ____ignoreCase_4;
public:
inline static int32_t get_offset_of__ignoreCase_4() { return static_cast<int32_t>(offsetof(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A, ____ignoreCase_4)); }
inline bool get__ignoreCase_4() const { return ____ignoreCase_4; }
inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; }
inline void set__ignoreCase_4(bool value)
{
____ignoreCase_4 = value;
}
};
// System.ParamArrayAttribute
struct ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.ParameterizedStrings_FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800
{
public:
// System.Int32 System.ParameterizedStrings_FormatParam::_int32
int32_t ____int32_0;
// System.String System.ParameterizedStrings_FormatParam::_string
String_t* ____string_1;
public:
inline static int32_t get_offset_of__int32_0() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____int32_0)); }
inline int32_t get__int32_0() const { return ____int32_0; }
inline int32_t* get_address_of__int32_0() { return &____int32_0; }
inline void set__int32_0(int32_t value)
{
____int32_0 = value;
}
inline static int32_t get_offset_of__string_1() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____string_1)); }
inline String_t* get__string_1() const { return ____string_1; }
inline String_t** get_address_of__string_1() { return &____string_1; }
inline void set__string_1(String_t* value)
{
____string_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____string_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke
{
int32_t ____int32_0;
char* ____string_1;
};
// Native definition for COM marshalling of System.ParameterizedStrings/FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com
{
int32_t ____int32_0;
Il2CppChar* ____string_1;
};
// System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023
{
public:
// System.Object System.ParamsArray::arg0
RuntimeObject * ___arg0_3;
// System.Object System.ParamsArray::arg1
RuntimeObject * ___arg1_4;
// System.Object System.ParamsArray::arg2
RuntimeObject * ___arg2_5;
// System.Object[] System.ParamsArray::args
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
public:
inline static int32_t get_offset_of_arg0_3() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg0_3)); }
inline RuntimeObject * get_arg0_3() const { return ___arg0_3; }
inline RuntimeObject ** get_address_of_arg0_3() { return &___arg0_3; }
inline void set_arg0_3(RuntimeObject * value)
{
___arg0_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___arg0_3), (void*)value);
}
inline static int32_t get_offset_of_arg1_4() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg1_4)); }
inline RuntimeObject * get_arg1_4() const { return ___arg1_4; }
inline RuntimeObject ** get_address_of_arg1_4() { return &___arg1_4; }
inline void set_arg1_4(RuntimeObject * value)
{
___arg1_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___arg1_4), (void*)value);
}
inline static int32_t get_offset_of_arg2_5() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg2_5)); }
inline RuntimeObject * get_arg2_5() const { return ___arg2_5; }
inline RuntimeObject ** get_address_of_arg2_5() { return &___arg2_5; }
inline void set_arg2_5(RuntimeObject * value)
{
___arg2_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___arg2_5), (void*)value);
}
inline static int32_t get_offset_of_args_6() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___args_6)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_args_6() const { return ___args_6; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_args_6() { return &___args_6; }
inline void set_args_6(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___args_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___args_6), (void*)value);
}
};
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields
{
public:
// System.Object[] System.ParamsArray::oneArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___oneArgArray_0;
// System.Object[] System.ParamsArray::twoArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___twoArgArray_1;
// System.Object[] System.ParamsArray::threeArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___threeArgArray_2;
public:
inline static int32_t get_offset_of_oneArgArray_0() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___oneArgArray_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_oneArgArray_0() const { return ___oneArgArray_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_oneArgArray_0() { return &___oneArgArray_0; }
inline void set_oneArgArray_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___oneArgArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___oneArgArray_0), (void*)value);
}
inline static int32_t get_offset_of_twoArgArray_1() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___twoArgArray_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_twoArgArray_1() const { return ___twoArgArray_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_twoArgArray_1() { return &___twoArgArray_1; }
inline void set_twoArgArray_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___twoArgArray_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___twoArgArray_1), (void*)value);
}
inline static int32_t get_offset_of_threeArgArray_2() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___threeArgArray_2)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_threeArgArray_2() const { return ___threeArgArray_2; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_threeArgArray_2() { return &___threeArgArray_2; }
inline void set_threeArgArray_2(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___threeArgArray_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___threeArgArray_2), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_pinvoke
{
Il2CppIUnknown* ___arg0_3;
Il2CppIUnknown* ___arg1_4;
Il2CppIUnknown* ___arg2_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
};
// Native definition for COM marshalling of System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_com
{
Il2CppIUnknown* ___arg0_3;
Il2CppIUnknown* ___arg1_4;
Il2CppIUnknown* ___arg2_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
};
// System.Reflection.AssemblyCompanyAttribute
struct AssemblyCompanyAttribute_t2F810E97ADD9E7850E0F954EFA2DF7C056985DFF : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyCompanyAttribute::m_company
String_t* ___m_company_0;
public:
inline static int32_t get_offset_of_m_company_0() { return static_cast<int32_t>(offsetof(AssemblyCompanyAttribute_t2F810E97ADD9E7850E0F954EFA2DF7C056985DFF, ___m_company_0)); }
inline String_t* get_m_company_0() const { return ___m_company_0; }
inline String_t** get_address_of_m_company_0() { return &___m_company_0; }
inline void set_m_company_0(String_t* value)
{
___m_company_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_company_0), (void*)value);
}
};
// System.Reflection.AssemblyConfigurationAttribute
struct AssemblyConfigurationAttribute_tE9ADA5C677602C10C37EA25F3BD1C9E90196C4D1 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyConfigurationAttribute::m_configuration
String_t* ___m_configuration_0;
public:
inline static int32_t get_offset_of_m_configuration_0() { return static_cast<int32_t>(offsetof(AssemblyConfigurationAttribute_tE9ADA5C677602C10C37EA25F3BD1C9E90196C4D1, ___m_configuration_0)); }
inline String_t* get_m_configuration_0() const { return ___m_configuration_0; }
inline String_t** get_address_of_m_configuration_0() { return &___m_configuration_0; }
inline void set_m_configuration_0(String_t* value)
{
___m_configuration_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_configuration_0), (void*)value);
}
};
// System.Reflection.AssemblyCopyrightAttribute
struct AssemblyCopyrightAttribute_t8DF6FB6575CF7BD55F0E4EDD0B25D28B63D24960 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyCopyrightAttribute::m_copyright
String_t* ___m_copyright_0;
public:
inline static int32_t get_offset_of_m_copyright_0() { return static_cast<int32_t>(offsetof(AssemblyCopyrightAttribute_t8DF6FB6575CF7BD55F0E4EDD0B25D28B63D24960, ___m_copyright_0)); }
inline String_t* get_m_copyright_0() const { return ___m_copyright_0; }
inline String_t** get_address_of_m_copyright_0() { return &___m_copyright_0; }
inline void set_m_copyright_0(String_t* value)
{
___m_copyright_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_copyright_0), (void*)value);
}
};
// System.Reflection.AssemblyDefaultAliasAttribute
struct AssemblyDefaultAliasAttribute_tC5A38CBC9F33DAF1234EA5B7A4839028AAE1A8B2 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyDefaultAliasAttribute::m_defaultAlias
String_t* ___m_defaultAlias_0;
public:
inline static int32_t get_offset_of_m_defaultAlias_0() { return static_cast<int32_t>(offsetof(AssemblyDefaultAliasAttribute_tC5A38CBC9F33DAF1234EA5B7A4839028AAE1A8B2, ___m_defaultAlias_0)); }
inline String_t* get_m_defaultAlias_0() const { return ___m_defaultAlias_0; }
inline String_t** get_address_of_m_defaultAlias_0() { return &___m_defaultAlias_0; }
inline void set_m_defaultAlias_0(String_t* value)
{
___m_defaultAlias_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_defaultAlias_0), (void*)value);
}
};
// System.Reflection.AssemblyDelaySignAttribute
struct AssemblyDelaySignAttribute_t1C835220662F6969D8CDDDF1D145CEDBE54A3437 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Boolean System.Reflection.AssemblyDelaySignAttribute::m_delaySign
bool ___m_delaySign_0;
public:
inline static int32_t get_offset_of_m_delaySign_0() { return static_cast<int32_t>(offsetof(AssemblyDelaySignAttribute_t1C835220662F6969D8CDDDF1D145CEDBE54A3437, ___m_delaySign_0)); }
inline bool get_m_delaySign_0() const { return ___m_delaySign_0; }
inline bool* get_address_of_m_delaySign_0() { return &___m_delaySign_0; }
inline void set_m_delaySign_0(bool value)
{
___m_delaySign_0 = value;
}
};
// System.Reflection.AssemblyDescriptionAttribute
struct AssemblyDescriptionAttribute_tC327583B1C647165DFBE9B2A26A4652571D3F804 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyDescriptionAttribute::m_description
String_t* ___m_description_0;
public:
inline static int32_t get_offset_of_m_description_0() { return static_cast<int32_t>(offsetof(AssemblyDescriptionAttribute_tC327583B1C647165DFBE9B2A26A4652571D3F804, ___m_description_0)); }
inline String_t* get_m_description_0() const { return ___m_description_0; }
inline String_t** get_address_of_m_description_0() { return &___m_description_0; }
inline void set_m_description_0(String_t* value)
{
___m_description_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_description_0), (void*)value);
}
};
// System.Reflection.AssemblyFileVersionAttribute
struct AssemblyFileVersionAttribute_t1A9625F4EC9900AC950834185DABC4AD1B880077 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyFileVersionAttribute::_version
String_t* ____version_0;
public:
inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(AssemblyFileVersionAttribute_t1A9625F4EC9900AC950834185DABC4AD1B880077, ____version_0)); }
inline String_t* get__version_0() const { return ____version_0; }
inline String_t** get_address_of__version_0() { return &____version_0; }
inline void set__version_0(String_t* value)
{
____version_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value);
}
};
// System.Reflection.AssemblyInformationalVersionAttribute
struct AssemblyInformationalVersionAttribute_tBA4A9D17D747C49BB85AF256BD0EE1F43FE87270 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyInformationalVersionAttribute::m_informationalVersion
String_t* ___m_informationalVersion_0;
public:
inline static int32_t get_offset_of_m_informationalVersion_0() { return static_cast<int32_t>(offsetof(AssemblyInformationalVersionAttribute_tBA4A9D17D747C49BB85AF256BD0EE1F43FE87270, ___m_informationalVersion_0)); }
inline String_t* get_m_informationalVersion_0() const { return ___m_informationalVersion_0; }
inline String_t** get_address_of_m_informationalVersion_0() { return &___m_informationalVersion_0; }
inline void set_m_informationalVersion_0(String_t* value)
{
___m_informationalVersion_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_informationalVersion_0), (void*)value);
}
};
// System.Reflection.AssemblyKeyFileAttribute
struct AssemblyKeyFileAttribute_t34031CD8991F681B5D0AC4F3BEBB48D180F8F927 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyKeyFileAttribute::m_keyFile
String_t* ___m_keyFile_0;
public:
inline static int32_t get_offset_of_m_keyFile_0() { return static_cast<int32_t>(offsetof(AssemblyKeyFileAttribute_t34031CD8991F681B5D0AC4F3BEBB48D180F8F927, ___m_keyFile_0)); }
inline String_t* get_m_keyFile_0() const { return ___m_keyFile_0; }
inline String_t** get_address_of_m_keyFile_0() { return &___m_keyFile_0; }
inline void set_m_keyFile_0(String_t* value)
{
___m_keyFile_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_keyFile_0), (void*)value);
}
};
// System.Reflection.AssemblyProductAttribute
struct AssemblyProductAttribute_tDC2C08690010822BC94D1AE8E49D0EE33AE7CAA6 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyProductAttribute::m_product
String_t* ___m_product_0;
public:
inline static int32_t get_offset_of_m_product_0() { return static_cast<int32_t>(offsetof(AssemblyProductAttribute_tDC2C08690010822BC94D1AE8E49D0EE33AE7CAA6, ___m_product_0)); }
inline String_t* get_m_product_0() const { return ___m_product_0; }
inline String_t** get_address_of_m_product_0() { return &___m_product_0; }
inline void set_m_product_0(String_t* value)
{
___m_product_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_product_0), (void*)value);
}
};
// System.Reflection.AssemblyTitleAttribute
struct AssemblyTitleAttribute_t0A1E924DB8432B9BEDE2290C9EC9D4B6EB9C79EC : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyTitleAttribute::m_title
String_t* ___m_title_0;
public:
inline static int32_t get_offset_of_m_title_0() { return static_cast<int32_t>(offsetof(AssemblyTitleAttribute_t0A1E924DB8432B9BEDE2290C9EC9D4B6EB9C79EC, ___m_title_0)); }
inline String_t* get_m_title_0() const { return ___m_title_0; }
inline String_t** get_address_of_m_title_0() { return &___m_title_0; }
inline void set_m_title_0(String_t* value)
{
___m_title_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_title_0), (void*)value);
}
};
// System.Reflection.AssemblyTrademarkAttribute
struct AssemblyTrademarkAttribute_tCA7012FE4691B250B5F913B160C0013F25131331 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.AssemblyTrademarkAttribute::m_trademark
String_t* ___m_trademark_0;
public:
inline static int32_t get_offset_of_m_trademark_0() { return static_cast<int32_t>(offsetof(AssemblyTrademarkAttribute_tCA7012FE4691B250B5F913B160C0013F25131331, ___m_trademark_0)); }
inline String_t* get_m_trademark_0() const { return ___m_trademark_0; }
inline String_t** get_address_of_m_trademark_0() { return &___m_trademark_0; }
inline void set_m_trademark_0(String_t* value)
{
___m_trademark_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_trademark_0), (void*)value);
}
};
// System.Reflection.CustomAttributeTypedArgument
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8
{
public:
// System.Type System.Reflection.CustomAttributeTypedArgument::argumentType
Type_t * ___argumentType_0;
// System.Object System.Reflection.CustomAttributeTypedArgument::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_argumentType_0() { return static_cast<int32_t>(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___argumentType_0)); }
inline Type_t * get_argumentType_0() const { return ___argumentType_0; }
inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; }
inline void set_argumentType_0(Type_t * value)
{
___argumentType_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___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.Reflection.CustomAttributeTypedArgument
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke
{
Type_t * ___argumentType_0;
Il2CppIUnknown* ___value_1;
};
// Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com
{
Type_t * ___argumentType_0;
Il2CppIUnknown* ___value_1;
};
// System.Reflection.EventInfo
struct EventInfo_t : public MemberInfo_t
{
public:
// System.Reflection.EventInfo_AddEventAdapter System.Reflection.EventInfo::cached_add_event
AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * ___cached_add_event_0;
public:
inline static int32_t get_offset_of_cached_add_event_0() { return static_cast<int32_t>(offsetof(EventInfo_t, ___cached_add_event_0)); }
inline AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * get_cached_add_event_0() const { return ___cached_add_event_0; }
inline AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; }
inline void set_cached_add_event_0(AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * value)
{
___cached_add_event_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_add_event_0), (void*)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.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
public:
public:
};
// System.Runtime.InteropServices.ComImportAttribute
struct ComImportAttribute_t274D44BA1076F587D6AC97C2AFBA0A7B25EFDF40 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Remoting.ServerIdentity
struct ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 : public Identity_tB4E8BEFF42D505C9B24C9284934E6538F29606B6
{
public:
// System.Type System.Runtime.Remoting.ServerIdentity::_objectType
Type_t * ____objectType_7;
// System.MarshalByRefObject System.Runtime.Remoting.ServerIdentity::_serverObject
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * ____serverObject_8;
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.ServerIdentity::_serverSink
RuntimeObject* ____serverSink_9;
// System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::_context
Context_tE86AB6B3D9759C8E715184808579EFE761683724 * ____context_10;
// System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::_lease
Lease_t33787DBF803EE2586CBFDC46E3528D17F14AD3A3 * ____lease_11;
public:
inline static int32_t get_offset_of__objectType_7() { return static_cast<int32_t>(offsetof(ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2, ____objectType_7)); }
inline Type_t * get__objectType_7() const { return ____objectType_7; }
inline Type_t ** get_address_of__objectType_7() { return &____objectType_7; }
inline void set__objectType_7(Type_t * value)
{
____objectType_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____objectType_7), (void*)value);
}
inline static int32_t get_offset_of__serverObject_8() { return static_cast<int32_t>(offsetof(ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2, ____serverObject_8)); }
inline MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * get__serverObject_8() const { return ____serverObject_8; }
inline MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF ** get_address_of__serverObject_8() { return &____serverObject_8; }
inline void set__serverObject_8(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * value)
{
____serverObject_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____serverObject_8), (void*)value);
}
inline static int32_t get_offset_of__serverSink_9() { return static_cast<int32_t>(offsetof(ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2, ____serverSink_9)); }
inline RuntimeObject* get__serverSink_9() const { return ____serverSink_9; }
inline RuntimeObject** get_address_of__serverSink_9() { return &____serverSink_9; }
inline void set__serverSink_9(RuntimeObject* value)
{
____serverSink_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____serverSink_9), (void*)value);
}
inline static int32_t get_offset_of__context_10() { return static_cast<int32_t>(offsetof(ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2, ____context_10)); }
inline Context_tE86AB6B3D9759C8E715184808579EFE761683724 * get__context_10() const { return ____context_10; }
inline Context_tE86AB6B3D9759C8E715184808579EFE761683724 ** get_address_of__context_10() { return &____context_10; }
inline void set__context_10(Context_tE86AB6B3D9759C8E715184808579EFE761683724 * value)
{
____context_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____context_10), (void*)value);
}
inline static int32_t get_offset_of__lease_11() { return static_cast<int32_t>(offsetof(ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2, ____lease_11)); }
inline Lease_t33787DBF803EE2586CBFDC46E3528D17F14AD3A3 * get__lease_11() const { return ____lease_11; }
inline Lease_t33787DBF803EE2586CBFDC46E3528D17F14AD3A3 ** get_address_of__lease_11() { return &____lease_11; }
inline void set__lease_11(Lease_t33787DBF803EE2586CBFDC46E3528D17F14AD3A3 * value)
{
____lease_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lease_11), (void*)value);
}
};
// System.SerializableAttribute
struct SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// 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.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB
{
public:
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
public:
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; }
inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value)
{
___m_source_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value);
}
};
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields
{
public:
// System.Action`1<System.Object> System.Threading.CancellationToken::s_ActionToActionObjShunt
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1;
public:
inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; }
inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_ActionToActionObjShunt_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// Native definition for COM marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// System.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:
};
// System.__DTString
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9
{
public:
// System.String System.__DTString::Value
String_t* ___Value_0;
// System.Int32 System.__DTString::Index
int32_t ___Index_1;
// System.Int32 System.__DTString::len
int32_t ___len_2;
// System.Char System.__DTString::m_current
Il2CppChar ___m_current_3;
// System.Globalization.CompareInfo System.__DTString::m_info
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
// System.Boolean System.__DTString::m_checkDigitToken
bool ___m_checkDigitToken_5;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___Value_0)); }
inline String_t* get_Value_0() const { return ___Value_0; }
inline String_t** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(String_t* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
inline static int32_t get_offset_of_Index_1() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___Index_1)); }
inline int32_t get_Index_1() const { return ___Index_1; }
inline int32_t* get_address_of_Index_1() { return &___Index_1; }
inline void set_Index_1(int32_t value)
{
___Index_1 = value;
}
inline static int32_t get_offset_of_len_2() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___len_2)); }
inline int32_t get_len_2() const { return ___len_2; }
inline int32_t* get_address_of_len_2() { return &___len_2; }
inline void set_len_2(int32_t value)
{
___len_2 = value;
}
inline static int32_t get_offset_of_m_current_3() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_current_3)); }
inline Il2CppChar get_m_current_3() const { return ___m_current_3; }
inline Il2CppChar* get_address_of_m_current_3() { return &___m_current_3; }
inline void set_m_current_3(Il2CppChar value)
{
___m_current_3 = value;
}
inline static int32_t get_offset_of_m_info_4() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_info_4)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_info_4() const { return ___m_info_4; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_info_4() { return &___m_info_4; }
inline void set_m_info_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___m_info_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_info_4), (void*)value);
}
inline static int32_t get_offset_of_m_checkDigitToken_5() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_checkDigitToken_5)); }
inline bool get_m_checkDigitToken_5() const { return ___m_checkDigitToken_5; }
inline bool* get_address_of_m_checkDigitToken_5() { return &___m_checkDigitToken_5; }
inline void set_m_checkDigitToken_5(bool value)
{
___m_checkDigitToken_5 = value;
}
};
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields
{
public:
// System.Char[] System.__DTString::WhiteSpaceChecks
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___WhiteSpaceChecks_6;
public:
inline static int32_t get_offset_of_WhiteSpaceChecks_6() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields, ___WhiteSpaceChecks_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_WhiteSpaceChecks_6() const { return ___WhiteSpaceChecks_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_WhiteSpaceChecks_6() { return &___WhiteSpaceChecks_6; }
inline void set_WhiteSpaceChecks_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___WhiteSpaceChecks_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___WhiteSpaceChecks_6), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.__DTString
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_pinvoke
{
char* ___Value_0;
int32_t ___Index_1;
int32_t ___len_2;
uint8_t ___m_current_3;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
int32_t ___m_checkDigitToken_5;
};
// Native definition for COM marshalling of System.__DTString
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_com
{
Il2CppChar* ___Value_0;
int32_t ___Index_1;
int32_t ___len_2;
uint8_t ___m_current_3;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
int32_t ___m_checkDigitToken_5;
};
// <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.MonoAssemblyName
struct MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1
{
public:
// System.IntPtr Mono.MonoAssemblyName::name
intptr_t ___name_0;
// System.IntPtr Mono.MonoAssemblyName::culture
intptr_t ___culture_1;
// System.IntPtr Mono.MonoAssemblyName::hash_value
intptr_t ___hash_value_2;
// System.IntPtr Mono.MonoAssemblyName::public_key
intptr_t ___public_key_3;
// Mono.MonoAssemblyName_<public_key_token>e__FixedBuffer Mono.MonoAssemblyName::public_key_token
U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC ___public_key_token_4;
// System.UInt32 Mono.MonoAssemblyName::hash_alg
uint32_t ___hash_alg_5;
// System.UInt32 Mono.MonoAssemblyName::hash_len
uint32_t ___hash_len_6;
// System.UInt32 Mono.MonoAssemblyName::flags
uint32_t ___flags_7;
// System.UInt16 Mono.MonoAssemblyName::major
uint16_t ___major_8;
// System.UInt16 Mono.MonoAssemblyName::minor
uint16_t ___minor_9;
// System.UInt16 Mono.MonoAssemblyName::build
uint16_t ___build_10;
// System.UInt16 Mono.MonoAssemblyName::revision
uint16_t ___revision_11;
// System.UInt16 Mono.MonoAssemblyName::arch
uint16_t ___arch_12;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___name_0)); }
inline intptr_t get_name_0() const { return ___name_0; }
inline intptr_t* get_address_of_name_0() { return &___name_0; }
inline void set_name_0(intptr_t value)
{
___name_0 = value;
}
inline static int32_t get_offset_of_culture_1() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___culture_1)); }
inline intptr_t get_culture_1() const { return ___culture_1; }
inline intptr_t* get_address_of_culture_1() { return &___culture_1; }
inline void set_culture_1(intptr_t value)
{
___culture_1 = value;
}
inline static int32_t get_offset_of_hash_value_2() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___hash_value_2)); }
inline intptr_t get_hash_value_2() const { return ___hash_value_2; }
inline intptr_t* get_address_of_hash_value_2() { return &___hash_value_2; }
inline void set_hash_value_2(intptr_t value)
{
___hash_value_2 = value;
}
inline static int32_t get_offset_of_public_key_3() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___public_key_3)); }
inline intptr_t get_public_key_3() const { return ___public_key_3; }
inline intptr_t* get_address_of_public_key_3() { return &___public_key_3; }
inline void set_public_key_3(intptr_t value)
{
___public_key_3 = value;
}
inline static int32_t get_offset_of_public_key_token_4() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___public_key_token_4)); }
inline U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC get_public_key_token_4() const { return ___public_key_token_4; }
inline U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC * get_address_of_public_key_token_4() { return &___public_key_token_4; }
inline void set_public_key_token_4(U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC value)
{
___public_key_token_4 = value;
}
inline static int32_t get_offset_of_hash_alg_5() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___hash_alg_5)); }
inline uint32_t get_hash_alg_5() const { return ___hash_alg_5; }
inline uint32_t* get_address_of_hash_alg_5() { return &___hash_alg_5; }
inline void set_hash_alg_5(uint32_t value)
{
___hash_alg_5 = value;
}
inline static int32_t get_offset_of_hash_len_6() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___hash_len_6)); }
inline uint32_t get_hash_len_6() const { return ___hash_len_6; }
inline uint32_t* get_address_of_hash_len_6() { return &___hash_len_6; }
inline void set_hash_len_6(uint32_t value)
{
___hash_len_6 = value;
}
inline static int32_t get_offset_of_flags_7() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___flags_7)); }
inline uint32_t get_flags_7() const { return ___flags_7; }
inline uint32_t* get_address_of_flags_7() { return &___flags_7; }
inline void set_flags_7(uint32_t value)
{
___flags_7 = value;
}
inline static int32_t get_offset_of_major_8() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___major_8)); }
inline uint16_t get_major_8() const { return ___major_8; }
inline uint16_t* get_address_of_major_8() { return &___major_8; }
inline void set_major_8(uint16_t value)
{
___major_8 = value;
}
inline static int32_t get_offset_of_minor_9() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___minor_9)); }
inline uint16_t get_minor_9() const { return ___minor_9; }
inline uint16_t* get_address_of_minor_9() { return &___minor_9; }
inline void set_minor_9(uint16_t value)
{
___minor_9 = value;
}
inline static int32_t get_offset_of_build_10() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___build_10)); }
inline uint16_t get_build_10() const { return ___build_10; }
inline uint16_t* get_address_of_build_10() { return &___build_10; }
inline void set_build_10(uint16_t value)
{
___build_10 = value;
}
inline static int32_t get_offset_of_revision_11() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___revision_11)); }
inline uint16_t get_revision_11() const { return ___revision_11; }
inline uint16_t* get_address_of_revision_11() { return &___revision_11; }
inline void set_revision_11(uint16_t value)
{
___revision_11 = value;
}
inline static int32_t get_offset_of_arch_12() { return static_cast<int32_t>(offsetof(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1, ___arch_12)); }
inline uint16_t get_arch_12() const { return ___arch_12; }
inline uint16_t* get_address_of_arch_12() { return &___arch_12; }
inline void set_arch_12(uint16_t value)
{
___arch_12 = 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.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IntPtr System.AppDomain::_mono_app_domain
intptr_t ____mono_app_domain_1;
// System.Object System.AppDomain::_evidence
RuntimeObject * ____evidence_6;
// System.Object System.AppDomain::_granted
RuntimeObject * ____granted_7;
// System.Int32 System.AppDomain::_principalPolicy
int32_t ____principalPolicy_8;
// System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad
AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * ___AssemblyLoad_11;
// System.ResolveEventHandler System.AppDomain::AssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___AssemblyResolve_12;
// System.EventHandler System.AppDomain::DomainUnload
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___DomainUnload_13;
// System.EventHandler System.AppDomain::ProcessExit
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___ProcessExit_14;
// System.ResolveEventHandler System.AppDomain::ResourceResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ResourceResolve_15;
// System.ResolveEventHandler System.AppDomain::TypeResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___TypeResolve_16;
// System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException
UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___UnhandledException_17;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs> System.AppDomain::FirstChanceException
EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * ___FirstChanceException_18;
// System.Object System.AppDomain::_domain_manager
RuntimeObject * ____domain_manager_19;
// System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ReflectionOnlyAssemblyResolve_20;
// System.Object System.AppDomain::_activation
RuntimeObject * ____activation_21;
// System.Object System.AppDomain::_applicationIdentity
RuntimeObject * ____applicationIdentity_22;
// System.Collections.Generic.List`1<System.String> System.AppDomain::compatibility_switch
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
public:
inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____mono_app_domain_1)); }
inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; }
inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; }
inline void set__mono_app_domain_1(intptr_t value)
{
____mono_app_domain_1 = value;
}
inline static int32_t get_offset_of__evidence_6() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____evidence_6)); }
inline RuntimeObject * get__evidence_6() const { return ____evidence_6; }
inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; }
inline void set__evidence_6(RuntimeObject * value)
{
____evidence_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____evidence_6), (void*)value);
}
inline static int32_t get_offset_of__granted_7() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____granted_7)); }
inline RuntimeObject * get__granted_7() const { return ____granted_7; }
inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; }
inline void set__granted_7(RuntimeObject * value)
{
____granted_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____granted_7), (void*)value);
}
inline static int32_t get_offset_of__principalPolicy_8() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____principalPolicy_8)); }
inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; }
inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; }
inline void set__principalPolicy_8(int32_t value)
{
____principalPolicy_8 = value;
}
inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyLoad_11)); }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; }
inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * value)
{
___AssemblyLoad_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value);
}
inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyResolve_12)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; }
inline void set_AssemblyResolve_12(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___AssemblyResolve_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value);
}
inline static int32_t get_offset_of_DomainUnload_13() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___DomainUnload_13)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_DomainUnload_13() const { return ___DomainUnload_13; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; }
inline void set_DomainUnload_13(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___DomainUnload_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value);
}
inline static int32_t get_offset_of_ProcessExit_14() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ProcessExit_14)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_ProcessExit_14() const { return ___ProcessExit_14; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; }
inline void set_ProcessExit_14(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___ProcessExit_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value);
}
inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ResourceResolve_15)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ResourceResolve_15() const { return ___ResourceResolve_15; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; }
inline void set_ResourceResolve_15(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___ResourceResolve_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value);
}
inline static int32_t get_offset_of_TypeResolve_16() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___TypeResolve_16)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_TypeResolve_16() const { return ___TypeResolve_16; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; }
inline void set_TypeResolve_16(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___TypeResolve_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value);
}
inline static int32_t get_offset_of_UnhandledException_17() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___UnhandledException_17)); }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * get_UnhandledException_17() const { return ___UnhandledException_17; }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; }
inline void set_UnhandledException_17(UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * value)
{
___UnhandledException_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value);
}
inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___FirstChanceException_18)); }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * get_FirstChanceException_18() const { return ___FirstChanceException_18; }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; }
inline void set_FirstChanceException_18(EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * value)
{
___FirstChanceException_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FirstChanceException_18), (void*)value);
}
inline static int32_t get_offset_of__domain_manager_19() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____domain_manager_19)); }
inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; }
inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; }
inline void set__domain_manager_19(RuntimeObject * value)
{
____domain_manager_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____domain_manager_19), (void*)value);
}
inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ReflectionOnlyAssemblyResolve_20)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; }
inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___ReflectionOnlyAssemblyResolve_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value);
}
inline static int32_t get_offset_of__activation_21() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____activation_21)); }
inline RuntimeObject * get__activation_21() const { return ____activation_21; }
inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; }
inline void set__activation_21(RuntimeObject * value)
{
____activation_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activation_21), (void*)value);
}
inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____applicationIdentity_22)); }
inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; }
inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; }
inline void set__applicationIdentity_22(RuntimeObject * value)
{
____applicationIdentity_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applicationIdentity_22), (void*)value);
}
inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___compatibility_switch_23)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; }
inline void set_compatibility_switch_23(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___compatibility_switch_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value);
}
};
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields
{
public:
// System.String System.AppDomain::_process_guid
String_t* ____process_guid_2;
// System.AppDomain System.AppDomain::default_domain
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * ___default_domain_10;
public:
inline static int32_t get_offset_of__process_guid_2() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields, ____process_guid_2)); }
inline String_t* get__process_guid_2() const { return ____process_guid_2; }
inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; }
inline void set__process_guid_2(String_t* value)
{
____process_guid_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____process_guid_2), (void*)value);
}
inline static int32_t get_offset_of_default_domain_10() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields, ___default_domain_10)); }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * get_default_domain_10() const { return ___default_domain_10; }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 ** get_address_of_default_domain_10() { return &___default_domain_10; }
inline void set_default_domain_10(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * value)
{
___default_domain_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_domain_10), (void*)value);
}
};
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::type_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___type_resolve_in_progress_3;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_4;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress_refonly
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_refonly_5;
// System.Object System.AppDomain::_principal
RuntimeObject * ____principal_9;
public:
inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___type_resolve_in_progress_3)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; }
inline void set_type_resolve_in_progress_3(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___type_resolve_in_progress_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_resolve_in_progress_3), (void*)value);
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_4)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; }
inline void set_assembly_resolve_in_progress_4(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___assembly_resolve_in_progress_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_4), (void*)value);
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; }
inline void set_assembly_resolve_in_progress_refonly_5(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___assembly_resolve_in_progress_refonly_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_refonly_5), (void*)value);
}
inline static int32_t get_offset_of__principal_9() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ____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);
}
};
// Native definition for P/Invoke marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_11;
Il2CppMethodPointer ___AssemblyResolve_12;
Il2CppMethodPointer ___DomainUnload_13;
Il2CppMethodPointer ___ProcessExit_14;
Il2CppMethodPointer ___ResourceResolve_15;
Il2CppMethodPointer ___TypeResolve_16;
Il2CppMethodPointer ___UnhandledException_17;
Il2CppMethodPointer ___FirstChanceException_18;
Il2CppIUnknown* ____domain_manager_19;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20;
Il2CppIUnknown* ____activation_21;
Il2CppIUnknown* ____applicationIdentity_22;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
};
// Native definition for COM marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_11;
Il2CppMethodPointer ___AssemblyResolve_12;
Il2CppMethodPointer ___DomainUnload_13;
Il2CppMethodPointer ___ProcessExit_14;
Il2CppMethodPointer ___ResourceResolve_15;
Il2CppMethodPointer ___TypeResolve_16;
Il2CppMethodPointer ___UnhandledException_17;
Il2CppMethodPointer ___FirstChanceException_18;
Il2CppIUnknown* ____domain_manager_19;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20;
Il2CppIUnknown* ____activation_21;
Il2CppIUnknown* ____applicationIdentity_22;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
};
// System.AttributeTargets
struct AttributeTargets_t7CC0DE6D2B11C951E525EE69AD02313792932741
{
public:
// System.Int32 System.AttributeTargets::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AttributeTargets_t7CC0DE6D2B11C951E525EE69AD02313792932741, ___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.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.ConsoleKey
struct ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C
{
public:
// System.Int32 System.ConsoleKey::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.ConsoleModifiers
struct ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34
{
public:
// System.Int32 System.ConsoleModifiers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.DateTimeParse_TM
struct TM_t88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7
{
public:
// System.Int32 System.DateTimeParse_TM::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TM_t88131D3D9CB467F2A2E92B7ED840638B1DDA1DA7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.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.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.IO.FileAccess
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
{
public:
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.FileMode
struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419
{
public:
// System.Int32 System.IO.FileMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.MidpointRounding
struct MidpointRounding_t458D56BA077AD42C4E857EB00CF6E8AC43761409
{
public:
// System.Int32 System.MidpointRounding::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MidpointRounding_t458D56BA077AD42C4E857EB00CF6E8AC43761409, ___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.MonoAsyncCall
struct MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD : public RuntimeObject
{
public:
// System.Object System.MonoAsyncCall::msg
RuntimeObject * ___msg_0;
// System.IntPtr System.MonoAsyncCall::cb_method
intptr_t ___cb_method_1;
// System.Object System.MonoAsyncCall::cb_target
RuntimeObject * ___cb_target_2;
// System.Object System.MonoAsyncCall::state
RuntimeObject * ___state_3;
// System.Object System.MonoAsyncCall::res
RuntimeObject * ___res_4;
// System.Object System.MonoAsyncCall::out_args
RuntimeObject * ___out_args_5;
public:
inline static int32_t get_offset_of_msg_0() { return static_cast<int32_t>(offsetof(MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD, ___msg_0)); }
inline RuntimeObject * get_msg_0() const { return ___msg_0; }
inline RuntimeObject ** get_address_of_msg_0() { return &___msg_0; }
inline void set_msg_0(RuntimeObject * value)
{
___msg_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___msg_0), (void*)value);
}
inline static int32_t get_offset_of_cb_method_1() { return static_cast<int32_t>(offsetof(MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD, ___cb_method_1)); }
inline intptr_t get_cb_method_1() const { return ___cb_method_1; }
inline intptr_t* get_address_of_cb_method_1() { return &___cb_method_1; }
inline void set_cb_method_1(intptr_t value)
{
___cb_method_1 = value;
}
inline static int32_t get_offset_of_cb_target_2() { return static_cast<int32_t>(offsetof(MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD, ___cb_target_2)); }
inline RuntimeObject * get_cb_target_2() const { return ___cb_target_2; }
inline RuntimeObject ** get_address_of_cb_target_2() { return &___cb_target_2; }
inline void set_cb_target_2(RuntimeObject * value)
{
___cb_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cb_target_2), (void*)value);
}
inline static int32_t get_offset_of_state_3() { return static_cast<int32_t>(offsetof(MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD, ___state_3)); }
inline RuntimeObject * get_state_3() const { return ___state_3; }
inline RuntimeObject ** get_address_of_state_3() { return &___state_3; }
inline void set_state_3(RuntimeObject * value)
{
___state_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___state_3), (void*)value);
}
inline static int32_t get_offset_of_res_4() { return static_cast<int32_t>(offsetof(MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD, ___res_4)); }
inline RuntimeObject * get_res_4() const { return ___res_4; }
inline RuntimeObject ** get_address_of_res_4() { return &___res_4; }
inline void set_res_4(RuntimeObject * value)
{
___res_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___res_4), (void*)value);
}
inline static int32_t get_offset_of_out_args_5() { return static_cast<int32_t>(offsetof(MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD, ___out_args_5)); }
inline RuntimeObject * get_out_args_5() const { return ___out_args_5; }
inline RuntimeObject ** get_address_of_out_args_5() { return &___out_args_5; }
inline void set_out_args_5(RuntimeObject * value)
{
___out_args_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___out_args_5), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MonoAsyncCall
struct MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshaled_pinvoke
{
Il2CppIUnknown* ___msg_0;
intptr_t ___cb_method_1;
Il2CppIUnknown* ___cb_target_2;
Il2CppIUnknown* ___state_3;
Il2CppIUnknown* ___res_4;
Il2CppIUnknown* ___out_args_5;
};
// Native definition for COM marshalling of System.MonoAsyncCall
struct MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshaled_com
{
Il2CppIUnknown* ___msg_0;
intptr_t ___cb_method_1;
Il2CppIUnknown* ___cb_target_2;
Il2CppIUnknown* ___state_3;
Il2CppIUnknown* ___res_4;
Il2CppIUnknown* ___out_args_5;
};
// System.MonoLimitationAttribute
struct MonoLimitationAttribute_t60914056F9C7FD1017B4187D3C41E5D199C362E4 : public MonoTODOAttribute_t0D37CE020492CC4F1A620F173C52E5780E2A9666
{
public:
public:
};
// System.ParseFailureKind
struct ParseFailureKind_t7AA13E4F55CF635AED825E165124FCDC002DBB0C
{
public:
// System.Int32 System.ParseFailureKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFailureKind_t7AA13E4F55CF635AED825E165124FCDC002DBB0C, ___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.ParseFlags
struct ParseFlags_t84469315FBC8714D1FEFE9732A53AEDE3D8B6587
{
public:
// System.Int32 System.ParseFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFlags_t84469315FBC8714D1FEFE9732A53AEDE3D8B6587, ___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.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.ConstructorInfo
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t
{
public:
public:
};
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields
{
public:
// System.String System.Reflection.ConstructorInfo::ConstructorName
String_t* ___ConstructorName_0;
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
String_t* ___TypeConstructorName_1;
public:
inline static int32_t get_offset_of_ConstructorName_0() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); }
inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; }
inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; }
inline void set_ConstructorName_0(String_t* value)
{
___ConstructorName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value);
}
inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); }
inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; }
inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; }
inline void set_TypeConstructorName_1(String_t* value)
{
___TypeConstructorName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value);
}
};
// System.Reflection.CustomAttributeData_LazyCAttrData
struct LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 : public RuntimeObject
{
public:
// System.Reflection.Assembly System.Reflection.CustomAttributeData_LazyCAttrData::assembly
Assembly_t * ___assembly_0;
// System.IntPtr System.Reflection.CustomAttributeData_LazyCAttrData::data
intptr_t ___data_1;
// System.UInt32 System.Reflection.CustomAttributeData_LazyCAttrData::data_length
uint32_t ___data_length_2;
public:
inline static int32_t get_offset_of_assembly_0() { return static_cast<int32_t>(offsetof(LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38, ___assembly_0)); }
inline Assembly_t * get_assembly_0() const { return ___assembly_0; }
inline Assembly_t ** get_address_of_assembly_0() { return &___assembly_0; }
inline void set_assembly_0(Assembly_t * value)
{
___assembly_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assembly_0), (void*)value);
}
inline static int32_t get_offset_of_data_1() { return static_cast<int32_t>(offsetof(LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38, ___data_1)); }
inline intptr_t get_data_1() const { return ___data_1; }
inline intptr_t* get_address_of_data_1() { return &___data_1; }
inline void set_data_1(intptr_t value)
{
___data_1 = value;
}
inline static int32_t get_offset_of_data_length_2() { return static_cast<int32_t>(offsetof(LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38, ___data_length_2)); }
inline uint32_t get_data_length_2() const { return ___data_length_2; }
inline uint32_t* get_address_of_data_length_2() { return &___data_length_2; }
inline void set_data_length_2(uint32_t value)
{
___data_length_2 = value;
}
};
// System.Reflection.CustomAttributeNamedArgument
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E
{
public:
// System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 ___typedArgument_0;
// System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo
MemberInfo_t * ___memberInfo_1;
public:
inline static int32_t get_offset_of_typedArgument_0() { return static_cast<int32_t>(offsetof(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E, ___typedArgument_0)); }
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 get_typedArgument_0() const { return ___typedArgument_0; }
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * get_address_of_typedArgument_0() { return &___typedArgument_0; }
inline void set_typedArgument_0(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 value)
{
___typedArgument_0 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___argumentType_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_memberInfo_1() { return static_cast<int32_t>(offsetof(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E, ___memberInfo_1)); }
inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; }
inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; }
inline void set_memberInfo_1(MemberInfo_t * value)
{
___memberInfo_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___memberInfo_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_marshaled_pinvoke
{
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke ___typedArgument_0;
MemberInfo_t * ___memberInfo_1;
};
// Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_marshaled_com
{
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com ___typedArgument_0;
MemberInfo_t * ___memberInfo_1;
};
// System.Reflection.MemberTypes
struct MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041
{
public:
// System.Int32 System.Reflection.MemberTypes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041, ___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.PInfo
struct PInfo_tACD8A5FBDB18A8362483985E0F90A0D66781986B
{
public:
// System.Int32 System.Reflection.PInfo::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PInfo_tACD8A5FBDB18A8362483985E0F90A0D66781986B, ___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.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.Reflection.PropertyAttributes
struct PropertyAttributes_t4301E7E94CEE49B5C03DF6D72B38B7940040FE6C
{
public:
// System.Int32 System.Reflection.PropertyAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PropertyAttributes_t4301E7E94CEE49B5C03DF6D72B38B7940040FE6C, ___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.ResourceLocation
struct ResourceLocation_t6E45E67E66224243811CD6541669F30A8936445A
{
public:
// System.Int32 System.Reflection.ResourceLocation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ResourceLocation_t6E45E67E66224243811CD6541669F30A8936445A, ___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.RuntimeEventInfo
struct RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 : public EventInfo_t
{
public:
public:
};
// System.Reflection.RuntimePropertyInfo
struct RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 : public PropertyInfo_t
{
public:
public:
};
// System.Reflection.TypeAttributes
struct TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30
{
public:
// System.Int32 System.Reflection.TypeAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30, ___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.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.Threading.StackCrawlMark
struct StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943
{
public:
// System.Int32 System.Threading.StackCrawlMark::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943, ___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.AttributeUsageAttribute
struct AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.AttributeTargets System.AttributeUsageAttribute::m_attributeTarget
int32_t ___m_attributeTarget_0;
// System.Boolean System.AttributeUsageAttribute::m_allowMultiple
bool ___m_allowMultiple_1;
// System.Boolean System.AttributeUsageAttribute::m_inherited
bool ___m_inherited_2;
public:
inline static int32_t get_offset_of_m_attributeTarget_0() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388, ___m_attributeTarget_0)); }
inline int32_t get_m_attributeTarget_0() const { return ___m_attributeTarget_0; }
inline int32_t* get_address_of_m_attributeTarget_0() { return &___m_attributeTarget_0; }
inline void set_m_attributeTarget_0(int32_t value)
{
___m_attributeTarget_0 = value;
}
inline static int32_t get_offset_of_m_allowMultiple_1() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388, ___m_allowMultiple_1)); }
inline bool get_m_allowMultiple_1() const { return ___m_allowMultiple_1; }
inline bool* get_address_of_m_allowMultiple_1() { return &___m_allowMultiple_1; }
inline void set_m_allowMultiple_1(bool value)
{
___m_allowMultiple_1 = value;
}
inline static int32_t get_offset_of_m_inherited_2() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388, ___m_inherited_2)); }
inline bool get_m_inherited_2() const { return ___m_inherited_2; }
inline bool* get_address_of_m_inherited_2() { return &___m_inherited_2; }
inline void set_m_inherited_2(bool value)
{
___m_inherited_2 = value;
}
};
struct AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_StaticFields
{
public:
// System.AttributeUsageAttribute System.AttributeUsageAttribute::Default
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * ___Default_3;
public:
inline static int32_t get_offset_of_Default_3() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_StaticFields, ___Default_3)); }
inline AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * get_Default_3() const { return ___Default_3; }
inline AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 ** get_address_of_Default_3() { return &___Default_3; }
inline void set_Default_3(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * value)
{
___Default_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value);
}
};
// System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768
{
public:
// System.Char System.ConsoleKeyInfo::_keyChar
Il2CppChar ____keyChar_0;
// System.ConsoleKey System.ConsoleKeyInfo::_key
int32_t ____key_1;
// System.ConsoleModifiers System.ConsoleKeyInfo::_mods
int32_t ____mods_2;
public:
inline static int32_t get_offset_of__keyChar_0() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____keyChar_0)); }
inline Il2CppChar get__keyChar_0() const { return ____keyChar_0; }
inline Il2CppChar* get_address_of__keyChar_0() { return &____keyChar_0; }
inline void set__keyChar_0(Il2CppChar value)
{
____keyChar_0 = value;
}
inline static int32_t get_offset_of__key_1() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____key_1)); }
inline int32_t get__key_1() const { return ____key_1; }
inline int32_t* get_address_of__key_1() { return &____key_1; }
inline void set__key_1(int32_t value)
{
____key_1 = value;
}
inline static int32_t get_offset_of__mods_2() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____mods_2)); }
inline int32_t get__mods_2() const { return ____mods_2; }
inline int32_t* get_address_of__mods_2() { return &____mods_2; }
inline void set__mods_2(int32_t value)
{
____mods_2 = value;
}
};
// Native definition for P/Invoke marshalling of System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke
{
uint8_t ____keyChar_0;
int32_t ____key_1;
int32_t ____mods_2;
};
// Native definition for COM marshalling of System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com
{
uint8_t ____keyChar_0;
int32_t ____key_1;
int32_t ____mods_2;
};
// System.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.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
public:
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value);
}
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
inline String_t* get_name_7() const { return ___name_7; }
inline String_t** get_address_of_name_7() { return &___name_7; }
inline void set_name_7(String_t* value)
{
___name_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value);
}
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
{
___safeHandle_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value);
}
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
inline bool get_isExposed_9() const { return ___isExposed_9; }
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
inline void set_isExposed_9(bool value)
{
___isExposed_9 = value;
}
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
inline void set_append_startpos_10(int64_t value)
{
___append_startpos_10 = value;
}
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
inline int32_t get_access_11() const { return ___access_11; }
inline int32_t* get_address_of_access_11() { return &___access_11; }
inline void set_access_11(int32_t value)
{
___access_11 = value;
}
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
inline bool get_owner_12() const { return ___owner_12; }
inline bool* get_address_of_owner_12() { return &___owner_12; }
inline void set_owner_12(bool value)
{
___owner_12 = value;
}
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
inline bool get_async_13() const { return ___async_13; }
inline bool* get_address_of_async_13() { return &___async_13; }
inline void set_async_13(bool value)
{
___async_13 = value;
}
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
inline bool get_canseek_14() const { return ___canseek_14; }
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
inline void set_canseek_14(bool value)
{
___canseek_14 = value;
}
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
inline bool get_anonymous_15() const { return ___anonymous_15; }
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
inline void set_anonymous_15(bool value)
{
___anonymous_15 = value;
}
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
inline void set_buf_dirty_16(bool value)
{
___buf_dirty_16 = value;
}
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
inline void set_buf_size_17(int32_t value)
{
___buf_size_17 = value;
}
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
inline void set_buf_length_18(int32_t value)
{
___buf_length_18 = value;
}
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
inline void set_buf_offset_19(int32_t value)
{
___buf_offset_19 = value;
}
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
inline void set_buf_start_20(int64_t value)
{
___buf_start_20 = value;
}
};
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
{
public:
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject * ___buf_recycle_lock_5;
public:
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_recycle_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value);
}
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
inline void set_buf_recycle_lock_5(RuntimeObject * value)
{
___buf_recycle_lock_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value);
}
};
// System.IO.UnmanagedMemoryStream
struct UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Runtime.InteropServices.SafeBuffer System.IO.UnmanagedMemoryStream::_buffer
SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208 * ____buffer_4;
// System.Byte* System.IO.UnmanagedMemoryStream::_mem
uint8_t* ____mem_5;
// System.Int64 System.IO.UnmanagedMemoryStream::_length
int64_t ____length_6;
// System.Int64 System.IO.UnmanagedMemoryStream::_capacity
int64_t ____capacity_7;
// System.Int64 System.IO.UnmanagedMemoryStream::_position
int64_t ____position_8;
// System.Int64 System.IO.UnmanagedMemoryStream::_offset
int64_t ____offset_9;
// System.IO.FileAccess System.IO.UnmanagedMemoryStream::_access
int32_t ____access_10;
// System.Boolean System.IO.UnmanagedMemoryStream::_isOpen
bool ____isOpen_11;
// System.Threading.Tasks.Task`1<System.Int32> System.IO.UnmanagedMemoryStream::_lastReadTask
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_12;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____buffer_4)); }
inline SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208 * get__buffer_4() const { return ____buffer_4; }
inline SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208 ** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208 * value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
}
inline static int32_t get_offset_of__mem_5() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____mem_5)); }
inline uint8_t* get__mem_5() const { return ____mem_5; }
inline uint8_t** get_address_of__mem_5() { return &____mem_5; }
inline void set__mem_5(uint8_t* value)
{
____mem_5 = value;
}
inline static int32_t get_offset_of__length_6() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____length_6)); }
inline int64_t get__length_6() const { return ____length_6; }
inline int64_t* get_address_of__length_6() { return &____length_6; }
inline void set__length_6(int64_t value)
{
____length_6 = value;
}
inline static int32_t get_offset_of__capacity_7() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____capacity_7)); }
inline int64_t get__capacity_7() const { return ____capacity_7; }
inline int64_t* get_address_of__capacity_7() { return &____capacity_7; }
inline void set__capacity_7(int64_t value)
{
____capacity_7 = value;
}
inline static int32_t get_offset_of__position_8() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____position_8)); }
inline int64_t get__position_8() const { return ____position_8; }
inline int64_t* get_address_of__position_8() { return &____position_8; }
inline void set__position_8(int64_t value)
{
____position_8 = value;
}
inline static int32_t get_offset_of__offset_9() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____offset_9)); }
inline int64_t get__offset_9() const { return ____offset_9; }
inline int64_t* get_address_of__offset_9() { return &____offset_9; }
inline void set__offset_9(int64_t value)
{
____offset_9 = value;
}
inline static int32_t get_offset_of__access_10() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____access_10)); }
inline int32_t get__access_10() const { return ____access_10; }
inline int32_t* get_address_of__access_10() { return &____access_10; }
inline void set__access_10(int32_t value)
{
____access_10 = value;
}
inline static int32_t get_offset_of__isOpen_11() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____isOpen_11)); }
inline bool get__isOpen_11() const { return ____isOpen_11; }
inline bool* get_address_of__isOpen_11() { return &____isOpen_11; }
inline void set__isOpen_11(bool value)
{
____isOpen_11 = value;
}
inline static int32_t get_offset_of__lastReadTask_12() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____lastReadTask_12)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_12() const { return ____lastReadTask_12; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_12() { return &____lastReadTask_12; }
inline void set__lastReadTask_12(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
____lastReadTask_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_12), (void*)value);
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.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.ParsingInfo
struct ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7
{
public:
// System.Globalization.Calendar System.ParsingInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_0;
// System.Int32 System.ParsingInfo::dayOfWeek
int32_t ___dayOfWeek_1;
// System.DateTimeParse_TM System.ParsingInfo::timeMark
int32_t ___timeMark_2;
// System.Boolean System.ParsingInfo::fUseHour12
bool ___fUseHour12_3;
// System.Boolean System.ParsingInfo::fUseTwoDigitYear
bool ___fUseTwoDigitYear_4;
// System.Boolean System.ParsingInfo::fAllowInnerWhite
bool ___fAllowInnerWhite_5;
// System.Boolean System.ParsingInfo::fAllowTrailingWhite
bool ___fAllowTrailingWhite_6;
// System.Boolean System.ParsingInfo::fCustomNumberParser
bool ___fCustomNumberParser_7;
// System.DateTimeParse_MatchNumberDelegate System.ParsingInfo::parseNumberDelegate
MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * ___parseNumberDelegate_8;
public:
inline static int32_t get_offset_of_calendar_0() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___calendar_0)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_0() const { return ___calendar_0; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_0() { return &___calendar_0; }
inline void set_calendar_0(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_0), (void*)value);
}
inline static int32_t get_offset_of_dayOfWeek_1() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___dayOfWeek_1)); }
inline int32_t get_dayOfWeek_1() const { return ___dayOfWeek_1; }
inline int32_t* get_address_of_dayOfWeek_1() { return &___dayOfWeek_1; }
inline void set_dayOfWeek_1(int32_t value)
{
___dayOfWeek_1 = value;
}
inline static int32_t get_offset_of_timeMark_2() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___timeMark_2)); }
inline int32_t get_timeMark_2() const { return ___timeMark_2; }
inline int32_t* get_address_of_timeMark_2() { return &___timeMark_2; }
inline void set_timeMark_2(int32_t value)
{
___timeMark_2 = value;
}
inline static int32_t get_offset_of_fUseHour12_3() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fUseHour12_3)); }
inline bool get_fUseHour12_3() const { return ___fUseHour12_3; }
inline bool* get_address_of_fUseHour12_3() { return &___fUseHour12_3; }
inline void set_fUseHour12_3(bool value)
{
___fUseHour12_3 = value;
}
inline static int32_t get_offset_of_fUseTwoDigitYear_4() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fUseTwoDigitYear_4)); }
inline bool get_fUseTwoDigitYear_4() const { return ___fUseTwoDigitYear_4; }
inline bool* get_address_of_fUseTwoDigitYear_4() { return &___fUseTwoDigitYear_4; }
inline void set_fUseTwoDigitYear_4(bool value)
{
___fUseTwoDigitYear_4 = value;
}
inline static int32_t get_offset_of_fAllowInnerWhite_5() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fAllowInnerWhite_5)); }
inline bool get_fAllowInnerWhite_5() const { return ___fAllowInnerWhite_5; }
inline bool* get_address_of_fAllowInnerWhite_5() { return &___fAllowInnerWhite_5; }
inline void set_fAllowInnerWhite_5(bool value)
{
___fAllowInnerWhite_5 = value;
}
inline static int32_t get_offset_of_fAllowTrailingWhite_6() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fAllowTrailingWhite_6)); }
inline bool get_fAllowTrailingWhite_6() const { return ___fAllowTrailingWhite_6; }
inline bool* get_address_of_fAllowTrailingWhite_6() { return &___fAllowTrailingWhite_6; }
inline void set_fAllowTrailingWhite_6(bool value)
{
___fAllowTrailingWhite_6 = value;
}
inline static int32_t get_offset_of_fCustomNumberParser_7() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___fCustomNumberParser_7)); }
inline bool get_fCustomNumberParser_7() const { return ___fCustomNumberParser_7; }
inline bool* get_address_of_fCustomNumberParser_7() { return &___fCustomNumberParser_7; }
inline void set_fCustomNumberParser_7(bool value)
{
___fCustomNumberParser_7 = value;
}
inline static int32_t get_offset_of_parseNumberDelegate_8() { return static_cast<int32_t>(offsetof(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7, ___parseNumberDelegate_8)); }
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * get_parseNumberDelegate_8() const { return ___parseNumberDelegate_8; }
inline MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D ** get_address_of_parseNumberDelegate_8() { return &___parseNumberDelegate_8; }
inline void set_parseNumberDelegate_8(MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D * value)
{
___parseNumberDelegate_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parseNumberDelegate_8), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.ParsingInfo
struct ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_pinvoke
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_0;
int32_t ___dayOfWeek_1;
int32_t ___timeMark_2;
int32_t ___fUseHour12_3;
int32_t ___fUseTwoDigitYear_4;
int32_t ___fAllowInnerWhite_5;
int32_t ___fAllowTrailingWhite_6;
int32_t ___fCustomNumberParser_7;
Il2CppMethodPointer ___parseNumberDelegate_8;
};
// Native definition for COM marshalling of System.ParsingInfo
struct ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_com
{
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_0;
int32_t ___dayOfWeek_1;
int32_t ___timeMark_2;
int32_t ___fUseHour12_3;
int32_t ___fUseTwoDigitYear_4;
int32_t ___fAllowInnerWhite_5;
int32_t ___fAllowTrailingWhite_6;
int32_t ___fCustomNumberParser_7;
Il2CppMethodPointer ___parseNumberDelegate_8;
};
// 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.ManifestResourceInfo
struct ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B : public RuntimeObject
{
public:
// System.Reflection.Assembly System.Reflection.ManifestResourceInfo::_containingAssembly
Assembly_t * ____containingAssembly_0;
// System.String System.Reflection.ManifestResourceInfo::_containingFileName
String_t* ____containingFileName_1;
// System.Reflection.ResourceLocation System.Reflection.ManifestResourceInfo::_resourceLocation
int32_t ____resourceLocation_2;
public:
inline static int32_t get_offset_of__containingAssembly_0() { return static_cast<int32_t>(offsetof(ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B, ____containingAssembly_0)); }
inline Assembly_t * get__containingAssembly_0() const { return ____containingAssembly_0; }
inline Assembly_t ** get_address_of__containingAssembly_0() { return &____containingAssembly_0; }
inline void set__containingAssembly_0(Assembly_t * value)
{
____containingAssembly_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____containingAssembly_0), (void*)value);
}
inline static int32_t get_offset_of__containingFileName_1() { return static_cast<int32_t>(offsetof(ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B, ____containingFileName_1)); }
inline String_t* get__containingFileName_1() const { return ____containingFileName_1; }
inline String_t** get_address_of__containingFileName_1() { return &____containingFileName_1; }
inline void set__containingFileName_1(String_t* value)
{
____containingFileName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____containingFileName_1), (void*)value);
}
inline static int32_t get_offset_of__resourceLocation_2() { return static_cast<int32_t>(offsetof(ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B, ____resourceLocation_2)); }
inline int32_t get__resourceLocation_2() const { return ____resourceLocation_2; }
inline int32_t* get_address_of__resourceLocation_2() { return &____resourceLocation_2; }
inline void set__resourceLocation_2(int32_t value)
{
____resourceLocation_2 = value;
}
};
// 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.MonoEvent
struct MonoEvent_t : public RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09
{
public:
// System.IntPtr System.Reflection.MonoEvent::klass
intptr_t ___klass_1;
// System.IntPtr System.Reflection.MonoEvent::handle
intptr_t ___handle_2;
public:
inline static int32_t get_offset_of_klass_1() { return static_cast<int32_t>(offsetof(MonoEvent_t, ___klass_1)); }
inline intptr_t get_klass_1() const { return ___klass_1; }
inline intptr_t* get_address_of_klass_1() { return &___klass_1; }
inline void set_klass_1(intptr_t value)
{
___klass_1 = value;
}
inline static int32_t get_offset_of_handle_2() { return static_cast<int32_t>(offsetof(MonoEvent_t, ___handle_2)); }
inline intptr_t get_handle_2() const { return ___handle_2; }
inline intptr_t* get_address_of_handle_2() { return &___handle_2; }
inline void set_handle_2(intptr_t value)
{
___handle_2 = value;
}
};
// System.Reflection.MonoPropertyInfo
struct MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F
{
public:
// System.Type System.Reflection.MonoPropertyInfo::parent
Type_t * ___parent_0;
// System.Type System.Reflection.MonoPropertyInfo::declaring_type
Type_t * ___declaring_type_1;
// System.String System.Reflection.MonoPropertyInfo::name
String_t* ___name_2;
// System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::get_method
MethodInfo_t * ___get_method_3;
// System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::set_method
MethodInfo_t * ___set_method_4;
// System.Reflection.PropertyAttributes System.Reflection.MonoPropertyInfo::attrs
int32_t ___attrs_5;
public:
inline static int32_t get_offset_of_parent_0() { return static_cast<int32_t>(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___parent_0)); }
inline Type_t * get_parent_0() const { return ___parent_0; }
inline Type_t ** get_address_of_parent_0() { return &___parent_0; }
inline void set_parent_0(Type_t * value)
{
___parent_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value);
}
inline static int32_t get_offset_of_declaring_type_1() { return static_cast<int32_t>(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___declaring_type_1)); }
inline Type_t * get_declaring_type_1() const { return ___declaring_type_1; }
inline Type_t ** get_address_of_declaring_type_1() { return &___declaring_type_1; }
inline void set_declaring_type_1(Type_t * value)
{
___declaring_type_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___declaring_type_1), (void*)value);
}
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_get_method_3() { return static_cast<int32_t>(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___get_method_3)); }
inline MethodInfo_t * get_get_method_3() const { return ___get_method_3; }
inline MethodInfo_t ** get_address_of_get_method_3() { return &___get_method_3; }
inline void set_get_method_3(MethodInfo_t * value)
{
___get_method_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___get_method_3), (void*)value);
}
inline static int32_t get_offset_of_set_method_4() { return static_cast<int32_t>(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___set_method_4)); }
inline MethodInfo_t * get_set_method_4() const { return ___set_method_4; }
inline MethodInfo_t ** get_address_of_set_method_4() { return &___set_method_4; }
inline void set_set_method_4(MethodInfo_t * value)
{
___set_method_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___set_method_4), (void*)value);
}
inline static int32_t get_offset_of_attrs_5() { return static_cast<int32_t>(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___attrs_5)); }
inline int32_t get_attrs_5() const { return ___attrs_5; }
inline int32_t* get_address_of_attrs_5() { return &___attrs_5; }
inline void set_attrs_5(int32_t value)
{
___attrs_5 = value;
}
};
// Native definition for P/Invoke marshalling of System.Reflection.MonoPropertyInfo
struct MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_pinvoke
{
Type_t * ___parent_0;
Type_t * ___declaring_type_1;
char* ___name_2;
MethodInfo_t * ___get_method_3;
MethodInfo_t * ___set_method_4;
int32_t ___attrs_5;
};
// Native definition for COM marshalling of System.Reflection.MonoPropertyInfo
struct MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_com
{
Type_t * ___parent_0;
Type_t * ___declaring_type_1;
Il2CppChar* ___name_2;
MethodInfo_t * ___get_method_3;
MethodInfo_t * ___set_method_4;
int32_t ___attrs_5;
};
// 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.Reflection.RuntimeConstructorInfo
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D : public ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF
{
public:
public:
};
// System.Reflection.RuntimeMethodInfo
struct RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E : public MethodInfo_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.DateTimeParse_MatchNumberDelegate
struct MatchNumberDelegate_t15412AE1CF0D1909CB05C7DBB8079E9281CCA05D : public MulticastDelegate_t
{
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.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.NullConsoleDriver
struct NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D : public RuntimeObject
{
public:
public:
};
struct NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_StaticFields
{
public:
// System.ConsoleKeyInfo System.NullConsoleDriver::EmptyConsoleKeyInfo
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___EmptyConsoleKeyInfo_0;
public:
inline static int32_t get_offset_of_EmptyConsoleKeyInfo_0() { return static_cast<int32_t>(offsetof(NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_StaticFields, ___EmptyConsoleKeyInfo_0)); }
inline ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 get_EmptyConsoleKeyInfo_0() const { return ___EmptyConsoleKeyInfo_0; }
inline ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * get_address_of_EmptyConsoleKeyInfo_0() { return &___EmptyConsoleKeyInfo_0; }
inline void set_EmptyConsoleKeyInfo_0(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 value)
{
___EmptyConsoleKeyInfo_0 = value;
}
};
// System.NullReferenceException
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.OperationCanceledException
struct OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ____cancellationToken_17;
public:
inline static int32_t get_offset_of__cancellationToken_17() { return static_cast<int32_t>(offsetof(OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90, ____cancellationToken_17)); }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get__cancellationToken_17() const { return ____cancellationToken_17; }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of__cancellationToken_17() { return &____cancellationToken_17; }
inline void set__cancellationToken_17(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value)
{
____cancellationToken_17 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&____cancellationToken_17))->___m_source_0), (void*)NULL);
}
};
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.RankException
struct RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Reflection.Assembly_UnmanagedMemoryStreamForModule
struct UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4 : public UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E
{
public:
// System.Reflection.Module System.Reflection.Assembly_UnmanagedMemoryStreamForModule::module
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___module_13;
public:
inline static int32_t get_offset_of_module_13() { return static_cast<int32_t>(offsetof(UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4, ___module_13)); }
inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * get_module_13() const { return ___module_13; }
inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 ** get_address_of_module_13() { return &___module_13; }
inline void set_module_13(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * value)
{
___module_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___module_13), (void*)value);
}
};
// System.Reflection.MonoCMethod
struct MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 : public RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D
{
public:
// System.IntPtr System.Reflection.MonoCMethod::mhandle
intptr_t ___mhandle_2;
// System.String System.Reflection.MonoCMethod::name
String_t* ___name_3;
// System.Type System.Reflection.MonoCMethod::reftype
Type_t * ___reftype_4;
public:
inline static int32_t get_offset_of_mhandle_2() { return static_cast<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___mhandle_2)); }
inline intptr_t get_mhandle_2() const { return ___mhandle_2; }
inline intptr_t* get_address_of_mhandle_2() { return &___mhandle_2; }
inline void set_mhandle_2(intptr_t value)
{
___mhandle_2 = value;
}
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___name_3)); }
inline String_t* get_name_3() const { return ___name_3; }
inline String_t** get_address_of_name_3() { return &___name_3; }
inline void set_name_3(String_t* value)
{
___name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value);
}
inline static int32_t get_offset_of_reftype_4() { return static_cast<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___reftype_4)); }
inline Type_t * get_reftype_4() const { return ___reftype_4; }
inline Type_t ** get_address_of_reftype_4() { return &___reftype_4; }
inline void set_reftype_4(Type_t * value)
{
___reftype_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reftype_4), (void*)value);
}
};
// System.Reflection.MonoMethod
struct MonoMethod_t : public RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E
{
public:
// System.IntPtr System.Reflection.MonoMethod::mhandle
intptr_t ___mhandle_0;
// System.String System.Reflection.MonoMethod::name
String_t* ___name_1;
// System.Type System.Reflection.MonoMethod::reftype
Type_t * ___reftype_2;
public:
inline static int32_t get_offset_of_mhandle_0() { return static_cast<int32_t>(offsetof(MonoMethod_t, ___mhandle_0)); }
inline intptr_t get_mhandle_0() const { return ___mhandle_0; }
inline intptr_t* get_address_of_mhandle_0() { return &___mhandle_0; }
inline void set_mhandle_0(intptr_t value)
{
___mhandle_0 = value;
}
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(MonoMethod_t, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
}
inline static int32_t get_offset_of_reftype_2() { return static_cast<int32_t>(offsetof(MonoMethod_t, ___reftype_2)); }
inline Type_t * get_reftype_2() const { return ___reftype_2; }
inline Type_t ** get_address_of_reftype_2() { return &___reftype_2; }
inline void set_reftype_2(Type_t * value)
{
___reftype_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reftype_2), (void*)value);
}
};
// System.Reflection.MonoProperty
struct MonoProperty_t : public RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4
{
public:
// System.IntPtr System.Reflection.MonoProperty::klass
intptr_t ___klass_0;
// System.IntPtr System.Reflection.MonoProperty::prop
intptr_t ___prop_1;
// System.Reflection.MonoPropertyInfo System.Reflection.MonoProperty::info
MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F ___info_2;
// System.Reflection.PInfo System.Reflection.MonoProperty::cached
int32_t ___cached_3;
// System.Reflection.MonoProperty_GetterAdapter System.Reflection.MonoProperty::cached_getter
GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * ___cached_getter_4;
public:
inline static int32_t get_offset_of_klass_0() { return static_cast<int32_t>(offsetof(MonoProperty_t, ___klass_0)); }
inline intptr_t get_klass_0() const { return ___klass_0; }
inline intptr_t* get_address_of_klass_0() { return &___klass_0; }
inline void set_klass_0(intptr_t value)
{
___klass_0 = value;
}
inline static int32_t get_offset_of_prop_1() { return static_cast<int32_t>(offsetof(MonoProperty_t, ___prop_1)); }
inline intptr_t get_prop_1() const { return ___prop_1; }
inline intptr_t* get_address_of_prop_1() { return &___prop_1; }
inline void set_prop_1(intptr_t value)
{
___prop_1 = value;
}
inline static int32_t get_offset_of_info_2() { return static_cast<int32_t>(offsetof(MonoProperty_t, ___info_2)); }
inline MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F get_info_2() const { return ___info_2; }
inline MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * get_address_of_info_2() { return &___info_2; }
inline void set_info_2(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F value)
{
___info_2 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___parent_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___declaring_type_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___name_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___get_method_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___set_method_4), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_cached_3() { return static_cast<int32_t>(offsetof(MonoProperty_t, ___cached_3)); }
inline int32_t get_cached_3() const { return ___cached_3; }
inline int32_t* get_address_of_cached_3() { return &___cached_3; }
inline void set_cached_3(int32_t value)
{
___cached_3 = value;
}
inline static int32_t get_offset_of_cached_getter_4() { return static_cast<int32_t>(offsetof(MonoProperty_t, ___cached_getter_4)); }
inline GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * get_cached_getter_4() const { return ___cached_getter_4; }
inline GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 ** get_address_of_cached_getter_4() { return &___cached_getter_4; }
inline void set_cached_getter_4(GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * value)
{
___cached_getter_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_getter_4), (void*)value);
}
};
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
{
public:
public:
};
// System.Security.SecurityException
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.Security.SecurityException::permissionState
String_t* ___permissionState_17;
public:
inline static int32_t get_offset_of_permissionState_17() { return static_cast<int32_t>(offsetof(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___permissionState_17)); }
inline String_t* get_permissionState_17() const { return ___permissionState_17; }
inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; }
inline void set_permissionState_17(String_t* value)
{
___permissionState_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value);
}
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// System.IO.FileLoadException
struct FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
{
public:
// System.String System.IO.FileLoadException::_fileName
String_t* ____fileName_18;
// System.String System.IO.FileLoadException::_fusionLog
String_t* ____fusionLog_19;
public:
inline static int32_t get_offset_of__fileName_18() { return static_cast<int32_t>(offsetof(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB, ____fileName_18)); }
inline String_t* get__fileName_18() const { return ____fileName_18; }
inline String_t** get_address_of__fileName_18() { return &____fileName_18; }
inline void set__fileName_18(String_t* value)
{
____fileName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fileName_18), (void*)value);
}
inline static int32_t get_offset_of__fusionLog_19() { return static_cast<int32_t>(offsetof(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB, ____fusionLog_19)); }
inline String_t* get__fusionLog_19() const { return ____fusionLog_19; }
inline String_t** get_address_of__fusionLog_19() { return &____fusionLog_19; }
inline void set__fusionLog_19(String_t* value)
{
____fusionLog_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_19), (void*)value);
}
};
// System.IO.FileNotFoundException
struct FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
{
public:
// System.String System.IO.FileNotFoundException::_fileName
String_t* ____fileName_18;
// System.String System.IO.FileNotFoundException::_fusionLog
String_t* ____fusionLog_19;
public:
inline static int32_t get_offset_of__fileName_18() { return static_cast<int32_t>(offsetof(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431, ____fileName_18)); }
inline String_t* get__fileName_18() const { return ____fileName_18; }
inline String_t** get_address_of__fileName_18() { return &____fileName_18; }
inline void set__fileName_18(String_t* value)
{
____fileName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fileName_18), (void*)value);
}
inline static int32_t get_offset_of__fusionLog_19() { return static_cast<int32_t>(offsetof(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431, ____fusionLog_19)); }
inline String_t* get__fusionLog_19() const { return ____fusionLog_19; }
inline String_t** get_address_of__fusionLog_19() { return &____fusionLog_19; }
inline void set__fusionLog_19(String_t* value)
{
____fusionLog_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_19), (void*)value);
}
};
// System.MethodAccessException
struct MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0
{
public:
public:
};
// 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.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.String System.ObjectDisposedException::objectName
String_t* ___objectName_17;
public:
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
inline String_t* get_objectName_17() const { return ___objectName_17; }
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
inline void set_objectName_17(String_t* value)
{
___objectName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
}
};
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 : public NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010
{
public:
public:
};
// System.Reflection.CustomAttributeFormatException
struct CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC
{
public:
public:
};
// 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);
}
};
// System.MonoType
struct MonoType_t : public RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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.Double[]
struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D : public RuntimeArray
{
public:
ALIGN_FIELD (8) double m_Items[1];
public:
inline double GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline double* 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, double value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline double GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline double* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, double value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Attribute[]
struct AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * m_Items[1];
public:
inline Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 ** 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, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.CustomAttributeData[]
struct CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB : public RuntimeArray
{
public:
ALIGN_FIELD (8) CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * m_Items[1];
public:
inline CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * 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.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.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.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.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.ParameterizedStrings_FormatParam[]
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 m_Items[1];
public:
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL);
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL);
}
};
// System.Reflection.Module[]
struct ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E : public RuntimeArray
{
public:
ALIGN_FIELD (8) Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * m_Items[1];
public:
inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 ** 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, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// 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.Reflection.CustomAttributeTypedArgument[]
struct CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05 : public RuntimeArray
{
public:
ALIGN_FIELD (8) CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 m_Items[1];
public:
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * 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, CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
#endif
}
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
#endif
}
};
// System.Reflection.CustomAttributeNamedArgument[]
struct CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828 : public RuntimeArray
{
public:
ALIGN_FIELD (8) CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E m_Items[1];
public:
inline CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E * 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, CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL);
#endif
}
inline CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL);
#endif
}
};
IL2CPP_EXTERN_C void Delegate_t_marshal_pinvoke(const Delegate_t& unmarshaled, Delegate_t_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void Delegate_t_marshal_pinvoke_back(const Delegate_t_marshaled_pinvoke& marshaled, Delegate_t& unmarshaled);
IL2CPP_EXTERN_C void Delegate_t_marshal_pinvoke_cleanup(Delegate_t_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void Delegate_t_marshal_com(const Delegate_t& unmarshaled, Delegate_t_marshaled_com& marshaled);
IL2CPP_EXTERN_C void Delegate_t_marshal_com_back(const Delegate_t_marshaled_com& marshaled, Delegate_t& unmarshaled);
IL2CPP_EXTERN_C void Delegate_t_marshal_com_cleanup(Delegate_t_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 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);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m65245601C668347780A2F6D1A8D7EEC7D79AD673_gshared (RuntimeObject* ___dictionary0, RuntimeObject * ___key1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.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.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_mBC8DEE264FD7E346D098E28FB1D5096B0F9132FB_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, int32_t ___capacity0, 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.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Object>(T[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50 * Array_AsReadOnly_TisRuntimeObject_m5128285E46B9807817464A6C1048C00E81022EFF_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, 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.Int32 System.Array::LastIndexOf<System.Object>(T[],T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_LastIndexOf_TisRuntimeObject_mADF32BA8AC5E3F1C5D224A446DA3C1F0E9CBC324_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Array::Resize<System.Char>(T[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mE3769C688380A92B93977FA652B43B0C793F4EDC_gshared (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___array0, int32_t ___newSize1, const RuntimeMethod* method);
// T[] System.Reflection.CustomAttributeData::UnboxValues<System.Reflection.CustomAttributeTypedArgument>(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m846F81B95C445180214406E0D355EBA8EC9644D1_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values0, const RuntimeMethod* method);
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeTypedArgument>(T[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tC2509BCA9998A9487BF53350FF82BD2674DDFDE5 * Array_AsReadOnly_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m06C336FC2EAE4D5574984D19ABC43E76AC808E6A_gshared (CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* ___array0, const RuntimeMethod* method);
// T[] System.Reflection.CustomAttributeData::UnboxValues<System.Reflection.CustomAttributeNamedArgument>(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mC152FBD94252DA2417B7773AE16C51154C9F6A72_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values0, const RuntimeMethod* method);
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeNamedArgument>(T[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tDB8F0CA62CF79B1054F1B209516B0E4E17B3E6C8 * Array_AsReadOnly_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m052EECB0368B9A6A1E9A05BBDC486190E5A92946_gshared (CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* ___array0, const RuntimeMethod* method);
// T[] System.Array::Empty<System.Object>()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.LocalDataStore::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore_Dispose_m2B25B7ACE605E5F0366A6063B5B9978C8656D935 (LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * __this, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.LocalDataStore::.ctor(System.LocalDataStoreMgr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore__ctor_m2FDC5D7F0A6331A045F5C5E90C1EE386AF755910 (LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * __this, LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___mgr0, int32_t ___InitialCapacity1, const RuntimeMethod* method);
// System.Void System.LocalDataStoreHolder::.ctor(System.LocalDataStore)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreHolder__ctor_m87A5B4E0605928E76A804DF75AE5EFBAE417589A (LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * __this, LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * ___store0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::PrepareConstrainedRegions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027 (const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.LocalDataStore>::Add(T)
inline void List_1_Add_mE9BF53EC826B27040A078E87C78E46CBE5793760 (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * __this, LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D *, LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, 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.Boolean System.Collections.Generic.List`1<System.LocalDataStore>::Remove(T)
inline bool List_1_Remove_mA8778E00C87CE50D5466C24C94239B38DAC85F94 (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * __this, LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D *, LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method);
}
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.LocalDataStoreSlot::.ctor(System.LocalDataStoreMgr,System.Int32,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreSlot__ctor_mB1C1592C2941720C53B2F21CBBB875667FF23D89 (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * __this, LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___mgr0, int32_t ___slot1, int64_t ___cookie2, const RuntimeMethod* method);
// System.LocalDataStoreSlot System.LocalDataStoreMgr::AllocateDataSlot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * LocalDataStoreMgr_AllocateDataSlot_m879EF0F47F1E07F1B0F905EB2F964E875CF7E036 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::Add(TKey,TValue)
inline void Dictionary_2_Add_m6DC5880D3A3E5230394E72108396862B76ACE31C (Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * __this, String_t* ___key0, LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 *, String_t*, LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.String,System.LocalDataStoreSlot>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey)
inline LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E_mCC4662D48DF2FE54F66A984047EA92CE774363AE (RuntimeObject* ___dictionary0, String_t* ___key1, const RuntimeMethod* method)
{
return (( LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * (*) (RuntimeObject*, String_t*, const RuntimeMethod*))CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m65245601C668347780A2F6D1A8D7EEC7D79AD673_gshared)(___dictionary0, ___key1, method);
}
// System.LocalDataStoreSlot System.LocalDataStoreMgr::AllocateNamedDataSlot(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * LocalDataStoreMgr_AllocateNamedDataSlot_mAD7738795BC4FF13631C2993592F6256FC309FF2 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::Remove(TKey)
inline bool Dictionary_2_Remove_mC54306ED55A13BB48ACE4E0796F308D460A27CC1 (Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
}
// T System.Collections.Generic.List`1<System.LocalDataStore>::get_Item(System.Int32)
inline LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * List_1_get_Item_mD27D84BD9B6ABB638EB1C85C37CEA1DBC7EB3537_inline (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * (*) (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void System.LocalDataStore::FreeData(System.Int32,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore_FreeData_m7DC3DC695D322B7F2ED47F357447D2790821B10C (LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * __this, int32_t ___slot0, int64_t ___cookie1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.LocalDataStore>::get_Count()
inline int32_t List_1_get_Count_m417EECDB01F2D358551281253CC9E5A408B01572_inline (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.LocalDataStoreMgr System.LocalDataStoreSlot::get_Manager()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * LocalDataStoreSlot_get_Manager_m75417D224C02173EC33CFD9BF494E82A70B21EDD_inline (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * __this, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.LocalDataStore>::.ctor()
inline void List_1__ctor_mE9560E61EBE0949DDA139866213E36AB1F51D535 (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::.ctor()
inline void Dictionary_2__ctor_mF0DECB37208B782E5DC487657101B9FBFA2491C8 (Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.LocalDataStoreMgr::FreeDataSlot(System.Int32,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_FreeDataSlot_mD32D43F69A116AAE4F0233FD8DE999D81B3643FA (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, int32_t ___slot0, int64_t ___cookie1, 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.Double System.Math::SplitFractionDouble(System.Double*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_SplitFractionDouble_m88260C271374C2523447550FAB21BC5EEA603216 (double* ___value0, const RuntimeMethod* method);
// System.Int32 System.Math::Sign(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Sign_m2F240BD8BF9C88529F275F6ECDB91B3A2D087F85 (double ___value0, const RuntimeMethod* method);
// System.Double System.Math::Round(System.Double,System.Int32,System.MidpointRounding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_mD2CD3A561A8986FD852D651FD34CFF4754DF4839 (double ___value0, int32_t ___digits1, int32_t ___mode2, 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.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.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.Double System.Math::InternalRound(System.Double,System.Int32,System.MidpointRounding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_InternalRound_m3E40FD09D07392522A188C5E3065338C2BA17037 (double ___value0, int32_t ___digits1, int32_t ___mode2, const RuntimeMethod* method);
// System.Int32 System.Math::AbsHelper(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_AbsHelper_mBB53E92A37FF9A4AD65D354BBAC103F935C20802 (int32_t ___value0, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Int64 System.Math::AbsHelper(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_AbsHelper_mB251ADF7F607888C8B0A87C4441CB2BEF89CC8F4 (int64_t ___value0, const RuntimeMethod* method);
// System.Boolean System.Single::IsNaN(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB (float ___f0, 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.Boolean System.Double::IsPositiveInfinity(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B (double ___d0, 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.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.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.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.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.Void System.MissingMemberException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m2F8C7F0015B6EFEC5BD07F8240D53C2AEE4649DC (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.MissingMemberException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_mE928DEDD684F9B56B2D739CC7C0D36F189B9BC13 (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.String System.MissingMemberException::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MissingMemberException_get_Message_m3995693C813787B7034776FC6F82C0DF7BDBC619 (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __this, const RuntimeMethod* method);
// System.String System.MissingMemberException::FormatSignature(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MissingMemberException_FormatSignature_m3C89B3C272FB5A8C115D418C36E8F24CD38D1B41 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature0, 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.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
// System.Void System.MissingMemberException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m0E998DF25E681F352D27BD1575F45AD78788F481 (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, 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.String System.Exception::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD (Exception_t * __this, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316 (Assembly_t * ___left0, Assembly_t * ___right1, 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.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.Object[] System.Reflection.MonoMethod::GetPseudoCustomAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoMethod_GetPseudoCustomAttributes_mE46E69D39791BDF9B87A893B6EEB17B75754DE31 (MonoMethod_t * __this, const RuntimeMethod* method);
// System.Object[] System.Reflection.FieldInfo::GetPseudoCustomAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* FieldInfo_GetPseudoCustomAttributes_m54546ADF590198164EE361638CFBDA4CFC733994 (FieldInfo_t * __this, const RuntimeMethod* method);
// System.Object[] System.Reflection.ParameterInfo::GetPseudoCustomAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ParameterInfo_GetPseudoCustomAttributes_m6A16386472EB8A4B1448EB11CC4B987F06281E22 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method);
// System.Object[] System.MonoCustomAttrs::GetPseudoCustomAttributes(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetPseudoCustomAttributes_m7598697AAF50EA30FF6E03C8F9F510FC60434988 (Type_t * ___type0, 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.Reflection.TypeAttributes System.Type::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_get_Attributes_m8B229CC7A4DDE25E0EEB1A9F09FC61C499A72163 (Type_t * __this, const RuntimeMethod* method);
// System.Void System.SerializableAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializableAttribute__ctor_m2EEE0A59C8AE32A075D806DDBB0D41EB85F049E8 (SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.ComImportAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComImportAttribute__ctor_m372EC8A68CB0323D4453D465DD612CDE9B595678 (ComImportAttribute_t274D44BA1076F587D6AC97C2AFBA0A7B25EFDF40 * __this, const RuntimeMethod* method);
// System.Boolean System.MonoCustomAttrs::IsUserCattrProvider(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsUserCattrProvider_m9B868B5F0A99FE40FD0CC0387036A0E9BBB75932 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Object[] System.MonoCustomAttrs::GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributesInternal_m3F958BFAAAE4332BBF02F37419B0735C3BB5A772 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___pseudoAttrs2, const RuntimeMethod* method);
// System.Object[] System.MonoCustomAttrs::GetPseudoCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetPseudoCustomAttributes_m0D01BF6CDDC677D096E44DC0F32136E4D3812DE9 (RuntimeObject* ___obj0, Type_t * ___attributeType1, 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.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.Object[] System.MonoCustomAttrs::GetCustomAttributesBase(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributesBase_mBF75044E83593AAD9DA29F0C19056B1FB1D98673 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inheritedOnly2, const RuntimeMethod* method);
// System.Void System.Reflection.CustomAttributeFormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomAttributeFormatException__ctor_mD45240130392F4AE30163D4585E8062EB886236B (CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Array System.Array::CreateInstance(System.Type,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F (Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method);
// System.Reflection.ICustomAttributeProvider System.MonoCustomAttrs::GetBase(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetBase_m14B26004C94018740FB8627C7FE3383E16E3BD5F (RuntimeObject* ___obj0, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsSealed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsSealed_mC42D173AFAF7802291DEA2C3D691340F2375FD9A (Type_t * __this, const RuntimeMethod* method);
// System.AttributeUsageAttribute System.MonoCustomAttrs::RetrieveAttributeUsage(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * MonoCustomAttrs_RetrieveAttributeUsage_m229824E6B6B43362F51318A23656CCA20729B39F (Type_t * ___attributeType0, const RuntimeMethod* method);
// System.Boolean System.AttributeUsageAttribute::get_Inherited()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool AttributeUsageAttribute_get_Inherited_mE46032EFECAED37FA15BCEE3384DFA4E9868024F_inline (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Void System.Array::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
inline void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
inline void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, 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.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
inline int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[],System.Int32)
inline void List_1_CopyTo_mBC8DEE264FD7E346D098E28FB1D5096B0F9132FB (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method)
{
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))List_1_CopyTo_mBC8DEE264FD7E346D098E28FB1D5096B0F9132FB_gshared)(__this, ___array0, ___arrayIndex1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::.ctor(System.Int32)
inline void Dictionary_2__ctor_mEE3657EA369C703F44E13F63138E65536EC62533 (Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared)(__this, ___capacity0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m0F44FDB3488E44FD0A1C8D1D1490DFA483E3BC73 (Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 * __this, Type_t * ___key0, AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 *, Type_t *, AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.AttributeUsageAttribute System.MonoCustomAttrs/AttributeInfo::get_Usage()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * AttributeInfo_get_Usage_mC0CA19AEB050A11C3E89E5A015E204AB9D51F4A0_inline (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * __this, const RuntimeMethod* method);
// System.Boolean System.AttributeUsageAttribute::get_AllowMultiple()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool AttributeUsageAttribute_get_AllowMultiple_mF910B0B16B485A8F02C54854FC9A9604B8810FF7_inline (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * __this, const RuntimeMethod* method);
// System.Int32 System.MonoCustomAttrs/AttributeInfo::get_InheritanceLevel()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AttributeInfo_get_InheritanceLevel_mDC293DDDC43F613FBBA304C3A5FDC63AB3961AAD_inline (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * __this, const RuntimeMethod* method);
// System.Void System.MonoCustomAttrs/AttributeInfo::.ctor(System.AttributeUsageAttribute,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeInfo__ctor_mB43DF2481E1EE03052137FEB5EADDDF71F935BFF (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * __this, AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * ___usage0, int32_t ___inheritanceLevel1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::Add(TKey,TValue)
inline void Dictionary_2_Add_m3DFDBF11129C60DC0ECECB033EC05774E050982A (Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 * __this, Type_t * ___key0, AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 *, Type_t *, AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Object System.Array::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method);
// System.Reflection.CustomAttributeData[] System.MonoCustomAttrs::GetCustomAttributesDataInternal(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB* MonoCustomAttrs_GetCustomAttributesDataInternal_mA4D57D5AF94FF74220D85C27DEAD3C6A7B522500 (RuntimeObject* ___obj0, const RuntimeMethod* method);
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeData>(T[])
inline ReadOnlyCollection_1_tDD4D93FFE40A14E74D1B366764AABCE0121ED99F * Array_AsReadOnly_TisCustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88_m30364FCF20CF26279523189E6647C3D40B0BBB7E (CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB* ___array0, const RuntimeMethod* method)
{
return (( ReadOnlyCollection_1_tDD4D93FFE40A14E74D1B366764AABCE0121ED99F * (*) (CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB*, const RuntimeMethod*))Array_AsReadOnly_TisRuntimeObject_m5128285E46B9807817464A6C1048C00E81022EFF_gshared)(___array0, method);
}
// System.Boolean System.MonoCustomAttrs::IsDefinedInternal(System.Reflection.ICustomAttributeProvider,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefinedInternal_mCAD7B5C69738393BD3509E8CBFDC8D37AE540700 (RuntimeObject* ___obj0, Type_t * ___AttributeType1, 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.Boolean System.Reflection.MethodBase::get_IsVirtual()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4 (MethodBase_t * __this, 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.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Type,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m6F2C962FDCCD4966698E40A631F8DD9F4BF5A1C0 (Type_t * __this, String_t* ___name0, Type_t * ___returnType1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, const RuntimeMethod* method);
// System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_mB92E711C0B593302FC700804ECB78B45932E12B3 (Type_t * __this, String_t* ___name0, Type_t * ___returnType1, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B (MethodBase_t * __this, 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.Reflection.PropertyInfo System.MonoCustomAttrs::GetBasePropertyDefinition(System.Reflection.MonoProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * MonoCustomAttrs_GetBasePropertyDefinition_mE4F385A4AAB21725646424F839451ACE328562D8 (MonoProperty_t * ___property0, const RuntimeMethod* method);
// System.Reflection.EventInfo System.MonoCustomAttrs::GetBaseEventDefinition(System.Reflection.MonoEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfo_t * MonoCustomAttrs_GetBaseEventDefinition_mB663428AC56D3B5530449230B5060FC157F25F2D (MonoEvent_t * ___evt0, const RuntimeMethod* method);
// System.Void System.AttributeUsageAttribute::.ctor(System.AttributeTargets)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeUsageAttribute__ctor_mC429C14AB95A0097160F40CE859CC1894C406051 (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * __this, int32_t ___validOn0, 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.Void System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::.ctor()
inline void Dictionary_2__ctor_m75E41D2EE0C3109FBF9ACDBB01D255B7BB0A5C4E (Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mCF45E61BB80AB25D2060B3C4F73161D47C8CEE56 (Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * __this, Type_t * ___key0, AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 *, Type_t *, AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.AttributeUsageAttribute System.MonoCustomAttrs::RetrieveAttributeUsageNoCache(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * MonoCustomAttrs_RetrieveAttributeUsageNoCache_m1218D6C313469F040577C11FCCAB830B29806949 (Type_t * ___attributeType0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_mD180D4FC3F0C1345E889F4BDC76AE4AE4F7D3D2F (Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * __this, Type_t * ___key0, AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 *, Type_t *, AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.MonoTODOAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_mC199F774DE64B70BD4A1611D55857310A3D7E9E9 (MonoTODOAttribute_t0D37CE020492CC4F1A620F173C52E5780E2A9666 * __this, String_t* ___comment0, 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.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);
// 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);
// 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);
// 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);
// System.Int32 System.Delegate::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Delegate_GetHashCode_m8FBCC6E42228A161DA710A330981B8E19BC6FABC (Delegate_t * __this, 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.Delegate::GetMethodImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_GetMethodImpl_m804444FE22E0481DDB8A41E0E25114E744D76921 (Delegate_t * __this, const RuntimeMethod* method);
// 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);
// System.Int32 System.Array::LastIndexOf<System.Delegate>(T[],T)
inline int32_t Array_LastIndexOf_TisDelegate_t_mEF3643667769C5E754C0DF7DD1B0C9D54E493C45 (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___array0, Delegate_t * ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*, Delegate_t *, const RuntimeMethod*))Array_LastIndexOf_TisRuntimeObject_mADF32BA8AC5E3F1C5D224A446DA3C1F0E9CBC324_gshared)(___array0, ___value1, method);
}
// System.Void System.InvalidOperationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method);
// System.Int32 System.MulticastDelegate::LastIndexOf(System.Delegate[],System.Delegate[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulticastDelegate_LastIndexOf_mC8608A9B5AD9B47651893C1F9FD4EE93E883230D (MulticastDelegate_t * __this, DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___haystack0, DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___needle1, 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.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method);
// System.String System.NumberFormatter::NumberToString(System.String,System.Decimal,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mB2192DEA3E3EFE9F8799E9D931F21586823E61D9 (String_t* ___format0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method);
// System.String System.NumberFormatter::NumberToString(System.String,System.Double,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m52F79BE9C6B6531191AE27454C6DEBA1C09A4717 (String_t* ___format0, double ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method);
// System.String System.NumberFormatter::NumberToString(System.String,System.Int32,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mD13D145869D2857BFDAEDD127A04E68A6B929950 (String_t* ___format0, int32_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method);
// System.String System.NumberFormatter::NumberToString(System.String,System.UInt32,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mBA9C9AB4809ADB1CEDAC880569E1F4EC2ADB547C (String_t* ___format0, uint32_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method);
// System.String System.NumberFormatter::NumberToString(System.String,System.Int64,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mF2FEDF5FC0B3511F8BE51DC6C6FF1B6326BDDA05 (String_t* ___format0, int64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method);
// System.String System.NumberFormatter::NumberToString(System.String,System.UInt64,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mB04F03382B99D07E7DDEE769E704C823EC6EF201 (String_t* ___format0, uint64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method);
// System.String System.NumberFormatter::NumberToString(System.String,System.Single,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2BCC98CB4910CBDA506DD64B026DB3C66A66A657 (String_t* ___format0, float ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method);
// System.Boolean System.Number::HexNumberToUInt32(System.Number/NumberBuffer&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_HexNumberToUInt32_mCF1D424CBE49EEA9B5D2546B705C79519A41195F (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, uint32_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Number::HexNumberToUInt64(System.Number/NumberBuffer&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_HexNumberToUInt64_mD5003F23674F5CF4D681066993ECC3F4DD9D4252 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, uint64_t* ___value1, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
// System.Char* System.Number::MatchChars(System.Char*,System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_m7EE86D2BE9EC4117EE64EF821DB270C0A717ACAC (Il2CppChar* ___p0, Il2CppChar* ___str1, const RuntimeMethod* method);
// System.Void System.Number/NumberBuffer::.ctor(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * __this, uint8_t* ___stackBuffer0, const RuntimeMethod* method);
// System.Void System.Number::StringToNumber(System.String,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED (String_t* ___str0, int32_t ___options1, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number2, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info3, bool ___parseDecimal4, const RuntimeMethod* method);
// System.Byte* System.Number/NumberBuffer::PackForNative()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * __this, const RuntimeMethod* method);
// System.Boolean System.Number::NumberBufferToDecimal(System.Byte*,System.Decimal&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberBufferToDecimal_m0C4AC5B6FF9A6FCC8BF29288793B11CB09AB38C7 (uint8_t* ___number0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___value1, const RuntimeMethod* method);
// System.Boolean System.Number::TryStringToNumber(System.String,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7 (String_t* ___str0, int32_t ___options1, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number2, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt3, bool ___parseDecimal4, 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.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.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.Boolean System.Number::NumberBufferToDouble(System.Byte*,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberBufferToDouble_mE27725FD73DD8B9F85044B850CBA7356C5A9082D (uint8_t* ___number0, double* ___value1, const RuntimeMethod* method);
// System.Boolean System.Number::HexNumberToInt32(System.Number/NumberBuffer&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_HexNumberToInt32_m9229BEC2774D0AC4211B2D01CDD18EB1FB5DDDD7 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, int32_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Number::NumberToInt32(System.Number/NumberBuffer&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToInt32_m21C6C8AB448D962C7658840F3C511835089D26E6 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, int32_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Number::HexNumberToInt64(System.Number/NumberBuffer&,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_HexNumberToInt64_m378430BD3E19ACC499999BE305850B0AFD292313 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, int64_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Number::NumberToInt64(System.Number/NumberBuffer&,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToInt64_mC59DFAEF3C78A77FFFFA66937DD8109E747F4EE0 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, int64_t* ___value1, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_CurrencySymbol()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_mD995708E10C4CC55A19E7126E7A6C256A2DD1A35_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_CurrencyDecimalSeparator()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_mB1EE2B6EA5D9F58355F26F071B9A08435378214D_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_CurrencyGroupSeparator()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_m5AC1CA2A478284D1D059459951C8208168A20130_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Boolean System.Number::IsWhite(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_IsWhite_m2FBD10D7315E0E9771F98FA00CA7787699C03700 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Int32 System.Globalization.NumberFormatInfo::get_NumberNegativePattern()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberNegativePattern_mF41D38C78ED74CB2F365ECE09BFB386434F2B017_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_PositiveSign()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_m268EA84CDC3A03566ACDC10208E165DB74948747_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Char* System.Number::MatchChars(System.Char*,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA (Il2CppChar* ___p0, String_t* ___str1, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_NegativeSign()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Boolean System.Single::IsInfinity(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B (float ___f0, const RuntimeMethod* method);
// System.Boolean System.Number::NumberToUInt32(System.Number/NumberBuffer&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToUInt32_m60BDF4513A1673F8F993CAA12CA865FD4294308F (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, uint32_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Number::NumberToUInt64(System.Number/NumberBuffer&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToUInt64_m4F1E853E52800DA97846B99A6989596F310501C0 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, uint64_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Number::ParseNumber(System.Char*&,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_ParseNumber_m17629D8063D3403750ED6ACEE47F9F3F3C682241 (Il2CppChar** ___str0, int32_t ___options1, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number2, StringBuilder_t * ___sb3, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt4, bool ___parseDecimal5, 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.Boolean System.Number::TrailingZeros(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TrailingZeros_m5B8B34E5E660FBD4870DE2D2778FC3758F28750F (String_t* ___s0, int32_t ___index1, 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.Boolean System.Number::TryStringToNumber(System.String,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryStringToNumber_m515B5B64EE9D50013D45179933663F00752A2DEC (String_t* ___str0, int32_t ___options1, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number2, StringBuilder_t * ___sb3, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt4, bool ___parseDecimal5, 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.NumberFormatter::GetFormatterTables(System.UInt64*&,System.Int32*&,System.Char*&,System.Char*&,System.Int64*&,System.Int32*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_GetFormatterTables_m67567DB29277C2F860D0CD7A882C269F1775A9DE (uint64_t** ___MantissaBitsTable0, int32_t** ___TensExponentTable1, Il2CppChar** ___DigitLowerTable2, Il2CppChar** ___DigitUpperTable3, int64_t** ___TenPowersList4, int32_t** ___DecHexDigits5, const RuntimeMethod* method);
// System.UInt32 System.NumberFormatter::FastToDecHex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberFormatter_FastToDecHex_m70F4537592F2D301B57DCB01BF0BF5F5B929845F (int32_t ___val0, const RuntimeMethod* method);
// System.UInt32 System.NumberFormatter::ToDecHex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D (int32_t ___val0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::InitDecHexDigits(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m6B41DFE2085FE5ECE27586ACA44B44359C3E3883 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::FastDecHexLen(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_FastDecHexLen_m9B02B763871E7640DA540045D2A10E0D001650F4 (int32_t ___val0, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::DecHexLen(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_DecHexLen_m89FBA140789567E30D1C73851FBBE539088E5579 (uint32_t ___val0, const RuntimeMethod* method);
// System.Int64 System.NumberFormatter::GetTenPowerOf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C (int32_t ___i0, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.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.Void System.NumberFormatter::set_CurrentCulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_set_CurrentCulture_mF438AEA3F0930A76E4A09B0E7B1ECE7BCCE0D964 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value0, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::ParsePrecision(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_ParsePrecision_m333DE08D2CE6C38EBCEF7D7B94D18CDC3224154C (String_t* ___format0, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::DecHexLen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Init(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::InitHex(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_InitHex_mE69DD9D0FA84E4553B40C522E76D49E850A6AE30 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::InitDecHexDigits(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_mDDED506A219AEEA8A1A12EBC660550D440FF873B (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_mE511B45BE25B2E1D22059420D16055CBA7E1EAA4 (double ___value0, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::ScaleOrder(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_ScaleOrder_m712CE7B5E134E507EC41CC93A43D76F02FC2D8C2 (int64_t ___hi0, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::InitialFloatingPrecision()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_InitialFloatingPrecision_m0E00B5AAAD8CEE7FBFFF538CED95D40FBE8A5184 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::CountTrailingZeros()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_CountTrailingZeros_m10E7E51D6F3BEFE9FE7D5982334C3A39074F1BD3 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Int32[] System.Decimal::GetBits(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::InitDecHexDigits(System.UInt32,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m42646433FC393F360E2B559C275DA76F30E1CAD0 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, uint32_t ___hi0, uint64_t ___lo1, const RuntimeMethod* method);
// System.Void System.Array::Resize<System.Char>(T[]&,System.Int32)
inline void Array_Resize_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mE3769C688380A92B93977FA652B43B0C793F4EDC (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___array0, int32_t ___newSize1, const RuntimeMethod* method)
{
(( void (*) (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**, int32_t, const RuntimeMethod*))Array_Resize_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mE3769C688380A92B93977FA652B43B0C793F4EDC_gshared)(___array0, ___newSize1, method);
}
// System.Void System.NumberFormatter::Resize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___len0, 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.Boolean System.Globalization.CultureInfo::get_IsReadOnly()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CultureInfo_get_IsReadOnly_m527F0337C516B57391AD20A70BF18FF7B0AC4849_inline (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method);
// System.Boolean System.NumberFormatter::RoundBits(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_RoundBits_m0630F9CB3D9867F5732E5C9473B3D637C47EEBFC (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___shift0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AddOneToDecHex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AddOneToDecHex_mD5A7D9EA97B16B9B318D5FC7E9F6007E98990878 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::RemoveTrailingZeros()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_RemoveTrailingZeros_mFE3D46E49E75DEAF1406B777009FF6A21F3BC6CF (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.UInt32 System.NumberFormatter::AddOneToDecHex(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberFormatter_AddOneToDecHex_m851488765EF4DFAE8BE75CB6BFCE577528D6FBF7 (uint32_t ___val0, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::CountTrailingZeros(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_CountTrailingZeros_m09BDBCCEC51A69C186B534021A1BFCD2477C4B1B (uint32_t ___val0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::.ctor(System.Threading.Thread)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter__ctor_m8C967CC13F98B4F01D3E9D0691465B0C919FC280 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current0, 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.NumberFormatter System.NumberFormatter::GetInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99 (RuntimeObject* ___fp0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Init(System.String,System.UInt32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_m90911E05952A76710E710724EB8F62C3DCD8D34E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, uint32_t ___value1, int32_t ___defPrecision2, const RuntimeMethod* method);
// System.String System.NumberFormatter::IntegerToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, RuntimeObject* ___fp1, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Init(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_m7D7CC10DDA255BB0023BD72A0C91F09AD729BE2E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, int32_t ___value1, int32_t ___defPrecision2, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Init(System.String,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_m6C605647C5BD888F8F085190C2F56EBB905598E1 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, uint64_t ___value1, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Init(System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_mC48E49CCC89DD59718AC2D00A477CA8F397FBA8C (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, int64_t ___value1, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Init(System.String,System.Double,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_mD235F6B64FD6B6A4FD970449FD0BF75EC0D621C2 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, double ___value1, int32_t ___defPrecision2, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.NumberFormatter::GetNumberFormatInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatter_GetNumberFormatInstance_m6E17C915C981DF8649E00FF0D53ECF896FB8A34F (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, RuntimeObject* ___fp0, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatRoundtrip(System.Single,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatRoundtrip_mBE6EBC5BD83D8DB4BAE38032B659B9E3BB291439 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, float ___origval0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::NumberToString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatRoundtrip(System.Double,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatRoundtrip_m8339767BDB6A61BABFE5AB826D923D6151DDD816 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, double ___origval0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Init(System.String,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_mF96F3A764D7CCB55B5B187EEDB14881E4BD5A2CB (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatCurrency(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatCurrency_mC64056524876376E9088DFF17B4811760CD5C34E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatDecimal(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatDecimal_mE1966648115F3FB18A1C369BAB5EA78E2CED2168 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatExponential(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatExponential_mCA7BFD8EAC7AD2C23FF91756A5AE9F143478E226 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatFixedPoint(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatFixedPoint_mAAC0C8EEEFB528FBAB46F9FFBFCA6B2393EA1929 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatGeneral(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatGeneral_m08239388C5D5B3545ED9B2D297540A39D53E73A7 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatNumber(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatNumber_m76967F927201EA1997827D0323F12BF9B7083D0F (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatPercent(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatPercent_mF5BE951C483C1D7FE18851CB684B2EFD0B39A742 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatHexadecimal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatHexadecimal_mCDD30C1720063B4956F47E52F32775D60B5444AC (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatCustom(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatCustom_m5DAC683F225013EEBFC4FDC1682A88C40152A85F (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method);
// System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyDecimalDigits()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyDecimalDigits_mB08BE40DFC57B589B74916CF3D63CEBBC7432C25_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Boolean System.NumberFormatter::RoundDecimal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_RoundDecimal_mE3446A2208E792FF9BB01F93871A8C1BCFF10F4E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___decimals0, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::get_IntegerDigits()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_get_IntegerDigits_m91E2E8AF66FD565349B6447D6F9AB3B9BD61F741 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::ResetCharBuf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___size0, const RuntimeMethod* method);
// System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyPositivePattern()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_mA9F592EAAA7F5BD929C60D65936892A45A101D7B_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___s0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, Il2CppChar ___c0, const RuntimeMethod* method);
// System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyNegativePattern()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyNegativePattern_mFC6B6D99EB695BFB5ED94F3F7F4DD40F5D02A58A_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Int32[] System.Globalization.NumberFormatInfo::get_CurrencyGroupSizes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* NumberFormatInfo_get_CurrencyGroupSizes_m422B13575ABEF5EC163FE50A6CF26AADFCAB9324 (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendIntegerStringWithGroupSeparator(System.Int32[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerStringWithGroupSeparator_m761D1912DA7C38E84F3C2AC297FA7C9ABD09D403 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___groups0, String_t* ___groupSeparator1, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendDecimalString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendDecimalString_mE9DC096988E86A4835B3456196883DFC51A57623 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendDigits(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method);
// System.Int32 System.Globalization.NumberFormatInfo::get_NumberDecimalDigits()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberDecimalDigits_m52C856E2079DAA1657069DB00506DCF77EA62DC2_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendIntegerString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerString_mD6FB81A7D8109CDAED213804F4D91E2FA476BD88 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___minLength0, const RuntimeMethod* method);
// System.NumberFormatter System.NumberFormatter::GetClone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * NumberFormatter_GetClone_m6D13FD559EC8229D8C0F802988E32965EF53119A (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// 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);
// System.Single System.Single::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m341EA42F7782B136FA7335771DA3C6C96AF6BD86 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Boolean System.NumberFormatter::get_IsFloatingSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsFloatingSource_m6CFAC659F6A85391D719FE8364828EDA57232B1A (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::RoundPos(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_RoundPos_mD1767AEAEE9801C748F3C7B8BE7A29598A843961 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___pos0, const RuntimeMethod* method);
// System.String System.NumberFormatter::FormatExponential(System.Int32,System.Globalization.NumberFormatInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatExponential_m860C5350D97E7958CA0EC214263E0BE6B34F326F (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, int32_t ___expDigits2, const RuntimeMethod* method);
// System.Int32[] System.Globalization.NumberFormatInfo::get_NumberGroupSizes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* NumberFormatInfo_get_NumberGroupSizes_m565821165B43AA202D8F644E4403A3181188965A (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Int32 System.Globalization.NumberFormatInfo::get_PercentDecimalDigits()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentDecimalDigits_mC976C226BAA510C75E13D526FF7407B2A2E2A164_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Multiply10(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Multiply10_mCDC2D6E96D4920F5E9DED8BA045339DC26292227 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___count0, const RuntimeMethod* method);
// System.Int32 System.Globalization.NumberFormatInfo::get_PercentPositivePattern()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentPositivePattern_mD23B2B53488F48B707952CCFADD216A7E7BAA430_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_PercentSymbol()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Int32 System.Globalization.NumberFormatInfo::get_PercentNegativePattern()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentNegativePattern_m9563E73E22236A41D695465A1B2E76F3AA7DD463_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Int32[] System.Globalization.NumberFormatInfo::get_PercentGroupSizes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* NumberFormatInfo_get_PercentGroupSizes_m4E8851281AB5160EC0EE06F633B08235440DF4C8 (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_PercentGroupSeparator()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentGroupSeparator_mBCCC5E617B3BEFED528AB99571AC593CEA45B4EC_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_PercentDecimalSeparator()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentDecimalSeparator_m8E0E23E04199DCA6D6E7E494D11522465180CCD2_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendOneDigit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendOneDigit_m00E78B4DAFD47E5393BF1B3664B4453A646061A5 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___start0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendExponent(System.Globalization.NumberFormatInfo,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendExponent_m642543981CFC9CB61ECCE7DD35289F1711ED0F0C (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi0, int32_t ___exponent1, int32_t ___minDigits2, const RuntimeMethod* method);
// System.Boolean System.NumberFormatter::get_IsZero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsZero_m8F40311773109C6A0B1F80956155E17EE982838E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter/CustomInfo::GetActiveSection(System.String,System.Boolean&,System.Boolean,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomInfo_GetActiveSection_m3C48CF37C771F5434981309EEBDB47383654E25A (String_t* ___format0, bool* ___positive1, bool ___zero2, int32_t* ___offset3, int32_t* ___length4, const RuntimeMethod* method);
// System.NumberFormatter/CustomInfo System.NumberFormatter/CustomInfo::Parse(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * CustomInfo_Parse_m221FEE3DBA88FC585E7EC4F51CE590B9BE0E334A (String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi3, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Divide10(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Divide10_m19182F6184716E02E9DBA42FCF89EFEBA7AC19B7 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___count0, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendNonNegativeNumber(System.Text.StringBuilder,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendNonNegativeNumber_m9AF8B3BAFDE9443EF437F2A4659E2759913D70E1 (StringBuilder_t * ___sb0, int32_t ___v1, const RuntimeMethod* method);
// System.Boolean System.NumberFormatter::get_IsZeroInteger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsZeroInteger_m914987F51303120CDEB2339FB10E4617E9F17307 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendIntegerString(System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerString_m37A5A133D337FE0E7378D3F5C9B5C42ABC4F500C (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___minLength0, StringBuilder_t * ___sb1, const RuntimeMethod* method);
// System.Int32 System.NumberFormatter::get_DecimalDigits()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_get_DecimalDigits_m7D1E99D450C28EEB92D1C28F23393F18A2AB202E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendDecimalString(System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendDecimalString_mE1BE0D20CD069420690F5E5C06A394C7369C90BF (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, StringBuilder_t * ___sb1, 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.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05 (StringBuilder_t * __this, int32_t ___index0, String_t* ___value1, int32_t ___count2, const RuntimeMethod* method);
// 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.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.Boolean System.NumberFormatter::IsZeroOnly(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_IsZeroOnly_m34EC372F18B62ED7716195F4BD28945F7B1C2716 (StringBuilder_t * ___sb0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Void System.NumberFormatter::ZeroTrimEnd(System.Text.StringBuilder,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_ZeroTrimEnd_mCFA43BC122387E7BB042BCD81DE7DE4870FB5D99 (StringBuilder_t * ___sb0, bool ___canEmpty1, const RuntimeMethod* method);
// System.String System.NumberFormatter/CustomInfo::Format(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean,System.Text.StringBuilder,System.Text.StringBuilder,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomInfo_Format_m1A29FF4C0EF0861E7E2564D8548EEA6916D91252 (CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * __this, String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi3, bool ___positive4, StringBuilder_t * ___sb_int5, StringBuilder_t * ___sb_dec6, StringBuilder_t * ___sb_exp7, const RuntimeMethod* method);
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t ___index0, 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.Void System.ArgumentException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m77591C20EDA3ADEE2FAF1987321D686E249326C5 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45 (StringBuilder_t * __this, Il2CppChar ___value0, int32_t ___repeatCount1, const RuntimeMethod* method);
// System.Void System.NumberFormatter::AppendDigits(System.Int32,System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendDigits_m17CDC05D8F1F8CB837429D7BBD4F24501ABF45F7 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___start0, int32_t ___end1, StringBuilder_t * ___sb2, const RuntimeMethod* method);
// System.Void System.NumberFormatter::Append(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Append_m2A6A1C7BE013B8DC696AD7A2D2D715B5C685E0A9 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, Il2CppChar ___c0, int32_t ___cnt1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method);
// System.Object System.Object::MemberwiseClone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.NumberFormatter/CustomInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomInfo__ctor_mCA9215FA4EE11DB2219772F9F2A54F0E262949AF (CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * __this, 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.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.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65 (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.String System.Globalization.NumberFormatInfo::get_PerMilleSymbol()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_m3876887016E8E505064301E65DC57B76040FF42E_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
// System.Void System.Random::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mCD4B6E9DFD27A19F52FA441CD8CAEB687A9DD2F2 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, const RuntimeMethod* method);
// System.Int32 System.Object::InternalGetHashCode(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_InternalGetHashCode_mDF6E443DF7B76B8A7332B356676439384D373EB4 (RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, String_t* ___message1, 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.ObjectDisposedException::get_ObjectName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObjectDisposedException_get_ObjectName_mCB2A2967E2568EFB35DE8414C7336258D3515629 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, const RuntimeMethod* method);
// System.String System.Environment::get_NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mAC8983A2DEE5DB9ECD05C17D3270634236B95FA2 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Boolean System.Version::op_Equality(System.Version,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v10, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v21, const RuntimeMethod* method);
// System.Int32 System.Version::get_Revision()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Revision_mB0BADD4E233FA3001FB7BB4795A0A330880453BB_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __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.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.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.String Locale::GetText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
// System.String System.OperatingSystem::get_ServicePack()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* OperatingSystem_get_ServicePack_m1422AB987FD04C0E35A0BDCEA383949E6C73F11B_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, 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.Void System.OperationCanceledException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m2B7CD7E9C467C67E91F869D2418897991E05CC2F (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.OperationCanceledException::set_CancellationToken(System.Threading.CancellationToken)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void OperationCanceledException_set_CancellationToken_m904FCA691292CAA2929CBDE0F03D826A83AD2C46_inline (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___value0, const RuntimeMethod* method);
// System.Void System.StringComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, 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.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.TextInfo::GetHashCodeOrdinalIgnoreCase(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetHashCodeOrdinalIgnoreCase_m5BBBA50694E3717FBBC1ECB4AAABC1FAFE7B4BCC (String_t* ___s0, const RuntimeMethod* method);
// 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);
// System.Void System.ArithmeticException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m1412E36F7AF7D25CF6A00670AE2296E88DA85F5F (ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 * __this, String_t* ___message0, Exception_t * ___innerException1, 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.ParameterizedStrings/LowLevelStack::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack__ctor_mE79C30BAB0FC89AE061890BE11A19651F6A7F2F9 (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * __this, const RuntimeMethod* method);
// System.Void System.ParameterizedStrings/LowLevelStack::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack_Clear_m0E87C8EDE908E92D886F9DF7C71C2FDBB6FA0612 (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * __this, const RuntimeMethod* method);
// System.String System.ParameterizedStrings::EvaluateInternal(System.String,System.Int32&,System.ParameterizedStrings/FormatParam[],System.ParameterizedStrings/LowLevelStack,System.ParameterizedStrings/FormatParam[]&,System.ParameterizedStrings/FormatParam[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C (String_t* ___format0, int32_t* ___pos1, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ___args2, LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * ___stack3, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** ___dynamicVars4, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** ___staticVars5, const RuntimeMethod* method);
// System.ParameterizedStrings/FormatParam System.ParameterizedStrings/LowLevelStack::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430 (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * __this, const RuntimeMethod* method);
// System.Int32 System.ParameterizedStrings/FormatParam::get_Int32()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, const RuntimeMethod* method);
// System.String System.ParameterizedStrings/FormatParam::get_String()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatParam_get_String_m5BF4DC04ADCACFC4A5A5A02630189949C9B71624 (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, 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.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.String::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method);
// System.Object System.ParameterizedStrings/FormatParam::get_Object()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatParam_get_Object_mA0B3CF48E6F801D28DEB4F743CD6CE8771CB5B6D (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, const RuntimeMethod* method);
// System.String System.ParameterizedStrings::FormatPrintF(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_FormatPrintF_m8747D9D547A44A0B2C9DF3211F7B701FFBDE8563 (String_t* ___format0, RuntimeObject * ___arg1, const RuntimeMethod* method);
// System.Void System.ParameterizedStrings/LowLevelStack::Push(System.ParameterizedStrings/FormatParam)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315 (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * __this, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 ___item0, const RuntimeMethod* method);
// System.ParameterizedStrings/FormatParam System.ParameterizedStrings/FormatParam::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0 (int32_t ___value0, const RuntimeMethod* method);
// System.ParameterizedStrings/FormatParam[] System.ParameterizedStrings::GetDynamicOrStaticVariables(System.Char,System.ParameterizedStrings/FormatParam[]&,System.ParameterizedStrings/FormatParam[]&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ParameterizedStrings_GetDynamicOrStaticVariables_m81D4C0CAF1E91BCE50DEB31F94403CAAFD355F5D (Il2CppChar ___c0, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** ___dynamicVars1, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** ___staticVars2, int32_t* ___index3, const RuntimeMethod* method);
// System.Int32 System.ParameterizedStrings::AsInt(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F (bool ___b0, const RuntimeMethod* method);
// System.Boolean System.ParameterizedStrings::AsBool(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C (int32_t ___i0, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method);
// System.Int32 System.ParameterizedStrings::snprintf(System.Byte*,System.IntPtr,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_snprintf_m1BD501CE56608FBD2ABFCA1B20C40ADE24A38768 (uint8_t* ___str0, intptr_t ___size1, String_t* ___format2, int32_t ___arg13, const RuntimeMethod* method);
// System.Int32 System.ParameterizedStrings::snprintf(System.Byte*,System.IntPtr,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_snprintf_m98AA0689A7942B7A7EBB4CC2DC13B3DE38AE490A (uint8_t* ___str0, intptr_t ___size1, String_t* ___format2, String_t* ___arg13, const RuntimeMethod* method);
// System.IntPtr System.IntPtr::op_Explicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91 (int32_t ___value0, const RuntimeMethod* method);
// System.String System.ParameterizedStrings::StringFromAsciiBytes(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_StringFromAsciiBytes_mAEFC926F17A489DE843E6A5F33DA14378DFD11A5 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.ParameterizedStrings/FormatParam::.ctor(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatParam__ctor_mF5E9FC94353F30B9419A05B899811A103538837D (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, int32_t ___intValue0, String_t* ___stringValue1, const RuntimeMethod* method);
// System.Void System.ParameterizedStrings/FormatParam::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatParam__ctor_m87793E6640ECF022BEBB7EDA281A60E48D370A12 (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.Int32 System.ParamsArray::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, const RuntimeMethod* method);
// System.Object System.ParamsArray::GetAtSlow(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_GetAtSlow_m38E59C33DAE9CE857466352681EA1B0F3205E2A2 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Object System.ParamsArray::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_get_Item_mB78610EF5AA4BF6261665E0536AAB243E915090A (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.ParseNumbers::StringToInt(System.String,System.Int32,System.Int32,System.Int32*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method);
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, 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.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.Char::IsNumber(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsNumber_m6B4D661D496A7EBCC142740E91F55B01754FC24F (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.Char::IsLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Char System.Char::ToLowerInvariant(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_m691DAE5E85A00BC3A653CB4F3C0045BF1528641D (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, const RuntimeMethod* method);
// System.Int64 System.ParseNumbers::StringToLong(System.String,System.Int32,System.Int32,System.Int32*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m786CAFE74FE0D479747A0D474BE6EBCFDA5743EA (StringBuilder_t * __this, String_t* ___value0, int32_t ___capacity1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Byte[] System.BitConverter::GetBytes(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_mB7DFC7C4705F916C40527A87C9AA6D0EABC23512 (int16_t ___value0, const RuntimeMethod* method);
// System.Byte[] System.BitConverter::GetBytes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_mB5BCBAAFE3AE14F2AF1731187C7155A236DF38EA (int32_t ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.ParseNumbers::ConvertToBase2(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase2_mAB60A334FCF7A06854FCC360FBFE4237B53CDCD9 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.ParseNumbers::ConvertToBase8(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase8_mD66EC53C484B48A3E3E5D622E7706B1C50276C39 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.ParseNumbers::ConvertToBase16(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase16_mF82C0864D56A6869C00ABD37B6CA32A1A1C867EF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, 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.ParseNumbers::EndianSwap(System.Byte[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_EndianSwap_m434115BAD2B87C0A4D68CF2ACAC059CE72A25BCF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___value0, const RuntimeMethod* method);
// System.UInt16 System.BitConverter::ToUInt16(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BitConverter_ToUInt16_m8D6CAA71ACA3A50B5481B836E51FC8D26C14ED90 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.UInt32 System.BitConverter::ToUInt32(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BitConverter_ToUInt32_mD6A3C2F4BA020691B99FABF863F6FFF6A456FF59 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.UInt64 System.BitConverter::ToUInt64(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BitConverter_ToUInt64_m2AB7FBC373C5A2DEB276DDF00289A69C80A84451 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.Void System.ParsingInfo::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingInfo_Init_mCA35EA147545DA7A3AAEA2087D1F4E317353339A (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * __this, 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.Void System.NotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1F2AAA51372307FB5B4ED59C9F89A0BBFC94C768 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Text.StringBuilder System.PointerSpec::Append(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * PointerSpec_Append_mE919CDD0D56EDF41729EE3D336245815E2466DD6 (PointerSpec_tBCE1666DC24EC6E4E5376FEC214499984EC26892 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method);
// System.Int32 System.Environment::get_TickCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C (const RuntimeMethod* method);
// System.Void System.Random::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, int32_t ___Seed0, const RuntimeMethod* method);
// System.Int32 System.Random::InternalSample()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_InternalSample_mA3843DC92D371421662F385DD2CC4D76EBE18FFD (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, const RuntimeMethod* method);
// System.Double System.Random::GetSampleForLargeRange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_GetSampleForLargeRange_mEA06A2F9F25D901B7D58BC802642450FFC893F60 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, const RuntimeMethod* method);
// System.Void System.Reflection.Assembly/ResolveEventHolder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventHolder__ctor_m405E62AFEAC8D87E9B9E2AC65601E6966809449E (ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * __this, const RuntimeMethod* method);
// System.String System.Reflection.Assembly::get_code_base(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_code_base_m1E3A609C0CE2C9F7FDBC7FC1F4B606C9C7C7175B (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method);
// System.String System.Reflection.Assembly::GetCodeBase(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_GetCodeBase_m2166A17A403709178177568BB60F95AA2C68DF3C (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method);
// System.String System.Reflection.Assembly::get_location()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_location_m9659CDB722E63A4BD8F35D65815C6885D4D14550 (Assembly_t * __this, const RuntimeMethod* method);
// System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method);
// System.AppDomain System.AppDomain::get_CurrentDomain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0 (const RuntimeMethod* method);
// System.Reflection.Assembly System.AppDomain::DoResourceResolve(System.String,System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * AppDomain_DoResourceResolve_mC6874A5405D0F65E9C84CB1710B18C6E3C2FE2DB (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, String_t* ___name0, Assembly_t * ___requesting1, const RuntimeMethod* method);
// System.Void System.IO.FileNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_mA72DAA77008E903BC162A8D32FDE7F874B27E858 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.String System.IO.Path::GetDirectoryName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97 (String_t* ___path0, const RuntimeMethod* method);
// System.String System.IO.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.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m49CE3FAF4AEF5EE690E5E53A95749F3C4414C47B (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, const RuntimeMethod* method);
// System.IntPtr System.Reflection.Assembly::GetManifestResourceInternal(System.String,System.Int32&,System.Reflection.Module&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Assembly_GetManifestResourceInternal_m549E4D3C8E62CAE7DDD170BC3972C3FE43F67339 (Assembly_t * __this, String_t* ___name0, int32_t* ___size1, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 ** ___module2, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
// System.Void* System.IntPtr::op_Explicit(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027 (intptr_t ___value0, const RuntimeMethod* method);
// System.Void System.Reflection.Assembly/UnmanagedMemoryStreamForModule::.ctor(System.Byte*,System.Int64,System.Reflection.Module)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStreamForModule__ctor_mE3CB189987A7048429C52EE0130177D84FF74D41 (UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4 * __this, uint8_t* ___pointer0, int64_t ___length1, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___module2, const RuntimeMethod* method);
// System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.Type,System.String,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4 (Assembly_t * __this, Type_t * ___type0, String_t* ___name1, bool ___skipSecurityCheck2, int32_t* ___stackMark3, 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.Byte[] System.Reflection.AssemblyName::GetPublicKey()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_GetPublicKey_mE3CEA4E85E2A0E7DF19423368DE900BC465EF1B4_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Version System.Reflection.AssemblyName::get_Version()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * AssemblyName_get_Version_m82317447EFD059F46EA783D92CD7AE653AA81D47_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::get_Flags()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AssemblyName_get_Flags_m2AE7F6C545B29056F4CF20E74DB02B5B6021A530_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.String System.Reflection.Assembly::get_fullname()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_fullname_m8680F097E8C3A359525667366E09A83F5268F29B (Assembly_t * __this, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_mF1233521F13623EC87A886B14BC90C639FBBB972 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Byte[] System.Reflection.Assembly::GetPublicKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Assembly_GetPublicKey_m34B4DF6F326BFD9EB3C4AAA5202BF71EF9061419 (Assembly_t * __this, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::SetPublicKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKey_m402F60CC8A40481E3F027E213C3030537EEDA374 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___publicKey0, const RuntimeMethod* method);
// System.Reflection.AssemblyNameFlags System.Reflection.Assembly::GetFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Assembly_GetFlags_m51F3B5E642883433D2811F1AFAF4D3C45F26A936 (Assembly_t * __this, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::set_Flags(System.Reflection.AssemblyNameFlags)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AssemblyName_set_Flags_mC8051F2E205A381653751FF7322B5B2534706922_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Version System.Reflection.Assembly::GetVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * Assembly_GetVersion_mE92685A50356AE704133FE55627F8FE24E72DDD5 (Assembly_t * __this, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::set_Version(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_set_Version_m41C659EA105905CB03C594648F05AEC91DFA28D9 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___value0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::set_CultureInfo(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AssemblyName_set_CultureInfo_m21FB40AAEEEF7C5CC6CDDCC6F6E6678B235CC63B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::set_Name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AssemblyName_set_Name_mC3FBA6D29B4DAFE0EEA244853146DB7F08B9C93A_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Reflection.Assembly System.AppDomain::LoadSatellite(System.Reflection.AssemblyName,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * AppDomain_LoadSatellite_m4DE403FF997A067CB65EFFE5B21CA2673D311014 (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___assemblyRef0, bool ___throwOnError1, const RuntimeMethod* method);
// System.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_m5AB4ED75C5BE93603AD58FF5FCA5B9EC7603189F (String_t* ___assemblyFile0, 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.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_mB48B7760BCAA728B9AE628256A61762AB1FF509B (String_t* ___assemblyFile0, bool ___refonly1, const RuntimeMethod* method);
// System.Reflection.Assembly System.AppDomain::Load(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m4349B851A1474F6F5D57A730DDFD5A8F9A291AD5 (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, String_t* ___assemblyString0, const RuntimeMethod* method);
// System.Reflection.Assembly System.AppDomain::Load(System.Reflection.AssemblyName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m39D84267758565A26CF4CC1C8E55CFF1B8A63513 (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___assemblyRef0, const RuntimeMethod* method);
// System.Reflection.Assembly System.AppDomain::Load(System.String,System.Security.Policy.Evidence,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_mA402057C7C1056F7186F6EDD5CAF6905F156E979 (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, String_t* ___assemblyString0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___assemblySecurity1, bool ___refonly2, const RuntimeMethod* method);
// System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String,System.Security.Policy.Evidence,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m8AD8435909C5F29BE1635BB8F34051F4E6A302D4 (String_t* ___partialName0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, bool ___oldBehavior2, 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.Reflection.Assembly System.Reflection.Assembly::load_with_partial_name(System.String,System.Security.Policy.Evidence)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_load_with_partial_name_m739797B4924ABF5F2B5E0C823BB5B83B24817B2D (String_t* ___name0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___e1, const RuntimeMethod* method);
// System.Void System.Reflection.ManifestResourceInfo::.ctor(System.Reflection.Assembly,System.String,System.Reflection.ResourceLocation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestResourceInfo__ctor_m718EB1020E137DE89B5A49D307E20563599FA2C4 (ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * __this, Assembly_t * ___containingAssembly0, String_t* ___containingFileName1, int32_t ___resourceLocation2, const RuntimeMethod* method);
// System.Boolean System.Reflection.Assembly::GetManifestResourceInfoInternal(System.String,System.Reflection.ManifestResourceInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_GetManifestResourceInfoInternal_m1F746445607BE68B4B8A8EEB837603986154A1C4 (Assembly_t * __this, String_t* ___name0, ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * ___info1, const RuntimeMethod* method);
// System.Int32 System.Object::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m81DE0CEF2ACADC7D076800D09B2232BC30639F76 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Exception System.Reflection.Assembly::CreateNIE()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Assembly_CreateNIE_m5076DC7513181632DAF6DC6726A154E5DBE960F2 (const RuntimeMethod* method);
// System.Void System.IO.UnmanagedMemoryStream::.ctor(System.Byte*,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStream__ctor_mF4040F06CEA36C1ACBA0C09319B38530D0E45632 (UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * __this, uint8_t* ___pointer0, int64_t ___length1, const RuntimeMethod* method);
// System.Void System.IO.UnmanagedMemoryStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_Dispose_mA8E1A981BC7EFDFAC1B4C4E95D1CAB823EA284CA (UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * __this, bool ___disposing0, 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.Boolean System.Reflection.AssemblyName::ParseAssemblyName(System.IntPtr,Mono.MonoAssemblyName&,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssemblyName_ParseAssemblyName_m890EF8F357B04C266CAD1CBA9C9BBFA8B30D648B (intptr_t ___name0, MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * ___aname1, bool* ___is_version_definited2, bool* ___is_token_defined3, const RuntimeMethod* method);
// System.Void System.IO.FileLoadException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileLoadException__ctor_m75CC747FFED4FE51A2B8352C39A33467FE9D3044 (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::FillName(Mono.MonoAssemblyName*,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_FillName_m7B2487B7549E5A497AA4CBAC4DAF753B153D49AB (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * ___native0, String_t* ___codeBase1, bool ___addVersion2, bool ___addPublickey3, bool ___defaultToken4, bool ___assemblyRef5, const RuntimeMethod* method);
// System.Void Mono.RuntimeMarshal::FreeAssemblyName(Mono.MonoAssemblyName&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMarshal_FreeAssemblyName_mE9BBD9DE717E30BEA0AE14769B38614FD94882F2 (MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * ___name0, bool ___freeStruct1, 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.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.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.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.Version::op_Inequality(System.Version,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v10, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v21, const RuntimeMethod* method);
// System.Byte[] System.Reflection.AssemblyName::InternalGetPublicKeyToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_InternalGetPublicKeyToken_m8448F4A4443505D58B1950DE08776AE5D715B4BD (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method);
// System.Int32 System.Version::get_Major()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Major_m7A6BEEF367674B8C06B15F6675AFF0C32CCEE87C_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method);
// System.Int32 System.Version::get_Minor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Minor_mCBAFA7052D1786A47B4BA971E7193A4EB9A7D059_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method);
// System.Int32 System.Version::get_Build()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Build_m184E3AAE13518CEA172E9C6860E9359D567E64DB_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method);
// System.String System.Reflection.AssemblyName::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyName_get_FullName_m2E26108B8002BA0579FB223426E085BC9014A212 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.String System.Object::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.AssemblyName::get_IsPublicKeyValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssemblyName_get_IsPublicKeyValid_m4501B8B875B7B9BEE76AAE655761CF6E871ECDAA (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Void System.Security.SecurityException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Byte[] System.Reflection.AssemblyName::ComputePublicKeyToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_ComputePublicKeyToken_mEB7AC1E5CCAA28B28B2CDF650E3920DB2B466F57 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::get_public_token(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_get_public_token_mF913340F6EA9A2349C28B3B9ABE91ED66BD3F2FE (uint8_t* ___token0, uint8_t* ___pubkey1, int32_t ___len2, 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.String System.IO.Path::GetFullPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20 (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.Reflection.Assembly::InternalGetAssemblyName(System.String,Mono.MonoAssemblyName&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assembly_InternalGetAssemblyName_mD053500BFBFB6254E6C371FC7F4D9CF5704741CF (String_t* ___assemblyFile0, MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * ___aname1, String_t** ___codebase2, const RuntimeMethod* method);
// System.String Mono.RuntimeMarshal::PtrToUtf8String(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMarshal_PtrToUtf8String_mAD18FEACB0BFC49C9D8E16E2696615001315C190 (intptr_t ___ptr0, 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.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.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);
// System.Byte[] Mono.RuntimeMarshal::DecodeBlobArray(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RuntimeMarshal_DecodeBlobArray_m2A5F7FA2917EE0ED4B06311AD2D46DA1773BCCE9 (intptr_t ___ptr0, const RuntimeMethod* method);
// System.Int32 Mono.RuntimeMarshal::AsciHexDigitValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMarshal_AsciHexDigitValue_mADBE5127E3F0391FBE357DC57CEED5CF1AA3C3F6 (int32_t ___c0, const RuntimeMethod* method);
// Mono.MonoAssemblyName* System.Reflection.AssemblyName::GetNativeName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * AssemblyName_GetNativeName_m046B877F881F2E71BC0FFD0E34C0D1B327D688D9 (intptr_t ___assembly_ptr0, const RuntimeMethod* method);
// System.Void System.Reflection.MethodBase::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodBase__ctor_m1DB9E12C86132DD3C7E192C57571799CB97D74F9 (MethodBase_t * __this, const RuntimeMethod* method);
// System.Int32 System.Reflection.MethodBase::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodBase_GetHashCode_m55E538F2842D4B18101C291C47380E97B366202F (MethodBase_t * __this, const RuntimeMethod* method);
// System.Void System.Reflection.CustomAttributeData/LazyCAttrData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyCAttrData__ctor_m3E59DFD149279F2FC16E37A8B9176017E2556170 (LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * __this, const RuntimeMethod* method);
// System.Void System.Reflection.CustomAttributeData::ResolveArgumentsInternal(System.Reflection.ConstructorInfo,System.Reflection.Assembly,System.IntPtr,System.UInt32,System.Object[]&,System.Object[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomAttributeData_ResolveArgumentsInternal_m5F4DEAFAA9473BE5417DBDF1C644DFC5FB41E185 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___ctor0, Assembly_t * ___assembly1, intptr_t ___data2, uint32_t ___data_length3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___ctorArgs4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___namedArgs5, const RuntimeMethod* method);
// T[] System.Reflection.CustomAttributeData::UnboxValues<System.Reflection.CustomAttributeTypedArgument>(System.Object[])
inline CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m846F81B95C445180214406E0D355EBA8EC9644D1 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values0, const RuntimeMethod* method)
{
return (( CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*))CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m846F81B95C445180214406E0D355EBA8EC9644D1_gshared)(___values0, method);
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeTypedArgument>(T[])
inline ReadOnlyCollection_1_tC2509BCA9998A9487BF53350FF82BD2674DDFDE5 * Array_AsReadOnly_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m06C336FC2EAE4D5574984D19ABC43E76AC808E6A (CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* ___array0, const RuntimeMethod* method)
{
return (( ReadOnlyCollection_1_tC2509BCA9998A9487BF53350FF82BD2674DDFDE5 * (*) (CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05*, const RuntimeMethod*))Array_AsReadOnly_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m06C336FC2EAE4D5574984D19ABC43E76AC808E6A_gshared)(___array0, method);
}
// T[] System.Reflection.CustomAttributeData::UnboxValues<System.Reflection.CustomAttributeNamedArgument>(System.Object[])
inline CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mC152FBD94252DA2417B7773AE16C51154C9F6A72 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values0, const RuntimeMethod* method)
{
return (( CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*))CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mC152FBD94252DA2417B7773AE16C51154C9F6A72_gshared)(___values0, method);
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeNamedArgument>(T[])
inline ReadOnlyCollection_1_tDB8F0CA62CF79B1054F1B209516B0E4E17B3E6C8 * Array_AsReadOnly_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m052EECB0368B9A6A1E9A05BBDC486190E5A92946 (CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* ___array0, const RuntimeMethod* method)
{
return (( ReadOnlyCollection_1_tDB8F0CA62CF79B1054F1B209516B0E4E17B3E6C8 * (*) (CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828*, const RuntimeMethod*))Array_AsReadOnly_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m052EECB0368B9A6A1E9A05BBDC486190E5A92946_gshared)(___array0, method);
}
// System.Void System.Reflection.CustomAttributeData::ResolveArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomAttributeData_ResolveArguments_m5D8B42606832BAD2FAFF1B003F2E86F44E070766 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.MonoCustomAttrs::GetCustomAttributesData(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632 (RuntimeObject* ___obj0, const RuntimeMethod* method);
// System.String System.Reflection.CustomAttributeTypedArgument::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomAttributeTypedArgument_ToString_mC9E222964187E05A001066301E035E829987A70F (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * __this, const RuntimeMethod* method);
// System.String System.Reflection.CustomAttributeNamedArgument::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomAttributeNamedArgument_ToString_mBFC8371ADFC09A5A8FCDCD234E35DA4B4AB53EB8 (CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E * __this, const RuntimeMethod* method);
// T[] System.Array::Empty<System.Object>()
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline (const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline)(method);
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774 (StringBuilder_t * __this, String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method);
// System.Boolean System.Reflection.CustomAttributeTypedArgument::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomAttributeTypedArgument_Equals_mCBC1A766B39E8BE8BAE5B85F0C9B18797366CC88 (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.Reflection.CustomAttributeNamedArgument::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomAttributeNamedArgument_Equals_mDA255630CA97FF60745C1B0440ACF44B3E94998B (CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.Reflection.ConstructorInfo::op_Equality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method);
// System.Int32 System.Reflection.CustomAttributeTypedArgument::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CustomAttributeTypedArgument_GetHashCode_mBAACEB5B2853174C5CB8C1D719CCDC06DD08ECD9 (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * __this, const RuntimeMethod* method);
// System.Int32 System.Reflection.CustomAttributeNamedArgument::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CustomAttributeNamedArgument_GetHashCode_m33AFF5ED2CD0D392BFC0FA792B16FD33F5095057 (CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E * __this, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.LocalDataStoreHolder::.ctor(System.LocalDataStore)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreHolder__ctor_m87A5B4E0605928E76A804DF75AE5EFBAE417589A (LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * __this, LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * ___store0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_0 = ___store0;
__this->set_m_Store_0(L_0);
return;
}
}
// System.Void System.LocalDataStoreHolder::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreHolder_Finalize_m67243D9324F739B6B00F9135A0C4BB1556B8A97F (LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * __this, const RuntimeMethod* method)
{
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * 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)
{
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_0 = __this->get_m_Store_0();
V_0 = L_0;
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
IL_000a:
{
IL2CPP_LEAVE(0x1B, FINALLY_0014);
}
IL_000c:
{
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_2 = V_0;
NullCheck(L_2);
LocalDataStore_Dispose_m2B25B7ACE605E5F0366A6063B5B9978C8656D935(L_2, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x1B, FINALLY_0014);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0014;
}
FINALLY_0014:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(20)
} // end finally (depth: 1)
IL2CPP_CLEANUP(20)
{
IL2CPP_JUMP_TBL(0x1B, IL_001b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_001b:
{
return;
}
}
// System.LocalDataStore System.LocalDataStoreHolder::get_Store()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * LocalDataStoreHolder_get_Store_m2C6F36680CF6788220C9A3F029576541763FB8B5 (LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * __this, const RuntimeMethod* method)
{
{
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_0 = __this->get_m_Store_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.LocalDataStoreHolder System.LocalDataStoreMgr::CreateLocalDataStore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * LocalDataStoreMgr_CreateLocalDataStore_m5455FCABE10BCFC739E52A0EF6404FF033E93417 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr_CreateLocalDataStore_m5455FCABE10BCFC739E52A0EF6404FF033E93417_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * V_0 = NULL;
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * V_1 = NULL;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_0 = __this->get_m_SlotInfoTable_0();
NullCheck(L_0);
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_1 = (LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE *)il2cpp_codegen_object_new(LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE_il2cpp_TypeInfo_var);
LocalDataStore__ctor_m2FDC5D7F0A6331A045F5C5E90C1EE386AF755910(L_1, __this, (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), /*hidden argument*/NULL);
V_0 = L_1;
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_2 = V_0;
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * L_3 = (LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 *)il2cpp_codegen_object_new(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304_il2cpp_TypeInfo_var);
LocalDataStoreHolder__ctor_m87A5B4E0605928E76A804DF75AE5EFBAE417589A(L_3, L_2, /*hidden argument*/NULL);
V_1 = L_3;
V_2 = (bool)0;
RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL);
}
IL_001d:
try
{ // begin try (depth: 1)
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(__this, (bool*)(&V_2), /*hidden argument*/NULL);
List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * L_4 = __this->get_m_ManagedLocalDataStores_2();
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_5 = V_0;
NullCheck(L_4);
List_1_Add_mE9BF53EC826B27040A078E87C78E46CBE5793760(L_4, L_5, /*hidden argument*/List_1_Add_mE9BF53EC826B27040A078E87C78E46CBE5793760_RuntimeMethod_var);
IL2CPP_LEAVE(0x3D, FINALLY_0033);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0033;
}
FINALLY_0033:
{ // begin finally (depth: 1)
{
bool L_6 = V_2;
if (!L_6)
{
goto IL_003c;
}
}
IL_0036:
{
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(__this, /*hidden argument*/NULL);
}
IL_003c:
{
IL2CPP_END_FINALLY(51)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(51)
{
IL2CPP_JUMP_TBL(0x3D, IL_003d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003d:
{
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * L_7 = V_1;
return L_7;
}
}
// System.Void System.LocalDataStoreMgr::DeleteLocalDataStore(System.LocalDataStore)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_DeleteLocalDataStore_m943DBF460E197662F6D146A370A3DCD94CBD51A3 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * ___store0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr_DeleteLocalDataStore_m943DBF460E197662F6D146A370A3DCD94CBD51A3_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) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (bool)0;
RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL);
}
IL_0007:
try
{ // begin try (depth: 1)
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(__this, (bool*)(&V_0), /*hidden argument*/NULL);
List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * L_0 = __this->get_m_ManagedLocalDataStores_2();
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_1 = ___store0;
NullCheck(L_0);
List_1_Remove_mA8778E00C87CE50D5466C24C94239B38DAC85F94(L_0, L_1, /*hidden argument*/List_1_Remove_mA8778E00C87CE50D5466C24C94239B38DAC85F94_RuntimeMethod_var);
IL2CPP_LEAVE(0x28, FINALLY_001e);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001e;
}
FINALLY_001e:
{ // begin finally (depth: 1)
{
bool L_2 = V_0;
if (!L_2)
{
goto IL_0027;
}
}
IL_0021:
{
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(__this, /*hidden argument*/NULL);
}
IL_0027:
{
IL2CPP_END_FINALLY(30)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(30)
{
IL2CPP_JUMP_TBL(0x28, IL_0028)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0028:
{
return;
}
}
// System.LocalDataStoreSlot System.LocalDataStoreMgr::AllocateDataSlot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * LocalDataStoreMgr_AllocateDataSlot_m879EF0F47F1E07F1B0F905EB2F964E875CF7E036 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr_AllocateDataSlot_m879EF0F47F1E07F1B0F905EB2F964E875CF7E036_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* V_4 = NULL;
int64_t V_5 = 0;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (bool)0;
RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL);
}
IL_0007:
try
{ // begin try (depth: 1)
{
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(__this, (bool*)(&V_0), /*hidden argument*/NULL);
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_0 = __this->get_m_SlotInfoTable_0();
NullCheck(L_0);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
int32_t L_1 = __this->get_m_FirstAvailableSlot_1();
V_2 = L_1;
goto IL_002f;
}
IL_0021:
{
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_2 = __this->get_m_SlotInfoTable_0();
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = L_3;
uint8_t L_5 = (uint8_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
if (!L_5)
{
goto IL_0033;
}
}
IL_002b:
{
int32_t L_6 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_002f:
{
int32_t L_7 = V_2;
int32_t L_8 = V_1;
if ((((int32_t)L_7) < ((int32_t)L_8)))
{
goto IL_0021;
}
}
IL_0033:
{
int32_t L_9 = V_2;
int32_t L_10 = V_1;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_006b;
}
}
IL_0037:
{
int32_t L_11 = V_1;
if ((((int32_t)L_11) >= ((int32_t)((int32_t)512))))
{
goto IL_0045;
}
}
IL_003f:
{
int32_t L_12 = V_1;
V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2));
goto IL_004d;
}
IL_0045:
{
int32_t L_13 = V_1;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)128)));
}
IL_004d:
{
int32_t L_14 = V_3;
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_15 = (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, (uint32_t)L_14);
V_4 = L_15;
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_16 = __this->get_m_SlotInfoTable_0();
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_17 = V_4;
int32_t L_18 = V_1;
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_16, (RuntimeArray *)(RuntimeArray *)L_17, L_18, /*hidden argument*/NULL);
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_19 = V_4;
__this->set_m_SlotInfoTable_0(L_19);
}
IL_006b:
{
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_20 = __this->get_m_SlotInfoTable_0();
int32_t L_21 = V_2;
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (bool)1);
int32_t L_22 = V_2;
int64_t L_23 = __this->get_m_CookieGenerator_4();
V_5 = L_23;
int64_t L_24 = V_5;
if (il2cpp_codegen_check_add_overflow((int64_t)L_24, (int64_t)(((int64_t)((int64_t)1)))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), LocalDataStoreMgr_AllocateDataSlot_m879EF0F47F1E07F1B0F905EB2F964E875CF7E036_RuntimeMethod_var);
__this->set_m_CookieGenerator_4(((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)(((int64_t)((int64_t)1))))));
int64_t L_25 = V_5;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_26 = (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E *)il2cpp_codegen_object_new(LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E_il2cpp_TypeInfo_var);
LocalDataStoreSlot__ctor_mB1C1592C2941720C53B2F21CBBB875667FF23D89(L_26, __this, L_22, L_25, /*hidden argument*/NULL);
int32_t L_27 = V_2;
__this->set_m_FirstAvailableSlot_1(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)));
V_6 = L_26;
IL2CPP_LEAVE(0xA7, FINALLY_009d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_009d;
}
FINALLY_009d:
{ // begin finally (depth: 1)
{
bool L_28 = V_0;
if (!L_28)
{
goto IL_00a6;
}
}
IL_00a0:
{
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(__this, /*hidden argument*/NULL);
}
IL_00a6:
{
IL2CPP_END_FINALLY(157)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(157)
{
IL2CPP_JUMP_TBL(0xA7, IL_00a7)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00a7:
{
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_29 = V_6;
return L_29;
}
}
// System.LocalDataStoreSlot System.LocalDataStoreMgr::AllocateNamedDataSlot(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * LocalDataStoreMgr_AllocateNamedDataSlot_mAD7738795BC4FF13631C2993592F6256FC309FF2 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr_AllocateNamedDataSlot_mAD7738795BC4FF13631C2993592F6256FC309FF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * V_1 = NULL;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (bool)0;
RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL);
}
IL_0007:
try
{ // begin try (depth: 1)
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(__this, (bool*)(&V_0), /*hidden argument*/NULL);
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_0 = LocalDataStoreMgr_AllocateDataSlot_m879EF0F47F1E07F1B0F905EB2F964E875CF7E036(__this, /*hidden argument*/NULL);
V_1 = L_0;
Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * L_1 = __this->get_m_KeyToSlotMap_3();
String_t* L_2 = ___name0;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_3 = V_1;
NullCheck(L_1);
Dictionary_2_Add_m6DC5880D3A3E5230394E72108396862B76ACE31C(L_1, L_2, L_3, /*hidden argument*/Dictionary_2_Add_m6DC5880D3A3E5230394E72108396862B76ACE31C_RuntimeMethod_var);
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_4 = V_1;
V_2 = L_4;
IL2CPP_LEAVE(0x31, FINALLY_0027);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0027;
}
FINALLY_0027:
{ // begin finally (depth: 1)
{
bool L_5 = V_0;
if (!L_5)
{
goto IL_0030;
}
}
IL_002a:
{
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(__this, /*hidden argument*/NULL);
}
IL_0030:
{
IL2CPP_END_FINALLY(39)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(39)
{
IL2CPP_JUMP_TBL(0x31, IL_0031)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0031:
{
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_6 = V_2;
return L_6;
}
}
// System.LocalDataStoreSlot System.LocalDataStoreMgr::GetNamedDataSlot(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * LocalDataStoreMgr_GetNamedDataSlot_m71CB7DDCB5F93DBE1DDBCD5FCE756083E50CF199 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr_GetNamedDataSlot_m71CB7DDCB5F93DBE1DDBCD5FCE756083E50CF199_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * V_1 = NULL;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (bool)0;
RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL);
}
IL_0007:
try
{ // begin try (depth: 1)
{
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(__this, (bool*)(&V_0), /*hidden argument*/NULL);
Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * L_0 = __this->get_m_KeyToSlotMap_3();
String_t* L_1 = ___name0;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_2 = CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E_mCC4662D48DF2FE54F66A984047EA92CE774363AE(L_0, L_1, /*hidden argument*/CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E_mCC4662D48DF2FE54F66A984047EA92CE774363AE_RuntimeMethod_var);
V_1 = L_2;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_3 = V_1;
if (L_3)
{
goto IL_0029;
}
}
IL_001f:
{
String_t* L_4 = ___name0;
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_5 = LocalDataStoreMgr_AllocateNamedDataSlot_mAD7738795BC4FF13631C2993592F6256FC309FF2(__this, L_4, /*hidden argument*/NULL);
V_2 = L_5;
IL2CPP_LEAVE(0x37, FINALLY_002d);
}
IL_0029:
{
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_6 = V_1;
V_2 = L_6;
IL2CPP_LEAVE(0x37, FINALLY_002d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002d;
}
FINALLY_002d:
{ // begin finally (depth: 1)
{
bool L_7 = V_0;
if (!L_7)
{
goto IL_0036;
}
}
IL_0030:
{
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(__this, /*hidden argument*/NULL);
}
IL_0036:
{
IL2CPP_END_FINALLY(45)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(45)
{
IL2CPP_JUMP_TBL(0x37, IL_0037)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0037:
{
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_8 = V_2;
return L_8;
}
}
// System.Void System.LocalDataStoreMgr::FreeNamedDataSlot(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_FreeNamedDataSlot_mBCCD17FD544CEA1AA4777AE367B20DA4F8F3C03D (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr_FreeNamedDataSlot_mBCCD17FD544CEA1AA4777AE367B20DA4F8F3C03D_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) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (bool)0;
RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL);
}
IL_0007:
try
{ // begin try (depth: 1)
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(__this, (bool*)(&V_0), /*hidden argument*/NULL);
Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * L_0 = __this->get_m_KeyToSlotMap_3();
String_t* L_1 = ___name0;
NullCheck(L_0);
Dictionary_2_Remove_mC54306ED55A13BB48ACE4E0796F308D460A27CC1(L_0, L_1, /*hidden argument*/Dictionary_2_Remove_mC54306ED55A13BB48ACE4E0796F308D460A27CC1_RuntimeMethod_var);
IL2CPP_LEAVE(0x28, FINALLY_001e);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001e;
}
FINALLY_001e:
{ // begin finally (depth: 1)
{
bool L_2 = V_0;
if (!L_2)
{
goto IL_0027;
}
}
IL_0021:
{
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(__this, /*hidden argument*/NULL);
}
IL_0027:
{
IL2CPP_END_FINALLY(30)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(30)
{
IL2CPP_JUMP_TBL(0x28, IL_0028)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0028:
{
return;
}
}
// System.Void System.LocalDataStoreMgr::FreeDataSlot(System.Int32,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_FreeDataSlot_mD32D43F69A116AAE4F0233FD8DE999D81B3643FA (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, int32_t ___slot0, int64_t ___cookie1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr_FreeDataSlot_mD32D43F69A116AAE4F0233FD8DE999D81B3643FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (bool)0;
RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL);
}
IL_0007:
try
{ // begin try (depth: 1)
{
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(__this, (bool*)(&V_0), /*hidden argument*/NULL);
V_1 = 0;
goto IL_002a;
}
IL_0013:
{
List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * L_0 = __this->get_m_ManagedLocalDataStores_2();
int32_t L_1 = V_1;
NullCheck(L_0);
LocalDataStore_t6C2EF76DEFF7A28E1786284FA24CE62EAFC83BEE * L_2 = List_1_get_Item_mD27D84BD9B6ABB638EB1C85C37CEA1DBC7EB3537_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mD27D84BD9B6ABB638EB1C85C37CEA1DBC7EB3537_RuntimeMethod_var);
int32_t L_3 = ___slot0;
int64_t L_4 = ___cookie1;
NullCheck(L_2);
LocalDataStore_FreeData_m7DC3DC695D322B7F2ED47F357447D2790821B10C(L_2, L_3, L_4, /*hidden argument*/NULL);
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_002a:
{
int32_t L_6 = V_1;
List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * L_7 = __this->get_m_ManagedLocalDataStores_2();
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m417EECDB01F2D358551281253CC9E5A408B01572_inline(L_7, /*hidden argument*/List_1_get_Count_m417EECDB01F2D358551281253CC9E5A408B01572_RuntimeMethod_var);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_0013;
}
}
IL_0038:
{
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_9 = __this->get_m_SlotInfoTable_0();
int32_t L_10 = ___slot0;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (bool)0);
int32_t L_11 = ___slot0;
int32_t L_12 = __this->get_m_FirstAvailableSlot_1();
if ((((int32_t)L_11) >= ((int32_t)L_12)))
{
goto IL_0051;
}
}
IL_004a:
{
int32_t L_13 = ___slot0;
__this->set_m_FirstAvailableSlot_1(L_13);
}
IL_0051:
{
IL2CPP_LEAVE(0x5D, FINALLY_0053);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0053;
}
FINALLY_0053:
{ // begin finally (depth: 1)
{
bool L_14 = V_0;
if (!L_14)
{
goto IL_005c;
}
}
IL_0056:
{
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(__this, /*hidden argument*/NULL);
}
IL_005c:
{
IL2CPP_END_FINALLY(83)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(83)
{
IL2CPP_JUMP_TBL(0x5D, IL_005d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005d:
{
return;
}
}
// System.Void System.LocalDataStoreMgr::ValidateSlot(System.LocalDataStoreSlot)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_ValidateSlot_m7D28FF28A27A12AB0DD0F029B5A32EEB546B55E9 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * ___slot0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr_ValidateSlot_m7D28FF28A27A12AB0DD0F029B5A32EEB546B55E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_0 = ___slot0;
if (!L_0)
{
goto IL_000c;
}
}
{
LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * L_1 = ___slot0;
NullCheck(L_1);
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * L_2 = LocalDataStoreSlot_get_Manager_m75417D224C02173EC33CFD9BF494E82A70B21EDD_inline(L_1, /*hidden argument*/NULL);
if ((((RuntimeObject*)(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 *)L_2) == ((RuntimeObject*)(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 *)__this)))
{
goto IL_001c;
}
}
IL_000c:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral83266F61D5BE5A1B8CFE1DFE7E2B83410F5A6CE2, /*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);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, LocalDataStoreMgr_ValidateSlot_m7D28FF28A27A12AB0DD0F029B5A32EEB546B55E9_RuntimeMethod_var);
}
IL_001c:
{
return;
}
}
// System.Int32 System.LocalDataStoreMgr::GetSlotTableLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDataStoreMgr_GetSlotTableLength_mE37679FF2EE2BFE95424C5494E5159275D0EE920 (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, const RuntimeMethod* method)
{
{
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_0 = __this->get_m_SlotInfoTable_0();
NullCheck(L_0);
return (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
}
}
// System.Void System.LocalDataStoreMgr::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr__ctor_m8AB872E90E987DD5268F7484DE1DA726960073EB (LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalDataStoreMgr__ctor_m8AB872E90E987DD5268F7484DE1DA726960073EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_0 = (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
__this->set_m_SlotInfoTable_0(L_0);
List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D * L_1 = (List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D *)il2cpp_codegen_object_new(List_1_tA81E98B62587323D3D4019332A93BDF9F9E1163D_il2cpp_TypeInfo_var);
List_1__ctor_mE9560E61EBE0949DDA139866213E36AB1F51D535(L_1, /*hidden argument*/List_1__ctor_mE9560E61EBE0949DDA139866213E36AB1F51D535_RuntimeMethod_var);
__this->set_m_ManagedLocalDataStores_2(L_1);
Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 * L_2 = (Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08 *)il2cpp_codegen_object_new(Dictionary_2_tB2446BE20A444C4EB99DF3B94D5263DC7ACEBE08_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mF0DECB37208B782E5DC487657101B9FBFA2491C8(L_2, /*hidden argument*/Dictionary_2__ctor_mF0DECB37208B782E5DC487657101B9FBFA2491C8_RuntimeMethod_var);
__this->set_m_KeyToSlotMap_3(L_2);
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.LocalDataStoreSlot::.ctor(System.LocalDataStoreMgr,System.Int32,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreSlot__ctor_mB1C1592C2941720C53B2F21CBBB875667FF23D89 (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * __this, LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___mgr0, int32_t ___slot1, int64_t ___cookie2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * L_0 = ___mgr0;
__this->set_m_mgr_0(L_0);
int32_t L_1 = ___slot1;
__this->set_m_slot_1(L_1);
int64_t L_2 = ___cookie2;
__this->set_m_cookie_2(L_2);
return;
}
}
// System.LocalDataStoreMgr System.LocalDataStoreSlot::get_Manager()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * LocalDataStoreSlot_get_Manager_m75417D224C02173EC33CFD9BF494E82A70B21EDD (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * __this, const RuntimeMethod* method)
{
{
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * L_0 = __this->get_m_mgr_0();
return L_0;
}
}
// System.Int32 System.LocalDataStoreSlot::get_Slot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDataStoreSlot_get_Slot_m921BC8D705F8D4BB4D623B895B3DD6055166DD79 (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_slot_1();
return L_0;
}
}
// System.Int64 System.LocalDataStoreSlot::get_Cookie()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LocalDataStoreSlot_get_Cookie_m1D41A9C92E407A3AC6AB015F4663D0F260EBF2C5 (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_m_cookie_2();
return L_0;
}
}
// System.Void System.LocalDataStoreSlot::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreSlot_Finalize_m47EF70E9DF2C22893FBA4150F8A94F8B23590DD7 (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * __this, const RuntimeMethod* method)
{
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * V_0 = NULL;
int32_t V_1 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
{
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * L_0 = __this->get_m_mgr_0();
V_0 = L_0;
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
IL_000a:
{
IL2CPP_LEAVE(0x30, FINALLY_0029);
}
IL_000c:
{
int32_t L_2 = __this->get_m_slot_1();
V_1 = L_2;
__this->set_m_slot_1((-1));
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * L_3 = V_0;
int32_t L_4 = V_1;
int64_t L_5 = __this->get_m_cookie_2();
NullCheck(L_3);
LocalDataStoreMgr_FreeDataSlot_mD32D43F69A116AAE4F0233FD8DE999D81B3643FA(L_3, L_4, L_5, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x30, FINALLY_0029);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0029;
}
FINALLY_0029:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(41)
} // end finally (depth: 1)
IL2CPP_CLEANUP(41)
{
IL2CPP_JUMP_TBL(0x30, IL_0030)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0030:
{
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.MarshalByRefObject
IL2CPP_EXTERN_C void MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshal_pinvoke(const MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF& unmarshaled, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke& marshaled)
{
if (unmarshaled.get__identity_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__identity_0()))
{
marshaled.____identity_0 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get__identity_0()));
(marshaled.____identity_0)->AddRef();
}
else
{
marshaled.____identity_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get__identity_0());
}
}
else
{
marshaled.____identity_0 = NULL;
}
}
IL2CPP_EXTERN_C void MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshal_pinvoke_back(const MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke& marshaled, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.____identity_0 != NULL)
{
unmarshaled.set__identity_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.____identity_0, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__identity_0()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get__identity_0()), Il2CppIUnknown::IID, marshaled.____identity_0);
}
}
else
{
unmarshaled.set__identity_0(NULL);
}
}
// Conversion method for clean up from marshalling of: System.MarshalByRefObject
IL2CPP_EXTERN_C void MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshal_pinvoke_cleanup(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke& marshaled)
{
if (marshaled.____identity_0 != NULL)
{
(marshaled.____identity_0)->Release();
marshaled.____identity_0 = NULL;
}
}
// Conversion methods for marshalling of: System.MarshalByRefObject
IL2CPP_EXTERN_C void MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshal_com(const MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF& unmarshaled, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com& marshaled)
{
if (unmarshaled.get__identity_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__identity_0()))
{
marshaled.____identity_0 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get__identity_0()));
(marshaled.____identity_0)->AddRef();
}
else
{
marshaled.____identity_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get__identity_0());
}
}
else
{
marshaled.____identity_0 = NULL;
}
}
IL2CPP_EXTERN_C void MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshal_com_back(const MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com& marshaled, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.____identity_0 != NULL)
{
unmarshaled.set__identity_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.____identity_0, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__identity_0()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get__identity_0()), Il2CppIUnknown::IID, marshaled.____identity_0);
}
}
else
{
unmarshaled.set__identity_0(NULL);
}
}
// Conversion method for clean up from marshalling of: System.MarshalByRefObject
IL2CPP_EXTERN_C void MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshal_com_cleanup(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com& marshaled)
{
if (marshaled.____identity_0 != NULL)
{
(marshaled.____identity_0)->Release();
marshaled.____identity_0 = NULL;
}
}
// System.Void System.MarshalByRefObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::get_ObjectIdentity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 * MarshalByRefObject_get_ObjectIdentity_m7416B44A5332EFEB874C4E6A8100F22511D3997C (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MarshalByRefObject_get_ObjectIdentity_m7416B44A5332EFEB874C4E6A8100F22511D3997C_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, MarshalByRefObject_get_ObjectIdentity_m7416B44A5332EFEB874C4E6A8100F22511D3997C_RuntimeMethod_var);
}
}
// System.Void System.MarshalByRefObject::set_ObjectIdentity(System.Runtime.Remoting.ServerIdentity)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject_set_ObjectIdentity_mE1E420865553E02EA38D821EF08642EC35E891B2 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MarshalByRefObject_set_ObjectIdentity_mE1E420865553E02EA38D821EF08642EC35E891B2_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, MarshalByRefObject_set_ObjectIdentity_mE1E420865553E02EA38D821EF08642EC35E891B2_RuntimeMethod_var);
}
}
// System.Runtime.Remoting.ObjRef System.MarshalByRefObject::CreateObjRef(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * MarshalByRefObject_CreateObjRef_m5710DD1277B24CE674482A6672D8DF1CA7AE0C16 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, Type_t * ___requestedType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MarshalByRefObject_CreateObjRef_m5710DD1277B24CE674482A6672D8DF1CA7AE0C16_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, MarshalByRefObject_CreateObjRef_m5710DD1277B24CE674482A6672D8DF1CA7AE0C16_RuntimeMethod_var);
}
}
// System.Object System.MarshalByRefObject::InitializeLifetimeService()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MarshalByRefObject_InitializeLifetimeService_m9DA40CE045D04935ED21EA83D2AF57CD1EBF6B9D (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MarshalByRefObject_InitializeLifetimeService_m9DA40CE045D04935ED21EA83D2AF57CD1EBF6B9D_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, MarshalByRefObject_InitializeLifetimeService_m9DA40CE045D04935ED21EA83D2AF57CD1EBF6B9D_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Double System.Math::Asin(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Asin_mA845DF9FFC82CF7284C09A4D6A598F714219D792 (double ___d0)
{
return asin(___d0);
}
// System.Double System.Math::Atan(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Atan_m95D036588EE2D13FA24FC14AEEF873AABA7B5463 (double ___d0)
{
return atan(___d0);
}
// System.Double System.Math::Atan2(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Atan2_m848DC92AACB9FFBDC3D69311677367B3F51086D1 (double ___y0, double ___x1)
{
return atan2(___y0, ___x1);
}
// System.Double System.Math::Ceiling(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Ceiling_m379E37FEB7C1DC30F53CBFA8896E0DD0804C44C7 (double ___a0)
{
return ceil(___a0);
}
// System.Double System.Math::Cos(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Cos_m2A56736FA0ADF035FA2F54813C6C6E21D6C05F4C (double ___d0)
{
return cos(___d0);
}
// System.Double System.Math::Floor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Floor_mC3101A845FDA61AA1E9D4AC3C613F2A3F54332D8 (double ___d0)
{
return floor(___d0);
}
// System.Double System.Math::InternalRound(System.Double,System.Int32,System.MidpointRounding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_InternalRound_m3E40FD09D07392522A188C5E3065338C2BA17037 (double ___value0, int32_t ___digits1, int32_t ___mode2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_InternalRound_m3E40FD09D07392522A188C5E3065338C2BA17037_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_1 = fabs(L_0);
double L_2 = ((Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_StaticFields*)il2cpp_codegen_static_fields_for(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var))->get_doubleRoundLimit_0();
if ((!(((double)L_1) < ((double)L_2))))
{
goto IL_0052;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_3 = ((Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_StaticFields*)il2cpp_codegen_static_fields_for(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var))->get_roundPower10Double_2();
int32_t L_4 = ___digits1;
NullCheck(L_3);
int32_t L_5 = L_4;
double L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_0 = L_6;
double L_7 = ___value0;
double L_8 = V_0;
___value0 = ((double)il2cpp_codegen_multiply((double)L_7, (double)L_8));
int32_t L_9 = ___mode2;
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
goto IL_0045;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_10 = Math_SplitFractionDouble_m88260C271374C2523447550FAB21BC5EEA603216((double*)(double*)(((uintptr_t)(&___value0))), /*hidden argument*/NULL);
V_1 = L_10;
double L_11 = V_1;
double L_12 = fabs(L_11);
if ((!(((double)L_12) >= ((double)(0.5)))))
{
goto IL_004d;
}
}
{
double L_13 = ___value0;
double L_14 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_15 = Math_Sign_m2F240BD8BF9C88529F275F6ECDB91B3A2D087F85(L_14, /*hidden argument*/NULL);
___value0 = ((double)il2cpp_codegen_add((double)L_13, (double)(((double)((double)L_15)))));
goto IL_004d;
}
IL_0045:
{
double L_16 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_17 = bankers_round(L_16);
___value0 = L_17;
}
IL_004d:
{
double L_18 = ___value0;
double L_19 = V_0;
___value0 = ((double)((double)L_18/(double)L_19));
}
IL_0052:
{
double L_20 = ___value0;
return L_20;
}
}
// System.Double System.Math::Sin(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Sin_m70D30E020E871902B8610553CD000D7826B8B1DF (double ___a0)
{
return sin(___a0);
}
// System.Double System.Math::Tan(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Tan_m23A0B4BE65BEFF0ED6292CF3B033B19B99782C34 (double ___a0)
{
return tan(___a0);
}
// System.Double System.Math::Round(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_m92CC19B936A3FC72826AD3950A90E5D9EB7513FE (double ___a0)
{
return bankers_round(___a0);
}
// System.Double System.Math::Round(System.Double,System.MidpointRounding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_m7EE608A0B3B8C109464FF045B96657431387DC83 (double ___value0, int32_t ___mode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_Round_m7EE608A0B3B8C109464FF045B96657431387DC83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
int32_t L_1 = ___mode1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_2 = Math_Round_mD2CD3A561A8986FD852D651FD34CFF4754DF4839(L_0, 0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Double System.Math::Round(System.Double,System.Int32,System.MidpointRounding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_mD2CD3A561A8986FD852D651FD34CFF4754DF4839 (double ___value0, int32_t ___digits1, int32_t ___mode2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_Round_mD2CD3A561A8986FD852D651FD34CFF4754DF4839_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___digits1;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0009;
}
}
{
int32_t L_1 = ___digits1;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)15))))
{
goto IL_001e;
}
}
IL_0009:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral691E5B6394D50B7BD53C8277301E79B8DA9F0243, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral1CC8D40E2AD6A337A6AB8C75ECEC0B05071A07FB, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Math_Round_mD2CD3A561A8986FD852D651FD34CFF4754DF4839_RuntimeMethod_var);
}
IL_001e:
{
int32_t L_4 = ___mode2;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_0026;
}
}
{
int32_t L_5 = ___mode2;
if ((((int32_t)L_5) <= ((int32_t)1)))
{
goto IL_0052;
}
}
IL_0026:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
int32_t L_8 = ___mode2;
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(MidpointRounding_t458D56BA077AD42C4E857EB00CF6E8AC43761409_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_7;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral2C7E616E4A86A57A7A0199B5BEB1B46F48C27E21);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2C7E616E4A86A57A7A0199B5BEB1B46F48C27E21);
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC59407507AE1F649236A2EEBAC9A915C6097F46A, L_11, /*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, _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, Math_Round_mD2CD3A561A8986FD852D651FD34CFF4754DF4839_RuntimeMethod_var);
}
IL_0052:
{
double L_14 = ___value0;
int32_t L_15 = ___digits1;
int32_t L_16 = ___mode2;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_17 = Math_InternalRound_m3E40FD09D07392522A188C5E3065338C2BA17037(L_14, L_15, L_16, /*hidden argument*/NULL);
return L_17;
}
}
// System.Double System.Math::SplitFractionDouble(System.Double*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_SplitFractionDouble_m88260C271374C2523447550FAB21BC5EEA603216 (double* ___value0, const RuntimeMethod* method)
{
typedef double (*Math_SplitFractionDouble_m88260C271374C2523447550FAB21BC5EEA603216_ftn) (double*);
using namespace il2cpp::icalls;
return ((Math_SplitFractionDouble_m88260C271374C2523447550FAB21BC5EEA603216_ftn)mscorlib::System::Math::SplitFractionDouble) (___value0);
}
// System.Double System.Math::Sqrt(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Sqrt_mB2008A97F28A0FC333E8DA31C6B1731D015BF5D2 (double ___d0)
{
return sqrt(___d0);
}
// System.Double System.Math::Log(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_mD51F54D254E1380E2317F19403E67DFB15008CD9 (double ___d0)
{
return log(___d0);
}
// System.Double System.Math::Pow(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1 (double ___x0, double ___y1, const RuntimeMethod* method)
{
typedef double (*Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1_ftn) (double, double);
using namespace il2cpp::icalls;
return ((Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1_ftn)mscorlib::System::Math::Pow) (___x0, ___y1);
}
// System.Int32 System.Math::Abs(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Abs_m7F5374AE27F11C3FFBB648DA0EE075317C37C097 (int32_t ___value0)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_Abs_m7F5374AE27F11C3FFBB648DA0EE075317C37C097_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0006;
}
}
{
int32_t L_1 = ___value0;
return L_1;
}
IL_0006:
{
int32_t L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_3 = Math_AbsHelper_mBB53E92A37FF9A4AD65D354BBAC103F935C20802(L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.Math::AbsHelper(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_AbsHelper_mBB53E92A37FF9A4AD65D354BBAC103F935C20802 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_AbsHelper_mBB53E92A37FF9A4AD65D354BBAC103F935C20802_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2147483648LL)))))
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CB021F4DE5A59C914CE2FD45BD52E5CA6A397FC, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Math_AbsHelper_mBB53E92A37FF9A4AD65D354BBAC103F935C20802_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___value0;
return ((-L_3));
}
}
// System.Int64 System.Math::Abs(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_Abs_m323BC830110D686220157176AB896AF8DEDFC7D6 (int64_t ___value0)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_Abs_m323BC830110D686220157176AB896AF8DEDFC7D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0007;
}
}
{
int64_t L_1 = ___value0;
return L_1;
}
IL_0007:
{
int64_t L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int64_t L_3 = Math_AbsHelper_mB251ADF7F607888C8B0A87C4441CB2BEF89CC8F4(L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int64 System.Math::AbsHelper(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_AbsHelper_mB251ADF7F607888C8B0A87C4441CB2BEF89CC8F4 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_AbsHelper_mB251ADF7F607888C8B0A87C4441CB2BEF89CC8F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) == ((uint64_t)((int64_t)(std::numeric_limits<int64_t>::min)())))))
{
goto IL_001c;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CB021F4DE5A59C914CE2FD45BD52E5CA6A397FC, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_2 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Math_AbsHelper_mB251ADF7F607888C8B0A87C4441CB2BEF89CC8F4_RuntimeMethod_var);
}
IL_001c:
{
int64_t L_3 = ___value0;
return ((-L_3));
}
}
// System.Single System.Math::Abs(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Abs_mF0B5B265075406BE063F1D0E561DC17779EC5174 (float ___value0)
{
return fabsf(___value0);
}
// System.Double System.Math::Abs(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Abs_m7994C39FCBDC03DD2858BD906A2535BE997AE2B1 (double ___value0)
{
return fabs(___value0);
}
// System.Byte System.Math::Max(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Math_Max_m1BF8F05475C80682F5C2127D97C2DF9C66505CAE (uint8_t ___val10, uint8_t ___val21, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___val10;
uint8_t L_1 = ___val21;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_0006;
}
}
{
uint8_t L_2 = ___val21;
return L_2;
}
IL_0006:
{
uint8_t L_3 = ___val10;
return L_3;
}
}
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method)
{
{
int32_t L_0 = ___val10;
int32_t L_1 = ___val21;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_0006;
}
}
{
int32_t L_2 = ___val21;
return L_2;
}
IL_0006:
{
int32_t L_3 = ___val10;
return L_3;
}
}
// System.Single System.Math::Max(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Max_m545895C37C1F738BBB653CA1F65E50FF1D197675 (float ___val10, float ___val21, const RuntimeMethod* method)
{
{
float L_0 = ___val10;
float L_1 = ___val21;
if ((!(((float)L_0) > ((float)L_1))))
{
goto IL_0006;
}
}
{
float L_2 = ___val10;
return L_2;
}
IL_0006:
{
float L_3 = ___val10;
bool L_4 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0010;
}
}
{
float L_5 = ___val10;
return L_5;
}
IL_0010:
{
float L_6 = ___val21;
return L_6;
}
}
// System.Int16 System.Math::Min(System.Int16,System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Math_Min_mABAED9298A57E043A0DBB5AA1DA881BC2FB5AD03 (int16_t ___val10, int16_t ___val21, const RuntimeMethod* method)
{
{
int16_t L_0 = ___val10;
int16_t L_1 = ___val21;
if ((((int32_t)L_0) <= ((int32_t)L_1)))
{
goto IL_0006;
}
}
{
int16_t L_2 = ___val21;
return L_2;
}
IL_0006:
{
int16_t L_3 = ___val10;
return L_3;
}
}
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method)
{
{
int32_t L_0 = ___val10;
int32_t L_1 = ___val21;
if ((((int32_t)L_0) <= ((int32_t)L_1)))
{
goto IL_0006;
}
}
{
int32_t L_2 = ___val21;
return L_2;
}
IL_0006:
{
int32_t L_3 = ___val10;
return L_3;
}
}
// System.Single System.Math::Min(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Min_mB77A95F6A1FE3B8E7CD784F20AF4E1C908B5E9CD (float ___val10, float ___val21, const RuntimeMethod* method)
{
{
float L_0 = ___val10;
float L_1 = ___val21;
if ((!(((float)L_0) < ((float)L_1))))
{
goto IL_0006;
}
}
{
float L_2 = ___val10;
return L_2;
}
IL_0006:
{
float L_3 = ___val10;
bool L_4 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0010;
}
}
{
float L_5 = ___val10;
return L_5;
}
IL_0010:
{
float L_6 = ___val21;
return L_6;
}
}
// System.Double System.Math::Min(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Min_m18EB8E9F2EBAF3ACB521CDB9BBC4E358103F3075 (double ___val10, double ___val21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_Min_m18EB8E9F2EBAF3ACB521CDB9BBC4E358103F3075_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___val10;
double L_1 = ___val21;
if ((!(((double)L_0) < ((double)L_1))))
{
goto IL_0006;
}
}
{
double L_2 = ___val10;
return L_2;
}
IL_0006:
{
double L_3 = ___val10;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_4 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0010;
}
}
{
double L_5 = ___val10;
return L_5;
}
IL_0010:
{
double L_6 = ___val21;
return L_6;
}
}
// System.Double System.Math::Log(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_m5C457D6A666677B3E260C571049528D5BE93B7AF (double ___a0, double ___newBase1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_Log_m5C457D6A666677B3E260C571049528D5BE93B7AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___a0;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_1 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
double L_2 = ___a0;
return L_2;
}
IL_000a:
{
double L_3 = ___newBase1;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_4 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0014;
}
}
{
double L_5 = ___newBase1;
return L_5;
}
IL_0014:
{
double L_6 = ___newBase1;
if ((!(((double)L_6) == ((double)(1.0)))))
{
goto IL_002a;
}
}
{
return (std::numeric_limits<double>::quiet_NaN());
}
IL_002a:
{
double L_7 = ___a0;
if ((((double)L_7) == ((double)(1.0))))
{
goto IL_0054;
}
}
{
double L_8 = ___newBase1;
if ((((double)L_8) == ((double)(0.0))))
{
goto IL_004a;
}
}
{
double L_9 = ___newBase1;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_10 = Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0054;
}
}
IL_004a:
{
return (std::numeric_limits<double>::quiet_NaN());
}
IL_0054:
{
double L_11 = ___a0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_12 = log(L_11);
double L_13 = ___newBase1;
double L_14 = log(L_13);
return ((double)((double)L_12/(double)L_14));
}
}
// System.Int32 System.Math::Sign(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Sign_m8C0963E4992A48D6B42EB2839A36BA7E14C5AD58 (int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0006;
}
}
{
return (-1);
}
IL_0006:
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_000c;
}
}
{
return 1;
}
IL_000c:
{
return 0;
}
}
// System.Int32 System.Math::Sign(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Sign_m2F240BD8BF9C88529F275F6ECDB91B3A2D087F85 (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math_Sign_m2F240BD8BF9C88529F275F6ECDB91B3A2D087F85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
if ((!(((double)L_0) < ((double)(0.0)))))
{
goto IL_000e;
}
}
{
return (-1);
}
IL_000e:
{
double L_1 = ___value0;
if ((!(((double)L_1) > ((double)(0.0)))))
{
goto IL_001c;
}
}
{
return 1;
}
IL_001c:
{
double L_2 = ___value0;
if ((!(((double)L_2) == ((double)(0.0)))))
{
goto IL_002a;
}
}
{
return 0;
}
IL_002a:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB90825201801B23955B563B15AD7E7365DB79833, /*hidden argument*/NULL);
ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 * L_4 = (ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 *)il2cpp_codegen_object_new(ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269_il2cpp_TypeInfo_var);
ArithmeticException__ctor_mAE18F94959F9827DEA553C7C2F3C5568BEC81CCF(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Math_Sign_m2F240BD8BF9C88529F275F6ECDB91B3A2D087F85_RuntimeMethod_var);
}
}
// System.Void System.Math::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Math__cctor_m74DAC117CAF47A5126D22880C729D8B4991DC62E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Math__cctor_m74DAC117CAF47A5126D22880C729D8B4991DC62E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_StaticFields*)il2cpp_codegen_static_fields_for(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var))->set_doubleRoundLimit_0((1.0E+16));
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_0 = (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)SZArrayNew(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_StaticFields*)il2cpp_codegen_static_fields_for(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var))->set_roundPower10Double_2(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.MemberAccessException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_mDD27777FCB5B591E3A785846CB00EC52CBDEA4D7 (MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MemberAccessException__ctor_mDD27777FCB5B591E3A785846CB00EC52CBDEA4D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral71071FE5B0CC6568A7A21FDD842333F6D6361758, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233062), /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233062), /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
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.MethodAccessException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodAccessException__ctor_mA04BCF385465A563D2B65C08391624EAE14C33C8 (MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MethodAccessException__ctor_mA04BCF385465A563D2B65C08391624EAE14C33C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAF7D82A0090AC7ECC269B2EBAD304900F101A823, /*hidden argument*/NULL);
MemberAccessException__ctor_m9190C2717422BB9A0C877B8C1493A75521AB8101(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233072), /*hidden argument*/NULL);
return;
}
}
// System.Void System.MethodAccessException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodAccessException__ctor_mBC54C2BEC46E52E74AE9DF3B3D41819AEA2FA714 (MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB * __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)-2146233072), /*hidden argument*/NULL);
return;
}
}
// System.Void System.MethodAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodAccessException__ctor_m7F24FEEE2E046704E26BC49032DFF0F0A5626C57 (MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB * __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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.MissingFieldException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingFieldException__ctor_m61B031B5A45BA495D873FBFFD8481A95489A54A4 (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MissingFieldException__ctor_m61B031B5A45BA495D873FBFFD8481A95489A54A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral854D8C35482A3B8FFE553FACB75F29D1167E941B, /*hidden argument*/NULL);
MissingMemberException__ctor_m2F8C7F0015B6EFEC5BD07F8240D53C2AEE4649DC(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233071), /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
String_t* L_0 = ___message0;
MissingMemberException__ctor_m2F8C7F0015B6EFEC5BD07F8240D53C2AEE4649DC(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233071), /*hidden argument*/NULL);
return;
}
}
// System.Void System.MissingFieldException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingFieldException__ctor_mAFD85CDF48A80CCFDA078ADA416D50DA12A0A4DA (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
MissingMemberException__ctor_mE928DEDD684F9B56B2D739CC7C0D36F189B9BC13(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.String System.MissingFieldException::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MissingFieldException_get_Message_m43F026B46192C9A79B507F6D1E69C163C07B1254 (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MissingFieldException_get_Message_m43F026B46192C9A79B507F6D1E69C163C07B1254_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B4_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_2 = NULL;
String_t* G_B4_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL;
String_t* G_B3_3 = NULL;
String_t* G_B5_0 = NULL;
int32_t G_B5_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_3 = NULL;
String_t* G_B5_4 = NULL;
{
String_t* L_0 = ((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->get_ClassName_17();
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = MissingMemberException_get_Message_m3995693C813787B7034776FC6F82C0DF7BDBC619(__this, /*hidden argument*/NULL);
return L_1;
}
IL_000f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->get_Signature_19();
G_B3_0 = 0;
G_B3_1 = L_3;
G_B3_2 = L_3;
G_B3_3 = _stringLiteralA3F4A5587A5729C3EFB8474E3AAA2722613DD4DB;
if (L_4)
{
G_B4_0 = 0;
G_B4_1 = L_3;
G_B4_2 = L_3;
G_B4_3 = _stringLiteralA3F4A5587A5729C3EFB8474E3AAA2722613DD4DB;
goto IL_002b;
}
}
{
G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
G_B5_4 = G_B3_3;
goto IL_0040;
}
IL_002b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->get_Signature_19();
String_t* L_6 = MissingMemberException_FormatSignature_m3C89B3C272FB5A8C115D418C36E8F24CD38D1B41(L_5, /*hidden argument*/NULL);
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
G_B5_0 = L_7;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
G_B5_3 = G_B4_2;
G_B5_4 = G_B4_3;
}
IL_0040:
{
String_t* L_8 = ((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->get_ClassName_17();
String_t* L_9 = ((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->get_MemberName_18();
String_t* L_10 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(G_B5_0, L_8, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_9, /*hidden argument*/NULL);
NullCheck(G_B5_2);
ArrayElementTypeCheck (G_B5_2, L_10);
(G_B5_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B5_1), (RuntimeObject *)L_10);
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(G_B5_4, G_B5_3, /*hidden argument*/NULL);
return L_11;
}
}
// System.Void System.MissingFieldException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingFieldException__ctor_mF260FD0D1BE406C65C594B5D91E62788A7AD649E (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * __this, String_t* ___className0, String_t* ___fieldName1, const RuntimeMethod* method)
{
{
MissingMemberException__ctor_m0E998DF25E681F352D27BD1575F45AD78788F481(__this, /*hidden argument*/NULL);
String_t* L_0 = ___className0;
((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->set_ClassName_17(L_0);
String_t* L_1 = ___fieldName1;
((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->set_MemberName_18(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.MissingMemberException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m0E998DF25E681F352D27BD1575F45AD78788F481 (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MissingMemberException__ctor_m0E998DF25E681F352D27BD1575F45AD78788F481_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE823D95FC8DE056EA2DD064AAB872C4F18B15938, /*hidden argument*/NULL);
MemberAccessException__ctor_m9190C2717422BB9A0C877B8C1493A75521AB8101(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233070), /*hidden argument*/NULL);
return;
}
}
// System.Void System.MissingMemberException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m2F8C7F0015B6EFEC5BD07F8240D53C2AEE4649DC (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __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)-2146233070), /*hidden argument*/NULL);
return;
}
}
// System.Void System.MissingMemberException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_mE928DEDD684F9B56B2D739CC7C0D36F189B9BC13 (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MissingMemberException__ctor_mE928DEDD684F9B56B2D739CC7C0D36F189B9BC13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
MemberAccessException__ctor_m8D560A4375A75BBD6631BE42402BC4B41B8F7E5F(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
NullCheck(L_2);
String_t* L_3 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_2, _stringLiteral0547FFE19A268F683E119C580E67B2822ECB1CA8, /*hidden argument*/NULL);
__this->set_ClassName_17(L_3);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
NullCheck(L_4);
String_t* L_5 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_4, _stringLiteralF21F90700909B9F6000A5EDC822B69CE57F0FC2B, /*hidden argument*/NULL);
__this->set_MemberName_18(L_5);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral6EB197EFF2520A15200111CB1E6DCAAF5ADB14E4, L_8, /*hidden argument*/NULL);
__this->set_Signature_19(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_9, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
return;
}
}
// System.String System.MissingMemberException::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MissingMemberException_get_Message_m3995693C813787B7034776FC6F82C0DF7BDBC619 (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MissingMemberException_get_Message_m3995693C813787B7034776FC6F82C0DF7BDBC619_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B4_0 = NULL;
String_t* G_B4_1 = NULL;
String_t* G_B4_2 = NULL;
int32_t G_B4_3 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_4 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_5 = NULL;
String_t* G_B4_6 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B3_1 = NULL;
String_t* G_B3_2 = NULL;
int32_t G_B3_3 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_4 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_5 = NULL;
String_t* G_B3_6 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B5_1 = NULL;
String_t* G_B5_2 = NULL;
String_t* G_B5_3 = NULL;
int32_t G_B5_4 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_5 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_6 = NULL;
String_t* G_B5_7 = NULL;
{
String_t* L_0 = __this->get_ClassName_17();
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD(__this, /*hidden argument*/NULL);
return L_1;
}
IL_000f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
String_t* L_4 = __this->get_ClassName_17();
String_t* L_5 = __this->get_MemberName_18();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_Signature_19();
G_B3_0 = L_5;
G_B3_1 = _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
G_B3_2 = L_4;
G_B3_3 = 0;
G_B3_4 = L_3;
G_B3_5 = L_3;
G_B3_6 = _stringLiteralE1E79CC3983700F455A4D5F772D7BDA5995AB2F8;
if (L_6)
{
G_B4_0 = L_5;
G_B4_1 = _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
G_B4_2 = L_4;
G_B4_3 = 0;
G_B4_4 = L_3;
G_B4_5 = L_3;
G_B4_6 = _stringLiteralE1E79CC3983700F455A4D5F772D7BDA5995AB2F8;
goto IL_003c;
}
}
{
G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
G_B5_4 = G_B3_3;
G_B5_5 = G_B3_4;
G_B5_6 = G_B3_5;
G_B5_7 = G_B3_6;
goto IL_0051;
}
IL_003c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_Signature_19();
String_t* L_8 = MissingMemberException_FormatSignature_m3C89B3C272FB5A8C115D418C36E8F24CD38D1B41(L_7, /*hidden argument*/NULL);
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_8, /*hidden argument*/NULL);
G_B5_0 = L_9;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
G_B5_3 = G_B4_2;
G_B5_4 = G_B4_3;
G_B5_5 = G_B4_4;
G_B5_6 = G_B4_5;
G_B5_7 = G_B4_6;
}
IL_0051:
{
String_t* L_10 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL);
NullCheck(G_B5_5);
ArrayElementTypeCheck (G_B5_5, L_10);
(G_B5_5)->SetAt(static_cast<il2cpp_array_size_t>(G_B5_4), (RuntimeObject *)L_10);
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(G_B5_7, G_B5_6, /*hidden argument*/NULL);
return L_11;
}
}
// System.String System.MissingMemberException::FormatSignature(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MissingMemberException_FormatSignature_m3C89B3C272FB5A8C115D418C36E8F24CD38D1B41 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature0, const RuntimeMethod* method)
{
typedef String_t* (*MissingMemberException_FormatSignature_m3C89B3C272FB5A8C115D418C36E8F24CD38D1B41_ftn) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*);
using namespace il2cpp::icalls;
return ((MissingMemberException_FormatSignature_m3C89B3C272FB5A8C115D418C36E8F24CD38D1B41_ftn)mscorlib::System::MissingMemberException::FormatSignature) (___signature0);
}
// System.Void System.MissingMemberException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException_GetObjectData_m8C3183FC543A5EFC6C43E57C4EFD46003B2A09BA (MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MissingMemberException_GetObjectData_m8C3183FC543A5EFC6C43E57C4EFD46003B2A09BA_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, MissingMemberException_GetObjectData_m8C3183FC543A5EFC6C43E57C4EFD46003B2A09BA_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_3 = ___context1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_2, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
String_t* L_5 = __this->get_ClassName_17();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (String_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_4);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_4, _stringLiteral0547FFE19A268F683E119C580E67B2822ECB1CA8, L_5, L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0;
String_t* L_9 = __this->get_MemberName_18();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
NullCheck(L_8);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_8, _stringLiteralF21F90700909B9F6000A5EDC822B69CE57F0FC2B, L_9, L_11, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___info0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_Signature_19();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
NullCheck(L_12);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_12, _stringLiteral6EB197EFF2520A15200111CB1E6DCAAF5ADB14E4, (RuntimeObject *)(RuntimeObject *)L_13, L_15, /*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.MissingMethodException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m1DF6EAD8AE77C7C77D64E7FAE249FE024C56EB71 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MissingMethodException__ctor_m1DF6EAD8AE77C7C77D64E7FAE249FE024C56EB71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral933E9DEDE3C0119BCED3AEE351569D160C28BC18, /*hidden argument*/NULL);
MissingMemberException__ctor_m2F8C7F0015B6EFEC5BD07F8240D53C2AEE4649DC(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233069), /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
String_t* L_0 = ___message0;
MissingMemberException__ctor_m2F8C7F0015B6EFEC5BD07F8240D53C2AEE4649DC(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233069), /*hidden argument*/NULL);
return;
}
}
// System.Void System.MissingMethodException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m453CCCA39C8DE671F2CD3E0ECB1378091CE777F5 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
MissingMemberException__ctor_mE928DEDD684F9B56B2D739CC7C0D36F189B9BC13(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.String System.MissingMethodException::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MissingMethodException_get_Message_mD35DBB99C4AC01DB84CEABD0A4C84877C85DF7BA (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MissingMethodException_get_Message_mD35DBB99C4AC01DB84CEABD0A4C84877C85DF7BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->get_ClassName_17();
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = MissingMemberException_get_Message_m3995693C813787B7034776FC6F82C0DF7BDBC619(__this, /*hidden argument*/NULL);
return L_1;
}
IL_000f:
{
String_t* L_2 = ((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->get_ClassName_17();
String_t* L_3 = ((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->get_MemberName_18();
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_3, /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = __this->get_signature_20();
bool L_6 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0045;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_8 = __this->get_signature_20();
String_t* L_9 = V_0;
String_t* L_10 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_7, L_8, L_9, /*hidden argument*/NULL);
V_0 = L_10;
}
IL_0045:
{
String_t* L_11 = ((Exception_t *)__this)->get__message_2();
bool L_12 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0064;
}
}
{
String_t* L_13 = V_0;
String_t* L_14 = ((Exception_t *)__this)->get__message_2();
String_t* L_15 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_13, _stringLiteral8FF423F750EAB821AF9F4C9C956D5052DFEF62AF, L_14, /*hidden argument*/NULL);
V_0 = L_15;
}
IL_0064:
{
String_t* L_16 = V_0;
return L_16;
}
}
// System.Void System.MissingMethodException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_mEE8869A7C1042B1286DCD4D91DA67BF0D06E0452 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, String_t* ___className0, String_t* ___methodName1, const RuntimeMethod* method)
{
{
MissingMemberException__ctor_m0E998DF25E681F352D27BD1575F45AD78788F481(__this, /*hidden argument*/NULL);
String_t* L_0 = ___className0;
((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->set_ClassName_17(L_0);
String_t* L_1 = ___methodName1;
((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->set_MemberName_18(L_1);
return;
}
}
// System.Void System.MissingMethodException::.ctor(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m1A9B0ECE72376B35C4670DEB73B93ED64D46B3D5 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, String_t* ___className0, String_t* ___methodName1, String_t* ___signature2, String_t* ___message3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message3;
MissingMemberException__ctor_m2F8C7F0015B6EFEC5BD07F8240D53C2AEE4649DC(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = ___className0;
((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->set_ClassName_17(L_1);
String_t* L_2 = ___methodName1;
((MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD *)__this)->set_MemberName_18(L_2);
String_t* L_3 = ___signature2;
__this->set_signature_20(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
// Conversion methods for marshalling of: System.MonoAsyncCall
IL2CPP_EXTERN_C void MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshal_pinvoke(const MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD& unmarshaled, MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshaled_pinvoke& marshaled)
{
if (unmarshaled.get_msg_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_msg_0()))
{
marshaled.___msg_0 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_msg_0()));
(marshaled.___msg_0)->AddRef();
}
else
{
marshaled.___msg_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_msg_0());
}
}
else
{
marshaled.___msg_0 = NULL;
}
marshaled.___cb_method_1 = unmarshaled.get_cb_method_1();
if (unmarshaled.get_cb_target_2() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_cb_target_2()))
{
marshaled.___cb_target_2 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_cb_target_2()));
(marshaled.___cb_target_2)->AddRef();
}
else
{
marshaled.___cb_target_2 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_cb_target_2());
}
}
else
{
marshaled.___cb_target_2 = NULL;
}
if (unmarshaled.get_state_3() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_state_3()))
{
marshaled.___state_3 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_state_3()));
(marshaled.___state_3)->AddRef();
}
else
{
marshaled.___state_3 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_state_3());
}
}
else
{
marshaled.___state_3 = NULL;
}
if (unmarshaled.get_res_4() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_res_4()))
{
marshaled.___res_4 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_res_4()));
(marshaled.___res_4)->AddRef();
}
else
{
marshaled.___res_4 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_res_4());
}
}
else
{
marshaled.___res_4 = NULL;
}
if (unmarshaled.get_out_args_5() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_out_args_5()))
{
marshaled.___out_args_5 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_out_args_5()));
(marshaled.___out_args_5)->AddRef();
}
else
{
marshaled.___out_args_5 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_out_args_5());
}
}
else
{
marshaled.___out_args_5 = NULL;
}
}
IL2CPP_EXTERN_C void MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshal_pinvoke_back(const MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshaled_pinvoke& marshaled, MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___msg_0 != NULL)
{
unmarshaled.set_msg_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___msg_0, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_msg_0()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_msg_0()), Il2CppIUnknown::IID, marshaled.___msg_0);
}
}
else
{
unmarshaled.set_msg_0(NULL);
}
intptr_t unmarshaled_cb_method_temp_1;
memset((&unmarshaled_cb_method_temp_1), 0, sizeof(unmarshaled_cb_method_temp_1));
unmarshaled_cb_method_temp_1 = marshaled.___cb_method_1;
unmarshaled.set_cb_method_1(unmarshaled_cb_method_temp_1);
if (marshaled.___cb_target_2 != NULL)
{
unmarshaled.set_cb_target_2(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___cb_target_2, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_cb_target_2()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_cb_target_2()), Il2CppIUnknown::IID, marshaled.___cb_target_2);
}
}
else
{
unmarshaled.set_cb_target_2(NULL);
}
if (marshaled.___state_3 != NULL)
{
unmarshaled.set_state_3(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___state_3, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_state_3()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_state_3()), Il2CppIUnknown::IID, marshaled.___state_3);
}
}
else
{
unmarshaled.set_state_3(NULL);
}
if (marshaled.___res_4 != NULL)
{
unmarshaled.set_res_4(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___res_4, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_res_4()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_res_4()), Il2CppIUnknown::IID, marshaled.___res_4);
}
}
else
{
unmarshaled.set_res_4(NULL);
}
if (marshaled.___out_args_5 != NULL)
{
unmarshaled.set_out_args_5(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___out_args_5, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_out_args_5()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_out_args_5()), Il2CppIUnknown::IID, marshaled.___out_args_5);
}
}
else
{
unmarshaled.set_out_args_5(NULL);
}
}
// Conversion method for clean up from marshalling of: System.MonoAsyncCall
IL2CPP_EXTERN_C void MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshal_pinvoke_cleanup(MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshaled_pinvoke& marshaled)
{
if (marshaled.___msg_0 != NULL)
{
(marshaled.___msg_0)->Release();
marshaled.___msg_0 = NULL;
}
if (marshaled.___cb_target_2 != NULL)
{
(marshaled.___cb_target_2)->Release();
marshaled.___cb_target_2 = NULL;
}
if (marshaled.___state_3 != NULL)
{
(marshaled.___state_3)->Release();
marshaled.___state_3 = NULL;
}
if (marshaled.___res_4 != NULL)
{
(marshaled.___res_4)->Release();
marshaled.___res_4 = NULL;
}
if (marshaled.___out_args_5 != NULL)
{
(marshaled.___out_args_5)->Release();
marshaled.___out_args_5 = NULL;
}
}
// Conversion methods for marshalling of: System.MonoAsyncCall
IL2CPP_EXTERN_C void MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshal_com(const MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD& unmarshaled, MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshaled_com& marshaled)
{
if (unmarshaled.get_msg_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_msg_0()))
{
marshaled.___msg_0 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_msg_0()));
(marshaled.___msg_0)->AddRef();
}
else
{
marshaled.___msg_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_msg_0());
}
}
else
{
marshaled.___msg_0 = NULL;
}
marshaled.___cb_method_1 = unmarshaled.get_cb_method_1();
if (unmarshaled.get_cb_target_2() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_cb_target_2()))
{
marshaled.___cb_target_2 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_cb_target_2()));
(marshaled.___cb_target_2)->AddRef();
}
else
{
marshaled.___cb_target_2 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_cb_target_2());
}
}
else
{
marshaled.___cb_target_2 = NULL;
}
if (unmarshaled.get_state_3() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_state_3()))
{
marshaled.___state_3 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_state_3()));
(marshaled.___state_3)->AddRef();
}
else
{
marshaled.___state_3 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_state_3());
}
}
else
{
marshaled.___state_3 = NULL;
}
if (unmarshaled.get_res_4() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_res_4()))
{
marshaled.___res_4 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_res_4()));
(marshaled.___res_4)->AddRef();
}
else
{
marshaled.___res_4 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_res_4());
}
}
else
{
marshaled.___res_4 = NULL;
}
if (unmarshaled.get_out_args_5() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_out_args_5()))
{
marshaled.___out_args_5 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_out_args_5()));
(marshaled.___out_args_5)->AddRef();
}
else
{
marshaled.___out_args_5 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_out_args_5());
}
}
else
{
marshaled.___out_args_5 = NULL;
}
}
IL2CPP_EXTERN_C void MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshal_com_back(const MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshaled_com& marshaled, MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___msg_0 != NULL)
{
unmarshaled.set_msg_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___msg_0, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_msg_0()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_msg_0()), Il2CppIUnknown::IID, marshaled.___msg_0);
}
}
else
{
unmarshaled.set_msg_0(NULL);
}
intptr_t unmarshaled_cb_method_temp_1;
memset((&unmarshaled_cb_method_temp_1), 0, sizeof(unmarshaled_cb_method_temp_1));
unmarshaled_cb_method_temp_1 = marshaled.___cb_method_1;
unmarshaled.set_cb_method_1(unmarshaled_cb_method_temp_1);
if (marshaled.___cb_target_2 != NULL)
{
unmarshaled.set_cb_target_2(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___cb_target_2, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_cb_target_2()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_cb_target_2()), Il2CppIUnknown::IID, marshaled.___cb_target_2);
}
}
else
{
unmarshaled.set_cb_target_2(NULL);
}
if (marshaled.___state_3 != NULL)
{
unmarshaled.set_state_3(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___state_3, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_state_3()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_state_3()), Il2CppIUnknown::IID, marshaled.___state_3);
}
}
else
{
unmarshaled.set_state_3(NULL);
}
if (marshaled.___res_4 != NULL)
{
unmarshaled.set_res_4(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___res_4, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_res_4()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_res_4()), Il2CppIUnknown::IID, marshaled.___res_4);
}
}
else
{
unmarshaled.set_res_4(NULL);
}
if (marshaled.___out_args_5 != NULL)
{
unmarshaled.set_out_args_5(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___out_args_5, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_out_args_5()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_out_args_5()), Il2CppIUnknown::IID, marshaled.___out_args_5);
}
}
else
{
unmarshaled.set_out_args_5(NULL);
}
}
// Conversion method for clean up from marshalling of: System.MonoAsyncCall
IL2CPP_EXTERN_C void MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshal_com_cleanup(MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD_marshaled_com& marshaled)
{
if (marshaled.___msg_0 != NULL)
{
(marshaled.___msg_0)->Release();
marshaled.___msg_0 = NULL;
}
if (marshaled.___cb_target_2 != NULL)
{
(marshaled.___cb_target_2)->Release();
marshaled.___cb_target_2 = NULL;
}
if (marshaled.___state_3 != NULL)
{
(marshaled.___state_3)->Release();
marshaled.___state_3 = NULL;
}
if (marshaled.___res_4 != NULL)
{
(marshaled.___res_4)->Release();
marshaled.___res_4 = NULL;
}
if (marshaled.___out_args_5 != NULL)
{
(marshaled.___out_args_5)->Release();
marshaled.___out_args_5 = NULL;
}
}
// System.Void System.MonoAsyncCall::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoAsyncCall__ctor_m1FB07E7294A663C855884FEDB344A5F70F414F12 (MonoAsyncCall_t5D4F895C7FEF7A36A60AFD3C64078A86BAF681FD * __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.Boolean System.MonoCustomAttrs::IsUserCattrProvider(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsUserCattrProvider_m9B868B5F0A99FE40FD0CC0387036A0E9BBB75932 (RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_IsUserCattrProvider_m9B868B5F0A99FE40FD0CC0387036A0E9BBB75932_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (!((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)((Type_t *)IsInstClass((RuntimeObject*)L_0, Type_t_il2cpp_TypeInfo_var)), RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)))
{
goto IL_000f;
}
}
{
return (bool)0;
}
IL_000f:
{
RuntimeObject * L_1 = ___obj0;
if (!((Type_t *)IsInstClass((RuntimeObject*)L_1, Type_t_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
return (bool)1;
}
IL_0019:
{
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
Assembly_t * L_2 = ((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->get_corlib_0();
bool L_3 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_2, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_003a;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_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_5);
Assembly_t * L_6 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_5);
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->set_corlib_0(L_6);
}
IL_003a:
{
RuntimeObject * L_7 = ___obj0;
NullCheck(L_7);
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
Assembly_t * L_9 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_8);
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
Assembly_t * L_10 = ((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->get_corlib_0();
bool L_11 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
}
// System.Object[] System.MonoCustomAttrs::GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributesInternal_m3F958BFAAAE4332BBF02F37419B0735C3BB5A772 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___pseudoAttrs2, const RuntimeMethod* method)
{
typedef ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*MonoCustomAttrs_GetCustomAttributesInternal_m3F958BFAAAE4332BBF02F37419B0735C3BB5A772_ftn) (RuntimeObject*, Type_t *, bool);
using namespace il2cpp::icalls;
return ((MonoCustomAttrs_GetCustomAttributesInternal_m3F958BFAAAE4332BBF02F37419B0735C3BB5A772_ftn)mscorlib::System::MonoCustomAttrs::GetCustomAttributesInternal) (___obj0, ___attributeType1, ___pseudoAttrs2);
}
// System.Object[] System.MonoCustomAttrs::GetPseudoCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetPseudoCustomAttributes_m0D01BF6CDDC677D096E44DC0F32136E4D3812DE9 (RuntimeObject* ___obj0, Type_t * ___attributeType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_GetPseudoCustomAttributes_m0D01BF6CDDC677D096E44DC0F32136E4D3812DE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
int32_t V_1 = 0;
{
V_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
RuntimeObject* L_0 = ___obj0;
if (!((MonoMethod_t *)IsInstClass((RuntimeObject*)L_0, MonoMethod_t_il2cpp_TypeInfo_var)))
{
goto IL_0018;
}
}
{
RuntimeObject* L_1 = ___obj0;
NullCheck(((MonoMethod_t *)CastclassClass((RuntimeObject*)L_1, MonoMethod_t_il2cpp_TypeInfo_var)));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoMethod_GetPseudoCustomAttributes_mE46E69D39791BDF9B87A893B6EEB17B75754DE31(((MonoMethod_t *)CastclassClass((RuntimeObject*)L_1, MonoMethod_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0058;
}
IL_0018:
{
RuntimeObject* L_3 = ___obj0;
if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_3, FieldInfo_t_il2cpp_TypeInfo_var)))
{
goto IL_002e;
}
}
{
RuntimeObject* L_4 = ___obj0;
NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var)));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = FieldInfo_GetPseudoCustomAttributes_m54546ADF590198164EE361638CFBDA4CFC733994(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0058;
}
IL_002e:
{
RuntimeObject* L_6 = ___obj0;
if (!((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)IsInstClass((RuntimeObject*)L_6, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_il2cpp_TypeInfo_var)))
{
goto IL_0044;
}
}
{
RuntimeObject* L_7 = ___obj0;
NullCheck(((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)CastclassClass((RuntimeObject*)L_7, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_il2cpp_TypeInfo_var)));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = ParameterInfo_GetPseudoCustomAttributes_m6A16386472EB8A4B1448EB11CC4B987F06281E22(((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)CastclassClass((RuntimeObject*)L_7, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0058;
}
IL_0044:
{
RuntimeObject* L_9 = ___obj0;
if (!((Type_t *)IsInstClass((RuntimeObject*)L_9, Type_t_il2cpp_TypeInfo_var)))
{
goto IL_0058;
}
}
{
RuntimeObject* L_10 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = MonoCustomAttrs_GetPseudoCustomAttributes_m7598697AAF50EA30FF6E03C8F9F510FC60434988(((Type_t *)CastclassClass((RuntimeObject*)L_10, Type_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_11;
}
IL_0058:
{
Type_t * L_12 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_13 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_12, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_009d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = V_0;
if (!L_14)
{
goto IL_009d;
}
}
{
V_1 = 0;
goto IL_0091;
}
IL_0068:
{
Type_t * L_15 = ___attributeType1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_0;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = L_17;
RuntimeObject * L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
NullCheck(L_19);
Type_t * L_20 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_19, /*hidden argument*/NULL);
NullCheck(L_15);
bool L_21 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_15, L_20);
if (!L_21)
{
goto IL_008d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = V_0;
NullCheck(L_22);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))) == ((uint32_t)1))))
{
goto IL_0080;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = V_0;
return L_23;
}
IL_0080:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = V_0;
int32_t L_27 = V_1;
NullCheck(L_26);
int32_t L_28 = L_27;
RuntimeObject * L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_29);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
return L_25;
}
IL_008d:
{
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_0091:
{
int32_t L_31 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = V_0;
NullCheck(L_32);
if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))))
{
goto IL_0068;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var))->get_Value_0();
return L_33;
}
IL_009d:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = V_0;
return L_34;
}
}
// System.Object[] System.MonoCustomAttrs::GetPseudoCustomAttributes(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetPseudoCustomAttributes_m7598697AAF50EA30FF6E03C8F9F510FC60434988 (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_GetPseudoCustomAttributes_m7598697AAF50EA30FF6E03C8F9F510FC60434988_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
{
V_0 = 0;
Type_t * L_0 = ___type0;
NullCheck(L_0);
int32_t L_1 = Type_get_Attributes_m8B229CC7A4DDE25E0EEB1A9F09FC61C499A72163(L_0, /*hidden argument*/NULL);
V_1 = L_1;
int32_t L_2 = V_1;
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)8192))))
{
goto IL_0016;
}
}
{
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0016:
{
int32_t L_4 = V_1;
if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)4096))))
{
goto IL_0023;
}
}
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0023:
{
int32_t L_6 = V_0;
if (L_6)
{
goto IL_0028;
}
}
{
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
}
IL_0028:
{
int32_t L_7 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_2 = L_8;
V_0 = 0;
int32_t L_9 = V_1;
if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)8192))))
{
goto IL_0046;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = V_2;
int32_t L_11 = V_0;
int32_t L_12 = L_11;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F * L_13 = (SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F *)il2cpp_codegen_object_new(SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F_il2cpp_TypeInfo_var);
SerializableAttribute__ctor_m2EEE0A59C8AE32A075D806DDBB0D41EB85F049E8(L_13, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_13);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (RuntimeObject *)L_13);
}
IL_0046:
{
int32_t L_14 = V_1;
if (!((int32_t)((int32_t)L_14&(int32_t)((int32_t)4096))))
{
goto IL_005b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = V_2;
int32_t L_16 = V_0;
int32_t L_17 = L_16;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
ComImportAttribute_t274D44BA1076F587D6AC97C2AFBA0A7B25EFDF40 * L_18 = (ComImportAttribute_t274D44BA1076F587D6AC97C2AFBA0A7B25EFDF40 *)il2cpp_codegen_object_new(ComImportAttribute_t274D44BA1076F587D6AC97C2AFBA0A7B25EFDF40_il2cpp_TypeInfo_var);
ComImportAttribute__ctor_m372EC8A68CB0323D4453D465DD612CDE9B595678(L_18, /*hidden argument*/NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_18);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (RuntimeObject *)L_18);
}
IL_005b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_2;
return L_19;
}
}
// System.Object[] System.MonoCustomAttrs::GetCustomAttributesBase(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributesBase_mBF75044E83593AAD9DA29F0C19056B1FB1D98673 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inheritedOnly2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttributesBase_mBF75044E83593AAD9DA29F0C19056B1FB1D98673_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
{
RuntimeObject* L_0 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
bool L_1 = MonoCustomAttrs_IsUserCattrProvider_m9B868B5F0A99FE40FD0CC0387036A0E9BBB75932(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0013;
}
}
{
RuntimeObject* L_2 = ___obj0;
Type_t * L_3 = ___attributeType1;
NullCheck(L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = InterfaceFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(0 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Type,System.Boolean) */, ICustomAttributeProvider_tA83E69D2C560A6EF8DDA8C438BD4C80C2EA03D55_il2cpp_TypeInfo_var, L_2, L_3, (bool)1);
V_0 = L_4;
goto IL_001c;
}
IL_0013:
{
RuntimeObject* L_5 = ___obj0;
Type_t * L_6 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = MonoCustomAttrs_GetCustomAttributesInternal_m3F958BFAAAE4332BBF02F37419B0735C3BB5A772(L_5, L_6, (bool)0, /*hidden argument*/NULL);
V_0 = L_7;
}
IL_001c:
{
bool L_8 = ___inheritedOnly2;
if (L_8)
{
goto IL_0051;
}
}
{
RuntimeObject* L_9 = ___obj0;
Type_t * L_10 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = MonoCustomAttrs_GetPseudoCustomAttributes_m0D01BF6CDDC677D096E44DC0F32136E4D3812DE9(L_9, L_10, /*hidden argument*/NULL);
V_1 = L_11;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = V_1;
if (!L_12)
{
goto IL_0051;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_0;
NullCheck(L_13);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = V_1;
NullCheck(L_14);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))));
V_2 = L_15;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = V_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = V_0;
NullCheck(L_18);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_16, (RuntimeArray *)(RuntimeArray *)L_17, (((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = V_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = V_0;
NullCheck(L_21);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = V_1;
NullCheck(L_22);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, (((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = V_2;
return L_23;
}
IL_0051:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = V_0;
return L_24;
}
}
// System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
int32_t V_2 = 0;
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_3 = NULL;
RuntimeObject* V_4 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_5 = NULL;
Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 * V_6 = NULL;
int32_t V_7 = 0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* V_8 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_9 = NULL;
int32_t V_10 = 0;
RuntimeObject * V_11 = NULL;
Type_t * V_12 = NULL;
RuntimeObject * V_13 = NULL;
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * V_14 = NULL;
Type_t * V_15 = NULL;
AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * V_16 = NULL;
int32_t G_B22_0 = 0;
{
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, MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___attributeType1;
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_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_RuntimeMethod_var);
}
IL_0022:
{
Type_t * L_5 = ___attributeType1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_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_0037;
}
}
{
___attributeType1 = (Type_t *)NULL;
}
IL_0037:
{
RuntimeObject* L_9 = ___obj0;
Type_t * L_10 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = MonoCustomAttrs_GetCustomAttributesBase_mBF75044E83593AAD9DA29F0C19056B1FB1D98673(L_9, L_10, (bool)0, /*hidden argument*/NULL);
V_1 = L_11;
bool L_12 = ___inherit2;
if (L_12)
{
goto IL_00b2;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_1;
NullCheck(L_13);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))) == ((uint32_t)1))))
{
goto IL_00b2;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = V_1;
NullCheck(L_14);
int32_t L_15 = 0;
RuntimeObject * L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
if (L_16)
{
goto IL_0059;
}
}
{
CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D * L_17 = (CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D *)il2cpp_codegen_object_new(CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D_il2cpp_TypeInfo_var);
CustomAttributeFormatException__ctor_mD45240130392F4AE30163D4585E8062EB886236B(L_17, _stringLiteralE015438306ACF3FAB184DF1F0062CFCF7CC11917, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_RuntimeMethod_var);
}
IL_0059:
{
Type_t * L_18 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_19 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_18, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0096;
}
}
{
Type_t * L_20 = ___attributeType1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = V_1;
NullCheck(L_21);
int32_t L_22 = 0;
RuntimeObject * L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_23);
Type_t * L_24 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_23, /*hidden argument*/NULL);
NullCheck(L_20);
bool L_25 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_20, L_24);
if (!L_25)
{
goto IL_0087;
}
}
{
Type_t * L_26 = ___attributeType1;
RuntimeArray * L_27 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_26, 1, /*hidden argument*/NULL);
V_0 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_27, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = V_1;
NullCheck(L_29);
int32_t L_30 = 0;
RuntimeObject * L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
NullCheck(L_28);
ArrayElementTypeCheck (L_28, L_31);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_31);
goto IL_00b0;
}
IL_0087:
{
Type_t * L_32 = ___attributeType1;
RuntimeArray * L_33 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_32, 0, /*hidden argument*/NULL);
V_0 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_33, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
goto IL_00b0;
}
IL_0096:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = V_1;
NullCheck(L_34);
int32_t L_35 = 0;
RuntimeObject * L_36 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
NullCheck(L_36);
Type_t * L_37 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_36, /*hidden argument*/NULL);
RuntimeArray * L_38 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_37, 1, /*hidden argument*/NULL);
V_0 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_38, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = V_1;
NullCheck(L_40);
int32_t L_41 = 0;
RuntimeObject * L_42 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
NullCheck(L_39);
ArrayElementTypeCheck (L_39, L_42);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_42);
}
IL_00b0:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = V_0;
return L_43;
}
IL_00b2:
{
bool L_44 = ___inherit2;
if (!L_44)
{
goto IL_00c0;
}
}
{
RuntimeObject* L_45 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
RuntimeObject* L_46 = MonoCustomAttrs_GetBase_m14B26004C94018740FB8627C7FE3383E16E3BD5F(L_45, /*hidden argument*/NULL);
if (L_46)
{
goto IL_00c0;
}
}
{
___inherit2 = (bool)0;
}
IL_00c0:
{
Type_t * L_47 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_48 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_47, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_00d1;
}
}
{
Type_t * L_49 = ___attributeType1;
NullCheck(L_49);
bool L_50 = Type_get_IsSealed_mC42D173AFAF7802291DEA2C3D691340F2375FD9A(L_49, /*hidden argument*/NULL);
G_B22_0 = ((int32_t)(L_50));
goto IL_00d2;
}
IL_00d1:
{
G_B22_0 = 0;
}
IL_00d2:
{
bool L_51 = ___inherit2;
if (!((int32_t)((int32_t)G_B22_0&(int32_t)L_51)))
{
goto IL_00e6;
}
}
{
Type_t * L_52 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_53 = MonoCustomAttrs_RetrieveAttributeUsage_m229824E6B6B43362F51318A23656CCA20729B39F(L_52, /*hidden argument*/NULL);
NullCheck(L_53);
bool L_54 = AttributeUsageAttribute_get_Inherited_mE46032EFECAED37FA15BCEE3384DFA4E9868024F_inline(L_53, /*hidden argument*/NULL);
if (L_54)
{
goto IL_00e6;
}
}
{
___inherit2 = (bool)0;
}
IL_00e6:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_55 = V_1;
NullCheck(L_55);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_56 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2((((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))), ((int32_t)16), /*hidden argument*/NULL);
V_2 = L_56;
V_3 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)NULL;
RuntimeObject* L_57 = ___obj0;
V_4 = L_57;
bool L_58 = ___inherit2;
if (L_58)
{
goto IL_01d9;
}
}
{
Type_t * L_59 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_60 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_59, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_0143;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_61 = V_1;
V_9 = L_61;
V_10 = 0;
goto IL_0125;
}
IL_010d:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = V_9;
int32_t L_63 = V_10;
NullCheck(L_62);
int32_t L_64 = L_63;
RuntimeObject * L_65 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
if (L_65)
{
goto IL_011f;
}
}
{
CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D * L_66 = (CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D *)il2cpp_codegen_object_new(CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D_il2cpp_TypeInfo_var);
CustomAttributeFormatException__ctor_mD45240130392F4AE30163D4585E8062EB886236B(L_66, _stringLiteralE015438306ACF3FAB184DF1F0062CFCF7CC11917, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_RuntimeMethod_var);
}
IL_011f:
{
int32_t L_67 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
}
IL_0125:
{
int32_t L_68 = V_10;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_69 = V_9;
NullCheck(L_69);
if ((((int32_t)L_68) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))))))
{
goto IL_010d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_70 = V_1;
NullCheck(L_70);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_71 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length)))));
V_8 = L_71;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_72 = V_1;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_73 = V_8;
NullCheck((RuntimeArray *)(RuntimeArray *)L_72);
Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_72, (RuntimeArray *)(RuntimeArray *)L_73, 0, /*hidden argument*/NULL);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_74 = V_8;
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_74;
}
IL_0143:
{
int32_t L_75 = V_2;
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_76 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var);
List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57(L_76, L_75, /*hidden argument*/List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_RuntimeMethod_var);
V_3 = L_76;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_77 = V_1;
V_9 = L_77;
V_10 = 0;
goto IL_0192;
}
IL_0152:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = V_9;
int32_t L_79 = V_10;
NullCheck(L_78);
int32_t L_80 = L_79;
RuntimeObject * L_81 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
V_11 = L_81;
RuntimeObject * L_82 = V_11;
if (L_82)
{
goto IL_0168;
}
}
{
CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D * L_83 = (CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D *)il2cpp_codegen_object_new(CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D_il2cpp_TypeInfo_var);
CustomAttributeFormatException__ctor_mD45240130392F4AE30163D4585E8062EB886236B(L_83, _stringLiteralE015438306ACF3FAB184DF1F0062CFCF7CC11917, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_83, MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_RuntimeMethod_var);
}
IL_0168:
{
RuntimeObject * L_84 = V_11;
NullCheck(L_84);
Type_t * L_85 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_84, /*hidden argument*/NULL);
V_12 = L_85;
Type_t * L_86 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_87 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_86, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_87)
{
goto IL_0184;
}
}
{
Type_t * L_88 = ___attributeType1;
Type_t * L_89 = V_12;
NullCheck(L_88);
bool L_90 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_88, L_89);
if (!L_90)
{
goto IL_018c;
}
}
IL_0184:
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_91 = V_3;
RuntimeObject * L_92 = V_11;
NullCheck(L_91);
List_1_Add_m6930161974C7504C80F52EC379EF012387D43138(L_91, L_92, /*hidden argument*/List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_RuntimeMethod_var);
}
IL_018c:
{
int32_t L_93 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1));
}
IL_0192:
{
int32_t L_94 = V_10;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_95 = V_9;
NullCheck(L_95);
if ((((int32_t)L_94) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_95)->max_length)))))))
{
goto IL_0152;
}
}
{
Type_t * L_96 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_97 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_96, (Type_t *)NULL, /*hidden argument*/NULL);
if (L_97)
{
goto IL_01ab;
}
}
{
Type_t * L_98 = ___attributeType1;
NullCheck(L_98);
bool L_99 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_98, /*hidden argument*/NULL);
if (!L_99)
{
goto IL_01ba;
}
}
IL_01ab:
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_100 = V_3;
NullCheck(L_100);
int32_t L_101 = List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_inline(L_100, /*hidden argument*/List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_102 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)L_101);
V_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_102;
goto IL_01cd;
}
IL_01ba:
{
Type_t * L_103 = ___attributeType1;
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_104 = V_3;
NullCheck(L_104);
int32_t L_105 = List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_inline(L_104, /*hidden argument*/List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var);
RuntimeArray * L_106 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_103, L_105, /*hidden argument*/NULL);
V_5 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)IsInst((RuntimeObject*)L_106, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
}
IL_01cd:
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_107 = V_3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_108 = V_5;
NullCheck(L_107);
List_1_CopyTo_mBC8DEE264FD7E346D098E28FB1D5096B0F9132FB(L_107, L_108, 0, /*hidden argument*/List_1_CopyTo_mBC8DEE264FD7E346D098E28FB1D5096B0F9132FB_RuntimeMethod_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_109 = V_5;
return L_109;
}
IL_01d9:
{
int32_t L_110 = V_2;
Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 * L_111 = (Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 *)il2cpp_codegen_object_new(Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mEE3657EA369C703F44E13F63138E65536EC62533(L_111, L_110, /*hidden argument*/Dictionary_2__ctor_mEE3657EA369C703F44E13F63138E65536EC62533_RuntimeMethod_var);
V_6 = L_111;
V_7 = 0;
int32_t L_112 = V_2;
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_113 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var);
List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57(L_113, L_112, /*hidden argument*/List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_RuntimeMethod_var);
V_3 = L_113;
}
IL_01eb:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_114 = V_1;
V_9 = L_114;
V_10 = 0;
goto IL_0296;
}
IL_01f6:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_115 = V_9;
int32_t L_116 = V_10;
NullCheck(L_115);
int32_t L_117 = L_116;
RuntimeObject * L_118 = (L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
V_13 = L_118;
RuntimeObject * L_119 = V_13;
if (L_119)
{
goto IL_020c;
}
}
{
CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D * L_120 = (CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D *)il2cpp_codegen_object_new(CustomAttributeFormatException_tE63CB0CF2AB9605E56F823E2F32B41C5E24E705D_il2cpp_TypeInfo_var);
CustomAttributeFormatException__ctor_mD45240130392F4AE30163D4585E8062EB886236B(L_120, _stringLiteralE015438306ACF3FAB184DF1F0062CFCF7CC11917, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_120, MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115_RuntimeMethod_var);
}
IL_020c:
{
RuntimeObject * L_121 = V_13;
NullCheck(L_121);
Type_t * L_122 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_121, /*hidden argument*/NULL);
V_15 = L_122;
Type_t * L_123 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_124 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_123, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_124)
{
goto IL_0228;
}
}
{
Type_t * L_125 = ___attributeType1;
Type_t * L_126 = V_15;
NullCheck(L_125);
bool L_127 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_125, L_126);
if (!L_127)
{
goto IL_0290;
}
}
IL_0228:
{
Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 * L_128 = V_6;
Type_t * L_129 = V_15;
NullCheck(L_128);
bool L_130 = Dictionary_2_TryGetValue_m0F44FDB3488E44FD0A1C8D1D1490DFA483E3BC73(L_128, L_129, (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A **)(&V_16), /*hidden argument*/Dictionary_2_TryGetValue_m0F44FDB3488E44FD0A1C8D1D1490DFA483E3BC73_RuntimeMethod_var);
if (!L_130)
{
goto IL_0240;
}
}
{
AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * L_131 = V_16;
NullCheck(L_131);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_132 = AttributeInfo_get_Usage_mC0CA19AEB050A11C3E89E5A015E204AB9D51F4A0_inline(L_131, /*hidden argument*/NULL);
V_14 = L_132;
goto IL_0249;
}
IL_0240:
{
Type_t * L_133 = V_15;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_134 = MonoCustomAttrs_RetrieveAttributeUsage_m229824E6B6B43362F51318A23656CCA20729B39F(L_133, /*hidden argument*/NULL);
V_14 = L_134;
}
IL_0249:
{
int32_t L_135 = V_7;
if (!L_135)
{
goto IL_0256;
}
}
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_136 = V_14;
NullCheck(L_136);
bool L_137 = AttributeUsageAttribute_get_Inherited_mE46032EFECAED37FA15BCEE3384DFA4E9868024F_inline(L_136, /*hidden argument*/NULL);
if (!L_137)
{
goto IL_027a;
}
}
IL_0256:
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_138 = V_14;
NullCheck(L_138);
bool L_139 = AttributeUsageAttribute_get_AllowMultiple_mF910B0B16B485A8F02C54854FC9A9604B8810FF7_inline(L_138, /*hidden argument*/NULL);
if (L_139)
{
goto IL_0272;
}
}
{
AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * L_140 = V_16;
if (!L_140)
{
goto IL_0272;
}
}
{
AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * L_141 = V_16;
if (!L_141)
{
goto IL_027a;
}
}
{
AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * L_142 = V_16;
NullCheck(L_142);
int32_t L_143 = AttributeInfo_get_InheritanceLevel_mDC293DDDC43F613FBBA304C3A5FDC63AB3961AAD_inline(L_142, /*hidden argument*/NULL);
int32_t L_144 = V_7;
if ((!(((uint32_t)L_143) == ((uint32_t)L_144))))
{
goto IL_027a;
}
}
IL_0272:
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_145 = V_3;
RuntimeObject * L_146 = V_13;
NullCheck(L_145);
List_1_Add_m6930161974C7504C80F52EC379EF012387D43138(L_145, L_146, /*hidden argument*/List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_RuntimeMethod_var);
}
IL_027a:
{
AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * L_147 = V_16;
if (L_147)
{
goto IL_0290;
}
}
{
Dictionary_2_t772861296417691DD84C8A9E8D84AAC7F39FD992 * L_148 = V_6;
Type_t * L_149 = V_15;
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_150 = V_14;
int32_t L_151 = V_7;
AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * L_152 = (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A *)il2cpp_codegen_object_new(AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A_il2cpp_TypeInfo_var);
AttributeInfo__ctor_mB43DF2481E1EE03052137FEB5EADDDF71F935BFF(L_152, L_150, L_151, /*hidden argument*/NULL);
NullCheck(L_148);
Dictionary_2_Add_m3DFDBF11129C60DC0ECECB033EC05774E050982A(L_148, L_149, L_152, /*hidden argument*/Dictionary_2_Add_m3DFDBF11129C60DC0ECECB033EC05774E050982A_RuntimeMethod_var);
}
IL_0290:
{
int32_t L_153 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)1));
}
IL_0296:
{
int32_t L_154 = V_10;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_155 = V_9;
NullCheck(L_155);
if ((((int32_t)L_154) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_155)->max_length)))))))
{
goto IL_01f6;
}
}
{
RuntimeObject* L_156 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
RuntimeObject* L_157 = MonoCustomAttrs_GetBase_m14B26004C94018740FB8627C7FE3383E16E3BD5F(L_156, /*hidden argument*/NULL);
RuntimeObject* L_158 = L_157;
V_4 = L_158;
if (!L_158)
{
goto IL_02bd;
}
}
{
int32_t L_159 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)1));
RuntimeObject* L_160 = V_4;
Type_t * L_161 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_162 = MonoCustomAttrs_GetCustomAttributesBase_mBF75044E83593AAD9DA29F0C19056B1FB1D98673(L_160, L_161, (bool)1, /*hidden argument*/NULL);
V_1 = L_162;
}
IL_02bd:
{
bool L_163 = ___inherit2;
if (!L_163)
{
goto IL_02c7;
}
}
{
RuntimeObject* L_164 = V_4;
if (L_164)
{
goto IL_01eb;
}
}
IL_02c7:
{
Type_t * L_165 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_166 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_165, (Type_t *)NULL, /*hidden argument*/NULL);
if (L_166)
{
goto IL_02d8;
}
}
{
Type_t * L_167 = ___attributeType1;
NullCheck(L_167);
bool L_168 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_167, /*hidden argument*/NULL);
if (!L_168)
{
goto IL_02e7;
}
}
IL_02d8:
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_169 = V_3;
NullCheck(L_169);
int32_t L_170 = List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_inline(L_169, /*hidden argument*/List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_171 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)L_170);
V_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_171;
goto IL_02fa;
}
IL_02e7:
{
Type_t * L_172 = ___attributeType1;
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_173 = V_3;
NullCheck(L_173);
int32_t L_174 = List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_inline(L_173, /*hidden argument*/List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var);
RuntimeArray * L_175 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_172, L_174, /*hidden argument*/NULL);
V_5 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)IsInst((RuntimeObject*)L_175, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
}
IL_02fa:
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_176 = V_3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_177 = V_5;
NullCheck(L_176);
List_1_CopyTo_mBC8DEE264FD7E346D098E28FB1D5096B0F9132FB(L_176, L_177, 0, /*hidden argument*/List_1_CopyTo_mBC8DEE264FD7E346D098E28FB1D5096B0F9132FB_RuntimeMethod_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_178 = V_5;
return L_178;
}
}
// System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03 (RuntimeObject* ___obj0, bool ___inherit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03_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, MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03_RuntimeMethod_var);
}
IL_000e:
{
bool L_2 = ___inherit1;
if (L_2)
{
goto IL_0024;
}
}
{
RuntimeObject* L_3 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = MonoCustomAttrs_GetCustomAttributesBase_mBF75044E83593AAD9DA29F0C19056B1FB1D98673(L_3, (Type_t *)NULL, (bool)0, /*hidden argument*/NULL);
NullCheck((RuntimeArray *)(RuntimeArray *)L_4);
RuntimeObject * L_5 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL);
return ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_5, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
}
IL_0024:
{
RuntimeObject* L_6 = ___obj0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_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 = ___inherit1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(L_6, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Reflection.CustomAttributeData[] System.MonoCustomAttrs::GetCustomAttributesDataInternal(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB* MonoCustomAttrs_GetCustomAttributesDataInternal_mA4D57D5AF94FF74220D85C27DEAD3C6A7B522500 (RuntimeObject* ___obj0, const RuntimeMethod* method)
{
typedef CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB* (*MonoCustomAttrs_GetCustomAttributesDataInternal_mA4D57D5AF94FF74220D85C27DEAD3C6A7B522500_ftn) (RuntimeObject*);
using namespace il2cpp::icalls;
return ((MonoCustomAttrs_GetCustomAttributesDataInternal_mA4D57D5AF94FF74220D85C27DEAD3C6A7B522500_ftn)mscorlib::System::MonoCustomAttrs::GetCustomAttributesDataInternal) (___obj0);
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.MonoCustomAttrs::GetCustomAttributesData(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632 (RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632_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, MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
CustomAttributeDataU5BU5D_tE5B7BD0F5BF214F2158089D8B3FDA19FE1834BEB* L_3 = MonoCustomAttrs_GetCustomAttributesDataInternal_mA4D57D5AF94FF74220D85C27DEAD3C6A7B522500(L_2, /*hidden argument*/NULL);
ReadOnlyCollection_1_tDD4D93FFE40A14E74D1B366764AABCE0121ED99F * L_4 = Array_AsReadOnly_TisCustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88_m30364FCF20CF26279523189E6647C3D40B0BBB7E(L_3, /*hidden argument*/Array_AsReadOnly_TisCustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88_m30364FCF20CF26279523189E6647C3D40B0BBB7E_RuntimeMethod_var);
return L_4;
}
}
// System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * V_0 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
int32_t V_2 = 0;
{
Type_t * L_0 = ___attributeType1;
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, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4_RuntimeMethod_var);
}
IL_0014:
{
V_0 = (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 *)NULL;
}
IL_0016:
{
RuntimeObject* L_3 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
bool L_4 = MonoCustomAttrs_IsUserCattrProvider_m9B868B5F0A99FE40FD0CC0387036A0E9BBB75932(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0027;
}
}
{
RuntimeObject* L_5 = ___obj0;
Type_t * L_6 = ___attributeType1;
bool L_7 = ___inherit2;
NullCheck(L_5);
bool L_8 = InterfaceFuncInvoker2< bool, Type_t *, bool >::Invoke(1 /* System.Boolean System.Reflection.ICustomAttributeProvider::IsDefined(System.Type,System.Boolean) */, ICustomAttributeProvider_tA83E69D2C560A6EF8DDA8C438BD4C80C2EA03D55_il2cpp_TypeInfo_var, L_5, L_6, L_7);
return L_8;
}
IL_0027:
{
RuntimeObject* L_9 = ___obj0;
Type_t * L_10 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
bool L_11 = MonoCustomAttrs_IsDefinedInternal_mCAD7B5C69738393BD3509E8CBFDC8D37AE540700(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0032;
}
}
{
return (bool)1;
}
IL_0032:
{
RuntimeObject* L_12 = ___obj0;
Type_t * L_13 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = MonoCustomAttrs_GetPseudoCustomAttributes_m0D01BF6CDDC677D096E44DC0F32136E4D3812DE9(L_12, L_13, /*hidden argument*/NULL);
V_1 = L_14;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = V_1;
if (!L_15)
{
goto IL_005d;
}
}
{
V_2 = 0;
goto IL_0057;
}
IL_0041:
{
Type_t * L_16 = ___attributeType1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = V_1;
int32_t L_18 = V_2;
NullCheck(L_17);
int32_t L_19 = L_18;
RuntimeObject * L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
NullCheck(L_20);
Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL);
NullCheck(L_16);
bool L_22 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_16, L_21);
if (!L_22)
{
goto IL_0053;
}
}
{
return (bool)1;
}
IL_0053:
{
int32_t L_23 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0057:
{
int32_t L_24 = V_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_0041;
}
}
IL_005d:
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_26 = V_0;
if (L_26)
{
goto IL_0076;
}
}
{
bool L_27 = ___inherit2;
if (L_27)
{
goto IL_0065;
}
}
{
return (bool)0;
}
IL_0065:
{
Type_t * L_28 = ___attributeType1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_29 = MonoCustomAttrs_RetrieveAttributeUsage_m229824E6B6B43362F51318A23656CCA20729B39F(L_28, /*hidden argument*/NULL);
V_0 = L_29;
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_30 = V_0;
NullCheck(L_30);
bool L_31 = AttributeUsageAttribute_get_Inherited_mE46032EFECAED37FA15BCEE3384DFA4E9868024F_inline(L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_0076;
}
}
{
return (bool)0;
}
IL_0076:
{
RuntimeObject* L_32 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
RuntimeObject* L_33 = MonoCustomAttrs_GetBase_m14B26004C94018740FB8627C7FE3383E16E3BD5F(L_32, /*hidden argument*/NULL);
___obj0 = L_33;
RuntimeObject* L_34 = ___obj0;
if (L_34)
{
goto IL_0016;
}
}
{
return (bool)0;
}
}
// System.Boolean System.MonoCustomAttrs::IsDefinedInternal(System.Reflection.ICustomAttributeProvider,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefinedInternal_mCAD7B5C69738393BD3509E8CBFDC8D37AE540700 (RuntimeObject* ___obj0, Type_t * ___AttributeType1, const RuntimeMethod* method)
{
typedef bool (*MonoCustomAttrs_IsDefinedInternal_mCAD7B5C69738393BD3509E8CBFDC8D37AE540700_ftn) (RuntimeObject*, Type_t *);
using namespace il2cpp::icalls;
return ((MonoCustomAttrs_IsDefinedInternal_mCAD7B5C69738393BD3509E8CBFDC8D37AE540700_ftn)mscorlib::System::MonoCustomAttrs::IsDefinedInternal) (___obj0, ___AttributeType1);
}
// System.Reflection.PropertyInfo System.MonoCustomAttrs::GetBasePropertyDefinition(System.Reflection.MonoProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * MonoCustomAttrs_GetBasePropertyDefinition_mE4F385A4AAB21725646424F839451ACE328562D8 (MonoProperty_t * ___property0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_GetBasePropertyDefinition_mE4F385A4AAB21725646424F839451ACE328562D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
MethodInfo_t * V_1 = NULL;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_2 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_3 = NULL;
int32_t V_4 = 0;
{
MonoProperty_t * L_0 = ___property0;
NullCheck(L_0);
MethodInfo_t * L_1 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(22 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_0, (bool)1);
V_0 = L_1;
MethodInfo_t * L_2 = V_0;
bool L_3 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_2, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0019;
}
}
{
MethodInfo_t * L_4 = V_0;
NullCheck(L_4);
bool L_5 = MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0021;
}
}
IL_0019:
{
MonoProperty_t * L_6 = ___property0;
NullCheck(L_6);
MethodInfo_t * L_7 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(25 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_6, (bool)1);
V_0 = L_7;
}
IL_0021:
{
MethodInfo_t * L_8 = V_0;
bool L_9 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_8, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0032;
}
}
{
MethodInfo_t * L_10 = V_0;
NullCheck(L_10);
bool L_11 = MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0034;
}
}
IL_0032:
{
return (PropertyInfo_t *)NULL;
}
IL_0034:
{
MethodInfo_t * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = VirtFuncInvoker0< MethodInfo_t * >::Invoke(41 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::GetBaseMethod() */, L_12);
V_1 = L_13;
MethodInfo_t * L_14 = V_1;
bool L_15 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_14, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_00b4;
}
}
{
MethodInfo_t * L_16 = V_1;
MethodInfo_t * L_17 = V_0;
bool L_18 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_16, L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_00b4;
}
}
{
MonoProperty_t * L_19 = ___property0;
NullCheck(L_19);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_20 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(23 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_19);
V_2 = L_20;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_21 = V_2;
if (!L_21)
{
goto IL_009c;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_22 = V_2;
NullCheck(L_22);
if (!(((RuntimeArray*)L_22)->max_length))
{
goto IL_009c;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_23 = V_2;
NullCheck(L_23);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))));
V_3 = L_24;
V_4 = 0;
goto IL_007c;
}
IL_0069:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_25 = V_3;
int32_t L_26 = V_4;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_27 = V_2;
int32_t L_28 = V_4;
NullCheck(L_27);
int32_t L_29 = L_28;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_30);
Type_t * L_31 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_30);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_31);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (Type_t *)L_31);
int32_t L_32 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_007c:
{
int32_t L_33 = V_4;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_34 = V_3;
NullCheck(L_34);
if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))))
{
goto IL_0069;
}
}
{
MethodInfo_t * L_35 = V_1;
NullCheck(L_35);
Type_t * L_36 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_35);
MonoProperty_t * L_37 = ___property0;
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_37);
MonoProperty_t * L_39 = ___property0;
NullCheck(L_39);
Type_t * L_40 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_39);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_41 = V_3;
NullCheck(L_36);
PropertyInfo_t * L_42 = Type_GetProperty_m6F2C962FDCCD4966698E40A631F8DD9F4BF5A1C0(L_36, L_38, L_40, L_41, /*hidden argument*/NULL);
return L_42;
}
IL_009c:
{
MethodInfo_t * L_43 = V_1;
NullCheck(L_43);
Type_t * L_44 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_43);
MonoProperty_t * L_45 = ___property0;
NullCheck(L_45);
String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_45);
MonoProperty_t * L_47 = ___property0;
NullCheck(L_47);
Type_t * L_48 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_47);
NullCheck(L_44);
PropertyInfo_t * L_49 = Type_GetProperty_mB92E711C0B593302FC700804ECB78B45932E12B3(L_44, L_46, L_48, /*hidden argument*/NULL);
return L_49;
}
IL_00b4:
{
return (PropertyInfo_t *)NULL;
}
}
// System.Reflection.EventInfo System.MonoCustomAttrs::GetBaseEventDefinition(System.Reflection.MonoEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfo_t * MonoCustomAttrs_GetBaseEventDefinition_mB663428AC56D3B5530449230B5060FC157F25F2D (MonoEvent_t * ___evt0, const RuntimeMethod* method)
{
MethodInfo_t * V_0 = NULL;
MethodInfo_t * V_1 = NULL;
int32_t V_2 = 0;
int32_t G_B14_0 = 0;
int32_t G_B16_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B17_1 = 0;
{
MonoEvent_t * L_0 = ___evt0;
NullCheck(L_0);
MethodInfo_t * L_1 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(18 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetAddMethod(System.Boolean) */, L_0, (bool)1);
V_0 = L_1;
MethodInfo_t * L_2 = V_0;
bool L_3 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_2, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0019;
}
}
{
MethodInfo_t * L_4 = V_0;
NullCheck(L_4);
bool L_5 = MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0021;
}
}
IL_0019:
{
MonoEvent_t * L_6 = ___evt0;
NullCheck(L_6);
MethodInfo_t * L_7 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(19 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetRaiseMethod(System.Boolean) */, L_6, (bool)1);
V_0 = L_7;
}
IL_0021:
{
MethodInfo_t * L_8 = V_0;
bool L_9 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_8, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0032;
}
}
{
MethodInfo_t * L_10 = V_0;
NullCheck(L_10);
bool L_11 = MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_003a;
}
}
IL_0032:
{
MonoEvent_t * L_12 = ___evt0;
NullCheck(L_12);
MethodInfo_t * L_13 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(21 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetRemoveMethod(System.Boolean) */, L_12, (bool)1);
V_0 = L_13;
}
IL_003a:
{
MethodInfo_t * L_14 = V_0;
bool L_15 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_14, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (L_15)
{
goto IL_004b;
}
}
{
MethodInfo_t * L_16 = V_0;
NullCheck(L_16);
bool L_17 = MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4(L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_004d;
}
}
IL_004b:
{
return (EventInfo_t *)NULL;
}
IL_004d:
{
MethodInfo_t * L_18 = V_0;
NullCheck(L_18);
MethodInfo_t * L_19 = VirtFuncInvoker0< MethodInfo_t * >::Invoke(41 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::GetBaseMethod() */, L_18);
V_1 = L_19;
MethodInfo_t * L_20 = V_1;
bool L_21 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_20, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0097;
}
}
{
MethodInfo_t * L_22 = V_1;
MethodInfo_t * L_23 = V_0;
bool L_24 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_22, L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_0097;
}
}
{
MethodInfo_t * L_25 = V_0;
NullCheck(L_25);
bool L_26 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_25, /*hidden argument*/NULL);
if (L_26)
{
goto IL_0072;
}
}
{
G_B14_0 = ((int32_t)32);
goto IL_0074;
}
IL_0072:
{
G_B14_0 = ((int32_t)16);
}
IL_0074:
{
V_2 = G_B14_0;
int32_t L_27 = V_2;
MethodInfo_t * L_28 = V_0;
NullCheck(L_28);
bool L_29 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(L_28, /*hidden argument*/NULL);
G_B15_0 = L_27;
if (L_29)
{
G_B16_0 = L_27;
goto IL_0081;
}
}
{
G_B17_0 = 4;
G_B17_1 = G_B15_0;
goto IL_0082;
}
IL_0081:
{
G_B17_0 = 8;
G_B17_1 = G_B16_0;
}
IL_0082:
{
V_2 = ((int32_t)((int32_t)G_B17_1|(int32_t)G_B17_0));
MethodInfo_t * L_30 = V_1;
NullCheck(L_30);
Type_t * L_31 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_30);
MonoEvent_t * L_32 = ___evt0;
NullCheck(L_32);
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_32);
int32_t L_34 = V_2;
NullCheck(L_31);
EventInfo_t * L_35 = VirtFuncInvoker2< EventInfo_t *, String_t*, int32_t >::Invoke(57 /* System.Reflection.EventInfo System.Type::GetEvent(System.String,System.Reflection.BindingFlags) */, L_31, L_33, L_34);
return L_35;
}
IL_0097:
{
return (EventInfo_t *)NULL;
}
}
// System.Reflection.ICustomAttributeProvider System.MonoCustomAttrs::GetBase(System.Reflection.ICustomAttributeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetBase_m14B26004C94018740FB8627C7FE3383E16E3BD5F (RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_GetBase_m14B26004C94018740FB8627C7FE3383E16E3BD5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
MethodInfo_t * V_1 = NULL;
{
RuntimeObject* L_0 = ___obj0;
if (L_0)
{
goto IL_0005;
}
}
{
return (RuntimeObject*)NULL;
}
IL_0005:
{
RuntimeObject* L_1 = ___obj0;
if (!((Type_t *)IsInstClass((RuntimeObject*)L_1, Type_t_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
RuntimeObject* L_2 = ___obj0;
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
return L_3;
}
IL_0019:
{
V_0 = (MethodInfo_t *)NULL;
RuntimeObject* L_4 = ___obj0;
if (!((MonoProperty_t *)IsInstClass((RuntimeObject*)L_4, MonoProperty_t_il2cpp_TypeInfo_var)))
{
goto IL_002f;
}
}
{
RuntimeObject* L_5 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
PropertyInfo_t * L_6 = MonoCustomAttrs_GetBasePropertyDefinition_mE4F385A4AAB21725646424F839451ACE328562D8(((MonoProperty_t *)CastclassClass((RuntimeObject*)L_5, MonoProperty_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_6;
}
IL_002f:
{
RuntimeObject* L_7 = ___obj0;
if (!((MonoEvent_t *)IsInstSealed((RuntimeObject*)L_7, MonoEvent_t_il2cpp_TypeInfo_var)))
{
goto IL_0043;
}
}
{
RuntimeObject* L_8 = ___obj0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
EventInfo_t * L_9 = MonoCustomAttrs_GetBaseEventDefinition_mB663428AC56D3B5530449230B5060FC157F25F2D(((MonoEvent_t *)CastclassSealed((RuntimeObject*)L_8, MonoEvent_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_9;
}
IL_0043:
{
RuntimeObject* L_10 = ___obj0;
if (!((MonoMethod_t *)IsInstClass((RuntimeObject*)L_10, MonoMethod_t_il2cpp_TypeInfo_var)))
{
goto IL_0052;
}
}
{
RuntimeObject* L_11 = ___obj0;
V_0 = ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_11, MethodInfo_t_il2cpp_TypeInfo_var));
}
IL_0052:
{
MethodInfo_t * L_12 = V_0;
bool L_13 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_12, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0063;
}
}
{
MethodInfo_t * L_14 = V_0;
NullCheck(L_14);
bool L_15 = MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0065;
}
}
IL_0063:
{
return (RuntimeObject*)NULL;
}
IL_0065:
{
MethodInfo_t * L_16 = V_0;
NullCheck(L_16);
MethodInfo_t * L_17 = VirtFuncInvoker0< MethodInfo_t * >::Invoke(41 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::GetBaseMethod() */, L_16);
V_1 = L_17;
MethodInfo_t * L_18 = V_1;
MethodInfo_t * L_19 = V_0;
bool L_20 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0077;
}
}
{
return (RuntimeObject*)NULL;
}
IL_0077:
{
MethodInfo_t * L_21 = V_1;
return L_21;
}
}
// System.AttributeUsageAttribute System.MonoCustomAttrs::RetrieveAttributeUsageNoCache(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * MonoCustomAttrs_RetrieveAttributeUsageNoCache_m1218D6C313469F040577C11FCCAB830B29806949 (Type_t * ___attributeType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_RetrieveAttributeUsageNoCache_m1218D6C313469F040577C11FCCAB830B29806949_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * V_0 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
{
Type_t * L_0 = ___attributeType0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_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_0019;
}
}
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_4 = (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 *)il2cpp_codegen_object_new(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_il2cpp_TypeInfo_var);
AttributeUsageAttribute__ctor_mC429C14AB95A0097160F40CE859CC1894C406051(L_4, 4, /*hidden argument*/NULL);
return L_4;
}
IL_0019:
{
V_0 = (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 *)NULL;
Type_t * L_5 = ___attributeType0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_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);
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(L_5, L_7, (bool)0, /*hidden argument*/NULL);
V_1 = L_8;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = V_1;
NullCheck(L_9);
if ((((RuntimeArray*)L_9)->max_length))
{
goto IL_0056;
}
}
{
Type_t * L_10 = ___attributeType0;
NullCheck(L_10);
Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_10);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_12 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_11, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_004b;
}
}
{
Type_t * L_13 = ___attributeType0;
NullCheck(L_13);
Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_13);
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_15 = MonoCustomAttrs_RetrieveAttributeUsage_m229824E6B6B43362F51318A23656CCA20729B39F(L_14, /*hidden argument*/NULL);
V_0 = L_15;
}
IL_004b:
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_16 = V_0;
if (!L_16)
{
goto IL_0050;
}
}
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_17 = V_0;
return L_17;
}
IL_0050:
{
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_18 = ((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->get_DefaultAttributeUsage_2();
return L_18;
}
IL_0056:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_1;
NullCheck(L_19);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))) <= ((int32_t)1)))
{
goto IL_0067;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_20 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_20, _stringLiteral106347FA01CECDD3F27627F13CD2F8689DDAEB49, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, MonoCustomAttrs_RetrieveAttributeUsageNoCache_m1218D6C313469F040577C11FCCAB830B29806949_RuntimeMethod_var);
}
IL_0067:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = V_1;
NullCheck(L_21);
int32_t L_22 = 0;
RuntimeObject * L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
return ((AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 *)CastclassSealed((RuntimeObject*)L_23, AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_il2cpp_TypeInfo_var));
}
}
// System.AttributeUsageAttribute System.MonoCustomAttrs::RetrieveAttributeUsage(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * MonoCustomAttrs_RetrieveAttributeUsage_m229824E6B6B43362F51318A23656CCA20729B39F (Type_t * ___attributeType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs_RetrieveAttributeUsage_m229824E6B6B43362F51318A23656CCA20729B39F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * V_0 = NULL;
{
V_0 = (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 *)NULL;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * L_0 = ((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->get_usage_cache_1();
if (L_0)
{
goto IL_0013;
}
}
{
Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * L_1 = (Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 *)il2cpp_codegen_object_new(Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m75E41D2EE0C3109FBF9ACDBB01D255B7BB0A5C4E(L_1, /*hidden argument*/Dictionary_2__ctor_m75E41D2EE0C3109FBF9ACDBB01D255B7BB0A5C4E_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->set_usage_cache_1(L_1);
}
IL_0013:
{
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * L_2 = ((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->get_usage_cache_1();
Type_t * L_3 = ___attributeType0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_mCF45E61BB80AB25D2060B3C4F73161D47C8CEE56(L_2, L_3, (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mCF45E61BB80AB25D2060B3C4F73161D47C8CEE56_RuntimeMethod_var);
if (!L_4)
{
goto IL_0024;
}
}
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_5 = V_0;
return L_5;
}
IL_0024:
{
Type_t * L_6 = ___attributeType0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_7 = MonoCustomAttrs_RetrieveAttributeUsageNoCache_m1218D6C313469F040577C11FCCAB830B29806949(L_6, /*hidden argument*/NULL);
V_0 = L_7;
Dictionary_2_t10ABF562FF47B327563169FBB750047BF1341236 * L_8 = ((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->get_usage_cache_1();
Type_t * L_9 = ___attributeType0;
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_10 = V_0;
NullCheck(L_8);
Dictionary_2_set_Item_mD180D4FC3F0C1345E889F4BDC76AE4AE4F7D3D2F(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_mD180D4FC3F0C1345E889F4BDC76AE4AE4F7D3D2F_RuntimeMethod_var);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_11 = V_0;
return L_11;
}
}
// System.Void System.MonoCustomAttrs::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoCustomAttrs__cctor_m095035BF9D3044644C6BB85C3FE34E186A7A779C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoCustomAttrs__cctor_m095035BF9D3044644C6BB85C3FE34E186A7A779C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_0 = (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 *)il2cpp_codegen_object_new(AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388_il2cpp_TypeInfo_var);
AttributeUsageAttribute__ctor_mC429C14AB95A0097160F40CE859CC1894C406051(L_0, ((int32_t)32767), /*hidden argument*/NULL);
((MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var))->set_DefaultAttributeUsage_2(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.MonoCustomAttrs_AttributeInfo::.ctor(System.AttributeUsageAttribute,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeInfo__ctor_mB43DF2481E1EE03052137FEB5EADDDF71F935BFF (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * __this, AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * ___usage0, int32_t ___inheritanceLevel1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_0 = ___usage0;
__this->set__usage_0(L_0);
int32_t L_1 = ___inheritanceLevel1;
__this->set__inheritanceLevel_1(L_1);
return;
}
}
// System.AttributeUsageAttribute System.MonoCustomAttrs_AttributeInfo::get_Usage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * AttributeInfo_get_Usage_mC0CA19AEB050A11C3E89E5A015E204AB9D51F4A0 (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * __this, const RuntimeMethod* method)
{
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_0 = __this->get__usage_0();
return L_0;
}
}
// System.Int32 System.MonoCustomAttrs_AttributeInfo::get_InheritanceLevel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeInfo_get_InheritanceLevel_mDC293DDDC43F613FBBA304C3A5FDC63AB3961AAD (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__inheritanceLevel_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.MonoLimitationAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoLimitationAttribute__ctor_m75D47CA8274696C7FF8A791918CF21A307CB2181 (MonoLimitationAttribute_t60914056F9C7FD1017B4187D3C41E5D199C362E4 * __this, String_t* ___comment0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___comment0;
MonoTODOAttribute__ctor_mC199F774DE64B70BD4A1611D55857310A3D7E9E9(__this, L_0, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.MonoListItem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoListItem__ctor_m269FC03FE6C705954DAB1C38A6F8CD774D0CA38B (MonoListItem_tF9FE02BB3D5D8507333C93F1AF79B60901947A64 * __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.MonoTODOAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_mFA81611291B4A07FF5D55700C914A81D674B881D (MonoTODOAttribute_t0D37CE020492CC4F1A620F173C52E5780E2A9666 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.MonoTODOAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_mC199F774DE64B70BD4A1611D55857310A3D7E9E9 (MonoTODOAttribute_t0D37CE020492CC4F1A620F173C52E5780E2A9666 * __this, String_t* ___comment0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___comment0;
__this->set_comment_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.MonoTypeInfo
IL2CPP_EXTERN_C void MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshal_pinvoke(const MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D& unmarshaled, MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_pinvoke& marshaled)
{
Exception_t* ___default_ctor_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'default_ctor' of type 'MonoTypeInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___default_ctor_1Exception, NULL);
}
IL2CPP_EXTERN_C void MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshal_pinvoke_back(const MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_pinvoke& marshaled, MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D& unmarshaled)
{
Exception_t* ___default_ctor_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'default_ctor' of type 'MonoTypeInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___default_ctor_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.MonoTypeInfo
IL2CPP_EXTERN_C void MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshal_pinvoke_cleanup(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.MonoTypeInfo
IL2CPP_EXTERN_C void MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshal_com(const MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D& unmarshaled, MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_com& marshaled)
{
Exception_t* ___default_ctor_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'default_ctor' of type 'MonoTypeInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___default_ctor_1Exception, NULL);
}
IL2CPP_EXTERN_C void MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshal_com_back(const MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_com& marshaled, MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D& unmarshaled)
{
Exception_t* ___default_ctor_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'default_ctor' of type 'MonoTypeInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___default_ctor_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.MonoTypeInfo
IL2CPP_EXTERN_C void MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshal_com_cleanup(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_com& marshaled)
{
}
// System.Void System.MonoTypeInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTypeInfo__ctor_mB3C8C989BCE5AA95EFF2C6ED45C8ACB28ABF3A46 (MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * __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
// Conversion methods for marshalling of: System.MulticastDelegate
IL2CPP_EXTERN_C void MulticastDelegate_t_marshal_pinvoke(const MulticastDelegate_t& unmarshaled, MulticastDelegate_t_marshaled_pinvoke& marshaled)
{
Exception_t* ___delegates_11Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'delegates' of type 'MulticastDelegate': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___delegates_11Exception, NULL);
}
IL2CPP_EXTERN_C void MulticastDelegate_t_marshal_pinvoke_back(const MulticastDelegate_t_marshaled_pinvoke& marshaled, MulticastDelegate_t& unmarshaled)
{
Exception_t* ___delegates_11Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'delegates' of type 'MulticastDelegate': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___delegates_11Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.MulticastDelegate
IL2CPP_EXTERN_C void MulticastDelegate_t_marshal_pinvoke_cleanup(MulticastDelegate_t_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.MulticastDelegate
IL2CPP_EXTERN_C void MulticastDelegate_t_marshal_com(const MulticastDelegate_t& unmarshaled, MulticastDelegate_t_marshaled_com& marshaled)
{
Exception_t* ___delegates_11Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'delegates' of type 'MulticastDelegate': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___delegates_11Exception, NULL);
}
IL2CPP_EXTERN_C void MulticastDelegate_t_marshal_com_back(const MulticastDelegate_t_marshaled_com& marshaled, MulticastDelegate_t& unmarshaled)
{
Exception_t* ___delegates_11Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'delegates' of type 'MulticastDelegate': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___delegates_11Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.MulticastDelegate
IL2CPP_EXTERN_C void MulticastDelegate_t_marshal_com_cleanup(MulticastDelegate_t_marshaled_com& marshaled)
{
}
// System.Void System.MulticastDelegate::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulticastDelegate_GetObjectData_m37D67A6B6D200EFF1019834A247B31FEB3E1F2ED (MulticastDelegate_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Delegate_GetObjectData_m4471B2DAE39E8F41977BAD88E2CDCA01217B2D71(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Object System.MulticastDelegate::DynamicInvokeImpl(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MulticastDelegate_DynamicInvokeImpl_mE10D73F1374292D3969137E2401AEDA32F0D727F (MulticastDelegate_t * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_0 = __this->get_delegates_11();
if (L_0)
{
goto IL_0010;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___args0;
RuntimeObject * L_2 = Delegate_DynamicInvokeImpl_m62652CE2FDBBBB237C0ACEC1CA0E4A9C1627C5EC(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0010:
{
V_1 = 0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_3 = __this->get_delegates_11();
NullCheck(L_3);
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
}
IL_001b:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_4 = __this->get_delegates_11();
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
Delegate_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = ___args0;
NullCheck(L_7);
RuntimeObject * L_9 = Delegate_DynamicInvoke_m548DCE036E8CDB25630B98AF03C7B6057DE81C57(L_7, L_8, /*hidden argument*/NULL);
V_0 = L_9;
int32_t L_10 = V_1;
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
V_1 = L_11;
int32_t L_12 = V_2;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_001b;
}
}
{
RuntimeObject * L_13 = V_0;
return L_13;
}
}
// System.Boolean System.MulticastDelegate::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MulticastDelegate_Equals_mCC476453B26687950C1623E6944CA786A2DC9C49 (MulticastDelegate_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MulticastDelegate_Equals_mCC476453B26687950C1623E6944CA786A2DC9C49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MulticastDelegate_t * V_0 = NULL;
int32_t V_1 = 0;
{
RuntimeObject * L_0 = ___obj0;
bool L_1 = Delegate_Equals_m3256FBF115534E4E8D5B83350AA95EC60D84899D(__this, L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
RuntimeObject * L_2 = ___obj0;
V_0 = ((MulticastDelegate_t *)IsInstClass((RuntimeObject*)L_2, MulticastDelegate_t_il2cpp_TypeInfo_var));
MulticastDelegate_t * L_3 = V_0;
if (L_3)
{
goto IL_0017;
}
}
{
return (bool)0;
}
IL_0017:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_4 = __this->get_delegates_11();
if (L_4)
{
goto IL_0029;
}
}
{
MulticastDelegate_t * L_5 = V_0;
NullCheck(L_5);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_6 = L_5->get_delegates_11();
if (L_6)
{
goto IL_0029;
}
}
{
return (bool)1;
}
IL_0029:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_7 = __this->get_delegates_11();
MulticastDelegate_t * L_8 = V_0;
NullCheck(L_8);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_9 = L_8->get_delegates_11();
if (!((int32_t)((int32_t)((((RuntimeObject*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)L_7) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0))))
{
goto IL_0040;
}
}
{
return (bool)0;
}
IL_0040:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_10 = __this->get_delegates_11();
NullCheck(L_10);
MulticastDelegate_t * L_11 = V_0;
NullCheck(L_11);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_12 = L_11->get_delegates_11();
NullCheck(L_12);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_0054;
}
}
{
return (bool)0;
}
IL_0054:
{
V_1 = 0;
goto IL_0075;
}
IL_0058:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_13 = __this->get_delegates_11();
int32_t L_14 = V_1;
NullCheck(L_13);
int32_t L_15 = L_14;
Delegate_t * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
MulticastDelegate_t * L_17 = V_0;
NullCheck(L_17);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_18 = L_17->get_delegates_11();
int32_t L_19 = V_1;
NullCheck(L_18);
int32_t L_20 = L_19;
Delegate_t * L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
NullCheck(L_16);
bool L_22 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_16, L_21);
if (L_22)
{
goto IL_0071;
}
}
{
return (bool)0;
}
IL_0071:
{
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0075:
{
int32_t L_24 = V_1;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_25 = __this->get_delegates_11();
NullCheck(L_25);
if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))))
{
goto IL_0058;
}
}
{
return (bool)1;
}
}
// System.Int32 System.MulticastDelegate::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulticastDelegate_GetHashCode_m400B35977D895EA5CF640084595336635797FDCB (MulticastDelegate_t * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Delegate_GetHashCode_m8FBCC6E42228A161DA710A330981B8E19BC6FABC(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.MethodInfo System.MulticastDelegate::GetMethodImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MulticastDelegate_GetMethodImpl_m378AA9BDED60861F70D5CCFDF464046246008F53 (MulticastDelegate_t * __this, const RuntimeMethod* method)
{
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_0 = __this->get_delegates_11();
if (!L_0)
{
goto IL_001f;
}
}
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_1 = __this->get_delegates_11();
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_2 = __this->get_delegates_11();
NullCheck(L_2);
NullCheck(L_1);
int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)1));
Delegate_t * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
NullCheck(L_4);
MethodInfo_t * L_5 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001f:
{
MethodInfo_t * L_6 = Delegate_GetMethodImpl_m804444FE22E0481DDB8A41E0E25114E744D76921(__this, /*hidden argument*/NULL);
return L_6;
}
}
// System.Delegate[] System.MulticastDelegate::GetInvocationList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* MulticastDelegate_GetInvocationList_m3B9C8F9FA6E7721D588ED947018372A96871EB97 (MulticastDelegate_t * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MulticastDelegate_GetInvocationList_m3B9C8F9FA6E7721D588ED947018372A96871EB97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_0 = __this->get_delegates_11();
if (!L_0)
{
goto IL_0019;
}
}
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_1 = __this->get_delegates_11();
NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
return ((DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)Castclass((RuntimeObject*)L_2, DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var));
}
IL_0019:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_3 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)1);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, __this);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (Delegate_t *)__this);
return L_4;
}
}
// System.Delegate System.MulticastDelegate::CombineImpl(System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * MulticastDelegate_CombineImpl_m722E5D3AD0B2C04F4EDAD82FAFB0733CACAF28B9 (MulticastDelegate_t * __this, Delegate_t * ___follow0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MulticastDelegate_CombineImpl_m722E5D3AD0B2C04F4EDAD82FAFB0733CACAF28B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MulticastDelegate_t * V_0 = NULL;
MulticastDelegate_t * V_1 = NULL;
{
Delegate_t * L_0 = ___follow0;
if (L_0)
{
goto IL_0005;
}
}
{
return __this;
}
IL_0005:
{
Delegate_t * L_1 = ___follow0;
V_0 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_1, MulticastDelegate_t_il2cpp_TypeInfo_var));
MulticastDelegate_t * L_2 = Delegate_AllocDelegateLike_internal_m44C2E3D4E421F3F19058E691FEEB6EC054A92B3F(__this, /*hidden argument*/NULL);
V_1 = L_2;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_3 = __this->get_delegates_11();
if (L_3)
{
goto IL_003c;
}
}
{
MulticastDelegate_t * L_4 = V_0;
NullCheck(L_4);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_5 = L_4->get_delegates_11();
if (L_5)
{
goto IL_003c;
}
}
{
MulticastDelegate_t * L_6 = V_1;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_7 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)2);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_8 = L_7;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, __this);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Delegate_t *)__this);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_9 = L_8;
MulticastDelegate_t * L_10 = V_0;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (Delegate_t *)L_10);
NullCheck(L_6);
L_6->set_delegates_11(L_9);
goto IL_0127;
}
IL_003c:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_11 = __this->get_delegates_11();
if (L_11)
{
goto IL_0082;
}
}
{
MulticastDelegate_t * L_12 = V_1;
MulticastDelegate_t * L_13 = V_0;
NullCheck(L_13);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_14 = L_13->get_delegates_11();
NullCheck(L_14);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_15 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))));
NullCheck(L_12);
L_12->set_delegates_11(L_15);
MulticastDelegate_t * L_16 = V_1;
NullCheck(L_16);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_17 = L_16->get_delegates_11();
NullCheck(L_17);
ArrayElementTypeCheck (L_17, __this);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (Delegate_t *)__this);
MulticastDelegate_t * L_18 = V_0;
NullCheck(L_18);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_19 = L_18->get_delegates_11();
MulticastDelegate_t * L_20 = V_1;
NullCheck(L_20);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_21 = L_20->get_delegates_11();
MulticastDelegate_t * L_22 = V_0;
NullCheck(L_22);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_23 = L_22->get_delegates_11();
NullCheck(L_23);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_21, 1, (((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))), /*hidden argument*/NULL);
goto IL_0127;
}
IL_0082:
{
MulticastDelegate_t * L_24 = V_0;
NullCheck(L_24);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_25 = L_24->get_delegates_11();
if (L_25)
{
goto IL_00ce;
}
}
{
MulticastDelegate_t * L_26 = V_1;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_27 = __this->get_delegates_11();
NullCheck(L_27);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_28 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))), (int32_t)1)));
NullCheck(L_26);
L_26->set_delegates_11(L_28);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_29 = __this->get_delegates_11();
MulticastDelegate_t * L_30 = V_1;
NullCheck(L_30);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_31 = L_30->get_delegates_11();
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_32 = __this->get_delegates_11();
NullCheck(L_32);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_29, 0, (RuntimeArray *)(RuntimeArray *)L_31, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))), /*hidden argument*/NULL);
MulticastDelegate_t * L_33 = V_1;
NullCheck(L_33);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_34 = L_33->get_delegates_11();
MulticastDelegate_t * L_35 = V_1;
NullCheck(L_35);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_36 = L_35->get_delegates_11();
NullCheck(L_36);
MulticastDelegate_t * L_37 = V_0;
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_37);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))), (int32_t)1))), (Delegate_t *)L_37);
goto IL_0127;
}
IL_00ce:
{
MulticastDelegate_t * L_38 = V_1;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_39 = __this->get_delegates_11();
NullCheck(L_39);
MulticastDelegate_t * L_40 = V_0;
NullCheck(L_40);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_41 = L_40->get_delegates_11();
NullCheck(L_41);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_42 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))))));
NullCheck(L_38);
L_38->set_delegates_11(L_42);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_43 = __this->get_delegates_11();
MulticastDelegate_t * L_44 = V_1;
NullCheck(L_44);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_45 = L_44->get_delegates_11();
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_46 = __this->get_delegates_11();
NullCheck(L_46);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_43, 0, (RuntimeArray *)(RuntimeArray *)L_45, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))), /*hidden argument*/NULL);
MulticastDelegate_t * L_47 = V_0;
NullCheck(L_47);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_48 = L_47->get_delegates_11();
MulticastDelegate_t * L_49 = V_1;
NullCheck(L_49);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_50 = L_49->get_delegates_11();
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_51 = __this->get_delegates_11();
NullCheck(L_51);
MulticastDelegate_t * L_52 = V_0;
NullCheck(L_52);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_53 = L_52->get_delegates_11();
NullCheck(L_53);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_48, 0, (RuntimeArray *)(RuntimeArray *)L_50, (((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))), /*hidden argument*/NULL);
}
IL_0127:
{
MulticastDelegate_t * L_54 = V_1;
return L_54;
}
}
// System.Int32 System.MulticastDelegate::LastIndexOf(System.Delegate[],System.Delegate[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulticastDelegate_LastIndexOf_mC8608A9B5AD9B47651893C1F9FD4EE93E883230D (MulticastDelegate_t * __this, DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___haystack0, DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___needle1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_0 = ___haystack0;
NullCheck(L_0);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_1 = ___needle1;
NullCheck(L_1);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
{
goto IL_000a;
}
}
{
return (-1);
}
IL_000a:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_2 = ___haystack0;
NullCheck(L_2);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_3 = ___needle1;
NullCheck(L_3);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))))
{
goto IL_0031;
}
}
{
V_0 = 0;
goto IL_0029;
}
IL_0016:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_4 = ___haystack0;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
Delegate_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_8 = ___needle1;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
Delegate_t * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_7);
bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_7, L_11);
if (L_12)
{
goto IL_0025;
}
}
{
return (-1);
}
IL_0025:
{
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0029:
{
int32_t L_14 = V_0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_15 = ___haystack0;
NullCheck(L_15);
if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))))
{
goto IL_0016;
}
}
{
return 0;
}
IL_0031:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_16 = ___haystack0;
NullCheck(L_16);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_17 = ___needle1;
NullCheck(L_17);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))));
goto IL_0066;
}
IL_003b:
{
V_2 = 0;
goto IL_0053;
}
IL_003f:
{
int32_t L_18 = V_2;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_19 = ___needle1;
NullCheck(L_19);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))), (int32_t)1))))))
{
goto IL_004b;
}
}
{
int32_t L_20 = V_1;
int32_t L_21 = V_2;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21));
}
IL_004b:
{
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_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0053:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_24 = ___needle1;
int32_t L_25 = V_2;
NullCheck(L_24);
int32_t L_26 = L_25;
Delegate_t * L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_28 = ___haystack0;
int32_t L_29 = V_1;
NullCheck(L_28);
int32_t L_30 = L_29;
Delegate_t * L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
NullCheck(L_27);
bool L_32 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_27, L_31);
if (L_32)
{
goto IL_003f;
}
}
{
int32_t L_33 = V_1;
int32_t L_34 = V_2;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))));
}
IL_0066:
{
int32_t L_35 = V_1;
if ((((int32_t)L_35) >= ((int32_t)0)))
{
goto IL_003b;
}
}
{
return (-1);
}
}
// System.Delegate System.MulticastDelegate::RemoveImpl(System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * MulticastDelegate_RemoveImpl_mEC70774A4A3E151E86CE936D0A06829B79FCB547 (MulticastDelegate_t * __this, Delegate_t * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MulticastDelegate_RemoveImpl_mEC70774A4A3E151E86CE936D0A06829B79FCB547_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MulticastDelegate_t * V_0 = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_1 = NULL;
int32_t V_2 = 0;
Delegate_t * V_3 = NULL;
int32_t V_4 = 0;
MulticastDelegate_t * V_5 = NULL;
int32_t V_6 = 0;
MulticastDelegate_t * V_7 = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* G_B22_0 = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* G_B21_0 = NULL;
int32_t G_B23_0 = 0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* G_B23_1 = NULL;
{
Delegate_t * L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return __this;
}
IL_0005:
{
Delegate_t * L_1 = ___value0;
V_0 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_1, MulticastDelegate_t_il2cpp_TypeInfo_var));
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_2 = __this->get_delegates_11();
if (L_2)
{
goto IL_0029;
}
}
{
MulticastDelegate_t * L_3 = V_0;
NullCheck(L_3);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_4 = L_3->get_delegates_11();
if (L_4)
{
goto IL_0029;
}
}
{
MulticastDelegate_t * L_5 = V_0;
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_5);
if (L_6)
{
goto IL_0027;
}
}
{
return __this;
}
IL_0027:
{
return (Delegate_t *)NULL;
}
IL_0029:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_7 = __this->get_delegates_11();
if (L_7)
{
goto IL_0057;
}
}
{
MulticastDelegate_t * L_8 = V_0;
NullCheck(L_8);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_9 = L_8->get_delegates_11();
V_1 = L_9;
V_2 = 0;
goto IL_004f;
}
IL_003c:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_10 = V_1;
int32_t L_11 = V_2;
NullCheck(L_10);
int32_t L_12 = L_11;
Delegate_t * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_3 = L_13;
Delegate_t * L_14 = V_3;
bool L_15 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_14);
if (!L_15)
{
goto IL_004b;
}
}
{
return (Delegate_t *)NULL;
}
IL_004b:
{
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_004f:
{
int32_t L_17 = V_2;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_18 = V_1;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))
{
goto IL_003c;
}
}
{
return __this;
}
IL_0057:
{
MulticastDelegate_t * L_19 = V_0;
NullCheck(L_19);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_20 = L_19->get_delegates_11();
if (L_20)
{
goto IL_00fd;
}
}
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_21 = __this->get_delegates_11();
MulticastDelegate_t * L_22 = V_0;
int32_t L_23 = Array_LastIndexOf_TisDelegate_t_mEF3643667769C5E754C0DF7DD1B0C9D54E493C45(L_21, L_22, /*hidden argument*/Array_LastIndexOf_TisDelegate_t_mEF3643667769C5E754C0DF7DD1B0C9D54E493C45_RuntimeMethod_var);
V_4 = L_23;
int32_t L_24 = V_4;
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
{
goto IL_0077;
}
}
{
return __this;
}
IL_0077:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_25 = __this->get_delegates_11();
NullCheck(L_25);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))))) > ((int32_t)1)))
{
goto IL_0088;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_26 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_26, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, MulticastDelegate_RemoveImpl_mEC70774A4A3E151E86CE936D0A06829B79FCB547_RuntimeMethod_var);
}
IL_0088:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_27 = __this->get_delegates_11();
NullCheck(L_27);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) == ((uint32_t)2))))
{
goto IL_00a3;
}
}
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_28 = __this->get_delegates_11();
int32_t L_29 = V_4;
G_B21_0 = L_28;
if (!L_29)
{
G_B22_0 = L_28;
goto IL_00a0;
}
}
{
G_B23_0 = 0;
G_B23_1 = G_B21_0;
goto IL_00a1;
}
IL_00a0:
{
G_B23_0 = 1;
G_B23_1 = G_B22_0;
}
IL_00a1:
{
NullCheck(G_B23_1);
int32_t L_30 = G_B23_0;
Delegate_t * L_31 = (G_B23_1)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
return L_31;
}
IL_00a3:
{
MulticastDelegate_t * L_32 = Delegate_AllocDelegateLike_internal_m44C2E3D4E421F3F19058E691FEEB6EC054A92B3F(__this, /*hidden argument*/NULL);
V_5 = L_32;
MulticastDelegate_t * L_33 = V_5;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_34 = __this->get_delegates_11();
NullCheck(L_34);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_35 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))), (int32_t)1)));
NullCheck(L_33);
L_33->set_delegates_11(L_35);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_36 = __this->get_delegates_11();
MulticastDelegate_t * L_37 = V_5;
NullCheck(L_37);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_38 = L_37->get_delegates_11();
int32_t L_39 = V_4;
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_36, (RuntimeArray *)(RuntimeArray *)L_38, L_39, /*hidden argument*/NULL);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_40 = __this->get_delegates_11();
int32_t L_41 = V_4;
MulticastDelegate_t * L_42 = V_5;
NullCheck(L_42);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_43 = L_42->get_delegates_11();
int32_t L_44 = V_4;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_45 = __this->get_delegates_11();
NullCheck(L_45);
int32_t L_46 = V_4;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_40, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_43, L_44, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))), (int32_t)L_46)), (int32_t)1)), /*hidden argument*/NULL);
MulticastDelegate_t * L_47 = V_5;
return L_47;
}
IL_00fd:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_48 = __this->get_delegates_11();
MulticastDelegate_t * L_49 = V_0;
NullCheck(L_49);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_50 = L_49->get_delegates_11();
NullCheck((RuntimeObject *)(RuntimeObject *)L_48);
bool L_51 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(RuntimeObject *)L_48, (RuntimeObject *)(RuntimeObject *)L_50);
if (!L_51)
{
goto IL_0112;
}
}
{
return (Delegate_t *)NULL;
}
IL_0112:
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_52 = __this->get_delegates_11();
MulticastDelegate_t * L_53 = V_0;
NullCheck(L_53);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_54 = L_53->get_delegates_11();
int32_t L_55 = MulticastDelegate_LastIndexOf_mC8608A9B5AD9B47651893C1F9FD4EE93E883230D(__this, L_52, L_54, /*hidden argument*/NULL);
V_6 = L_55;
int32_t L_56 = V_6;
if ((!(((uint32_t)L_56) == ((uint32_t)(-1)))))
{
goto IL_012d;
}
}
{
return __this;
}
IL_012d:
{
MulticastDelegate_t * L_57 = Delegate_AllocDelegateLike_internal_m44C2E3D4E421F3F19058E691FEEB6EC054A92B3F(__this, /*hidden argument*/NULL);
V_7 = L_57;
MulticastDelegate_t * L_58 = V_7;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_59 = __this->get_delegates_11();
NullCheck(L_59);
MulticastDelegate_t * L_60 = V_0;
NullCheck(L_60);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_61 = L_60->get_delegates_11();
NullCheck(L_61);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_62 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_61)->max_length)))))));
NullCheck(L_58);
L_58->set_delegates_11(L_62);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_63 = __this->get_delegates_11();
MulticastDelegate_t * L_64 = V_7;
NullCheck(L_64);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_65 = L_64->get_delegates_11();
int32_t L_66 = V_6;
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_63, (RuntimeArray *)(RuntimeArray *)L_65, L_66, /*hidden argument*/NULL);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_67 = __this->get_delegates_11();
int32_t L_68 = V_6;
MulticastDelegate_t * L_69 = V_0;
NullCheck(L_69);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_70 = L_69->get_delegates_11();
NullCheck(L_70);
MulticastDelegate_t * L_71 = V_7;
NullCheck(L_71);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_72 = L_71->get_delegates_11();
int32_t L_73 = V_6;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_74 = __this->get_delegates_11();
NullCheck(L_74);
int32_t L_75 = V_6;
MulticastDelegate_t * L_76 = V_0;
NullCheck(L_76);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_77 = L_76->get_delegates_11();
NullCheck(L_77);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_67, ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length)))))), (RuntimeArray *)(RuntimeArray *)L_72, L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length)))), (int32_t)L_75)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length)))))), /*hidden argument*/NULL);
MulticastDelegate_t * L_78 = V_7;
return L_78;
}
}
#ifdef __clang__
#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.MulticastNotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_m4E7EEFC6E42FEAB6FA8D775E2CC71A0C3B970CD2 (MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MulticastNotSupportedException__ctor_m4E7EEFC6E42FEAB6FA8D775E2CC71A0C3B970CD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAE2D86CD2BE6BF988588077152DC43D7030A504A, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233068), /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233068), /*hidden argument*/NULL);
return;
}
}
// System.Void System.MulticastNotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_mB91B7A630F7A2067A58D34B2180ED59249CB2221 (MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211 * __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.NonSerializedAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonSerializedAttribute__ctor_mE1558BDEF20C2A2D08703549040E56970CC767B0 (NonSerializedAttribute_t1D1C4A9662B6C2FAC28237FCDFA49FA4747BC3BA * __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.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral376A1C1EC35E50EC842B660B9E346C386ABA78C1, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147467263), /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147467263), /*hidden argument*/NULL);
return;
}
}
// System.Void System.NotImplementedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mFF1238AF9C34A2EA800C8AA62ABACBC395BCAB44 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __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.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBEE42D2FC435CCAA88B02E953C7318706D195EE9, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233067), /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233067), /*hidden argument*/NULL);
return;
}
}
// System.Void System.NotSupportedException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m760F4B08E9380A2833C61A34F67D5CD836E32D8C (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __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)-2146233067), /*hidden argument*/NULL);
return;
}
}
// System.Void System.NotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1F2AAA51372307FB5B4ED59C9F89A0BBFC94C768 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __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.ConsoleKeyInfo System.NullConsoleDriver::ReadKey(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 NullConsoleDriver_ReadKey_mD8783671CC38E7E2BA8949C9C2631BB90D5A0317 (NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D * __this, bool ___intercept0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NullConsoleDriver_ReadKey_mD8783671CC38E7E2BA8949C9C2631BB90D5A0317_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_il2cpp_TypeInfo_var);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = ((NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_StaticFields*)il2cpp_codegen_static_fields_for(NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_il2cpp_TypeInfo_var))->get_EmptyConsoleKeyInfo_0();
return L_0;
}
}
// System.Void System.NullConsoleDriver::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullConsoleDriver__ctor_mEF6695F8B8CEE021CD5EC693237034A53D484CB2 (NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.NullConsoleDriver::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullConsoleDriver__cctor_m0B892457EA9435B6B2E8483E8F7588290E9573D0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NullConsoleDriver__cctor_m0B892457EA9435B6B2E8483E8F7588290E9573D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0;
memset((&L_0), 0, sizeof(L_0));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_0), 0, 0, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
((NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_StaticFields*)il2cpp_codegen_static_fields_for(NullConsoleDriver_t4608D1A2E1195946C2945E3459E15364CF4EC43D_il2cpp_TypeInfo_var))->set_EmptyConsoleKeyInfo_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.NullReferenceException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDFEFBEE8FA51C19A77377FDC99C6D1E91AC2EBB8, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147467261), /*hidden argument*/NULL);
return;
}
}
// System.Void System.NullReferenceException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349 (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __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)-2147467261), /*hidden argument*/NULL);
return;
}
}
// System.Void System.NullReferenceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m30DB93B2976C4F659BDFEE6B4A801C79DC898E00 (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __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.Type System.Nullable::GetUnderlyingType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04 (Type_t * ___nullableType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___nullableType0;
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, _stringLiteralAAD19283FC942FFC547E9D76151FC155278475DF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___nullableType0;
NullCheck(L_3);
bool L_4 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, L_3);
if (!L_4)
{
goto IL_003b;
}
}
{
Type_t * L_5 = ___nullableType0;
NullCheck(L_5);
bool L_6 = VirtFuncInvoker0< bool >::Invoke(105 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_5);
if (L_6)
{
goto IL_003b;
}
}
{
Type_t * L_7 = ___nullableType0;
NullCheck(L_7);
Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_7);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
bool L_11 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_8, L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_003d;
}
}
IL_003b:
{
return (Type_t *)NULL;
}
IL_003d:
{
Type_t * L_12 = ___nullableType0;
NullCheck(L_12);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, L_12);
NullCheck(L_13);
int32_t L_14 = 0;
Type_t * L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return L_15;
}
}
#ifdef __clang__
#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.Number::NumberBufferToDecimal(System.Byte*,System.Decimal&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberBufferToDecimal_m0C4AC5B6FF9A6FCC8BF29288793B11CB09AB38C7 (uint8_t* ___number0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___value1, const RuntimeMethod* method)
{
typedef bool (*Number_NumberBufferToDecimal_m0C4AC5B6FF9A6FCC8BF29288793B11CB09AB38C7_ftn) (uint8_t*, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *);
using namespace il2cpp::icalls;
return ((Number_NumberBufferToDecimal_m0C4AC5B6FF9A6FCC8BF29288793B11CB09AB38C7_ftn)mscorlib::System::Number::NumberBufferToDecimal) (___number0, ___value1);
}
// System.Boolean System.Number::NumberBufferToDouble(System.Byte*,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberBufferToDouble_mE27725FD73DD8B9F85044B850CBA7356C5A9082D (uint8_t* ___number0, double* ___value1, const RuntimeMethod* method)
{
typedef bool (*Number_NumberBufferToDouble_mE27725FD73DD8B9F85044B850CBA7356C5A9082D_ftn) (uint8_t*, double*);
using namespace il2cpp::icalls;
return ((Number_NumberBufferToDouble_mE27725FD73DD8B9F85044B850CBA7356C5A9082D_ftn)mscorlib::System::Number::NumberBufferToDouble) (___number0, ___value1);
}
// System.String System.Number::FormatDecimal(System.Decimal,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatDecimal_mD9017BCCC840DA365FF4BE687382AB95D22CF562 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_FormatDecimal_mD9017BCCC840DA365FF4BE687382AB95D22CF562_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
String_t* L_3 = NumberFormatter_NumberToString_mB2192DEA3E3EFE9F8799E9D931F21586823E61D9(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_FormatDouble_m75CA311327BBDA4F918A84B0C0B689B5C4F84EC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format1;
double L_1 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
String_t* L_3 = NumberFormatter_NumberToString_m52F79BE9C6B6531191AE27454C6DEBA1C09A4717(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.Number::FormatInt32(System.Int32,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984 (int32_t ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format1;
int32_t L_1 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
String_t* L_3 = NumberFormatter_NumberToString_mD13D145869D2857BFDAEDD127A04E68A6B929950(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.Number::FormatUInt32(System.UInt32,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatUInt32_m585E2571063A256E46836A51BC4A54CFF151BDEE (uint32_t ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_FormatUInt32_m585E2571063A256E46836A51BC4A54CFF151BDEE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format1;
uint32_t L_1 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
String_t* L_3 = NumberFormatter_NumberToString_mBA9C9AB4809ADB1CEDAC880569E1F4EC2ADB547C(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.Number::FormatInt64(System.Int64,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt64_m4D4B9098DEEF54C61927074C5471C272A1B64BEB (int64_t ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_FormatInt64_m4D4B9098DEEF54C61927074C5471C272A1B64BEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format1;
int64_t L_1 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
String_t* L_3 = NumberFormatter_NumberToString_mF2FEDF5FC0B3511F8BE51DC6C6FF1B6326BDDA05(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.Number::FormatUInt64(System.UInt64,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatUInt64_m04004F09D1913C13C59635153D0F45AF37F8248A (uint64_t ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_FormatUInt64_m04004F09D1913C13C59635153D0F45AF37F8248A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format1;
uint64_t L_1 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
String_t* L_3 = NumberFormatter_NumberToString_mB04F03382B99D07E7DDEE769E704C823EC6EF201(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.Number::FormatSingle(System.Single,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256 (float ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format1;
float L_1 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
String_t* L_3 = NumberFormatter_NumberToString_m2BCC98CB4910CBDA506DD64B026DB3C66A66A657(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.Number::HexNumberToInt32(System.Number_NumberBuffer&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_HexNumberToInt32_m9229BEC2774D0AC4211B2D01CDD18EB1FB5DDDD7 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, int32_t* ___value1, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
V_0 = 0;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number0;
bool L_1 = Number_HexNumberToUInt32_mCF1D424CBE49EEA9B5D2546B705C79519A41195F((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)L_0, (uint32_t*)(&V_0), /*hidden argument*/NULL);
int32_t* L_2 = ___value1;
uint32_t L_3 = V_0;
*((int32_t*)L_2) = (int32_t)L_3;
return L_1;
}
}
// System.Boolean System.Number::HexNumberToInt64(System.Number_NumberBuffer&,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_HexNumberToInt64_m378430BD3E19ACC499999BE305850B0AFD292313 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, int64_t* ___value1, const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
V_0 = (((int64_t)((int64_t)0)));
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number0;
bool L_1 = Number_HexNumberToUInt64_mD5003F23674F5CF4D681066993ECC3F4DD9D4252((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)L_0, (uint64_t*)(&V_0), /*hidden argument*/NULL);
int64_t* L_2 = ___value1;
uint64_t L_3 = V_0;
*((int64_t*)L_2) = (int64_t)L_3;
return L_1;
}
}
// System.Boolean System.Number::HexNumberToUInt32(System.Number_NumberBuffer&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_HexNumberToUInt32_mCF1D424CBE49EEA9B5D2546B705C79519A41195F (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, uint32_t* ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number0;
int32_t L_1 = L_0->get_scale_4();
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)10))))
{
goto IL_0015;
}
}
{
int32_t L_3 = V_0;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_4 = ___number0;
int32_t L_5 = L_4->get_precision_3();
if ((((int32_t)L_3) >= ((int32_t)L_5)))
{
goto IL_0017;
}
}
IL_0015:
{
return (bool)0;
}
IL_0017:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_6 = ___number0;
Il2CppChar* L_7 = L_6->get_digits_2();
V_1 = (Il2CppChar*)L_7;
V_2 = 0;
goto IL_0081;
}
IL_0022:
{
uint32_t L_8 = V_2;
if ((!(((uint32_t)L_8) > ((uint32_t)((int32_t)268435455)))))
{
goto IL_002c;
}
}
{
return (bool)0;
}
IL_002c:
{
uint32_t L_9 = V_2;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)((int32_t)16)));
Il2CppChar* L_10 = V_1;
int32_t L_11 = *((uint16_t*)L_10);
if (!L_11)
{
goto IL_0081;
}
}
{
uint32_t L_12 = V_2;
V_3 = L_12;
Il2CppChar* L_13 = V_1;
int32_t L_14 = *((uint16_t*)L_13);
if (!L_14)
{
goto IL_0079;
}
}
{
Il2CppChar* L_15 = V_1;
int32_t L_16 = *((uint16_t*)L_15);
if ((((int32_t)L_16) < ((int32_t)((int32_t)48))))
{
goto IL_0051;
}
}
{
Il2CppChar* L_17 = V_1;
int32_t L_18 = *((uint16_t*)L_17);
if ((((int32_t)L_18) > ((int32_t)((int32_t)57))))
{
goto IL_0051;
}
}
{
uint32_t L_19 = V_3;
Il2CppChar* L_20 = V_1;
int32_t L_21 = *((uint16_t*)L_20);
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)48)))));
goto IL_0075;
}
IL_0051:
{
Il2CppChar* L_22 = V_1;
int32_t L_23 = *((uint16_t*)L_22);
if ((((int32_t)L_23) < ((int32_t)((int32_t)65))))
{
goto IL_006a;
}
}
{
Il2CppChar* L_24 = V_1;
int32_t L_25 = *((uint16_t*)L_24);
if ((((int32_t)L_25) > ((int32_t)((int32_t)70))))
{
goto IL_006a;
}
}
{
uint32_t L_26 = V_3;
Il2CppChar* L_27 = V_1;
int32_t L_28 = *((uint16_t*)L_27);
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)65))), (int32_t)((int32_t)10)))));
goto IL_0075;
}
IL_006a:
{
uint32_t L_29 = V_3;
Il2CppChar* L_30 = V_1;
int32_t L_31 = *((uint16_t*)L_30);
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)97))), (int32_t)((int32_t)10)))));
}
IL_0075:
{
Il2CppChar* L_32 = V_1;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)2));
}
IL_0079:
{
uint32_t L_33 = V_3;
uint32_t L_34 = V_2;
if ((!(((uint32_t)L_33) < ((uint32_t)L_34))))
{
goto IL_007f;
}
}
{
return (bool)0;
}
IL_007f:
{
uint32_t L_35 = V_3;
V_2 = L_35;
}
IL_0081:
{
int32_t L_36 = V_0;
int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1));
V_0 = L_37;
if ((((int32_t)L_37) >= ((int32_t)0)))
{
goto IL_0022;
}
}
{
uint32_t* L_38 = ___value1;
uint32_t L_39 = V_2;
*((int32_t*)L_38) = (int32_t)L_39;
return (bool)1;
}
}
// System.Boolean System.Number::HexNumberToUInt64(System.Number_NumberBuffer&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_HexNumberToUInt64_mD5003F23674F5CF4D681066993ECC3F4DD9D4252 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, uint64_t* ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
uint64_t V_2 = 0;
uint64_t V_3 = 0;
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number0;
int32_t L_1 = L_0->get_scale_4();
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)20))))
{
goto IL_0015;
}
}
{
int32_t L_3 = V_0;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_4 = ___number0;
int32_t L_5 = L_4->get_precision_3();
if ((((int32_t)L_3) >= ((int32_t)L_5)))
{
goto IL_0017;
}
}
IL_0015:
{
return (bool)0;
}
IL_0017:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_6 = ___number0;
Il2CppChar* L_7 = L_6->get_digits_2();
V_1 = (Il2CppChar*)L_7;
V_2 = (((int64_t)((int64_t)0)));
goto IL_008a;
}
IL_0023:
{
uint64_t L_8 = V_2;
if ((!(((uint64_t)L_8) > ((uint64_t)((int64_t)1152921504606846975LL)))))
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0031:
{
uint64_t L_9 = V_2;
V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_9, (int64_t)(((int64_t)((int64_t)((int32_t)16))))));
Il2CppChar* L_10 = V_1;
int32_t L_11 = *((uint16_t*)L_10);
if (!L_11)
{
goto IL_008a;
}
}
{
uint64_t L_12 = V_2;
V_3 = L_12;
Il2CppChar* L_13 = V_1;
int32_t L_14 = *((uint16_t*)L_13);
if (!L_14)
{
goto IL_0082;
}
}
{
Il2CppChar* L_15 = V_1;
int32_t L_16 = *((uint16_t*)L_15);
if ((((int32_t)L_16) < ((int32_t)((int32_t)48))))
{
goto IL_0058;
}
}
{
Il2CppChar* L_17 = V_1;
int32_t L_18 = *((uint16_t*)L_17);
if ((((int32_t)L_18) > ((int32_t)((int32_t)57))))
{
goto IL_0058;
}
}
{
uint64_t L_19 = V_3;
Il2CppChar* L_20 = V_1;
int32_t L_21 = *((uint16_t*)L_20);
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_19, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)48))))))));
goto IL_007e;
}
IL_0058:
{
Il2CppChar* L_22 = V_1;
int32_t L_23 = *((uint16_t*)L_22);
if ((((int32_t)L_23) < ((int32_t)((int32_t)65))))
{
goto IL_0072;
}
}
{
Il2CppChar* L_24 = V_1;
int32_t L_25 = *((uint16_t*)L_24);
if ((((int32_t)L_25) > ((int32_t)((int32_t)70))))
{
goto IL_0072;
}
}
{
uint64_t L_26 = V_3;
Il2CppChar* L_27 = V_1;
int32_t L_28 = *((uint16_t*)L_27);
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))))))));
goto IL_007e;
}
IL_0072:
{
uint64_t L_29 = V_3;
Il2CppChar* L_30 = V_1;
int32_t L_31 = *((uint16_t*)L_30);
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))))))));
}
IL_007e:
{
Il2CppChar* L_32 = V_1;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)2));
}
IL_0082:
{
uint64_t L_33 = V_3;
uint64_t L_34 = V_2;
if ((!(((uint64_t)L_33) < ((uint64_t)L_34))))
{
goto IL_0088;
}
}
{
return (bool)0;
}
IL_0088:
{
uint64_t L_35 = V_3;
V_2 = L_35;
}
IL_008a:
{
int32_t L_36 = V_0;
int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1));
V_0 = L_37;
if ((((int32_t)L_37) >= ((int32_t)0)))
{
goto IL_0023;
}
}
{
uint64_t* L_38 = ___value1;
uint64_t L_39 = V_2;
*((int64_t*)L_38) = (int64_t)L_39;
return (bool)1;
}
}
// System.Boolean System.Number::IsWhite(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_IsWhite_m2FBD10D7315E0E9771F98FA00CA7787699C03700 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) == ((int32_t)((int32_t)32))))
{
goto IL_0015;
}
}
{
Il2CppChar L_1 = ___ch0;
if ((((int32_t)L_1) < ((int32_t)((int32_t)9))))
{
goto IL_0013;
}
}
{
Il2CppChar L_2 = ___ch0;
return (bool)((((int32_t)((((int32_t)L_2) > ((int32_t)((int32_t)13)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0013:
{
return (bool)0;
}
IL_0015:
{
return (bool)1;
}
}
// System.Boolean System.Number::NumberToInt32(System.Number_NumberBuffer&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToInt32_m21C6C8AB448D962C7658840F3C511835089D26E6 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, int32_t* ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
int32_t V_2 = 0;
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number0;
int32_t L_1 = L_0->get_scale_4();
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)10))))
{
goto IL_0015;
}
}
{
int32_t L_3 = V_0;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_4 = ___number0;
int32_t L_5 = L_4->get_precision_3();
if ((((int32_t)L_3) >= ((int32_t)L_5)))
{
goto IL_0017;
}
}
IL_0015:
{
return (bool)0;
}
IL_0017:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_6 = ___number0;
Il2CppChar* L_7 = L_6->get_digits_2();
V_1 = (Il2CppChar*)L_7;
V_2 = 0;
goto IL_0041;
}
IL_0022:
{
int32_t L_8 = V_2;
if ((!(((uint32_t)L_8) > ((uint32_t)((int32_t)214748364)))))
{
goto IL_002c;
}
}
{
return (bool)0;
}
IL_002c:
{
int32_t L_9 = V_2;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)((int32_t)10)));
Il2CppChar* L_10 = V_1;
int32_t L_11 = *((uint16_t*)L_10);
if (!L_11)
{
goto IL_0041;
}
}
{
int32_t L_12 = V_2;
Il2CppChar* L_13 = V_1;
Il2CppChar* L_14 = (Il2CppChar*)L_13;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2));
int32_t L_15 = *((uint16_t*)L_14);
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)48)))));
}
IL_0041:
{
int32_t L_16 = V_0;
int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
V_0 = L_17;
if ((((int32_t)L_17) >= ((int32_t)0)))
{
goto IL_0022;
}
}
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_18 = ___number0;
bool L_19 = L_18->get_sign_5();
if (!L_19)
{
goto IL_005a;
}
}
{
int32_t L_20 = V_2;
V_2 = ((-L_20));
int32_t L_21 = V_2;
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_0060;
}
}
{
return (bool)0;
}
IL_005a:
{
int32_t L_22 = V_2;
if ((((int32_t)L_22) >= ((int32_t)0)))
{
goto IL_0060;
}
}
{
return (bool)0;
}
IL_0060:
{
int32_t* L_23 = ___value1;
int32_t L_24 = V_2;
*((int32_t*)L_23) = (int32_t)L_24;
return (bool)1;
}
}
// System.Boolean System.Number::NumberToInt64(System.Number_NumberBuffer&,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToInt64_mC59DFAEF3C78A77FFFFA66937DD8109E747F4EE0 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, int64_t* ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
int64_t V_2 = 0;
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number0;
int32_t L_1 = L_0->get_scale_4();
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)19))))
{
goto IL_0015;
}
}
{
int32_t L_3 = V_0;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_4 = ___number0;
int32_t L_5 = L_4->get_precision_3();
if ((((int32_t)L_3) >= ((int32_t)L_5)))
{
goto IL_0017;
}
}
IL_0015:
{
return (bool)0;
}
IL_0017:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_6 = ___number0;
Il2CppChar* L_7 = L_6->get_digits_2();
V_1 = (Il2CppChar*)L_7;
V_2 = (((int64_t)((int64_t)0)));
goto IL_0048;
}
IL_0023:
{
int64_t L_8 = V_2;
if ((!(((uint64_t)L_8) > ((uint64_t)((int64_t)922337203685477580LL)))))
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0031:
{
int64_t L_9 = V_2;
V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_9, (int64_t)(((int64_t)((int64_t)((int32_t)10))))));
Il2CppChar* L_10 = V_1;
int32_t L_11 = *((uint16_t*)L_10);
if (!L_11)
{
goto IL_0048;
}
}
{
int64_t L_12 = V_2;
Il2CppChar* L_13 = V_1;
Il2CppChar* L_14 = (Il2CppChar*)L_13;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2));
int32_t L_15 = *((uint16_t*)L_14);
V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_12, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)48))))))));
}
IL_0048:
{
int32_t L_16 = V_0;
int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
V_0 = L_17;
if ((((int32_t)L_17) >= ((int32_t)0)))
{
goto IL_0023;
}
}
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_18 = ___number0;
bool L_19 = L_18->get_sign_5();
if (!L_19)
{
goto IL_0062;
}
}
{
int64_t L_20 = V_2;
V_2 = ((-L_20));
int64_t L_21 = V_2;
if ((((int64_t)L_21) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0069;
}
}
{
return (bool)0;
}
IL_0062:
{
int64_t L_22 = V_2;
if ((((int64_t)L_22) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0069;
}
}
{
return (bool)0;
}
IL_0069:
{
int64_t* L_23 = ___value1;
int64_t L_24 = V_2;
*((int64_t*)L_23) = (int64_t)L_24;
return (bool)1;
}
}
// System.Boolean System.Number::NumberToUInt32(System.Number_NumberBuffer&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToUInt32_m60BDF4513A1673F8F993CAA12CA865FD4294308F (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, uint32_t* ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number0;
int32_t L_1 = L_0->get_scale_4();
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)10))))
{
goto IL_001d;
}
}
{
int32_t L_3 = V_0;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_4 = ___number0;
int32_t L_5 = L_4->get_precision_3();
if ((((int32_t)L_3) < ((int32_t)L_5)))
{
goto IL_001d;
}
}
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_6 = ___number0;
bool L_7 = L_6->get_sign_5();
if (!L_7)
{
goto IL_001f;
}
}
IL_001d:
{
return (bool)0;
}
IL_001f:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_8 = ___number0;
Il2CppChar* L_9 = L_8->get_digits_2();
V_1 = (Il2CppChar*)L_9;
V_2 = 0;
goto IL_0051;
}
IL_002a:
{
uint32_t L_10 = V_2;
if ((!(((uint32_t)L_10) > ((uint32_t)((int32_t)429496729)))))
{
goto IL_0034;
}
}
{
return (bool)0;
}
IL_0034:
{
uint32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)10)));
Il2CppChar* L_12 = V_1;
int32_t L_13 = *((uint16_t*)L_12);
if (!L_13)
{
goto IL_0051;
}
}
{
uint32_t L_14 = V_2;
Il2CppChar* L_15 = V_1;
Il2CppChar* L_16 = (Il2CppChar*)L_15;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2));
int32_t L_17 = *((uint16_t*)L_16);
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)48)))));
uint32_t L_18 = V_3;
uint32_t L_19 = V_2;
if ((!(((uint32_t)L_18) < ((uint32_t)L_19))))
{
goto IL_004f;
}
}
{
return (bool)0;
}
IL_004f:
{
uint32_t L_20 = V_3;
V_2 = L_20;
}
IL_0051:
{
int32_t L_21 = V_0;
int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1));
V_0 = L_22;
if ((((int32_t)L_22) >= ((int32_t)0)))
{
goto IL_002a;
}
}
{
uint32_t* L_23 = ___value1;
uint32_t L_24 = V_2;
*((int32_t*)L_23) = (int32_t)L_24;
return (bool)1;
}
}
// System.Boolean System.Number::NumberToUInt64(System.Number_NumberBuffer&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_NumberToUInt64_m4F1E853E52800DA97846B99A6989596F310501C0 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number0, uint64_t* ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
uint64_t V_2 = 0;
uint64_t V_3 = 0;
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number0;
int32_t L_1 = L_0->get_scale_4();
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)20))))
{
goto IL_001d;
}
}
{
int32_t L_3 = V_0;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_4 = ___number0;
int32_t L_5 = L_4->get_precision_3();
if ((((int32_t)L_3) < ((int32_t)L_5)))
{
goto IL_001d;
}
}
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_6 = ___number0;
bool L_7 = L_6->get_sign_5();
if (!L_7)
{
goto IL_001f;
}
}
IL_001d:
{
return (bool)0;
}
IL_001f:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_8 = ___number0;
Il2CppChar* L_9 = L_8->get_digits_2();
V_1 = (Il2CppChar*)L_9;
V_2 = (((int64_t)((int64_t)0)));
goto IL_0058;
}
IL_002b:
{
uint64_t L_10 = V_2;
if ((!(((uint64_t)L_10) > ((uint64_t)((int64_t)1844674407370955161LL)))))
{
goto IL_0039;
}
}
{
return (bool)0;
}
IL_0039:
{
uint64_t L_11 = V_2;
V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_11, (int64_t)(((int64_t)((int64_t)((int32_t)10))))));
Il2CppChar* L_12 = V_1;
int32_t L_13 = *((uint16_t*)L_12);
if (!L_13)
{
goto IL_0058;
}
}
{
uint64_t L_14 = V_2;
Il2CppChar* L_15 = V_1;
Il2CppChar* L_16 = (Il2CppChar*)L_15;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2));
int32_t L_17 = *((uint16_t*)L_16);
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)48))))))));
uint64_t L_18 = V_3;
uint64_t L_19 = V_2;
if ((!(((uint64_t)L_18) < ((uint64_t)L_19))))
{
goto IL_0056;
}
}
{
return (bool)0;
}
IL_0056:
{
uint64_t L_20 = V_3;
V_2 = L_20;
}
IL_0058:
{
int32_t L_21 = V_0;
int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1));
V_0 = L_22;
if ((((int32_t)L_22) >= ((int32_t)0)))
{
goto IL_002b;
}
}
{
uint64_t* L_23 = ___value1;
uint64_t L_24 = V_2;
*((int64_t*)L_23) = (int64_t)L_24;
return (bool)1;
}
}
// System.Char* System.Number::MatchChars(System.Char*,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA (Il2CppChar* ___p0, String_t* ___str1, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ___str1;
V_1 = L_0;
String_t* L_1 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_1));
Il2CppChar* L_2 = V_0;
if (!L_2)
{
goto IL_0010;
}
}
{
Il2CppChar* L_3 = V_0;
int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4));
}
IL_0010:
{
Il2CppChar* L_5 = ___p0;
Il2CppChar* L_6 = V_0;
Il2CppChar* L_7 = Number_MatchChars_m7EE86D2BE9EC4117EE64EF821DB270C0A717ACAC((Il2CppChar*)(Il2CppChar*)L_5, (Il2CppChar*)(Il2CppChar*)L_6, /*hidden argument*/NULL);
return (Il2CppChar*)(L_7);
}
}
// System.Char* System.Number::MatchChars(System.Char*,System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_m7EE86D2BE9EC4117EE64EF821DB270C0A717ACAC (Il2CppChar* ___p0, Il2CppChar* ___str1, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___str1;
int32_t L_1 = *((uint16_t*)L_0);
if (L_1)
{
goto IL_0029;
}
}
{
return (Il2CppChar*)((((uintptr_t)0)));
}
IL_0007:
{
Il2CppChar* L_2 = ___p0;
int32_t L_3 = *((uint16_t*)L_2);
Il2CppChar* L_4 = ___str1;
int32_t L_5 = *((uint16_t*)L_4);
if ((((int32_t)L_3) == ((int32_t)L_5)))
{
goto IL_001f;
}
}
{
Il2CppChar* L_6 = ___str1;
int32_t L_7 = *((uint16_t*)L_6);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)160)))))
{
goto IL_001c;
}
}
{
Il2CppChar* L_8 = ___p0;
int32_t L_9 = *((uint16_t*)L_8);
if ((((int32_t)L_9) == ((int32_t)((int32_t)32))))
{
goto IL_001f;
}
}
IL_001c:
{
return (Il2CppChar*)((((uintptr_t)0)));
}
IL_001f:
{
Il2CppChar* L_10 = ___p0;
___p0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2));
Il2CppChar* L_11 = ___str1;
___str1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)2));
}
IL_0029:
{
Il2CppChar* L_12 = ___str1;
int32_t L_13 = *((uint16_t*)L_12);
if (L_13)
{
goto IL_0007;
}
}
{
Il2CppChar* L_14 = ___p0;
return (Il2CppChar*)(L_14);
}
}
// System.Decimal System.Number::ParseDecimal(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Number_ParseDecimal_m0D2FF289F648F210AB219D617813E954769B7CCE (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_ParseDecimal_m0D2FF289F648F210AB219D617813E954769B7CCE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_2;
memset((&V_2), 0, sizeof(V_2));
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
il2cpp_codegen_initobj((&V_2), sizeof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ));
String_t* L_3 = ___value0;
int32_t L_4 = ___options1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___numfmt2;
Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED(L_3, L_4, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_5, (bool)1, /*hidden argument*/NULL);
uint8_t* L_6 = NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), /*hidden argument*/NULL);
bool L_7 = Number_NumberBufferToDecimal_m0C4AC5B6FF9A6FCC8BF29288793B11CB09AB38C7((uint8_t*)(uint8_t*)L_6, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_2), /*hidden argument*/NULL);
if (L_7)
{
goto IL_0044;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6976E9D2306260A73687B281AF880C13AB05F910, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_9 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Number_ParseDecimal_m0D2FF289F648F210AB219D617813E954769B7CCE_RuntimeMethod_var);
}
IL_0044:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_10 = V_2;
return L_10;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_ParseDouble_m1114DFDF930B69AB3222044E9818855F131B5672_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
double V_2 = 0.0;
String_t* V_3 = NULL;
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Number_ParseDouble_m1114DFDF930B69AB3222044E9818855F131B5672_RuntimeMethod_var);
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_2 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_3 = (int8_t*) alloca((((uintptr_t)L_2)));
memset(L_3, 0, (((uintptr_t)L_2)));
V_0 = (uint8_t*)(L_3);
uint8_t* L_4 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_4, /*hidden argument*/NULL);
V_2 = (0.0);
String_t* L_5 = ___value0;
int32_t L_6 = ___options1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = ___numfmt2;
bool L_8 = Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7(L_5, L_6, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_7, (bool)0, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0095;
}
}
{
String_t* L_9 = ___value0;
NullCheck(L_9);
String_t* L_10 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_9, /*hidden argument*/NULL);
V_3 = L_10;
String_t* L_11 = V_3;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_12 = ___numfmt2;
NullCheck(L_12);
String_t* L_13 = NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
bool L_14 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_11, L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0055;
}
}
{
return (std::numeric_limits<double>::infinity());
}
IL_0055:
{
String_t* L_15 = V_3;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_16 = ___numfmt2;
NullCheck(L_16);
String_t* L_17 = NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
bool L_18 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_15, L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_006d;
}
}
{
return (-std::numeric_limits<double>::infinity());
}
IL_006d:
{
String_t* L_19 = V_3;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_20 = ___numfmt2;
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_0085;
}
}
{
return (std::numeric_limits<double>::quiet_NaN());
}
IL_0085:
{
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_24 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, Number_ParseDouble_m1114DFDF930B69AB3222044E9818855F131B5672_RuntimeMethod_var);
}
IL_0095:
{
uint8_t* L_25 = NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), /*hidden argument*/NULL);
bool L_26 = Number_NumberBufferToDouble_mE27725FD73DD8B9F85044B850CBA7356C5A9082D((uint8_t*)(uint8_t*)L_25, (double*)(&V_2), /*hidden argument*/NULL);
if (L_26)
{
goto IL_00b5;
}
}
{
String_t* L_27 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral00C75FBF9FDF37741287FE5138D60B6AEC257FF6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_28 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_28, L_27, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, Number_ParseDouble_m1114DFDF930B69AB3222044E9818855F131B5672_RuntimeMethod_var);
}
IL_00b5:
{
double L_29 = V_2;
return L_29;
}
}
// System.Int32 System.Number::ParseInt32(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
V_2 = 0;
String_t* L_3 = ___s0;
int32_t L_4 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___info2;
Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED(L_3, L_4, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_5, (bool)0, /*hidden argument*/NULL);
int32_t L_6 = ___style1;
if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)512))))
{
goto IL_0042;
}
}
{
bool L_7 = Number_HexNumberToInt32_m9229BEC2774D0AC4211B2D01CDD18EB1FB5DDDD7((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_7)
{
goto IL_005d;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral858B28677610CF07E111998CCE040F14F5256455, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_9 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF_RuntimeMethod_var);
}
IL_0042:
{
bool L_10 = Number_NumberToInt32_m21C6C8AB448D962C7658840F3C511835089D26E6((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_10)
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral858B28677610CF07E111998CCE040F14F5256455, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_12 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF_RuntimeMethod_var);
}
IL_005d:
{
int32_t L_13 = V_2;
return L_13;
}
}
// System.Int64 System.Number::ParseInt64(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Number_ParseInt64_m33AA7A0F69E575B698C474AA716B508904B92B62 (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_ParseInt64_m33AA7A0F69E575B698C474AA716B508904B92B62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
int64_t V_2 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
V_2 = (((int64_t)((int64_t)0)));
String_t* L_3 = ___value0;
int32_t L_4 = ___options1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___numfmt2;
Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED(L_3, L_4, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_5, (bool)0, /*hidden argument*/NULL);
int32_t L_6 = ___options1;
if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)512))))
{
goto IL_0043;
}
}
{
bool L_7 = Number_HexNumberToInt64_m378430BD3E19ACC499999BE305850B0AFD292313((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (int64_t*)(&V_2), /*hidden argument*/NULL);
if (L_7)
{
goto IL_005e;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral952604412082661142BB4448D6792E048E0317FC, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_9 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Number_ParseInt64_m33AA7A0F69E575B698C474AA716B508904B92B62_RuntimeMethod_var);
}
IL_0043:
{
bool L_10 = Number_NumberToInt64_mC59DFAEF3C78A77FFFFA66937DD8109E747F4EE0((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (int64_t*)(&V_2), /*hidden argument*/NULL);
if (L_10)
{
goto IL_005e;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral952604412082661142BB4448D6792E048E0317FC, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_12 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Number_ParseInt64_m33AA7A0F69E575B698C474AA716B508904B92B62_RuntimeMethod_var);
}
IL_005e:
{
int64_t L_13 = V_2;
return L_13;
}
}
// System.Boolean System.Number::ParseNumber(System.Char*&,System.Globalization.NumberStyles,System.Number_NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_ParseNumber_m17629D8063D3403750ED6ACEE47F9F3F3C682241 (Il2CppChar** ___str0, int32_t ___options1, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number2, StringBuilder_t * ___sb3, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt4, bool ___parseDecimal5, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t V_11 = 0;
Il2CppChar* V_12 = NULL;
Il2CppChar V_13 = 0x0;
Il2CppChar* V_14 = NULL;
int32_t V_15 = 0;
int32_t V_16 = 0;
bool V_17 = false;
Il2CppChar* V_18 = NULL;
int32_t V_19 = 0;
int32_t G_B8_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B21_0 = 0;
int32_t G_B48_0 = 0;
int32_t G_B106_0 = 0;
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_0 = ___number2;
L_0->set_scale_4(0);
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_1 = ___number2;
L_1->set_sign_5((bool)0);
V_2 = (String_t*)NULL;
V_3 = (String_t*)NULL;
V_4 = (String_t*)NULL;
V_5 = (String_t*)NULL;
V_6 = (bool)0;
int32_t L_2 = ___options1;
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)256))))
{
goto IL_0064;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = ___numfmt4;
NullCheck(L_3);
String_t* L_4 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_3, /*hidden argument*/NULL);
V_2 = L_4;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___numfmt4;
NullCheck(L_5);
String_t* L_6 = L_5->get_ansiCurrencySymbol_11();
if (!L_6)
{
goto IL_003d;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = ___numfmt4;
NullCheck(L_7);
String_t* L_8 = L_7->get_ansiCurrencySymbol_11();
V_3 = L_8;
}
IL_003d:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = ___numfmt4;
NullCheck(L_9);
String_t* L_10 = NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline(L_9, /*hidden argument*/NULL);
V_4 = L_10;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_11 = ___numfmt4;
NullCheck(L_11);
String_t* L_12 = NumberFormatInfo_get_NumberGroupSeparator_mD995708E10C4CC55A19E7126E7A6C256A2DD1A35_inline(L_11, /*hidden argument*/NULL);
V_5 = L_12;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = ___numfmt4;
NullCheck(L_13);
String_t* L_14 = NumberFormatInfo_get_CurrencyDecimalSeparator_mB1EE2B6EA5D9F58355F26F071B9A08435378214D_inline(L_13, /*hidden argument*/NULL);
V_0 = L_14;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_15 = ___numfmt4;
NullCheck(L_15);
String_t* L_16 = NumberFormatInfo_get_CurrencyGroupSeparator_m5AC1CA2A478284D1D059459951C8208168A20130_inline(L_15, /*hidden argument*/NULL);
V_1 = L_16;
V_6 = (bool)1;
goto IL_0074;
}
IL_0064:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_17 = ___numfmt4;
NullCheck(L_17);
String_t* L_18 = NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline(L_17, /*hidden argument*/NULL);
V_0 = L_18;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_19 = ___numfmt4;
NullCheck(L_19);
String_t* L_20 = NumberFormatInfo_get_NumberGroupSeparator_mD995708E10C4CC55A19E7126E7A6C256A2DD1A35_inline(L_19, /*hidden argument*/NULL);
V_1 = L_20;
}
IL_0074:
{
V_7 = 0;
V_8 = (bool)0;
StringBuilder_t * L_21 = ___sb3;
V_9 = (bool)((!(((RuntimeObject*)(StringBuilder_t *)L_21) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_22 = V_9;
if (!L_22)
{
goto IL_0090;
}
}
{
int32_t L_23 = ___options1;
G_B8_0 = ((!(((uint32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0);
goto IL_0091;
}
IL_0090:
{
G_B8_0 = 0;
}
IL_0091:
{
V_10 = (bool)G_B8_0;
bool L_24 = V_9;
if (L_24)
{
goto IL_009b;
}
}
{
G_B11_0 = ((int32_t)50);
goto IL_00a0;
}
IL_009b:
{
G_B11_0 = ((int32_t)2147483647LL);
}
IL_00a0:
{
V_11 = G_B11_0;
Il2CppChar** L_25 = ___str0;
V_12 = (Il2CppChar*)(*((intptr_t*)L_25));
Il2CppChar* L_26 = V_12;
int32_t L_27 = *((uint16_t*)L_26);
V_13 = L_27;
}
IL_00ab:
{
Il2CppChar L_28 = V_13;
bool L_29 = Number_IsWhite_m2FBD10D7315E0E9771F98FA00CA7787699C03700(L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00df;
}
}
{
int32_t L_30 = ___options1;
if (!((int32_t)((int32_t)L_30&(int32_t)1)))
{
goto IL_00df;
}
}
{
int32_t L_31 = V_7;
if (!((int32_t)((int32_t)L_31&(int32_t)1)))
{
goto IL_019d;
}
}
{
int32_t L_32 = V_7;
if (!((int32_t)((int32_t)L_32&(int32_t)1)))
{
goto IL_00df;
}
}
{
int32_t L_33 = V_7;
if (((int32_t)((int32_t)L_33&(int32_t)((int32_t)32))))
{
goto IL_019d;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_34 = ___numfmt4;
NullCheck(L_34);
int32_t L_35 = NumberFormatInfo_get_NumberNegativePattern_mF41D38C78ED74CB2F365ECE09BFB386434F2B017_inline(L_34, /*hidden argument*/NULL);
if ((((int32_t)L_35) == ((int32_t)2)))
{
goto IL_019d;
}
}
IL_00df:
{
int32_t L_36 = ___options1;
if (!((int32_t)((int32_t)L_36&(int32_t)4)))
{
goto IL_00ed;
}
}
{
int32_t L_37 = V_7;
G_B21_0 = ((((int32_t)((int32_t)((int32_t)L_37&(int32_t)1))) == ((int32_t)0))? 1 : 0);
goto IL_00ee;
}
IL_00ed:
{
G_B21_0 = 0;
}
IL_00ee:
{
int32_t L_38 = G_B21_0;
V_8 = (bool)L_38;
if (!L_38)
{
goto IL_0119;
}
}
{
Il2CppChar* L_39 = V_12;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_40 = ___numfmt4;
NullCheck(L_40);
String_t* L_41 = NumberFormatInfo_get_PositiveSign_m268EA84CDC3A03566ACDC10208E165DB74948747_inline(L_40, /*hidden argument*/NULL);
Il2CppChar* L_42 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_39, L_41, /*hidden argument*/NULL);
Il2CppChar* L_43 = (Il2CppChar*)L_42;
V_14 = (Il2CppChar*)L_43;
if ((((intptr_t)L_43) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0119;
}
}
{
int32_t L_44 = V_7;
V_7 = ((int32_t)((int32_t)L_44|(int32_t)1));
Il2CppChar* L_45 = V_14;
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (int32_t)2));
goto IL_019d;
}
IL_0119:
{
bool L_46 = V_8;
if (!L_46)
{
goto IL_0147;
}
}
{
Il2CppChar* L_47 = V_12;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_48 = ___numfmt4;
NullCheck(L_48);
String_t* L_49 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_48, /*hidden argument*/NULL);
Il2CppChar* L_50 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_47, L_49, /*hidden argument*/NULL);
Il2CppChar* L_51 = (Il2CppChar*)L_50;
V_14 = (Il2CppChar*)L_51;
if ((((intptr_t)L_51) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0147;
}
}
{
int32_t L_52 = V_7;
V_7 = ((int32_t)((int32_t)L_52|(int32_t)1));
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_53 = ___number2;
L_53->set_sign_5((bool)1);
Il2CppChar* L_54 = V_14;
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_54, (int32_t)2));
goto IL_019d;
}
IL_0147:
{
Il2CppChar L_55 = V_13;
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)40)))))
{
goto IL_0168;
}
}
{
int32_t L_56 = ___options1;
if (!((int32_t)((int32_t)L_56&(int32_t)((int32_t)16))))
{
goto IL_0168;
}
}
{
int32_t L_57 = V_7;
if (((int32_t)((int32_t)L_57&(int32_t)1)))
{
goto IL_0168;
}
}
{
int32_t L_58 = V_7;
V_7 = ((int32_t)((int32_t)L_58|(int32_t)3));
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_59 = ___number2;
L_59->set_sign_5((bool)1);
goto IL_019d;
}
IL_0168:
{
String_t* L_60 = V_2;
if (!L_60)
{
goto IL_017a;
}
}
{
Il2CppChar* L_61 = V_12;
String_t* L_62 = V_2;
Il2CppChar* L_63 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_61, L_62, /*hidden argument*/NULL);
Il2CppChar* L_64 = (Il2CppChar*)L_63;
V_14 = (Il2CppChar*)L_64;
if ((!(((uintptr_t)L_64) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_018c;
}
}
IL_017a:
{
String_t* L_65 = V_3;
if (!L_65)
{
goto IL_01ac;
}
}
{
Il2CppChar* L_66 = V_12;
String_t* L_67 = V_3;
Il2CppChar* L_68 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_66, L_67, /*hidden argument*/NULL);
Il2CppChar* L_69 = (Il2CppChar*)L_68;
V_14 = (Il2CppChar*)L_69;
if ((((intptr_t)L_69) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_01ac;
}
}
IL_018c:
{
int32_t L_70 = V_7;
V_7 = ((int32_t)((int32_t)L_70|(int32_t)((int32_t)32)));
V_2 = (String_t*)NULL;
V_3 = (String_t*)NULL;
Il2CppChar* L_71 = V_14;
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_71, (int32_t)2));
}
IL_019d:
{
Il2CppChar* L_72 = V_12;
Il2CppChar* L_73 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)2));
V_12 = (Il2CppChar*)L_73;
int32_t L_74 = *((uint16_t*)L_73);
V_13 = L_74;
goto IL_00ab;
}
IL_01ac:
{
V_15 = 0;
V_16 = 0;
}
IL_01b2:
{
Il2CppChar L_75 = V_13;
if ((((int32_t)L_75) < ((int32_t)((int32_t)48))))
{
goto IL_01be;
}
}
{
Il2CppChar L_76 = V_13;
if ((((int32_t)L_76) <= ((int32_t)((int32_t)57))))
{
goto IL_01e8;
}
}
IL_01be:
{
int32_t L_77 = ___options1;
if (!((int32_t)((int32_t)L_77&(int32_t)((int32_t)512))))
{
goto IL_0275;
}
}
{
Il2CppChar L_78 = V_13;
if ((((int32_t)L_78) < ((int32_t)((int32_t)97))))
{
goto IL_01d6;
}
}
{
Il2CppChar L_79 = V_13;
if ((((int32_t)L_79) <= ((int32_t)((int32_t)102))))
{
goto IL_01e8;
}
}
IL_01d6:
{
Il2CppChar L_80 = V_13;
if ((((int32_t)L_80) < ((int32_t)((int32_t)65))))
{
goto IL_0275;
}
}
{
Il2CppChar L_81 = V_13;
if ((((int32_t)L_81) > ((int32_t)((int32_t)70))))
{
goto IL_0275;
}
}
IL_01e8:
{
int32_t L_82 = V_7;
V_7 = ((int32_t)((int32_t)L_82|(int32_t)4));
Il2CppChar L_83 = V_13;
if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)48)))))
{
goto IL_01fd;
}
}
{
int32_t L_84 = V_7;
G_B48_0 = ((!(((uint32_t)((int32_t)((int32_t)L_84&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
goto IL_01fe;
}
IL_01fd:
{
G_B48_0 = 1;
}
IL_01fe:
{
bool L_85 = V_10;
if (!((int32_t)((int32_t)G_B48_0|(int32_t)L_85)))
{
goto IL_025b;
}
}
{
int32_t L_86 = V_15;
int32_t L_87 = V_11;
if ((((int32_t)L_86) >= ((int32_t)L_87)))
{
goto IL_023e;
}
}
{
bool L_88 = V_9;
if (!L_88)
{
goto IL_0218;
}
}
{
StringBuilder_t * L_89 = ___sb3;
Il2CppChar L_90 = V_13;
NullCheck(L_89);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_89, L_90, /*hidden argument*/NULL);
goto IL_022c;
}
IL_0218:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_91 = ___number2;
Il2CppChar* L_92 = L_91->get_digits_2();
int32_t L_93 = V_15;
int32_t L_94 = L_93;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1));
Il2CppChar L_95 = V_13;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_94)), (int32_t)2))))) = (int16_t)L_95;
}
IL_022c:
{
Il2CppChar L_96 = V_13;
bool L_97 = ___parseDecimal5;
if (!((int32_t)((int32_t)((((int32_t)((((int32_t)L_96) == ((int32_t)((int32_t)48)))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_97)))
{
goto IL_023e;
}
}
{
int32_t L_98 = V_15;
V_16 = L_98;
}
IL_023e:
{
int32_t L_99 = V_7;
if (((int32_t)((int32_t)L_99&(int32_t)((int32_t)16))))
{
goto IL_0250;
}
}
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_100 = ___number2;
int32_t* L_101 = L_100->get_address_of_scale_4();
int32_t* L_102 = L_101;
int32_t L_103 = *((int32_t*)L_102);
*((int32_t*)L_102) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1));
}
IL_0250:
{
int32_t L_104 = V_7;
V_7 = ((int32_t)((int32_t)L_104|(int32_t)8));
goto IL_02fe;
}
IL_025b:
{
int32_t L_105 = V_7;
if (!((int32_t)((int32_t)L_105&(int32_t)((int32_t)16))))
{
goto IL_02fe;
}
}
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_106 = ___number2;
int32_t* L_107 = L_106->get_address_of_scale_4();
int32_t* L_108 = L_107;
int32_t L_109 = *((int32_t*)L_108);
*((int32_t*)L_108) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)1));
goto IL_02fe;
}
IL_0275:
{
int32_t L_110 = ___options1;
if (!((int32_t)((int32_t)L_110&(int32_t)((int32_t)32))))
{
goto IL_02bb;
}
}
{
int32_t L_111 = V_7;
if (((int32_t)((int32_t)L_111&(int32_t)((int32_t)16))))
{
goto IL_02bb;
}
}
{
Il2CppChar* L_112 = V_12;
String_t* L_113 = V_0;
Il2CppChar* L_114 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_112, L_113, /*hidden argument*/NULL);
Il2CppChar* L_115 = (Il2CppChar*)L_114;
V_14 = (Il2CppChar*)L_115;
if ((!(((uintptr_t)L_115) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_02ac;
}
}
{
bool L_116 = V_6;
if (!L_116)
{
goto IL_02bb;
}
}
{
int32_t L_117 = V_7;
if (((int32_t)((int32_t)L_117&(int32_t)((int32_t)32))))
{
goto IL_02bb;
}
}
{
Il2CppChar* L_118 = V_12;
String_t* L_119 = V_4;
Il2CppChar* L_120 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_118, L_119, /*hidden argument*/NULL);
Il2CppChar* L_121 = (Il2CppChar*)L_120;
V_14 = (Il2CppChar*)L_121;
if ((((intptr_t)L_121) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_02bb;
}
}
IL_02ac:
{
int32_t L_122 = V_7;
V_7 = ((int32_t)((int32_t)L_122|(int32_t)((int32_t)16)));
Il2CppChar* L_123 = V_14;
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_123, (int32_t)2));
goto IL_02fe;
}
IL_02bb:
{
int32_t L_124 = ___options1;
if (!((int32_t)((int32_t)L_124&(int32_t)((int32_t)64))))
{
goto IL_030d;
}
}
{
int32_t L_125 = V_7;
if (!((int32_t)((int32_t)L_125&(int32_t)4)))
{
goto IL_030d;
}
}
{
int32_t L_126 = V_7;
if (((int32_t)((int32_t)L_126&(int32_t)((int32_t)16))))
{
goto IL_030d;
}
}
{
Il2CppChar* L_127 = V_12;
String_t* L_128 = V_1;
Il2CppChar* L_129 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_127, L_128, /*hidden argument*/NULL);
Il2CppChar* L_130 = (Il2CppChar*)L_129;
V_14 = (Il2CppChar*)L_130;
if ((!(((uintptr_t)L_130) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_02f8;
}
}
{
bool L_131 = V_6;
if (!L_131)
{
goto IL_030d;
}
}
{
int32_t L_132 = V_7;
if (((int32_t)((int32_t)L_132&(int32_t)((int32_t)32))))
{
goto IL_030d;
}
}
{
Il2CppChar* L_133 = V_12;
String_t* L_134 = V_5;
Il2CppChar* L_135 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_133, L_134, /*hidden argument*/NULL);
Il2CppChar* L_136 = (Il2CppChar*)L_135;
V_14 = (Il2CppChar*)L_136;
if ((((intptr_t)L_136) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_030d;
}
}
IL_02f8:
{
Il2CppChar* L_137 = V_14;
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_137, (int32_t)2));
}
IL_02fe:
{
Il2CppChar* L_138 = V_12;
Il2CppChar* L_139 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_138, (int32_t)2));
V_12 = (Il2CppChar*)L_139;
int32_t L_140 = *((uint16_t*)L_139);
V_13 = L_140;
goto IL_01b2;
}
IL_030d:
{
V_17 = (bool)0;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_141 = ___number2;
int32_t L_142 = V_16;
L_141->set_precision_3(L_142);
bool L_143 = V_9;
if (!L_143)
{
goto IL_0326;
}
}
{
StringBuilder_t * L_144 = ___sb3;
NullCheck(L_144);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_144, 0, /*hidden argument*/NULL);
goto IL_0334;
}
IL_0326:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_145 = ___number2;
Il2CppChar* L_146 = L_145->get_digits_2();
int32_t L_147 = V_16;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_146, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_147)), (int32_t)2))))) = (int16_t)0;
}
IL_0334:
{
int32_t L_148 = V_7;
if (!((int32_t)((int32_t)L_148&(int32_t)4)))
{
goto IL_0512;
}
}
{
Il2CppChar L_149 = V_13;
if ((((int32_t)L_149) == ((int32_t)((int32_t)69))))
{
goto IL_034c;
}
}
{
Il2CppChar L_150 = V_13;
if ((!(((uint32_t)L_150) == ((uint32_t)((int32_t)101)))))
{
goto IL_041f;
}
}
IL_034c:
{
int32_t L_151 = ___options1;
if (!((int32_t)((int32_t)L_151&(int32_t)((int32_t)128))))
{
goto IL_041f;
}
}
{
Il2CppChar* L_152 = V_12;
V_18 = (Il2CppChar*)L_152;
Il2CppChar* L_153 = V_12;
Il2CppChar* L_154 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_153, (int32_t)2));
V_12 = (Il2CppChar*)L_154;
int32_t L_155 = *((uint16_t*)L_154);
V_13 = L_155;
Il2CppChar* L_156 = V_12;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_157 = ___numfmt4;
NullCheck(L_157);
String_t* L_158 = NumberFormatInfo_get_PositiveSign_m268EA84CDC3A03566ACDC10208E165DB74948747_inline(L_157, /*hidden argument*/NULL);
Il2CppChar* L_159 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_156, L_158, /*hidden argument*/NULL);
Il2CppChar* L_160 = (Il2CppChar*)L_159;
V_14 = (Il2CppChar*)L_160;
if ((((intptr_t)L_160) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0385;
}
}
{
Il2CppChar* L_161 = V_14;
Il2CppChar* L_162 = (Il2CppChar*)L_161;
V_12 = (Il2CppChar*)L_162;
int32_t L_163 = *((uint16_t*)L_162);
V_13 = L_163;
goto IL_03a5;
}
IL_0385:
{
Il2CppChar* L_164 = V_12;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_165 = ___numfmt4;
NullCheck(L_165);
String_t* L_166 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_165, /*hidden argument*/NULL);
Il2CppChar* L_167 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_164, L_166, /*hidden argument*/NULL);
Il2CppChar* L_168 = (Il2CppChar*)L_167;
V_14 = (Il2CppChar*)L_168;
if ((((intptr_t)L_168) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_03a5;
}
}
{
Il2CppChar* L_169 = V_14;
Il2CppChar* L_170 = (Il2CppChar*)L_169;
V_12 = (Il2CppChar*)L_170;
int32_t L_171 = *((uint16_t*)L_170);
V_13 = L_171;
V_17 = (bool)1;
}
IL_03a5:
{
Il2CppChar L_172 = V_13;
if ((((int32_t)L_172) < ((int32_t)((int32_t)48))))
{
goto IL_0416;
}
}
{
Il2CppChar L_173 = V_13;
if ((((int32_t)L_173) > ((int32_t)((int32_t)57))))
{
goto IL_0416;
}
}
{
V_19 = 0;
}
IL_03b4:
{
int32_t L_174 = V_19;
Il2CppChar L_175 = V_13;
V_19 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_174, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_175, (int32_t)((int32_t)48)))));
Il2CppChar* L_176 = V_12;
Il2CppChar* L_177 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_176, (int32_t)2));
V_12 = (Il2CppChar*)L_177;
int32_t L_178 = *((uint16_t*)L_177);
V_13 = L_178;
int32_t L_179 = V_19;
if ((((int32_t)L_179) <= ((int32_t)((int32_t)1000))))
{
goto IL_03f3;
}
}
{
V_19 = ((int32_t)9999);
goto IL_03e7;
}
IL_03dd:
{
Il2CppChar* L_180 = V_12;
Il2CppChar* L_181 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_180, (int32_t)2));
V_12 = (Il2CppChar*)L_181;
int32_t L_182 = *((uint16_t*)L_181);
V_13 = L_182;
}
IL_03e7:
{
Il2CppChar L_183 = V_13;
if ((((int32_t)L_183) < ((int32_t)((int32_t)48))))
{
goto IL_03f3;
}
}
{
Il2CppChar L_184 = V_13;
if ((((int32_t)L_184) <= ((int32_t)((int32_t)57))))
{
goto IL_03dd;
}
}
IL_03f3:
{
Il2CppChar L_185 = V_13;
if ((((int32_t)L_185) < ((int32_t)((int32_t)48))))
{
goto IL_03ff;
}
}
{
Il2CppChar L_186 = V_13;
if ((((int32_t)L_186) <= ((int32_t)((int32_t)57))))
{
goto IL_03b4;
}
}
IL_03ff:
{
bool L_187 = V_17;
if (!L_187)
{
goto IL_0408;
}
}
{
int32_t L_188 = V_19;
V_19 = ((-L_188));
}
IL_0408:
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_189 = ___number2;
int32_t* L_190 = L_189->get_address_of_scale_4();
int32_t* L_191 = L_190;
int32_t L_192 = *((int32_t*)L_191);
int32_t L_193 = V_19;
*((int32_t*)L_191) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_192, (int32_t)L_193));
goto IL_041f;
}
IL_0416:
{
Il2CppChar* L_194 = V_18;
V_12 = (Il2CppChar*)L_194;
Il2CppChar* L_195 = V_12;
int32_t L_196 = *((uint16_t*)L_195);
V_13 = L_196;
}
IL_041f:
{
Il2CppChar L_197 = V_13;
bool L_198 = Number_IsWhite_m2FBD10D7315E0E9771F98FA00CA7787699C03700(L_197, /*hidden argument*/NULL);
if (!L_198)
{
goto IL_0430;
}
}
{
int32_t L_199 = ___options1;
if (((int32_t)((int32_t)L_199&(int32_t)2)))
{
goto IL_04d8;
}
}
IL_0430:
{
int32_t L_200 = ___options1;
if (!((int32_t)((int32_t)L_200&(int32_t)8)))
{
goto IL_043e;
}
}
{
int32_t L_201 = V_7;
G_B106_0 = ((((int32_t)((int32_t)((int32_t)L_201&(int32_t)1))) == ((int32_t)0))? 1 : 0);
goto IL_043f;
}
IL_043e:
{
G_B106_0 = 0;
}
IL_043f:
{
int32_t L_202 = G_B106_0;
V_8 = (bool)L_202;
if (!L_202)
{
goto IL_0467;
}
}
{
Il2CppChar* L_203 = V_12;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_204 = ___numfmt4;
NullCheck(L_204);
String_t* L_205 = NumberFormatInfo_get_PositiveSign_m268EA84CDC3A03566ACDC10208E165DB74948747_inline(L_204, /*hidden argument*/NULL);
Il2CppChar* L_206 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_203, L_205, /*hidden argument*/NULL);
Il2CppChar* L_207 = (Il2CppChar*)L_206;
V_14 = (Il2CppChar*)L_207;
if ((((intptr_t)L_207) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0467;
}
}
{
int32_t L_208 = V_7;
V_7 = ((int32_t)((int32_t)L_208|(int32_t)1));
Il2CppChar* L_209 = V_14;
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_209, (int32_t)2));
goto IL_04d8;
}
IL_0467:
{
bool L_210 = V_8;
if (!L_210)
{
goto IL_0495;
}
}
{
Il2CppChar* L_211 = V_12;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_212 = ___numfmt4;
NullCheck(L_212);
String_t* L_213 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_212, /*hidden argument*/NULL);
Il2CppChar* L_214 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_211, L_213, /*hidden argument*/NULL);
Il2CppChar* L_215 = (Il2CppChar*)L_214;
V_14 = (Il2CppChar*)L_215;
if ((((intptr_t)L_215) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0495;
}
}
{
int32_t L_216 = V_7;
V_7 = ((int32_t)((int32_t)L_216|(int32_t)1));
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_217 = ___number2;
L_217->set_sign_5((bool)1);
Il2CppChar* L_218 = V_14;
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_218, (int32_t)2));
goto IL_04d8;
}
IL_0495:
{
Il2CppChar L_219 = V_13;
if ((!(((uint32_t)L_219) == ((uint32_t)((int32_t)41)))))
{
goto IL_04aa;
}
}
{
int32_t L_220 = V_7;
if (!((int32_t)((int32_t)L_220&(int32_t)2)))
{
goto IL_04aa;
}
}
{
int32_t L_221 = V_7;
V_7 = ((int32_t)((int32_t)L_221&(int32_t)((int32_t)-3)));
goto IL_04d8;
}
IL_04aa:
{
String_t* L_222 = V_2;
if (!L_222)
{
goto IL_04bc;
}
}
{
Il2CppChar* L_223 = V_12;
String_t* L_224 = V_2;
Il2CppChar* L_225 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_223, L_224, /*hidden argument*/NULL);
Il2CppChar* L_226 = (Il2CppChar*)L_225;
V_14 = (Il2CppChar*)L_226;
if ((!(((uintptr_t)L_226) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_04ce;
}
}
IL_04bc:
{
String_t* L_227 = V_3;
if (!L_227)
{
goto IL_04e7;
}
}
{
Il2CppChar* L_228 = V_12;
String_t* L_229 = V_3;
Il2CppChar* L_230 = Number_MatchChars_mB3DAD884D42368A0428DACB98B14EAF4E223FAEA((Il2CppChar*)(Il2CppChar*)L_228, L_229, /*hidden argument*/NULL);
Il2CppChar* L_231 = (Il2CppChar*)L_230;
V_14 = (Il2CppChar*)L_231;
if ((((intptr_t)L_231) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_04e7;
}
}
IL_04ce:
{
V_2 = (String_t*)NULL;
V_3 = (String_t*)NULL;
Il2CppChar* L_232 = V_14;
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_232, (int32_t)2));
}
IL_04d8:
{
Il2CppChar* L_233 = V_12;
Il2CppChar* L_234 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_233, (int32_t)2));
V_12 = (Il2CppChar*)L_234;
int32_t L_235 = *((uint16_t*)L_234);
V_13 = L_235;
goto IL_041f;
}
IL_04e7:
{
int32_t L_236 = V_7;
if (((int32_t)((int32_t)L_236&(int32_t)2)))
{
goto IL_0512;
}
}
{
int32_t L_237 = V_7;
if (((int32_t)((int32_t)L_237&(int32_t)8)))
{
goto IL_050c;
}
}
{
bool L_238 = ___parseDecimal5;
if (L_238)
{
goto IL_04fe;
}
}
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_239 = ___number2;
L_239->set_scale_4(0);
}
IL_04fe:
{
int32_t L_240 = V_7;
if (((int32_t)((int32_t)L_240&(int32_t)((int32_t)16))))
{
goto IL_050c;
}
}
{
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_241 = ___number2;
L_241->set_sign_5((bool)0);
}
IL_050c:
{
Il2CppChar** L_242 = ___str0;
Il2CppChar* L_243 = V_12;
*((intptr_t*)L_242) = (intptr_t)L_243;
return (bool)1;
}
IL_0512:
{
Il2CppChar** L_244 = ___str0;
Il2CppChar* L_245 = V_12;
*((intptr_t*)L_244) = (intptr_t)L_245;
return (bool)0;
}
}
// System.Single System.Number::ParseSingle(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
double V_2 = 0.0;
String_t* V_3 = NULL;
float G_B14_0 = 0.0f;
float G_B13_0 = 0.0f;
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B_RuntimeMethod_var);
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_2 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_3 = (int8_t*) alloca((((uintptr_t)L_2)));
memset(L_3, 0, (((uintptr_t)L_2)));
V_0 = (uint8_t*)(L_3);
uint8_t* L_4 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_4, /*hidden argument*/NULL);
V_2 = (0.0);
String_t* L_5 = ___value0;
int32_t L_6 = ___options1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = ___numfmt2;
bool L_8 = Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7(L_5, L_6, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_7, (bool)0, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0089;
}
}
{
String_t* L_9 = ___value0;
NullCheck(L_9);
String_t* L_10 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_9, /*hidden argument*/NULL);
V_3 = L_10;
String_t* L_11 = V_3;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_12 = ___numfmt2;
NullCheck(L_12);
String_t* L_13 = NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
bool L_14 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_11, L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0051;
}
}
{
return (std::numeric_limits<float>::infinity());
}
IL_0051:
{
String_t* L_15 = V_3;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_16 = ___numfmt2;
NullCheck(L_16);
String_t* L_17 = NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
bool L_18 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_15, L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0065;
}
}
{
return (-std::numeric_limits<float>::infinity());
}
IL_0065:
{
String_t* L_19 = V_3;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_20 = ___numfmt2;
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_0079;
}
}
{
return (std::numeric_limits<float>::quiet_NaN());
}
IL_0079:
{
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_24 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B_RuntimeMethod_var);
}
IL_0089:
{
uint8_t* L_25 = NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), /*hidden argument*/NULL);
bool L_26 = Number_NumberBufferToDouble_mE27725FD73DD8B9F85044B850CBA7356C5A9082D((uint8_t*)(uint8_t*)L_25, (double*)(&V_2), /*hidden argument*/NULL);
if (L_26)
{
goto IL_00a9;
}
}
{
String_t* L_27 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAC231C16BB6DC0735FDE11475AE90E9439B40BC1, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_28 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_28, L_27, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B_RuntimeMethod_var);
}
IL_00a9:
{
double L_29 = V_2;
float L_30 = (((float)((float)L_29)));
bool L_31 = Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B(L_30, /*hidden argument*/NULL);
G_B13_0 = L_30;
if (!L_31)
{
G_B14_0 = L_30;
goto IL_00c3;
}
}
{
String_t* L_32 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAC231C16BB6DC0735FDE11475AE90E9439B40BC1, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_33 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_33, L_32, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B_RuntimeMethod_var);
}
IL_00c3:
{
return G_B14_0;
}
}
// System.UInt32 System.Number::ParseUInt32(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Number_ParseUInt32_mF280A62925FED84E23D64DC6B86BC50AD96896FB (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_ParseUInt32_mF280A62925FED84E23D64DC6B86BC50AD96896FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
uint32_t V_2 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
V_2 = 0;
String_t* L_3 = ___value0;
int32_t L_4 = ___options1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___numfmt2;
Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED(L_3, L_4, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_5, (bool)0, /*hidden argument*/NULL);
int32_t L_6 = ___options1;
if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)512))))
{
goto IL_0042;
}
}
{
bool L_7 = Number_HexNumberToUInt32_mCF1D424CBE49EEA9B5D2546B705C79519A41195F((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint32_t*)(&V_2), /*hidden argument*/NULL);
if (L_7)
{
goto IL_005d;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_9 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Number_ParseUInt32_mF280A62925FED84E23D64DC6B86BC50AD96896FB_RuntimeMethod_var);
}
IL_0042:
{
bool L_10 = Number_NumberToUInt32_m60BDF4513A1673F8F993CAA12CA865FD4294308F((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint32_t*)(&V_2), /*hidden argument*/NULL);
if (L_10)
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2E2FC55ECA0F95E74B3E4F4CEB108D4486D3F1A6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_12 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Number_ParseUInt32_mF280A62925FED84E23D64DC6B86BC50AD96896FB_RuntimeMethod_var);
}
IL_005d:
{
uint32_t L_13 = V_2;
return L_13;
}
}
// System.UInt64 System.Number::ParseUInt64(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Number_ParseUInt64_m80F0E92F3D98C3390741451845F261F93A103E27 (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_ParseUInt64_m80F0E92F3D98C3390741451845F261F93A103E27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
uint64_t V_2 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
V_2 = (((int64_t)((int64_t)0)));
String_t* L_3 = ___value0;
int32_t L_4 = ___options1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___numfmt2;
Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED(L_3, L_4, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_5, (bool)0, /*hidden argument*/NULL);
int32_t L_6 = ___options1;
if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)512))))
{
goto IL_0043;
}
}
{
bool L_7 = Number_HexNumberToUInt64_mD5003F23674F5CF4D681066993ECC3F4DD9D4252((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint64_t*)(&V_2), /*hidden argument*/NULL);
if (L_7)
{
goto IL_005e;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_9 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Number_ParseUInt64_m80F0E92F3D98C3390741451845F261F93A103E27_RuntimeMethod_var);
}
IL_0043:
{
bool L_10 = Number_NumberToUInt64_m4F1E853E52800DA97846B99A6989596F310501C0((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint64_t*)(&V_2), /*hidden argument*/NULL);
if (L_10)
{
goto IL_005e;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4FA1555162B320F87E718E7D03508690DA6245A7, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_12 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Number_ParseUInt64_m80F0E92F3D98C3390741451845F261F93A103E27_RuntimeMethod_var);
}
IL_005e:
{
uint64_t L_13 = V_2;
return L_13;
}
}
// System.Void System.Number::StringToNumber(System.String,System.Globalization.NumberStyles,System.Number_NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED (String_t* ___str0, int32_t ___options1, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number2, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info3, bool ___parseDecimal4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
{
String_t* L_0 = ___str0;
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, _stringLiteral3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___str0;
V_1 = L_2;
String_t* L_3 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_3));
Il2CppChar* L_4 = V_0;
if (!L_4)
{
goto IL_001e;
}
}
{
Il2CppChar* L_5 = V_0;
int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6));
}
IL_001e:
{
Il2CppChar* L_7 = V_0;
V_2 = (Il2CppChar*)L_7;
int32_t L_8 = ___options1;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_9 = ___number2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___info3;
bool L_11 = ___parseDecimal4;
bool L_12 = Number_ParseNumber_m17629D8063D3403750ED6ACEE47F9F3F3C682241((Il2CppChar**)(&V_2), L_8, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)L_9, (StringBuilder_t *)NULL, L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_004d;
}
}
{
Il2CppChar* L_13 = V_2;
Il2CppChar* L_14 = V_0;
String_t* L_15 = ___str0;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
if ((((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_13, (intptr_t)L_14))/(int32_t)2)))))) >= ((int64_t)(((int64_t)((int64_t)L_16))))))
{
goto IL_005d;
}
}
{
String_t* L_17 = ___str0;
Il2CppChar* L_18 = V_2;
Il2CppChar* L_19 = V_0;
bool L_20 = Number_TrailingZeros_m5B8B34E5E660FBD4870DE2D2778FC3758F28750F(L_17, (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_18, (intptr_t)L_19))/(int32_t)2)))))))), /*hidden argument*/NULL);
if (L_20)
{
goto IL_005d;
}
}
IL_004d:
{
String_t* L_21 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_22 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_22, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, Number_StringToNumber_m430FD04F901D7715B727832A85D4D8DCD6EB4BED_RuntimeMethod_var);
}
IL_005d:
{
V_1 = (String_t*)NULL;
return;
}
}
// System.Boolean System.Number::TrailingZeros(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TrailingZeros_m5B8B34E5E660FBD4870DE2D2778FC3758F28750F (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___index1;
V_0 = L_0;
goto IL_0013;
}
IL_0004:
{
String_t* L_1 = ___s0;
int32_t L_2 = V_0;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_000f;
}
}
{
return (bool)0;
}
IL_000f:
{
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
}
IL_0013:
{
int32_t L_5 = V_0;
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)L_7)))
{
goto IL_0004;
}
}
{
return (bool)1;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_TryParseDouble_m42120E69C4182E443BDD9BC6DAF481DCBE9E610B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
double* L_3 = ___result3;
*((double*)L_3) = (double)(0.0);
String_t* L_4 = ___value0;
int32_t L_5 = ___options1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___numfmt2;
bool L_7 = Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7(L_4, L_5, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_6, (bool)0, /*hidden argument*/NULL);
if (L_7)
{
goto IL_002b;
}
}
{
return (bool)0;
}
IL_002b:
{
uint8_t* L_8 = NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), /*hidden argument*/NULL);
double* L_9 = ___result3;
bool L_10 = Number_NumberBufferToDouble_mE27725FD73DD8B9F85044B850CBA7356C5A9082D((uint8_t*)(uint8_t*)L_8, (double*)L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_003c;
}
}
{
return (bool)0;
}
IL_003c:
{
return (bool)1;
}
}
// System.Boolean System.Number::TryParseInt32(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt32_mF9FA8AD887CFF429B3C9DCAED08CBF7746DB250D (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, int32_t* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_TryParseInt32_mF9FA8AD887CFF429B3C9DCAED08CBF7746DB250D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
int32_t* L_3 = ___result3;
*((int32_t*)L_3) = (int32_t)0;
String_t* L_4 = ___s0;
int32_t L_5 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___info2;
bool L_7 = Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7(L_4, L_5, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_6, (bool)0, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0023;
}
}
{
return (bool)0;
}
IL_0023:
{
int32_t L_8 = ___style1;
if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)512))))
{
goto IL_0038;
}
}
{
int32_t* L_9 = ___result3;
bool L_10 = Number_HexNumberToInt32_m9229BEC2774D0AC4211B2D01CDD18EB1FB5DDDD7((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (int32_t*)L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0044;
}
}
{
return (bool)0;
}
IL_0038:
{
int32_t* L_11 = ___result3;
bool L_12 = Number_NumberToInt32_m21C6C8AB448D962C7658840F3C511835089D26E6((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (int32_t*)L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0044;
}
}
{
return (bool)0;
}
IL_0044:
{
return (bool)1;
}
}
// System.Boolean System.Number::TryParseInt64(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt64_m62C1C9F9BAC32770297859436DE8E68DF0E1E598 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, int64_t* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_TryParseInt64_m62C1C9F9BAC32770297859436DE8E68DF0E1E598_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
int64_t* L_3 = ___result3;
*((int64_t*)L_3) = (int64_t)(((int64_t)((int64_t)0)));
String_t* L_4 = ___s0;
int32_t L_5 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___info2;
bool L_7 = Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7(L_4, L_5, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_6, (bool)0, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
int32_t L_8 = ___style1;
if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)512))))
{
goto IL_0039;
}
}
{
int64_t* L_9 = ___result3;
bool L_10 = Number_HexNumberToInt64_m378430BD3E19ACC499999BE305850B0AFD292313((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (int64_t*)L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0045;
}
}
{
return (bool)0;
}
IL_0039:
{
int64_t* L_11 = ___result3;
bool L_12 = Number_NumberToInt64_mC59DFAEF3C78A77FFFFA66937DD8109E747F4EE0((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (int64_t*)L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0045;
}
}
{
return (bool)0;
}
IL_0045:
{
return (bool)1;
}
}
// System.Boolean System.Number::TryParseSingle(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseSingle_m8BFCEBAF689D19500FA014CAC081D1614BD4A4C0 (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, float* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_TryParseSingle_m8BFCEBAF689D19500FA014CAC081D1614BD4A4C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
double V_2 = 0.0;
float V_3 = 0.0f;
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
float* L_3 = ___result3;
*((float*)L_3) = (float)(0.0f);
V_2 = (0.0);
String_t* L_4 = ___value0;
int32_t L_5 = ___options1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___numfmt2;
bool L_7 = Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7(L_4, L_5, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_6, (bool)0, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0031:
{
uint8_t* L_8 = NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), /*hidden argument*/NULL);
bool L_9 = Number_NumberBufferToDouble_mE27725FD73DD8B9F85044B850CBA7356C5A9082D((uint8_t*)(uint8_t*)L_8, (double*)(&V_2), /*hidden argument*/NULL);
if (L_9)
{
goto IL_0043;
}
}
{
return (bool)0;
}
IL_0043:
{
double L_10 = V_2;
V_3 = (((float)((float)L_10)));
float L_11 = V_3;
bool L_12 = Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0050;
}
}
{
return (bool)0;
}
IL_0050:
{
float* L_13 = ___result3;
float L_14 = V_3;
*((float*)L_13) = (float)L_14;
return (bool)1;
}
}
// System.Boolean System.Number::TryParseUInt32(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt32_m5D5F513C1F31174E132E2646CC964C32E55F9436 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, uint32_t* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_TryParseUInt32_m5D5F513C1F31174E132E2646CC964C32E55F9436_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
uint32_t* L_3 = ___result3;
*((int32_t*)L_3) = (int32_t)0;
String_t* L_4 = ___s0;
int32_t L_5 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___info2;
bool L_7 = Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7(L_4, L_5, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_6, (bool)0, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0023;
}
}
{
return (bool)0;
}
IL_0023:
{
int32_t L_8 = ___style1;
if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)512))))
{
goto IL_0038;
}
}
{
uint32_t* L_9 = ___result3;
bool L_10 = Number_HexNumberToUInt32_mCF1D424CBE49EEA9B5D2546B705C79519A41195F((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint32_t*)L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0044;
}
}
{
return (bool)0;
}
IL_0038:
{
uint32_t* L_11 = ___result3;
bool L_12 = Number_NumberToUInt32_m60BDF4513A1673F8F993CAA12CA865FD4294308F((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint32_t*)L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0044;
}
}
{
return (bool)0;
}
IL_0044:
{
return (bool)1;
}
}
// System.Boolean System.Number::TryParseUInt64(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseUInt64_m04158127A1F8B0501269FDE9B096EFE9E4C16FE6 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, uint64_t* ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Number_TryParseUInt64_m04158127A1F8B0501269FDE9B096EFE9E4C16FE6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 V_1;
memset((&V_1), 0, sizeof(V_1));
{
IL2CPP_RUNTIME_CLASS_INIT(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var);
int32_t L_0 = ((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->get_NumberBufferBytes_0();
int8_t* L_1 = (int8_t*) alloca((((uintptr_t)L_0)));
memset(L_1, 0, (((uintptr_t)L_0)));
V_0 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint8_t*)(uint8_t*)L_2, /*hidden argument*/NULL);
uint64_t* L_3 = ___result3;
*((int64_t*)L_3) = (int64_t)(((int64_t)((int64_t)0)));
String_t* L_4 = ___s0;
int32_t L_5 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___info2;
bool L_7 = Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7(L_4, L_5, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), L_6, (bool)0, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
int32_t L_8 = ___style1;
if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)512))))
{
goto IL_0039;
}
}
{
uint64_t* L_9 = ___result3;
bool L_10 = Number_HexNumberToUInt64_mD5003F23674F5CF4D681066993ECC3F4DD9D4252((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint64_t*)L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0045;
}
}
{
return (bool)0;
}
IL_0039:
{
uint64_t* L_11 = ___result3;
bool L_12 = Number_NumberToUInt64_m4F1E853E52800DA97846B99A6989596F310501C0((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)(&V_1), (uint64_t*)L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0045;
}
}
{
return (bool)0;
}
IL_0045:
{
return (bool)1;
}
}
// System.Boolean System.Number::TryStringToNumber(System.String,System.Globalization.NumberStyles,System.Number_NumberBuffer&,System.Globalization.NumberFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryStringToNumber_mDA7F326F742680FF01ACA545ED511EE80A3248D7 (String_t* ___str0, int32_t ___options1, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number2, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt3, bool ___parseDecimal4, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
int32_t L_1 = ___options1;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_2 = ___number2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = ___numfmt3;
bool L_4 = ___parseDecimal4;
bool L_5 = Number_TryStringToNumber_m515B5B64EE9D50013D45179933663F00752A2DEC(L_0, L_1, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)L_2, (StringBuilder_t *)NULL, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.Number::TryStringToNumber(System.String,System.Globalization.NumberStyles,System.Number_NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryStringToNumber_m515B5B64EE9D50013D45179933663F00752A2DEC (String_t* ___str0, int32_t ___options1, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * ___number2, StringBuilder_t * ___sb3, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt4, bool ___parseDecimal5, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
String_t* L_1 = ___str0;
V_1 = L_1;
String_t* L_2 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_2));
Il2CppChar* L_3 = V_0;
if (!L_3)
{
goto IL_0015;
}
}
{
Il2CppChar* L_4 = V_0;
int32_t L_5 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5));
}
IL_0015:
{
Il2CppChar* L_6 = V_0;
V_2 = (Il2CppChar*)L_6;
int32_t L_7 = ___options1;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * L_8 = ___number2;
StringBuilder_t * L_9 = ___sb3;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___numfmt4;
bool L_11 = ___parseDecimal5;
bool L_12 = Number_ParseNumber_m17629D8063D3403750ED6ACEE47F9F3F3C682241((Il2CppChar**)(&V_2), L_7, (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *)L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0045;
}
}
{
Il2CppChar* L_13 = V_2;
Il2CppChar* L_14 = V_0;
String_t* L_15 = ___str0;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
if ((((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_13, (intptr_t)L_14))/(int32_t)2)))))) >= ((int64_t)(((int64_t)((int64_t)L_16))))))
{
goto IL_0047;
}
}
{
String_t* L_17 = ___str0;
Il2CppChar* L_18 = V_2;
Il2CppChar* L_19 = V_0;
bool L_20 = Number_TrailingZeros_m5B8B34E5E660FBD4870DE2D2778FC3758F28750F(L_17, (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_18, (intptr_t)L_19))/(int32_t)2)))))))), /*hidden argument*/NULL);
if (L_20)
{
goto IL_0047;
}
}
IL_0045:
{
return (bool)0;
}
IL_0047:
{
V_1 = (String_t*)NULL;
return (bool)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
// Conversion methods for marshalling of: System.Number/NumberBuffer
IL2CPP_EXTERN_C void NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshal_pinvoke(const NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075& unmarshaled, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshaled_pinvoke& marshaled)
{
marshaled.___baseAddress_1 = unmarshaled.get_baseAddress_1();
marshaled.___digits_2 = unmarshaled.get_digits_2();
marshaled.___precision_3 = unmarshaled.get_precision_3();
marshaled.___scale_4 = unmarshaled.get_scale_4();
marshaled.___sign_5 = static_cast<int32_t>(unmarshaled.get_sign_5());
}
IL2CPP_EXTERN_C void NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshal_pinvoke_back(const NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshaled_pinvoke& marshaled, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075& unmarshaled)
{
unmarshaled.set_baseAddress_1(marshaled.___baseAddress_1);
unmarshaled.set_digits_2(marshaled.___digits_2);
int32_t unmarshaled_precision_temp_2 = 0;
unmarshaled_precision_temp_2 = marshaled.___precision_3;
unmarshaled.set_precision_3(unmarshaled_precision_temp_2);
int32_t unmarshaled_scale_temp_3 = 0;
unmarshaled_scale_temp_3 = marshaled.___scale_4;
unmarshaled.set_scale_4(unmarshaled_scale_temp_3);
bool unmarshaled_sign_temp_4 = false;
unmarshaled_sign_temp_4 = static_cast<bool>(marshaled.___sign_5);
unmarshaled.set_sign_5(unmarshaled_sign_temp_4);
}
// Conversion method for clean up from marshalling of: System.Number/NumberBuffer
IL2CPP_EXTERN_C void NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshal_pinvoke_cleanup(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Number/NumberBuffer
IL2CPP_EXTERN_C void NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshal_com(const NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075& unmarshaled, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshaled_com& marshaled)
{
marshaled.___baseAddress_1 = unmarshaled.get_baseAddress_1();
marshaled.___digits_2 = unmarshaled.get_digits_2();
marshaled.___precision_3 = unmarshaled.get_precision_3();
marshaled.___scale_4 = unmarshaled.get_scale_4();
marshaled.___sign_5 = static_cast<int32_t>(unmarshaled.get_sign_5());
}
IL2CPP_EXTERN_C void NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshal_com_back(const NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshaled_com& marshaled, NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075& unmarshaled)
{
unmarshaled.set_baseAddress_1(marshaled.___baseAddress_1);
unmarshaled.set_digits_2(marshaled.___digits_2);
int32_t unmarshaled_precision_temp_2 = 0;
unmarshaled_precision_temp_2 = marshaled.___precision_3;
unmarshaled.set_precision_3(unmarshaled_precision_temp_2);
int32_t unmarshaled_scale_temp_3 = 0;
unmarshaled_scale_temp_3 = marshaled.___scale_4;
unmarshaled.set_scale_4(unmarshaled_scale_temp_3);
bool unmarshaled_sign_temp_4 = false;
unmarshaled_sign_temp_4 = static_cast<bool>(marshaled.___sign_5);
unmarshaled.set_sign_5(unmarshaled_sign_temp_4);
}
// Conversion method for clean up from marshalling of: System.Number/NumberBuffer
IL2CPP_EXTERN_C void NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshal_com_cleanup(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_marshaled_com& marshaled)
{
}
// System.Void System.Number_NumberBuffer::.ctor(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * __this, uint8_t* ___stackBuffer0, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___stackBuffer0;
__this->set_baseAddress_1((uint8_t*)L_0);
uint8_t* L_1 = ___stackBuffer0;
__this->set_digits_2((Il2CppChar*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
__this->set_precision_3(0);
__this->set_scale_4(0);
__this->set_sign_5((bool)0);
return;
}
}
IL2CPP_EXTERN_C void NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E_AdjustorThunk (RuntimeObject * __this, uint8_t* ___stackBuffer0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * _thisAdjusted = reinterpret_cast<NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *>(__this + _offset);
NumberBuffer__ctor_m3CC10B06A100FC612C5BD24BBC5A20C2BCDCD68E(_thisAdjusted, ___stackBuffer0, method);
}
// System.Byte* System.Number_NumberBuffer::PackForNative()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640 (NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * __this, const RuntimeMethod* method)
{
int32_t* V_0 = NULL;
int32_t* G_B2_0 = NULL;
int32_t* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
int32_t* G_B3_1 = NULL;
{
uint8_t* L_0 = __this->get_baseAddress_1();
V_0 = (int32_t*)L_0;
int32_t* L_1 = V_0;
int32_t L_2 = __this->get_precision_3();
*((int32_t*)L_1) = (int32_t)L_2;
int32_t* L_3 = V_0;
int32_t L_4 = __this->get_scale_4();
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)4))) = (int32_t)L_4;
int32_t* L_5 = V_0;
bool L_6 = __this->get_sign_5();
G_B1_0 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)4))));
if (L_6)
{
G_B2_0 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)4))));
goto IL_002a;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_002b;
}
IL_002a:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_002b:
{
*((int32_t*)G_B3_1) = (int32_t)G_B3_0;
uint8_t* L_7 = __this->get_baseAddress_1();
return (uint8_t*)(L_7);
}
}
IL2CPP_EXTERN_C uint8_t* NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 * _thisAdjusted = reinterpret_cast<NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075 *>(__this + _offset);
return NumberBuffer_PackForNative_m7790B7A255562FC1823BACABA471AF133A86D640(_thisAdjusted, method);
}
// System.Void System.Number_NumberBuffer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberBuffer__cctor_mB263774D1C650BD48E32AC15403F941154721DCE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberBuffer__cctor_mB263774D1C650BD48E32AC15403F941154721DCE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = IntPtr_get_Size_m1342A61F11766A494F2F90D9B68CADAD62261929(/*hidden argument*/NULL);
((NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_StaticFields*)il2cpp_codegen_static_fields_for(NumberBuffer_tBD2266C521F098915F124D7A62AFF8DB05918075_il2cpp_TypeInfo_var))->set_NumberBufferBytes_0(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)114), (int32_t)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.NumberFormatter::GetFormatterTables(System.UInt64*&,System.Int32*&,System.Char*&,System.Char*&,System.Int64*&,System.Int32*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_GetFormatterTables_m67567DB29277C2F860D0CD7A882C269F1775A9DE (uint64_t** ___MantissaBitsTable0, int32_t** ___TensExponentTable1, Il2CppChar** ___DigitLowerTable2, Il2CppChar** ___DigitUpperTable3, int64_t** ___TenPowersList4, int32_t** ___DecHexDigits5, const RuntimeMethod* method)
{
typedef void (*NumberFormatter_GetFormatterTables_m67567DB29277C2F860D0CD7A882C269F1775A9DE_ftn) (uint64_t**, int32_t**, Il2CppChar**, Il2CppChar**, int64_t**, int32_t**);
using namespace il2cpp::icalls;
((NumberFormatter_GetFormatterTables_m67567DB29277C2F860D0CD7A882C269F1775A9DE_ftn)mscorlib::System::NumberFormatter::GetFormatterTables) (___MantissaBitsTable0, ___TensExponentTable1, ___DigitLowerTable2, ___DigitUpperTable3, ___TenPowersList4, ___DecHexDigits5);
}
// System.Void System.NumberFormatter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter__cctor_m4742B866AF2C274FEE807160C61B979ADB071A2C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter__cctor_m4742B866AF2C274FEE807160C61B979ADB071A2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NumberFormatter_GetFormatterTables_m67567DB29277C2F860D0CD7A882C269F1775A9DE((uint64_t**)(((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_address_of_MantissaBitsTable_0()), (int32_t**)(((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_address_of_TensExponentTable_1()), (Il2CppChar**)(((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_address_of_DigitLowerTable_2()), (Il2CppChar**)(((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_address_of_DigitUpperTable_3()), (int64_t**)(((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_address_of_TenPowersList_4()), (int32_t**)(((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_address_of_DecHexDigits_5()), /*hidden argument*/NULL);
return;
}
}
// System.Int64 System.NumberFormatter::GetTenPowerOf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C (int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int64_t* L_0 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_TenPowersList_4();
int32_t L_1 = ___i0;
int64_t L_2 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)8)))));
return L_2;
}
}
// System.Void System.NumberFormatter::InitDecHexDigits(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_mDDED506A219AEEA8A1A12EBC660550D440FF873B (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_InitDecHexDigits_mDDED506A219AEEA8A1A12EBC660550D440FF873B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
uint32_t L_0 = ___value0;
if ((!(((uint32_t)L_0) >= ((uint32_t)((int32_t)100000000)))))
{
goto IL_0027;
}
}
{
uint32_t L_1 = ___value0;
V_0 = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)100000000)));
uint32_t L_2 = ___value0;
int32_t L_3 = V_0;
___value0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)100000000), (int32_t)L_3))));
int32_t L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_5 = NumberFormatter_FastToDecHex_m70F4537592F2D301B57DCB01BF0BF5F5B929845F(L_4, /*hidden argument*/NULL);
__this->set__val2_20(L_5);
}
IL_0027:
{
uint32_t L_6 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_7 = NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D(L_6, /*hidden argument*/NULL);
__this->set__val1_19(L_7);
return;
}
}
// System.Void System.NumberFormatter::InitDecHexDigits(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m6B41DFE2085FE5ECE27586ACA44B44359C3E3883 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_InitDecHexDigits_m6B41DFE2085FE5ECE27586ACA44B44359C3E3883_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int32_t V_1 = 0;
{
uint64_t L_0 = ___value0;
if ((!(((uint64_t)L_0) >= ((uint64_t)(((int64_t)((int64_t)((int32_t)100000000))))))))
{
goto IL_0059;
}
}
{
uint64_t L_1 = ___value0;
V_0 = ((int64_t)((uint64_t)(int64_t)L_1/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000))))));
uint64_t L_2 = ___value0;
int64_t L_3 = V_0;
___value0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)((int32_t)100000000)))), (int64_t)L_3))));
int64_t L_4 = V_0;
if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))
{
goto IL_0049;
}
}
{
int64_t L_5 = V_0;
V_1 = (((int32_t)((int32_t)((int64_t)((int64_t)L_5/(int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))));
int64_t L_6 = V_0;
int32_t L_7 = V_1;
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_6, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_7))), (int64_t)(((int64_t)((int64_t)((int32_t)100000000))))))));
int32_t L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_9 = NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D(L_8, /*hidden argument*/NULL);
__this->set__val3_21(L_9);
}
IL_0049:
{
int64_t L_10 = V_0;
if (!L_10)
{
goto IL_0059;
}
}
{
int64_t L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_12 = NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D((((int32_t)((int32_t)L_11))), /*hidden argument*/NULL);
__this->set__val2_20(L_12);
}
IL_0059:
{
uint64_t L_13 = ___value0;
if (!L_13)
{
goto IL_0069;
}
}
{
uint64_t L_14 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_15 = NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D((((int32_t)((int32_t)L_14))), /*hidden argument*/NULL);
__this->set__val1_19(L_15);
}
IL_0069:
{
return;
}
}
// System.Void System.NumberFormatter::InitDecHexDigits(System.UInt32,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m42646433FC393F360E2B559C275DA76F30E1CAD0 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, uint32_t ___hi0, uint64_t ___lo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_InitDecHexDigits_m42646433FC393F360E2B559C275DA76F30E1CAD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
uint64_t V_1 = 0;
uint64_t V_2 = 0;
uint64_t V_3 = 0;
{
uint32_t L_0 = ___hi0;
if (L_0)
{
goto IL_000b;
}
}
{
uint64_t L_1 = ___lo1;
NumberFormatter_InitDecHexDigits_m6B41DFE2085FE5ECE27586ACA44B44359C3E3883(__this, L_1, /*hidden argument*/NULL);
return;
}
IL_000b:
{
uint32_t L_2 = ___hi0;
V_0 = ((int32_t)((uint32_t)(int32_t)L_2/(uint32_t)(int32_t)((int32_t)100000000)));
uint32_t L_3 = ___hi0;
uint32_t L_4 = V_0;
V_1 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)((int32_t)100000000)))))))))));
uint64_t L_5 = ___lo1;
V_2 = ((int64_t)((uint64_t)(int64_t)L_5/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000))))));
uint64_t L_6 = ___lo1;
uint64_t L_7 = V_2;
uint64_t L_8 = V_1;
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_6, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_7, (int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_8, (int64_t)(((int64_t)((int64_t)((int32_t)9551616))))))));
uint32_t L_9 = V_0;
___hi0 = L_9;
uint64_t L_10 = V_2;
uint64_t L_11 = V_1;
___lo1 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_11, (int64_t)((int64_t)184467440737LL)))));
uint64_t L_12 = V_3;
V_2 = ((int64_t)((uint64_t)(int64_t)L_12/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000))))));
uint64_t L_13 = V_3;
uint64_t L_14 = V_2;
V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_13, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_14, (int64_t)(((int64_t)((int64_t)((int32_t)100000000))))))));
uint64_t L_15 = ___lo1;
uint64_t L_16 = V_2;
___lo1 = ((int64_t)il2cpp_codegen_add((int64_t)L_15, (int64_t)L_16));
uint64_t L_17 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_18 = NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D((((int32_t)((int32_t)L_17))), /*hidden argument*/NULL);
__this->set__val1_19(L_18);
uint64_t L_19 = ___lo1;
V_2 = ((int64_t)((uint64_t)(int64_t)L_19/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000))))));
uint64_t L_20 = ___lo1;
uint64_t L_21 = V_2;
V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_20, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_21, (int64_t)(((int64_t)((int64_t)((int32_t)100000000))))))));
uint64_t L_22 = V_2;
___lo1 = L_22;
uint32_t L_23 = ___hi0;
if (!L_23)
{
goto IL_00c2;
}
}
{
uint64_t L_24 = ___lo1;
uint32_t L_25 = ___hi0;
___lo1 = ((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)L_25))), (int64_t)((int64_t)184467440737LL)))));
uint64_t L_26 = V_3;
uint32_t L_27 = ___hi0;
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)L_27))), (int64_t)(((int64_t)((int64_t)((int32_t)9551616))))))));
uint64_t L_28 = V_3;
V_2 = ((int64_t)((uint64_t)(int64_t)L_28/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000))))));
uint64_t L_29 = ___lo1;
uint64_t L_30 = V_2;
___lo1 = ((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)L_30));
uint64_t L_31 = V_3;
uint64_t L_32 = V_2;
V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_31, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_32, (int64_t)(((int64_t)((int64_t)((int32_t)100000000))))))));
}
IL_00c2:
{
uint64_t L_33 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_34 = NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D((((int32_t)((int32_t)L_33))), /*hidden argument*/NULL);
__this->set__val2_20(L_34);
uint64_t L_35 = ___lo1;
if ((!(((uint64_t)L_35) >= ((uint64_t)(((int64_t)((int64_t)((int32_t)100000000))))))))
{
goto IL_00fa;
}
}
{
uint64_t L_36 = ___lo1;
V_2 = ((int64_t)((uint64_t)(int64_t)L_36/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000))))));
uint64_t L_37 = ___lo1;
uint64_t L_38 = V_2;
___lo1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_37, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_38, (int64_t)(((int64_t)((int64_t)((int32_t)100000000))))))));
uint64_t L_39 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_40 = NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D((((int32_t)((int32_t)L_39))), /*hidden argument*/NULL);
__this->set__val4_22(L_40);
}
IL_00fa:
{
uint64_t L_41 = ___lo1;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_42 = NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D((((int32_t)((int32_t)L_41))), /*hidden argument*/NULL);
__this->set__val3_21(L_42);
return;
}
}
// System.UInt32 System.NumberFormatter::FastToDecHex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberFormatter_FastToDecHex_m70F4537592F2D301B57DCB01BF0BF5F5B929845F (int32_t ___val0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_FastToDecHex_m70F4537592F2D301B57DCB01BF0BF5F5B929845F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___val0;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)100))))
{
goto IL_0011;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t* L_1 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_DecHexDigits_5();
int32_t L_2 = ___val0;
int32_t L_3 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_1, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_2)), (int32_t)4)))));
return L_3;
}
IL_0011:
{
int32_t L_4 = ___val0;
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)((int32_t)5243)))>>(int32_t)((int32_t)19)));
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t* L_5 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_DecHexDigits_5();
int32_t L_6 = V_0;
int32_t L_7 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)4)))));
int32_t* L_8 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_DecHexDigits_5();
int32_t L_9 = ___val0;
int32_t L_10 = V_0;
int32_t L_11 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)((int32_t)100))))))), (int32_t)4)))));
return ((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)8))|(int32_t)L_11));
}
}
// System.UInt32 System.NumberFormatter::ToDecHex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D (int32_t ___val0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_ToDecHex_m6EF9C97FE4375306151C2AD7C0F47C993D12454D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t L_0 = ___val0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)10000))))
{
goto IL_0027;
}
}
{
int32_t L_1 = ___val0;
V_1 = ((int32_t)((int32_t)L_1/(int32_t)((int32_t)10000)));
int32_t L_2 = ___val0;
int32_t L_3 = V_1;
___val0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)10000)))));
int32_t L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_5 = NumberFormatter_FastToDecHex_m70F4537592F2D301B57DCB01BF0BF5F5B929845F(L_4, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_5<<(int32_t)((int32_t)16)));
}
IL_0027:
{
uint32_t L_6 = V_0;
int32_t L_7 = ___val0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_8 = NumberFormatter_FastToDecHex_m70F4537592F2D301B57DCB01BF0BF5F5B929845F(L_7, /*hidden argument*/NULL);
return ((int32_t)((int32_t)L_6|(int32_t)L_8));
}
}
// System.Int32 System.NumberFormatter::FastDecHexLen(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_FastDecHexLen_m9B02B763871E7640DA540045D2A10E0D001650F4 (int32_t ___val0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___val0;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)256))))
{
goto IL_0011;
}
}
{
int32_t L_1 = ___val0;
if ((((int32_t)L_1) >= ((int32_t)((int32_t)16))))
{
goto IL_000f;
}
}
{
return 1;
}
IL_000f:
{
return 2;
}
IL_0011:
{
int32_t L_2 = ___val0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)4096))))
{
goto IL_001b;
}
}
{
return 3;
}
IL_001b:
{
return 4;
}
}
// System.Int32 System.NumberFormatter::DecHexLen(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_DecHexLen_m89FBA140789567E30D1C73851FBBE539088E5579 (uint32_t ___val0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_DecHexLen_m89FBA140789567E30D1C73851FBBE539088E5579_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___val0;
if ((!(((uint32_t)L_0) < ((uint32_t)((int32_t)65536)))))
{
goto IL_000f;
}
}
{
uint32_t L_1 = ___val0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_2 = NumberFormatter_FastDecHexLen_m9B02B763871E7640DA540045D2A10E0D001650F4(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_000f:
{
uint32_t L_3 = ___val0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_4 = NumberFormatter_FastDecHexLen_m9B02B763871E7640DA540045D2A10E0D001650F4(((int32_t)((uint32_t)L_3>>((int32_t)16))), /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_4));
}
}
// System.Int32 System.NumberFormatter::DecHexLen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = __this->get__val4_22();
if (!L_0)
{
goto IL_0017;
}
}
{
uint32_t L_1 = __this->get__val4_22();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_2 = NumberFormatter_DecHexLen_m89FBA140789567E30D1C73851FBBE539088E5579(L_1, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)24)));
}
IL_0017:
{
uint32_t L_3 = __this->get__val3_21();
if (!L_3)
{
goto IL_002e;
}
}
{
uint32_t L_4 = __this->get__val3_21();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_5 = NumberFormatter_DecHexLen_m89FBA140789567E30D1C73851FBBE539088E5579(L_4, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)16)));
}
IL_002e:
{
uint32_t L_6 = __this->get__val2_20();
if (!L_6)
{
goto IL_0044;
}
}
{
uint32_t L_7 = __this->get__val2_20();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_8 = NumberFormatter_DecHexLen_m89FBA140789567E30D1C73851FBBE539088E5579(L_7, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8));
}
IL_0044:
{
uint32_t L_9 = __this->get__val1_19();
if (!L_9)
{
goto IL_0058;
}
}
{
uint32_t L_10 = __this->get__val1_19();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_11 = NumberFormatter_DecHexLen_m89FBA140789567E30D1C73851FBBE539088E5579(L_10, /*hidden argument*/NULL);
return L_11;
}
IL_0058:
{
return 0;
}
}
// System.Int32 System.NumberFormatter::ScaleOrder(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_ScaleOrder_m712CE7B5E134E507EC41CC93A43D76F02FC2D8C2 (int64_t ___hi0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_ScaleOrder_m712CE7B5E134E507EC41CC93A43D76F02FC2D8C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = ((int32_t)18);
goto IL_0016;
}
IL_0005:
{
int64_t L_0 = ___hi0;
int32_t L_1 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int64_t L_2 = NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C(L_1, /*hidden argument*/NULL);
if ((((int64_t)L_0) < ((int64_t)L_2)))
{
goto IL_0012;
}
}
{
int32_t L_3 = V_0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0012:
{
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
}
IL_0016:
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_0005;
}
}
{
return 1;
}
}
// System.Int32 System.NumberFormatter::InitialFloatingPrecision()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_InitialFloatingPrecision_m0E00B5AAAD8CEE7FBFFF538CED95D40FBE8A5184 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_InitialFloatingPrecision_m0E00B5AAAD8CEE7FBFFF538CED95D40FBE8A5184_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = __this->get__specifier_13();
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)82)))))
{
goto IL_0013;
}
}
{
int32_t L_1 = __this->get__defPrecision_15();
return ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)2));
}
IL_0013:
{
int32_t L_2 = __this->get__precision_14();
int32_t L_3 = __this->get__defPrecision_15();
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_0028;
}
}
{
int32_t L_4 = __this->get__defPrecision_15();
return L_4;
}
IL_0028:
{
Il2CppChar L_5 = __this->get__specifier_13();
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)71)))))
{
goto IL_0046;
}
}
{
int32_t L_6 = __this->get__defPrecision_15();
int32_t L_7 = __this->get__precision_14();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_8 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)), L_7, /*hidden argument*/NULL);
return L_8;
}
IL_0046:
{
Il2CppChar L_9 = __this->get__specifier_13();
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)69)))))
{
goto IL_0066;
}
}
{
int32_t L_10 = __this->get__defPrecision_15();
int32_t L_11 = __this->get__precision_14();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_12 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
return L_12;
}
IL_0066:
{
int32_t L_13 = __this->get__defPrecision_15();
return L_13;
}
}
// System.Int32 System.NumberFormatter::ParsePrecision(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_ParsePrecision_m333DE08D2CE6C38EBCEF7D7B94D18CDC3224154C (String_t* ___format0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
V_0 = 0;
V_1 = 1;
goto IL_002d;
}
IL_0006:
{
String_t* L_0 = ___format0;
int32_t L_1 = V_1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48)));
int32_t L_3 = V_0;
int32_t L_4 = V_2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)10))), (int32_t)L_4));
int32_t L_5 = V_2;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0026;
}
}
{
int32_t L_6 = V_2;
if ((((int32_t)L_6) > ((int32_t)((int32_t)9))))
{
goto IL_0026;
}
}
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) <= ((int32_t)((int32_t)99))))
{
goto IL_0029;
}
}
IL_0026:
{
return ((int32_t)-2);
}
IL_0029:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002d:
{
int32_t L_9 = V_1;
String_t* L_10 = ___format0;
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_0006;
}
}
{
int32_t L_12 = V_0;
return L_12;
}
}
// System.Void System.NumberFormatter::.ctor(System.Threading.Thread)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter__ctor_m8C967CC13F98B4F01D3E9D0691465B0C919FC280 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter__ctor_m8C967CC13F98B4F01D3E9D0691465B0C919FC280_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ((EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var))->get_Value_0();
__this->set__cbuf_7(L_0);
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = ___current0;
if (L_1)
{
goto IL_0015;
}
}
{
return;
}
IL_0015:
{
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_2 = ___current0;
NullCheck(L_2);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = Thread_get_CurrentCulture_m97A15448A16FB3B5EC1E21A0538C9FC1F84AEE66(L_2, /*hidden argument*/NULL);
NumberFormatter_set_CurrentCulture_mF438AEA3F0930A76E4A09B0E7B1ECE7BCCE0D964(__this, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.NumberFormatter::Init(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
uint32_t V_1 = 0;
bool V_2 = false;
{
int32_t L_0 = 0;
V_1 = L_0;
__this->set__val4_22(L_0);
uint32_t L_1 = V_1;
uint32_t L_2 = L_1;
V_1 = L_2;
__this->set__val3_21(L_2);
uint32_t L_3 = V_1;
uint32_t L_4 = L_3;
V_1 = L_4;
__this->set__val2_20(L_4);
uint32_t L_5 = V_1;
__this->set__val1_19(L_5);
__this->set__offset_17(0);
int32_t L_6 = 0;
V_2 = (bool)L_6;
__this->set__infinity_9((bool)L_6);
bool L_7 = V_2;
__this->set__NaN_8(L_7);
__this->set__isCustomFormat_10((bool)0);
__this->set__specifierIsUpper_11((bool)1);
__this->set__precision_14((-1));
String_t* L_8 = ___format0;
if (!L_8)
{
goto IL_0059;
}
}
{
String_t* L_9 = ___format0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0062;
}
}
IL_0059:
{
__this->set__specifier_13(((int32_t)71));
return;
}
IL_0062:
{
String_t* L_11 = ___format0;
NullCheck(L_11);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, 0, /*hidden argument*/NULL);
V_0 = L_12;
Il2CppChar L_13 = V_0;
if ((((int32_t)L_13) < ((int32_t)((int32_t)97))))
{
goto IL_0086;
}
}
{
Il2CppChar L_14 = V_0;
if ((((int32_t)L_14) > ((int32_t)((int32_t)122))))
{
goto IL_0086;
}
}
{
Il2CppChar L_15 = V_0;
V_0 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)97))), (int32_t)((int32_t)65))))));
__this->set__specifierIsUpper_11((bool)0);
goto IL_00a0;
}
IL_0086:
{
Il2CppChar L_16 = V_0;
if ((((int32_t)L_16) < ((int32_t)((int32_t)65))))
{
goto IL_0090;
}
}
{
Il2CppChar L_17 = V_0;
if ((((int32_t)L_17) <= ((int32_t)((int32_t)90))))
{
goto IL_00a0;
}
}
IL_0090:
{
__this->set__isCustomFormat_10((bool)1);
__this->set__specifier_13(((int32_t)48));
return;
}
IL_00a0:
{
Il2CppChar L_18 = V_0;
__this->set__specifier_13(L_18);
String_t* L_19 = ___format0;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
if ((((int32_t)L_20) <= ((int32_t)1)))
{
goto IL_00dc;
}
}
{
String_t* L_21 = ___format0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_22 = NumberFormatter_ParsePrecision_m333DE08D2CE6C38EBCEF7D7B94D18CDC3224154C(L_21, /*hidden argument*/NULL);
__this->set__precision_14(L_22);
int32_t L_23 = __this->get__precision_14();
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)-2)))))
{
goto IL_00dc;
}
}
{
__this->set__isCustomFormat_10((bool)1);
__this->set__specifier_13(((int32_t)48));
__this->set__precision_14((-1));
}
IL_00dc:
{
return;
}
}
// System.Void System.NumberFormatter::InitHex(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_InitHex_mE69DD9D0FA84E4553B40C522E76D49E850A6AE30 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, uint64_t ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__defPrecision_15();
V_0 = L_0;
int32_t L_1 = V_0;
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)10)))))
{
goto IL_0011;
}
}
{
uint64_t L_2 = ___value0;
___value0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint32_t)L_2)))))))));
}
IL_0011:
{
uint64_t L_3 = ___value0;
__this->set__val1_19((((int32_t)((uint32_t)L_3))));
uint64_t L_4 = ___value0;
__this->set__val2_20((((int32_t)((uint32_t)((int64_t)((uint64_t)L_4>>((int32_t)32)))))));
int32_t L_5 = NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B(__this, /*hidden argument*/NULL);
int32_t L_6 = L_5;
V_0 = L_6;
__this->set__digitsLen_16(L_6);
int32_t L_7 = V_0;
__this->set__decPointPos_18(L_7);
uint64_t L_8 = ___value0;
if (L_8)
{
goto IL_0043;
}
}
{
__this->set__decPointPos_18(1);
}
IL_0043:
{
return;
}
}
// System.Void System.NumberFormatter::Init(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_m7D7CC10DDA255BB0023BD72A0C91F09AD729BE2E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, int32_t ___value1, int32_t ___defPrecision2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___format0;
NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286(__this, L_0, /*hidden argument*/NULL);
int32_t L_1 = ___defPrecision2;
__this->set__defPrecision_15(L_1);
int32_t L_2 = ___value1;
__this->set__positive_12((bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0));
int32_t L_3 = ___value1;
if (!L_3)
{
goto IL_0028;
}
}
{
Il2CppChar L_4 = __this->get__specifier_13();
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)88)))))
{
goto IL_0031;
}
}
IL_0028:
{
int32_t L_5 = ___value1;
NumberFormatter_InitHex_mE69DD9D0FA84E4553B40C522E76D49E850A6AE30(__this, (((int64_t)((int64_t)L_5))), /*hidden argument*/NULL);
return;
}
IL_0031:
{
int32_t L_6 = ___value1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0039;
}
}
{
int32_t L_7 = ___value1;
___value1 = ((-L_7));
}
IL_0039:
{
int32_t L_8 = ___value1;
NumberFormatter_InitDecHexDigits_mDDED506A219AEEA8A1A12EBC660550D440FF873B(__this, L_8, /*hidden argument*/NULL);
int32_t L_9 = NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B(__this, /*hidden argument*/NULL);
int32_t L_10 = L_9;
V_0 = L_10;
__this->set__digitsLen_16(L_10);
int32_t L_11 = V_0;
__this->set__decPointPos_18(L_11);
return;
}
}
// System.Void System.NumberFormatter::Init(System.String,System.UInt32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_m90911E05952A76710E710724EB8F62C3DCD8D34E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, uint32_t ___value1, int32_t ___defPrecision2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___format0;
NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286(__this, L_0, /*hidden argument*/NULL);
int32_t L_1 = ___defPrecision2;
__this->set__defPrecision_15(L_1);
__this->set__positive_12((bool)1);
uint32_t L_2 = ___value1;
if (!L_2)
{
goto IL_0022;
}
}
{
Il2CppChar L_3 = __this->get__specifier_13();
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)88)))))
{
goto IL_002b;
}
}
IL_0022:
{
uint32_t L_4 = ___value1;
NumberFormatter_InitHex_mE69DD9D0FA84E4553B40C522E76D49E850A6AE30(__this, (((int64_t)((uint64_t)L_4))), /*hidden argument*/NULL);
return;
}
IL_002b:
{
uint32_t L_5 = ___value1;
NumberFormatter_InitDecHexDigits_mDDED506A219AEEA8A1A12EBC660550D440FF873B(__this, L_5, /*hidden argument*/NULL);
int32_t L_6 = NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B(__this, /*hidden argument*/NULL);
int32_t L_7 = L_6;
V_0 = L_7;
__this->set__digitsLen_16(L_7);
int32_t L_8 = V_0;
__this->set__decPointPos_18(L_8);
return;
}
}
// System.Void System.NumberFormatter::Init(System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_mC48E49CCC89DD59718AC2D00A477CA8F397FBA8C (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, int64_t ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___format0;
NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286(__this, L_0, /*hidden argument*/NULL);
__this->set__defPrecision_15(((int32_t)19));
int64_t L_1 = ___value1;
__this->set__positive_12((bool)((((int32_t)((((int64_t)L_1) < ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0));
int64_t L_2 = ___value1;
if (!L_2)
{
goto IL_002a;
}
}
{
Il2CppChar L_3 = __this->get__specifier_13();
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)88)))))
{
goto IL_0032;
}
}
IL_002a:
{
int64_t L_4 = ___value1;
NumberFormatter_InitHex_mE69DD9D0FA84E4553B40C522E76D49E850A6AE30(__this, L_4, /*hidden argument*/NULL);
return;
}
IL_0032:
{
int64_t L_5 = ___value1;
if ((((int64_t)L_5) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_003b;
}
}
{
int64_t L_6 = ___value1;
___value1 = ((-L_6));
}
IL_003b:
{
int64_t L_7 = ___value1;
NumberFormatter_InitDecHexDigits_m6B41DFE2085FE5ECE27586ACA44B44359C3E3883(__this, L_7, /*hidden argument*/NULL);
int32_t L_8 = NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B(__this, /*hidden argument*/NULL);
int32_t L_9 = L_8;
V_0 = L_9;
__this->set__digitsLen_16(L_9);
int32_t L_10 = V_0;
__this->set__decPointPos_18(L_10);
return;
}
}
// System.Void System.NumberFormatter::Init(System.String,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_m6C605647C5BD888F8F085190C2F56EBB905598E1 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, uint64_t ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___format0;
NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286(__this, L_0, /*hidden argument*/NULL);
__this->set__defPrecision_15(((int32_t)20));
__this->set__positive_12((bool)1);
uint64_t L_1 = ___value1;
if (!L_1)
{
goto IL_0023;
}
}
{
Il2CppChar L_2 = __this->get__specifier_13();
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)88)))))
{
goto IL_002b;
}
}
IL_0023:
{
uint64_t L_3 = ___value1;
NumberFormatter_InitHex_mE69DD9D0FA84E4553B40C522E76D49E850A6AE30(__this, L_3, /*hidden argument*/NULL);
return;
}
IL_002b:
{
uint64_t L_4 = ___value1;
NumberFormatter_InitDecHexDigits_m6B41DFE2085FE5ECE27586ACA44B44359C3E3883(__this, L_4, /*hidden argument*/NULL);
int32_t L_5 = NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B(__this, /*hidden argument*/NULL);
int32_t L_6 = L_5;
V_0 = L_6;
__this->set__digitsLen_16(L_6);
int32_t L_7 = V_0;
__this->set__decPointPos_18(L_7);
return;
}
}
// System.Void System.NumberFormatter::Init(System.String,System.Double,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_mD235F6B64FD6B6A4FD970449FD0BF75EC0D621C2 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, double ___value1, int32_t ___defPrecision2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_Init_mD235F6B64FD6B6A4FD970449FD0BF75EC0D621C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int32_t V_1 = 0;
int64_t V_2 = 0;
int32_t V_3 = 0;
uint64_t V_4 = 0;
uint64_t V_5 = 0;
uint64_t V_6 = 0;
uint64_t V_7 = 0;
int64_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int64_t V_12 = 0;
{
String_t* L_0 = ___format0;
NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286(__this, L_0, /*hidden argument*/NULL);
int32_t L_1 = ___defPrecision2;
__this->set__defPrecision_15(L_1);
double L_2 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
int64_t L_3 = BitConverter_DoubleToInt64Bits_mE511B45BE25B2E1D22059420D16055CBA7E1EAA4(L_2, /*hidden argument*/NULL);
V_0 = L_3;
int64_t L_4 = V_0;
__this->set__positive_12((bool)((((int32_t)((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0));
int64_t L_5 = V_0;
V_0 = ((int64_t)((int64_t)L_5&(int64_t)((int64_t)(std::numeric_limits<int64_t>::max)())));
int64_t L_6 = V_0;
if (L_6)
{
goto IL_0048;
}
}
{
__this->set__decPointPos_18(1);
__this->set__digitsLen_16(0);
__this->set__positive_12((bool)1);
return;
}
IL_0048:
{
int64_t L_7 = V_0;
V_1 = (((int32_t)((int32_t)((int64_t)((int64_t)L_7>>(int32_t)((int32_t)52))))));
int64_t L_8 = V_0;
V_2 = ((int64_t)((int64_t)L_8&(int64_t)((int64_t)4503599627370495LL)));
int32_t L_9 = V_1;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)2047)))))
{
goto IL_0079;
}
}
{
int64_t L_10 = V_2;
__this->set__NaN_8((bool)((!(((uint64_t)L_10) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0));
int64_t L_11 = V_2;
__this->set__infinity_9((bool)((((int64_t)L_11) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0));
return;
}
IL_0079:
{
V_3 = 0;
int32_t L_12 = V_1;
if (L_12)
{
goto IL_00a0;
}
}
{
V_1 = 1;
int64_t L_13 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_14 = NumberFormatter_ScaleOrder_m712CE7B5E134E507EC41CC93A43D76F02FC2D8C2(L_13, /*hidden argument*/NULL);
V_11 = L_14;
int32_t L_15 = V_11;
if ((((int32_t)L_15) >= ((int32_t)((int32_t)15))))
{
goto IL_00b5;
}
}
{
int32_t L_16 = V_11;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)15)));
int64_t L_17 = V_2;
int32_t L_18 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int64_t L_19 = NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C(((-L_18)), /*hidden argument*/NULL);
V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_17, (int64_t)L_19));
goto IL_00b5;
}
IL_00a0:
{
int64_t L_20 = V_2;
V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)((int64_t)4503599627370495LL))), (int64_t)(((int64_t)((int64_t)1))))), (int64_t)(((int64_t)((int64_t)((int32_t)10))))));
V_3 = (-1);
}
IL_00b5:
{
int64_t L_21 = V_2;
V_4 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint32_t)L_21)))))))));
int64_t L_22 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint64_t* L_23 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_MantissaBitsTable_0();
int32_t L_24 = V_1;
int64_t L_25 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_24)), (int32_t)8)))));
V_5 = L_25;
uint64_t L_26 = V_5;
V_6 = ((int64_t)((uint64_t)L_26>>((int32_t)32)));
uint64_t L_27 = V_5;
V_5 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint32_t)L_27)))))))));
int64_t L_28 = ((int64_t)((uint64_t)L_22>>((int32_t)32)));
uint64_t L_29 = V_5;
uint64_t L_30 = V_4;
uint64_t L_31 = V_6;
uint64_t L_32 = V_4;
uint64_t L_33 = V_5;
V_7 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_28, (int64_t)L_29)), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_30, (int64_t)L_31)))), (int64_t)((int64_t)((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_32, (int64_t)L_33))>>((int32_t)32)))));
uint64_t L_34 = V_6;
uint64_t L_35 = V_7;
V_8 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_28, (int64_t)L_34)), (int64_t)((int64_t)((uint64_t)L_35>>((int32_t)32)))));
goto IL_0117;
}
IL_00fa:
{
uint64_t L_36 = V_7;
V_7 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_36&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), (int64_t)(((int64_t)((int64_t)((int32_t)10))))));
int64_t L_37 = V_8;
uint64_t L_38 = V_7;
V_8 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_37, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)((int64_t)((uint64_t)L_38>>((int32_t)32)))));
int32_t L_39 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1));
}
IL_0117:
{
int64_t L_40 = V_8;
if ((((int64_t)L_40) < ((int64_t)((int64_t)10000000000000000LL))))
{
goto IL_00fa;
}
}
{
uint64_t L_41 = V_7;
if (!((int64_t)((int64_t)L_41&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))))))
{
goto IL_0136;
}
}
{
int64_t L_42 = V_8;
V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_42, (int64_t)(((int64_t)((int64_t)1)))));
}
IL_0136:
{
V_9 = ((int32_t)17);
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t* L_43 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_TensExponentTable_1();
int32_t L_44 = V_1;
int32_t L_45 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_44)), (int32_t)4)))));
int32_t L_46 = V_3;
int32_t L_47 = V_9;
__this->set__decPointPos_18(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46)), (int32_t)L_47)));
int32_t L_48 = NumberFormatter_InitialFloatingPrecision_m0E00B5AAAD8CEE7FBFFF538CED95D40FBE8A5184(__this, /*hidden argument*/NULL);
V_10 = L_48;
int32_t L_49 = V_9;
int32_t L_50 = V_10;
if ((((int32_t)L_49) <= ((int32_t)L_50)))
{
goto IL_017a;
}
}
{
int32_t L_51 = V_9;
int32_t L_52 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int64_t L_53 = NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C(((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)), /*hidden argument*/NULL);
V_12 = L_53;
int64_t L_54 = V_8;
int64_t L_55 = V_12;
int64_t L_56 = V_12;
V_8 = ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_54, (int64_t)((int64_t)((int64_t)L_55>>(int32_t)1))))/(int64_t)L_56));
int32_t L_57 = V_10;
V_9 = L_57;
}
IL_017a:
{
int64_t L_58 = V_8;
int32_t L_59 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int64_t L_60 = NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C(L_59, /*hidden argument*/NULL);
if ((((int64_t)L_58) < ((int64_t)L_60)))
{
goto IL_0199;
}
}
{
int32_t L_61 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
int32_t L_62 = __this->get__decPointPos_18();
__this->set__decPointPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)));
}
IL_0199:
{
int64_t L_63 = V_8;
NumberFormatter_InitDecHexDigits_m6B41DFE2085FE5ECE27586ACA44B44359C3E3883(__this, L_63, /*hidden argument*/NULL);
int32_t L_64 = NumberFormatter_CountTrailingZeros_m10E7E51D6F3BEFE9FE7D5982334C3A39074F1BD3(__this, /*hidden argument*/NULL);
__this->set__offset_17(L_64);
int32_t L_65 = V_9;
int32_t L_66 = __this->get__offset_17();
__this->set__digitsLen_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)L_66)));
return;
}
}
// System.Void System.NumberFormatter::Init(System.String,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Init_mF96F3A764D7CCB55B5B187EEDB14881E4BD5A2CB (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_Init_mF96F3A764D7CCB55B5B187EEDB14881E4BD5A2CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int32_t V_1 = 0;
{
String_t* L_0 = ___format0;
NumberFormatter_Init_mE4CB58F7935FD515BDBC5A88C389CCAE85A45286(__this, L_0, /*hidden argument*/NULL);
__this->set__defPrecision_15(((int32_t)100));
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF(L_1, /*hidden argument*/NULL);
V_0 = L_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = 3;
int32_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)2031616)))>>(int32_t)((int32_t)16)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = 3;
int32_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
__this->set__positive_12((bool)((((int32_t)((((int32_t)L_8) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = 0;
int32_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
if (L_11)
{
goto IL_0058;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = V_0;
NullCheck(L_12);
int32_t L_13 = 1;
int32_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
if (L_14)
{
goto IL_0058;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = V_0;
NullCheck(L_15);
int32_t L_16 = 2;
int32_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
if (L_17)
{
goto IL_0058;
}
}
{
int32_t L_18 = V_1;
__this->set__decPointPos_18(((-L_18)));
__this->set__positive_12((bool)1);
__this->set__digitsLen_16(0);
return;
}
IL_0058:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = 2;
int32_t L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = 1;
int32_t L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = V_0;
NullCheck(L_25);
int32_t L_26 = 0;
int32_t L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NumberFormatter_InitDecHexDigits_m42646433FC393F360E2B559C275DA76F30E1CAD0(__this, L_21, ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_24)))<<(int32_t)((int32_t)32)))|(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_27)))))))), /*hidden argument*/NULL);
int32_t L_28 = NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B(__this, /*hidden argument*/NULL);
__this->set__digitsLen_16(L_28);
int32_t L_29 = __this->get__digitsLen_16();
int32_t L_30 = V_1;
__this->set__decPointPos_18(((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)));
int32_t L_31 = __this->get__precision_14();
if ((!(((uint32_t)L_31) == ((uint32_t)(-1)))))
{
goto IL_009a;
}
}
{
Il2CppChar L_32 = __this->get__specifier_13();
if ((((int32_t)L_32) == ((int32_t)((int32_t)71))))
{
goto IL_00b9;
}
}
IL_009a:
{
int32_t L_33 = NumberFormatter_CountTrailingZeros_m10E7E51D6F3BEFE9FE7D5982334C3A39074F1BD3(__this, /*hidden argument*/NULL);
__this->set__offset_17(L_33);
int32_t L_34 = __this->get__digitsLen_16();
int32_t L_35 = __this->get__offset_17();
__this->set__digitsLen_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)));
}
IL_00b9:
{
return;
}
}
// System.Void System.NumberFormatter::ResetCharBuf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___size0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set__ind_23(0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get__cbuf_7();
NullCheck(L_0);
int32_t L_1 = ___size0;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) >= ((int32_t)L_1)))
{
goto IL_001e;
}
}
{
int32_t L_2 = ___size0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_2);
__this->set__cbuf_7(L_3);
}
IL_001e:
{
return;
}
}
// System.Void System.NumberFormatter::Resize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___len0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** L_0 = __this->get_address_of__cbuf_7();
int32_t L_1 = ___len0;
Array_Resize_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mE3769C688380A92B93977FA652B43B0C793F4EDC((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)L_0, L_1, /*hidden argument*/Array_Resize_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mE3769C688380A92B93977FA652B43B0C793F4EDC_RuntimeMethod_var);
return;
}
}
// System.Void System.NumberFormatter::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__ind_23();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get__cbuf_7();
NullCheck(L_1);
if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))))
{
goto IL_001f;
}
}
{
int32_t L_2 = __this->get__ind_23();
NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)10))), /*hidden argument*/NULL);
}
IL_001f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get__cbuf_7();
int32_t L_4 = __this->get__ind_23();
V_0 = L_4;
int32_t L_5 = V_0;
__this->set__ind_23(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
int32_t L_6 = V_0;
Il2CppChar L_7 = ___c0;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (Il2CppChar)L_7);
return;
}
}
// System.Void System.NumberFormatter::Append(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Append_m2A6A1C7BE013B8DC696AD7A2D2D715B5C685E0A9 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, Il2CppChar ___c0, int32_t ___cnt1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__ind_23();
int32_t L_1 = ___cnt1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get__cbuf_7();
NullCheck(L_2);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))))
{
goto IL_003e;
}
}
{
int32_t L_3 = __this->get__ind_23();
int32_t L_4 = ___cnt1;
NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)((int32_t)10))), /*hidden argument*/NULL);
goto IL_003e;
}
IL_0025:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = __this->get__cbuf_7();
int32_t L_6 = __this->get__ind_23();
V_0 = L_6;
int32_t L_7 = V_0;
__this->set__ind_23(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
int32_t L_8 = V_0;
Il2CppChar L_9 = ___c0;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (Il2CppChar)L_9);
}
IL_003e:
{
int32_t L_10 = ___cnt1;
int32_t L_11 = L_10;
___cnt1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
if ((((int32_t)L_11) > ((int32_t)0)))
{
goto IL_0025;
}
}
{
return;
}
}
// System.Void System.NumberFormatter::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___s0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
String_t* L_0 = ___s0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = __this->get__ind_23();
int32_t L_3 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get__cbuf_7();
NullCheck(L_4);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))))
{
goto IL_002a;
}
}
{
int32_t L_5 = __this->get__ind_23();
int32_t L_6 = V_0;
NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)10))), /*hidden argument*/NULL);
}
IL_002a:
{
V_1 = 0;
goto IL_0051;
}
IL_002e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = __this->get__cbuf_7();
int32_t L_8 = __this->get__ind_23();
V_2 = L_8;
int32_t L_9 = V_2;
__this->set__ind_23(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)));
int32_t L_10 = V_2;
String_t* L_11 = ___s0;
int32_t L_12 = V_1;
NullCheck(L_11);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Il2CppChar)L_13);
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0051:
{
int32_t L_15 = V_1;
int32_t L_16 = V_0;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_002e;
}
}
{
return;
}
}
// System.Globalization.NumberFormatInfo System.NumberFormatter::GetNumberFormatInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatter_GetNumberFormatInstance_m6E17C915C981DF8649E00FF0D53ECF896FB8A34F (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, RuntimeObject* ___fp0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = __this->get__nfi_6();
if (!L_0)
{
goto IL_0012;
}
}
{
RuntimeObject* L_1 = ___fp0;
if (L_1)
{
goto IL_0012;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = __this->get__nfi_6();
return L_2;
}
IL_0012:
{
RuntimeObject* L_3 = ___fp0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.NumberFormatter::set_CurrentCulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_set_CurrentCulture_mF438AEA3F0930A76E4A09B0E7B1ECE7BCCE0D964 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___value0;
if (!L_0)
{
goto IL_0018;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___value0;
NullCheck(L_1);
bool L_2 = CultureInfo_get_IsReadOnly_m527F0337C516B57391AD20A70BF18FF7B0AC4849_inline(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0018;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___value0;
NullCheck(L_3);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = VirtFuncInvoker0< NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_3);
__this->set__nfi_6(L_4);
return;
}
IL_0018:
{
__this->set__nfi_6((NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 *)NULL);
return;
}
}
// System.Int32 System.NumberFormatter::get_IntegerDigits()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_get_IntegerDigits_m91E2E8AF66FD565349B6447D6F9AB3B9BD61F741 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__decPointPos_18();
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_000b;
}
}
{
return 1;
}
IL_000b:
{
int32_t L_1 = __this->get__decPointPos_18();
return L_1;
}
}
// System.Int32 System.NumberFormatter::get_DecimalDigits()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_get_DecimalDigits_m7D1E99D450C28EEB92D1C28F23393F18A2AB202E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__digitsLen_16();
int32_t L_1 = __this->get__decPointPos_18();
if ((((int32_t)L_0) > ((int32_t)L_1)))
{
goto IL_0010;
}
}
{
return 0;
}
IL_0010:
{
int32_t L_2 = __this->get__digitsLen_16();
int32_t L_3 = __this->get__decPointPos_18();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3));
}
}
// System.Boolean System.NumberFormatter::get_IsFloatingSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsFloatingSource_m6CFAC659F6A85391D719FE8364828EDA57232B1A (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__defPrecision_15();
if ((((int32_t)L_0) == ((int32_t)((int32_t)15))))
{
goto IL_0014;
}
}
{
int32_t L_1 = __this->get__defPrecision_15();
return (bool)((((int32_t)L_1) == ((int32_t)7))? 1 : 0);
}
IL_0014:
{
return (bool)1;
}
}
// System.Boolean System.NumberFormatter::get_IsZero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsZero_m8F40311773109C6A0B1F80956155E17EE982838E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__digitsLen_16();
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.NumberFormatter::get_IsZeroInteger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsZeroInteger_m914987F51303120CDEB2339FB10E4617E9F17307 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__digitsLen_16();
if (!L_0)
{
goto IL_0015;
}
}
{
int32_t L_1 = __this->get__decPointPos_18();
return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0015:
{
return (bool)1;
}
}
// System.Void System.NumberFormatter::RoundPos(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_RoundPos_mD1767AEAEE9801C748F3C7B8BE7A29598A843961 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___pos0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__digitsLen_16();
int32_t L_1 = ___pos0;
NumberFormatter_RoundBits_m0630F9CB3D9867F5732E5C9473B3D637C47EEBFC(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.NumberFormatter::RoundDecimal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_RoundDecimal_mE3446A2208E792FF9BB01F93871A8C1BCFF10F4E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___decimals0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__digitsLen_16();
int32_t L_1 = __this->get__decPointPos_18();
int32_t L_2 = ___decimals0;
bool L_3 = NumberFormatter_RoundBits_m0630F9CB3D9867F5732E5C9473B3D637C47EEBFC(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2)), /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.NumberFormatter::RoundBits(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_RoundBits_m0630F9CB3D9867F5732E5C9473B3D637C47EEBFC (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___shift0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
uint32_t V_1 = 0;
bool V_2 = false;
uint32_t V_3 = 0;
int32_t V_4 = 0;
{
int32_t L_0 = ___shift0;
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_0006;
}
}
{
return (bool)0;
}
IL_0006:
{
int32_t L_1 = ___shift0;
int32_t L_2 = __this->get__digitsLen_16();
if ((((int32_t)L_1) <= ((int32_t)L_2)))
{
goto IL_0048;
}
}
{
__this->set__digitsLen_16(0);
__this->set__decPointPos_18(1);
int32_t L_3 = 0;
V_3 = L_3;
__this->set__val4_22(L_3);
uint32_t L_4 = V_3;
uint32_t L_5 = L_4;
V_3 = L_5;
__this->set__val3_21(L_5);
uint32_t L_6 = V_3;
uint32_t L_7 = L_6;
V_3 = L_7;
__this->set__val2_20(L_7);
uint32_t L_8 = V_3;
__this->set__val1_19(L_8);
__this->set__positive_12((bool)1);
return (bool)0;
}
IL_0048:
{
int32_t L_9 = ___shift0;
int32_t L_10 = __this->get__offset_17();
___shift0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10));
int32_t L_11 = __this->get__digitsLen_16();
int32_t L_12 = __this->get__offset_17();
__this->set__digitsLen_16(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)));
goto IL_00a5;
}
IL_0067:
{
uint32_t L_13 = __this->get__val2_20();
__this->set__val1_19(L_13);
uint32_t L_14 = __this->get__val3_21();
__this->set__val2_20(L_14);
uint32_t L_15 = __this->get__val4_22();
__this->set__val3_21(L_15);
__this->set__val4_22(0);
int32_t L_16 = __this->get__digitsLen_16();
__this->set__digitsLen_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)8)));
int32_t L_17 = ___shift0;
___shift0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)8));
}
IL_00a5:
{
int32_t L_18 = ___shift0;
if ((((int32_t)L_18) > ((int32_t)8)))
{
goto IL_0067;
}
}
{
int32_t L_19 = ___shift0;
___shift0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))<<(int32_t)2));
uint32_t L_20 = __this->get__val1_19();
int32_t L_21 = ___shift0;
V_0 = ((int32_t)((uint32_t)L_20>>((int32_t)((int32_t)L_21&(int32_t)((int32_t)31)))));
uint32_t L_22 = V_0;
V_1 = ((int32_t)((int32_t)L_22&(int32_t)((int32_t)15)));
uint32_t L_23 = V_0;
uint32_t L_24 = V_1;
int32_t L_25 = ___shift0;
__this->set__val1_19(((int32_t)((int32_t)((int32_t)((int32_t)L_23^(int32_t)L_24))<<(int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)31))))));
V_2 = (bool)0;
uint32_t L_26 = V_1;
if ((!(((uint32_t)L_26) >= ((uint32_t)5))))
{
goto IL_0129;
}
}
{
uint32_t L_27 = __this->get__val1_19();
int32_t L_28 = ___shift0;
__this->set__val1_19(((int32_t)((int32_t)L_27|(int32_t)((int32_t)((uint32_t)((int32_t)-1717986919)>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)28), (int32_t)L_28))&(int32_t)((int32_t)31))))))));
NumberFormatter_AddOneToDecHex_mD5A7D9EA97B16B9B318D5FC7E9F6007E98990878(__this, /*hidden argument*/NULL);
int32_t L_29 = NumberFormatter_DecHexLen_m6624BB04300860C2C7187CC1C66FF3FB9A68D97B(__this, /*hidden argument*/NULL);
V_4 = L_29;
int32_t L_30 = V_4;
int32_t L_31 = __this->get__digitsLen_16();
V_2 = (bool)((((int32_t)((((int32_t)L_30) == ((int32_t)L_31))? 1 : 0)) == ((int32_t)0))? 1 : 0);
int32_t L_32 = __this->get__decPointPos_18();
int32_t L_33 = V_4;
int32_t L_34 = __this->get__digitsLen_16();
__this->set__decPointPos_18(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)L_34)));
int32_t L_35 = V_4;
__this->set__digitsLen_16(L_35);
}
IL_0129:
{
NumberFormatter_RemoveTrailingZeros_mFE3D46E49E75DEAF1406B777009FF6A21F3BC6CF(__this, /*hidden argument*/NULL);
bool L_36 = V_2;
return L_36;
}
}
// System.Void System.NumberFormatter::RemoveTrailingZeros()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_RemoveTrailingZeros_mFE3D46E49E75DEAF1406B777009FF6A21F3BC6CF (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = NumberFormatter_CountTrailingZeros_m10E7E51D6F3BEFE9FE7D5982334C3A39074F1BD3(__this, /*hidden argument*/NULL);
__this->set__offset_17(L_0);
int32_t L_1 = __this->get__digitsLen_16();
int32_t L_2 = __this->get__offset_17();
__this->set__digitsLen_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)));
int32_t L_3 = __this->get__digitsLen_16();
if (L_3)
{
goto IL_003c;
}
}
{
__this->set__offset_17(0);
__this->set__decPointPos_18(1);
__this->set__positive_12((bool)1);
}
IL_003c:
{
return;
}
}
// System.Void System.NumberFormatter::AddOneToDecHex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AddOneToDecHex_mD5A7D9EA97B16B9B318D5FC7E9F6007E98990878 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_AddOneToDecHex_mD5A7D9EA97B16B9B318D5FC7E9F6007E98990878_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = __this->get__val1_19();
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-1717986919)))))
{
goto IL_0072;
}
}
{
__this->set__val1_19(0);
uint32_t L_1 = __this->get__val2_20();
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-1717986919)))))
{
goto IL_0060;
}
}
{
__this->set__val2_20(0);
uint32_t L_2 = __this->get__val3_21();
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)-1717986919)))))
{
goto IL_004e;
}
}
{
__this->set__val3_21(0);
uint32_t L_3 = __this->get__val4_22();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_4 = NumberFormatter_AddOneToDecHex_m851488765EF4DFAE8BE75CB6BFCE577528D6FBF7(L_3, /*hidden argument*/NULL);
__this->set__val4_22(L_4);
return;
}
IL_004e:
{
uint32_t L_5 = __this->get__val3_21();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_6 = NumberFormatter_AddOneToDecHex_m851488765EF4DFAE8BE75CB6BFCE577528D6FBF7(L_5, /*hidden argument*/NULL);
__this->set__val3_21(L_6);
return;
}
IL_0060:
{
uint32_t L_7 = __this->get__val2_20();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_8 = NumberFormatter_AddOneToDecHex_m851488765EF4DFAE8BE75CB6BFCE577528D6FBF7(L_7, /*hidden argument*/NULL);
__this->set__val2_20(L_8);
return;
}
IL_0072:
{
uint32_t L_9 = __this->get__val1_19();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_10 = NumberFormatter_AddOneToDecHex_m851488765EF4DFAE8BE75CB6BFCE577528D6FBF7(L_9, /*hidden argument*/NULL);
__this->set__val1_19(L_10);
return;
}
}
// System.UInt32 System.NumberFormatter::AddOneToDecHex(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberFormatter_AddOneToDecHex_m851488765EF4DFAE8BE75CB6BFCE577528D6FBF7 (uint32_t ___val0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___val0;
if ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535)))) == ((uint32_t)((int32_t)39321)))))
{
goto IL_0058;
}
}
{
uint32_t L_1 = ___val0;
if ((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)16777215)))) == ((uint32_t)((int32_t)10066329)))))
{
goto IL_003a;
}
}
{
uint32_t L_2 = ___val0;
if ((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)268435455)))) == ((uint32_t)((int32_t)161061273)))))
{
goto IL_0032;
}
}
{
uint32_t L_3 = ___val0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)107374183)));
}
IL_0032:
{
uint32_t L_4 = ___val0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)6710887)));
}
IL_003a:
{
uint32_t L_5 = ___val0;
if ((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)1048575)))) == ((uint32_t)((int32_t)629145)))))
{
goto IL_0050;
}
}
{
uint32_t L_6 = ___val0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)419431)));
}
IL_0050:
{
uint32_t L_7 = ___val0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)26215)));
}
IL_0058:
{
uint32_t L_8 = ___val0;
if ((!(((uint32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)255)))) == ((uint32_t)((int32_t)153)))))
{
goto IL_0081;
}
}
{
uint32_t L_9 = ___val0;
if ((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)4095)))) == ((uint32_t)((int32_t)2457)))))
{
goto IL_007c;
}
}
{
uint32_t L_10 = ___val0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)1639)));
}
IL_007c:
{
uint32_t L_11 = ___val0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)103)));
}
IL_0081:
{
uint32_t L_12 = ___val0;
if ((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)15)))) == ((uint32_t)((int32_t)9)))))
{
goto IL_008d;
}
}
{
uint32_t L_13 = ___val0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)7));
}
IL_008d:
{
uint32_t L_14 = ___val0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
}
// System.Int32 System.NumberFormatter::CountTrailingZeros()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_CountTrailingZeros_m10E7E51D6F3BEFE9FE7D5982334C3A39074F1BD3 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_CountTrailingZeros_m10E7E51D6F3BEFE9FE7D5982334C3A39074F1BD3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = __this->get__val1_19();
if (!L_0)
{
goto IL_0014;
}
}
{
uint32_t L_1 = __this->get__val1_19();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_2 = NumberFormatter_CountTrailingZeros_m09BDBCCEC51A69C186B534021A1BFCD2477C4B1B(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
uint32_t L_3 = __this->get__val2_20();
if (!L_3)
{
goto IL_002a;
}
}
{
uint32_t L_4 = __this->get__val2_20();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_5 = NumberFormatter_CountTrailingZeros_m09BDBCCEC51A69C186B534021A1BFCD2477C4B1B(L_4, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)8));
}
IL_002a:
{
uint32_t L_6 = __this->get__val3_21();
if (!L_6)
{
goto IL_0041;
}
}
{
uint32_t L_7 = __this->get__val3_21();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_8 = NumberFormatter_CountTrailingZeros_m09BDBCCEC51A69C186B534021A1BFCD2477C4B1B(L_7, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)16)));
}
IL_0041:
{
uint32_t L_9 = __this->get__val4_22();
if (!L_9)
{
goto IL_0058;
}
}
{
uint32_t L_10 = __this->get__val4_22();
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_11 = NumberFormatter_CountTrailingZeros_m09BDBCCEC51A69C186B534021A1BFCD2477C4B1B(L_10, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)24)));
}
IL_0058:
{
int32_t L_12 = __this->get__digitsLen_16();
return L_12;
}
}
// System.Int32 System.NumberFormatter::CountTrailingZeros(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFormatter_CountTrailingZeros_m09BDBCCEC51A69C186B534021A1BFCD2477C4B1B (uint32_t ___val0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___val0;
if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535))))
{
goto IL_002c;
}
}
{
uint32_t L_1 = ___val0;
if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)16777215))))
{
goto IL_001f;
}
}
{
uint32_t L_2 = ___val0;
if (((int32_t)((int32_t)L_2&(int32_t)((int32_t)268435455))))
{
goto IL_001d;
}
}
{
return 7;
}
IL_001d:
{
return 6;
}
IL_001f:
{
uint32_t L_3 = ___val0;
if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)1048575))))
{
goto IL_002a;
}
}
{
return 5;
}
IL_002a:
{
return 4;
}
IL_002c:
{
uint32_t L_4 = ___val0;
if (((int32_t)((int32_t)L_4&(int32_t)((int32_t)255))))
{
goto IL_0042;
}
}
{
uint32_t L_5 = ___val0;
if (((int32_t)((int32_t)L_5&(int32_t)((int32_t)4095))))
{
goto IL_0040;
}
}
{
return 3;
}
IL_0040:
{
return 2;
}
IL_0042:
{
uint32_t L_6 = ___val0;
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)15))))
{
goto IL_004a;
}
}
{
return 1;
}
IL_004a:
{
return 0;
}
}
// System.NumberFormatter System.NumberFormatter::GetInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99 (RuntimeObject* ___fp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * V_0 = NULL;
{
RuntimeObject* L_0 = ___fp0;
if (!L_0)
{
goto IL_0022;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_1 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_userFormatProvider_25();
if (L_1)
{
goto IL_001c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_2 = (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC *)il2cpp_codegen_object_new(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter__ctor_m8C967CC13F98B4F01D3E9D0691465B0C919FC280(L_2, (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)NULL, /*hidden argument*/NULL);
InterlockedCompareExchangeImpl<NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC *>((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC **)(((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_address_of_userFormatProvider_25()), L_2, (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC *)NULL);
}
IL_001c:
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_3 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_userFormatProvider_25();
return L_3;
}
IL_0022:
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_4 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_threadNumberFormatter_24();
V_0 = L_4;
((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->set_threadNumberFormatter_24((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC *)NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_5 = V_0;
if (L_5)
{
goto IL_003c;
}
}
{
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_6 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_7 = (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC *)il2cpp_codegen_object_new(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter__ctor_m8C967CC13F98B4F01D3E9D0691465B0C919FC280(L_7, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_003c:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_8 = V_0;
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_9 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
NullCheck(L_9);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = Thread_get_CurrentCulture_m97A15448A16FB3B5EC1E21A0538C9FC1F84AEE66(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
NumberFormatter_set_CurrentCulture_mF438AEA3F0930A76E4A09B0E7B1ECE7BCCE0D964(L_8, L_10, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_11 = V_0;
return L_11;
}
}
// System.Void System.NumberFormatter::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_0 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_userFormatProvider_25();
if ((((RuntimeObject*)(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC *)__this) == ((RuntimeObject*)(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC *)L_0)))
{
goto IL_000e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->set_threadNumberFormatter_24(__this);
}
IL_000e:
{
return;
}
}
// System.String System.NumberFormatter::NumberToString(System.String,System.UInt32,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mBA9C9AB4809ADB1CEDAC880569E1F4EC2ADB547C (String_t* ___format0, uint32_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_mBA9C9AB4809ADB1CEDAC880569E1F4EC2ADB547C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___fp2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_1 = NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99(L_0, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_2 = L_1;
String_t* L_3 = ___format0;
uint32_t L_4 = ___value1;
NullCheck(L_2);
NumberFormatter_Init_m90911E05952A76710E710724EB8F62C3DCD8D34E(L_2, L_3, L_4, ((int32_t)10), /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_5 = L_2;
String_t* L_6 = ___format0;
RuntimeObject* L_7 = ___fp2;
NullCheck(L_5);
String_t* L_8 = NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50(L_5, L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
NullCheck(L_5);
NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83(L_5, /*hidden argument*/NULL);
String_t* L_9 = V_0;
return L_9;
}
}
// System.String System.NumberFormatter::NumberToString(System.String,System.Int32,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mD13D145869D2857BFDAEDD127A04E68A6B929950 (String_t* ___format0, int32_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_mD13D145869D2857BFDAEDD127A04E68A6B929950_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___fp2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_1 = NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99(L_0, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_2 = L_1;
String_t* L_3 = ___format0;
int32_t L_4 = ___value1;
NullCheck(L_2);
NumberFormatter_Init_m7D7CC10DDA255BB0023BD72A0C91F09AD729BE2E(L_2, L_3, L_4, ((int32_t)10), /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_5 = L_2;
String_t* L_6 = ___format0;
RuntimeObject* L_7 = ___fp2;
NullCheck(L_5);
String_t* L_8 = NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50(L_5, L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
NullCheck(L_5);
NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83(L_5, /*hidden argument*/NULL);
String_t* L_9 = V_0;
return L_9;
}
}
// System.String System.NumberFormatter::NumberToString(System.String,System.UInt64,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mB04F03382B99D07E7DDEE769E704C823EC6EF201 (String_t* ___format0, uint64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_mB04F03382B99D07E7DDEE769E704C823EC6EF201_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___fp2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_1 = NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99(L_0, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_2 = L_1;
String_t* L_3 = ___format0;
uint64_t L_4 = ___value1;
NullCheck(L_2);
NumberFormatter_Init_m6C605647C5BD888F8F085190C2F56EBB905598E1(L_2, L_3, L_4, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_5 = L_2;
String_t* L_6 = ___format0;
RuntimeObject* L_7 = ___fp2;
NullCheck(L_5);
String_t* L_8 = NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50(L_5, L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
NullCheck(L_5);
NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83(L_5, /*hidden argument*/NULL);
String_t* L_9 = V_0;
return L_9;
}
}
// System.String System.NumberFormatter::NumberToString(System.String,System.Int64,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mF2FEDF5FC0B3511F8BE51DC6C6FF1B6326BDDA05 (String_t* ___format0, int64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_mF2FEDF5FC0B3511F8BE51DC6C6FF1B6326BDDA05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___fp2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_1 = NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99(L_0, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_2 = L_1;
String_t* L_3 = ___format0;
int64_t L_4 = ___value1;
NullCheck(L_2);
NumberFormatter_Init_mC48E49CCC89DD59718AC2D00A477CA8F397FBA8C(L_2, L_3, L_4, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_5 = L_2;
String_t* L_6 = ___format0;
RuntimeObject* L_7 = ___fp2;
NullCheck(L_5);
String_t* L_8 = NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50(L_5, L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
NullCheck(L_5);
NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83(L_5, /*hidden argument*/NULL);
String_t* L_9 = V_0;
return L_9;
}
}
// System.String System.NumberFormatter::NumberToString(System.String,System.Single,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2BCC98CB4910CBDA506DD64B026DB3C66A66A657 (String_t* ___format0, float ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m2BCC98CB4910CBDA506DD64B026DB3C66A66A657_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * V_0 = NULL;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * V_1 = NULL;
String_t* V_2 = NULL;
{
RuntimeObject* L_0 = ___fp2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_1 = NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99(L_0, /*hidden argument*/NULL);
V_0 = L_1;
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_2 = V_0;
String_t* L_3 = ___format0;
float L_4 = ___value1;
NullCheck(L_2);
NumberFormatter_Init_mD235F6B64FD6B6A4FD970449FD0BF75EC0D621C2(L_2, L_3, (((double)((double)L_4))), 7, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_5 = V_0;
RuntimeObject* L_6 = ___fp2;
NullCheck(L_5);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatter_GetNumberFormatInstance_m6E17C915C981DF8649E00FF0D53ECF896FB8A34F(L_5, L_6, /*hidden argument*/NULL);
V_1 = L_7;
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_8 = V_0;
NullCheck(L_8);
bool L_9 = L_8->get__NaN_8();
if (!L_9)
{
goto IL_002a;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = NumberFormatInfo_get_NaNSymbol_m82326D3E16F9834D5138685A6956EE154944891E_inline(L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_006a;
}
IL_002a:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_12 = V_0;
NullCheck(L_12);
bool L_13 = L_12->get__infinity_9();
if (!L_13)
{
goto IL_004c;
}
}
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_14 = V_0;
NullCheck(L_14);
bool L_15 = L_14->get__positive_12();
if (!L_15)
{
goto IL_0043;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline(L_16, /*hidden argument*/NULL);
V_2 = L_17;
goto IL_006a;
}
IL_0043:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_18 = V_1;
NullCheck(L_18);
String_t* L_19 = NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline(L_18, /*hidden argument*/NULL);
V_2 = L_19;
goto IL_006a;
}
IL_004c:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_20 = V_0;
NullCheck(L_20);
Il2CppChar L_21 = L_20->get__specifier_13();
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)82)))))
{
goto IL_0061;
}
}
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_22 = V_0;
float L_23 = ___value1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_24 = V_1;
NullCheck(L_22);
String_t* L_25 = NumberFormatter_FormatRoundtrip_mBE6EBC5BD83D8DB4BAE38032B659B9E3BB291439(L_22, L_23, L_24, /*hidden argument*/NULL);
V_2 = L_25;
goto IL_006a;
}
IL_0061:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_26 = V_0;
String_t* L_27 = ___format0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_28 = V_1;
NullCheck(L_26);
String_t* L_29 = NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3(L_26, L_27, L_28, /*hidden argument*/NULL);
V_2 = L_29;
}
IL_006a:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_30 = V_0;
NullCheck(L_30);
NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83(L_30, /*hidden argument*/NULL);
String_t* L_31 = V_2;
return L_31;
}
}
// System.String System.NumberFormatter::NumberToString(System.String,System.Double,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m52F79BE9C6B6531191AE27454C6DEBA1C09A4717 (String_t* ___format0, double ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m52F79BE9C6B6531191AE27454C6DEBA1C09A4717_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * V_0 = NULL;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * V_1 = NULL;
String_t* V_2 = NULL;
{
RuntimeObject* L_0 = ___fp2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_1 = NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99(L_0, /*hidden argument*/NULL);
V_0 = L_1;
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_2 = V_0;
String_t* L_3 = ___format0;
double L_4 = ___value1;
NullCheck(L_2);
NumberFormatter_Init_mD235F6B64FD6B6A4FD970449FD0BF75EC0D621C2(L_2, L_3, L_4, ((int32_t)15), /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_5 = V_0;
RuntimeObject* L_6 = ___fp2;
NullCheck(L_5);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatter_GetNumberFormatInstance_m6E17C915C981DF8649E00FF0D53ECF896FB8A34F(L_5, L_6, /*hidden argument*/NULL);
V_1 = L_7;
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_8 = V_0;
NullCheck(L_8);
bool L_9 = L_8->get__NaN_8();
if (!L_9)
{
goto IL_002a;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = NumberFormatInfo_get_NaNSymbol_m82326D3E16F9834D5138685A6956EE154944891E_inline(L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_006a;
}
IL_002a:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_12 = V_0;
NullCheck(L_12);
bool L_13 = L_12->get__infinity_9();
if (!L_13)
{
goto IL_004c;
}
}
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_14 = V_0;
NullCheck(L_14);
bool L_15 = L_14->get__positive_12();
if (!L_15)
{
goto IL_0043;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline(L_16, /*hidden argument*/NULL);
V_2 = L_17;
goto IL_006a;
}
IL_0043:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_18 = V_1;
NullCheck(L_18);
String_t* L_19 = NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline(L_18, /*hidden argument*/NULL);
V_2 = L_19;
goto IL_006a;
}
IL_004c:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_20 = V_0;
NullCheck(L_20);
Il2CppChar L_21 = L_20->get__specifier_13();
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)82)))))
{
goto IL_0061;
}
}
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_22 = V_0;
double L_23 = ___value1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_24 = V_1;
NullCheck(L_22);
String_t* L_25 = NumberFormatter_FormatRoundtrip_m8339767BDB6A61BABFE5AB826D923D6151DDD816(L_22, L_23, L_24, /*hidden argument*/NULL);
V_2 = L_25;
goto IL_006a;
}
IL_0061:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_26 = V_0;
String_t* L_27 = ___format0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_28 = V_1;
NullCheck(L_26);
String_t* L_29 = NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3(L_26, L_27, L_28, /*hidden argument*/NULL);
V_2 = L_29;
}
IL_006a:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_30 = V_0;
NullCheck(L_30);
NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83(L_30, /*hidden argument*/NULL);
String_t* L_31 = V_2;
return L_31;
}
}
// System.String System.NumberFormatter::NumberToString(System.String,System.Decimal,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_mB2192DEA3E3EFE9F8799E9D931F21586823E61D9 (String_t* ___format0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_mB2192DEA3E3EFE9F8799E9D931F21586823E61D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * V_0 = NULL;
{
RuntimeObject* L_0 = ___fp2;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_1 = NumberFormatter_GetInstance_mA49673EC58400C43805623A779916C2F6705AF99(L_0, /*hidden argument*/NULL);
V_0 = L_1;
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_2 = V_0;
String_t* L_3 = ___format0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ___value1;
NullCheck(L_2);
NumberFormatter_Init_mF96F3A764D7CCB55B5B187EEDB14881E4BD5A2CB(L_2, L_3, L_4, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_5 = V_0;
String_t* L_6 = ___format0;
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_7 = V_0;
RuntimeObject* L_8 = ___fp2;
NullCheck(L_7);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = NumberFormatter_GetNumberFormatInstance_m6E17C915C981DF8649E00FF0D53ECF896FB8A34F(L_7, L_8, /*hidden argument*/NULL);
NullCheck(L_5);
String_t* L_10 = NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3(L_5, L_6, L_9, /*hidden argument*/NULL);
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_11 = V_0;
NullCheck(L_11);
NumberFormatter_Release_mDCB5A3DC8C2A7E6FFF66C72576E7D29AB4E95D83(L_11, /*hidden argument*/NULL);
return L_10;
}
}
// System.String System.NumberFormatter::IntegerToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, RuntimeObject* ___fp1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * V_0 = NULL;
Il2CppChar V_1 = 0x0;
{
RuntimeObject* L_0 = ___fp1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatter_GetNumberFormatInstance_m6E17C915C981DF8649E00FF0D53ECF896FB8A34F(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
Il2CppChar L_2 = __this->get__specifier_13();
V_1 = L_2;
Il2CppChar L_3 = V_1;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)78)))))
{
goto IL_003b;
}
}
{
Il2CppChar L_4 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)67))))
{
case 0:
{
goto IL_004a;
}
case 1:
{
goto IL_0058;
}
case 2:
{
goto IL_0066;
}
case 3:
{
goto IL_0074;
}
case 4:
{
goto IL_0082;
}
}
}
{
Il2CppChar L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)78))))
{
goto IL_00a2;
}
}
{
goto IL_00cb;
}
IL_003b:
{
Il2CppChar L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)80))))
{
goto IL_00b0;
}
}
{
Il2CppChar L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)88))))
{
goto IL_00be;
}
}
{
goto IL_00cb;
}
IL_004a:
{
int32_t L_8 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = V_0;
String_t* L_10 = NumberFormatter_FormatCurrency_mC64056524876376E9088DFF17B4811760CD5C34E(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0058:
{
int32_t L_11 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_12 = V_0;
String_t* L_13 = NumberFormatter_FormatDecimal_mE1966648115F3FB18A1C369BAB5EA78E2CED2168(__this, L_11, L_12, /*hidden argument*/NULL);
return L_13;
}
IL_0066:
{
int32_t L_14 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_15 = V_0;
String_t* L_16 = NumberFormatter_FormatExponential_mCA7BFD8EAC7AD2C23FF91756A5AE9F143478E226(__this, L_14, L_15, /*hidden argument*/NULL);
return L_16;
}
IL_0074:
{
int32_t L_17 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_18 = V_0;
String_t* L_19 = NumberFormatter_FormatFixedPoint_mAAC0C8EEEFB528FBAB46F9FFBFCA6B2393EA1929(__this, L_17, L_18, /*hidden argument*/NULL);
return L_19;
}
IL_0082:
{
int32_t L_20 = __this->get__precision_14();
if ((((int32_t)L_20) > ((int32_t)0)))
{
goto IL_0094;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_21 = V_0;
String_t* L_22 = NumberFormatter_FormatDecimal_mE1966648115F3FB18A1C369BAB5EA78E2CED2168(__this, (-1), L_21, /*hidden argument*/NULL);
return L_22;
}
IL_0094:
{
int32_t L_23 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_24 = V_0;
String_t* L_25 = NumberFormatter_FormatGeneral_m08239388C5D5B3545ED9B2D297540A39D53E73A7(__this, L_23, L_24, /*hidden argument*/NULL);
return L_25;
}
IL_00a2:
{
int32_t L_26 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_27 = V_0;
String_t* L_28 = NumberFormatter_FormatNumber_m76967F927201EA1997827D0323F12BF9B7083D0F(__this, L_26, L_27, /*hidden argument*/NULL);
return L_28;
}
IL_00b0:
{
int32_t L_29 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_30 = V_0;
String_t* L_31 = NumberFormatter_FormatPercent_mF5BE951C483C1D7FE18851CB684B2EFD0B39A742(__this, L_29, L_30, /*hidden argument*/NULL);
return L_31;
}
IL_00be:
{
int32_t L_32 = __this->get__precision_14();
String_t* L_33 = NumberFormatter_FormatHexadecimal_mCDD30C1720063B4956F47E52F32775D60B5444AC(__this, L_32, /*hidden argument*/NULL);
return L_33;
}
IL_00cb:
{
bool L_34 = __this->get__isCustomFormat_10();
if (!L_34)
{
goto IL_00dc;
}
}
{
String_t* L_35 = ___format0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_36 = V_0;
String_t* L_37 = NumberFormatter_FormatCustom_m5DAC683F225013EEBFC4FDC1682A88C40152A85F(__this, L_35, L_36, /*hidden argument*/NULL);
return L_37;
}
IL_00dc:
{
String_t* L_38 = ___format0;
String_t* L_39 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral3DEE701517E5DC4B50EFF674034A0B7F7C69237A, L_38, _stringLiteralF4B203C13607C6CE36A755A30A248EF452047C4F, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_40 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_40, L_39, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, NumberFormatter_IntegerToString_m167EB2E9184CBA8A18A5A7AE72CD61602227AA50_RuntimeMethod_var);
}
}
// System.String System.NumberFormatter::NumberToString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
Il2CppChar L_0 = __this->get__specifier_13();
V_0 = L_0;
Il2CppChar L_1 = V_0;
if ((!(((uint32_t)L_1) <= ((uint32_t)((int32_t)78)))))
{
goto IL_0030;
}
}
{
Il2CppChar L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)67))))
{
case 0:
{
goto IL_003c;
}
case 1:
{
goto IL_0090;
}
case 2:
{
goto IL_004a;
}
case 3:
{
goto IL_0058;
}
case 4:
{
goto IL_0066;
}
}
}
{
Il2CppChar L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)78))))
{
goto IL_0074;
}
}
{
goto IL_0090;
}
IL_0030:
{
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)80))))
{
goto IL_0082;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)88))))
{
goto IL_0090;
}
}
{
goto IL_0090;
}
IL_003c:
{
int32_t L_6 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = ___nfi1;
String_t* L_8 = NumberFormatter_FormatCurrency_mC64056524876376E9088DFF17B4811760CD5C34E(__this, L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_004a:
{
int32_t L_9 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___nfi1;
String_t* L_11 = NumberFormatter_FormatExponential_mCA7BFD8EAC7AD2C23FF91756A5AE9F143478E226(__this, L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_0058:
{
int32_t L_12 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = ___nfi1;
String_t* L_14 = NumberFormatter_FormatFixedPoint_mAAC0C8EEEFB528FBAB46F9FFBFCA6B2393EA1929(__this, L_12, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0066:
{
int32_t L_15 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_16 = ___nfi1;
String_t* L_17 = NumberFormatter_FormatGeneral_m08239388C5D5B3545ED9B2D297540A39D53E73A7(__this, L_15, L_16, /*hidden argument*/NULL);
return L_17;
}
IL_0074:
{
int32_t L_18 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_19 = ___nfi1;
String_t* L_20 = NumberFormatter_FormatNumber_m76967F927201EA1997827D0323F12BF9B7083D0F(__this, L_18, L_19, /*hidden argument*/NULL);
return L_20;
}
IL_0082:
{
int32_t L_21 = __this->get__precision_14();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_22 = ___nfi1;
String_t* L_23 = NumberFormatter_FormatPercent_mF5BE951C483C1D7FE18851CB684B2EFD0B39A742(__this, L_21, L_22, /*hidden argument*/NULL);
return L_23;
}
IL_0090:
{
bool L_24 = __this->get__isCustomFormat_10();
if (!L_24)
{
goto IL_00a1;
}
}
{
String_t* L_25 = ___format0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_26 = ___nfi1;
String_t* L_27 = NumberFormatter_FormatCustom_m5DAC683F225013EEBFC4FDC1682A88C40152A85F(__this, L_25, L_26, /*hidden argument*/NULL);
return L_27;
}
IL_00a1:
{
String_t* L_28 = ___format0;
String_t* L_29 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral3DEE701517E5DC4B50EFF674034A0B7F7C69237A, L_28, _stringLiteralF4B203C13607C6CE36A755A30A248EF452047C4F, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_30 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_30, L_29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, NumberFormatter_NumberToString_m831CA24EE69F2EEA3AD4D4FD4AA9353B40FF2FB3_RuntimeMethod_var);
}
}
// System.String System.NumberFormatter::FormatCurrency(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatCurrency_mC64056524876376E9088DFF17B4811760CD5C34E (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___precision0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000c;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___nfi1;
NullCheck(L_1);
int32_t L_2 = NumberFormatInfo_get_CurrencyDecimalDigits_mB08BE40DFC57B589B74916CF3D63CEBBC7432C25_inline(L_1, /*hidden argument*/NULL);
G_B3_0 = L_2;
goto IL_000d;
}
IL_000c:
{
int32_t L_3 = ___precision0;
G_B3_0 = L_3;
}
IL_000d:
{
___precision0 = G_B3_0;
int32_t L_4 = ___precision0;
NumberFormatter_RoundDecimal_mE3446A2208E792FF9BB01F93871A8C1BCFF10F4E(__this, L_4, /*hidden argument*/NULL);
int32_t L_5 = NumberFormatter_get_IntegerDigits_m91E2E8AF66FD565349B6447D6F9AB3B9BD61F741(__this, /*hidden argument*/NULL);
int32_t L_6 = ___precision0;
NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2)))), (int32_t)((int32_t)16))), /*hidden argument*/NULL);
bool L_7 = __this->get__positive_12();
if (!L_7)
{
goto IL_0071;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_8 = ___nfi1;
NullCheck(L_8);
int32_t L_9 = NumberFormatInfo_get_CurrencyPositivePattern_mA9F592EAAA7F5BD929C60D65936892A45A101D7B_inline(L_8, /*hidden argument*/NULL);
V_0 = L_9;
int32_t L_10 = V_0;
if (!L_10)
{
goto IL_0047;
}
}
{
int32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)2)))
{
goto IL_0058;
}
}
{
goto IL_01d6;
}
IL_0047:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_12 = ___nfi1;
NullCheck(L_12);
String_t* L_13 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_12, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_13, /*hidden argument*/NULL);
goto IL_01d6;
}
IL_0058:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_14 = ___nfi1;
NullCheck(L_14);
String_t* L_15 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_14, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_15, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
goto IL_01d6;
}
IL_0071:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_16 = ___nfi1;
NullCheck(L_16);
int32_t L_17 = NumberFormatInfo_get_CurrencyNegativePattern_mFC6B6D99EB695BFB5ED94F3F7F4DD40F5D02A58A_inline(L_16, /*hidden argument*/NULL);
V_0 = L_17;
int32_t L_18 = V_0;
switch (L_18)
{
case 0:
{
goto IL_00c3;
}
case 1:
{
goto IL_00dc;
}
case 2:
{
goto IL_00f9;
}
case 3:
{
goto IL_0116;
}
case 4:
{
goto IL_0127;
}
case 5:
{
goto IL_0134;
}
case 6:
{
goto IL_01d6;
}
case 7:
{
goto IL_01d6;
}
case 8:
{
goto IL_0145;
}
case 9:
{
goto IL_0156;
}
case 10:
{
goto IL_01d6;
}
case 11:
{
goto IL_0178;
}
case 12:
{
goto IL_018e;
}
case 13:
{
goto IL_01d6;
}
case 14:
{
goto IL_01b0;
}
case 15:
{
goto IL_01ce;
}
}
}
{
goto IL_01d6;
}
IL_00c3:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)40), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_19 = ___nfi1;
NullCheck(L_19);
String_t* L_20 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_19, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_20, /*hidden argument*/NULL);
goto IL_01d6;
}
IL_00dc:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_21 = ___nfi1;
NullCheck(L_21);
String_t* L_22 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_21, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_22, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_23 = ___nfi1;
NullCheck(L_23);
String_t* L_24 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_23, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_24, /*hidden argument*/NULL);
goto IL_01d6;
}
IL_00f9:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_25 = ___nfi1;
NullCheck(L_25);
String_t* L_26 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_25, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_26, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_27 = ___nfi1;
NullCheck(L_27);
String_t* L_28 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_27, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_28, /*hidden argument*/NULL);
goto IL_01d6;
}
IL_0116:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_29 = ___nfi1;
NullCheck(L_29);
String_t* L_30 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_29, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_30, /*hidden argument*/NULL);
goto IL_01d6;
}
IL_0127:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)40), /*hidden argument*/NULL);
goto IL_01d6;
}
IL_0134:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_31 = ___nfi1;
NullCheck(L_31);
String_t* L_32 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_31, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_32, /*hidden argument*/NULL);
goto IL_01d6;
}
IL_0145:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_33 = ___nfi1;
NullCheck(L_33);
String_t* L_34 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_33, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_34, /*hidden argument*/NULL);
goto IL_01d6;
}
IL_0156:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_35 = ___nfi1;
NullCheck(L_35);
String_t* L_36 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_35, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_36, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_37 = ___nfi1;
NullCheck(L_37);
String_t* L_38 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_37, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_38, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
goto IL_01d6;
}
IL_0178:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_39 = ___nfi1;
NullCheck(L_39);
String_t* L_40 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_39, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_40, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
goto IL_01d6;
}
IL_018e:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_41 = ___nfi1;
NullCheck(L_41);
String_t* L_42 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_41, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_42, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_43 = ___nfi1;
NullCheck(L_43);
String_t* L_44 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_43, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_44, /*hidden argument*/NULL);
goto IL_01d6;
}
IL_01b0:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)40), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_45 = ___nfi1;
NullCheck(L_45);
String_t* L_46 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_45, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_46, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
goto IL_01d6;
}
IL_01ce:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)40), /*hidden argument*/NULL);
}
IL_01d6:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_47 = ___nfi1;
NullCheck(L_47);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = NumberFormatInfo_get_CurrencyGroupSizes_m422B13575ABEF5EC163FE50A6CF26AADFCAB9324(L_47, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_49 = ___nfi1;
NullCheck(L_49);
String_t* L_50 = NumberFormatInfo_get_CurrencyGroupSeparator_m5AC1CA2A478284D1D059459951C8208168A20130_inline(L_49, /*hidden argument*/NULL);
NumberFormatter_AppendIntegerStringWithGroupSeparator_m761D1912DA7C38E84F3C2AC297FA7C9ABD09D403(__this, L_48, L_50, /*hidden argument*/NULL);
int32_t L_51 = ___precision0;
if ((((int32_t)L_51) <= ((int32_t)0)))
{
goto IL_01ff;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_52 = ___nfi1;
NullCheck(L_52);
String_t* L_53 = NumberFormatInfo_get_CurrencyDecimalSeparator_mB1EE2B6EA5D9F58355F26F071B9A08435378214D_inline(L_52, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_53, /*hidden argument*/NULL);
int32_t L_54 = ___precision0;
NumberFormatter_AppendDecimalString_mE9DC096988E86A4835B3456196883DFC51A57623(__this, L_54, /*hidden argument*/NULL);
}
IL_01ff:
{
bool L_55 = __this->get__positive_12();
if (!L_55)
{
goto IL_0245;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_56 = ___nfi1;
NullCheck(L_56);
int32_t L_57 = NumberFormatInfo_get_CurrencyPositivePattern_mA9F592EAAA7F5BD929C60D65936892A45A101D7B_inline(L_56, /*hidden argument*/NULL);
V_0 = L_57;
int32_t L_58 = V_0;
if ((((int32_t)L_58) == ((int32_t)1)))
{
goto IL_021b;
}
}
{
int32_t L_59 = V_0;
if ((((int32_t)L_59) == ((int32_t)3)))
{
goto IL_022c;
}
}
{
goto IL_03a7;
}
IL_021b:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_60 = ___nfi1;
NullCheck(L_60);
String_t* L_61 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_60, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_61, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_022c:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_62 = ___nfi1;
NullCheck(L_62);
String_t* L_63 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_62, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_63, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_0245:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_64 = ___nfi1;
NullCheck(L_64);
int32_t L_65 = NumberFormatInfo_get_CurrencyNegativePattern_mFC6B6D99EB695BFB5ED94F3F7F4DD40F5D02A58A_inline(L_64, /*hidden argument*/NULL);
V_0 = L_65;
int32_t L_66 = V_0;
switch (L_66)
{
case 0:
{
goto IL_0297;
}
case 1:
{
goto IL_03a7;
}
case 2:
{
goto IL_03a7;
}
case 3:
{
goto IL_02a4;
}
case 4:
{
goto IL_02b5;
}
case 5:
{
goto IL_02ce;
}
case 6:
{
goto IL_02df;
}
case 7:
{
goto IL_02fc;
}
case 8:
{
goto IL_0319;
}
case 9:
{
goto IL_03a7;
}
case 10:
{
goto IL_032f;
}
case 11:
{
goto IL_0351;
}
case 12:
{
goto IL_03a7;
}
case 13:
{
goto IL_035f;
}
case 14:
{
goto IL_0381;
}
case 15:
{
goto IL_038b;
}
}
}
{
goto IL_03a7;
}
IL_0297:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)41), /*hidden argument*/NULL);
goto IL_03a7;
}
IL_02a4:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_67 = ___nfi1;
NullCheck(L_67);
String_t* L_68 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_67, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_68, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_02b5:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_69 = ___nfi1;
NullCheck(L_69);
String_t* L_70 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_69, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_70, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)41), /*hidden argument*/NULL);
goto IL_03a7;
}
IL_02ce:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_71 = ___nfi1;
NullCheck(L_71);
String_t* L_72 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_71, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_72, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_02df:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_73 = ___nfi1;
NullCheck(L_73);
String_t* L_74 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_73, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_74, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_75 = ___nfi1;
NullCheck(L_75);
String_t* L_76 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_75, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_76, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_02fc:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_77 = ___nfi1;
NullCheck(L_77);
String_t* L_78 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_77, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_78, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_79 = ___nfi1;
NullCheck(L_79);
String_t* L_80 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_79, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_80, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_0319:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_81 = ___nfi1;
NullCheck(L_81);
String_t* L_82 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_81, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_82, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_032f:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_83 = ___nfi1;
NullCheck(L_83);
String_t* L_84 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_83, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_84, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_85 = ___nfi1;
NullCheck(L_85);
String_t* L_86 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_85, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_86, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_0351:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_87 = ___nfi1;
NullCheck(L_87);
String_t* L_88 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_87, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_88, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_035f:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_89 = ___nfi1;
NullCheck(L_89);
String_t* L_90 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_89, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_90, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_91 = ___nfi1;
NullCheck(L_91);
String_t* L_92 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_91, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_92, /*hidden argument*/NULL);
goto IL_03a7;
}
IL_0381:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)41), /*hidden argument*/NULL);
goto IL_03a7;
}
IL_038b:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_93 = ___nfi1;
NullCheck(L_93);
String_t* L_94 = NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline(L_93, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_94, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)41), /*hidden argument*/NULL);
}
IL_03a7:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_95 = __this->get__cbuf_7();
int32_t L_96 = __this->get__ind_23();
String_t* L_97 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_95, 0, L_96, /*hidden argument*/NULL);
return L_97;
}
}
// System.String System.NumberFormatter::FormatDecimal(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatDecimal_mE1966648115F3FB18A1C369BAB5EA78E2CED2168 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_FormatDecimal_mE1966648115F3FB18A1C369BAB5EA78E2CED2168_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___precision0;
int32_t L_1 = __this->get__digitsLen_16();
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_0011;
}
}
{
int32_t L_2 = __this->get__digitsLen_16();
___precision0 = L_2;
}
IL_0011:
{
int32_t L_3 = ___precision0;
if (L_3)
{
goto IL_001a;
}
}
{
return _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
}
IL_001a:
{
int32_t L_4 = ___precision0;
NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL);
bool L_5 = __this->get__positive_12();
if (L_5)
{
goto IL_0037;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___nfi1;
NullCheck(L_6);
String_t* L_7 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_6, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_7, /*hidden argument*/NULL);
}
IL_0037:
{
int32_t L_8 = ___precision0;
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, 0, L_8, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = __this->get__cbuf_7();
int32_t L_10 = __this->get__ind_23();
String_t* L_11 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_9, 0, L_10, /*hidden argument*/NULL);
return L_11;
}
}
// System.String System.NumberFormatter::FormatHexadecimal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatHexadecimal_mCDD30C1720063B4956F47E52F32775D60B5444AC (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_FormatHexadecimal_mCDD30C1720063B4956F47E52F32775D60B5444AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
uint64_t V_2 = 0;
Il2CppChar* G_B3_0 = NULL;
{
int32_t L_0 = ___precision0;
int32_t L_1 = __this->get__decPointPos_18();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_2 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
bool L_3 = __this->get__specifierIsUpper_11();
if (L_3)
{
goto IL_001c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
Il2CppChar* L_4 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_DigitLowerTable_2();
G_B3_0 = L_4;
goto IL_0021;
}
IL_001c:
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
Il2CppChar* L_5 = ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var))->get_DigitUpperTable_3();
G_B3_0 = L_5;
}
IL_0021:
{
V_1 = (Il2CppChar*)G_B3_0;
int32_t L_6 = V_0;
NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1(__this, L_6, /*hidden argument*/NULL);
int32_t L_7 = V_0;
__this->set__ind_23(L_7);
uint32_t L_8 = __this->get__val1_19();
uint32_t L_9 = __this->get__val2_20();
V_2 = ((int64_t)((int64_t)(((int64_t)((uint64_t)L_8)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_9)))<<(int32_t)((int32_t)32)))));
goto IL_0061;
}
IL_0045:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = __this->get__cbuf_7();
int32_t L_11 = V_0;
int32_t L_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
V_0 = L_12;
Il2CppChar* L_13 = V_1;
uint64_t L_14 = V_2;
int32_t L_15 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)(((uintptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_14&(int64_t)(((int64_t)((int64_t)((int32_t)15)))))), (int64_t)(((int64_t)((int64_t)2))))))))));
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (Il2CppChar)L_15);
uint64_t L_16 = V_2;
V_2 = ((int64_t)((uint64_t)L_16>>4));
}
IL_0061:
{
int32_t L_17 = V_0;
if ((((int32_t)L_17) > ((int32_t)0)))
{
goto IL_0045;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = __this->get__cbuf_7();
int32_t L_19 = __this->get__ind_23();
String_t* L_20 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_18, 0, L_19, /*hidden argument*/NULL);
return L_20;
}
}
// System.String System.NumberFormatter::FormatFixedPoint(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatFixedPoint_mAAC0C8EEEFB528FBAB46F9FFBFCA6B2393EA1929 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___precision0;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_000c;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___nfi1;
NullCheck(L_1);
int32_t L_2 = NumberFormatInfo_get_NumberDecimalDigits_m52C856E2079DAA1657069DB00506DCF77EA62DC2_inline(L_1, /*hidden argument*/NULL);
___precision0 = L_2;
}
IL_000c:
{
int32_t L_3 = ___precision0;
NumberFormatter_RoundDecimal_mE3446A2208E792FF9BB01F93871A8C1BCFF10F4E(__this, L_3, /*hidden argument*/NULL);
int32_t L_4 = NumberFormatter_get_IntegerDigits_m91E2E8AF66FD565349B6447D6F9AB3B9BD61F741(__this, /*hidden argument*/NULL);
int32_t L_5 = ___precision0;
NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)2)), /*hidden argument*/NULL);
bool L_6 = __this->get__positive_12();
if (L_6)
{
goto IL_0038;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = ___nfi1;
NullCheck(L_7);
String_t* L_8 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_7, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_8, /*hidden argument*/NULL);
}
IL_0038:
{
int32_t L_9 = NumberFormatter_get_IntegerDigits_m91E2E8AF66FD565349B6447D6F9AB3B9BD61F741(__this, /*hidden argument*/NULL);
NumberFormatter_AppendIntegerString_mD6FB81A7D8109CDAED213804F4D91E2FA476BD88(__this, L_9, /*hidden argument*/NULL);
int32_t L_10 = ___precision0;
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_005b;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_11 = ___nfi1;
NullCheck(L_11);
String_t* L_12 = NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline(L_11, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_12, /*hidden argument*/NULL);
int32_t L_13 = ___precision0;
NumberFormatter_AppendDecimalString_mE9DC096988E86A4835B3456196883DFC51A57623(__this, L_13, /*hidden argument*/NULL);
}
IL_005b:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = __this->get__cbuf_7();
int32_t L_15 = __this->get__ind_23();
String_t* L_16 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_14, 0, L_15, /*hidden argument*/NULL);
return L_16;
}
}
// System.String System.NumberFormatter::FormatRoundtrip(System.Double,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatRoundtrip_m8339767BDB6A61BABFE5AB826D923D6151DDD816 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, double ___origval0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_FormatRoundtrip_m8339767BDB6A61BABFE5AB826D923D6151DDD816_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * V_0 = NULL;
String_t* V_1 = NULL;
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_0 = NumberFormatter_GetClone_m6D13FD559EC8229D8C0F802988E32965EF53119A(__this, /*hidden argument*/NULL);
V_0 = L_0;
double L_1 = ___origval0;
if ((!(((double)L_1) >= ((double)(-1.79769313486231E+308)))))
{
goto IL_0039;
}
}
{
double L_2 = ___origval0;
if ((!(((double)L_2) <= ((double)(1.79769313486231E+308)))))
{
goto IL_0039;
}
}
{
int32_t L_3 = __this->get__defPrecision_15();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = ___nfi1;
String_t* L_5 = NumberFormatter_FormatGeneral_m08239388C5D5B3545ED9B2D297540A39D53E73A7(__this, L_3, L_4, /*hidden argument*/NULL);
V_1 = L_5;
double L_6 = ___origval0;
String_t* L_7 = V_1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_8 = ___nfi1;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
double L_9 = Double_Parse_m598B75F6A7C50F719F439CF354BDDD22B9AF8C67(L_7, L_8, /*hidden argument*/NULL);
if ((!(((double)L_6) == ((double)L_9))))
{
goto IL_0039;
}
}
{
String_t* L_10 = V_1;
return L_10;
}
IL_0039:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_11 = V_0;
int32_t L_12 = __this->get__defPrecision_15();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = ___nfi1;
NullCheck(L_11);
String_t* L_14 = NumberFormatter_FormatGeneral_m08239388C5D5B3545ED9B2D297540A39D53E73A7(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)), L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.String System.NumberFormatter::FormatRoundtrip(System.Single,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatRoundtrip_mBE6EBC5BD83D8DB4BAE38032B659B9E3BB291439 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, float ___origval0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * V_0 = NULL;
String_t* V_1 = NULL;
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_0 = NumberFormatter_GetClone_m6D13FD559EC8229D8C0F802988E32965EF53119A(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = __this->get__defPrecision_15();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___nfi1;
String_t* L_3 = NumberFormatter_FormatGeneral_m08239388C5D5B3545ED9B2D297540A39D53E73A7(__this, L_1, L_2, /*hidden argument*/NULL);
V_1 = L_3;
float L_4 = ___origval0;
String_t* L_5 = V_1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___nfi1;
float L_7 = Single_Parse_m341EA42F7782B136FA7335771DA3C6C96AF6BD86(L_5, L_6, /*hidden argument*/NULL);
if ((!(((float)L_4) == ((float)L_7))))
{
goto IL_0021;
}
}
{
String_t* L_8 = V_1;
return L_8;
}
IL_0021:
{
NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * L_9 = V_0;
int32_t L_10 = __this->get__defPrecision_15();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_11 = ___nfi1;
NullCheck(L_9);
String_t* L_12 = NumberFormatter_FormatGeneral_m08239388C5D5B3545ED9B2D297540A39D53E73A7(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.String System.NumberFormatter::FormatGeneral(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatGeneral_m08239388C5D5B3545ED9B2D297540A39D53E73A7 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t G_B8_0 = 0;
{
int32_t L_0 = ___precision0;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0015;
}
}
{
bool L_1 = NumberFormatter_get_IsFloatingSource_m6CFAC659F6A85391D719FE8364828EDA57232B1A(__this, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = __this->get__defPrecision_15();
___precision0 = L_2;
goto IL_0029;
}
IL_0015:
{
V_0 = (bool)1;
int32_t L_3 = ___precision0;
if (L_3)
{
goto IL_0022;
}
}
{
int32_t L_4 = __this->get__defPrecision_15();
___precision0 = L_4;
}
IL_0022:
{
int32_t L_5 = ___precision0;
NumberFormatter_RoundPos_mD1767AEAEE9801C748F3C7B8BE7A29598A843961(__this, L_5, /*hidden argument*/NULL);
}
IL_0029:
{
int32_t L_6 = __this->get__decPointPos_18();
V_1 = L_6;
int32_t L_7 = __this->get__digitsLen_16();
V_2 = L_7;
int32_t L_8 = V_2;
int32_t L_9 = V_1;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9));
int32_t L_10 = V_1;
int32_t L_11 = ___precision0;
if ((((int32_t)L_10) > ((int32_t)L_11)))
{
goto IL_0049;
}
}
{
int32_t L_12 = V_1;
G_B8_0 = ((((int32_t)((((int32_t)L_12) > ((int32_t)((int32_t)-4)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_004a;
}
IL_0049:
{
G_B8_0 = 1;
}
IL_004a:
{
bool L_13 = V_0;
if (!((int32_t)((int32_t)G_B8_0&(int32_t)L_13)))
{
goto IL_005a;
}
}
{
int32_t L_14 = V_2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_15 = ___nfi1;
String_t* L_16 = NumberFormatter_FormatExponential_m860C5350D97E7958CA0EC214263E0BE6B34F326F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), L_15, 2, /*hidden argument*/NULL);
return L_16;
}
IL_005a:
{
int32_t L_17 = V_3;
if ((((int32_t)L_17) >= ((int32_t)0)))
{
goto IL_0060;
}
}
{
V_3 = 0;
}
IL_0060:
{
int32_t L_18 = V_1;
if ((((int32_t)L_18) >= ((int32_t)0)))
{
goto IL_0066;
}
}
{
V_1 = 0;
}
IL_0066:
{
int32_t L_19 = V_3;
int32_t L_20 = V_1;
NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), (int32_t)3)), /*hidden argument*/NULL);
bool L_21 = __this->get__positive_12();
if (L_21)
{
goto IL_0085;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_22 = ___nfi1;
NullCheck(L_22);
String_t* L_23 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_22, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_23, /*hidden argument*/NULL);
}
IL_0085:
{
int32_t L_24 = V_1;
if (L_24)
{
goto IL_0092;
}
}
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)48), /*hidden argument*/NULL);
goto IL_009c;
}
IL_0092:
{
int32_t L_25 = V_2;
int32_t L_26 = V_1;
int32_t L_27 = V_2;
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)), L_27, /*hidden argument*/NULL);
}
IL_009c:
{
int32_t L_28 = V_3;
if ((((int32_t)L_28) <= ((int32_t)0)))
{
goto IL_00b4;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_29 = ___nfi1;
NullCheck(L_29);
String_t* L_30 = NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline(L_29, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_30, /*hidden argument*/NULL);
int32_t L_31 = V_3;
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, 0, L_31, /*hidden argument*/NULL);
}
IL_00b4:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = __this->get__cbuf_7();
int32_t L_33 = __this->get__ind_23();
String_t* L_34 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_32, 0, L_33, /*hidden argument*/NULL);
return L_34;
}
}
// System.String System.NumberFormatter::FormatNumber(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatNumber_m76967F927201EA1997827D0323F12BF9B7083D0F (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___precision0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000c;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___nfi1;
NullCheck(L_1);
int32_t L_2 = NumberFormatInfo_get_NumberDecimalDigits_m52C856E2079DAA1657069DB00506DCF77EA62DC2_inline(L_1, /*hidden argument*/NULL);
G_B3_0 = L_2;
goto IL_000d;
}
IL_000c:
{
int32_t L_3 = ___precision0;
G_B3_0 = L_3;
}
IL_000d:
{
___precision0 = G_B3_0;
int32_t L_4 = NumberFormatter_get_IntegerDigits_m91E2E8AF66FD565349B6447D6F9AB3B9BD61F741(__this, /*hidden argument*/NULL);
int32_t L_5 = ___precision0;
NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)3)), (int32_t)L_5)), /*hidden argument*/NULL);
int32_t L_6 = ___precision0;
NumberFormatter_RoundDecimal_mE3446A2208E792FF9BB01F93871A8C1BCFF10F4E(__this, L_6, /*hidden argument*/NULL);
bool L_7 = __this->get__positive_12();
if (L_7)
{
goto IL_0076;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_8 = ___nfi1;
NullCheck(L_8);
int32_t L_9 = NumberFormatInfo_get_NumberNegativePattern_mF41D38C78ED74CB2F365ECE09BFB386434F2B017_inline(L_8, /*hidden argument*/NULL);
V_0 = L_9;
int32_t L_10 = V_0;
switch (L_10)
{
case 0:
{
goto IL_004a;
}
case 1:
{
goto IL_0054;
}
case 2:
{
goto IL_0062;
}
}
}
{
goto IL_0076;
}
IL_004a:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)40), /*hidden argument*/NULL);
goto IL_0076;
}
IL_0054:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_11 = ___nfi1;
NullCheck(L_11);
String_t* L_12 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_11, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_12, /*hidden argument*/NULL);
goto IL_0076;
}
IL_0062:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = ___nfi1;
NullCheck(L_13);
String_t* L_14 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_13, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_14, /*hidden argument*/NULL);
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
}
IL_0076:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_15 = ___nfi1;
NullCheck(L_15);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = NumberFormatInfo_get_NumberGroupSizes_m565821165B43AA202D8F644E4403A3181188965A(L_15, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_17 = ___nfi1;
NullCheck(L_17);
String_t* L_18 = NumberFormatInfo_get_NumberGroupSeparator_mD995708E10C4CC55A19E7126E7A6C256A2DD1A35_inline(L_17, /*hidden argument*/NULL);
NumberFormatter_AppendIntegerStringWithGroupSeparator_m761D1912DA7C38E84F3C2AC297FA7C9ABD09D403(__this, L_16, L_18, /*hidden argument*/NULL);
int32_t L_19 = ___precision0;
if ((((int32_t)L_19) <= ((int32_t)0)))
{
goto IL_009f;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_20 = ___nfi1;
NullCheck(L_20);
String_t* L_21 = NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline(L_20, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_21, /*hidden argument*/NULL);
int32_t L_22 = ___precision0;
NumberFormatter_AppendDecimalString_mE9DC096988E86A4835B3456196883DFC51A57623(__this, L_22, /*hidden argument*/NULL);
}
IL_009f:
{
bool L_23 = __this->get__positive_12();
if (L_23)
{
goto IL_00f6;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_24 = ___nfi1;
NullCheck(L_24);
int32_t L_25 = NumberFormatInfo_get_NumberNegativePattern_mF41D38C78ED74CB2F365ECE09BFB386434F2B017_inline(L_24, /*hidden argument*/NULL);
V_0 = L_25;
int32_t L_26 = V_0;
switch (L_26)
{
case 0:
{
goto IL_00ca;
}
case 1:
{
goto IL_00f6;
}
case 2:
{
goto IL_00f6;
}
case 3:
{
goto IL_00d4;
}
case 4:
{
goto IL_00e2;
}
}
}
{
goto IL_00f6;
}
IL_00ca:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)41), /*hidden argument*/NULL);
goto IL_00f6;
}
IL_00d4:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_27 = ___nfi1;
NullCheck(L_27);
String_t* L_28 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_27, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_28, /*hidden argument*/NULL);
goto IL_00f6;
}
IL_00e2:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_29 = ___nfi1;
NullCheck(L_29);
String_t* L_30 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_29, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_30, /*hidden argument*/NULL);
}
IL_00f6:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = __this->get__cbuf_7();
int32_t L_32 = __this->get__ind_23();
String_t* L_33 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_31, 0, L_32, /*hidden argument*/NULL);
return L_33;
}
}
// System.String System.NumberFormatter::FormatPercent(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatPercent_mF5BE951C483C1D7FE18851CB684B2EFD0B39A742 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___precision0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000c;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___nfi1;
NullCheck(L_1);
int32_t L_2 = NumberFormatInfo_get_PercentDecimalDigits_mC976C226BAA510C75E13D526FF7407B2A2E2A164_inline(L_1, /*hidden argument*/NULL);
G_B3_0 = L_2;
goto IL_000d;
}
IL_000c:
{
int32_t L_3 = ___precision0;
G_B3_0 = L_3;
}
IL_000d:
{
___precision0 = G_B3_0;
NumberFormatter_Multiply10_mCDC2D6E96D4920F5E9DED8BA045339DC26292227(__this, 2, /*hidden argument*/NULL);
int32_t L_4 = ___precision0;
NumberFormatter_RoundDecimal_mE3446A2208E792FF9BB01F93871A8C1BCFF10F4E(__this, L_4, /*hidden argument*/NULL);
int32_t L_5 = NumberFormatter_get_IntegerDigits_m91E2E8AF66FD565349B6447D6F9AB3B9BD61F741(__this, /*hidden argument*/NULL);
int32_t L_6 = ___precision0;
NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)), (int32_t)L_6)), (int32_t)((int32_t)16))), /*hidden argument*/NULL);
bool L_7 = __this->get__positive_12();
if (!L_7)
{
goto IL_0050;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_8 = ___nfi1;
NullCheck(L_8);
int32_t L_9 = NumberFormatInfo_get_PercentPositivePattern_mD23B2B53488F48B707952CCFADD216A7E7BAA430_inline(L_8, /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)2))))
{
goto IL_009f;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___nfi1;
NullCheck(L_10);
String_t* L_11 = NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline(L_10, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_11, /*hidden argument*/NULL);
goto IL_009f;
}
IL_0050:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_12 = ___nfi1;
NullCheck(L_12);
int32_t L_13 = NumberFormatInfo_get_PercentNegativePattern_m9563E73E22236A41D695465A1B2E76F3AA7DD463_inline(L_12, /*hidden argument*/NULL);
V_0 = L_13;
int32_t L_14 = V_0;
switch (L_14)
{
case 0:
{
goto IL_006b;
}
case 1:
{
goto IL_0079;
}
case 2:
{
goto IL_0087;
}
}
}
{
goto IL_009f;
}
IL_006b:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_15 = ___nfi1;
NullCheck(L_15);
String_t* L_16 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_15, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_16, /*hidden argument*/NULL);
goto IL_009f;
}
IL_0079:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_17 = ___nfi1;
NullCheck(L_17);
String_t* L_18 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_17, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_18, /*hidden argument*/NULL);
goto IL_009f;
}
IL_0087:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_19 = ___nfi1;
NullCheck(L_19);
String_t* L_20 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_19, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_20, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_21 = ___nfi1;
NullCheck(L_21);
String_t* L_22 = NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline(L_21, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_22, /*hidden argument*/NULL);
}
IL_009f:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_23 = ___nfi1;
NullCheck(L_23);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = NumberFormatInfo_get_PercentGroupSizes_m4E8851281AB5160EC0EE06F633B08235440DF4C8(L_23, /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_25 = ___nfi1;
NullCheck(L_25);
String_t* L_26 = NumberFormatInfo_get_PercentGroupSeparator_mBCCC5E617B3BEFED528AB99571AC593CEA45B4EC_inline(L_25, /*hidden argument*/NULL);
NumberFormatter_AppendIntegerStringWithGroupSeparator_m761D1912DA7C38E84F3C2AC297FA7C9ABD09D403(__this, L_24, L_26, /*hidden argument*/NULL);
int32_t L_27 = ___precision0;
if ((((int32_t)L_27) <= ((int32_t)0)))
{
goto IL_00c8;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_28 = ___nfi1;
NullCheck(L_28);
String_t* L_29 = NumberFormatInfo_get_PercentDecimalSeparator_m8E0E23E04199DCA6D6E7E494D11522465180CCD2_inline(L_28, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_29, /*hidden argument*/NULL);
int32_t L_30 = ___precision0;
NumberFormatter_AppendDecimalString_mE9DC096988E86A4835B3456196883DFC51A57623(__this, L_30, /*hidden argument*/NULL);
}
IL_00c8:
{
bool L_31 = __this->get__positive_12();
if (!L_31)
{
goto IL_0104;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_32 = ___nfi1;
NullCheck(L_32);
int32_t L_33 = NumberFormatInfo_get_PercentPositivePattern_mD23B2B53488F48B707952CCFADD216A7E7BAA430_inline(L_32, /*hidden argument*/NULL);
V_0 = L_33;
int32_t L_34 = V_0;
if (!L_34)
{
goto IL_00e0;
}
}
{
int32_t L_35 = V_0;
if ((((int32_t)L_35) == ((int32_t)1)))
{
goto IL_00f6;
}
}
{
goto IL_0136;
}
IL_00e0:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_36 = ___nfi1;
NullCheck(L_36);
String_t* L_37 = NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline(L_36, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_37, /*hidden argument*/NULL);
goto IL_0136;
}
IL_00f6:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_38 = ___nfi1;
NullCheck(L_38);
String_t* L_39 = NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline(L_38, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_39, /*hidden argument*/NULL);
goto IL_0136;
}
IL_0104:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_40 = ___nfi1;
NullCheck(L_40);
int32_t L_41 = NumberFormatInfo_get_PercentNegativePattern_m9563E73E22236A41D695465A1B2E76F3AA7DD463_inline(L_40, /*hidden argument*/NULL);
V_0 = L_41;
int32_t L_42 = V_0;
if (!L_42)
{
goto IL_0114;
}
}
{
int32_t L_43 = V_0;
if ((((int32_t)L_43) == ((int32_t)1)))
{
goto IL_012a;
}
}
{
goto IL_0136;
}
IL_0114:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)32), /*hidden argument*/NULL);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_44 = ___nfi1;
NullCheck(L_44);
String_t* L_45 = NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline(L_44, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_45, /*hidden argument*/NULL);
goto IL_0136;
}
IL_012a:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_46 = ___nfi1;
NullCheck(L_46);
String_t* L_47 = NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline(L_46, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_47, /*hidden argument*/NULL);
}
IL_0136:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_48 = __this->get__cbuf_7();
int32_t L_49 = __this->get__ind_23();
String_t* L_50 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_48, 0, L_49, /*hidden argument*/NULL);
return L_50;
}
}
// System.String System.NumberFormatter::FormatExponential(System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatExponential_mCA7BFD8EAC7AD2C23FF91756A5AE9F143478E226 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___precision0;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0007;
}
}
{
___precision0 = 6;
}
IL_0007:
{
int32_t L_1 = ___precision0;
NumberFormatter_RoundPos_mD1767AEAEE9801C748F3C7B8BE7A29598A843961(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_2 = ___precision0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = ___nfi1;
String_t* L_4 = NumberFormatter_FormatExponential_m860C5350D97E7958CA0EC214263E0BE6B34F326F(__this, L_2, L_3, 3, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.NumberFormatter::FormatExponential(System.Int32,System.Globalization.NumberFormatInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatExponential_m860C5350D97E7958CA0EC214263E0BE6B34F326F (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, int32_t ___expDigits2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get__decPointPos_18();
int32_t L_1 = __this->get__digitsLen_16();
V_0 = L_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
__this->set__decPointPos_18(1);
int32_t L_2 = ___precision0;
NumberFormatter_ResetCharBuf_m6F248689219DB23CBC466C266D313DBE0E64AAA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)8)), /*hidden argument*/NULL);
bool L_3 = __this->get__positive_12();
if (L_3)
{
goto IL_0034;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = ___nfi1;
NullCheck(L_4);
String_t* L_5 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_4, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_5, /*hidden argument*/NULL);
}
IL_0034:
{
int32_t L_6 = V_0;
NumberFormatter_AppendOneDigit_m00E78B4DAFD47E5393BF1B3664B4453A646061A5(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_7 = ___precision0;
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_0060;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_8 = ___nfi1;
NullCheck(L_8);
String_t* L_9 = NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline(L_8, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_9, /*hidden argument*/NULL);
int32_t L_10 = V_0;
int32_t L_11 = ___precision0;
int32_t L_12 = V_0;
int32_t L_13 = __this->get__decPointPos_18();
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), /*hidden argument*/NULL);
}
IL_0060:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_14 = ___nfi1;
int32_t L_15 = V_1;
int32_t L_16 = ___expDigits2;
NumberFormatter_AppendExponent_m642543981CFC9CB61ECCE7DD35289F1711ED0F0C(__this, L_14, L_15, L_16, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = __this->get__cbuf_7();
int32_t L_18 = __this->get__ind_23();
String_t* L_19 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_17, 0, L_18, /*hidden argument*/NULL);
return L_19;
}
}
// System.String System.NumberFormatter::FormatCustom(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatCustom_m5DAC683F225013EEBFC4FDC1682A88C40152A85F (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_FormatCustom_m5DAC683F225013EEBFC4FDC1682A88C40152A85F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * V_3 = NULL;
StringBuilder_t * V_4 = NULL;
StringBuilder_t * V_5 = NULL;
StringBuilder_t * V_6 = NULL;
int32_t V_7 = 0;
bool V_8 = false;
StringBuilder_t * G_B7_0 = NULL;
StringBuilder_t * G_B20_0 = NULL;
StringBuilder_t * G_B19_0 = NULL;
int32_t G_B21_0 = 0;
StringBuilder_t * G_B21_1 = NULL;
{
bool L_0 = __this->get__positive_12();
V_0 = L_0;
V_1 = 0;
V_2 = 0;
String_t* L_1 = ___format0;
bool L_2 = NumberFormatter_get_IsZero_m8F40311773109C6A0B1F80956155E17EE982838E(__this, /*hidden argument*/NULL);
CustomInfo_GetActiveSection_m3C48CF37C771F5434981309EEBDB47383654E25A(L_1, (bool*)(&V_0), L_2, (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
int32_t L_3 = V_2;
if (L_3)
{
goto IL_0035;
}
}
{
bool L_4 = __this->get__positive_12();
if (L_4)
{
goto IL_002f;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___nfi1;
NullCheck(L_5);
String_t* L_6 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_5, /*hidden argument*/NULL);
return L_6;
}
IL_002f:
{
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_7;
}
IL_0035:
{
bool L_8 = V_0;
__this->set__positive_12(L_8);
String_t* L_9 = ___format0;
int32_t L_10 = V_1;
int32_t L_11 = V_2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_12 = ___nfi1;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_13 = CustomInfo_Parse_m221FEE3DBA88FC585E7EC4F51CE590B9BE0E334A(L_9, L_10, L_11, L_12, /*hidden argument*/NULL);
V_3 = L_13;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_14 = V_3;
NullCheck(L_14);
int32_t L_15 = L_14->get_IntegerDigits_4();
StringBuilder_t * L_16 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_16, ((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)), /*hidden argument*/NULL);
V_4 = L_16;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_17 = V_3;
NullCheck(L_17);
int32_t L_18 = L_17->get_DecimalDigits_1();
StringBuilder_t * L_19 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_19, ((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)), /*hidden argument*/NULL);
V_5 = L_19;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_20 = V_3;
NullCheck(L_20);
bool L_21 = L_20->get_UseExponent_7();
if (L_21)
{
goto IL_006f;
}
}
{
G_B7_0 = ((StringBuilder_t *)(NULL));
goto IL_007c;
}
IL_006f:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_22 = V_3;
NullCheck(L_22);
int32_t L_23 = L_22->get_ExponentDigits_8();
StringBuilder_t * L_24 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_24, ((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)), /*hidden argument*/NULL);
G_B7_0 = L_24;
}
IL_007c:
{
V_6 = G_B7_0;
V_7 = 0;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_25 = V_3;
NullCheck(L_25);
int32_t L_26 = L_25->get_Percents_12();
if ((((int32_t)L_26) <= ((int32_t)0)))
{
goto IL_0098;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_27 = V_3;
NullCheck(L_27);
int32_t L_28 = L_27->get_Percents_12();
NumberFormatter_Multiply10_mCDC2D6E96D4920F5E9DED8BA045339DC26292227(__this, ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_28)), /*hidden argument*/NULL);
}
IL_0098:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_29 = V_3;
NullCheck(L_29);
int32_t L_30 = L_29->get_Permilles_13();
if ((((int32_t)L_30) <= ((int32_t)0)))
{
goto IL_00af;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_31 = V_3;
NullCheck(L_31);
int32_t L_32 = L_31->get_Permilles_13();
NumberFormatter_Multiply10_mCDC2D6E96D4920F5E9DED8BA045339DC26292227(__this, ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_32)), /*hidden argument*/NULL);
}
IL_00af:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_33 = V_3;
NullCheck(L_33);
int32_t L_34 = L_33->get_DividePlaces_11();
if ((((int32_t)L_34) <= ((int32_t)0)))
{
goto IL_00c4;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_35 = V_3;
NullCheck(L_35);
int32_t L_36 = L_35->get_DividePlaces_11();
NumberFormatter_Divide10_m19182F6184716E02E9DBA42FCF89EFEBA7AC19B7(__this, L_36, /*hidden argument*/NULL);
}
IL_00c4:
{
V_8 = (bool)1;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_37 = V_3;
NullCheck(L_37);
bool L_38 = L_37->get_UseExponent_7();
if (!L_38)
{
goto IL_0139;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_39 = V_3;
NullCheck(L_39);
int32_t L_40 = L_39->get_DecimalDigits_1();
if ((((int32_t)L_40) > ((int32_t)0)))
{
goto IL_00e1;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_41 = V_3;
NullCheck(L_41);
int32_t L_42 = L_41->get_IntegerDigits_4();
if ((((int32_t)L_42) <= ((int32_t)0)))
{
goto IL_0139;
}
}
IL_00e1:
{
bool L_43 = NumberFormatter_get_IsZero_m8F40311773109C6A0B1F80956155E17EE982838E(__this, /*hidden argument*/NULL);
if (L_43)
{
goto IL_011a;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_44 = V_3;
NullCheck(L_44);
int32_t L_45 = L_44->get_DecimalDigits_1();
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_46 = V_3;
NullCheck(L_46);
int32_t L_47 = L_46->get_IntegerDigits_4();
NumberFormatter_RoundPos_mD1767AEAEE9801C748F3C7B8BE7A29598A843961(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_47)), /*hidden argument*/NULL);
int32_t L_48 = V_7;
int32_t L_49 = __this->get__decPointPos_18();
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_50 = V_3;
NullCheck(L_50);
int32_t L_51 = L_50->get_IntegerDigits_4();
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_51))));
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_52 = V_3;
NullCheck(L_52);
int32_t L_53 = L_52->get_IntegerDigits_4();
__this->set__decPointPos_18(L_53);
}
IL_011a:
{
int32_t L_54 = V_7;
V_8 = (bool)((((int32_t)((((int32_t)L_54) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
StringBuilder_t * L_55 = V_6;
int32_t L_56 = V_7;
G_B19_0 = L_55;
if ((((int32_t)L_56) < ((int32_t)0)))
{
G_B20_0 = L_55;
goto IL_012f;
}
}
{
int32_t L_57 = V_7;
G_B21_0 = L_57;
G_B21_1 = G_B19_0;
goto IL_0132;
}
IL_012f:
{
int32_t L_58 = V_7;
G_B21_0 = ((-L_58));
G_B21_1 = G_B20_0;
}
IL_0132:
{
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_AppendNonNegativeNumber_m9AF8B3BAFDE9443EF437F2A4659E2759913D70E1(G_B21_1, G_B21_0, /*hidden argument*/NULL);
goto IL_0146;
}
IL_0139:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_59 = V_3;
NullCheck(L_59);
int32_t L_60 = L_59->get_DecimalDigits_1();
NumberFormatter_RoundDecimal_mE3446A2208E792FF9BB01F93871A8C1BCFF10F4E(__this, L_60, /*hidden argument*/NULL);
}
IL_0146:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_61 = V_3;
NullCheck(L_61);
int32_t L_62 = L_61->get_IntegerDigits_4();
if (L_62)
{
goto IL_0156;
}
}
{
bool L_63 = NumberFormatter_get_IsZeroInteger_m914987F51303120CDEB2339FB10E4617E9F17307(__this, /*hidden argument*/NULL);
if (L_63)
{
goto IL_0164;
}
}
IL_0156:
{
int32_t L_64 = NumberFormatter_get_IntegerDigits_m91E2E8AF66FD565349B6447D6F9AB3B9BD61F741(__this, /*hidden argument*/NULL);
StringBuilder_t * L_65 = V_4;
NumberFormatter_AppendIntegerString_m37A5A133D337FE0E7378D3F5C9B5C42ABC4F500C(__this, L_64, L_65, /*hidden argument*/NULL);
}
IL_0164:
{
int32_t L_66 = NumberFormatter_get_DecimalDigits_m7D1E99D450C28EEB92D1C28F23393F18A2AB202E(__this, /*hidden argument*/NULL);
StringBuilder_t * L_67 = V_5;
NumberFormatter_AppendDecimalString_mE1BE0D20CD069420690F5E5C06A394C7369C90BF(__this, L_66, L_67, /*hidden argument*/NULL);
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_68 = V_3;
NullCheck(L_68);
bool L_69 = L_68->get_UseExponent_7();
if (!L_69)
{
goto IL_0216;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_70 = V_3;
NullCheck(L_70);
int32_t L_71 = L_70->get_DecimalDigits_1();
if ((((int32_t)L_71) > ((int32_t)0)))
{
goto IL_0196;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_72 = V_3;
NullCheck(L_72);
int32_t L_73 = L_72->get_IntegerDigits_4();
if ((((int32_t)L_73) > ((int32_t)0)))
{
goto IL_0196;
}
}
{
__this->set__positive_12((bool)1);
}
IL_0196:
{
StringBuilder_t * L_74 = V_4;
NullCheck(L_74);
int32_t L_75 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_74, /*hidden argument*/NULL);
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_76 = V_3;
NullCheck(L_76);
int32_t L_77 = L_76->get_IntegerDigits_4();
if ((((int32_t)L_75) >= ((int32_t)L_77)))
{
goto IL_01ce;
}
}
{
StringBuilder_t * L_78 = V_4;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_79 = V_3;
NullCheck(L_79);
int32_t L_80 = L_79->get_IntegerDigits_4();
StringBuilder_t * L_81 = V_4;
NullCheck(L_81);
int32_t L_82 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_81, /*hidden argument*/NULL);
NullCheck(L_78);
StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05(L_78, 0, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_82)), /*hidden argument*/NULL);
goto IL_01ce;
}
IL_01c3:
{
StringBuilder_t * L_83 = V_6;
NullCheck(L_83);
StringBuilder_Insert_m5A00CEB69C56B823E3766C84114D8B8ACCFC67A1(L_83, 0, ((int32_t)48), /*hidden argument*/NULL);
}
IL_01ce:
{
StringBuilder_t * L_84 = V_6;
NullCheck(L_84);
int32_t L_85 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_84, /*hidden argument*/NULL);
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_86 = V_3;
NullCheck(L_86);
int32_t L_87 = L_86->get_ExponentDigits_8();
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_88 = V_3;
NullCheck(L_88);
int32_t L_89 = L_88->get_ExponentTailSharpDigits_9();
if ((((int32_t)L_85) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)L_89)))))
{
goto IL_01c3;
}
}
{
bool L_90 = V_8;
if (!L_90)
{
goto IL_0201;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_91 = V_3;
NullCheck(L_91);
bool L_92 = L_91->get_ExponentNegativeSignOnly_10();
if (L_92)
{
goto IL_0201;
}
}
{
StringBuilder_t * L_93 = V_6;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_94 = ___nfi1;
NullCheck(L_94);
String_t* L_95 = NumberFormatInfo_get_PositiveSign_m268EA84CDC3A03566ACDC10208E165DB74948747_inline(L_94, /*hidden argument*/NULL);
NullCheck(L_93);
StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C(L_93, 0, L_95, /*hidden argument*/NULL);
goto IL_0276;
}
IL_0201:
{
bool L_96 = V_8;
if (L_96)
{
goto IL_0276;
}
}
{
StringBuilder_t * L_97 = V_6;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_98 = ___nfi1;
NullCheck(L_98);
String_t* L_99 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_98, /*hidden argument*/NULL);
NullCheck(L_97);
StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C(L_97, 0, L_99, /*hidden argument*/NULL);
goto IL_0276;
}
IL_0216:
{
StringBuilder_t * L_100 = V_4;
NullCheck(L_100);
int32_t L_101 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_100, /*hidden argument*/NULL);
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_102 = V_3;
NullCheck(L_102);
int32_t L_103 = L_102->get_IntegerDigits_4();
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_104 = V_3;
NullCheck(L_104);
int32_t L_105 = L_104->get_IntegerHeadSharpDigits_5();
if ((((int32_t)L_101) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)L_105)))))
{
goto IL_024f;
}
}
{
StringBuilder_t * L_106 = V_4;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_107 = V_3;
NullCheck(L_107);
int32_t L_108 = L_107->get_IntegerDigits_4();
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_109 = V_3;
NullCheck(L_109);
int32_t L_110 = L_109->get_IntegerHeadSharpDigits_5();
StringBuilder_t * L_111 = V_4;
NullCheck(L_111);
int32_t L_112 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_111, /*hidden argument*/NULL);
NullCheck(L_106);
StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05(L_106, 0, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_110)), (int32_t)L_112)), /*hidden argument*/NULL);
}
IL_024f:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_113 = V_3;
NullCheck(L_113);
int32_t L_114 = L_113->get_IntegerDigits_4();
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_115 = V_3;
NullCheck(L_115);
int32_t L_116 = L_115->get_IntegerHeadSharpDigits_5();
if ((!(((uint32_t)L_114) == ((uint32_t)L_116))))
{
goto IL_0276;
}
}
{
StringBuilder_t * L_117 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
bool L_118 = NumberFormatter_IsZeroOnly_m34EC372F18B62ED7716195F4BD28945F7B1C2716(L_117, /*hidden argument*/NULL);
if (!L_118)
{
goto IL_0276;
}
}
{
StringBuilder_t * L_119 = V_4;
StringBuilder_t * L_120 = V_4;
NullCheck(L_120);
int32_t L_121 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_120, /*hidden argument*/NULL);
NullCheck(L_119);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_119, 0, L_121, /*hidden argument*/NULL);
}
IL_0276:
{
StringBuilder_t * L_122 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
NumberFormatter_ZeroTrimEnd_mCFA43BC122387E7BB042BCD81DE7DE4870FB5D99(L_122, (bool)1, /*hidden argument*/NULL);
goto IL_028a;
}
IL_0280:
{
StringBuilder_t * L_123 = V_5;
NullCheck(L_123);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_123, ((int32_t)48), /*hidden argument*/NULL);
}
IL_028a:
{
StringBuilder_t * L_124 = V_5;
NullCheck(L_124);
int32_t L_125 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_124, /*hidden argument*/NULL);
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_126 = V_3;
NullCheck(L_126);
int32_t L_127 = L_126->get_DecimalDigits_1();
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_128 = V_3;
NullCheck(L_128);
int32_t L_129 = L_128->get_DecimalTailSharpDigits_3();
if ((((int32_t)L_125) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_127, (int32_t)L_129)))))
{
goto IL_0280;
}
}
{
StringBuilder_t * L_130 = V_5;
NullCheck(L_130);
int32_t L_131 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_130, /*hidden argument*/NULL);
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_132 = V_3;
NullCheck(L_132);
int32_t L_133 = L_132->get_DecimalDigits_1();
if ((((int32_t)L_131) <= ((int32_t)L_133)))
{
goto IL_02cb;
}
}
{
StringBuilder_t * L_134 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_135 = V_3;
NullCheck(L_135);
int32_t L_136 = L_135->get_DecimalDigits_1();
StringBuilder_t * L_137 = V_5;
NullCheck(L_137);
int32_t L_138 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_137, /*hidden argument*/NULL);
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_139 = V_3;
NullCheck(L_139);
int32_t L_140 = L_139->get_DecimalDigits_1();
NullCheck(L_134);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_134, L_136, ((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)L_140)), /*hidden argument*/NULL);
}
IL_02cb:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_141 = V_3;
String_t* L_142 = ___format0;
int32_t L_143 = V_1;
int32_t L_144 = V_2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_145 = ___nfi1;
bool L_146 = __this->get__positive_12();
StringBuilder_t * L_147 = V_4;
StringBuilder_t * L_148 = V_5;
StringBuilder_t * L_149 = V_6;
NullCheck(L_141);
String_t* L_150 = CustomInfo_Format_m1A29FF4C0EF0861E7E2564D8548EEA6916D91252(L_141, L_142, L_143, L_144, L_145, L_146, L_147, L_148, L_149, /*hidden argument*/NULL);
return L_150;
}
}
// System.Void System.NumberFormatter::ZeroTrimEnd(System.Text.StringBuilder,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_ZeroTrimEnd_mCFA43BC122387E7BB042BCD81DE7DE4870FB5D99 (StringBuilder_t * ___sb0, bool ___canEmpty1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B6_0 = 0;
{
V_0 = 0;
StringBuilder_t * L_0 = ___sb0;
NullCheck(L_0);
int32_t L_1 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_0, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
goto IL_0020;
}
IL_000d:
{
StringBuilder_t * L_2 = ___sb0;
int32_t L_3 = V_1;
NullCheck(L_2);
Il2CppChar L_4 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_2, L_3, /*hidden argument*/NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)48)))))
{
goto IL_0032;
}
}
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
}
IL_0020:
{
bool L_7 = ___canEmpty1;
if (L_7)
{
goto IL_0029;
}
}
{
int32_t L_8 = V_1;
G_B6_0 = ((((int32_t)L_8) > ((int32_t)0))? 1 : 0);
goto IL_0030;
}
IL_0029:
{
int32_t L_9 = V_1;
G_B6_0 = ((((int32_t)((((int32_t)L_9) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0030:
{
if (G_B6_0)
{
goto IL_000d;
}
}
IL_0032:
{
int32_t L_10 = V_0;
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_0046;
}
}
{
StringBuilder_t * L_11 = ___sb0;
StringBuilder_t * L_12 = ___sb0;
NullCheck(L_12);
int32_t L_13 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_12, /*hidden argument*/NULL);
int32_t L_14 = V_0;
int32_t L_15 = V_0;
NullCheck(L_11);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), L_15, /*hidden argument*/NULL);
}
IL_0046:
{
return;
}
}
// System.Boolean System.NumberFormatter::IsZeroOnly(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberFormatter_IsZeroOnly_m34EC372F18B62ED7716195F4BD28945F7B1C2716 (StringBuilder_t * ___sb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_IsZeroOnly_m34EC372F18B62ED7716195F4BD28945F7B1C2716_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0023;
}
IL_0004:
{
StringBuilder_t * L_0 = ___sb0;
int32_t L_1 = V_0;
NullCheck(L_0);
Il2CppChar L_2 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_0, L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_3 = Char_IsDigit_m29508E0B60DAE54350BDC3DED0D42895DBA4087E(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
StringBuilder_t * L_4 = ___sb0;
int32_t L_5 = V_0;
NullCheck(L_4);
Il2CppChar L_6 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_4, L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)((int32_t)48))))
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_0023:
{
int32_t L_8 = V_0;
StringBuilder_t * L_9 = ___sb0;
NullCheck(L_9);
int32_t L_10 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_0004;
}
}
{
return (bool)1;
}
}
// System.Void System.NumberFormatter::AppendNonNegativeNumber(System.Text.StringBuilder,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendNonNegativeNumber_m9AF8B3BAFDE9443EF437F2A4659E2759913D70E1 (StringBuilder_t * ___sb0, int32_t ___v1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_AppendNonNegativeNumber_m9AF8B3BAFDE9443EF437F2A4659E2759913D70E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___v1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000a;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m77591C20EDA3ADEE2FAF1987321D686E249326C5(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NumberFormatter_AppendNonNegativeNumber_m9AF8B3BAFDE9443EF437F2A4659E2759913D70E1_RuntimeMethod_var);
}
IL_000a:
{
int32_t L_2 = ___v1;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int32_t L_3 = NumberFormatter_ScaleOrder_m712CE7B5E134E507EC41CC93A43D76F02FC2D8C2((((int64_t)((int64_t)L_2))), /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1));
}
IL_0014:
{
int32_t L_4 = ___v1;
int32_t L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
int64_t L_6 = NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C(L_5, /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_4/(int32_t)(((int32_t)((int32_t)L_6)))));
StringBuilder_t * L_7 = ___sb0;
int32_t L_8 = V_1;
NullCheck(L_7);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_7, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)L_8))))), /*hidden argument*/NULL);
int32_t L_9 = ___v1;
int32_t L_10 = V_0;
int32_t L_11 = L_10;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
int64_t L_12 = NumberFormatter_GetTenPowerOf_mFB4993FB5A5C694F12FC7772DF431C0AA3F6E43C(L_11, /*hidden argument*/NULL);
int32_t L_13 = V_1;
___v1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)L_12))), (int32_t)L_13))));
int32_t L_14 = V_0;
if ((((int32_t)L_14) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
return;
}
}
// System.Void System.NumberFormatter::AppendIntegerString(System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerString_m37A5A133D337FE0E7378D3F5C9B5C42ABC4F500C (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___minLength0, StringBuilder_t * ___sb1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__decPointPos_18();
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_0014;
}
}
{
StringBuilder_t * L_1 = ___sb1;
int32_t L_2 = ___minLength0;
NullCheck(L_1);
StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45(L_1, ((int32_t)48), L_2, /*hidden argument*/NULL);
return;
}
IL_0014:
{
int32_t L_3 = __this->get__decPointPos_18();
int32_t L_4 = ___minLength0;
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_002e;
}
}
{
StringBuilder_t * L_5 = ___sb1;
int32_t L_6 = ___minLength0;
int32_t L_7 = __this->get__decPointPos_18();
NullCheck(L_5);
StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45(L_5, ((int32_t)48), ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL);
}
IL_002e:
{
int32_t L_8 = __this->get__digitsLen_16();
int32_t L_9 = __this->get__decPointPos_18();
int32_t L_10 = __this->get__digitsLen_16();
StringBuilder_t * L_11 = ___sb1;
NumberFormatter_AppendDigits_m17CDC05D8F1F8CB837429D7BBD4F24501ABF45F7(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), L_10, L_11, /*hidden argument*/NULL);
return;
}
}
// System.Void System.NumberFormatter::AppendIntegerString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerString_mD6FB81A7D8109CDAED213804F4D91E2FA476BD88 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___minLength0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__decPointPos_18();
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_0013;
}
}
{
int32_t L_1 = ___minLength0;
NumberFormatter_Append_m2A6A1C7BE013B8DC696AD7A2D2D715B5C685E0A9(__this, ((int32_t)48), L_1, /*hidden argument*/NULL);
return;
}
IL_0013:
{
int32_t L_2 = __this->get__decPointPos_18();
int32_t L_3 = ___minLength0;
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_002c;
}
}
{
int32_t L_4 = ___minLength0;
int32_t L_5 = __this->get__decPointPos_18();
NumberFormatter_Append_m2A6A1C7BE013B8DC696AD7A2D2D715B5C685E0A9(__this, ((int32_t)48), ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL);
}
IL_002c:
{
int32_t L_6 = __this->get__digitsLen_16();
int32_t L_7 = __this->get__decPointPos_18();
int32_t L_8 = __this->get__digitsLen_16();
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.NumberFormatter::AppendDecimalString(System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendDecimalString_mE1BE0D20CD069420690F5E5C06A394C7369C90BF (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, StringBuilder_t * ___sb1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__digitsLen_16();
int32_t L_1 = ___precision0;
int32_t L_2 = __this->get__decPointPos_18();
int32_t L_3 = __this->get__digitsLen_16();
int32_t L_4 = __this->get__decPointPos_18();
StringBuilder_t * L_5 = ___sb1;
NumberFormatter_AppendDigits_m17CDC05D8F1F8CB837429D7BBD4F24501ABF45F7(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.NumberFormatter::AppendDecimalString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendDecimalString_mE9DC096988E86A4835B3456196883DFC51A57623 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___precision0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__digitsLen_16();
int32_t L_1 = ___precision0;
int32_t L_2 = __this->get__decPointPos_18();
int32_t L_3 = __this->get__digitsLen_16();
int32_t L_4 = __this->get__decPointPos_18();
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), /*hidden argument*/NULL);
return;
}
}
// System.Void System.NumberFormatter::AppendIntegerStringWithGroupSeparator(System.Int32[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerStringWithGroupSeparator_m761D1912DA7C38E84F3C2AC297FA7C9ABD09D403 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___groups0, String_t* ___groupSeparator1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t G_B11_0 = 0;
int32_t G_B19_0 = 0;
{
bool L_0 = NumberFormatter_get_IsZeroInteger_m914987F51303120CDEB2339FB10E4617E9F17307(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0011;
}
}
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)48), /*hidden argument*/NULL);
return;
}
IL_0011:
{
V_0 = 0;
V_1 = 0;
V_2 = 0;
goto IL_002e;
}
IL_0019:
{
int32_t L_1 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___groups0;
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = L_3;
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_5));
int32_t L_6 = V_0;
int32_t L_7 = __this->get__decPointPos_18();
if ((((int32_t)L_6) > ((int32_t)L_7)))
{
goto IL_0034;
}
}
{
int32_t L_8 = V_2;
V_1 = L_8;
int32_t L_9 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_002e:
{
int32_t L_10 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___groups0;
NullCheck(L_11);
if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))))
{
goto IL_0019;
}
}
IL_0034:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = ___groups0;
NullCheck(L_12);
if (!(((RuntimeArray*)L_12)->max_length))
{
goto IL_0150;
}
}
{
int32_t L_13 = V_0;
if ((((int32_t)L_13) <= ((int32_t)0)))
{
goto IL_0150;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = ___groups0;
int32_t L_15 = V_1;
NullCheck(L_14);
int32_t L_16 = L_15;
int32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_4 = L_17;
int32_t L_18 = __this->get__decPointPos_18();
int32_t L_19 = V_0;
if ((((int32_t)L_18) > ((int32_t)L_19)))
{
goto IL_0053;
}
}
{
G_B11_0 = 0;
goto IL_005b;
}
IL_0053:
{
int32_t L_20 = __this->get__decPointPos_18();
int32_t L_21 = V_0;
G_B11_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21));
}
IL_005b:
{
V_5 = G_B11_0;
int32_t L_22 = V_4;
if (L_22)
{
goto IL_007e;
}
}
{
goto IL_0067;
}
IL_0063:
{
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1));
}
IL_0067:
{
int32_t L_24 = V_1;
if ((((int32_t)L_24) < ((int32_t)0)))
{
goto IL_0070;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = ___groups0;
int32_t L_26 = V_1;
NullCheck(L_25);
int32_t L_27 = L_26;
int32_t L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
if (!L_28)
{
goto IL_0063;
}
}
IL_0070:
{
int32_t L_29 = V_5;
if ((((int32_t)L_29) > ((int32_t)0)))
{
goto IL_007a;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = ___groups0;
int32_t L_31 = V_1;
NullCheck(L_30);
int32_t L_32 = L_31;
int32_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
G_B19_0 = L_33;
goto IL_007c;
}
IL_007a:
{
int32_t L_34 = V_5;
G_B19_0 = L_34;
}
IL_007c:
{
V_4 = G_B19_0;
}
IL_007e:
{
int32_t L_35 = V_5;
if (L_35)
{
goto IL_0087;
}
}
{
int32_t L_36 = V_4;
V_3 = L_36;
goto IL_00a1;
}
IL_0087:
{
int32_t L_37 = V_1;
int32_t L_38 = V_5;
int32_t L_39 = V_4;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)((int32_t)L_38/(int32_t)L_39))));
int32_t L_40 = V_5;
int32_t L_41 = V_4;
V_3 = ((int32_t)((int32_t)L_40%(int32_t)L_41));
int32_t L_42 = V_3;
if (L_42)
{
goto IL_009d;
}
}
{
int32_t L_43 = V_4;
V_3 = L_43;
goto IL_00a1;
}
IL_009d:
{
int32_t L_44 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
}
IL_00a1:
{
int32_t L_45 = V_0;
int32_t L_46 = __this->get__decPointPos_18();
if ((((int32_t)L_45) < ((int32_t)L_46)))
{
goto IL_00e2;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_47 = ___groups0;
NullCheck(L_47);
int32_t L_48 = 0;
int32_t L_49 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
V_6 = L_49;
int32_t L_50 = V_0;
int32_t L_51 = V_6;
if ((((int32_t)L_50) <= ((int32_t)L_51)))
{
goto IL_00e2;
}
}
{
int32_t L_52 = V_6;
int32_t L_53 = __this->get__decPointPos_18();
V_7 = ((-((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_53))));
int32_t L_54 = V_7;
int32_t L_55 = V_6;
if ((((int32_t)L_54) >= ((int32_t)L_55)))
{
goto IL_00cb;
}
}
{
int32_t L_56 = V_7;
V_3 = L_56;
goto IL_00e2;
}
IL_00cb:
{
int32_t L_57 = V_6;
if ((((int32_t)L_57) <= ((int32_t)0)))
{
goto IL_00e2;
}
}
{
int32_t L_58 = __this->get__decPointPos_18();
int32_t L_59 = V_6;
int32_t L_60 = ((int32_t)((int32_t)L_58%(int32_t)L_59));
V_8 = L_60;
if ((((int32_t)L_60) <= ((int32_t)0)))
{
goto IL_00e2;
}
}
{
int32_t L_61 = V_8;
V_3 = L_61;
}
IL_00e2:
{
V_9 = 0;
}
IL_00e5:
{
int32_t L_62 = __this->get__decPointPos_18();
int32_t L_63 = V_9;
int32_t L_64 = V_3;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63))) <= ((int32_t)L_64)))
{
goto IL_00f4;
}
}
{
int32_t L_65 = V_3;
if (L_65)
{
goto IL_0111;
}
}
IL_00f4:
{
int32_t L_66 = __this->get__digitsLen_16();
int32_t L_67 = __this->get__decPointPos_18();
int32_t L_68 = __this->get__digitsLen_16();
int32_t L_69 = V_9;
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_69)), /*hidden argument*/NULL);
return;
}
IL_0111:
{
int32_t L_70 = __this->get__digitsLen_16();
int32_t L_71 = V_9;
int32_t L_72 = V_3;
int32_t L_73 = __this->get__digitsLen_16();
int32_t L_74 = V_9;
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), (int32_t)L_72)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74)), /*hidden argument*/NULL);
int32_t L_75 = V_9;
int32_t L_76 = V_3;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76));
String_t* L_77 = ___groupSeparator1;
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_77, /*hidden argument*/NULL);
int32_t L_78 = V_1;
int32_t L_79 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1));
V_1 = L_79;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_80 = ___groups0;
NullCheck(L_80);
if ((((int32_t)L_79) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_80)->max_length)))))))
{
goto IL_014b;
}
}
{
int32_t L_81 = V_1;
if ((((int32_t)L_81) < ((int32_t)0)))
{
goto IL_014b;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_82 = ___groups0;
int32_t L_83 = V_1;
NullCheck(L_82);
int32_t L_84 = L_83;
int32_t L_85 = (L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_84));
V_4 = L_85;
}
IL_014b:
{
int32_t L_86 = V_4;
V_3 = L_86;
goto IL_00e5;
}
IL_0150:
{
int32_t L_87 = __this->get__digitsLen_16();
int32_t L_88 = __this->get__decPointPos_18();
int32_t L_89 = __this->get__digitsLen_16();
NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)L_88)), L_89, /*hidden argument*/NULL);
return;
}
}
// System.Void System.NumberFormatter::AppendExponent(System.Globalization.NumberFormatInfo,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendExponent_m642543981CFC9CB61ECCE7DD35289F1711ED0F0C (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi0, int32_t ___exponent1, int32_t ___minDigits2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_AppendExponent_m642543981CFC9CB61ECCE7DD35289F1711ED0F0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
bool L_0 = __this->get__specifierIsUpper_11();
if (L_0)
{
goto IL_0012;
}
}
{
Il2CppChar L_1 = __this->get__specifier_13();
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)82)))))
{
goto IL_001c;
}
}
IL_0012:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)69), /*hidden argument*/NULL);
goto IL_0024;
}
IL_001c:
{
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, ((int32_t)101), /*hidden argument*/NULL);
}
IL_0024:
{
int32_t L_2 = ___exponent1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0036;
}
}
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = ___nfi0;
NullCheck(L_3);
String_t* L_4 = NumberFormatInfo_get_PositiveSign_m268EA84CDC3A03566ACDC10208E165DB74948747_inline(L_3, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_4, /*hidden argument*/NULL);
goto IL_0046;
}
IL_0036:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___nfi0;
NullCheck(L_5);
String_t* L_6 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_5, /*hidden argument*/NULL);
NumberFormatter_Append_mE65A9601F09254E72BF833F4E443B4472A4FCB3D(__this, L_6, /*hidden argument*/NULL);
int32_t L_7 = ___exponent1;
___exponent1 = ((-L_7));
}
IL_0046:
{
int32_t L_8 = ___exponent1;
if (L_8)
{
goto IL_0053;
}
}
{
int32_t L_9 = ___minDigits2;
NumberFormatter_Append_m2A6A1C7BE013B8DC696AD7A2D2D715B5C685E0A9(__this, ((int32_t)48), L_9, /*hidden argument*/NULL);
return;
}
IL_0053:
{
int32_t L_10 = ___exponent1;
if ((((int32_t)L_10) >= ((int32_t)((int32_t)10))))
{
goto IL_006f;
}
}
{
int32_t L_11 = ___minDigits2;
NumberFormatter_Append_m2A6A1C7BE013B8DC696AD7A2D2D715B5C685E0A9(__this, ((int32_t)48), ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_12 = ___exponent1;
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)L_12))))), /*hidden argument*/NULL);
return;
}
IL_006f:
{
int32_t L_13 = ___exponent1;
IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var);
uint32_t L_14 = NumberFormatter_FastToDecHex_m70F4537592F2D301B57DCB01BF0BF5F5B929845F(L_13, /*hidden argument*/NULL);
V_0 = L_14;
int32_t L_15 = ___exponent1;
if ((((int32_t)L_15) >= ((int32_t)((int32_t)100))))
{
goto IL_007f;
}
}
{
int32_t L_16 = ___minDigits2;
if ((!(((uint32_t)L_16) == ((uint32_t)3))))
{
goto IL_008c;
}
}
IL_007f:
{
uint32_t L_17 = V_0;
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((uint32_t)L_17>>8))))))), /*hidden argument*/NULL);
}
IL_008c:
{
uint32_t L_18 = V_0;
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_18>>4))&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
uint32_t L_19 = V_0;
NumberFormatter_Append_m7D7CC5592044F8F24D91E6626C59287AB0AD03FD(__this, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
return;
}
}
// System.Void System.NumberFormatter::AppendOneDigit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendOneDigit_m00E78B4DAFD47E5393BF1B3664B4453A646061A5 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___start0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get__ind_23();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get__cbuf_7();
NullCheck(L_1);
if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))))
{
goto IL_001f;
}
}
{
int32_t L_2 = __this->get__ind_23();
NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)10))), /*hidden argument*/NULL);
}
IL_001f:
{
int32_t L_3 = ___start0;
int32_t L_4 = __this->get__offset_17();
___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4));
int32_t L_5 = ___start0;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
V_0 = 0;
goto IL_006a;
}
IL_0031:
{
int32_t L_6 = ___start0;
if ((((int32_t)L_6) >= ((int32_t)8)))
{
goto IL_003e;
}
}
{
uint32_t L_7 = __this->get__val1_19();
V_0 = L_7;
goto IL_006a;
}
IL_003e:
{
int32_t L_8 = ___start0;
if ((((int32_t)L_8) >= ((int32_t)((int32_t)16))))
{
goto IL_004c;
}
}
{
uint32_t L_9 = __this->get__val2_20();
V_0 = L_9;
goto IL_006a;
}
IL_004c:
{
int32_t L_10 = ___start0;
if ((((int32_t)L_10) >= ((int32_t)((int32_t)24))))
{
goto IL_005a;
}
}
{
uint32_t L_11 = __this->get__val3_21();
V_0 = L_11;
goto IL_006a;
}
IL_005a:
{
int32_t L_12 = ___start0;
if ((((int32_t)L_12) >= ((int32_t)((int32_t)32))))
{
goto IL_0068;
}
}
{
uint32_t L_13 = __this->get__val4_22();
V_0 = L_13;
goto IL_006a;
}
IL_0068:
{
V_0 = 0;
}
IL_006a:
{
uint32_t L_14 = V_0;
int32_t L_15 = ___start0;
V_0 = ((int32_t)((uint32_t)L_14>>((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)7))<<(int32_t)2))&(int32_t)((int32_t)31)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get__cbuf_7();
int32_t L_17 = __this->get__ind_23();
V_1 = L_17;
int32_t L_18 = V_1;
__this->set__ind_23(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)));
int32_t L_19 = V_1;
uint32_t L_20 = V_0;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)15)))))))));
return;
}
}
// System.Void System.NumberFormatter::AppendDigits(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendDigits_m59DE31608D1C9D737C456B0FC4ADF8BF5D0B17E2 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
uint32_t V_2 = 0;
int32_t V_3 = 0;
{
int32_t L_0 = ___start0;
int32_t L_1 = ___end1;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0005;
}
}
{
return;
}
IL_0005:
{
int32_t L_2 = __this->get__ind_23();
int32_t L_3 = ___end1;
int32_t L_4 = ___start0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))));
int32_t L_5 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get__cbuf_7();
NullCheck(L_6);
if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))))
{
goto IL_0025;
}
}
{
int32_t L_7 = V_0;
NumberFormatter_Resize_m5DDC37B326ECCCFEE173B9F90431116E294F64B1(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)10))), /*hidden argument*/NULL);
}
IL_0025:
{
int32_t L_8 = V_0;
__this->set__ind_23(L_8);
int32_t L_9 = ___end1;
int32_t L_10 = __this->get__offset_17();
___end1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10));
int32_t L_11 = ___start0;
int32_t L_12 = __this->get__offset_17();
___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12));
int32_t L_13 = ___start0;
int32_t L_14 = ___start0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)8)), (int32_t)((int32_t)((int32_t)L_14&(int32_t)7))));
}
IL_0048:
{
int32_t L_15 = V_1;
if ((!(((uint32_t)L_15) == ((uint32_t)8))))
{
goto IL_0055;
}
}
{
uint32_t L_16 = __this->get__val1_19();
V_2 = L_16;
goto IL_0081;
}
IL_0055:
{
int32_t L_17 = V_1;
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)16)))))
{
goto IL_0063;
}
}
{
uint32_t L_18 = __this->get__val2_20();
V_2 = L_18;
goto IL_0081;
}
IL_0063:
{
int32_t L_19 = V_1;
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)24)))))
{
goto IL_0071;
}
}
{
uint32_t L_20 = __this->get__val3_21();
V_2 = L_20;
goto IL_0081;
}
IL_0071:
{
int32_t L_21 = V_1;
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)32)))))
{
goto IL_007f;
}
}
{
uint32_t L_22 = __this->get__val4_22();
V_2 = L_22;
goto IL_0081;
}
IL_007f:
{
V_2 = 0;
}
IL_0081:
{
uint32_t L_23 = V_2;
int32_t L_24 = ___start0;
V_2 = ((int32_t)((uint32_t)L_23>>((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_24&(int32_t)7))<<(int32_t)2))&(int32_t)((int32_t)31)))));
int32_t L_25 = V_1;
int32_t L_26 = ___end1;
if ((((int32_t)L_25) <= ((int32_t)L_26)))
{
goto IL_0092;
}
}
{
int32_t L_27 = ___end1;
V_1 = L_27;
}
IL_0092:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = __this->get__cbuf_7();
int32_t L_29 = V_0;
int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
V_0 = L_30;
uint32_t L_31 = V_2;
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)15)))))))));
int32_t L_32 = V_1;
int32_t L_33 = ___start0;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33));
int32_t L_34 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)))
{
case 0:
{
goto IL_017f;
}
case 1:
{
goto IL_0167;
}
case 2:
{
goto IL_014f;
}
case 3:
{
goto IL_0137;
}
case 4:
{
goto IL_011f;
}
case 5:
{
goto IL_0107;
}
case 6:
{
goto IL_00ef;
}
case 7:
{
goto IL_00d7;
}
}
}
{
goto IL_0184;
}
IL_00d7:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = __this->get__cbuf_7();
int32_t L_36 = V_0;
int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1));
V_0 = L_37;
uint32_t L_38 = V_2;
int32_t L_39 = ((int32_t)((uint32_t)L_38>>4));
V_2 = L_39;
NullCheck(L_35);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_39&(int32_t)((int32_t)15)))))))));
}
IL_00ef:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = __this->get__cbuf_7();
int32_t L_41 = V_0;
int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1));
V_0 = L_42;
uint32_t L_43 = V_2;
int32_t L_44 = ((int32_t)((uint32_t)L_43>>4));
V_2 = L_44;
NullCheck(L_40);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_42), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_44&(int32_t)((int32_t)15)))))))));
}
IL_0107:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = __this->get__cbuf_7();
int32_t L_46 = V_0;
int32_t L_47 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1));
V_0 = L_47;
uint32_t L_48 = V_2;
int32_t L_49 = ((int32_t)((uint32_t)L_48>>4));
V_2 = L_49;
NullCheck(L_45);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(L_47), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)15)))))))));
}
IL_011f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = __this->get__cbuf_7();
int32_t L_51 = V_0;
int32_t L_52 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1));
V_0 = L_52;
uint32_t L_53 = V_2;
int32_t L_54 = ((int32_t)((uint32_t)L_53>>4));
V_2 = L_54;
NullCheck(L_50);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(L_52), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_54&(int32_t)((int32_t)15)))))))));
}
IL_0137:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = __this->get__cbuf_7();
int32_t L_56 = V_0;
int32_t L_57 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1));
V_0 = L_57;
uint32_t L_58 = V_2;
int32_t L_59 = ((int32_t)((uint32_t)L_58>>4));
V_2 = L_59;
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(L_57), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_59&(int32_t)((int32_t)15)))))))));
}
IL_014f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_60 = __this->get__cbuf_7();
int32_t L_61 = V_0;
int32_t L_62 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1));
V_0 = L_62;
uint32_t L_63 = V_2;
int32_t L_64 = ((int32_t)((uint32_t)L_63>>4));
V_2 = L_64;
NullCheck(L_60);
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(L_62), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_64&(int32_t)((int32_t)15)))))))));
}
IL_0167:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_65 = __this->get__cbuf_7();
int32_t L_66 = V_0;
int32_t L_67 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1));
V_0 = L_67;
uint32_t L_68 = V_2;
int32_t L_69 = ((int32_t)((uint32_t)L_68>>4));
V_2 = L_69;
NullCheck(L_65);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(L_67), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_69&(int32_t)((int32_t)15)))))))));
}
IL_017f:
{
int32_t L_70 = V_1;
int32_t L_71 = ___end1;
if ((!(((uint32_t)L_70) == ((uint32_t)L_71))))
{
goto IL_0184;
}
}
{
return;
}
IL_0184:
{
int32_t L_72 = V_1;
___start0 = L_72;
int32_t L_73 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)8));
goto IL_0048;
}
}
// System.Void System.NumberFormatter::AppendDigits(System.Int32,System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_AppendDigits_m17CDC05D8F1F8CB837429D7BBD4F24501ABF45F7 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___start0, int32_t ___end1, StringBuilder_t * ___sb2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
uint32_t V_2 = 0;
int32_t V_3 = 0;
{
int32_t L_0 = ___start0;
int32_t L_1 = ___end1;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0005;
}
}
{
return;
}
IL_0005:
{
StringBuilder_t * L_2 = ___sb2;
NullCheck(L_2);
int32_t L_3 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_2, /*hidden argument*/NULL);
int32_t L_4 = ___end1;
int32_t L_5 = ___start0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))));
StringBuilder_t * L_6 = ___sb2;
int32_t L_7 = V_0;
NullCheck(L_6);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_6, L_7, /*hidden argument*/NULL);
int32_t L_8 = ___end1;
int32_t L_9 = __this->get__offset_17();
___end1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
int32_t L_10 = ___start0;
int32_t L_11 = __this->get__offset_17();
___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
int32_t L_12 = ___start0;
int32_t L_13 = ___start0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)8)), (int32_t)((int32_t)((int32_t)L_13&(int32_t)7))));
}
IL_0033:
{
int32_t L_14 = V_1;
if ((!(((uint32_t)L_14) == ((uint32_t)8))))
{
goto IL_0040;
}
}
{
uint32_t L_15 = __this->get__val1_19();
V_2 = L_15;
goto IL_006c;
}
IL_0040:
{
int32_t L_16 = V_1;
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)16)))))
{
goto IL_004e;
}
}
{
uint32_t L_17 = __this->get__val2_20();
V_2 = L_17;
goto IL_006c;
}
IL_004e:
{
int32_t L_18 = V_1;
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)24)))))
{
goto IL_005c;
}
}
{
uint32_t L_19 = __this->get__val3_21();
V_2 = L_19;
goto IL_006c;
}
IL_005c:
{
int32_t L_20 = V_1;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)32)))))
{
goto IL_006a;
}
}
{
uint32_t L_21 = __this->get__val4_22();
V_2 = L_21;
goto IL_006c;
}
IL_006a:
{
V_2 = 0;
}
IL_006c:
{
uint32_t L_22 = V_2;
int32_t L_23 = ___start0;
V_2 = ((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23&(int32_t)7))<<(int32_t)2))&(int32_t)((int32_t)31)))));
int32_t L_24 = V_1;
int32_t L_25 = ___end1;
if ((((int32_t)L_24) <= ((int32_t)L_25)))
{
goto IL_007d;
}
}
{
int32_t L_26 = ___end1;
V_1 = L_26;
}
IL_007d:
{
StringBuilder_t * L_27 = ___sb2;
int32_t L_28 = V_0;
int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1));
V_0 = L_29;
uint32_t L_30 = V_2;
NullCheck(L_27);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_27, L_29, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
int32_t L_31 = V_1;
int32_t L_32 = ___start0;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32));
int32_t L_33 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)))
{
case 0:
{
goto IL_0162;
}
case 1:
{
goto IL_014b;
}
case 2:
{
goto IL_0134;
}
case 3:
{
goto IL_011d;
}
case 4:
{
goto IL_0106;
}
case 5:
{
goto IL_00ef;
}
case 6:
{
goto IL_00d8;
}
case 7:
{
goto IL_00c1;
}
}
}
{
goto IL_0167;
}
IL_00c1:
{
StringBuilder_t * L_34 = ___sb2;
int32_t L_35 = V_0;
int32_t L_36 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1));
V_0 = L_36;
uint32_t L_37 = V_2;
int32_t L_38 = ((int32_t)((uint32_t)L_37>>4));
V_2 = L_38;
NullCheck(L_34);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_34, L_36, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_38&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
}
IL_00d8:
{
StringBuilder_t * L_39 = ___sb2;
int32_t L_40 = V_0;
int32_t L_41 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1));
V_0 = L_41;
uint32_t L_42 = V_2;
int32_t L_43 = ((int32_t)((uint32_t)L_42>>4));
V_2 = L_43;
NullCheck(L_39);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_39, L_41, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_43&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
}
IL_00ef:
{
StringBuilder_t * L_44 = ___sb2;
int32_t L_45 = V_0;
int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1));
V_0 = L_46;
uint32_t L_47 = V_2;
int32_t L_48 = ((int32_t)((uint32_t)L_47>>4));
V_2 = L_48;
NullCheck(L_44);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_44, L_46, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_48&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
}
IL_0106:
{
StringBuilder_t * L_49 = ___sb2;
int32_t L_50 = V_0;
int32_t L_51 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1));
V_0 = L_51;
uint32_t L_52 = V_2;
int32_t L_53 = ((int32_t)((uint32_t)L_52>>4));
V_2 = L_53;
NullCheck(L_49);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_49, L_51, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_53&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
}
IL_011d:
{
StringBuilder_t * L_54 = ___sb2;
int32_t L_55 = V_0;
int32_t L_56 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1));
V_0 = L_56;
uint32_t L_57 = V_2;
int32_t L_58 = ((int32_t)((uint32_t)L_57>>4));
V_2 = L_58;
NullCheck(L_54);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_54, L_56, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_58&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
}
IL_0134:
{
StringBuilder_t * L_59 = ___sb2;
int32_t L_60 = V_0;
int32_t L_61 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)1));
V_0 = L_61;
uint32_t L_62 = V_2;
int32_t L_63 = ((int32_t)((uint32_t)L_62>>4));
V_2 = L_63;
NullCheck(L_59);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_59, L_61, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_63&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
}
IL_014b:
{
StringBuilder_t * L_64 = ___sb2;
int32_t L_65 = V_0;
int32_t L_66 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1));
V_0 = L_66;
uint32_t L_67 = V_2;
int32_t L_68 = ((int32_t)((uint32_t)L_67>>4));
V_2 = L_68;
NullCheck(L_64);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_64, L_66, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_68&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL);
}
IL_0162:
{
int32_t L_69 = V_1;
int32_t L_70 = ___end1;
if ((!(((uint32_t)L_69) == ((uint32_t)L_70))))
{
goto IL_0167;
}
}
{
return;
}
IL_0167:
{
int32_t L_71 = V_1;
___start0 = L_71;
int32_t L_72 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)8));
goto IL_0033;
}
}
// System.Void System.NumberFormatter::Multiply10(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Multiply10_mCDC2D6E96D4920F5E9DED8BA045339DC26292227 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___count0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___count0;
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = __this->get__digitsLen_16();
if (L_1)
{
goto IL_000d;
}
}
IL_000c:
{
return;
}
IL_000d:
{
int32_t L_2 = __this->get__decPointPos_18();
int32_t L_3 = ___count0;
__this->set__decPointPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)));
return;
}
}
// System.Void System.NumberFormatter::Divide10(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatter_Divide10_m19182F6184716E02E9DBA42FCF89EFEBA7AC19B7 (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, int32_t ___count0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___count0;
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = __this->get__digitsLen_16();
if (L_1)
{
goto IL_000d;
}
}
IL_000c:
{
return;
}
IL_000d:
{
int32_t L_2 = __this->get__decPointPos_18();
int32_t L_3 = ___count0;
__this->set__decPointPos_18(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)));
return;
}
}
// System.NumberFormatter System.NumberFormatter::GetClone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * NumberFormatter_GetClone_m6D13FD559EC8229D8C0F802988E32965EF53119A (NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NumberFormatter_GetClone_m6D13FD559EC8229D8C0F802988E32965EF53119A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(__this, /*hidden argument*/NULL);
return ((NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC *)CastclassSealed((RuntimeObject*)L_0, NumberFormatter_t73E68FC7EA017E5EEB4AB92AF2FD959466D1A4BC_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.NumberFormatter_CustomInfo::GetActiveSection(System.String,System.Boolean&,System.Boolean,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomInfo_GetActiveSection_m3C48CF37C771F5434981309EEBDB47383654E25A (String_t* ___format0, bool* ___positive1, bool ___zero2, int32_t* ___offset3, int32_t* ___length4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomInfo_GetActiveSection_m3C48CF37C771F5434981309EEBDB47383654E25A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)3);
V_0 = L_0;
V_1 = 0;
V_2 = 0;
V_3 = (bool)0;
V_4 = 0;
goto IL_0076;
}
IL_0012:
{
String_t* L_1 = ___format0;
int32_t L_2 = V_4;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
V_5 = L_3;
Il2CppChar L_4 = V_5;
if ((((int32_t)L_4) == ((int32_t)((int32_t)34))))
{
goto IL_0028;
}
}
{
Il2CppChar L_5 = V_5;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)39)))))
{
goto IL_0041;
}
}
IL_0028:
{
int32_t L_6 = V_4;
if (!L_6)
{
goto IL_003a;
}
}
{
String_t* L_7 = ___format0;
int32_t L_8 = V_4;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)((int32_t)92))))
{
goto IL_0070;
}
}
IL_003a:
{
bool L_10 = V_3;
V_3 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
goto IL_0070;
}
IL_0041:
{
Il2CppChar L_11 = V_5;
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)59)))))
{
goto IL_0070;
}
}
{
bool L_12 = V_3;
if (L_12)
{
goto IL_0070;
}
}
{
int32_t L_13 = V_4;
if (!L_13)
{
goto IL_005c;
}
}
{
String_t* L_14 = ___format0;
int32_t L_15 = V_4;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_16) == ((int32_t)((int32_t)92))))
{
goto IL_0070;
}
}
IL_005c:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = V_0;
int32_t L_18 = V_1;
int32_t L_19 = L_18;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
int32_t L_20 = V_4;
int32_t L_21 = V_2;
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)));
int32_t L_22 = V_4;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
int32_t L_23 = V_1;
if ((((int32_t)L_23) == ((int32_t)3)))
{
goto IL_0080;
}
}
IL_0070:
{
int32_t L_24 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_0076:
{
int32_t L_25 = V_4;
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_0012;
}
}
IL_0080:
{
int32_t L_28 = V_1;
if (L_28)
{
goto IL_0090;
}
}
{
int32_t* L_29 = ___offset3;
*((int32_t*)L_29) = (int32_t)0;
int32_t* L_30 = ___length4;
String_t* L_31 = ___format0;
NullCheck(L_31);
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL);
*((int32_t*)L_30) = (int32_t)L_32;
return;
}
IL_0090:
{
int32_t L_33 = V_1;
if ((!(((uint32_t)L_33) == ((uint32_t)1))))
{
goto IL_00d2;
}
}
{
bool* L_34 = ___positive1;
int32_t L_35 = *((uint8_t*)L_34);
bool L_36 = ___zero2;
if (!((int32_t)((int32_t)L_35|(int32_t)L_36)))
{
goto IL_00a4;
}
}
{
int32_t* L_37 = ___offset3;
*((int32_t*)L_37) = (int32_t)0;
int32_t* L_38 = ___length4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_39 = V_0;
NullCheck(L_39);
int32_t L_40 = 0;
int32_t L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
*((int32_t*)L_38) = (int32_t)L_41;
return;
}
IL_00a4:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_42 = V_0;
NullCheck(L_42);
int32_t L_43 = 0;
int32_t L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
String_t* L_45 = ___format0;
NullCheck(L_45);
int32_t L_46 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_45, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))) >= ((int32_t)L_46)))
{
goto IL_00c8;
}
}
{
bool* L_47 = ___positive1;
*((int8_t*)L_47) = (int8_t)1;
int32_t* L_48 = ___offset3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_49 = V_0;
NullCheck(L_49);
int32_t L_50 = 0;
int32_t L_51 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
*((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
int32_t* L_52 = ___length4;
String_t* L_53 = ___format0;
NullCheck(L_53);
int32_t L_54 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_53, /*hidden argument*/NULL);
int32_t* L_55 = ___offset3;
int32_t L_56 = *((int32_t*)L_55);
*((int32_t*)L_52) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_56));
return;
}
IL_00c8:
{
int32_t* L_57 = ___offset3;
*((int32_t*)L_57) = (int32_t)0;
int32_t* L_58 = ___length4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_59 = V_0;
NullCheck(L_59);
int32_t L_60 = 0;
int32_t L_61 = (L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
*((int32_t*)L_58) = (int32_t)L_61;
return;
}
IL_00d2:
{
bool L_62 = ___zero2;
if (!L_62)
{
goto IL_0126;
}
}
{
int32_t L_63 = V_1;
if ((!(((uint32_t)L_63) == ((uint32_t)2))))
{
goto IL_0105;
}
}
{
String_t* L_64 = ___format0;
NullCheck(L_64);
int32_t L_65 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_64, /*hidden argument*/NULL);
int32_t L_66 = V_2;
if (((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)L_66)))
{
goto IL_00ed;
}
}
{
int32_t* L_67 = ___offset3;
*((int32_t*)L_67) = (int32_t)0;
int32_t* L_68 = ___length4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_69 = V_0;
NullCheck(L_69);
int32_t L_70 = 0;
int32_t L_71 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
*((int32_t*)L_68) = (int32_t)L_71;
return;
}
IL_00ed:
{
int32_t* L_72 = ___offset3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_73 = V_0;
NullCheck(L_73);
int32_t L_74 = 0;
int32_t L_75 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_76 = V_0;
NullCheck(L_76);
int32_t L_77 = 1;
int32_t L_78 = (L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
*((int32_t*)L_72) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_78)), (int32_t)2));
int32_t* L_79 = ___length4;
String_t* L_80 = ___format0;
NullCheck(L_80);
int32_t L_81 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_80, /*hidden argument*/NULL);
int32_t* L_82 = ___offset3;
int32_t L_83 = *((int32_t*)L_82);
*((int32_t*)L_79) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_83));
return;
}
IL_0105:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_84 = V_0;
NullCheck(L_84);
int32_t L_85 = 2;
int32_t L_86 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
if (L_86)
{
goto IL_0114;
}
}
{
int32_t* L_87 = ___offset3;
*((int32_t*)L_87) = (int32_t)0;
int32_t* L_88 = ___length4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_89 = V_0;
NullCheck(L_89);
int32_t L_90 = 0;
int32_t L_91 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
*((int32_t*)L_88) = (int32_t)L_91;
return;
}
IL_0114:
{
int32_t* L_92 = ___offset3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_93 = V_0;
NullCheck(L_93);
int32_t L_94 = 0;
int32_t L_95 = (L_93)->GetAt(static_cast<il2cpp_array_size_t>(L_94));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_96 = V_0;
NullCheck(L_96);
int32_t L_97 = 1;
int32_t L_98 = (L_96)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
*((int32_t*)L_92) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)L_98)), (int32_t)2));
int32_t* L_99 = ___length4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_100 = V_0;
NullCheck(L_100);
int32_t L_101 = 2;
int32_t L_102 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_101));
*((int32_t*)L_99) = (int32_t)L_102;
return;
}
IL_0126:
{
bool* L_103 = ___positive1;
int32_t L_104 = *((uint8_t*)L_103);
if (!L_104)
{
goto IL_0134;
}
}
{
int32_t* L_105 = ___offset3;
*((int32_t*)L_105) = (int32_t)0;
int32_t* L_106 = ___length4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_107 = V_0;
NullCheck(L_107);
int32_t L_108 = 0;
int32_t L_109 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_108));
*((int32_t*)L_106) = (int32_t)L_109;
return;
}
IL_0134:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_110 = V_0;
NullCheck(L_110);
int32_t L_111 = 1;
int32_t L_112 = (L_110)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
if ((((int32_t)L_112) <= ((int32_t)0)))
{
goto IL_014b;
}
}
{
bool* L_113 = ___positive1;
*((int8_t*)L_113) = (int8_t)1;
int32_t* L_114 = ___offset3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_115 = V_0;
NullCheck(L_115);
int32_t L_116 = 0;
int32_t L_117 = (L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_116));
*((int32_t*)L_114) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1));
int32_t* L_118 = ___length4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_119 = V_0;
NullCheck(L_119);
int32_t L_120 = 1;
int32_t L_121 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_120));
*((int32_t*)L_118) = (int32_t)L_121;
return;
}
IL_014b:
{
int32_t* L_122 = ___offset3;
*((int32_t*)L_122) = (int32_t)0;
int32_t* L_123 = ___length4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_124 = V_0;
NullCheck(L_124);
int32_t L_125 = 0;
int32_t L_126 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_125));
*((int32_t*)L_123) = (int32_t)L_126;
return;
}
}
// System.NumberFormatter_CustomInfo System.NumberFormatter_CustomInfo::Parse(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * CustomInfo_Parse_m221FEE3DBA88FC585E7EC4F51CE590B9BE0E334A (String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomInfo_Parse_m221FEE3DBA88FC585E7EC4F51CE590B9BE0E334A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
Il2CppChar V_8 = 0x0;
Il2CppChar V_9 = 0x0;
{
V_0 = 0;
V_1 = (bool)1;
V_2 = (bool)0;
V_3 = (bool)0;
V_4 = (bool)1;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_0 = (CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 *)il2cpp_codegen_object_new(CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1_il2cpp_TypeInfo_var);
CustomInfo__ctor_mCA9215FA4EE11DB2219772F9F2A54F0E262949AF(L_0, /*hidden argument*/NULL);
V_5 = L_0;
V_6 = 0;
int32_t L_1 = ___offset1;
V_7 = L_1;
goto IL_0298;
}
IL_001d:
{
String_t* L_2 = ___format0;
int32_t L_3 = V_7;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
V_8 = L_4;
Il2CppChar L_5 = V_8;
Il2CppChar L_6 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0037;
}
}
{
Il2CppChar L_7 = V_8;
if (!L_7)
{
goto IL_0037;
}
}
{
V_0 = 0;
goto IL_0292;
}
IL_0037:
{
Il2CppChar L_8 = V_0;
if (L_8)
{
goto IL_0292;
}
}
{
bool L_9 = V_3;
if (!L_9)
{
goto IL_006d;
}
}
{
Il2CppChar L_10 = V_8;
if (!L_10)
{
goto IL_006d;
}
}
{
Il2CppChar L_11 = V_8;
if ((((int32_t)L_11) == ((int32_t)((int32_t)48))))
{
goto IL_006d;
}
}
{
Il2CppChar L_12 = V_8;
if ((((int32_t)L_12) == ((int32_t)((int32_t)35))))
{
goto IL_006d;
}
}
{
V_3 = (bool)0;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_13 = V_5;
NullCheck(L_13);
int32_t L_14 = L_13->get_DecimalPointPos_2();
V_1 = (bool)((((int32_t)L_14) < ((int32_t)0))? 1 : 0);
bool L_15 = V_1;
V_2 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
int32_t L_16 = V_7;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
goto IL_0292;
}
IL_006d:
{
Il2CppChar L_17 = V_8;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)69)))))
{
goto IL_00c1;
}
}
{
Il2CppChar L_18 = V_8;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)34))))
{
case 0:
{
goto IL_00ec;
}
case 1:
{
goto IL_0103;
}
case 2:
{
goto IL_0292;
}
case 3:
{
goto IL_025d;
}
case 4:
{
goto IL_0292;
}
case 5:
{
goto IL_00ec;
}
}
}
{
Il2CppChar L_19 = V_8;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)44))))
{
case 0:
{
goto IL_027f;
}
case 1:
{
goto IL_0292;
}
case 2:
{
goto IL_0242;
}
case 3:
{
goto IL_0292;
}
case 4:
{
goto IL_0140;
}
}
}
{
Il2CppChar L_20 = V_8;
if ((((int32_t)L_20) == ((int32_t)((int32_t)69))))
{
goto IL_01cc;
}
}
{
goto IL_0292;
}
IL_00c1:
{
Il2CppChar L_21 = V_8;
if ((((int32_t)L_21) == ((int32_t)((int32_t)92))))
{
goto IL_00e1;
}
}
{
Il2CppChar L_22 = V_8;
if ((((int32_t)L_22) == ((int32_t)((int32_t)101))))
{
goto IL_01cc;
}
}
{
Il2CppChar L_23 = V_8;
if ((((int32_t)L_23) == ((int32_t)((int32_t)8240))))
{
goto IL_026e;
}
}
{
goto IL_0292;
}
IL_00e1:
{
int32_t L_24 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
goto IL_0292;
}
IL_00ec:
{
Il2CppChar L_25 = V_8;
if ((((int32_t)L_25) == ((int32_t)((int32_t)34))))
{
goto IL_00fb;
}
}
{
Il2CppChar L_26 = V_8;
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)39)))))
{
goto IL_0292;
}
}
IL_00fb:
{
Il2CppChar L_27 = V_8;
V_0 = L_27;
goto IL_0292;
}
IL_0103:
{
bool L_28 = V_4;
bool L_29 = V_1;
if (!((int32_t)((int32_t)L_28&(int32_t)L_29)))
{
goto IL_011a;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_30 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_31 = L_30;
NullCheck(L_31);
int32_t L_32 = L_31->get_IntegerHeadSharpDigits_5();
NullCheck(L_31);
L_31->set_IntegerHeadSharpDigits_5(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)));
goto IL_0140;
}
IL_011a:
{
bool L_33 = V_2;
if (!L_33)
{
goto IL_012e;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_34 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_35 = L_34;
NullCheck(L_35);
int32_t L_36 = L_35->get_DecimalTailSharpDigits_3();
NullCheck(L_35);
L_35->set_DecimalTailSharpDigits_3(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)));
goto IL_0140;
}
IL_012e:
{
bool L_37 = V_3;
if (!L_37)
{
goto IL_0140;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_38 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_39 = L_38;
NullCheck(L_39);
int32_t L_40 = L_39->get_ExponentTailSharpDigits_9();
NullCheck(L_39);
L_39->set_ExponentTailSharpDigits_9(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)));
}
IL_0140:
{
Il2CppChar L_41 = V_8;
if ((((int32_t)L_41) == ((int32_t)((int32_t)35))))
{
goto IL_0161;
}
}
{
V_4 = (bool)0;
bool L_42 = V_2;
if (!L_42)
{
goto IL_0156;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_43 = V_5;
NullCheck(L_43);
L_43->set_DecimalTailSharpDigits_3(0);
goto IL_0161;
}
IL_0156:
{
bool L_44 = V_3;
if (!L_44)
{
goto IL_0161;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_45 = V_5;
NullCheck(L_45);
L_45->set_ExponentTailSharpDigits_9(0);
}
IL_0161:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_46 = V_5;
NullCheck(L_46);
int32_t L_47 = L_46->get_IntegerHeadPos_6();
if ((!(((uint32_t)L_47) == ((uint32_t)(-1)))))
{
goto IL_0174;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_48 = V_5;
int32_t L_49 = V_7;
NullCheck(L_48);
L_48->set_IntegerHeadPos_6(L_49);
}
IL_0174:
{
bool L_50 = V_1;
if (!L_50)
{
goto IL_019b;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_51 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_52 = L_51;
NullCheck(L_52);
int32_t L_53 = L_52->get_IntegerDigits_4();
NullCheck(L_52);
L_52->set_IntegerDigits_4(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)));
int32_t L_54 = V_6;
if ((((int32_t)L_54) <= ((int32_t)0)))
{
goto IL_0193;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_55 = V_5;
NullCheck(L_55);
L_55->set_UseGroup_0((bool)1);
}
IL_0193:
{
V_6 = 0;
goto IL_0292;
}
IL_019b:
{
bool L_56 = V_2;
if (!L_56)
{
goto IL_01b2;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_57 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_58 = L_57;
NullCheck(L_58);
int32_t L_59 = L_58->get_DecimalDigits_1();
NullCheck(L_58);
L_58->set_DecimalDigits_1(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)));
goto IL_0292;
}
IL_01b2:
{
bool L_60 = V_3;
if (!L_60)
{
goto IL_0292;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_61 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_62 = L_61;
NullCheck(L_62);
int32_t L_63 = L_62->get_ExponentDigits_8();
NullCheck(L_62);
L_62->set_ExponentDigits_8(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)));
goto IL_0292;
}
IL_01cc:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_64 = V_5;
NullCheck(L_64);
bool L_65 = L_64->get_UseExponent_7();
if (L_65)
{
goto IL_0292;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_66 = V_5;
NullCheck(L_66);
L_66->set_UseExponent_7((bool)1);
V_1 = (bool)0;
V_2 = (bool)0;
V_3 = (bool)1;
int32_t L_67 = V_7;
int32_t L_68 = ___offset1;
int32_t L_69 = ___length2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)), (int32_t)L_68))) >= ((int32_t)L_69)))
{
goto IL_0292;
}
}
{
String_t* L_70 = ___format0;
int32_t L_71 = V_7;
NullCheck(L_70);
Il2CppChar L_72 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)), /*hidden argument*/NULL);
V_9 = L_72;
Il2CppChar L_73 = V_9;
if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)43)))))
{
goto IL_020c;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_74 = V_5;
NullCheck(L_74);
L_74->set_ExponentNegativeSignOnly_10((bool)0);
}
IL_020c:
{
Il2CppChar L_75 = V_9;
if ((((int32_t)L_75) == ((int32_t)((int32_t)43))))
{
goto IL_0218;
}
}
{
Il2CppChar L_76 = V_9;
if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)45)))))
{
goto IL_0220;
}
}
IL_0218:
{
int32_t L_77 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
goto IL_0292;
}
IL_0220:
{
Il2CppChar L_78 = V_9;
if ((((int32_t)L_78) == ((int32_t)((int32_t)48))))
{
goto IL_0292;
}
}
{
Il2CppChar L_79 = V_9;
if ((((int32_t)L_79) == ((int32_t)((int32_t)35))))
{
goto IL_0292;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_80 = V_5;
NullCheck(L_80);
L_80->set_UseExponent_7((bool)0);
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_81 = V_5;
NullCheck(L_81);
int32_t L_82 = L_81->get_DecimalPointPos_2();
if ((((int32_t)L_82) >= ((int32_t)0)))
{
goto IL_0292;
}
}
{
V_1 = (bool)1;
goto IL_0292;
}
IL_0242:
{
V_1 = (bool)0;
V_2 = (bool)1;
V_3 = (bool)0;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_83 = V_5;
NullCheck(L_83);
int32_t L_84 = L_83->get_DecimalPointPos_2();
if ((!(((uint32_t)L_84) == ((uint32_t)(-1)))))
{
goto IL_0292;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_85 = V_5;
int32_t L_86 = V_7;
NullCheck(L_85);
L_85->set_DecimalPointPos_2(L_86);
goto IL_0292;
}
IL_025d:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_87 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_88 = L_87;
NullCheck(L_88);
int32_t L_89 = L_88->get_Percents_12();
NullCheck(L_88);
L_88->set_Percents_12(((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)));
goto IL_0292;
}
IL_026e:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_90 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_91 = L_90;
NullCheck(L_91);
int32_t L_92 = L_91->get_Permilles_13();
NullCheck(L_91);
L_91->set_Permilles_13(((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)));
goto IL_0292;
}
IL_027f:
{
bool L_93 = V_1;
if (!L_93)
{
goto IL_0292;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_94 = V_5;
NullCheck(L_94);
int32_t L_95 = L_94->get_IntegerDigits_4();
if ((((int32_t)L_95) <= ((int32_t)0)))
{
goto IL_0292;
}
}
{
int32_t L_96 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1));
}
IL_0292:
{
int32_t L_97 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1));
}
IL_0298:
{
int32_t L_98 = V_7;
int32_t L_99 = ___offset1;
int32_t L_100 = ___length2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_99))) < ((int32_t)L_100)))
{
goto IL_001d;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_101 = V_5;
NullCheck(L_101);
int32_t L_102 = L_101->get_ExponentDigits_8();
if (L_102)
{
goto IL_02b5;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_103 = V_5;
NullCheck(L_103);
L_103->set_UseExponent_7((bool)0);
goto IL_02bd;
}
IL_02b5:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_104 = V_5;
NullCheck(L_104);
L_104->set_IntegerHeadSharpDigits_5(0);
}
IL_02bd:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_105 = V_5;
NullCheck(L_105);
int32_t L_106 = L_105->get_DecimalDigits_1();
if (L_106)
{
goto IL_02ce;
}
}
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_107 = V_5;
NullCheck(L_107);
L_107->set_DecimalPointPos_2((-1));
}
IL_02ce:
{
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_108 = V_5;
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_109 = L_108;
NullCheck(L_109);
int32_t L_110 = L_109->get_DividePlaces_11();
int32_t L_111 = V_6;
NullCheck(L_109);
L_109->set_DividePlaces_11(((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_111, (int32_t)3)))));
CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * L_112 = V_5;
return L_112;
}
}
// System.String System.NumberFormatter_CustomInfo::Format(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean,System.Text.StringBuilder,System.Text.StringBuilder,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomInfo_Format_m1A29FF4C0EF0861E7E2564D8548EEA6916D91252 (CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * __this, String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi3, bool ___positive4, StringBuilder_t * ___sb_int5, StringBuilder_t * ___sb_dec6, StringBuilder_t * ___sb_exp7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomInfo_Format_m1A29FF4C0EF0861E7E2564D8548EEA6916D91252_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
Il2CppChar V_1 = 0x0;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_7 = NULL;
String_t* V_8 = NULL;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
int32_t V_13 = 0;
int32_t V_14 = 0;
int32_t V_15 = 0;
int32_t V_16 = 0;
Il2CppChar V_17 = 0x0;
bool V_18 = false;
bool V_19 = false;
int32_t V_20 = 0;
int32_t G_B10_0 = 0;
int32_t G_B18_0 = 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;
V_1 = 0;
V_2 = (bool)1;
V_3 = (bool)0;
V_4 = 0;
V_5 = 0;
V_6 = 0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___nfi3;
NullCheck(L_1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = NumberFormatInfo_get_NumberGroupSizes_m565821165B43AA202D8F644E4403A3181188965A(L_1, /*hidden argument*/NULL);
V_7 = L_2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = ___nfi3;
NullCheck(L_3);
String_t* L_4 = NumberFormatInfo_get_NumberGroupSeparator_mD995708E10C4CC55A19E7126E7A6C256A2DD1A35_inline(L_3, /*hidden argument*/NULL);
V_8 = L_4;
V_9 = 0;
V_10 = 0;
V_11 = 0;
V_12 = 0;
V_13 = 0;
bool L_5 = __this->get_UseGroup_0();
if (!L_5)
{
goto IL_00e5;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = V_7;
NullCheck(L_6);
if (!(((RuntimeArray*)L_6)->max_length))
{
goto IL_00e5;
}
}
{
StringBuilder_t * L_7 = ___sb_int5;
NullCheck(L_7);
int32_t L_8 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_7, /*hidden argument*/NULL);
V_9 = L_8;
V_15 = 0;
goto IL_0071;
}
IL_0057:
{
int32_t L_9 = V_10;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = V_7;
int32_t L_11 = V_15;
NullCheck(L_10);
int32_t L_12 = L_11;
int32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_13));
int32_t L_14 = V_10;
int32_t L_15 = V_9;
if ((((int32_t)L_14) > ((int32_t)L_15)))
{
goto IL_006b;
}
}
{
int32_t L_16 = V_15;
V_11 = L_16;
}
IL_006b:
{
int32_t L_17 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0071:
{
int32_t L_18 = V_15;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = V_7;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))))
{
goto IL_0057;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = V_7;
int32_t L_21 = V_11;
NullCheck(L_20);
int32_t L_22 = L_21;
int32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
V_13 = L_23;
int32_t L_24 = V_9;
int32_t L_25 = V_10;
if ((((int32_t)L_24) > ((int32_t)L_25)))
{
goto IL_0089;
}
}
{
G_B10_0 = 0;
goto IL_008e;
}
IL_0089:
{
int32_t L_26 = V_9;
int32_t L_27 = V_10;
G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27));
}
IL_008e:
{
V_14 = G_B10_0;
int32_t L_28 = V_13;
if (L_28)
{
goto IL_00b8;
}
}
{
goto IL_009c;
}
IL_0096:
{
int32_t L_29 = V_11;
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
}
IL_009c:
{
int32_t L_30 = V_11;
if ((((int32_t)L_30) < ((int32_t)0)))
{
goto IL_00a8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = V_7;
int32_t L_32 = V_11;
NullCheck(L_31);
int32_t L_33 = L_32;
int32_t L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
if (!L_34)
{
goto IL_0096;
}
}
IL_00a8:
{
int32_t L_35 = V_14;
if ((((int32_t)L_35) > ((int32_t)0)))
{
goto IL_00b4;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_36 = V_7;
int32_t L_37 = V_11;
NullCheck(L_36);
int32_t L_38 = L_37;
int32_t L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
G_B18_0 = L_39;
goto IL_00b6;
}
IL_00b4:
{
int32_t L_40 = V_14;
G_B18_0 = L_40;
}
IL_00b6:
{
V_13 = G_B18_0;
}
IL_00b8:
{
int32_t L_41 = V_14;
if (L_41)
{
goto IL_00c2;
}
}
{
int32_t L_42 = V_13;
V_12 = L_42;
goto IL_00ec;
}
IL_00c2:
{
int32_t L_43 = V_11;
int32_t L_44 = V_14;
int32_t L_45 = V_13;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)((int32_t)((int32_t)L_44/(int32_t)L_45))));
int32_t L_46 = V_14;
int32_t L_47 = V_13;
V_12 = ((int32_t)((int32_t)L_46%(int32_t)L_47));
int32_t L_48 = V_12;
if (L_48)
{
goto IL_00dd;
}
}
{
int32_t L_49 = V_13;
V_12 = L_49;
goto IL_00ec;
}
IL_00dd:
{
int32_t L_50 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
goto IL_00ec;
}
IL_00e5:
{
__this->set_UseGroup_0((bool)0);
}
IL_00ec:
{
int32_t L_51 = ___offset1;
V_16 = L_51;
goto IL_03d2;
}
IL_00f4:
{
String_t* L_52 = ___format0;
int32_t L_53 = V_16;
NullCheck(L_52);
Il2CppChar L_54 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, L_53, /*hidden argument*/NULL);
V_17 = L_54;
Il2CppChar L_55 = V_17;
Il2CppChar L_56 = V_1;
if ((!(((uint32_t)L_55) == ((uint32_t)L_56))))
{
goto IL_010e;
}
}
{
Il2CppChar L_57 = V_17;
if (!L_57)
{
goto IL_010e;
}
}
{
V_1 = 0;
goto IL_03cc;
}
IL_010e:
{
Il2CppChar L_58 = V_1;
if (!L_58)
{
goto IL_011f;
}
}
{
StringBuilder_t * L_59 = V_0;
Il2CppChar L_60 = V_17;
NullCheck(L_59);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_59, L_60, /*hidden argument*/NULL);
goto IL_03cc;
}
IL_011f:
{
Il2CppChar L_61 = V_17;
if ((!(((uint32_t)L_61) <= ((uint32_t)((int32_t)69)))))
{
goto IL_0173;
}
}
{
Il2CppChar L_62 = V_17;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)((int32_t)34))))
{
case 0:
{
goto IL_01b7;
}
case 1:
{
goto IL_01ce;
}
case 2:
{
goto IL_03c3;
}
case 3:
{
goto IL_03a3;
}
case 4:
{
goto IL_03c3;
}
case 5:
{
goto IL_01b7;
}
}
}
{
Il2CppChar L_63 = V_17;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)44))))
{
case 0:
{
goto IL_03cc;
}
case 1:
{
goto IL_03c3;
}
case 2:
{
goto IL_0350;
}
case 3:
{
goto IL_03c3;
}
case 4:
{
goto IL_01ce;
}
}
}
{
Il2CppChar L_64 = V_17;
if ((((int32_t)L_64) == ((int32_t)((int32_t)69))))
{
goto IL_02a3;
}
}
{
goto IL_03c3;
}
IL_0173:
{
Il2CppChar L_65 = V_17;
if ((((int32_t)L_65) == ((int32_t)((int32_t)92))))
{
goto IL_0193;
}
}
{
Il2CppChar L_66 = V_17;
if ((((int32_t)L_66) == ((int32_t)((int32_t)101))))
{
goto IL_02a3;
}
}
{
Il2CppChar L_67 = V_17;
if ((((int32_t)L_67) == ((int32_t)((int32_t)8240))))
{
goto IL_03b3;
}
}
{
goto IL_03c3;
}
IL_0193:
{
int32_t L_68 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
int32_t L_69 = V_16;
int32_t L_70 = ___offset1;
int32_t L_71 = ___length2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_70))) >= ((int32_t)L_71)))
{
goto IL_03cc;
}
}
{
StringBuilder_t * L_72 = V_0;
String_t* L_73 = ___format0;
int32_t L_74 = V_16;
NullCheck(L_73);
Il2CppChar L_75 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_73, L_74, /*hidden argument*/NULL);
NullCheck(L_72);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_72, L_75, /*hidden argument*/NULL);
goto IL_03cc;
}
IL_01b7:
{
Il2CppChar L_76 = V_17;
if ((((int32_t)L_76) == ((int32_t)((int32_t)34))))
{
goto IL_01c6;
}
}
{
Il2CppChar L_77 = V_17;
if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)39)))))
{
goto IL_03cc;
}
}
IL_01c6:
{
Il2CppChar L_78 = V_17;
V_1 = L_78;
goto IL_03cc;
}
IL_01ce:
{
bool L_79 = V_2;
if (!L_79)
{
goto IL_026a;
}
}
{
int32_t L_80 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1));
int32_t L_81 = __this->get_IntegerDigits_4();
int32_t L_82 = V_4;
StringBuilder_t * L_83 = ___sb_int5;
NullCheck(L_83);
int32_t L_84 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_83, /*hidden argument*/NULL);
int32_t L_85 = V_5;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_82))) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)L_85)))))
{
goto IL_0250;
}
}
{
Il2CppChar L_86 = V_17;
if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)48)))))
{
goto IL_03cc;
}
}
{
goto IL_0250;
}
IL_01fa:
{
StringBuilder_t * L_87 = V_0;
StringBuilder_t * L_88 = ___sb_int5;
int32_t L_89 = V_5;
int32_t L_90 = L_89;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1));
NullCheck(L_88);
Il2CppChar L_91 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_88, L_90, /*hidden argument*/NULL);
NullCheck(L_87);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_87, L_91, /*hidden argument*/NULL);
bool L_92 = __this->get_UseGroup_0();
if (!L_92)
{
goto IL_0250;
}
}
{
int32_t L_93 = V_9;
int32_t L_94 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1));
V_9 = L_94;
if ((((int32_t)L_94) <= ((int32_t)0)))
{
goto IL_0250;
}
}
{
int32_t L_95 = V_12;
int32_t L_96 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1));
V_12 = L_96;
if (L_96)
{
goto IL_0250;
}
}
{
StringBuilder_t * L_97 = V_0;
String_t* L_98 = V_8;
NullCheck(L_97);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_97, L_98, /*hidden argument*/NULL);
int32_t L_99 = V_11;
int32_t L_100 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_99, (int32_t)1));
V_11 = L_100;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_101 = V_7;
NullCheck(L_101);
if ((((int32_t)L_100) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_101)->max_length)))))))
{
goto IL_024c;
}
}
{
int32_t L_102 = V_11;
if ((((int32_t)L_102) < ((int32_t)0)))
{
goto IL_024c;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_103 = V_7;
int32_t L_104 = V_11;
NullCheck(L_103);
int32_t L_105 = L_104;
int32_t L_106 = (L_103)->GetAt(static_cast<il2cpp_array_size_t>(L_105));
V_13 = L_106;
}
IL_024c:
{
int32_t L_107 = V_13;
V_12 = L_107;
}
IL_0250:
{
int32_t L_108 = __this->get_IntegerDigits_4();
int32_t L_109 = V_4;
int32_t L_110 = V_5;
StringBuilder_t * L_111 = ___sb_int5;
NullCheck(L_111);
int32_t L_112 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_111, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_109)), (int32_t)L_110))) < ((int32_t)L_112)))
{
goto IL_01fa;
}
}
{
goto IL_03cc;
}
IL_026a:
{
bool L_113 = V_3;
if (!L_113)
{
goto IL_0295;
}
}
{
int32_t L_114 = V_6;
StringBuilder_t * L_115 = ___sb_dec6;
NullCheck(L_115);
int32_t L_116 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_115, /*hidden argument*/NULL);
if ((((int32_t)L_114) >= ((int32_t)L_116)))
{
goto IL_03cc;
}
}
{
StringBuilder_t * L_117 = V_0;
StringBuilder_t * L_118 = ___sb_dec6;
int32_t L_119 = V_6;
int32_t L_120 = L_119;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1));
NullCheck(L_118);
Il2CppChar L_121 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_118, L_120, /*hidden argument*/NULL);
NullCheck(L_117);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_117, L_121, /*hidden argument*/NULL);
goto IL_03cc;
}
IL_0295:
{
StringBuilder_t * L_122 = V_0;
Il2CppChar L_123 = V_17;
NullCheck(L_122);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_122, L_123, /*hidden argument*/NULL);
goto IL_03cc;
}
IL_02a3:
{
StringBuilder_t * L_124 = ___sb_exp7;
if (!L_124)
{
goto IL_02af;
}
}
{
bool L_125 = __this->get_UseExponent_7();
if (L_125)
{
goto IL_02bd;
}
}
IL_02af:
{
StringBuilder_t * L_126 = V_0;
Il2CppChar L_127 = V_17;
NullCheck(L_126);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_126, L_127, /*hidden argument*/NULL);
goto IL_03cc;
}
IL_02bd:
{
V_18 = (bool)1;
V_19 = (bool)0;
int32_t L_128 = V_16;
V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1));
goto IL_030b;
}
IL_02cb:
{
String_t* L_129 = ___format0;
int32_t L_130 = V_20;
NullCheck(L_129);
Il2CppChar L_131 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_129, L_130, /*hidden argument*/NULL);
if ((!(((uint32_t)L_131) == ((uint32_t)((int32_t)48)))))
{
goto IL_02dc;
}
}
{
V_19 = (bool)1;
goto IL_0305;
}
IL_02dc:
{
int32_t L_132 = V_20;
int32_t L_133 = V_16;
if ((!(((uint32_t)L_132) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1))))))
{
goto IL_02fc;
}
}
{
String_t* L_134 = ___format0;
int32_t L_135 = V_20;
NullCheck(L_134);
Il2CppChar L_136 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_134, L_135, /*hidden argument*/NULL);
if ((((int32_t)L_136) == ((int32_t)((int32_t)43))))
{
goto IL_0305;
}
}
{
String_t* L_137 = ___format0;
int32_t L_138 = V_20;
NullCheck(L_137);
Il2CppChar L_139 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_137, L_138, /*hidden argument*/NULL);
if ((((int32_t)L_139) == ((int32_t)((int32_t)45))))
{
goto IL_0305;
}
}
IL_02fc:
{
bool L_140 = V_19;
if (L_140)
{
goto IL_0312;
}
}
{
V_18 = (bool)0;
goto IL_0312;
}
IL_0305:
{
int32_t L_141 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1));
}
IL_030b:
{
int32_t L_142 = V_20;
int32_t L_143 = ___offset1;
int32_t L_144 = ___length2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)L_143))) < ((int32_t)L_144)))
{
goto IL_02cb;
}
}
IL_0312:
{
bool L_145 = V_18;
if (!L_145)
{
goto IL_0345;
}
}
{
int32_t L_146 = V_20;
V_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1));
int32_t L_147 = __this->get_DecimalPointPos_2();
V_2 = (bool)((((int32_t)L_147) < ((int32_t)0))? 1 : 0);
bool L_148 = V_2;
V_3 = (bool)((((int32_t)L_148) == ((int32_t)0))? 1 : 0);
StringBuilder_t * L_149 = V_0;
Il2CppChar L_150 = V_17;
NullCheck(L_149);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_149, L_150, /*hidden argument*/NULL);
StringBuilder_t * L_151 = V_0;
StringBuilder_t * L_152 = ___sb_exp7;
NullCheck(L_151);
StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65(L_151, L_152, /*hidden argument*/NULL);
___sb_exp7 = (StringBuilder_t *)NULL;
goto IL_03cc;
}
IL_0345:
{
StringBuilder_t * L_153 = V_0;
Il2CppChar L_154 = V_17;
NullCheck(L_153);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_153, L_154, /*hidden argument*/NULL);
goto IL_03cc;
}
IL_0350:
{
int32_t L_155 = __this->get_DecimalPointPos_2();
int32_t L_156 = V_16;
if ((!(((uint32_t)L_155) == ((uint32_t)L_156))))
{
goto IL_039d;
}
}
{
int32_t L_157 = __this->get_DecimalDigits_1();
if ((((int32_t)L_157) <= ((int32_t)0)))
{
goto IL_0385;
}
}
{
goto IL_037a;
}
IL_0365:
{
StringBuilder_t * L_158 = V_0;
StringBuilder_t * L_159 = ___sb_int5;
int32_t L_160 = V_5;
int32_t L_161 = L_160;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1));
NullCheck(L_159);
Il2CppChar L_162 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_159, L_161, /*hidden argument*/NULL);
NullCheck(L_158);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_158, L_162, /*hidden argument*/NULL);
}
IL_037a:
{
int32_t L_163 = V_5;
StringBuilder_t * L_164 = ___sb_int5;
NullCheck(L_164);
int32_t L_165 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_164, /*hidden argument*/NULL);
if ((((int32_t)L_163) < ((int32_t)L_165)))
{
goto IL_0365;
}
}
IL_0385:
{
StringBuilder_t * L_166 = ___sb_dec6;
NullCheck(L_166);
int32_t L_167 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_166, /*hidden argument*/NULL);
if ((((int32_t)L_167) <= ((int32_t)0)))
{
goto IL_039d;
}
}
{
StringBuilder_t * L_168 = V_0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_169 = ___nfi3;
NullCheck(L_169);
String_t* L_170 = NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline(L_169, /*hidden argument*/NULL);
NullCheck(L_168);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_168, L_170, /*hidden argument*/NULL);
}
IL_039d:
{
V_2 = (bool)0;
V_3 = (bool)1;
goto IL_03cc;
}
IL_03a3:
{
StringBuilder_t * L_171 = V_0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_172 = ___nfi3;
NullCheck(L_172);
String_t* L_173 = NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline(L_172, /*hidden argument*/NULL);
NullCheck(L_171);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_171, L_173, /*hidden argument*/NULL);
goto IL_03cc;
}
IL_03b3:
{
StringBuilder_t * L_174 = V_0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_175 = ___nfi3;
NullCheck(L_175);
String_t* L_176 = NumberFormatInfo_get_PerMilleSymbol_m3876887016E8E505064301E65DC57B76040FF42E_inline(L_175, /*hidden argument*/NULL);
NullCheck(L_174);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_174, L_176, /*hidden argument*/NULL);
goto IL_03cc;
}
IL_03c3:
{
StringBuilder_t * L_177 = V_0;
Il2CppChar L_178 = V_17;
NullCheck(L_177);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_177, L_178, /*hidden argument*/NULL);
}
IL_03cc:
{
int32_t L_179 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)1));
}
IL_03d2:
{
int32_t L_180 = V_16;
int32_t L_181 = ___offset1;
int32_t L_182 = ___length2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_180, (int32_t)L_181))) < ((int32_t)L_182)))
{
goto IL_00f4;
}
}
{
bool L_183 = ___positive4;
if (L_183)
{
goto IL_03ef;
}
}
{
StringBuilder_t * L_184 = V_0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_185 = ___nfi3;
NullCheck(L_185);
String_t* L_186 = NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline(L_185, /*hidden argument*/NULL);
NullCheck(L_184);
StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C(L_184, 0, L_186, /*hidden argument*/NULL);
}
IL_03ef:
{
StringBuilder_t * L_187 = V_0;
NullCheck(L_187);
String_t* L_188 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_187);
return L_188;
}
}
// System.Void System.NumberFormatter_CustomInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomInfo__ctor_mCA9215FA4EE11DB2219772F9F2A54F0E262949AF (CustomInfo_t3C5397567D3BBF326ED9C3D9680AE658DE4612E1 * __this, const RuntimeMethod* method)
{
{
__this->set_DecimalPointPos_2((-1));
__this->set_ExponentNegativeSignOnly_10((bool)1);
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.Int32 System.Numerics.Hashing.HashHelpers::Combine(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashHelpers_Combine_mC0A377FAA2E385A438B50076FF85AAE6C17B6C33 (int32_t ___h10, int32_t ___h21, const RuntimeMethod* method)
{
{
int32_t L_0 = ___h10;
int32_t L_1 = ___h10;
int32_t L_2 = ___h10;
int32_t L_3 = ___h21;
return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1>>((int32_t)27))))), (int32_t)L_2))^(int32_t)L_3));
}
}
// System.Void System.Numerics.Hashing.HashHelpers::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashHelpers__cctor_m4893C061D6416AFC50C3AF637A861CBA983E2D6F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashHelpers__cctor_m4893C061D6416AFC50C3AF637A861CBA983E2D6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * L_0 = (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F *)il2cpp_codegen_object_new(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var);
Random__ctor_mCD4B6E9DFD27A19F52FA441CD8CAEB687A9DD2F2(L_0, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_0, ((int32_t)-2147483648LL), ((int32_t)2147483647LL));
((HashHelpers_tDC6BF33BEF3A798515BA62BA704DD83AEBFA9C33_StaticFields*)il2cpp_codegen_static_fields_for(HashHelpers_tDC6BF33BEF3A798515BA62BA704DD83AEBFA9C33_il2cpp_TypeInfo_var))->set_RandomSeed_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
// System.Boolean System.Object::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mEEF0C9AADB29464A832CCA4B9B9BFD8E3DC28F7B (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___obj0;
return (bool)((((RuntimeObject*)(RuntimeObject *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))? 1 : 0);
}
}
// System.Boolean System.Object::Equals(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mD98CD6D19C28ADC48B8468F78F94D38E203D0521 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___objA0;
RuntimeObject * L_1 = ___objB1;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_2 = ___objA0;
if (!L_2)
{
goto IL_000c;
}
}
{
RuntimeObject * L_3 = ___objB1;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
RuntimeObject * L_4 = ___objA0;
RuntimeObject * L_5 = ___objB1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
return L_6;
}
}
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Int32 System.Object::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m81DE0CEF2ACADC7D076800D09B2232BC30639F76 (RuntimeObject * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Object_InternalGetHashCode_mDF6E443DF7B76B8A7332B356676439384D373EB4(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method)
{
typedef Type_t * (*Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60_ftn) (RuntimeObject *);
using namespace il2cpp::icalls;
return ((Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60_ftn)mscorlib::System::Object::GetType) (__this);
}
// System.Object System.Object::MemberwiseClone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28 (RuntimeObject * __this, const RuntimeMethod* method)
{
typedef RuntimeObject * (*Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28_ftn) (RuntimeObject *);
using namespace il2cpp::icalls;
return ((Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28_ftn)mscorlib::System::Object::MemberwiseClone) (__this);
}
// System.String System.Object::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4 (RuntimeObject * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*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.Object::InternalGetHashCode(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_InternalGetHashCode_mDF6E443DF7B76B8A7332B356676439384D373EB4 (RuntimeObject * ___o0, const RuntimeMethod* method)
{
typedef int32_t (*Object_InternalGetHashCode_mDF6E443DF7B76B8A7332B356676439384D373EB4_ftn) (RuntimeObject *);
using namespace il2cpp::icalls;
return ((Object_InternalGetHashCode_mDF6E443DF7B76B8A7332B356676439384D373EB4_ftn)mscorlib::System::Object::InternalGetHashCode) (___o0);
}
// System.Void System.Object::FieldGetter(System.String,System.String,System.Object&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_FieldGetter_m266B5F9E260CE43F51C95C85E2FC84011900831E (RuntimeObject * __this, String_t* ___typeName0, String_t* ___fieldName1, RuntimeObject ** ___val2, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Object::FieldSetter(System.String,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_FieldSetter_mF742E595BE4032F630976597B15514DADA71B535 (RuntimeObject * __this, String_t* ___typeName0, String_t* ___fieldName1, RuntimeObject * ___val2, 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.ObjectDisposedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m50E769BBFAFD430207D11C7FC8263FB87680B9E2 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectDisposedException__ctor_m50E769BBFAFD430207D11C7FC8263FB87680B9E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD, /*hidden argument*/NULL);
ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(__this, (String_t*)NULL, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ObjectDisposedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___objectName0;
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD, /*hidden argument*/NULL);
ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ObjectDisposedException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message1;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232798), /*hidden argument*/NULL);
String_t* L_1 = ___objectName0;
__this->set_objectName_17(L_1);
return;
}
}
// System.String System.ObjectDisposedException::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObjectDisposedException_get_Message_m834DEE141131FE086A90427161327428D37B803A (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectDisposedException_get_Message_m834DEE141131FE086A90427161327428D37B803A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ObjectDisposedException_get_ObjectName_mCB2A2967E2568EFB35DE8414C7336258D3515629(__this, /*hidden argument*/NULL);
V_0 = L_0;
String_t* L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
String_t* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0019;
}
}
IL_0012:
{
String_t* L_4 = Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD(__this, /*hidden argument*/NULL);
return L_4;
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
String_t* L_7 = V_0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
String_t* L_8 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAC725CA88B9BC8836560B0F900332A7C50457AF8, L_6, /*hidden argument*/NULL);
V_1 = L_8;
String_t* L_9 = Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD(__this, /*hidden argument*/NULL);
String_t* L_10 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
String_t* L_11 = V_1;
String_t* L_12 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_9, L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.String System.ObjectDisposedException::get_ObjectName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObjectDisposedException_get_ObjectName_mCB2A2967E2568EFB35DE8414C7336258D3515629 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectDisposedException_get_ObjectName_mCB2A2967E2568EFB35DE8414C7336258D3515629_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_objectName_17();
if (L_0)
{
goto IL_0015;
}
}
{
bool L_1 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1();
if (L_1)
{
goto IL_0015;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0015:
{
String_t* L_3 = __this->get_objectName_17();
return L_3;
}
}
// System.Void System.ObjectDisposedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m7214983E04089BBA4EA56C45AB7128DEDA917BBE (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectDisposedException__ctor_m7214983E04089BBA4EA56C45AB7128DEDA917BBE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
InvalidOperationException__ctor_mAC8983A2DEE5DB9ECD05C17D3270634236B95FA2(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
NullCheck(L_2);
String_t* L_3 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_2, _stringLiteralF12E5F2033DFA9DC2494EC7A266B212E2DED7493, /*hidden argument*/NULL);
__this->set_objectName_17(L_3);
return;
}
}
// System.Void System.ObjectDisposedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException_GetObjectData_mD7998E5F70ADEF29C45511FC159D6DAC7CE80708 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectDisposedException_GetObjectData_mD7998E5F70ADEF29C45511FC159D6DAC7CE80708_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
String_t* L_3 = ObjectDisposedException_get_ObjectName_mCB2A2967E2568EFB35DE8414C7336258D3515629(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_2);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_2, _stringLiteralF12E5F2033DFA9DC2494EC7A266B212E2DED7493, L_3, L_5, /*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.ObsoleteAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_mB3D4528040C497BA68489C303D59F2C2E3E5C565 (ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
__this->set__message_0((String_t*)NULL);
__this->set__error_1((bool)0);
return;
}
}
// System.Void System.ObsoleteAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m6806B51E5B42013C556D0F3C0714D14C62229038 (ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___message0;
__this->set__message_0(L_0);
__this->set__error_1((bool)0);
return;
}
}
// System.Void System.ObsoleteAttribute::.ctor(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_mDE190CE0864A5A311C890FF3B2FE189E1F21C6E8 (ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * __this, String_t* ___message0, bool ___error1, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___message0;
__this->set__message_0(L_0);
bool L_1 = ___error1;
__this->set__error_1(L_1);
return;
}
}
// System.String System.ObsoleteAttribute::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ObsoleteAttribute_get_Message_mFFBC74B34F780F3636E5A5FE9894302C356C53F3 (ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__message_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.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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OperatingSystem__ctor_m17CCE490F4F87F8193C6D4AE9265AE907D8634CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__servicePack_2(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = ___version1;
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_2 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_1, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0025;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, OperatingSystem__ctor_m17CCE490F4F87F8193C6D4AE9265AE907D8634CE_RuntimeMethod_var);
}
IL_0025:
{
int32_t L_4 = ___platform0;
__this->set__platform_0(L_4);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_5 = ___version1;
__this->set__version_1(L_5);
int32_t L_6 = ___platform0;
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
{
goto IL_005d;
}
}
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_7 = ___version1;
NullCheck(L_7);
int32_t L_8 = Version_get_Revision_mB0BADD4E233FA3001FB7BB4795A0A330880453BB_inline(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_005d;
}
}
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_9 = ___version1;
NullCheck(L_9);
int32_t L_10 = Version_get_Revision_mB0BADD4E233FA3001FB7BB4795A0A330880453BB_inline(L_9, /*hidden argument*/NULL);
int32_t L_11 = ((int32_t)((int32_t)L_10>>(int32_t)((int32_t)16)));
RuntimeObject * L_12 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_11);
String_t* L_13 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral383D35902DC8AF1AED9A5759D2D36F1912C35A75, L_12, /*hidden argument*/NULL);
__this->set__servicePack_2(L_13);
}
IL_005d:
{
return;
}
}
// System.Void System.OperatingSystem::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperatingSystem__ctor_mA685C40F384A84481F730FEEBEB93C2B9F192DD5 (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___information0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OperatingSystem__ctor_mA685C40F384A84481F730FEEBEB93C2B9F192DD5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__servicePack_2(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___information0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
RuntimeObject * L_4 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_1, _stringLiteral1CC0D6AA94545E8C04D57D35B7C2A2E44B7CBCDA, L_3, /*hidden argument*/NULL);
__this->set__platform_0(((*(int32_t*)((int32_t*)UnBox(L_4, PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776_il2cpp_TypeInfo_var)))));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___information0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeObject * L_8 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_5, _stringLiteral1BE84A4E4FC72B0FC9F958F069279FF01F30498D, L_7, /*hidden argument*/NULL);
__this->set__version_1(((Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)CastclassSealed((RuntimeObject*)L_8, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = ___information0;
NullCheck(L_9);
String_t* L_10 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_9, _stringLiteralA4CCCAC13F6D6DD73D059697589EA48A1DF80CD2, /*hidden argument*/NULL);
__this->set__servicePack_2(L_10);
return;
}
}
// System.PlatformID System.OperatingSystem::get_Platform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181 (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__platform_0();
return L_0;
}
}
// System.String System.OperatingSystem::get_ServicePack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OperatingSystem_get_ServicePack_m1422AB987FD04C0E35A0BDCEA383949E6C73F11B (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__servicePack_2();
return L_0;
}
}
// System.Object System.OperatingSystem::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OperatingSystem_Clone_mFDF0990EC799E9279AFDE2E1ECC61CC5B2B36D23 (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OperatingSystem_Clone_mFDF0990EC799E9279AFDE2E1ECC61CC5B2B36D23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__platform_0();
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = __this->get__version_1();
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_2 = (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 *)il2cpp_codegen_object_new(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83_il2cpp_TypeInfo_var);
OperatingSystem__ctor_m17CCE490F4F87F8193C6D4AE9265AE907D8634CE(L_2, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.OperatingSystem::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperatingSystem_GetObjectData_mAF2464A61526B487FC0E3D6E6328FFAFC34FFB4D (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OperatingSystem_GetObjectData_mAF2464A61526B487FC0E3D6E6328FFAFC34FFB4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
int32_t L_1 = __this->get__platform_0();
int32_t L_2 = L_1;
RuntimeObject * L_3 = Box(PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776_il2cpp_TypeInfo_var, &L_2);
NullCheck(L_0);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_0, _stringLiteral1CC0D6AA94545E8C04D57D35B7C2A2E44B7CBCDA, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_5 = __this->get__version_1();
NullCheck(L_4);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral1BE84A4E4FC72B0FC9F958F069279FF01F30498D, L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
String_t* L_7 = __this->get__servicePack_2();
NullCheck(L_6);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_6, _stringLiteralA4CCCAC13F6D6DD73D059697589EA48A1DF80CD2, L_7, /*hidden argument*/NULL);
return;
}
}
// System.String System.OperatingSystem::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OperatingSystem_ToString_mAC6B321E60D6026BBF295895CF92BC9DCCFEB35D (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OperatingSystem_ToString_mAC6B321E60D6026BBF295895CF92BC9DCCFEB35D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
int32_t L_0 = __this->get__platform_0();
V_2 = L_0;
int32_t L_1 = V_2;
switch (L_1)
{
case 0:
{
goto IL_003b;
}
case 1:
{
goto IL_0043;
}
case 2:
{
goto IL_0033;
}
case 3:
{
goto IL_004b;
}
case 4:
{
goto IL_0053;
}
case 5:
{
goto IL_005b;
}
case 6:
{
goto IL_0063;
}
}
}
{
int32_t L_2 = V_2;
if ((((int32_t)L_2) == ((int32_t)((int32_t)128))))
{
goto IL_0053;
}
}
{
goto IL_006b;
}
IL_0033:
{
V_0 = _stringLiteral084FFAAA9B3C44EA10F48470A84F30DEFECA1AFB;
goto IL_0076;
}
IL_003b:
{
V_0 = _stringLiteral8BCA0CC01AED414F47A7BB854DF72EAA955F472A;
goto IL_0076;
}
IL_0043:
{
V_0 = _stringLiteral986540166B814140B53AB5EC48E64A78DA46A1CA;
goto IL_0076;
}
IL_004b:
{
V_0 = _stringLiteral4187A530F15B19E40E419B2BADD37E50513CBA28;
goto IL_0076;
}
IL_0053:
{
V_0 = _stringLiteralCECC0D8500754B34F5BD7F11DFABB25C3A770AAF;
goto IL_0076;
}
IL_005b:
{
V_0 = _stringLiteral704E903AEE69B6C56D81F82F4D1B9D2695CA338C;
goto IL_0076;
}
IL_0063:
{
V_0 = _stringLiteral6E790A9A51D1B2B5A47249B344B7BF4D9848453B;
goto IL_0076;
}
IL_006b:
{
String_t* L_3 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralFCCD4567F8183EFD22D38720B6DB9812CBB3A3A2, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_0076:
{
V_1 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
String_t* L_4 = OperatingSystem_get_ServicePack_m1422AB987FD04C0E35A0BDCEA383949E6C73F11B_inline(__this, /*hidden argument*/NULL);
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_6 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_4, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_009f;
}
}
{
String_t* L_7 = OperatingSystem_get_ServicePack_m1422AB987FD04C0E35A0BDCEA383949E6C73F11B_inline(__this, /*hidden argument*/NULL);
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
}
IL_009f:
{
String_t* L_9 = V_0;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_10 = __this->get__version_1();
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
String_t* L_12 = V_1;
String_t* L_13 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_9, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_11, L_12, /*hidden argument*/NULL);
return L_13;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.CancellationToken System.OperationCanceledException::get_CancellationToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB OperationCanceledException_get_CancellationToken_mE0079552C3600A6DB8324958CA288DB19AF05B66 (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, const RuntimeMethod* method)
{
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = __this->get__cancellationToken_17();
return L_0;
}
}
// System.Void System.OperationCanceledException::set_CancellationToken(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException_set_CancellationToken_m904FCA691292CAA2929CBDE0F03D826A83AD2C46 (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___value0, const RuntimeMethod* method)
{
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = ___value0;
__this->set__cancellationToken_17(L_0);
return;
}
}
// System.Void System.OperationCanceledException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m2B04DF548109DAA7069F6108990F53588B5C5CA4 (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OperationCanceledException__ctor_m2B04DF548109DAA7069F6108990F53588B5C5CA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral49F5CC194E751BEEEC38ECE70DA1908E9A004E89, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233029), /*hidden argument*/NULL);
return;
}
}
// System.Void System.OperationCanceledException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m2B7CD7E9C467C67E91F869D2418897991E05CC2F (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __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)-2146233029), /*hidden argument*/NULL);
return;
}
}
// System.Void System.OperationCanceledException::.ctor(System.String,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_mFA31130275508696794961415B1C9F0AC2308DB0 (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, String_t* ___message0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___token1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
OperationCanceledException__ctor_m2B7CD7E9C467C67E91F869D2418897991E05CC2F(__this, L_0, /*hidden argument*/NULL);
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_1 = ___token1;
OperationCanceledException_set_CancellationToken_m904FCA691292CAA2929CBDE0F03D826A83AD2C46_inline(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.OperationCanceledException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m8FCB4255C71E7CCCD49CF391BC5CE8EF39F47700 (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __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.OrdinalComparer::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881 (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, bool ___ignoreCase0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142(__this, /*hidden argument*/NULL);
bool L_0 = ___ignoreCase0;
__this->set__ignoreCase_4(L_0);
return;
}
}
// System.Int32 System.OrdinalComparer::Compare(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrdinalComparer_Compare_m3CEB586FB33AA9C96E9755FFCFB1930612FDB389 (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___x0;
String_t* L_1 = ___y1;
if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
{
goto IL_0006;
}
}
{
return 0;
}
IL_0006:
{
String_t* L_2 = ___x0;
if (L_2)
{
goto IL_000b;
}
}
{
return (-1);
}
IL_000b:
{
String_t* L_3 = ___y1;
if (L_3)
{
goto IL_0010;
}
}
{
return 1;
}
IL_0010:
{
bool L_4 = __this->get__ignoreCase_4();
if (!L_4)
{
goto IL_0021;
}
}
{
String_t* L_5 = ___x0;
String_t* L_6 = ___y1;
int32_t L_7 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_5, L_6, 5, /*hidden argument*/NULL);
return L_7;
}
IL_0021:
{
String_t* L_8 = ___x0;
String_t* L_9 = ___y1;
int32_t L_10 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Boolean System.OrdinalComparer::Equals(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrdinalComparer_Equals_m7A84A651C8735E69393638EE9E83796791CAA1DC (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___x0;
String_t* L_1 = ___y1;
if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
String_t* L_2 = ___x0;
if (!L_2)
{
goto IL_000c;
}
}
{
String_t* L_3 = ___y1;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
bool L_4 = __this->get__ignoreCase_4();
if (!L_4)
{
goto IL_0032;
}
}
{
String_t* L_5 = ___x0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
String_t* L_7 = ___y1;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)L_8)))
{
goto IL_0026;
}
}
{
return (bool)0;
}
IL_0026:
{
String_t* L_9 = ___x0;
String_t* L_10 = ___y1;
int32_t L_11 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_9, L_10, 5, /*hidden argument*/NULL);
return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
}
IL_0032:
{
String_t* L_12 = ___x0;
String_t* L_13 = ___y1;
NullCheck(L_12);
bool L_14 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_12, L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.Int32 System.OrdinalComparer::GetHashCode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrdinalComparer_GetHashCode_m3B6DDE92C0E34EC5376E0A18E4B40454D503BE0B (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, String_t* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrdinalComparer_GetHashCode_m3B6DDE92C0E34EC5376E0A18E4B40454D503BE0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* 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, OrdinalComparer_GetHashCode_m3B6DDE92C0E34EC5376E0A18E4B40454D503BE0B_RuntimeMethod_var);
}
IL_000e:
{
bool L_2 = __this->get__ignoreCase_4();
if (!L_2)
{
goto IL_001d;
}
}
{
String_t* L_3 = ___obj0;
int32_t L_4 = TextInfo_GetHashCodeOrdinalIgnoreCase_m5BBBA50694E3717FBBC1ECB4AAABC1FAFE7B4BCC(L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001d:
{
String_t* L_5 = ___obj0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
return L_6;
}
}
// System.Boolean System.OrdinalComparer::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrdinalComparer_Equals_mAE368F4EA533FB8CCFD4135F494EC68778D6395B (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrdinalComparer_Equals_mAE368F4EA533FB8CCFD4135F494EC68778D6395B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A *)IsInstSealed((RuntimeObject*)L_0, OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var));
OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
bool L_2 = __this->get__ignoreCase_4();
OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * L_3 = V_0;
NullCheck(L_3);
bool L_4 = L_3->get__ignoreCase_4();
return (bool)((((int32_t)L_2) == ((int32_t)L_4))? 1 : 0);
}
}
// System.Int32 System.OrdinalComparer::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrdinalComparer_GetHashCode_mFF8CC0C48BEBF79CC7187BF1F3A2E5137A0E4D00 (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrdinalComparer_GetHashCode_mFF8CC0C48BEBF79CC7187BF1F3A2E5137A0E4D00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
NullCheck(_stringLiteralACA4B1051B044DEE435611996B9E8EC460312856);
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteralACA4B1051B044DEE435611996B9E8EC460312856);
V_0 = L_0;
bool L_1 = __this->get__ignoreCase_4();
if (L_1)
{
goto IL_0015;
}
}
{
int32_t L_2 = V_0;
return L_2;
}
IL_0015:
{
int32_t L_3 = V_0;
return ((~L_3));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.OutOfMemoryException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
String_t* L_0 = Exception_GetMessageFromNativeResources_m0C3FB5994F1AC0C76785E05972E3E405E8A0F087(3, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024882), /*hidden argument*/NULL);
return;
}
}
// System.Void System.OutOfMemoryException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_mE0FC596605ACDA3C4CEF76D51C505F9BF0B4D59C (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * __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)-2147024882), /*hidden argument*/NULL);
return;
}
}
// System.Void System.OutOfMemoryException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m71FC2ED58F840A8F64B932CA196C8411E35F14A8 (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * __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.OverflowException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral55AAC7FF7486D197D20F3136212D7EC1745C29B3, /*hidden argument*/NULL);
ArithmeticException__ctor_mAE18F94959F9827DEA553C7C2F3C5568BEC81CCF(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233066), /*hidden argument*/NULL);
return;
}
}
// System.Void System.OverflowException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ArithmeticException__ctor_mAE18F94959F9827DEA553C7C2F3C5568BEC81CCF(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233066), /*hidden argument*/NULL);
return;
}
}
// System.Void System.OverflowException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
ArithmeticException__ctor_m1412E36F7AF7D25CF6A00670AE2296E88DA85F5F(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233066), /*hidden argument*/NULL);
return;
}
}
// System.Void System.OverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mC953F7210EE9EB7589EF53E16DEAC032BD5F15E5 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __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.ParamArrayAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamArrayAttribute__ctor_m111E7C81099E0FA6250B15E5F7845A7F52A5D42E (ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C * __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.String System.ParameterizedStrings::Evaluate(System.String,System.ParameterizedStrings_FormatParam[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF (String_t* ___format0, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * V_0 = NULL;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* V_1 = NULL;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* V_2 = NULL;
int32_t V_3 = 0;
{
String_t* L_0 = ___format0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF_RuntimeMethod_var);
}
IL_000e:
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_2 = ___args1;
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, _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF_RuntimeMethod_var);
}
IL_001c:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_4 = ((ParameterizedStrings_t495ED7291D56B901CAA1F10EC25739C3C99DC923_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ParameterizedStrings_t495ED7291D56B901CAA1F10EC25739C3C99DC923_il2cpp_TypeInfo_var))->get__cachedStack_0();
V_0 = L_4;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_5 = V_0;
if (L_5)
{
goto IL_0033;
}
}
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_6 = (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 *)il2cpp_codegen_object_new(LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2_il2cpp_TypeInfo_var);
LowLevelStack__ctor_mE79C30BAB0FC89AE061890BE11A19651F6A7F2F9(L_6, /*hidden argument*/NULL);
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_7 = L_6;
V_0 = L_7;
((ParameterizedStrings_t495ED7291D56B901CAA1F10EC25739C3C99DC923_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ParameterizedStrings_t495ED7291D56B901CAA1F10EC25739C3C99DC923_il2cpp_TypeInfo_var))->set__cachedStack_0(L_7);
goto IL_0039;
}
IL_0033:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_8 = V_0;
NullCheck(L_8);
LowLevelStack_Clear_m0E87C8EDE908E92D886F9DF7C71C2FDBB6FA0612(L_8, /*hidden argument*/NULL);
}
IL_0039:
{
V_1 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)NULL;
V_2 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)NULL;
V_3 = 0;
String_t* L_9 = ___format0;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_10 = ___args1;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_11 = V_0;
String_t* L_12 = ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C(L_9, (int32_t*)(&V_3), L_10, L_11, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)(&V_1), (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)(&V_2), /*hidden argument*/NULL);
return L_12;
}
}
// System.String System.ParameterizedStrings::EvaluateInternal(System.String,System.Int32&,System.ParameterizedStrings_FormatParam[],System.ParameterizedStrings_LowLevelStack,System.ParameterizedStrings_FormatParam[]&,System.ParameterizedStrings_FormatParam[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C (String_t* ___format0, int32_t* ___pos1, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ___args2, LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * ___stack3, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** ___dynamicVars4, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** ___staticVars5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
bool V_1 = false;
Il2CppChar V_2 = 0x0;
int32_t V_3 = 0;
String_t* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* V_8 = NULL;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
bool V_13 = false;
String_t* V_14 = NULL;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 V_15;
memset((&V_15), 0, sizeof(V_15));
Il2CppChar V_16 = 0x0;
String_t* V_17 = NULL;
int32_t G_B63_0 = 0;
int32_t G_B67_0 = 0;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * G_B72_0 = NULL;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * G_B71_0 = NULL;
int32_t G_B73_0 = 0;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * G_B73_1 = NULL;
{
String_t* L_0 = ___format0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
V_1 = (bool)0;
goto IL_0689;
}
IL_0013:
{
String_t* L_3 = ___format0;
int32_t* L_4 = ___pos1;
int32_t L_5 = *((int32_t*)L_4);
NullCheck(L_3);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)((int32_t)37))))
{
goto IL_0033;
}
}
{
StringBuilder_t * L_7 = V_0;
String_t* L_8 = ___format0;
int32_t* L_9 = ___pos1;
int32_t L_10 = *((int32_t*)L_9);
NullCheck(L_8);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_10, /*hidden argument*/NULL);
NullCheck(L_7);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_7, L_11, /*hidden argument*/NULL);
goto IL_0683;
}
IL_0033:
{
int32_t* L_12 = ___pos1;
int32_t* L_13 = ___pos1;
int32_t L_14 = *((int32_t*)L_13);
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
String_t* L_15 = ___format0;
int32_t* L_16 = ___pos1;
int32_t L_17 = *((int32_t*)L_16);
NullCheck(L_15);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_17, /*hidden argument*/NULL);
V_2 = L_18;
Il2CppChar L_19 = V_2;
if ((!(((uint32_t)L_19) <= ((uint32_t)((int32_t)88)))))
{
goto IL_0120;
}
}
{
Il2CppChar L_20 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)((int32_t)33))))
{
case 0:
{
goto IL_0529;
}
case 1:
{
goto IL_0678;
}
case 2:
{
goto IL_0678;
}
case 3:
{
goto IL_0678;
}
case 4:
{
goto IL_01af;
}
case 5:
{
goto IL_03b3;
}
case 6:
{
goto IL_0339;
}
case 7:
{
goto IL_0678;
}
case 8:
{
goto IL_0678;
}
case 9:
{
goto IL_03b3;
}
case 10:
{
goto IL_03b3;
}
case 11:
{
goto IL_0678;
}
case 12:
{
goto IL_03b3;
}
case 13:
{
goto IL_0678;
}
case 14:
{
goto IL_03b3;
}
case 15:
{
goto IL_020f;
}
case 16:
{
goto IL_020f;
}
case 17:
{
goto IL_020f;
}
case 18:
{
goto IL_020f;
}
case 19:
{
goto IL_020f;
}
case 20:
{
goto IL_020f;
}
case 21:
{
goto IL_020f;
}
case 22:
{
goto IL_020f;
}
case 23:
{
goto IL_020f;
}
case 24:
{
goto IL_020f;
}
case 25:
{
goto IL_020f;
}
case 26:
{
goto IL_0655;
}
case 27:
{
goto IL_03b3;
}
case 28:
{
goto IL_03b3;
}
case 29:
{
goto IL_03b3;
}
case 30:
{
goto IL_05a3;
}
case 31:
{
goto IL_0678;
}
case 32:
{
goto IL_03b3;
}
case 33:
{
goto IL_0678;
}
case 34:
{
goto IL_0678;
}
case 35:
{
goto IL_0678;
}
case 36:
{
goto IL_0678;
}
case 37:
{
goto IL_0678;
}
case 38:
{
goto IL_0678;
}
case 39:
{
goto IL_0678;
}
case 40:
{
goto IL_0678;
}
case 41:
{
goto IL_0678;
}
case 42:
{
goto IL_0678;
}
case 43:
{
goto IL_0678;
}
case 44:
{
goto IL_0678;
}
case 45:
{
goto IL_0678;
}
case 46:
{
goto IL_03b3;
}
case 47:
{
goto IL_0359;
}
}
}
{
Il2CppChar L_21 = V_2;
if ((((int32_t)L_21) == ((int32_t)((int32_t)88))))
{
goto IL_020f;
}
}
{
goto IL_0678;
}
IL_0120:
{
Il2CppChar L_22 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)94))))
{
case 0:
{
goto IL_03b3;
}
case 1:
{
goto IL_0678;
}
case 2:
{
goto IL_0678;
}
case 3:
{
goto IL_0678;
}
case 4:
{
goto IL_0678;
}
case 5:
{
goto IL_01bd;
}
case 6:
{
goto IL_01f4;
}
case 7:
{
goto IL_0655;
}
case 8:
{
goto IL_0678;
}
case 9:
{
goto IL_0384;
}
case 10:
{
goto IL_0678;
}
case 11:
{
goto IL_056a;
}
case 12:
{
goto IL_0678;
}
case 13:
{
goto IL_0678;
}
case 14:
{
goto IL_02d3;
}
case 15:
{
goto IL_03b3;
}
case 16:
{
goto IL_0678;
}
case 17:
{
goto IL_020f;
}
case 18:
{
goto IL_02b1;
}
case 19:
{
goto IL_0678;
}
case 20:
{
goto IL_0678;
}
case 21:
{
goto IL_01d9;
}
case 22:
{
goto IL_05aa;
}
}
}
{
Il2CppChar L_23 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)120))))
{
case 0:
{
goto IL_020f;
}
case 1:
{
goto IL_0678;
}
case 2:
{
goto IL_0678;
}
case 3:
{
goto IL_02f7;
}
case 4:
{
goto IL_03b3;
}
case 5:
{
goto IL_0678;
}
case 6:
{
goto IL_0529;
}
}
}
{
goto IL_0678;
}
IL_01af:
{
StringBuilder_t * L_24 = V_0;
NullCheck(L_24);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_24, ((int32_t)37), /*hidden argument*/NULL);
goto IL_0683;
}
IL_01bd:
{
StringBuilder_t * L_25 = V_0;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_26 = ___stack3;
NullCheck(L_26);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_27 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_26, /*hidden argument*/NULL);
V_15 = L_27;
int32_t L_28 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
NullCheck(L_25);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_25, (((int32_t)((uint16_t)L_28))), /*hidden argument*/NULL);
goto IL_0683;
}
IL_01d9:
{
StringBuilder_t * L_29 = V_0;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_30 = ___stack3;
NullCheck(L_30);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_31 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_30, /*hidden argument*/NULL);
V_15 = L_31;
String_t* L_32 = FormatParam_get_String_m5BF4DC04ADCACFC4A5A5A02630189949C9B71624((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
NullCheck(L_29);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_29, L_32, /*hidden argument*/NULL);
goto IL_0683;
}
IL_01f4:
{
StringBuilder_t * L_33 = V_0;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_34 = ___stack3;
NullCheck(L_34);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_35 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_34, /*hidden argument*/NULL);
V_15 = L_35;
int32_t L_36 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
NullCheck(L_33);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_33, L_36, /*hidden argument*/NULL);
goto IL_0683;
}
IL_020f:
{
int32_t* L_37 = ___pos1;
int32_t L_38 = *((int32_t*)L_37);
V_3 = L_38;
goto IL_023f;
}
IL_0214:
{
String_t* L_39 = ___format0;
int32_t L_40 = V_3;
NullCheck(L_39);
Il2CppChar L_41 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, L_40, /*hidden argument*/NULL);
V_16 = L_41;
Il2CppChar L_42 = V_16;
if ((((int32_t)L_42) == ((int32_t)((int32_t)100))))
{
goto IL_0248;
}
}
{
Il2CppChar L_43 = V_16;
if ((((int32_t)L_43) == ((int32_t)((int32_t)111))))
{
goto IL_0248;
}
}
{
Il2CppChar L_44 = V_16;
if ((((int32_t)L_44) == ((int32_t)((int32_t)120))))
{
goto IL_0248;
}
}
{
Il2CppChar L_45 = V_16;
if ((((int32_t)L_45) == ((int32_t)((int32_t)88))))
{
goto IL_0248;
}
}
{
Il2CppChar L_46 = V_16;
if ((((int32_t)L_46) == ((int32_t)((int32_t)115))))
{
goto IL_0248;
}
}
{
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
}
IL_023f:
{
int32_t L_48 = V_3;
String_t* L_49 = ___format0;
NullCheck(L_49);
int32_t L_50 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_49, /*hidden argument*/NULL);
if ((((int32_t)L_48) < ((int32_t)L_50)))
{
goto IL_0214;
}
}
IL_0248:
{
int32_t L_51 = V_3;
String_t* L_52 = ___format0;
NullCheck(L_52);
int32_t L_53 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_52, /*hidden argument*/NULL);
if ((((int32_t)L_51) < ((int32_t)L_53)))
{
goto IL_025c;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_54 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_54, _stringLiteral49528F455332114866ED9F223ED181D3C9C5E554, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C_RuntimeMethod_var);
}
IL_025c:
{
String_t* L_55 = ___format0;
int32_t* L_56 = ___pos1;
int32_t L_57 = *((int32_t*)L_56);
int32_t L_58 = V_3;
int32_t* L_59 = ___pos1;
int32_t L_60 = *((int32_t*)L_59);
NullCheck(L_55);
String_t* L_61 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_55, ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_60)), (int32_t)2)), /*hidden argument*/NULL);
V_4 = L_61;
String_t* L_62 = V_4;
NullCheck(L_62);
int32_t L_63 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_62, /*hidden argument*/NULL);
if ((((int32_t)L_63) <= ((int32_t)1)))
{
goto IL_028f;
}
}
{
String_t* L_64 = V_4;
NullCheck(L_64);
Il2CppChar L_65 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_64, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)58)))))
{
goto IL_028f;
}
}
{
String_t* L_66 = V_4;
NullCheck(L_66);
String_t* L_67 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_66, 1, 1, /*hidden argument*/NULL);
V_4 = L_67;
}
IL_028f:
{
StringBuilder_t * L_68 = V_0;
String_t* L_69 = V_4;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_70 = ___stack3;
NullCheck(L_70);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_71 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_70, /*hidden argument*/NULL);
V_15 = L_71;
RuntimeObject * L_72 = FormatParam_get_Object_mA0B3CF48E6F801D28DEB4F743CD6CE8771CB5B6D((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
String_t* L_73 = ParameterizedStrings_FormatPrintF_m8747D9D547A44A0B2C9DF3211F7B701FFBDE8563(L_69, L_72, /*hidden argument*/NULL);
NullCheck(L_68);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_68, L_73, /*hidden argument*/NULL);
goto IL_0683;
}
IL_02b1:
{
int32_t* L_74 = ___pos1;
int32_t* L_75 = ___pos1;
int32_t L_76 = *((int32_t*)L_75);
*((int32_t*)L_74) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1));
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_77 = ___stack3;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_78 = ___args2;
String_t* L_79 = ___format0;
int32_t* L_80 = ___pos1;
int32_t L_81 = *((int32_t*)L_80);
NullCheck(L_79);
Il2CppChar L_82 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_79, L_81, /*hidden argument*/NULL);
NullCheck(L_78);
int32_t L_83 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)((int32_t)49)));
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_84 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
NullCheck(L_77);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_77, L_84, /*hidden argument*/NULL);
goto IL_0683;
}
IL_02d3:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_85 = ___stack3;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_86 = ___stack3;
NullCheck(L_86);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_87 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_86, /*hidden argument*/NULL);
V_15 = L_87;
String_t* L_88 = FormatParam_get_String_m5BF4DC04ADCACFC4A5A5A02630189949C9B71624((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
NullCheck(L_88);
int32_t L_89 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_88, /*hidden argument*/NULL);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_90 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_89, /*hidden argument*/NULL);
NullCheck(L_85);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_85, L_90, /*hidden argument*/NULL);
goto IL_0683;
}
IL_02f7:
{
int32_t* L_91 = ___pos1;
int32_t* L_92 = ___pos1;
int32_t L_93 = *((int32_t*)L_92);
*((int32_t*)L_91) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1));
V_5 = 0;
goto IL_031b;
}
IL_0302:
{
int32_t L_94 = V_5;
String_t* L_95 = ___format0;
int32_t* L_96 = ___pos1;
int32_t L_97 = *((int32_t*)L_96);
NullCheck(L_95);
Il2CppChar L_98 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_95, L_97, /*hidden argument*/NULL);
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)((int32_t)48)))));
int32_t* L_99 = ___pos1;
int32_t* L_100 = ___pos1;
int32_t L_101 = *((int32_t*)L_100);
*((int32_t*)L_99) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1));
}
IL_031b:
{
String_t* L_102 = ___format0;
int32_t* L_103 = ___pos1;
int32_t L_104 = *((int32_t*)L_103);
NullCheck(L_102);
Il2CppChar L_105 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_102, L_104, /*hidden argument*/NULL);
if ((!(((uint32_t)L_105) == ((uint32_t)((int32_t)125)))))
{
goto IL_0302;
}
}
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_106 = ___stack3;
int32_t L_107 = V_5;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_108 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_107, /*hidden argument*/NULL);
NullCheck(L_106);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_106, L_108, /*hidden argument*/NULL);
goto IL_0683;
}
IL_0339:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_109 = ___stack3;
String_t* L_110 = ___format0;
int32_t* L_111 = ___pos1;
int32_t L_112 = *((int32_t*)L_111);
NullCheck(L_110);
Il2CppChar L_113 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_110, ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)), /*hidden argument*/NULL);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_114 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_113, /*hidden argument*/NULL);
NullCheck(L_109);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_109, L_114, /*hidden argument*/NULL);
int32_t* L_115 = ___pos1;
int32_t* L_116 = ___pos1;
int32_t L_117 = *((int32_t*)L_116);
*((int32_t*)L_115) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)2));
goto IL_0683;
}
IL_0359:
{
int32_t* L_118 = ___pos1;
int32_t* L_119 = ___pos1;
int32_t L_120 = *((int32_t*)L_119);
*((int32_t*)L_118) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1));
String_t* L_121 = ___format0;
int32_t* L_122 = ___pos1;
int32_t L_123 = *((int32_t*)L_122);
NullCheck(L_121);
Il2CppChar L_124 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_121, L_123, /*hidden argument*/NULL);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_125 = ___dynamicVars4;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_126 = ___staticVars5;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_127 = ParameterizedStrings_GetDynamicOrStaticVariables_m81D4C0CAF1E91BCE50DEB31F94403CAAFD355F5D(L_124, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_125, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_126, (int32_t*)(&V_6), /*hidden argument*/NULL);
int32_t L_128 = V_6;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_129 = ___stack3;
NullCheck(L_129);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_130 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_129, /*hidden argument*/NULL);
NullCheck(L_127);
(L_127)->SetAt(static_cast<il2cpp_array_size_t>(L_128), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_130);
goto IL_0683;
}
IL_0384:
{
int32_t* L_131 = ___pos1;
int32_t* L_132 = ___pos1;
int32_t L_133 = *((int32_t*)L_132);
*((int32_t*)L_131) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1));
String_t* L_134 = ___format0;
int32_t* L_135 = ___pos1;
int32_t L_136 = *((int32_t*)L_135);
NullCheck(L_134);
Il2CppChar L_137 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_134, L_136, /*hidden argument*/NULL);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_138 = ___dynamicVars4;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_139 = ___staticVars5;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_140 = ParameterizedStrings_GetDynamicOrStaticVariables_m81D4C0CAF1E91BCE50DEB31F94403CAAFD355F5D(L_137, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_138, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_139, (int32_t*)(&V_7), /*hidden argument*/NULL);
V_8 = L_140;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_141 = ___stack3;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_142 = V_8;
int32_t L_143 = V_7;
NullCheck(L_142);
int32_t L_144 = L_143;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_145 = (L_142)->GetAt(static_cast<il2cpp_array_size_t>(L_144));
NullCheck(L_141);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_141, L_145, /*hidden argument*/NULL);
goto IL_0683;
}
IL_03b3:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_146 = ___stack3;
NullCheck(L_146);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_147 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_146, /*hidden argument*/NULL);
V_15 = L_147;
int32_t L_148 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
V_9 = L_148;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_149 = ___stack3;
NullCheck(L_149);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_150 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_149, /*hidden argument*/NULL);
V_15 = L_150;
int32_t L_151 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
V_10 = L_151;
String_t* L_152 = ___format0;
int32_t* L_153 = ___pos1;
int32_t L_154 = *((int32_t*)L_153);
NullCheck(L_152);
Il2CppChar L_155 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_152, L_154, /*hidden argument*/NULL);
V_2 = L_155;
Il2CppChar L_156 = V_2;
if ((!(((uint32_t)L_156) <= ((uint32_t)((int32_t)65)))))
{
goto IL_0432;
}
}
{
Il2CppChar L_157 = V_2;
if ((((int32_t)L_157) == ((int32_t)((int32_t)38))))
{
goto IL_049d;
}
}
{
Il2CppChar L_158 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_158, (int32_t)((int32_t)42))))
{
case 0:
{
goto IL_0470;
}
case 1:
{
goto IL_0458;
}
case 2:
{
goto IL_0514;
}
case 3:
{
goto IL_0464;
}
case 4:
{
goto IL_0514;
}
case 5:
{
goto IL_047c;
}
}
}
{
Il2CppChar L_159 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_159, (int32_t)((int32_t)60))))
{
case 0:
{
goto IL_04cd;
}
case 1:
{
goto IL_04af;
}
case 2:
{
goto IL_04be;
}
case 3:
{
goto IL_0514;
}
case 4:
{
goto IL_0514;
}
case 5:
{
goto IL_04dc;
}
}
}
{
goto IL_0514;
}
IL_0432:
{
Il2CppChar L_160 = V_2;
if ((!(((uint32_t)L_160) <= ((uint32_t)((int32_t)94)))))
{
goto IL_0449;
}
}
{
Il2CppChar L_161 = V_2;
if ((((int32_t)L_161) == ((int32_t)((int32_t)79))))
{
goto IL_04f8;
}
}
{
Il2CppChar L_162 = V_2;
if ((((int32_t)L_162) == ((int32_t)((int32_t)94))))
{
goto IL_0494;
}
}
{
goto IL_0514;
}
IL_0449:
{
Il2CppChar L_163 = V_2;
if ((((int32_t)L_163) == ((int32_t)((int32_t)109))))
{
goto IL_0488;
}
}
{
Il2CppChar L_164 = V_2;
if ((((int32_t)L_164) == ((int32_t)((int32_t)124))))
{
goto IL_04a6;
}
}
{
goto IL_0514;
}
IL_0458:
{
int32_t L_165 = V_10;
int32_t L_166 = V_9;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)L_166));
goto IL_0517;
}
IL_0464:
{
int32_t L_167 = V_10;
int32_t L_168 = V_9;
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_167, (int32_t)L_168));
goto IL_0517;
}
IL_0470:
{
int32_t L_169 = V_10;
int32_t L_170 = V_9;
V_11 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_169, (int32_t)L_170));
goto IL_0517;
}
IL_047c:
{
int32_t L_171 = V_10;
int32_t L_172 = V_9;
V_11 = ((int32_t)((int32_t)L_171/(int32_t)L_172));
goto IL_0517;
}
IL_0488:
{
int32_t L_173 = V_10;
int32_t L_174 = V_9;
V_11 = ((int32_t)((int32_t)L_173%(int32_t)L_174));
goto IL_0517;
}
IL_0494:
{
int32_t L_175 = V_10;
int32_t L_176 = V_9;
V_11 = ((int32_t)((int32_t)L_175^(int32_t)L_176));
goto IL_0517;
}
IL_049d:
{
int32_t L_177 = V_10;
int32_t L_178 = V_9;
V_11 = ((int32_t)((int32_t)L_177&(int32_t)L_178));
goto IL_0517;
}
IL_04a6:
{
int32_t L_179 = V_10;
int32_t L_180 = V_9;
V_11 = ((int32_t)((int32_t)L_179|(int32_t)L_180));
goto IL_0517;
}
IL_04af:
{
int32_t L_181 = V_10;
int32_t L_182 = V_9;
int32_t L_183 = ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F((bool)((((int32_t)L_181) == ((int32_t)L_182))? 1 : 0), /*hidden argument*/NULL);
V_11 = L_183;
goto IL_0517;
}
IL_04be:
{
int32_t L_184 = V_10;
int32_t L_185 = V_9;
int32_t L_186 = ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F((bool)((((int32_t)L_184) > ((int32_t)L_185))? 1 : 0), /*hidden argument*/NULL);
V_11 = L_186;
goto IL_0517;
}
IL_04cd:
{
int32_t L_187 = V_10;
int32_t L_188 = V_9;
int32_t L_189 = ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F((bool)((((int32_t)L_187) < ((int32_t)L_188))? 1 : 0), /*hidden argument*/NULL);
V_11 = L_189;
goto IL_0517;
}
IL_04dc:
{
int32_t L_190 = V_10;
bool L_191 = ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C(L_190, /*hidden argument*/NULL);
if (!L_191)
{
goto IL_04ee;
}
}
{
int32_t L_192 = V_9;
bool L_193 = ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C(L_192, /*hidden argument*/NULL);
G_B63_0 = ((int32_t)(L_193));
goto IL_04ef;
}
IL_04ee:
{
G_B63_0 = 0;
}
IL_04ef:
{
int32_t L_194 = ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F((bool)G_B63_0, /*hidden argument*/NULL);
V_11 = L_194;
goto IL_0517;
}
IL_04f8:
{
int32_t L_195 = V_10;
bool L_196 = ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C(L_195, /*hidden argument*/NULL);
if (L_196)
{
goto IL_050a;
}
}
{
int32_t L_197 = V_9;
bool L_198 = ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C(L_197, /*hidden argument*/NULL);
G_B67_0 = ((int32_t)(L_198));
goto IL_050b;
}
IL_050a:
{
G_B67_0 = 1;
}
IL_050b:
{
int32_t L_199 = ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F((bool)G_B67_0, /*hidden argument*/NULL);
V_11 = L_199;
goto IL_0517;
}
IL_0514:
{
V_11 = 0;
}
IL_0517:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_200 = ___stack3;
int32_t L_201 = V_11;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_202 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_201, /*hidden argument*/NULL);
NullCheck(L_200);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_200, L_202, /*hidden argument*/NULL);
goto IL_0683;
}
IL_0529:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_203 = ___stack3;
NullCheck(L_203);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_204 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_203, /*hidden argument*/NULL);
V_15 = L_204;
int32_t L_205 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
V_12 = L_205;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_206 = ___stack3;
String_t* L_207 = ___format0;
int32_t* L_208 = ___pos1;
int32_t L_209 = *((int32_t*)L_208);
NullCheck(L_207);
Il2CppChar L_210 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_207, L_209, /*hidden argument*/NULL);
G_B71_0 = L_206;
if ((((int32_t)L_210) == ((int32_t)((int32_t)33))))
{
G_B72_0 = L_206;
goto IL_054c;
}
}
{
int32_t L_211 = V_12;
G_B73_0 = ((~L_211));
G_B73_1 = G_B71_0;
goto IL_055b;
}
IL_054c:
{
int32_t L_212 = V_12;
bool L_213 = ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C(L_212, /*hidden argument*/NULL);
int32_t L_214 = ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F((bool)((((int32_t)L_213) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
G_B73_0 = L_214;
G_B73_1 = G_B72_0;
}
IL_055b:
{
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_215 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(G_B73_0, /*hidden argument*/NULL);
NullCheck(G_B73_1);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(G_B73_1, L_215, /*hidden argument*/NULL);
goto IL_0683;
}
IL_056a:
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_216 = ___args2;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_217 = ___args2;
NullCheck(L_217);
int32_t L_218 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)((L_217)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_219 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_218)), /*hidden argument*/NULL);
NullCheck(L_216);
(L_216)->SetAt(static_cast<il2cpp_array_size_t>(0), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_219);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_220 = ___args2;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_221 = ___args2;
NullCheck(L_221);
int32_t L_222 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)((L_221)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), /*hidden argument*/NULL);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_223 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_222)), /*hidden argument*/NULL);
NullCheck(L_220);
(L_220)->SetAt(static_cast<il2cpp_array_size_t>(1), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_223);
goto IL_0683;
}
IL_05a3:
{
V_1 = (bool)1;
goto IL_0683;
}
IL_05aa:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_224 = ___stack3;
NullCheck(L_224);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_225 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_224, /*hidden argument*/NULL);
V_15 = L_225;
int32_t L_226 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
bool L_227 = ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C(L_226, /*hidden argument*/NULL);
V_13 = L_227;
int32_t* L_228 = ___pos1;
int32_t* L_229 = ___pos1;
int32_t L_230 = *((int32_t*)L_229);
*((int32_t*)L_228) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)1));
String_t* L_231 = ___format0;
int32_t* L_232 = ___pos1;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_233 = ___args2;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_234 = ___stack3;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_235 = ___dynamicVars4;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_236 = ___staticVars5;
String_t* L_237 = ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C(L_231, (int32_t*)L_232, L_233, L_234, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_235, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_236, /*hidden argument*/NULL);
V_14 = L_237;
bool L_238 = V_13;
if (!L_238)
{
goto IL_05e2;
}
}
{
StringBuilder_t * L_239 = V_0;
String_t* L_240 = V_14;
NullCheck(L_239);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_239, L_240, /*hidden argument*/NULL);
}
IL_05e2:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_241 = ___stack3;
NullCheck(L_241);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_242 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_241, /*hidden argument*/NULL);
V_15 = L_242;
int32_t L_243 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
bool L_244 = ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C(L_243, /*hidden argument*/NULL);
if (L_244)
{
goto IL_063b;
}
}
{
int32_t* L_245 = ___pos1;
int32_t* L_246 = ___pos1;
int32_t L_247 = *((int32_t*)L_246);
*((int32_t*)L_245) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_247, (int32_t)1));
String_t* L_248 = ___format0;
int32_t* L_249 = ___pos1;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_250 = ___args2;
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_251 = ___stack3;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_252 = ___dynamicVars4;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_253 = ___staticVars5;
String_t* L_254 = ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C(L_248, (int32_t*)L_249, L_250, L_251, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_252, (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_253, /*hidden argument*/NULL);
V_17 = L_254;
bool L_255 = V_13;
if (L_255)
{
goto IL_061a;
}
}
{
StringBuilder_t * L_256 = V_0;
String_t* L_257 = V_17;
NullCheck(L_256);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_256, L_257, /*hidden argument*/NULL);
}
IL_061a:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_258 = ___stack3;
NullCheck(L_258);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_259 = LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430(L_258, /*hidden argument*/NULL);
V_15 = L_259;
int32_t L_260 = FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_15), /*hidden argument*/NULL);
bool L_261 = ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C(L_260, /*hidden argument*/NULL);
if (L_261)
{
goto IL_063b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_262 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_262, _stringLiteral49528F455332114866ED9F223ED181D3C9C5E554, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_262, ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C_RuntimeMethod_var);
}
IL_063b:
{
bool L_263 = V_1;
if (L_263)
{
goto IL_0651;
}
}
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_264 = ___stack3;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_265 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(1, /*hidden argument*/NULL);
NullCheck(L_264);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_264, L_265, /*hidden argument*/NULL);
StringBuilder_t * L_266 = V_0;
NullCheck(L_266);
String_t* L_267 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_266);
return L_267;
}
IL_0651:
{
V_1 = (bool)0;
goto IL_0683;
}
IL_0655:
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_268 = ___stack3;
String_t* L_269 = ___format0;
int32_t* L_270 = ___pos1;
int32_t L_271 = *((int32_t*)L_270);
NullCheck(L_269);
Il2CppChar L_272 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_269, L_271, /*hidden argument*/NULL);
int32_t L_273 = ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F((bool)((((int32_t)L_272) == ((int32_t)((int32_t)59)))? 1 : 0), /*hidden argument*/NULL);
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_274 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_273, /*hidden argument*/NULL);
NullCheck(L_268);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_268, L_274, /*hidden argument*/NULL);
StringBuilder_t * L_275 = V_0;
NullCheck(L_275);
String_t* L_276 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_275);
return L_276;
}
IL_0678:
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_277 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_277, _stringLiteral49528F455332114866ED9F223ED181D3C9C5E554, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_277, ParameterizedStrings_EvaluateInternal_m091AFE1987387E080BCB699337FFB26762967A6C_RuntimeMethod_var);
}
IL_0683:
{
int32_t* L_278 = ___pos1;
int32_t* L_279 = ___pos1;
int32_t L_280 = *((int32_t*)L_279);
*((int32_t*)L_278) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_280, (int32_t)1));
}
IL_0689:
{
int32_t* L_281 = ___pos1;
int32_t L_282 = *((int32_t*)L_281);
String_t* L_283 = ___format0;
NullCheck(L_283);
int32_t L_284 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_283, /*hidden argument*/NULL);
if ((((int32_t)L_282) < ((int32_t)L_284)))
{
goto IL_0013;
}
}
{
LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * L_285 = ___stack3;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_286 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(1, /*hidden argument*/NULL);
NullCheck(L_285);
LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315(L_285, L_286, /*hidden argument*/NULL);
StringBuilder_t * L_287 = V_0;
NullCheck(L_287);
String_t* L_288 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_287);
return L_288;
}
}
// System.Boolean System.ParameterizedStrings::AsBool(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterizedStrings_AsBool_mBE69C43521B38F2898B2720CA1A603F26FC1A00C (int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___i0;
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Int32 System.ParameterizedStrings::AsInt(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_AsInt_m1FDECB972AF05BE70DE0047C46227172B793E31F (bool ___b0, const RuntimeMethod* method)
{
{
bool L_0 = ___b0;
if (L_0)
{
goto IL_0005;
}
}
{
return 0;
}
IL_0005:
{
return 1;
}
}
// System.String System.ParameterizedStrings::StringFromAsciiBytes(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_StringFromAsciiBytes_mAEFC926F17A489DE843E6A5F33DA14378DFD11A5 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParameterizedStrings_StringFromAsciiBytes_mAEFC926F17A489DE843E6A5F33DA14378DFD11A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___length2;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_0009:
{
int32_t L_2 = ___length2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_0 = L_3;
V_1 = 0;
int32_t L_4 = ___offset1;
V_2 = L_4;
goto IL_0024;
}
IL_0016:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = V_0;
int32_t L_6 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0;
int32_t L_8 = V_2;
NullCheck(L_7);
int32_t L_9 = L_8;
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (Il2CppChar)L_10);
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0024:
{
int32_t L_13 = V_1;
int32_t L_14 = ___length2;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0016;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = V_0;
String_t* L_16 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_15, /*hidden argument*/NULL);
return L_16;
}
}
#if FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL snprintf(uint8_t*, intptr_t, char*, char*);
#endif
// System.Int32 System.ParameterizedStrings::snprintf(System.Byte*,System.IntPtr,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_snprintf_m98AA0689A7942B7A7EBB4CC2DC13B3DE38AE490A (uint8_t* ___str0, intptr_t ___size1, String_t* ___format2, String_t* ___arg13, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, intptr_t, char*, char*);
#if !FORCE_PINVOKE_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(uint8_t*) + sizeof(intptr_t) + sizeof(char*) + sizeof(char*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("libc"), "snprintf", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___format2' to native representation
char* ____format2_marshaled = NULL;
____format2_marshaled = il2cpp_codegen_marshal_string(___format2);
// Marshaling of parameter '___arg13' to native representation
char* ____arg13_marshaled = NULL;
____arg13_marshaled = il2cpp_codegen_marshal_string(___arg13);
// Native function invocation
#if FORCE_PINVOKE_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(snprintf)(___str0, ___size1, ____format2_marshaled, ____arg13_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___str0, ___size1, ____format2_marshaled, ____arg13_marshaled);
#endif
// Marshaling cleanup of parameter '___format2' native representation
il2cpp_codegen_marshal_free(____format2_marshaled);
____format2_marshaled = NULL;
// Marshaling cleanup of parameter '___arg13' native representation
il2cpp_codegen_marshal_free(____arg13_marshaled);
____arg13_marshaled = NULL;
return returnValue;
}
#if FORCE_PINVOKE_INTERNAL
#endif
// System.Int32 System.ParameterizedStrings::snprintf(System.Byte*,System.IntPtr,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_snprintf_m1BD501CE56608FBD2ABFCA1B20C40ADE24A38768 (uint8_t* ___str0, intptr_t ___size1, String_t* ___format2, int32_t ___arg13, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, intptr_t, char*, int32_t);
#if !FORCE_PINVOKE_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(uint8_t*) + sizeof(intptr_t) + sizeof(char*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("libc"), "snprintf", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___format2' to native representation
char* ____format2_marshaled = NULL;
____format2_marshaled = il2cpp_codegen_marshal_string(___format2);
// Native function invocation
#if FORCE_PINVOKE_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(snprintf)(___str0, ___size1, ____format2_marshaled, ___arg13);
#else
int32_t returnValue = il2cppPInvokeFunc(___str0, ___size1, ____format2_marshaled, ___arg13);
#endif
// Marshaling cleanup of parameter '___format2' native representation
il2cpp_codegen_marshal_free(____format2_marshaled);
____format2_marshaled = NULL;
return returnValue;
}
// System.String System.ParameterizedStrings::FormatPrintF(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_FormatPrintF_m8747D9D547A44A0B2C9DF3211F7B701FFBDE8563 (String_t* ___format0, RuntimeObject * ___arg1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParameterizedStrings_FormatPrintF_m8747D9D547A44A0B2C9DF3211F7B701FFBDE8563_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B14_0 = 0;
{
RuntimeObject * L_0 = ___arg1;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
String_t* L_1 = V_0;
if (L_1)
{
goto IL_001f;
}
}
{
String_t* L_2 = ___format0;
RuntimeObject * L_3 = ___arg1;
int32_t L_4 = ParameterizedStrings_snprintf_m1BD501CE56608FBD2ABFCA1B20C40ADE24A38768((uint8_t*)(uint8_t*)(((uintptr_t)0)), (intptr_t)(0), L_2, ((*(int32_t*)((int32_t*)UnBox(L_3, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
G_B3_0 = L_4;
goto IL_002d;
}
IL_001f:
{
String_t* L_5 = ___format0;
String_t* L_6 = V_0;
int32_t L_7 = ParameterizedStrings_snprintf_m98AA0689A7942B7A7EBB4CC2DC13B3DE38AE490A((uint8_t*)(uint8_t*)(((uintptr_t)0)), (intptr_t)(0), L_5, L_6, /*hidden argument*/NULL);
G_B3_0 = L_7;
}
IL_002d:
{
V_1 = G_B3_0;
int32_t L_8 = V_1;
if (L_8)
{
goto IL_0037;
}
}
{
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_9;
}
IL_0037:
{
int32_t L_10 = V_1;
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_0046;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_11 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_11, _stringLiteral928B8A7EE43919C1DF3867AE7CF21D4FA3728C14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ParameterizedStrings_FormatPrintF_m8747D9D547A44A0B2C9DF3211F7B701FFBDE8563_RuntimeMethod_var);
}
IL_0046:
{
int32_t L_12 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
V_2 = L_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
V_4 = L_15;
if (!L_15)
{
goto IL_005b;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_4;
NullCheck(L_16);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
{
goto IL_0060;
}
}
IL_005b:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_006a;
}
IL_0060:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_4;
NullCheck(L_17);
V_3 = (uint8_t*)(((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_006a:
{
String_t* L_18 = V_0;
if (L_18)
{
goto IL_0084;
}
}
{
uint8_t* L_19 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_2;
NullCheck(L_20);
intptr_t L_21 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))), /*hidden argument*/NULL);
String_t* L_22 = ___format0;
RuntimeObject * L_23 = ___arg1;
int32_t L_24 = ParameterizedStrings_snprintf_m1BD501CE56608FBD2ABFCA1B20C40ADE24A38768((uint8_t*)(uint8_t*)L_19, (intptr_t)L_21, L_22, ((*(int32_t*)((int32_t*)UnBox(L_23, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
G_B14_0 = L_24;
goto IL_0094;
}
IL_0084:
{
uint8_t* L_25 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_2;
NullCheck(L_26);
intptr_t L_27 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))), /*hidden argument*/NULL);
String_t* L_28 = ___format0;
String_t* L_29 = V_0;
int32_t L_30 = ParameterizedStrings_snprintf_m98AA0689A7942B7A7EBB4CC2DC13B3DE38AE490A((uint8_t*)(uint8_t*)L_25, (intptr_t)L_27, L_28, L_29, /*hidden argument*/NULL);
G_B14_0 = L_30;
}
IL_0094:
{
int32_t L_31 = V_1;
if ((((int32_t)G_B14_0) == ((int32_t)L_31)))
{
goto IL_00a2;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_32 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_32, _stringLiteral15ADDCB97578C2E71698AD6FD89A64BBE52AD302, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ParameterizedStrings_FormatPrintF_m8747D9D547A44A0B2C9DF3211F7B701FFBDE8563_RuntimeMethod_var);
}
IL_00a2:
{
V_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_2;
int32_t L_34 = V_1;
String_t* L_35 = ParameterizedStrings_StringFromAsciiBytes_mAEFC926F17A489DE843E6A5F33DA14378DFD11A5(L_33, 0, L_34, /*hidden argument*/NULL);
return L_35;
}
}
// System.ParameterizedStrings_FormatParam[] System.ParameterizedStrings::GetDynamicOrStaticVariables(System.Char,System.ParameterizedStrings_FormatParam[]&,System.ParameterizedStrings_FormatParam[]&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ParameterizedStrings_GetDynamicOrStaticVariables_m81D4C0CAF1E91BCE50DEB31F94403CAAFD355F5D (Il2CppChar ___c0, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** ___dynamicVars1, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** ___staticVars2, int32_t* ___index3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParameterizedStrings_GetDynamicOrStaticVariables_m81D4C0CAF1E91BCE50DEB31F94403CAAFD355F5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* V_0 = NULL;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* G_B4_0 = NULL;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* G_B3_0 = NULL;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* G_B9_0 = NULL;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* G_B8_0 = NULL;
{
Il2CppChar L_0 = ___c0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)65))))
{
goto IL_0023;
}
}
{
Il2CppChar L_1 = ___c0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)90))))
{
goto IL_0023;
}
}
{
int32_t* L_2 = ___index3;
Il2CppChar L_3 = ___c0;
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)65)));
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_4 = ___staticVars2;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_5 = *((FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_4);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_6 = L_5;
G_B3_0 = L_6;
if (L_6)
{
G_B4_0 = L_6;
goto IL_0022;
}
}
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_7 = ___staticVars2;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_8 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)SZArrayNew(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)26));
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_9 = L_8;
V_0 = L_9;
*((RuntimeObject **)L_7) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_9);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_10 = V_0;
G_B4_0 = L_10;
}
IL_0022:
{
return G_B4_0;
}
IL_0023:
{
Il2CppChar L_11 = ___c0;
if ((((int32_t)L_11) < ((int32_t)((int32_t)97))))
{
goto IL_0046;
}
}
{
Il2CppChar L_12 = ___c0;
if ((((int32_t)L_12) > ((int32_t)((int32_t)122))))
{
goto IL_0046;
}
}
{
int32_t* L_13 = ___index3;
Il2CppChar L_14 = ___c0;
*((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)97)));
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_15 = ___dynamicVars1;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_16 = *((FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5**)L_15);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_17 = L_16;
G_B8_0 = L_17;
if (L_17)
{
G_B9_0 = L_17;
goto IL_0045;
}
}
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5** L_18 = ___dynamicVars1;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_19 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)SZArrayNew(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)26));
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_20 = L_19;
V_0 = L_20;
*((RuntimeObject **)L_18) = (RuntimeObject *)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_20);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_21 = V_0;
G_B9_0 = L_21;
}
IL_0045:
{
return G_B9_0;
}
IL_0046:
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_22 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_22, _stringLiteral49528F455332114866ED9F223ED181D3C9C5E554, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ParameterizedStrings_GetDynamicOrStaticVariables_m81D4C0CAF1E91BCE50DEB31F94403CAAFD355F5D_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.ParameterizedStrings/FormatParam
IL2CPP_EXTERN_C void FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshal_pinvoke(const FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800& unmarshaled, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke& marshaled)
{
marshaled.____int32_0 = unmarshaled.get__int32_0();
marshaled.____string_1 = il2cpp_codegen_marshal_string(unmarshaled.get__string_1());
}
IL2CPP_EXTERN_C void FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshal_pinvoke_back(const FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke& marshaled, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800& unmarshaled)
{
int32_t unmarshaled__int32_temp_0 = 0;
unmarshaled__int32_temp_0 = marshaled.____int32_0;
unmarshaled.set__int32_0(unmarshaled__int32_temp_0);
unmarshaled.set__string_1(il2cpp_codegen_marshal_string_result(marshaled.____string_1));
}
// Conversion method for clean up from marshalling of: System.ParameterizedStrings/FormatParam
IL2CPP_EXTERN_C void FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshal_pinvoke_cleanup(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.____string_1);
marshaled.____string_1 = NULL;
}
// Conversion methods for marshalling of: System.ParameterizedStrings/FormatParam
IL2CPP_EXTERN_C void FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshal_com(const FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800& unmarshaled, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com& marshaled)
{
marshaled.____int32_0 = unmarshaled.get__int32_0();
marshaled.____string_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get__string_1());
}
IL2CPP_EXTERN_C void FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshal_com_back(const FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com& marshaled, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800& unmarshaled)
{
int32_t unmarshaled__int32_temp_0 = 0;
unmarshaled__int32_temp_0 = marshaled.____int32_0;
unmarshaled.set__int32_0(unmarshaled__int32_temp_0);
unmarshaled.set__string_1(il2cpp_codegen_marshal_bstring_result(marshaled.____string_1));
}
// Conversion method for clean up from marshalling of: System.ParameterizedStrings/FormatParam
IL2CPP_EXTERN_C void FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshal_com_cleanup(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.____string_1);
marshaled.____string_1 = NULL;
}
// System.Void System.ParameterizedStrings_FormatParam::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatParam__ctor_m87793E6640ECF022BEBB7EDA281A60E48D370A12 (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
FormatParam__ctor_mF5E9FC94353F30B9419A05B899811A103538837D((FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void FormatParam__ctor_m87793E6640ECF022BEBB7EDA281A60E48D370A12_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * _thisAdjusted = reinterpret_cast<FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *>(__this + _offset);
FormatParam__ctor_m87793E6640ECF022BEBB7EDA281A60E48D370A12(_thisAdjusted, ___value0, method);
}
// System.Void System.ParameterizedStrings_FormatParam::.ctor(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatParam__ctor_mF5E9FC94353F30B9419A05B899811A103538837D (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, int32_t ___intValue0, String_t* ___stringValue1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___intValue0;
__this->set__int32_0(L_0);
String_t* L_1 = ___stringValue1;
__this->set__string_1(L_1);
return;
}
}
IL2CPP_EXTERN_C void FormatParam__ctor_mF5E9FC94353F30B9419A05B899811A103538837D_AdjustorThunk (RuntimeObject * __this, int32_t ___intValue0, String_t* ___stringValue1, const RuntimeMethod* method)
{
int32_t _offset = 1;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * _thisAdjusted = reinterpret_cast<FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *>(__this + _offset);
FormatParam__ctor_mF5E9FC94353F30B9419A05B899811A103538837D(_thisAdjusted, ___intValue0, ___stringValue1, method);
}
// System.ParameterizedStrings_FormatParam System.ParameterizedStrings_FormatParam::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0 (int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_1;
memset((&L_1), 0, sizeof(L_1));
FormatParam__ctor_m87793E6640ECF022BEBB7EDA281A60E48D370A12((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.ParameterizedStrings_FormatParam::get_Int32()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40 (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__int32_0();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * _thisAdjusted = reinterpret_cast<FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *>(__this + _offset);
return FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline(_thisAdjusted, method);
}
// System.String System.ParameterizedStrings_FormatParam::get_String()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatParam_get_String_m5BF4DC04ADCACFC4A5A5A02630189949C9B71624 (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatParam_get_String_m5BF4DC04ADCACFC4A5A5A02630189949C9B71624_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
String_t* L_0 = __this->get__string_1();
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000f;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B2_0 = L_2;
}
IL_000f:
{
return G_B2_0;
}
}
IL2CPP_EXTERN_C String_t* FormatParam_get_String_m5BF4DC04ADCACFC4A5A5A02630189949C9B71624_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * _thisAdjusted = reinterpret_cast<FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *>(__this + _offset);
return FormatParam_get_String_m5BF4DC04ADCACFC4A5A5A02630189949C9B71624(_thisAdjusted, method);
}
// System.Object System.ParameterizedStrings_FormatParam::get_Object()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatParam_get_Object_mA0B3CF48E6F801D28DEB4F743CD6CE8771CB5B6D (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatParam_get_Object_mA0B3CF48E6F801D28DEB4F743CD6CE8771CB5B6D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
String_t* L_0 = __this->get__string_1();
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = ((RuntimeObject *)(L_1));
goto IL_0015;
}
}
{
int32_t L_2 = __this->get__int32_0();
int32_t L_3 = L_2;
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
IL2CPP_EXTERN_C RuntimeObject * FormatParam_get_Object_mA0B3CF48E6F801D28DEB4F743CD6CE8771CB5B6D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * _thisAdjusted = reinterpret_cast<FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *>(__this + _offset);
return FormatParam_get_Object_mA0B3CF48E6F801D28DEB4F743CD6CE8771CB5B6D(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ParameterizedStrings_LowLevelStack::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack__ctor_mE79C30BAB0FC89AE061890BE11A19651F6A7F2F9 (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LowLevelStack__ctor_mE79C30BAB0FC89AE061890BE11A19651F6A7F2F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_0 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)SZArrayNew(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set__arr_0(L_0);
return;
}
}
// System.ParameterizedStrings_FormatParam System.ParameterizedStrings_LowLevelStack::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430 (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__count_1();
if (L_0)
{
goto IL_0013;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteralC3A1849E2D0732118533B443827BE28BB700F19E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, LowLevelStack_Pop_m735FBCC3D899FF6B897E76A12E4CA7D2D86A6430_RuntimeMethod_var);
}
IL_0013:
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_2 = __this->get__arr_0();
int32_t L_3 = __this->get__count_1();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1));
int32_t L_4 = V_0;
__this->set__count_1(L_4);
int32_t L_5 = V_0;
NullCheck(L_2);
int32_t L_6 = L_5;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_7 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_8 = __this->get__arr_0();
int32_t L_9 = __this->get__count_1();
NullCheck(L_8);
il2cpp_codegen_initobj(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), sizeof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 ));
return L_7;
}
}
// System.Void System.ParameterizedStrings_LowLevelStack::Push(System.ParameterizedStrings_FormatParam)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315 (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * __this, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LowLevelStack_Push_mB8B74BA8A8695CF62E3AA7EECE3057EC17A38315_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* V_0 = NULL;
int32_t V_1 = 0;
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_0 = __this->get__arr_0();
NullCheck(L_0);
int32_t L_1 = __this->get__count_1();
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((uint32_t)L_1))))
{
goto IL_003d;
}
}
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_2 = __this->get__arr_0();
NullCheck(L_2);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_3 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)SZArrayNew(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)2)));
V_0 = L_3;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_4 = __this->get__arr_0();
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_5 = V_0;
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_6 = __this->get__arr_0();
NullCheck(L_6);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/NULL);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_7 = V_0;
__this->set__arr_0(L_7);
}
IL_003d:
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_8 = __this->get__arr_0();
int32_t L_9 = __this->get__count_1();
V_1 = L_9;
int32_t L_10 = V_1;
__this->set__count_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
int32_t L_11 = V_1;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_12 = ___item0;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_12);
return;
}
}
// System.Void System.ParameterizedStrings_LowLevelStack::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack_Clear_m0E87C8EDE908E92D886F9DF7C71C2FDBB6FA0612 (LowLevelStack_tAED9B2A5CEC7125CF57BEE067AC399CEE3510EC2 * __this, const RuntimeMethod* method)
{
{
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_0 = __this->get__arr_0();
int32_t L_1 = __this->get__count_1();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, /*hidden argument*/NULL);
__this->set__count_1(0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.ParamsArray
IL2CPP_EXTERN_C void ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshal_pinvoke(const ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023& unmarshaled, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_pinvoke& marshaled)
{
Exception_t* ___args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'args' of type 'ParamsArray'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___args_6Exception, NULL);
}
IL2CPP_EXTERN_C void ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshal_pinvoke_back(const ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_pinvoke& marshaled, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023& unmarshaled)
{
Exception_t* ___args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'args' of type 'ParamsArray'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___args_6Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ParamsArray
IL2CPP_EXTERN_C void ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshal_pinvoke_cleanup(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.ParamsArray
IL2CPP_EXTERN_C void ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshal_com(const ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023& unmarshaled, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_com& marshaled)
{
Exception_t* ___args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'args' of type 'ParamsArray'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___args_6Exception, NULL);
}
IL2CPP_EXTERN_C void ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshal_com_back(const ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_com& marshaled, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023& unmarshaled)
{
Exception_t* ___args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'args' of type 'ParamsArray'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___args_6Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ParamsArray
IL2CPP_EXTERN_C void ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshal_com_cleanup(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_com& marshaled)
{
}
// System.Void System.ParamsArray::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___arg00;
__this->set_arg0_3(L_0);
__this->set_arg1_4(NULL);
__this->set_arg2_5(NULL);
IL2CPP_RUNTIME_CLASS_INIT(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var))->get_oneArgArray_0();
__this->set_args_6(L_1);
return;
}
}
IL2CPP_EXTERN_C void ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___arg00, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * _thisAdjusted = reinterpret_cast<ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *>(__this + _offset);
ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC(_thisAdjusted, ___arg00, method);
}
// System.Void System.ParamsArray::.ctor(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___arg00;
__this->set_arg0_3(L_0);
RuntimeObject * L_1 = ___arg11;
__this->set_arg1_4(L_1);
__this->set_arg2_5(NULL);
IL2CPP_RUNTIME_CLASS_INIT(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var))->get_twoArgArray_1();
__this->set_args_6(L_2);
return;
}
}
IL2CPP_EXTERN_C void ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * _thisAdjusted = reinterpret_cast<ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *>(__this + _offset);
ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED(_thisAdjusted, ___arg00, ___arg11, method);
}
// System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___arg00;
__this->set_arg0_3(L_0);
RuntimeObject * L_1 = ___arg11;
__this->set_arg1_4(L_1);
RuntimeObject * L_2 = ___arg22;
__this->set_arg2_5(L_2);
IL2CPP_RUNTIME_CLASS_INIT(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var))->get_threeArgArray_2();
__this->set_args_6(L_3);
return;
}
}
IL2CPP_EXTERN_C void ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * _thisAdjusted = reinterpret_cast<ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *>(__this + _offset);
ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5(_thisAdjusted, ___arg00, ___arg11, ___arg22, method);
}
// System.Void System.ParamsArray::.ctor(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B2_0 = NULL;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B1_0 = NULL;
RuntimeObject * G_B3_0 = NULL;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B3_1 = NULL;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B5_0 = NULL;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B4_0 = NULL;
RuntimeObject * G_B6_0 = NULL;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B6_1 = NULL;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B8_0 = NULL;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B7_0 = NULL;
RuntimeObject * G_B9_0 = NULL;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * G_B9_1 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
int32_t L_1 = V_0;
G_B1_0 = __this;
if ((((int32_t)L_1) > ((int32_t)0)))
{
G_B2_0 = __this;
goto IL_000c;
}
}
{
G_B3_0 = NULL;
G_B3_1 = G_B1_0;
goto IL_000f;
}
IL_000c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args0;
NullCheck(L_2);
int32_t L_3 = 0;
RuntimeObject * L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
G_B3_0 = L_4;
G_B3_1 = G_B2_0;
}
IL_000f:
{
G_B3_1->set_arg0_3(G_B3_0);
int32_t L_5 = V_0;
G_B4_0 = __this;
if ((((int32_t)L_5) > ((int32_t)1)))
{
G_B5_0 = __this;
goto IL_001c;
}
}
{
G_B6_0 = NULL;
G_B6_1 = G_B4_0;
goto IL_001f;
}
IL_001c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___args0;
NullCheck(L_6);
int32_t L_7 = 1;
RuntimeObject * L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
G_B6_0 = L_8;
G_B6_1 = G_B5_0;
}
IL_001f:
{
G_B6_1->set_arg1_4(G_B6_0);
int32_t L_9 = V_0;
G_B7_0 = __this;
if ((((int32_t)L_9) > ((int32_t)2)))
{
G_B8_0 = __this;
goto IL_002c;
}
}
{
G_B9_0 = NULL;
G_B9_1 = G_B7_0;
goto IL_002f;
}
IL_002c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___args0;
NullCheck(L_10);
int32_t L_11 = 2;
RuntimeObject * L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
G_B9_0 = L_12;
G_B9_1 = G_B8_0;
}
IL_002f:
{
G_B9_1->set_arg2_5(G_B9_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = ___args0;
__this->set_args_6(L_13);
return;
}
}
IL2CPP_EXTERN_C void ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095_AdjustorThunk (RuntimeObject * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * _thisAdjusted = reinterpret_cast<ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *>(__this + _offset);
ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095(_thisAdjusted, ___args0, method);
}
// System.Int32 System.ParamsArray::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = __this->get_args_6();
NullCheck(L_0);
return (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
}
}
IL2CPP_EXTERN_C int32_t ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * _thisAdjusted = reinterpret_cast<ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *>(__this + _offset);
return ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240(_thisAdjusted, method);
}
// System.Object System.ParamsArray::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_get_Item_mB78610EF5AA4BF6261665E0536AAB243E915090A (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
if (!L_0)
{
goto IL_000b;
}
}
{
int32_t L_1 = ___index0;
RuntimeObject * L_2 = ParamsArray_GetAtSlow_m38E59C33DAE9CE857466352681EA1B0F3205E2A2((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *)__this, L_1, /*hidden argument*/NULL);
return L_2;
}
IL_000b:
{
RuntimeObject * L_3 = __this->get_arg0_3();
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject * ParamsArray_get_Item_mB78610EF5AA4BF6261665E0536AAB243E915090A_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * _thisAdjusted = reinterpret_cast<ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *>(__this + _offset);
return ParamsArray_get_Item_mB78610EF5AA4BF6261665E0536AAB243E915090A(_thisAdjusted, ___index0, method);
}
// System.Object System.ParamsArray::GetAtSlow(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_GetAtSlow_m38E59C33DAE9CE857466352681EA1B0F3205E2A2 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_000b;
}
}
{
RuntimeObject * L_1 = __this->get_arg1_4();
return L_1;
}
IL_000b:
{
int32_t L_2 = ___index0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0016;
}
}
{
RuntimeObject * L_3 = __this->get_arg2_5();
return L_3;
}
IL_0016:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = __this->get_args_6();
int32_t L_5 = ___index0;
NullCheck(L_4);
int32_t L_6 = L_5;
RuntimeObject * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
return L_7;
}
}
IL2CPP_EXTERN_C RuntimeObject * ParamsArray_GetAtSlow_m38E59C33DAE9CE857466352681EA1B0F3205E2A2_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * _thisAdjusted = reinterpret_cast<ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *>(__this + _offset);
return ParamsArray_GetAtSlow_m38E59C33DAE9CE857466352681EA1B0F3205E2A2(_thisAdjusted, ___index0, method);
}
// System.Void System.ParamsArray::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__cctor_m6998FD3890F0B01FE700B07E2DF88BB9AC47980B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParamsArray__cctor_m6998FD3890F0B01FE700B07E2DF88BB9AC47980B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var))->set_oneArgArray_0(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var))->set_twoArgArray_1(L_1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_il2cpp_TypeInfo_var))->set_threeArgArray_2(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.ParseNumbers::StringToInt(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_m4EB636CC7D3D970B1409CA4AA0336AB33B2DF39F (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
int32_t L_1 = ___fromBase1;
int32_t L_2 = ___flags2;
int32_t L_3 = ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35(L_0, L_1, L_2, (int32_t*)(int32_t*)(((uintptr_t)0)), /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.ParseNumbers::StringToInt(System.String,System.Int32,System.Int32,System.Int32*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
uint32_t V_6 = 0;
Il2CppChar V_7 = 0x0;
int32_t G_B9_0 = 0;
int64_t G_B42_0 = 0;
int64_t G_B41_0 = 0;
{
int32_t L_0 = ___flags2;
if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)12288))))
{
goto IL_0016;
}
}
{
String_t* L_1 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&___flags2), /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_2 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_0016:
{
String_t* L_3 = ___value0;
if (L_3)
{
goto IL_001b;
}
}
{
return 0;
}
IL_001b:
{
V_0 = 0;
V_1 = 0;
String_t* L_4 = ___value0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
V_3 = L_5;
V_4 = (bool)0;
int32_t L_6 = V_3;
if (L_6)
{
goto IL_0037;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteralF1F1C232C3038BB9496207F4DB7A61A75603C015, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_0037:
{
int32_t* L_8 = ___parsePos3;
if ((((intptr_t)L_8) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0040;
}
}
{
int32_t* L_9 = ___parsePos3;
int32_t L_10 = *((int32_t*)L_9);
G_B9_0 = L_10;
goto IL_0041;
}
IL_0040:
{
G_B9_0 = 0;
}
IL_0041:
{
V_5 = G_B9_0;
String_t* L_11 = ___value0;
int32_t L_12 = V_5;
NullCheck(L_11);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)45)))))
{
goto IL_007e;
}
}
{
int32_t L_14 = ___fromBase1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)10))))
{
goto IL_005f;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteralFDD30F516AF8B003D52E9BB05EB5A34BC4473E0A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_005f:
{
int32_t L_16 = ___flags2;
if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)512))))
{
goto IL_0073;
}
}
{
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_17 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_17, _stringLiteral5371656E62DB527D005E1031DDDEABE47B69C2B7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_0073:
{
V_4 = (bool)1;
int32_t L_18 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
goto IL_0090;
}
IL_007e:
{
String_t* L_19 = ___value0;
int32_t L_20 = V_5;
NullCheck(L_19);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, L_20, /*hidden argument*/NULL);
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)43)))))
{
goto IL_0090;
}
}
{
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0090:
{
int32_t L_23 = ___fromBase1;
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)16)))))
{
goto IL_00ca;
}
}
{
int32_t L_24 = V_5;
int32_t L_25 = V_3;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))) >= ((int32_t)L_25)))
{
goto IL_00ca;
}
}
{
String_t* L_26 = ___value0;
int32_t L_27 = V_5;
NullCheck(L_26);
Il2CppChar L_28 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_26, L_27, /*hidden argument*/NULL);
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)48)))))
{
goto IL_00ca;
}
}
{
String_t* L_29 = ___value0;
int32_t L_30 = V_5;
NullCheck(L_29);
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_31) == ((int32_t)((int32_t)120))))
{
goto IL_00c4;
}
}
{
String_t* L_32 = ___value0;
int32_t L_33 = V_5;
NullCheck(L_32);
Il2CppChar L_34 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)88)))))
{
goto IL_00ca;
}
}
IL_00c4:
{
int32_t L_35 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2));
}
IL_00ca:
{
int32_t L_36 = ___flags2;
if (!((int32_t)((int32_t)L_36&(int32_t)((int32_t)1024))))
{
goto IL_00df;
}
}
{
V_6 = ((int32_t)255);
goto IL_0191;
}
IL_00df:
{
int32_t L_37 = ___flags2;
if (!((int32_t)((int32_t)L_37&(int32_t)((int32_t)2048))))
{
goto IL_00f4;
}
}
{
V_6 = ((int32_t)65535);
goto IL_0191;
}
IL_00f4:
{
V_6 = (-1);
goto IL_0191;
}
IL_00fc:
{
String_t* L_38 = ___value0;
int32_t L_39 = V_5;
NullCheck(L_38);
Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, L_39, /*hidden argument*/NULL);
V_7 = L_40;
Il2CppChar L_41 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_42 = Char_IsNumber_m6B4D661D496A7EBCC142740E91F55B01754FC24F(L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_0117;
}
}
{
Il2CppChar L_43 = V_7;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)48)));
goto IL_0153;
}
IL_0117:
{
Il2CppChar L_44 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_45 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_44, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_0130;
}
}
{
Il2CppChar L_46 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_47 = Char_ToLowerInvariant_m691DAE5E85A00BC3A653CB4F3C0045BF1528641D(L_46, /*hidden argument*/NULL);
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)((int32_t)97))), (int32_t)((int32_t)10)));
goto IL_0153;
}
IL_0130:
{
int32_t L_48 = V_5;
if (L_48)
{
goto IL_013f;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_49 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_49, _stringLiteral2A4154CF0E0CAD5EF9058162B000C31D5698BCA5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_013f:
{
int32_t L_50 = ___flags2;
if (!((int32_t)((int32_t)L_50&(int32_t)((int32_t)4096))))
{
goto IL_0199;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_51 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_51, _stringLiteralA6CFAAE29F4F7D713F008A8F5C6BE1DE6F64CADD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_0153:
{
int32_t L_52 = V_2;
int32_t L_53 = ___fromBase1;
if ((((int32_t)L_52) < ((int32_t)L_53)))
{
goto IL_0171;
}
}
{
int32_t L_54 = V_0;
if ((((int32_t)L_54) <= ((int32_t)0)))
{
goto IL_0166;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_55 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_55, _stringLiteralA6CFAAE29F4F7D713F008A8F5C6BE1DE6F64CADD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_0166:
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_56 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_56, _stringLiteral2A4154CF0E0CAD5EF9058162B000C31D5698BCA5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_0171:
{
int32_t L_57 = ___fromBase1;
uint32_t L_58 = V_1;
int32_t L_59 = V_2;
int64_t L_60 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_57))), (int64_t)(((int64_t)((uint64_t)L_58))))), (int64_t)(((int64_t)((int64_t)L_59)))));
uint32_t L_61 = V_6;
G_B41_0 = L_60;
if ((((int64_t)L_60) <= ((int64_t)(((int64_t)((uint64_t)L_61))))))
{
G_B42_0 = L_60;
goto IL_0185;
}
}
{
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_62 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D(L_62, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_0185:
{
V_1 = (((int32_t)((uint32_t)G_B42_0)));
int32_t L_63 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1));
int32_t L_64 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1));
}
IL_0191:
{
int32_t L_65 = V_5;
int32_t L_66 = V_3;
if ((((int32_t)L_65) < ((int32_t)L_66)))
{
goto IL_00fc;
}
}
IL_0199:
{
int32_t L_67 = V_0;
if (L_67)
{
goto IL_01a7;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_68 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_68, _stringLiteral2A4154CF0E0CAD5EF9058162B000C31D5698BCA5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35_RuntimeMethod_var);
}
IL_01a7:
{
int32_t* L_69 = ___parsePos3;
if ((((intptr_t)L_69) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_01b0;
}
}
{
int32_t* L_70 = ___parsePos3;
int32_t L_71 = V_5;
*((int32_t*)L_70) = (int32_t)L_71;
}
IL_01b0:
{
bool L_72 = V_4;
if (L_72)
{
goto IL_01b6;
}
}
{
uint32_t L_73 = V_1;
return L_73;
}
IL_01b6:
{
uint32_t L_74 = V_1;
return ((-((int32_t)L_74)));
}
}
// System.Int64 System.ParseNumbers::StringToLong(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_StringToLong_mC92F053C86CBA3D56C91D2FB62647928ABB21DB1 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
int32_t L_1 = ___fromBase1;
int32_t L_2 = ___flags2;
int64_t L_3 = ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48(L_0, L_1, L_2, (int32_t*)(int32_t*)(((uintptr_t)0)), /*hidden argument*/NULL);
return L_3;
}
}
// System.Int64 System.ParseNumbers::StringToLong(System.String,System.Int32,System.Int32,System.Int32*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint64_t V_1 = 0;
uint64_t V_2 = 0;
uint64_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
Il2CppChar V_8 = 0x0;
uint64_t V_9 = 0;
uint64_t V_10 = 0;
int32_t G_B9_0 = 0;
{
int32_t L_0 = ___flags2;
if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)12288))))
{
goto IL_0016;
}
}
{
String_t* L_1 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&___flags2), /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_2 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_0016:
{
String_t* L_3 = ___value0;
if (L_3)
{
goto IL_001c;
}
}
{
return (((int64_t)((int64_t)0)));
}
IL_001c:
{
V_0 = 0;
int32_t L_4 = ___fromBase1;
V_1 = (((int64_t)((int64_t)L_4)));
V_2 = (((int64_t)((int64_t)0)));
V_3 = (((int64_t)((int64_t)0)));
String_t* L_5 = ___value0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
V_4 = L_6;
V_5 = (bool)0;
int32_t L_7 = ___flags2;
V_6 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_8 = V_4;
if (L_8)
{
goto IL_004d;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_9, _stringLiteralF1F1C232C3038BB9496207F4DB7A61A75603C015, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_004d:
{
int32_t* L_10 = ___parsePos3;
if ((((intptr_t)L_10) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0056;
}
}
{
int32_t* L_11 = ___parsePos3;
int32_t L_12 = *((int32_t*)L_11);
G_B9_0 = L_12;
goto IL_0057;
}
IL_0056:
{
G_B9_0 = 0;
}
IL_0057:
{
V_7 = G_B9_0;
String_t* L_13 = ___value0;
int32_t L_14 = V_7;
NullCheck(L_13);
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)45)))))
{
goto IL_008f;
}
}
{
int32_t L_16 = ___fromBase1;
if ((((int32_t)L_16) == ((int32_t)((int32_t)10))))
{
goto IL_0075;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, _stringLiteralFDD30F516AF8B003D52E9BB05EB5A34BC4473E0A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_0075:
{
bool L_18 = V_6;
if (!L_18)
{
goto IL_0084;
}
}
{
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_19 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_19, _stringLiteral5371656E62DB527D005E1031DDDEABE47B69C2B7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_0084:
{
V_5 = (bool)1;
int32_t L_20 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
goto IL_00a1;
}
IL_008f:
{
String_t* L_21 = ___value0;
int32_t L_22 = V_7;
NullCheck(L_21);
Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, L_22, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)43)))))
{
goto IL_00a1;
}
}
{
int32_t L_24 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_00a1:
{
int32_t L_25 = ___fromBase1;
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)16)))))
{
goto IL_01af;
}
}
{
int32_t L_26 = V_7;
int32_t L_27 = V_4;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))) >= ((int32_t)L_27)))
{
goto IL_01af;
}
}
{
String_t* L_28 = ___value0;
int32_t L_29 = V_7;
NullCheck(L_28);
Il2CppChar L_30 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_28, L_29, /*hidden argument*/NULL);
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)48)))))
{
goto IL_01af;
}
}
{
String_t* L_31 = ___value0;
int32_t L_32 = V_7;
NullCheck(L_31);
Il2CppChar L_33 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_33) == ((int32_t)((int32_t)120))))
{
goto IL_00e2;
}
}
{
String_t* L_34 = ___value0;
int32_t L_35 = V_7;
NullCheck(L_34);
Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)88)))))
{
goto IL_01af;
}
}
IL_00e2:
{
int32_t L_37 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)2));
goto IL_01af;
}
IL_00ed:
{
String_t* L_38 = ___value0;
int32_t L_39 = V_7;
NullCheck(L_38);
Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, L_39, /*hidden argument*/NULL);
V_8 = L_40;
Il2CppChar L_41 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_42 = Char_IsNumber_m6B4D661D496A7EBCC142740E91F55B01754FC24F(L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_0109;
}
}
{
Il2CppChar L_43 = V_8;
V_2 = (((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)48))))));
goto IL_0146;
}
IL_0109:
{
Il2CppChar L_44 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_45 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_44, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_0123;
}
}
{
Il2CppChar L_46 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_47 = Char_ToLowerInvariant_m691DAE5E85A00BC3A653CB4F3C0045BF1528641D(L_46, /*hidden argument*/NULL);
V_2 = (((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))))));
goto IL_0146;
}
IL_0123:
{
int32_t L_48 = V_7;
if (L_48)
{
goto IL_0132;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_49 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_49, _stringLiteral2A4154CF0E0CAD5EF9058162B000C31D5698BCA5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_0132:
{
int32_t L_50 = ___flags2;
if (!((int32_t)((int32_t)L_50&(int32_t)((int32_t)4096))))
{
goto IL_01b8;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_51 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_51, _stringLiteralA6CFAAE29F4F7D713F008A8F5C6BE1DE6F64CADD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_0146:
{
uint64_t L_52 = V_2;
uint64_t L_53 = V_1;
if ((!(((uint64_t)L_52) >= ((uint64_t)L_53))))
{
goto IL_0164;
}
}
{
int32_t L_54 = V_0;
if ((((int32_t)L_54) <= ((int32_t)0)))
{
goto IL_0159;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_55 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_55, _stringLiteralA6CFAAE29F4F7D713F008A8F5C6BE1DE6F64CADD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_0159:
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_56 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_56, _stringLiteral2A4154CF0E0CAD5EF9058162B000C31D5698BCA5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_0164:
{
uint64_t L_57 = V_3;
if ((!(((uint64_t)L_57) <= ((uint64_t)((int64_t)72057594037927935LL)))))
{
goto IL_0178;
}
}
{
uint64_t L_58 = V_3;
uint64_t L_59 = V_1;
uint64_t L_60 = V_2;
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_58, (int64_t)L_59)), (int64_t)L_60));
goto IL_01a5;
}
IL_0178:
{
uint64_t L_61 = V_3;
uint64_t L_62 = V_1;
V_9 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)L_61>>((int32_t)32))), (int64_t)L_62));
uint64_t L_63 = V_3;
uint64_t L_64 = V_1;
uint64_t L_65 = V_2;
V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_63&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), (int64_t)L_64)), (int64_t)L_65));
uint64_t L_66 = V_10;
uint64_t L_67 = V_9;
if ((!(((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_66>>((int32_t)32))), (int64_t)L_67))) > ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))
{
goto IL_019c;
}
}
{
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_68 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D(L_68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_019c:
{
uint64_t L_69 = V_9;
uint64_t L_70 = V_10;
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_69<<(int32_t)((int32_t)32))), (int64_t)L_70));
}
IL_01a5:
{
int32_t L_71 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
int32_t L_72 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1));
}
IL_01af:
{
int32_t L_73 = V_7;
int32_t L_74 = V_4;
if ((((int32_t)L_73) < ((int32_t)L_74)))
{
goto IL_00ed;
}
}
IL_01b8:
{
int32_t L_75 = V_0;
if (L_75)
{
goto IL_01c6;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_76 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_76, _stringLiteral2A4154CF0E0CAD5EF9058162B000C31D5698BCA5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_01c6:
{
int32_t* L_77 = ___parsePos3;
if ((((intptr_t)L_77) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_01cf;
}
}
{
int32_t* L_78 = ___parsePos3;
int32_t L_79 = V_7;
*((int32_t*)L_78) = (int32_t)L_79;
}
IL_01cf:
{
bool L_80 = V_6;
if (!L_80)
{
goto IL_01d5;
}
}
{
uint64_t L_81 = V_3;
return L_81;
}
IL_01d5:
{
bool L_82 = V_5;
if (L_82)
{
goto IL_01f2;
}
}
{
int32_t L_83 = ___fromBase1;
if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)10)))))
{
goto IL_01f0;
}
}
{
uint64_t L_84 = V_3;
if ((!(((uint64_t)L_84) > ((uint64_t)((int64_t)(std::numeric_limits<int64_t>::max)())))))
{
goto IL_01f0;
}
}
{
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_85 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D(L_85, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_85, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_01f0:
{
uint64_t L_86 = V_3;
return L_86;
}
IL_01f2:
{
uint64_t L_87 = V_3;
if ((!(((uint64_t)L_87) <= ((uint64_t)((int64_t)(std::numeric_limits<int64_t>::max)())))))
{
goto IL_0201;
}
}
{
uint64_t L_88 = V_3;
return ((-((int64_t)L_88)));
}
IL_0201:
{
uint64_t L_89 = V_3;
if ((!(((uint64_t)L_89) > ((uint64_t)((int64_t)(std::numeric_limits<int64_t>::min)())))))
{
goto IL_0213;
}
}
{
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_90 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D(L_90, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48_RuntimeMethod_var);
}
IL_0213:
{
uint64_t L_91 = V_3;
return ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)(std::numeric_limits<int64_t>::min)()), (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)(std::numeric_limits<int64_t>::min)()), (int64_t)L_91))));
}
}
// System.String System.ParseNumbers::IntToString(System.Int32,System.Int32,System.Int32,System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParseNumbers_IntToString_m5BC5323B0C61C26D9CF4B239E431D8672E060808 (int32_t ___value0, int32_t ___toBase1, int32_t ___width2, Il2CppChar ___paddingChar3, int32_t ___flags4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParseNumbers_IntToString_m5BC5323B0C61C26D9CF4B239E431D8672E060808_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
int32_t L_0 = ___value0;
if (L_0)
{
goto IL_001b;
}
}
{
int32_t L_1 = ___width2;
if ((((int32_t)L_1) > ((int32_t)0)))
{
goto IL_000d;
}
}
{
return _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
}
IL_000d:
{
int32_t L_2 = ___width2;
StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m786CAFE74FE0D479747A0D474BE6EBCFDA5743EA(L_3, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_008b;
}
IL_001b:
{
int32_t L_4 = ___toBase1;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10)))))
{
goto IL_002f;
}
}
{
String_t* L_5 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&___value0), /*hidden argument*/NULL);
StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_6, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_008b;
}
IL_002f:
{
int32_t L_7 = ___flags4;
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)64))))
{
goto IL_0040;
}
}
{
int32_t L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = BitConverter_GetBytes_mB7DFC7C4705F916C40527A87C9AA6D0EABC23512((int16_t)(((int32_t)((uint8_t)L_8))), /*hidden argument*/NULL);
V_2 = L_9;
goto IL_005b;
}
IL_0040:
{
int32_t L_10 = ___flags4;
if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)128))))
{
goto IL_0054;
}
}
{
int32_t L_11 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = BitConverter_GetBytes_mB7DFC7C4705F916C40527A87C9AA6D0EABC23512((((int16_t)((int16_t)L_11))), /*hidden argument*/NULL);
V_2 = L_12;
goto IL_005b;
}
IL_0054:
{
int32_t L_13 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = BitConverter_GetBytes_mB5BCBAAFE3AE14F2AF1731187C7155A236DF38EA(L_13, /*hidden argument*/NULL);
V_2 = L_14;
}
IL_005b:
{
int32_t L_15 = ___toBase1;
if ((((int32_t)L_15) == ((int32_t)2)))
{
goto IL_006a;
}
}
{
int32_t L_16 = ___toBase1;
if ((((int32_t)L_16) == ((int32_t)8)))
{
goto IL_0073;
}
}
{
int32_t L_17 = ___toBase1;
if ((((int32_t)L_17) == ((int32_t)((int32_t)16))))
{
goto IL_007c;
}
}
{
goto IL_0085;
}
IL_006a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_2;
StringBuilder_t * L_19 = ParseNumbers_ConvertToBase2_mAB60A334FCF7A06854FCC360FBFE4237B53CDCD9(L_18, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_008b;
}
IL_0073:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_2;
StringBuilder_t * L_21 = ParseNumbers_ConvertToBase8_mD66EC53C484B48A3E3E5D622E7706B1C50276C39(L_20, /*hidden argument*/NULL);
V_0 = L_21;
goto IL_008b;
}
IL_007c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_2;
StringBuilder_t * L_23 = ParseNumbers_ConvertToBase16_mF82C0864D56A6869C00ABD37B6CA32A1A1C867EF(L_22, /*hidden argument*/NULL);
V_0 = L_23;
goto IL_008b;
}
IL_0085:
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_24 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ParseNumbers_IntToString_m5BC5323B0C61C26D9CF4B239E431D8672E060808_RuntimeMethod_var);
}
IL_008b:
{
int32_t L_25 = ___width2;
StringBuilder_t * L_26 = V_0;
NullCheck(L_26);
int32_t L_27 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_26, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_27));
goto IL_00a3;
}
IL_0096:
{
StringBuilder_t * L_28 = V_0;
Il2CppChar L_29 = ___paddingChar3;
NullCheck(L_28);
StringBuilder_Insert_m5A00CEB69C56B823E3766C84114D8B8ACCFC67A1(L_28, 0, L_29, /*hidden argument*/NULL);
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1));
}
IL_00a3:
{
int32_t L_31 = V_1;
if ((((int32_t)L_31) > ((int32_t)0)))
{
goto IL_0096;
}
}
{
StringBuilder_t * L_32 = V_0;
NullCheck(L_32);
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32);
return L_33;
}
}
// System.Void System.ParseNumbers::EndianSwap(System.Byte[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_EndianSwap_m434115BAD2B87C0A4D68CF2ACAC059CE72A25BCF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParseNumbers_EndianSwap_m434115BAD2B87C0A4D68CF2ACAC059CE72A25BCF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_0 = ___value0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = *((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_0);
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))));
V_0 = L_2;
V_1 = 0;
goto IL_0020;
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
int32_t L_4 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_5 = ___value0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = *((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_7 = ___value0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = *((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_7);
NullCheck(L_8);
int32_t L_9 = V_1;
NullCheck(L_6);
int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)1)), (int32_t)L_9));
uint8_t L_11 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (uint8_t)L_11);
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0020:
{
int32_t L_13 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_14 = ___value0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = *((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_14);
NullCheck(L_15);
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))))
{
goto IL_000e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_16 = ___value0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0;
*((RuntimeObject **)L_16) = (RuntimeObject *)L_17;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17);
return;
}
}
// System.Text.StringBuilder System.ParseNumbers::ConvertToBase2(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase2_mAB60A334FCF7A06854FCC360FBFE4237B53CDCD9 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParseNumbers_ConvertToBase2_mAB60A334FCF7A06854FCC360FBFE4237B53CDCD9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
uint8_t V_2 = 0x0;
int32_t V_3 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (L_0)
{
goto IL_000e;
}
}
{
ParseNumbers_EndianSwap_m434115BAD2B87C0A4D68CF2ACAC059CE72A25BCF((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)(&___value0), /*hidden argument*/NULL);
}
IL_000e:
{
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value0;
NullCheck(L_2);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)1));
goto IL_0060;
}
IL_001c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___value0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = L_6;
V_3 = 0;
goto IL_0058;
}
IL_0024:
{
uint8_t L_7 = V_2;
if ((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128)))))
{
goto IL_003d;
}
}
{
StringBuilder_t * L_8 = V_0;
NullCheck(L_8);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_8, ((int32_t)49), /*hidden argument*/NULL);
goto IL_004f;
}
IL_003d:
{
StringBuilder_t * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_004f;
}
}
{
StringBuilder_t * L_11 = V_0;
NullCheck(L_11);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_11, ((int32_t)48), /*hidden argument*/NULL);
}
IL_004f:
{
uint8_t L_12 = V_2;
V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_12<<(int32_t)1)))));
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0058:
{
int32_t L_14 = V_3;
if ((((int32_t)L_14) < ((int32_t)8)))
{
goto IL_0024;
}
}
{
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
}
IL_0060:
{
int32_t L_16 = V_1;
if ((((int32_t)L_16) >= ((int32_t)0)))
{
goto IL_001c;
}
}
{
StringBuilder_t * L_17 = V_0;
return L_17;
}
}
// System.Text.StringBuilder System.ParseNumbers::ConvertToBase8(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase8_mD66EC53C484B48A3E3E5D622E7706B1C50276C39 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParseNumbers_ConvertToBase8_mD66EC53C484B48A3E3E5D622E7706B1C50276C39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
{
V_0 = (((int64_t)((int64_t)0)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
NullCheck(L_0);
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
int32_t L_1 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
{
case 0:
{
goto IL_0025;
}
case 1:
{
goto IL_002c;
}
case 2:
{
goto IL_004c;
}
case 3:
{
goto IL_0037;
}
}
}
{
int32_t L_2 = V_2;
if ((((int32_t)L_2) == ((int32_t)8)))
{
goto IL_0042;
}
}
{
goto IL_004c;
}
IL_0025:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___value0;
NullCheck(L_3);
int32_t L_4 = 0;
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_0 = (((int64_t)((uint64_t)L_5)));
goto IL_0057;
}
IL_002c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
uint16_t L_7 = BitConverter_ToUInt16_m8D6CAA71ACA3A50B5481B836E51FC8D26C14ED90(L_6, 0, /*hidden argument*/NULL);
V_0 = (((int64_t)((uint64_t)L_7)));
goto IL_0057;
}
IL_0037:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
uint32_t L_9 = BitConverter_ToUInt32_mD6A3C2F4BA020691B99FABF863F6FFF6A456FF59(L_8, 0, /*hidden argument*/NULL);
V_0 = (((int64_t)((uint64_t)L_9)));
goto IL_0057;
}
IL_0042:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
uint64_t L_11 = BitConverter_ToUInt64_m2AB7FBC373C5A2DEB276DDF00289A69C80A84451(L_10, 0, /*hidden argument*/NULL);
V_0 = L_11;
goto IL_0057;
}
IL_004c:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ParseNumbers_ConvertToBase8_mD66EC53C484B48A3E3E5D622E7706B1C50276C39_RuntimeMethod_var);
}
IL_0057:
{
StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_13, /*hidden argument*/NULL);
V_1 = L_13;
V_3 = ((int32_t)21);
goto IL_0092;
}
IL_0062:
{
uint64_t L_14 = V_0;
int32_t L_15 = V_3;
V_4 = (((int32_t)((uint16_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_14>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)3))&(int32_t)((int32_t)63)))))&(int64_t)(((int64_t)((int64_t)7))))))));
Il2CppChar L_16 = V_4;
if (L_16)
{
goto IL_007d;
}
}
{
StringBuilder_t * L_17 = V_1;
NullCheck(L_17);
int32_t L_18 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_18) <= ((int32_t)0)))
{
goto IL_008e;
}
}
IL_007d:
{
Il2CppChar L_19 = V_4;
V_4 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)48))))));
StringBuilder_t * L_20 = V_1;
Il2CppChar L_21 = V_4;
NullCheck(L_20);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_20, L_21, /*hidden argument*/NULL);
}
IL_008e:
{
int32_t L_22 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1));
}
IL_0092:
{
int32_t L_23 = V_3;
if ((((int32_t)L_23) >= ((int32_t)0)))
{
goto IL_0062;
}
}
{
StringBuilder_t * L_24 = V_1;
return L_24;
}
}
// System.Text.StringBuilder System.ParseNumbers::ConvertToBase16(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase16_mF82C0864D56A6869C00ABD37B6CA32A1A1C867EF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParseNumbers_ConvertToBase16_mF82C0864D56A6869C00ABD37B6CA32A1A1C867EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
Il2CppChar V_3 = 0x0;
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (L_0)
{
goto IL_000e;
}
}
{
ParseNumbers_EndianSwap_m434115BAD2B87C0A4D68CF2ACAC059CE72A25BCF((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)(&___value0), /*hidden argument*/NULL);
}
IL_000e:
{
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value0;
NullCheck(L_2);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)1));
goto IL_008c;
}
IL_001c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___value0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)4))&(int32_t)((int32_t)15))))));
Il2CppChar L_7 = V_2;
if (L_7)
{
goto IL_0032;
}
}
{
StringBuilder_t * L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_0053;
}
}
IL_0032:
{
Il2CppChar L_10 = V_2;
if ((((int32_t)L_10) >= ((int32_t)((int32_t)10))))
{
goto IL_003f;
}
}
{
Il2CppChar L_11 = V_2;
V_2 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)48))))));
goto IL_004b;
}
IL_003f:
{
Il2CppChar L_12 = V_2;
V_2 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)10))))));
Il2CppChar L_13 = V_2;
V_2 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)97))))));
}
IL_004b:
{
StringBuilder_t * L_14 = V_0;
Il2CppChar L_15 = V_2;
NullCheck(L_14);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_14, L_15, /*hidden argument*/NULL);
}
IL_0053:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___value0;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = L_17;
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
V_3 = (((int32_t)((uint16_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)15))))));
Il2CppChar L_20 = V_3;
if (L_20)
{
goto IL_0067;
}
}
{
StringBuilder_t * L_21 = V_0;
NullCheck(L_21);
int32_t L_22 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_21, /*hidden argument*/NULL);
if ((((int32_t)L_22) <= ((int32_t)0)))
{
goto IL_0088;
}
}
IL_0067:
{
Il2CppChar L_23 = V_3;
if ((((int32_t)L_23) >= ((int32_t)((int32_t)10))))
{
goto IL_0074;
}
}
{
Il2CppChar L_24 = V_3;
V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)48))))));
goto IL_0080;
}
IL_0074:
{
Il2CppChar L_25 = V_3;
V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)((int32_t)10))))));
Il2CppChar L_26 = V_3;
V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)97))))));
}
IL_0080:
{
StringBuilder_t * L_27 = V_0;
Il2CppChar L_28 = V_3;
NullCheck(L_27);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_27, L_28, /*hidden argument*/NULL);
}
IL_0088:
{
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
}
IL_008c:
{
int32_t L_30 = V_1;
if ((((int32_t)L_30) >= ((int32_t)0)))
{
goto IL_001c;
}
}
{
StringBuilder_t * L_31 = V_0;
return L_31;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.ParsingInfo
IL2CPP_EXTERN_C void ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshal_pinvoke(const ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7& unmarshaled, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_pinvoke& marshaled)
{
Exception_t* ___calendar_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'ParsingInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_0Exception, NULL);
}
IL2CPP_EXTERN_C void ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshal_pinvoke_back(const ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_pinvoke& marshaled, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7& unmarshaled)
{
Exception_t* ___calendar_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'ParsingInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ParsingInfo
IL2CPP_EXTERN_C void ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshal_pinvoke_cleanup(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.ParsingInfo
IL2CPP_EXTERN_C void ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshal_com(const ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7& unmarshaled, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_com& marshaled)
{
Exception_t* ___calendar_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'ParsingInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_0Exception, NULL);
}
IL2CPP_EXTERN_C void ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshal_com_back(const ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_com& marshaled, ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7& unmarshaled)
{
Exception_t* ___calendar_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'ParsingInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ParsingInfo
IL2CPP_EXTERN_C void ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshal_com_cleanup(ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7_marshaled_com& marshaled)
{
}
// System.Void System.ParsingInfo::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingInfo_Init_mCA35EA147545DA7A3AAEA2087D1F4E317353339A (ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * __this, const RuntimeMethod* method)
{
{
__this->set_dayOfWeek_1((-1));
__this->set_timeMark_2((-1));
return;
}
}
IL2CPP_EXTERN_C void ParsingInfo_Init_mCA35EA147545DA7A3AAEA2087D1F4E317353339A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 * _thisAdjusted = reinterpret_cast<ParsingInfo_t7E92EB1D56110F024979E1E497A675BC596BA7B7 *>(__this + _offset);
ParsingInfo_Init_mCA35EA147545DA7A3AAEA2087D1F4E317353339A(_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.PlatformNotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7 (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA7C79AD71410823345AD963F5BF47EEABE5FB7E0, /*hidden argument*/NULL);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233031), /*hidden argument*/NULL);
return;
}
}
// System.Void System.PlatformNotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mC5727437AC50497FA758525A9BD0745CBA52C22C (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
NotSupportedException__ctor_m1F2AAA51372307FB5B4ED59C9F89A0BBFC94C768(__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.PointerSpec::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerSpec__ctor_mB00CD482EDE6910DE19A767C128B00785F1A2136 (PointerSpec_tBCE1666DC24EC6E4E5376FEC214499984EC26892 * __this, int32_t ___pointer_level0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___pointer_level0;
__this->set_pointer_level_0(L_0);
return;
}
}
// System.Type System.PointerSpec::Resolve(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * PointerSpec_Resolve_m6E407230973805039446BA1C04A289D08E25A17C (PointerSpec_tBCE1666DC24EC6E4E5376FEC214499984EC26892 * __this, Type_t * ___type0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0010;
}
IL_0004:
{
Type_t * L_0 = ___type0;
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::MakePointerType() */, L_0);
___type0 = L_1;
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
}
IL_0010:
{
int32_t L_3 = V_0;
int32_t L_4 = __this->get_pointer_level_0();
if ((((int32_t)L_3) < ((int32_t)L_4)))
{
goto IL_0004;
}
}
{
Type_t * L_5 = ___type0;
return L_5;
}
}
// System.Text.StringBuilder System.PointerSpec::Append(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * PointerSpec_Append_mE919CDD0D56EDF41729EE3D336245815E2466DD6 (PointerSpec_tBCE1666DC24EC6E4E5376FEC214499984EC26892 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method)
{
{
StringBuilder_t * L_0 = ___sb0;
int32_t L_1 = __this->get_pointer_level_0();
NullCheck(L_0);
StringBuilder_t * L_2 = StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45(L_0, ((int32_t)42), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.PointerSpec::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PointerSpec_ToString_m03CA216A8203D22C5349A8CFC7C39D094A400CAA (PointerSpec_tBCE1666DC24EC6E4E5376FEC214499984EC26892 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerSpec_ToString_m03CA216A8203D22C5349A8CFC7C39D094A400CAA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
StringBuilder_t * L_1 = PointerSpec_Append_mE919CDD0D56EDF41729EE3D336245815E2466DD6(__this, L_0, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Random::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mCD4B6E9DFD27A19F52FA441CD8CAEB687A9DD2F2 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL);
Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Random::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, int32_t ___Seed0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t G_B3_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56));
__this->set_SeedArray_2(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_1 = ___Seed0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)-2147483648LL))))
{
goto IL_0023;
}
}
{
int32_t L_2 = ___Seed0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_3 = il2cpp_codegen_abs(L_2);
G_B3_0 = L_3;
goto IL_0028;
}
IL_0023:
{
G_B3_0 = ((int32_t)2147483647LL);
}
IL_0028:
{
V_3 = G_B3_0;
int32_t L_4 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)161803398), (int32_t)L_4));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_SeedArray_2();
int32_t L_6 = V_1;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)55)), (int32_t)L_6);
V_2 = 1;
V_4 = 1;
goto IL_0073;
}
IL_0042:
{
int32_t L_7 = V_4;
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)21), (int32_t)L_7))%(int32_t)((int32_t)55)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get_SeedArray_2();
int32_t L_9 = V_0;
int32_t L_10 = V_2;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (int32_t)L_10);
int32_t L_11 = V_1;
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12));
int32_t L_13 = V_2;
if ((((int32_t)L_13) >= ((int32_t)0)))
{
goto IL_0064;
}
}
{
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)2147483647LL)));
}
IL_0064:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get_SeedArray_2();
int32_t L_16 = V_0;
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_1 = L_18;
int32_t L_19 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0073:
{
int32_t L_20 = V_4;
if ((((int32_t)L_20) < ((int32_t)((int32_t)55))))
{
goto IL_0042;
}
}
{
V_5 = 1;
goto IL_00d9;
}
IL_007e:
{
V_6 = 1;
goto IL_00cd;
}
IL_0083:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = __this->get_SeedArray_2();
int32_t L_22 = V_6;
NullCheck(L_21);
int32_t* L_23 = ((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22)));
int32_t L_24 = *((int32_t*)L_23);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = __this->get_SeedArray_2();
int32_t L_26 = V_6;
NullCheck(L_25);
int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)30)))%(int32_t)((int32_t)55)))));
int32_t L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
*((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_28));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = __this->get_SeedArray_2();
int32_t L_30 = V_6;
NullCheck(L_29);
int32_t L_31 = L_30;
int32_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
if ((((int32_t)L_32) >= ((int32_t)0)))
{
goto IL_00c7;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = __this->get_SeedArray_2();
int32_t L_34 = V_6;
NullCheck(L_33);
int32_t* L_35 = ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34)));
int32_t L_36 = *((int32_t*)L_35);
*((int32_t*)L_35) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)2147483647LL)));
}
IL_00c7:
{
int32_t L_37 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00cd:
{
int32_t L_38 = V_6;
if ((((int32_t)L_38) < ((int32_t)((int32_t)56))))
{
goto IL_0083;
}
}
{
int32_t L_39 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
}
IL_00d9:
{
int32_t L_40 = V_5;
if ((((int32_t)L_40) < ((int32_t)5)))
{
goto IL_007e;
}
}
{
__this->set_inext_0(0);
__this->set_inextp_1(((int32_t)21));
___Seed0 = 1;
return;
}
}
// System.Double System.Random::Sample()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_Sample_m1CCBC99EFFC1F61BABA8EFB3935311C8F82673AF (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Random_InternalSample_mA3843DC92D371421662F385DD2CC4D76EBE18FFD(__this, /*hidden argument*/NULL);
return ((double)il2cpp_codegen_multiply((double)(((double)((double)L_0))), (double)(4.6566128752457969E-10)));
}
}
// System.Int32 System.Random::InternalSample()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_InternalSample_mA3843DC92D371421662F385DD2CC4D76EBE18FFD (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = __this->get_inext_0();
V_1 = L_0;
int32_t L_1 = __this->get_inextp_1();
V_2 = L_1;
int32_t L_2 = V_1;
int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
V_1 = L_3;
if ((((int32_t)L_3) < ((int32_t)((int32_t)56))))
{
goto IL_0019;
}
}
{
V_1 = 1;
}
IL_0019:
{
int32_t L_4 = V_2;
int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
V_2 = L_5;
if ((((int32_t)L_5) < ((int32_t)((int32_t)56))))
{
goto IL_0024;
}
}
{
V_2 = 1;
}
IL_0024:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = __this->get_SeedArray_2();
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
int32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get_SeedArray_2();
int32_t L_11 = V_2;
NullCheck(L_10);
int32_t L_12 = L_11;
int32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_13));
int32_t L_14 = V_0;
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_0042;
}
}
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
}
IL_0042:
{
int32_t L_16 = V_0;
if ((((int32_t)L_16) >= ((int32_t)0)))
{
goto IL_004e;
}
}
{
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)2147483647LL)));
}
IL_004e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = __this->get_SeedArray_2();
int32_t L_19 = V_1;
int32_t L_20 = V_0;
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (int32_t)L_20);
int32_t L_21 = V_1;
__this->set_inext_0(L_21);
int32_t L_22 = V_2;
__this->set_inextp_1(L_22);
int32_t L_23 = V_0;
return L_23;
}
}
// System.Double System.Random::GetSampleForLargeRange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_GetSampleForLargeRange_mEA06A2F9F25D901B7D58BC802642450FFC893F60 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = Random_InternalSample_mA3843DC92D371421662F385DD2CC4D76EBE18FFD(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = Random_InternalSample_mA3843DC92D371421662F385DD2CC4D76EBE18FFD(__this, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_1%(int32_t)2)))
{
goto IL_0014;
}
}
{
G_B3_0 = 0;
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 1;
}
IL_0015:
{
if (!G_B3_0)
{
goto IL_001a;
}
}
{
int32_t L_2 = V_0;
V_0 = ((-L_2));
}
IL_001a:
{
int32_t L_3 = V_0;
return ((double)((double)((double)il2cpp_codegen_add((double)(((double)((double)L_3))), (double)(2147483646.0)))/(double)(4294967293.0)));
}
}
// System.Int32 System.Random::Next(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Next_m7D31C038876D9B7DB46C9652934B0EEC165F5141 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, int32_t ___minValue0, int32_t ___maxValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Random_Next_m7D31C038876D9B7DB46C9652934B0EEC165F5141_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___minValue0;
int32_t L_1 = ___maxValue1;
if ((((int32_t)L_0) <= ((int32_t)L_1)))
{
goto IL_002f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteral3F97C5DD6CCFE6E9BDFBAD8CC0E1479FE20ADA5B);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3F97C5DD6CCFE6E9BDFBAD8CC0E1479FE20ADA5B);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteralF3280D372817136526DB22E63C3B720DE73B0E80);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF3280D372817136526DB22E63C3B720DE73B0E80);
String_t* L_5 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral96381E2F024C12724EC5487B5A626D994F68A795, L_4, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral3F97C5DD6CCFE6E9BDFBAD8CC0E1479FE20ADA5B, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Random_Next_m7D31C038876D9B7DB46C9652934B0EEC165F5141_RuntimeMethod_var);
}
IL_002f:
{
int32_t L_7 = ___maxValue1;
int32_t L_8 = ___minValue0;
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)L_7))), (int64_t)(((int64_t)((int64_t)L_8)))));
int64_t L_9 = V_0;
if ((((int64_t)L_9) > ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_004b;
}
}
{
double L_10 = VirtFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this);
int64_t L_11 = V_0;
int32_t L_12 = ___minValue0;
return ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_multiply((double)L_10, (double)(((double)((double)L_11)))))))), (int32_t)L_12));
}
IL_004b:
{
double L_13 = Random_GetSampleForLargeRange_mEA06A2F9F25D901B7D58BC802642450FFC893F60(__this, /*hidden argument*/NULL);
int64_t L_14 = V_0;
int32_t L_15 = ___minValue0;
return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)((double)il2cpp_codegen_multiply((double)L_13, (double)(((double)((double)L_14)))))))), (int64_t)(((int64_t)((int64_t)L_15))))))));
}
}
// System.Int32 System.Random::Next(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Next_m96543D08C12C92C74CAF608F8EACA422D71AEB54 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, int32_t ___maxValue0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Random_Next_m96543D08C12C92C74CAF608F8EACA422D71AEB54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___maxValue0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralF3280D372817136526DB22E63C3B720DE73B0E80);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF3280D372817136526DB22E63C3B720DE73B0E80);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC9E6E7DE9703383E07A53813E0B0CEAC3F74E9D8, L_2, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralF3280D372817136526DB22E63C3B720DE73B0E80, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Random_Next_m96543D08C12C92C74CAF608F8EACA422D71AEB54_RuntimeMethod_var);
}
IL_0027:
{
double L_5 = VirtFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this);
int32_t L_6 = ___maxValue0;
return (((int32_t)((int32_t)((double)il2cpp_codegen_multiply((double)L_5, (double)(((double)((double)L_6))))))));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.RankException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_mC6FEF2C917A7DCC3C446A2AD596022380C980826 (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RankException__ctor_mC6FEF2C917A7DCC3C446A2AD596022380C980826_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDEACEC6A436F9C21DF6476B197308AAD1F717105, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233065), /*hidden argument*/NULL);
return;
}
}
// System.Void System.RankException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * __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)-2146233065), /*hidden argument*/NULL);
return;
}
}
// System.Void System.RankException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m3AD02E6E915E2DF6038492098147EEDCD3FDC304 (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * __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.Reflection.AmbiguousMatchException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m5C93C179AC4AE4A3E7189ACC512E313F9A92C63B (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbiguousMatchException__ctor_m5C93C179AC4AE4A3E7189ACC512E313F9A92C63B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147475171), /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147475171), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Reflection.AmbiguousMatchException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m4D1C05C858C903648785CA62798AF6C3A933F2A5 (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * __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
// Conversion methods for marshalling of: System.Reflection.Assembly
IL2CPP_EXTERN_C void Assembly_t_marshal_pinvoke(const Assembly_t& unmarshaled, Assembly_t_marshaled_pinvoke& marshaled)
{
Exception_t* ___resolve_event_holder_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'resolve_event_holder' of type 'Assembly': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___resolve_event_holder_1Exception, NULL);
}
IL2CPP_EXTERN_C void Assembly_t_marshal_pinvoke_back(const Assembly_t_marshaled_pinvoke& marshaled, Assembly_t& unmarshaled)
{
Exception_t* ___resolve_event_holder_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'resolve_event_holder' of type 'Assembly': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___resolve_event_holder_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Reflection.Assembly
IL2CPP_EXTERN_C void Assembly_t_marshal_pinvoke_cleanup(Assembly_t_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Reflection.Assembly
IL2CPP_EXTERN_C void Assembly_t_marshal_com(const Assembly_t& unmarshaled, Assembly_t_marshaled_com& marshaled)
{
Exception_t* ___resolve_event_holder_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'resolve_event_holder' of type 'Assembly': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___resolve_event_holder_1Exception, NULL);
}
IL2CPP_EXTERN_C void Assembly_t_marshal_com_back(const Assembly_t_marshaled_com& marshaled, Assembly_t& unmarshaled)
{
Exception_t* ___resolve_event_holder_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'resolve_event_holder' of type 'Assembly': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___resolve_event_holder_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Reflection.Assembly
IL2CPP_EXTERN_C void Assembly_t_marshal_com_cleanup(Assembly_t_marshaled_com& marshaled)
{
}
// System.Void System.Reflection.Assembly::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assembly__ctor_m41300BAA3154BEAFEB427974120BA78C393E5DCB (Assembly_t * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly__ctor_m41300BAA3154BEAFEB427974120BA78C393E5DCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * L_0 = (ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E *)il2cpp_codegen_object_new(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E_il2cpp_TypeInfo_var);
ResolveEventHolder__ctor_m405E62AFEAC8D87E9B9E2AC65601E6966809449E(L_0, /*hidden argument*/NULL);
__this->set_resolve_event_holder_1(L_0);
return;
}
}
// System.String System.Reflection.Assembly::get_code_base(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_code_base_m1E3A609C0CE2C9F7FDBC7FC1F4B606C9C7C7175B (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method)
{
typedef String_t* (*Assembly_get_code_base_m1E3A609C0CE2C9F7FDBC7FC1F4B606C9C7C7175B_ftn) (Assembly_t *, bool);
using namespace il2cpp::icalls;
return ((Assembly_get_code_base_m1E3A609C0CE2C9F7FDBC7FC1F4B606C9C7C7175B_ftn)mscorlib::System::Reflection::Assembly::get_code_base) (__this, ___escaped0);
}
// System.String System.Reflection.Assembly::get_fullname()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_fullname_m8680F097E8C3A359525667366E09A83F5268F29B (Assembly_t * __this, const RuntimeMethod* method)
{
typedef String_t* (*Assembly_get_fullname_m8680F097E8C3A359525667366E09A83F5268F29B_ftn) (Assembly_t *);
using namespace il2cpp::icalls;
return ((Assembly_get_fullname_m8680F097E8C3A359525667366E09A83F5268F29B_ftn)mscorlib::System::Reflection::Assembly::get_fullname) (__this);
}
// System.String System.Reflection.Assembly::get_location()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_location_m9659CDB722E63A4BD8F35D65815C6885D4D14550 (Assembly_t * __this, const RuntimeMethod* method)
{
typedef String_t* (*Assembly_get_location_m9659CDB722E63A4BD8F35D65815C6885D4D14550_ftn) (Assembly_t *);
using namespace il2cpp::icalls;
return ((Assembly_get_location_m9659CDB722E63A4BD8F35D65815C6885D4D14550_ftn)mscorlib::System::Reflection::Assembly::get_location) (__this);
}
// System.String System.Reflection.Assembly::GetAotId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_GetAotId_m1CA76E23E2A94DA172082D67B0365A653B83DC0A (const RuntimeMethod* method)
{
typedef String_t* (*Assembly_GetAotId_m1CA76E23E2A94DA172082D67B0365A653B83DC0A_ftn) ();
using namespace il2cpp::icalls;
return ((Assembly_GetAotId_m1CA76E23E2A94DA172082D67B0365A653B83DC0A_ftn)mscorlib::System::Reflection::Assembly::GetAotId) ();
}
// System.String System.Reflection.Assembly::GetCodeBase(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_GetCodeBase_m2166A17A403709178177568BB60F95AA2C68DF3C (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method)
{
{
bool L_0 = ___escaped0;
String_t* L_1 = Assembly_get_code_base_m1E3A609C0CE2C9F7FDBC7FC1F4B606C9C7C7175B(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Reflection.Assembly::get_CodeBase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_CodeBase_m0D821B66FFC4DA80E4DA82D3C948A4FC0D344C20 (Assembly_t * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = Assembly_GetCodeBase_m2166A17A403709178177568BB60F95AA2C68DF3C(__this, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Reflection.Assembly::get_EscapedCodeBase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_EscapedCodeBase_m6602251D4BF3A16C8701568DD61AD05D17D2EFBD (Assembly_t * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = Assembly_GetCodeBase_m2166A17A403709178177568BB60F95AA2C68DF3C(__this, (bool)1, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Reflection.Assembly::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_FullName_m7782410DE592E15BA0938A74F73A12CAAEC0933F (Assembly_t * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
return L_0;
}
}
// System.String System.Reflection.Assembly::get_Location()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_get_Location_mC3728BED3932C4EC6949551E75C95B7D5EBD461F (Assembly_t * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_get_Location_mC3728BED3932C4EC6949551E75C95B7D5EBD461F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_fromByteArray_8();
if (!L_0)
{
goto IL_000e;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000e:
{
String_t* L_2 = Assembly_get_location_m9659CDB722E63A4BD8F35D65815C6885D4D14550(__this, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Reflection.Assembly::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assembly_GetObjectData_m4D7E3527DBE4C4FE28966630DD35E9A6CB0EAE04 (Assembly_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetObjectData_m4D7E3527DBE4C4FE28966630DD35E9A6CB0EAE04_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, Assembly_GetObjectData_m4D7E3527DBE4C4FE28966630DD35E9A6CB0EAE04_RuntimeMethod_var);
}
}
// System.Boolean System.Reflection.Assembly::IsDefined(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_IsDefined_mAA47987E21D70666BAA87D052D9BA09AB6272429 (Assembly_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_IsDefined_mAA47987E21D70666BAA87D052D9BA09AB6272429_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___attributeType0;
bool L_1 = ___inherit1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
bool L_2 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Object[] System.Reflection.Assembly::GetCustomAttributes(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Assembly_GetCustomAttributes_mC5587A2266919F7BD733E50A1E436CA8E6BF8946 (Assembly_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetCustomAttributes_mC5587A2266919F7BD733E50A1E436CA8E6BF8946_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___attributeType0;
bool L_1 = ___inherit1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.IntPtr System.Reflection.Assembly::GetManifestResourceInternal(System.String,System.Int32&,System.Reflection.Module&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Assembly_GetManifestResourceInternal_m549E4D3C8E62CAE7DDD170BC3972C3FE43F67339 (Assembly_t * __this, String_t* ___name0, int32_t* ___size1, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 ** ___module2, const RuntimeMethod* method)
{
typedef intptr_t (*Assembly_GetManifestResourceInternal_m549E4D3C8E62CAE7DDD170BC3972C3FE43F67339_ftn) (Assembly_t *, String_t*, int32_t*, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 **);
using namespace il2cpp::icalls;
return ((Assembly_GetManifestResourceInternal_m549E4D3C8E62CAE7DDD170BC3972C3FE43F67339_ftn)mscorlib::System::Reflection::Assembly::GetManifestResourceInternal) (__this, ___name0, ___size1, ___module2);
}
// System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Assembly_GetManifestResourceStream_m1CDE3BCD2067AC0FE384B4FA158C9905F4A9CD6B (Assembly_t * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetManifestResourceStream_m1CDE3BCD2067AC0FE384B4FA158C9905F4A9CD6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * V_0 = NULL;
int32_t V_1 = 0;
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * V_2 = NULL;
intptr_t V_3;
memset((&V_3), 0, sizeof(V_3));
Assembly_t * V_4 = NULL;
{
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, Assembly_GetManifestResourceStream_m1CDE3BCD2067AC0FE384B4FA158C9905F4A9CD6B_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_0026;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral57C41A14D3232EE83859583D0F3BFF6F0F30EF8C, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Assembly_GetManifestResourceStream_m1CDE3BCD2067AC0FE384B4FA158C9905F4A9CD6B_RuntimeMethod_var);
}
IL_0026:
{
String_t* L_5 = ___name0;
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_6 = VirtFuncInvoker1< ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B *, String_t* >::Invoke(24 /* System.Reflection.ManifestResourceInfo System.Reflection.Assembly::GetManifestResourceInfo(System.String) */, __this, L_5);
V_0 = L_6;
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_7 = V_0;
if (L_7)
{
goto IL_005e;
}
}
{
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_8 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
String_t* L_9 = ___name0;
NullCheck(L_8);
Assembly_t * L_10 = AppDomain_DoResourceResolve_mC6874A5405D0F65E9C84CB1710B18C6E3C2FE2DB(L_8, L_9, __this, /*hidden argument*/NULL);
V_4 = L_10;
Assembly_t * L_11 = V_4;
bool L_12 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_11, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_005c;
}
}
{
Assembly_t * L_13 = V_4;
bool L_14 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_13, __this, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_005c;
}
}
{
Assembly_t * L_15 = V_4;
String_t* L_16 = ___name0;
NullCheck(L_15);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = VirtFuncInvoker1< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, String_t* >::Invoke(14 /* System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String) */, L_15, L_16);
return L_17;
}
IL_005c:
{
return (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
}
IL_005e:
{
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_18 = V_0;
NullCheck(L_18);
Assembly_t * L_19 = VirtFuncInvoker0< Assembly_t * >::Invoke(4 /* System.Reflection.Assembly System.Reflection.ManifestResourceInfo::get_ReferencedAssembly() */, L_18);
bool L_20 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_19, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0079;
}
}
{
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_21 = V_0;
NullCheck(L_21);
Assembly_t * L_22 = VirtFuncInvoker0< Assembly_t * >::Invoke(4 /* System.Reflection.Assembly System.Reflection.ManifestResourceInfo::get_ReferencedAssembly() */, L_21);
String_t* L_23 = ___name0;
NullCheck(L_22);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_24 = VirtFuncInvoker1< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, String_t* >::Invoke(14 /* System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String) */, L_22, L_23);
return L_24;
}
IL_0079:
{
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_25 = V_0;
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Reflection.ManifestResourceInfo::get_FileName() */, L_25);
if (!L_26)
{
goto IL_00bb;
}
}
{
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.ResourceLocation System.Reflection.ManifestResourceInfo::get_ResourceLocation() */, L_27);
if (L_28)
{
goto IL_00bb;
}
}
{
bool L_29 = __this->get_fromByteArray_8();
if (!L_29)
{
goto IL_009d;
}
}
{
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_30 = V_0;
NullCheck(L_30);
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Reflection.ManifestResourceInfo::get_FileName() */, L_30);
FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * L_32 = (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 *)il2cpp_codegen_object_new(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var);
FileNotFoundException__ctor_mA72DAA77008E903BC162A8D32FDE7F874B27E858(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, Assembly_GetManifestResourceStream_m1CDE3BCD2067AC0FE384B4FA158C9905F4A9CD6B_RuntimeMethod_var);
}
IL_009d:
{
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_Location() */, __this);
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_34 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_33, /*hidden argument*/NULL);
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_35 = V_0;
NullCheck(L_35);
String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Reflection.ManifestResourceInfo::get_FileName() */, L_35);
String_t* L_37 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_34, L_36, /*hidden argument*/NULL);
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_38 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
FileStream__ctor_m49CE3FAF4AEF5EE690E5E53A95749F3C4414C47B(L_38, L_37, 3, 1, /*hidden argument*/NULL);
return L_38;
}
IL_00bb:
{
String_t* L_39 = ___name0;
intptr_t L_40 = Assembly_GetManifestResourceInternal_m549E4D3C8E62CAE7DDD170BC3972C3FE43F67339(__this, L_39, (int32_t*)(&V_1), (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 **)(&V_2), /*hidden argument*/NULL);
V_3 = (intptr_t)L_40;
intptr_t L_41 = V_3;
intptr_t L_42 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91(0, /*hidden argument*/NULL);
bool L_43 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_41, (intptr_t)L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_00d7;
}
}
{
return (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
}
IL_00d7:
{
intptr_t L_44 = V_3;
void* L_45 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_44, /*hidden argument*/NULL);
int32_t L_46 = V_1;
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_47 = V_2;
UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4 * L_48 = (UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4 *)il2cpp_codegen_object_new(UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4_il2cpp_TypeInfo_var);
UnmanagedMemoryStreamForModule__ctor_mE3CB189987A7048429C52EE0130177D84FF74D41(L_48, (uint8_t*)(uint8_t*)L_45, (((int64_t)((int64_t)L_46))), L_47, /*hidden argument*/NULL);
return L_48;
}
}
// System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.Type,System.String,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4 (Assembly_t * __this, Type_t * ___type0, String_t* ___name1, bool ___skipSecurityCheck2, int32_t* ___stackMark3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
String_t* V_1 = 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;
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_001d;
}
}
{
String_t* L_3 = ___name1;
if (L_3)
{
goto IL_003e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4_RuntimeMethod_var);
}
IL_001d:
{
Type_t * L_5 = ___type0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Type::get_Namespace() */, L_5);
V_1 = L_6;
String_t* L_7 = V_1;
if (!L_7)
{
goto IL_003e;
}
}
{
StringBuilder_t * L_8 = V_0;
String_t* L_9 = V_1;
NullCheck(L_8);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_9, /*hidden argument*/NULL);
String_t* L_10 = ___name1;
if (!L_10)
{
goto IL_003e;
}
}
{
StringBuilder_t * L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Il2CppChar L_12 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_Delimiter_4();
NullCheck(L_11);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_11, L_12, /*hidden argument*/NULL);
}
IL_003e:
{
String_t* L_13 = ___name1;
if (!L_13)
{
goto IL_0049;
}
}
{
StringBuilder_t * L_14 = V_0;
String_t* L_15 = ___name1;
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, L_15, /*hidden argument*/NULL);
}
IL_0049:
{
StringBuilder_t * L_16 = V_0;
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_18 = VirtFuncInvoker1< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, String_t* >::Invoke(14 /* System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String) */, __this, L_17);
return L_18;
}
}
// System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String,System.Threading.StackCrawlMark&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Assembly_GetManifestResourceStream_mD51BBAD59400EC328A259ACE6A01D5EE58973155 (Assembly_t * __this, String_t* ___name0, int32_t* ___stackMark1, bool ___skipSecurityCheck2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
bool L_1 = ___skipSecurityCheck2;
int32_t* L_2 = ___stackMark1;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4(__this, (Type_t *)NULL, L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.Reflection.Assembly::GetSimpleName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_GetSimpleName_m643415B84FE6EF046D2C368C95917F1B36A8249B (Assembly_t * __this, const RuntimeMethod* method)
{
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = VirtFuncInvoker1< AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *, bool >::Invoke(19 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) */, __this, (bool)1);
NullCheck(L_0);
String_t* L_1 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Byte[] System.Reflection.Assembly::GetPublicKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Assembly_GetPublicKey_m34B4DF6F326BFD9EB3C4AAA5202BF71EF9061419 (Assembly_t * __this, const RuntimeMethod* method)
{
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = VirtFuncInvoker1< AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *, bool >::Invoke(19 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) */, __this, (bool)1);
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = AssemblyName_GetPublicKey_mE3CEA4E85E2A0E7DF19423368DE900BC465EF1B4_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Version System.Reflection.Assembly::GetVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * Assembly_GetVersion_mE92685A50356AE704133FE55627F8FE24E72DDD5 (Assembly_t * __this, const RuntimeMethod* method)
{
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = VirtFuncInvoker1< AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *, bool >::Invoke(19 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) */, __this, (bool)1);
NullCheck(L_0);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = AssemblyName_get_Version_m82317447EFD059F46EA783D92CD7AE653AA81D47_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Reflection.AssemblyNameFlags System.Reflection.Assembly::GetFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Assembly_GetFlags_m51F3B5E642883433D2811F1AFAF4D3C45F26A936 (Assembly_t * __this, const RuntimeMethod* method)
{
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = VirtFuncInvoker1< AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *, bool >::Invoke(19 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) */, __this, (bool)1);
NullCheck(L_0);
int32_t L_1 = AssemblyName_get_Flags_m2AE7F6C545B29056F4CF20E74DB02B5B6021A530_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Type[] System.Reflection.Assembly::GetTypes(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* Assembly_GetTypes_m8E0686263315F7EC4214DCE05C1010694A10AD10 (Assembly_t * __this, bool ___exportedOnly0, const RuntimeMethod* method)
{
typedef TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*Assembly_GetTypes_m8E0686263315F7EC4214DCE05C1010694A10AD10_ftn) (Assembly_t *, bool);
using namespace il2cpp::icalls;
return ((Assembly_GetTypes_m8E0686263315F7EC4214DCE05C1010694A10AD10_ftn)mscorlib::System::Reflection::Assembly::GetTypes) (__this, ___exportedOnly0);
}
// System.Type[] System.Reflection.Assembly::GetTypes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* Assembly_GetTypes_m63DE16AC7C7282D7D0EF6E9A67C29C12B4D4DE70 (Assembly_t * __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = VirtFuncInvoker1< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, bool >::Invoke(15 /* System.Type[] System.Reflection.Assembly::GetTypes(System.Boolean) */, __this, (bool)0);
return L_0;
}
}
// System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m7BEA2628804D76B529EA95D2C670E80E15DE6C76 (Assembly_t * __this, String_t* ___name0, bool ___throwOnError1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
bool L_1 = ___throwOnError1;
Type_t * L_2 = VirtFuncInvoker3< Type_t *, String_t*, bool, bool >::Invoke(26 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) */, __this, L_0, L_1, (bool)0);
return L_2;
}
}
// System.Type System.Reflection.Assembly::GetType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_mFBAD9EADA39072E06019F22768FE5DC8BE105DBC (Assembly_t * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
Type_t * L_1 = VirtFuncInvoker3< Type_t *, String_t*, bool, bool >::Invoke(26 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) */, __this, L_0, (bool)0, (bool)0);
return L_1;
}
}
// System.Type System.Reflection.Assembly::InternalGetType(System.Reflection.Module,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Assembly_InternalGetType_m4309A410A2220D32581FD4E80EFB62F6E76C446E (Assembly_t * __this, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___module0, String_t* ___name1, bool ___throwOnError2, bool ___ignoreCase3, const RuntimeMethod* method)
{
typedef Type_t * (*Assembly_InternalGetType_m4309A410A2220D32581FD4E80EFB62F6E76C446E_ftn) (Assembly_t *, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *, String_t*, bool, bool);
using namespace il2cpp::icalls;
return ((Assembly_InternalGetType_m4309A410A2220D32581FD4E80EFB62F6E76C446E_ftn)mscorlib::System::Reflection::Assembly::InternalGetType) (__this, ___module0, ___name1, ___throwOnError2, ___ignoreCase3);
}
// System.Void System.Reflection.Assembly::InternalGetAssemblyName(System.String,Mono.MonoAssemblyName&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assembly_InternalGetAssemblyName_mD053500BFBFB6254E6C371FC7F4D9CF5704741CF (String_t* ___assemblyFile0, MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * ___aname1, String_t** ___codebase2, const RuntimeMethod* method)
{
typedef void (*Assembly_InternalGetAssemblyName_mD053500BFBFB6254E6C371FC7F4D9CF5704741CF_ftn) (String_t*, MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *, String_t**);
using namespace il2cpp::icalls;
((Assembly_InternalGetAssemblyName_mD053500BFBFB6254E6C371FC7F4D9CF5704741CF_ftn)mscorlib::System::Reflection::Assembly::InternalGetAssemblyName40) (___assemblyFile0, ___aname1, ___codebase2);
}
// System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * Assembly_GetName_m63169D120151F78E70C3E03B8E4D06941CB28BF4 (Assembly_t * __this, bool ___copiedName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetName_m63169D120151F78E70C3E03B8E4D06941CB28BF4_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, Assembly_GetName_m63169D120151F78E70C3E03B8E4D06941CB28BF4_RuntimeMethod_var);
}
}
// System.Reflection.AssemblyName System.Reflection.Assembly::GetName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * Assembly_GetName_mB7D427A190D1FB88CF398EE0DEE44AC512E64BEA (Assembly_t * __this, const RuntimeMethod* method)
{
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = VirtFuncInvoker1< AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *, bool >::Invoke(19 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) */, __this, (bool)0);
return L_0;
}
}
// System.String System.Reflection.Assembly::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_ToString_mE1C9F0EEA57A8E235E11BA4D07E387A24BC4774F (Assembly_t * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_assemblyName_9();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_assemblyName_9();
return L_1;
}
IL_000f:
{
String_t* L_2 = Assembly_get_fullname_m8680F097E8C3A359525667366E09A83F5268F29B(__this, /*hidden argument*/NULL);
__this->set_assemblyName_9(L_2);
String_t* L_3 = __this->get_assemblyName_9();
return L_3;
}
}
// System.Reflection.Assembly System.Reflection.Assembly::GetAssembly(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6 (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
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_0010;
}
}
{
Type_t * L_2 = ___type0;
NullCheck(L_2);
Assembly_t * L_3 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_2);
return L_3;
}
IL_0010:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6_RuntimeMethod_var);
}
}
// System.Reflection.Assembly System.Reflection.Assembly::GetEntryAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetEntryAssembly_m772FBF677135DBA699343463186D78589751C319 (const RuntimeMethod* method)
{
typedef Assembly_t * (*Assembly_GetEntryAssembly_m772FBF677135DBA699343463186D78589751C319_ftn) ();
using namespace il2cpp::icalls;
return ((Assembly_GetEntryAssembly_m772FBF677135DBA699343463186D78589751C319_ftn)mscorlib::System::Reflection::Assembly::GetEntryAssembly) ();
}
// System.Reflection.RuntimeAssembly System.Reflection.Assembly::InternalGetSatelliteAssembly(System.String,System.Globalization.CultureInfo,System.Version,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * Assembly_InternalGetSatelliteAssembly_mAD76294936326FF69763EC03F609CE3498CF887C (Assembly_t * __this, String_t* ___name0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version2, bool ___throwOnFileNotFound3, int32_t* ___stackMark4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_InternalGetSatelliteAssembly_mAD76294936326FF69763EC03F609CE3498CF887C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_0 = NULL;
Assembly_t * V_1 = NULL;
String_t* V_2 = NULL;
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * 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) * 5);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_mF1233521F13623EC87A886B14BC90C639FBBB972(L_0, /*hidden argument*/NULL);
V_0 = L_0;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_1 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = Assembly_GetPublicKey_m34B4DF6F326BFD9EB3C4AAA5202BF71EF9061419(__this, /*hidden argument*/NULL);
NullCheck(L_1);
AssemblyName_SetPublicKey_m402F60CC8A40481E3F027E213C3030537EEDA374(L_1, L_2, /*hidden argument*/NULL);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_3 = V_0;
int32_t L_4 = Assembly_GetFlags_m51F3B5E642883433D2811F1AFAF4D3C45F26A936(__this, /*hidden argument*/NULL);
NullCheck(L_3);
AssemblyName_set_Flags_mC8051F2E205A381653751FF7322B5B2534706922_inline(L_3, ((int32_t)((int32_t)L_4|(int32_t)1)), /*hidden argument*/NULL);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_5 = ___version2;
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_6 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_5, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0037;
}
}
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_7 = V_0;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_8 = Assembly_GetVersion_mE92685A50356AE704133FE55627F8FE24E72DDD5(__this, /*hidden argument*/NULL);
NullCheck(L_7);
AssemblyName_set_Version_m41C659EA105905CB03C594648F05AEC91DFA28D9(L_7, L_8, /*hidden argument*/NULL);
goto IL_003e;
}
IL_0037:
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_9 = V_0;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_10 = ___version2;
NullCheck(L_9);
AssemblyName_set_Version_m41C659EA105905CB03C594648F05AEC91DFA28D9(L_9, L_10, /*hidden argument*/NULL);
}
IL_003e:
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_11 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = ___culture1;
NullCheck(L_11);
AssemblyName_set_CultureInfo_m21FB40AAEEEF7C5CC6CDDCC6F6E6678B235CC63B_inline(L_11, L_12, /*hidden argument*/NULL);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_13 = V_0;
String_t* L_14 = ___name0;
NullCheck(L_13);
AssemblyName_set_Name_mC3FBA6D29B4DAFE0EEA244853146DB7F08B9C93A_inline(L_13, L_14, /*hidden argument*/NULL);
}
IL_004c:
try
{ // begin try (depth: 1)
{
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_15 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_16 = V_0;
NullCheck(L_15);
Assembly_t * L_17 = AppDomain_LoadSatellite_m4DE403FF997A067CB65EFFE5B21CA2673D311014(L_15, L_16, (bool)0, /*hidden argument*/NULL);
V_1 = L_17;
Assembly_t * L_18 = V_1;
bool L_19 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_18, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_006b;
}
}
IL_0062:
{
Assembly_t * L_20 = V_1;
V_3 = ((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_20, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var));
goto IL_00ce;
}
IL_006b:
{
goto IL_0072;
}
} // 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_006d;
throw e;
}
CATCH_006d:
{ // begin catch(System.IO.FileNotFoundException)
V_1 = (Assembly_t *)NULL;
goto IL_0072;
} // end catch (depth: 1)
IL_0072:
{
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_Location() */, __this);
bool L_22 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_0081;
}
}
{
return (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)NULL;
}
IL_0081:
{
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_Location() */, __this);
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_24 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_23, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = ___culture1;
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_25);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_27 = V_0;
NullCheck(L_27);
String_t* L_28 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_27, /*hidden argument*/NULL);
String_t* L_29 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_28, _stringLiteralE68A65CCE98DA78E6FA59F7ACDE8480614E6C25F, /*hidden argument*/NULL);
String_t* L_30 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_26, L_29, /*hidden argument*/NULL);
String_t* L_31 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_24, L_30, /*hidden argument*/NULL);
V_2 = L_31;
}
IL_00ad:
try
{ // begin try (depth: 1)
String_t* L_32 = V_2;
Assembly_t * L_33 = Assembly_LoadFrom_m5AB4ED75C5BE93603AD58FF5FCA5B9EC7603189F(L_32, /*hidden argument*/NULL);
V_3 = ((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_33, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var));
goto IL_00ce;
} // 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_00bb;
throw e;
}
CATCH_00bb:
{ // begin catch(System.Object)
{
bool L_34 = ___throwOnFileNotFound3;
if (L_34)
{
goto IL_00cc;
}
}
IL_00c0:
{
String_t* L_35 = V_2;
bool L_36 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_35, /*hidden argument*/NULL);
if (L_36)
{
goto IL_00cc;
}
}
IL_00c8:
{
V_3 = (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)NULL;
goto IL_00ce;
}
IL_00cc:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Assembly_InternalGetSatelliteAssembly_mAD76294936326FF69763EC03F609CE3498CF887C_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_00ce:
{
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_37 = V_3;
return L_37;
}
}
// System.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_mB48B7760BCAA728B9AE628256A61762AB1FF509B (String_t* ___assemblyFile0, bool ___refonly1, const RuntimeMethod* method)
{
typedef Assembly_t * (*Assembly_LoadFrom_mB48B7760BCAA728B9AE628256A61762AB1FF509B_ftn) (String_t*, bool);
using namespace il2cpp::icalls;
return ((Assembly_LoadFrom_mB48B7760BCAA728B9AE628256A61762AB1FF509B_ftn)mscorlib::System::Reflection::Assembly::LoadFrom) (___assemblyFile0, ___refonly1);
}
// System.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_m5AB4ED75C5BE93603AD58FF5FCA5B9EC7603189F (String_t* ___assemblyFile0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___assemblyFile0;
Assembly_t * L_1 = Assembly_LoadFrom_mB48B7760BCAA728B9AE628256A61762AB1FF509B(L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String,System.Security.Policy.Evidence)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_mD87CF84452C10969503E0ADC5E2A7F68F0B53E41 (String_t* ___assemblyFile0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___assemblyFile0;
Assembly_t * L_1 = Assembly_LoadFrom_mB48B7760BCAA728B9AE628256A61762AB1FF509B(L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// 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)
{
{
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_0 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
String_t* L_1 = ___assemblyString0;
NullCheck(L_0);
Assembly_t * L_2 = AppDomain_Load_m4349B851A1474F6F5D57A730DDFD5A8F9A291AD5(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Reflection.Assembly System.Reflection.Assembly::Load(System.Reflection.AssemblyName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m85681C2C6834F36324ADB0B906228C44A50D9A4A (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___assemblyRef0, const RuntimeMethod* method)
{
{
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_0 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_1 = ___assemblyRef0;
NullCheck(L_0);
Assembly_t * L_2 = AppDomain_Load_m39D84267758565A26CF4CC1C8E55CFF1B8A63513(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Reflection.Assembly System.Reflection.Assembly::ReflectionOnlyLoad(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_ReflectionOnlyLoad_m08549BF7F9DD5890C0B197FD1DD8ED769379117E (String_t* ___assemblyString0, const RuntimeMethod* method)
{
{
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_0 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
String_t* L_1 = ___assemblyString0;
NullCheck(L_0);
Assembly_t * L_2 = AppDomain_Load_mA402057C7C1056F7186F6EDD5CAF6905F156E979(L_0, L_1, (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 *)NULL, (bool)1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Reflection.Assembly System.Reflection.Assembly::load_with_partial_name(System.String,System.Security.Policy.Evidence)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_load_with_partial_name_m739797B4924ABF5F2B5E0C823BB5B83B24817B2D (String_t* ___name0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___e1, const RuntimeMethod* method)
{
typedef Assembly_t * (*Assembly_load_with_partial_name_m739797B4924ABF5F2B5E0C823BB5B83B24817B2D_ftn) (String_t*, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 *);
using namespace il2cpp::icalls;
return ((Assembly_load_with_partial_name_m739797B4924ABF5F2B5E0C823BB5B83B24817B2D_ftn)mscorlib::System::Reflection::Assembly::load_with_partial_name) (___name0, ___e1);
}
// System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String,System.Security.Policy.Evidence)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m14762DBDCCDE9BD4187930685203056D9C2BC056 (String_t* ___partialName0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___partialName0;
Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * L_1 = ___securityEvidence1;
Assembly_t * L_2 = Assembly_LoadWithPartialName_m8AD8435909C5F29BE1635BB8F34051F4E6A302D4(L_0, L_1, (bool)1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String,System.Security.Policy.Evidence,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m8AD8435909C5F29BE1635BB8F34051F4E6A302D4 (String_t* ___partialName0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, bool ___oldBehavior2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_LoadWithPartialName_m8AD8435909C5F29BE1635BB8F34051F4E6A302D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___oldBehavior2;
if (L_0)
{
goto IL_0009;
}
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Assembly_LoadWithPartialName_m8AD8435909C5F29BE1635BB8F34051F4E6A302D4_RuntimeMethod_var);
}
IL_0009:
{
String_t* L_2 = ___partialName0;
if (L_2)
{
goto IL_0012;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_3 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Assembly_LoadWithPartialName_m8AD8435909C5F29BE1635BB8F34051F4E6A302D4_RuntimeMethod_var);
}
IL_0012:
{
String_t* L_4 = ___partialName0;
Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * L_5 = ___securityEvidence1;
Assembly_t * L_6 = Assembly_load_with_partial_name_m739797B4924ABF5F2B5E0C823BB5B83B24817B2D(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Reflection.Module[] System.Reflection.Assembly::GetModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* Assembly_GetModules_m83EF56F7C280AEA8B27779E1B438B5DBD65CD690 (Assembly_t * __this, const RuntimeMethod* method)
{
{
ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_0 = VirtFuncInvoker1< ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E*, bool >::Invoke(28 /* System.Reflection.Module[] System.Reflection.Assembly::GetModules(System.Boolean) */, __this, (bool)0);
return L_0;
}
}
// System.Reflection.Module[] System.Reflection.Assembly::GetModulesInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* Assembly_GetModulesInternal_m27561160717E6995C66F36B7D2ABEA035AD2840B (Assembly_t * __this, const RuntimeMethod* method)
{
typedef ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* (*Assembly_GetModulesInternal_m27561160717E6995C66F36B7D2ABEA035AD2840B_ftn) (Assembly_t *);
using namespace il2cpp::icalls;
return ((Assembly_GetModulesInternal_m27561160717E6995C66F36B7D2ABEA035AD2840B_ftn)mscorlib::System::Reflection::Assembly::GetModulesInternal) (__this);
}
// System.String[] System.Reflection.Assembly::GetManifestResourceNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Assembly_GetManifestResourceNames_m081DE0EFE094E5BB752C1A2CC58354A538F0D78D (Assembly_t * __this, const RuntimeMethod* method)
{
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*Assembly_GetManifestResourceNames_m081DE0EFE094E5BB752C1A2CC58354A538F0D78D_ftn) (Assembly_t *);
using namespace il2cpp::icalls;
return ((Assembly_GetManifestResourceNames_m081DE0EFE094E5BB752C1A2CC58354A538F0D78D_ftn)mscorlib::System::Reflection::Assembly::GetManifestResourceNames) (__this);
}
// System.Reflection.Assembly System.Reflection.Assembly::GetExecutingAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetExecutingAssembly_m790A21252B5A81BB8E1DC7794C4451539910BD2D ()
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetExecutingAssembly_m790A21252B5A81BB8E1DC7794C4451539910BD2D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
return il2cpp_codegen_get_executing_assembly(Assembly_GetExecutingAssembly_m790A21252B5A81BB8E1DC7794C4451539910BD2D_RuntimeMethod_var);
}
// System.Reflection.Assembly System.Reflection.Assembly::GetCallingAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetCallingAssembly_m0DB9F5D2B9770113FF2E239A9EB0DB0EC3A6E384 (const RuntimeMethod* method)
{
typedef Assembly_t * (*Assembly_GetCallingAssembly_m0DB9F5D2B9770113FF2E239A9EB0DB0EC3A6E384_ftn) ();
using namespace il2cpp::icalls;
return ((Assembly_GetCallingAssembly_m0DB9F5D2B9770113FF2E239A9EB0DB0EC3A6E384_ftn)mscorlib::System::Reflection::Assembly::GetCallingAssembly) ();
}
// System.Boolean System.Reflection.Assembly::GetManifestResourceInfoInternal(System.String,System.Reflection.ManifestResourceInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_GetManifestResourceInfoInternal_m1F746445607BE68B4B8A8EEB837603986154A1C4 (Assembly_t * __this, String_t* ___name0, ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * ___info1, const RuntimeMethod* method)
{
typedef bool (*Assembly_GetManifestResourceInfoInternal_m1F746445607BE68B4B8A8EEB837603986154A1C4_ftn) (Assembly_t *, String_t*, ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B *);
using namespace il2cpp::icalls;
return ((Assembly_GetManifestResourceInfoInternal_m1F746445607BE68B4B8A8EEB837603986154A1C4_ftn)mscorlib::System::Reflection::Assembly::GetManifestResourceInfoInternal) (__this, ___name0, ___info1);
}
// System.Reflection.ManifestResourceInfo System.Reflection.Assembly::GetManifestResourceInfo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * Assembly_GetManifestResourceInfo_m606EB8A7F7CDADB91CA8506CDDD2D8FA353333E0 (Assembly_t * __this, String_t* ___resourceName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetManifestResourceInfo_m606EB8A7F7CDADB91CA8506CDDD2D8FA353333E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * V_0 = NULL;
{
String_t* L_0 = ___resourceName0;
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, _stringLiteralB7DB744ADD0E9E907418B11D4A5C61700093DEAF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Assembly_GetManifestResourceInfo_m606EB8A7F7CDADB91CA8506CDDD2D8FA353333E0_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___resourceName0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0021;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral57C41A14D3232EE83859583D0F3BFF6F0F30EF8C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Assembly_GetManifestResourceInfo_m606EB8A7F7CDADB91CA8506CDDD2D8FA353333E0_RuntimeMethod_var);
}
IL_0021:
{
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_5 = (ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B *)il2cpp_codegen_object_new(ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B_il2cpp_TypeInfo_var);
ManifestResourceInfo__ctor_m718EB1020E137DE89B5A49D307E20563599FA2C4(L_5, (Assembly_t *)NULL, (String_t*)NULL, 0, /*hidden argument*/NULL);
V_0 = L_5;
String_t* L_6 = ___resourceName0;
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_7 = V_0;
bool L_8 = Assembly_GetManifestResourceInfoInternal_m1F746445607BE68B4B8A8EEB837603986154A1C4(__this, L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0036;
}
}
{
ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * L_9 = V_0;
return L_9;
}
IL_0036:
{
return (ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B *)NULL;
}
}
// System.Boolean System.Reflection.Assembly::get_ReflectionOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_get_ReflectionOnly_m23A80872486510BF33E0B4C2DE10FE5CC885A16C (Assembly_t * __this, const RuntimeMethod* method)
{
typedef bool (*Assembly_get_ReflectionOnly_m23A80872486510BF33E0B4C2DE10FE5CC885A16C_ftn) (Assembly_t *);
using namespace il2cpp::icalls;
return ((Assembly_get_ReflectionOnly_m23A80872486510BF33E0B4C2DE10FE5CC885A16C_ftn)mscorlib::System::Reflection::Assembly::get_ReflectionOnly) (__this);
}
// System.Int32 System.Reflection.Assembly::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Assembly_GetHashCode_mF9D730498BB9A4AB9249B02D7B4B8A854061AEDB (Assembly_t * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Object_GetHashCode_m81DE0CEF2ACADC7D076800D09B2232BC30639F76(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Reflection.Assembly::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_Equals_m2273B81003B5F55B42B4867938606661C10677E0 (Assembly_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_Equals_m2273B81003B5F55B42B4867938606661C10677E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___o0;
if ((!(((RuntimeObject*)(Assembly_t *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___o0;
if (L_1)
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
RuntimeObject * L_2 = ___o0;
NullCheck(((Assembly_t *)CastclassClass((RuntimeObject*)L_2, Assembly_t_il2cpp_TypeInfo_var)));
intptr_t L_3 = ((Assembly_t *)CastclassClass((RuntimeObject*)L_2, Assembly_t_il2cpp_TypeInfo_var))->get__mono_assembly_0();
intptr_t L_4 = __this->get__mono_assembly_0();
bool L_5 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_3, (intptr_t)L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Exception System.Reflection.Assembly::CreateNIE()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Assembly_CreateNIE_m5076DC7513181632DAF6DC6726A154E5DBE960F2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_CreateNIE_m5076DC7513181632DAF6DC6726A154E5DBE960F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_0, _stringLiteralC169539BFD4F3CCCA8FFDB4DD310F3117C71F9FA, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Reflection.Assembly::get_IsFullyTrusted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_get_IsFullyTrusted_m4C6EBFE2F746B78AB2288C3DF5DF9AB00B020C64 (Assembly_t * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m6BBEEA90B32A507B3787D27C7613BBC95B440A05 (Assembly_t * __this, String_t* ___name0, bool ___throwOnError1, bool ___ignoreCase2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetType_m6BBEEA90B32A507B3787D27C7613BBC95B440A05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Exception_t * L_0 = Assembly_CreateNIE_m5076DC7513181632DAF6DC6726A154E5DBE960F2(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Assembly_GetType_m6BBEEA90B32A507B3787D27C7613BBC95B440A05_RuntimeMethod_var);
}
}
// System.Reflection.Module System.Reflection.Assembly::GetModule(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * Assembly_GetModule_mBBED9EB7B3ABB3095D8A57C8BFA1D0874FFA6230 (Assembly_t * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetModule_mBBED9EB7B3ABB3095D8A57C8BFA1D0874FFA6230_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Exception_t * L_0 = Assembly_CreateNIE_m5076DC7513181632DAF6DC6726A154E5DBE960F2(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Assembly_GetModule_mBBED9EB7B3ABB3095D8A57C8BFA1D0874FFA6230_RuntimeMethod_var);
}
}
// System.Reflection.Module[] System.Reflection.Assembly::GetModules(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* Assembly_GetModules_m0A6EED5114A6E77FC0623D736471EE4F40007A0E (Assembly_t * __this, bool ___getResourceModules0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Assembly_GetModules_m0A6EED5114A6E77FC0623D736471EE4F40007A0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Exception_t * L_0 = Assembly_CreateNIE_m5076DC7513181632DAF6DC6726A154E5DBE960F2(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Assembly_GetModules_m0A6EED5114A6E77FC0623D736471EE4F40007A0E_RuntimeMethod_var);
}
}
// System.Boolean System.Reflection.Assembly::get_IsDynamic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_get_IsDynamic_m43D6D49A0F06B541BA17F069D8B6A03B071A51ED (Assembly_t * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method)
{
{
Assembly_t * L_0 = ___left0;
Assembly_t * L_1 = ___right1;
if ((!(((RuntimeObject*)(Assembly_t *)L_0) == ((RuntimeObject*)(Assembly_t *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
Assembly_t * L_2 = ___left0;
Assembly_t * L_3 = ___right1;
if (!((int32_t)((int32_t)((((RuntimeObject*)(Assembly_t *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(Assembly_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0))))
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_0013:
{
Assembly_t * L_4 = ___left0;
Assembly_t * L_5 = ___right1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
return L_6;
}
}
// 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)
{
{
Assembly_t * L_0 = ___left0;
Assembly_t * L_1 = ___right1;
if ((!(((RuntimeObject*)(Assembly_t *)L_0) == ((RuntimeObject*)(Assembly_t *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)0;
}
IL_0006:
{
Assembly_t * L_2 = ___left0;
Assembly_t * L_3 = ___right1;
if (!((int32_t)((int32_t)((((RuntimeObject*)(Assembly_t *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(Assembly_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0))))
{
goto IL_0013;
}
}
{
return (bool)1;
}
IL_0013:
{
Assembly_t * L_4 = ___left0;
Assembly_t * L_5 = ___right1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Reflection.Assembly_ResolveEventHolder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventHolder__ctor_m405E62AFEAC8D87E9B9E2AC65601E6966809449E (ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * __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.Reflection.Assembly_UnmanagedMemoryStreamForModule::.ctor(System.Byte*,System.Int64,System.Reflection.Module)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStreamForModule__ctor_mE3CB189987A7048429C52EE0130177D84FF74D41 (UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4 * __this, uint8_t* ___pointer0, int64_t ___length1, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___module2, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___pointer0;
int64_t L_1 = ___length1;
UnmanagedMemoryStream__ctor_mF4040F06CEA36C1ACBA0C09319B38530D0E45632(__this, (uint8_t*)(uint8_t*)L_0, L_1, /*hidden argument*/NULL);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_2 = ___module2;
__this->set_module_13(L_2);
return;
}
}
// System.Void System.Reflection.Assembly_UnmanagedMemoryStreamForModule::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStreamForModule_Dispose_mD8755196D3FC9A3BDB553EB3D33AC0C138DCE79F (UnmanagedMemoryStreamForModule_t37BF6433F269DC0F93390DCB2C7E6F149DDF38D4 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = ((UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E *)__this)->get__isOpen_11();
if (!L_0)
{
goto IL_000f;
}
}
{
__this->set_module_13((Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)NULL);
}
IL_000f:
{
bool L_1 = ___disposing0;
UnmanagedMemoryStream_Dispose_mA8E1A981BC7EFDFAC1B4C4E95D1CAB823EA284CA(__this, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Reflection.AssemblyCompanyAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m3088A5531C90B80A43C0F65689CB2663263FA806 (AssemblyCompanyAttribute_t2F810E97ADD9E7850E0F954EFA2DF7C056985DFF * __this, String_t* ___company0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___company0;
__this->set_m_company_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.Reflection.AssemblyConfigurationAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyConfigurationAttribute__ctor_m581F06B414718310B736519898F5069A0CE71132 (AssemblyConfigurationAttribute_tE9ADA5C677602C10C37EA25F3BD1C9E90196C4D1 * __this, String_t* ___configuration0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___configuration0;
__this->set_m_configuration_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.Reflection.AssemblyCopyrightAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_mB0836615C175FAAE019DFC1CDFF84C14AD983C9B (AssemblyCopyrightAttribute_t8DF6FB6575CF7BD55F0E4EDD0B25D28B63D24960 * __this, String_t* ___copyright0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___copyright0;
__this->set_m_copyright_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.Reflection.AssemblyDefaultAliasAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDefaultAliasAttribute__ctor_m99B4C847D97B15003F5EC75BBAEE5DB078A24302 (AssemblyDefaultAliasAttribute_tC5A38CBC9F33DAF1234EA5B7A4839028AAE1A8B2 * __this, String_t* ___defaultAlias0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___defaultAlias0;
__this->set_m_defaultAlias_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.Reflection.AssemblyDelaySignAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDelaySignAttribute__ctor_m871AA899D387487CD021ACA02966BF3D47D5BD6B (AssemblyDelaySignAttribute_t1C835220662F6969D8CDDDF1D145CEDBE54A3437 * __this, bool ___delaySign0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
bool L_0 = ___delaySign0;
__this->set_m_delaySign_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.Reflection.AssemblyDescriptionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m9B0EF6E0E1DCE5B2822B1F36C8C45BBB6CE23D3B (AssemblyDescriptionAttribute_tC327583B1C647165DFBE9B2A26A4652571D3F804 * __this, String_t* ___description0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___description0;
__this->set_m_description_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.Reflection.AssemblyFileVersionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_mAB2EDA4FCF0482DD8F57C3D9F251810FE24885B4 (AssemblyFileVersionAttribute_t1A9625F4EC9900AC950834185DABC4AD1B880077 * __this, String_t* ___version0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyFileVersionAttribute__ctor_mAB2EDA4FCF0482DD8F57C3D9F251810FE24885B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___version0;
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, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AssemblyFileVersionAttribute__ctor_mAB2EDA4FCF0482DD8F57C3D9F251810FE24885B4_RuntimeMethod_var);
}
IL_0014:
{
String_t* L_2 = ___version0;
__this->set__version_0(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m779EDB358F0BDEA4DA865C51917F58356B6B992E (AssemblyInformationalVersionAttribute_tBA4A9D17D747C49BB85AF256BD0EE1F43FE87270 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___informationalVersion0;
__this->set_m_informationalVersion_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.Reflection.AssemblyKeyFileAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyKeyFileAttribute__ctor_m5936BFD489128AC4D4DF021EBA4993E3D62C2323 (AssemblyKeyFileAttribute_t34031CD8991F681B5D0AC4F3BEBB48D180F8F927 * __this, String_t* ___keyFile0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___keyFile0;
__this->set_m_keyFile_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
// Conversion methods for marshalling of: System.Reflection.AssemblyName
IL2CPP_EXTERN_C void AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshal_pinvoke(const AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82& unmarshaled, AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke& marshaled)
{
Exception_t* ___cultureinfo_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'cultureinfo' of type 'AssemblyName': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___cultureinfo_6Exception, NULL);
}
IL2CPP_EXTERN_C void AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshal_pinvoke_back(const AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke& marshaled, AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82& unmarshaled)
{
Exception_t* ___cultureinfo_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'cultureinfo' of type 'AssemblyName': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___cultureinfo_6Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Reflection.AssemblyName
IL2CPP_EXTERN_C void AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshal_pinvoke_cleanup(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Reflection.AssemblyName
IL2CPP_EXTERN_C void AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshal_com(const AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82& unmarshaled, AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com& marshaled)
{
Exception_t* ___cultureinfo_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'cultureinfo' of type 'AssemblyName': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___cultureinfo_6Exception, NULL);
}
IL2CPP_EXTERN_C void AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshal_com_back(const AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com& marshaled, AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82& unmarshaled)
{
Exception_t* ___cultureinfo_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'cultureinfo' of type 'AssemblyName': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___cultureinfo_6Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Reflection.AssemblyName
IL2CPP_EXTERN_C void AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshal_com_cleanup(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com& marshaled)
{
}
// System.Void System.Reflection.AssemblyName::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_mF1233521F13623EC87A886B14BC90C639FBBB972 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_versioncompat_12(1);
return;
}
}
// System.Boolean System.Reflection.AssemblyName::ParseAssemblyName(System.IntPtr,Mono.MonoAssemblyName&,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssemblyName_ParseAssemblyName_m890EF8F357B04C266CAD1CBA9C9BBFA8B30D648B (intptr_t ___name0, MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * ___aname1, bool* ___is_version_definited2, bool* ___is_token_defined3, const RuntimeMethod* method)
{
typedef bool (*AssemblyName_ParseAssemblyName_m890EF8F357B04C266CAD1CBA9C9BBFA8B30D648B_ftn) (intptr_t, MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *, bool*, bool*);
using namespace il2cpp::icalls;
return ((AssemblyName_ParseAssemblyName_m890EF8F357B04C266CAD1CBA9C9BBFA8B30D648B_ftn)mscorlib::System::Reflection::AssemblyName::ParseAssemblyName) (___name0, ___aname1, ___is_version_definited2, ___is_token_defined3);
}
// System.Void System.Reflection.AssemblyName::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, String_t* ___assemblyName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_0;
memset((&V_0), 0, sizeof(V_0));
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___assemblyName0;
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, _stringLiteralFF28F86272965B22D85E8A9498F020ACC49E1D56, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF_RuntimeMethod_var);
}
IL_0014:
{
String_t* L_2 = ___assemblyName0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) >= ((int32_t)1)))
{
goto IL_0028;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralD2D19CCBEDA69E25464CD1E27E189218BB2480B7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF_RuntimeMethod_var);
}
IL_0028:
{
String_t* L_5 = ___assemblyName0;
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F L_6 = RuntimeMarshal_MarshalString_m8A782D398D13D0865FFE9B3396966ED903180A1F(L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_002f:
try
{ // begin try (depth: 1)
{
intptr_t L_7 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_0), /*hidden argument*/NULL);
bool L_8 = AssemblyName_ParseAssemblyName_m890EF8F357B04C266CAD1CBA9C9BBFA8B30D648B((intptr_t)L_7, (MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(&V_1), (bool*)(&V_2), (bool*)(&V_3), /*hidden argument*/NULL);
if (L_8)
{
goto IL_004e;
}
}
IL_0043:
{
FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * L_9 = (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB *)il2cpp_codegen_object_new(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB_il2cpp_TypeInfo_var);
FileLoadException__ctor_m75CC747FFED4FE51A2B8352C39A33467FE9D3044(L_9, _stringLiteralC07CFD4E0365EA22192B4DCE4B22B83D99B3EA06, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF_RuntimeMethod_var);
}
IL_004e:
{
}
IL_004f:
try
{ // begin try (depth: 2)
bool L_10 = V_2;
bool L_11 = V_3;
AssemblyName_FillName_m7B2487B7549E5A497AA4CBAC4DAF753B153D49AB(__this, (MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(((uintptr_t)(&V_1))), (String_t*)NULL, L_10, (bool)0, L_11, (bool)0, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x76, FINALLY_005f);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005f;
}
FINALLY_005f:
{ // begin finally (depth: 2)
RuntimeMarshal_FreeAssemblyName_mE9BBD9DE717E30BEA0AE14769B38614FD94882F2((MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(&V_1), (bool)0, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(95)
} // end finally (depth: 2)
IL2CPP_CLEANUP(95)
{
IL2CPP_END_CLEANUP(0x76, FINALLY_0068);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0068;
}
FINALLY_0068:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_0), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(104)
} // end finally (depth: 1)
IL2CPP_CLEANUP(104)
{
IL2CPP_JUMP_TBL(0x76, IL_0076)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0076:
{
return;
}
}
// System.Void System.Reflection.AssemblyName::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_mCB515225A18771055C42276665B582E8A054EF3D (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___si0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___sc1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName__ctor_mCB515225A18771055C42276665B582E8A054EF3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___si0;
NullCheck(L_0);
String_t* L_1 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_0, _stringLiteral8022B43C307082299EB2F1AFB6F0A9DC34CD7AA9, /*hidden argument*/NULL);
__this->set_name_0(L_1);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___si0;
NullCheck(L_2);
String_t* L_3 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_2, _stringLiteral80F1DED262927193F8132FF67739694FCBBEC861, /*hidden argument*/NULL);
__this->set_codebase_1(L_3);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___si0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_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);
NullCheck(L_4);
RuntimeObject * L_7 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_4, _stringLiteralD1662DF38D46DDA2C0CCC36F3FC665BB92C4000B, L_6, /*hidden argument*/NULL);
__this->set_version_13(((Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)CastclassSealed((RuntimeObject*)L_7, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___si0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
RuntimeObject * L_11 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_8, _stringLiteral960389B58FB916F8E6C58B645F68DD85BF982F95, L_10, /*hidden argument*/NULL);
__this->set_publicKey_10(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_11, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___si0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
RuntimeObject * L_15 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_12, _stringLiteral90FA44E2187B087DDED7809471A1A4AE27CB7C3C, L_14, /*hidden argument*/NULL);
__this->set_keyToken_11(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_15, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___si0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_0_0_0_var) };
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
RuntimeObject * L_19 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_16, _stringLiteral163101B00614C329C5E458B19A291A561374F2D4, L_18, /*hidden argument*/NULL);
__this->set_hashalg_8(((*(int32_t*)((int32_t*)UnBox(L_19, AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_il2cpp_TypeInfo_var)))));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = ___si0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD_0_0_0_var) };
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
RuntimeObject * L_23 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_20, _stringLiteral7E9FC68A29654E98A3E694CBF54D7D17FFACE5D7, L_22, /*hidden argument*/NULL);
__this->set_keypair_9(((StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD *)CastclassClass((RuntimeObject*)L_23, StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_24 = ___si0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast<intptr_t> (AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_0_0_0_var) };
Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL);
NullCheck(L_24);
RuntimeObject * L_27 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_24, _stringLiteral8B10B93DD988267350F0DD5E2FBA60F952CCBB6D, L_26, /*hidden argument*/NULL);
__this->set_versioncompat_12(((*(int32_t*)((int32_t*)UnBox(L_27, AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_il2cpp_TypeInfo_var)))));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_28 = ___si0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256_0_0_0_var) };
Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_29, /*hidden argument*/NULL);
NullCheck(L_28);
RuntimeObject * L_31 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_28, _stringLiteral8B32AC942B9F549500E29F302ED9D6B98D795C64, L_30, /*hidden argument*/NULL);
__this->set_flags_7(((*(int32_t*)((int32_t*)UnBox(L_31, AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256_il2cpp_TypeInfo_var)))));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_32 = ___si0;
NullCheck(L_32);
int32_t L_33 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_32, _stringLiteral24B18D1B611EBD9BD1B2BE1DD472EF431E1A8FF7, /*hidden argument*/NULL);
V_0 = L_33;
int32_t L_34 = V_0;
if ((((int32_t)L_34) == ((int32_t)(-1))))
{
goto IL_0124;
}
}
{
int32_t L_35 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_36 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo__ctor_m0CC8F74A7489CB5BF1A66B3B42A684A8E32D5A0D(L_36, L_35, /*hidden argument*/NULL);
__this->set_cultureinfo_6(L_36);
}
IL_0124:
{
return;
}
}
// System.String System.Reflection.AssemblyName::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
// System.Void System.Reflection.AssemblyName::set_Name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_set_Name_mC3FBA6D29B4DAFE0EEA244853146DB7F08B9C93A (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_name_0(L_0);
return;
}
}
// System.String System.Reflection.AssemblyName::get_CodeBase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyName_get_CodeBase_m65BC5F88190889886BC43A513CAC59A69FFAAD5F (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_codebase_1();
return L_0;
}
}
// System.Globalization.CultureInfo System.Reflection.AssemblyName::get_CultureInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * AssemblyName_get_CultureInfo_m611D937A0D0CAEFCAA2F4BCCE7BA936A61A4F6D1 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = __this->get_cultureinfo_6();
return L_0;
}
}
// System.Void System.Reflection.AssemblyName::set_CultureInfo(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_set_CultureInfo_m21FB40AAEEEF7C5CC6CDDCC6F6E6678B235CC63B (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___value0;
__this->set_cultureinfo_6(L_0);
return;
}
}
// System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::get_Flags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssemblyName_get_Flags_m2AE7F6C545B29056F4CF20E74DB02B5B6021A530 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_flags_7();
return L_0;
}
}
// System.Void System.Reflection.AssemblyName::set_Flags(System.Reflection.AssemblyNameFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_set_Flags_mC8051F2E205A381653751FF7322B5B2534706922 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_flags_7(L_0);
return;
}
}
// System.String System.Reflection.AssemblyName::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyName_get_FullName_m2E26108B8002BA0579FB223426E085BC9014A212 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_get_FullName_m2E26108B8002BA0579FB223426E085BC9014A212_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
{
String_t* L_0 = __this->get_name_0();
if (L_0)
{
goto IL_000e;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000e:
{
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = __this->get_name_0();
NullCheck(L_3);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_5 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0045;
}
}
{
StringBuilder_t * L_6 = V_0;
String_t* L_7 = __this->get_name_0();
String_t* L_8 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, L_7, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
NullCheck(L_6);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_6, L_8, /*hidden argument*/NULL);
goto IL_0052;
}
IL_0045:
{
StringBuilder_t * L_9 = V_0;
String_t* L_10 = __this->get_name_0();
NullCheck(L_9);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, L_10, /*hidden argument*/NULL);
}
IL_0052:
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_11 = AssemblyName_get_Version_m82317447EFD059F46EA783D92CD7AE653AA81D47_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_12 = Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0(L_11, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_007e;
}
}
{
StringBuilder_t * L_13 = V_0;
NullCheck(L_13);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, _stringLiteral1C8D81506A5291DBB0387C737FDF626D63480060, /*hidden argument*/NULL);
StringBuilder_t * L_14 = V_0;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_15 = AssemblyName_get_Version_m82317447EFD059F46EA783D92CD7AE653AA81D47_inline(__this, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, L_16, /*hidden argument*/NULL);
}
IL_007e:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = __this->get_cultureinfo_6();
if (!L_17)
{
goto IL_00c9;
}
}
{
StringBuilder_t * L_18 = V_0;
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, _stringLiteralBCDD51CC9F8CB6B408AA795D76539161DBE19FF2, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = __this->get_cultureinfo_6();
NullCheck(L_19);
int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_19);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_21);
int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_21);
if ((!(((uint32_t)L_20) == ((uint32_t)L_22))))
{
goto IL_00b7;
}
}
{
StringBuilder_t * L_23 = V_0;
NullCheck(L_23);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, _stringLiteralE7FB41A6A0544D8A8AA178232034311F9D725555, /*hidden argument*/NULL);
goto IL_00c9;
}
IL_00b7:
{
StringBuilder_t * L_24 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = __this->get_cultureinfo_6();
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_25);
NullCheck(L_24);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, L_26, /*hidden argument*/NULL);
}
IL_00c9:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = AssemblyName_InternalGetPublicKeyToken_m8448F4A4443505D58B1950DE08776AE5D715B4BD(__this, /*hidden argument*/NULL);
V_1 = L_27;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_1;
if (!L_28)
{
goto IL_0117;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_1;
NullCheck(L_29);
if ((((RuntimeArray*)L_29)->max_length))
{
goto IL_00e5;
}
}
{
StringBuilder_t * L_30 = V_0;
NullCheck(L_30);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_30, _stringLiteral62DD33B064D63BF099DACF6A30A96E89A4ECEF3B, /*hidden argument*/NULL);
goto IL_0117;
}
IL_00e5:
{
StringBuilder_t * L_31 = V_0;
NullCheck(L_31);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_31, _stringLiteral429E5FA4D1D7144F34D28671D44DCF82BA6A3ADD, /*hidden argument*/NULL);
V_2 = 0;
goto IL_0111;
}
IL_00f5:
{
StringBuilder_t * L_32 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_1;
int32_t L_34 = V_2;
NullCheck(L_33);
String_t* L_35 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34))), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_32);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, L_35, /*hidden argument*/NULL);
int32_t L_36 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_0111:
{
int32_t L_37 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_1;
NullCheck(L_38);
if ((((int32_t)L_37) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))))
{
goto IL_00f5;
}
}
IL_0117:
{
int32_t L_39 = AssemblyName_get_Flags_m2AE7F6C545B29056F4CF20E74DB02B5B6021A530_inline(__this, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_39&(int32_t)((int32_t)256))))
{
goto IL_0131;
}
}
{
StringBuilder_t * L_40 = V_0;
NullCheck(L_40);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_40, _stringLiteral924F834D70FF4F690B42AE272F79F65518C99393, /*hidden argument*/NULL);
}
IL_0131:
{
StringBuilder_t * L_41 = V_0;
NullCheck(L_41);
String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41);
return L_42;
}
}
// System.Version System.Reflection.AssemblyName::get_Version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * AssemblyName_get_Version_m82317447EFD059F46EA783D92CD7AE653AA81D47 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_0 = __this->get_version_13();
return L_0;
}
}
// System.Void System.Reflection.AssemblyName::set_Version(System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_set_Version_m41C659EA105905CB03C594648F05AEC91DFA28D9 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_set_Version_m41C659EA105905CB03C594648F05AEC91DFA28D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_0 = ___value0;
__this->set_version_13(L_0);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_2 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_1, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0033;
}
}
{
int32_t L_3 = 0;
V_0 = L_3;
__this->set_revision_5(L_3);
int32_t L_4 = V_0;
int32_t L_5 = L_4;
V_0 = L_5;
__this->set_build_4(L_5);
int32_t L_6 = V_0;
int32_t L_7 = L_6;
V_0 = L_7;
__this->set_minor_3(L_7);
int32_t L_8 = V_0;
__this->set_major_2(L_8);
return;
}
IL_0033:
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_9 = ___value0;
NullCheck(L_9);
int32_t L_10 = Version_get_Major_m7A6BEEF367674B8C06B15F6675AFF0C32CCEE87C_inline(L_9, /*hidden argument*/NULL);
__this->set_major_2(L_10);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_11 = ___value0;
NullCheck(L_11);
int32_t L_12 = Version_get_Minor_mCBAFA7052D1786A47B4BA971E7193A4EB9A7D059_inline(L_11, /*hidden argument*/NULL);
__this->set_minor_3(L_12);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_13 = ___value0;
NullCheck(L_13);
int32_t L_14 = Version_get_Build_m184E3AAE13518CEA172E9C6860E9359D567E64DB_inline(L_13, /*hidden argument*/NULL);
__this->set_build_4(L_14);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_15 = ___value0;
NullCheck(L_15);
int32_t L_16 = Version_get_Revision_mB0BADD4E233FA3001FB7BB4795A0A330880453BB_inline(L_15, /*hidden argument*/NULL);
__this->set_revision_5(L_16);
return;
}
}
// System.String System.Reflection.AssemblyName::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssemblyName_ToString_mC2639BBB808F47BD4E1075400EBE90F6DE64FDC9 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = AssemblyName_get_FullName_m2E26108B8002BA0579FB223426E085BC9014A212(__this, /*hidden argument*/NULL);
V_0 = L_0;
String_t* L_1 = V_0;
if (L_1)
{
goto IL_0011;
}
}
{
String_t* L_2 = Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4(__this, /*hidden argument*/NULL);
return L_2;
}
IL_0011:
{
String_t* L_3 = V_0;
return L_3;
}
}
// System.Byte[] System.Reflection.AssemblyName::GetPublicKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_GetPublicKey_mE3CEA4E85E2A0E7DF19423368DE900BC465EF1B4 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_publicKey_10();
return L_0;
}
}
// System.Byte[] System.Reflection.AssemblyName::GetPublicKeyToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_keyToken_11();
if (!L_0)
{
goto IL_000f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_keyToken_11();
return L_1;
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_publicKey_10();
if (L_2)
{
goto IL_0019;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0019:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_publicKey_10();
NullCheck(L_3);
if ((((RuntimeArray*)L_3)->max_length))
{
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
return L_4;
}
IL_0028:
{
bool L_5 = AssemblyName_get_IsPublicKeyValid_m4501B8B875B7B9BEE76AAE655761CF6E871ECDAA(__this, /*hidden argument*/NULL);
if (L_5)
{
goto IL_003b;
}
}
{
SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * L_6 = (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 *)il2cpp_codegen_object_new(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var);
SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE(L_6, _stringLiteral3AFDEB0202F5E0AD9A6699BE926901242FEBEE58, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0_RuntimeMethod_var);
}
IL_003b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = AssemblyName_ComputePublicKeyToken_mEB7AC1E5CCAA28B28B2CDF650E3920DB2B466F57(__this, /*hidden argument*/NULL);
__this->set_keyToken_11(L_7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_keyToken_11();
return L_8;
}
}
// System.Boolean System.Reflection.AssemblyName::get_IsPublicKeyValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssemblyName_get_IsPublicKeyValid_m4501B8B875B7B9BEE76AAE655761CF6E871ECDAA (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
uint8_t V_2 = 0x0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_publicKey_10();
NullCheck(L_0);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((uint32_t)((int32_t)16)))))
{
goto IL_0032;
}
}
{
V_0 = 0;
V_1 = 0;
goto IL_0021;
}
IL_0012:
{
int32_t L_1 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_publicKey_10();
int32_t L_3 = V_0;
int32_t L_4 = L_3;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
NullCheck(L_2);
int32_t L_5 = L_4;
uint8_t L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_6));
}
IL_0021:
{
int32_t L_7 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_publicKey_10();
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))
{
goto IL_0012;
}
}
{
int32_t L_9 = V_1;
if ((!(((uint32_t)L_9) == ((uint32_t)4))))
{
goto IL_0032;
}
}
{
return (bool)1;
}
IL_0032:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_publicKey_10();
NullCheck(L_10);
int32_t L_11 = 0;
uint8_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_2 = L_12;
uint8_t L_13 = V_2;
if (!L_13)
{
goto IL_0048;
}
}
{
uint8_t L_14 = V_2;
if ((((int32_t)L_14) == ((int32_t)6)))
{
goto IL_0062;
}
}
{
uint8_t L_15 = V_2;
if ((((int32_t)L_15) == ((int32_t)7)))
{
goto IL_0064;
}
}
{
goto IL_0064;
}
IL_0048:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_publicKey_10();
NullCheck(L_16);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))) <= ((int32_t)((int32_t)12))))
{
goto IL_0064;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_publicKey_10();
NullCheck(L_17);
int32_t L_18 = ((int32_t)12);
uint8_t L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if ((!(((uint32_t)L_19) == ((uint32_t)6))))
{
goto IL_0064;
}
}
{
return (bool)1;
}
IL_0062:
{
return (bool)1;
}
IL_0064:
{
return (bool)0;
}
}
// System.Byte[] System.Reflection.AssemblyName::InternalGetPublicKeyToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_InternalGetPublicKeyToken_m8448F4A4443505D58B1950DE08776AE5D715B4BD (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_InternalGetPublicKeyToken_m8448F4A4443505D58B1950DE08776AE5D715B4BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_keyToken_11();
if (!L_0)
{
goto IL_000f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_keyToken_11();
return L_1;
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_publicKey_10();
if (L_2)
{
goto IL_0019;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0019:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_publicKey_10();
NullCheck(L_3);
if ((((RuntimeArray*)L_3)->max_length))
{
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
return L_4;
}
IL_0028:
{
bool L_5 = AssemblyName_get_IsPublicKeyValid_m4501B8B875B7B9BEE76AAE655761CF6E871ECDAA(__this, /*hidden argument*/NULL);
if (L_5)
{
goto IL_003b;
}
}
{
SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * L_6 = (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 *)il2cpp_codegen_object_new(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var);
SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE(L_6, _stringLiteral3AFDEB0202F5E0AD9A6699BE926901242FEBEE58, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, AssemblyName_InternalGetPublicKeyToken_m8448F4A4443505D58B1950DE08776AE5D715B4BD_RuntimeMethod_var);
}
IL_003b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = AssemblyName_ComputePublicKeyToken_mEB7AC1E5CCAA28B28B2CDF650E3920DB2B466F57(__this, /*hidden argument*/NULL);
return L_7;
}
}
// System.Void System.Reflection.AssemblyName::get_public_token(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_get_public_token_mF913340F6EA9A2349C28B3B9ABE91ED66BD3F2FE (uint8_t* ___token0, uint8_t* ___pubkey1, int32_t ___len2, const RuntimeMethod* method)
{
typedef void (*AssemblyName_get_public_token_mF913340F6EA9A2349C28B3B9ABE91ED66BD3F2FE_ftn) (uint8_t*, uint8_t*, int32_t);
using namespace il2cpp::icalls;
((AssemblyName_get_public_token_mF913340F6EA9A2349C28B3B9ABE91ED66BD3F2FE_ftn)mscorlib::System::Reflection::AssemblyName::get_public_token) (___token0, ___pubkey1, ___len2);
}
// System.Byte[] System.Reflection.AssemblyName::ComputePublicKeyToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_ComputePublicKeyToken_mEB7AC1E5CCAA28B28B2CDF650E3920DB2B466F57 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_ComputePublicKeyToken_mEB7AC1E5CCAA28B28B2CDF650E3920DB2B466F57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
uint8_t* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B2_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B1_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B4_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B6_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B5_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B7_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B8_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
V_1 = L_2;
G_B1_0 = L_1;
if (!L_2)
{
G_B2_0 = L_1;
goto IL_0010;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1;
NullCheck(L_3);
G_B2_0 = G_B1_0;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))
{
G_B3_0 = G_B1_0;
goto IL_0015;
}
}
IL_0010:
{
V_0 = (uint8_t*)(((uintptr_t)0));
G_B4_0 = G_B2_0;
goto IL_001e;
}
IL_0015:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_1;
NullCheck(L_4);
V_0 = (uint8_t*)(((uintptr_t)((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
G_B4_0 = G_B3_0;
}
IL_001e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_publicKey_10();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5;
V_3 = L_6;
G_B5_0 = G_B4_0;
if (!L_6)
{
G_B6_0 = G_B4_0;
goto IL_002d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_3;
NullCheck(L_7);
G_B6_0 = G_B5_0;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))
{
G_B7_0 = G_B5_0;
goto IL_0032;
}
}
IL_002d:
{
V_2 = (uint8_t*)(((uintptr_t)0));
G_B8_0 = G_B6_0;
goto IL_003b;
}
IL_0032:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_3;
NullCheck(L_8);
V_2 = (uint8_t*)(((uintptr_t)((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
G_B8_0 = G_B7_0;
}
IL_003b:
{
uint8_t* L_9 = V_0;
uint8_t* L_10 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_publicKey_10();
NullCheck(L_11);
AssemblyName_get_public_token_mF913340F6EA9A2349C28B3B9ABE91ED66BD3F2FE((uint8_t*)(uint8_t*)L_9, (uint8_t*)(uint8_t*)L_10, (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), /*hidden argument*/NULL);
V_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
return G_B8_0;
}
}
// System.Void System.Reflection.AssemblyName::SetPublicKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKey_m402F60CC8A40481E3F027E213C3030537EEDA374 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___publicKey0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___publicKey0;
if (L_0)
{
goto IL_0013;
}
}
{
int32_t L_1 = __this->get_flags_7();
__this->set_flags_7(((int32_t)((int32_t)L_1^(int32_t)1)));
goto IL_0021;
}
IL_0013:
{
int32_t L_2 = __this->get_flags_7();
__this->set_flags_7(((int32_t)((int32_t)L_2|(int32_t)1)));
}
IL_0021:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___publicKey0;
__this->set_publicKey_10(L_3);
return;
}
}
// System.Void System.Reflection.AssemblyName::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_GetObjectData_m20AA721961749E8CC3106F6FE1D76E89F1DF201C (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_GetObjectData_m20AA721961749E8CC3106F6FE1D76E89F1DF201C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B4_0 = NULL;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B4_1 = NULL;
String_t* G_B3_0 = NULL;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B3_1 = NULL;
int32_t G_B5_0 = 0;
String_t* G_B5_1 = NULL;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B5_2 = 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, AssemblyName_GetObjectData_m20AA721961749E8CC3106F6FE1D76E89F1DF201C_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
String_t* L_3 = __this->get_name_0();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral8022B43C307082299EB2F1AFB6F0A9DC34CD7AA9, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_publicKey_10();
NullCheck(L_4);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral960389B58FB916F8E6C58B645F68DD85BF982F95, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_keyToken_11();
NullCheck(L_6);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_6, _stringLiteral90FA44E2187B087DDED7809471A1A4AE27CB7C3C, (RuntimeObject *)(RuntimeObject *)L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = __this->get_cultureinfo_6();
G_B3_0 = _stringLiteral24B18D1B611EBD9BD1B2BE1DD472EF431E1A8FF7;
G_B3_1 = L_8;
if (L_9)
{
G_B4_0 = _stringLiteral24B18D1B611EBD9BD1B2BE1DD472EF431E1A8FF7;
G_B4_1 = L_8;
goto IL_0052;
}
}
{
G_B5_0 = (-1);
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
goto IL_005d;
}
IL_0052:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = __this->get_cultureinfo_6();
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_10);
G_B5_0 = L_11;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
}
IL_005d:
{
NullCheck(G_B5_2);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___info0;
String_t* L_13 = __this->get_codebase_1();
NullCheck(L_12);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_12, _stringLiteral80F1DED262927193F8132FF67739694FCBBEC861, L_13, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_15 = AssemblyName_get_Version_m82317447EFD059F46EA783D92CD7AE653AA81D47_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_14, _stringLiteralD1662DF38D46DDA2C0CCC36F3FC665BB92C4000B, L_15, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___info0;
int32_t L_17 = __this->get_hashalg_8();
int32_t L_18 = L_17;
RuntimeObject * L_19 = Box(AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_16);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_16, _stringLiteral163101B00614C329C5E458B19A291A561374F2D4, L_19, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = ___info0;
int32_t L_21 = ((int32_t)0);
RuntimeObject * L_22 = Box(AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_il2cpp_TypeInfo_var, &L_21);
NullCheck(L_20);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_20, _stringLiteral4BA346864A057D87BEFA41E92A6E24D77C7254EC, L_22, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_23 = ___info0;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * L_24 = __this->get_keypair_9();
NullCheck(L_23);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_23, _stringLiteral7E9FC68A29654E98A3E694CBF54D7D17FFACE5D7, L_24, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_25 = ___info0;
int32_t L_26 = __this->get_versioncompat_12();
int32_t L_27 = L_26;
RuntimeObject * L_28 = Box(AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_il2cpp_TypeInfo_var, &L_27);
NullCheck(L_25);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_25, _stringLiteral8B10B93DD988267350F0DD5E2FBA60F952CCBB6D, L_28, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_29 = ___info0;
int32_t L_30 = __this->get_flags_7();
int32_t L_31 = L_30;
RuntimeObject * L_32 = Box(AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256_il2cpp_TypeInfo_var, &L_31);
NullCheck(L_29);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_29, _stringLiteral8B32AC942B9F549500E29F302ED9D6B98D795C64, L_32, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_33 = ___info0;
NullCheck(L_33);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_33, _stringLiteral9CBF7C15A966BA91A86BE990E065301A02547C1C, NULL, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Reflection.AssemblyName::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AssemblyName_Clone_m6238F9067D6E1370581D1873B9D574152AECB606 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_Clone_m6238F9067D6E1370581D1873B9D574152AECB606_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_mF1233521F13623EC87A886B14BC90C639FBBB972(L_0, /*hidden argument*/NULL);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_1 = L_0;
String_t* L_2 = __this->get_name_0();
NullCheck(L_1);
L_1->set_name_0(L_2);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_3 = L_1;
String_t* L_4 = __this->get_codebase_1();
NullCheck(L_3);
L_3->set_codebase_1(L_4);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_5 = L_3;
int32_t L_6 = __this->get_major_2();
NullCheck(L_5);
L_5->set_major_2(L_6);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_7 = L_5;
int32_t L_8 = __this->get_minor_3();
NullCheck(L_7);
L_7->set_minor_3(L_8);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_9 = L_7;
int32_t L_10 = __this->get_build_4();
NullCheck(L_9);
L_9->set_build_4(L_10);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_11 = L_9;
int32_t L_12 = __this->get_revision_5();
NullCheck(L_11);
L_11->set_revision_5(L_12);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_13 = L_11;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_14 = __this->get_version_13();
NullCheck(L_13);
L_13->set_version_13(L_14);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_15 = L_13;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = __this->get_cultureinfo_6();
NullCheck(L_15);
L_15->set_cultureinfo_6(L_16);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_17 = L_15;
int32_t L_18 = __this->get_flags_7();
NullCheck(L_17);
L_17->set_flags_7(L_18);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_19 = L_17;
int32_t L_20 = __this->get_hashalg_8();
NullCheck(L_19);
L_19->set_hashalg_8(L_20);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_21 = L_19;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * L_22 = __this->get_keypair_9();
NullCheck(L_21);
L_21->set_keypair_9(L_22);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_23 = L_21;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get_publicKey_10();
NullCheck(L_23);
L_23->set_publicKey_10(L_24);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_25 = L_23;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get_keyToken_11();
NullCheck(L_25);
L_25->set_keyToken_11(L_26);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_27 = L_25;
int32_t L_28 = __this->get_versioncompat_12();
NullCheck(L_27);
L_27->set_versioncompat_12(L_28);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_29 = L_27;
int32_t L_30 = __this->get_processor_architecture_14();
NullCheck(L_29);
L_29->set_processor_architecture_14(L_30);
return L_29;
}
}
// System.Void System.Reflection.AssemblyName::OnDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_OnDeserialization_mC3969A793B7B224599C50091DAAA9270C617A992 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_0 = __this->get_version_13();
AssemblyName_set_Version_m41C659EA105905CB03C594648F05AEC91DFA28D9(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.AssemblyName System.Reflection.AssemblyName::GetAssemblyName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * AssemblyName_GetAssemblyName_m9CB4D44496CD04F25AF5A194284595F2DBF7A2A7 (String_t* ___assemblyFile0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_GetAssemblyName_m9CB4D44496CD04F25AF5A194284595F2DBF7A2A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_0 = NULL;
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 V_1;
memset((&V_1), 0, sizeof(V_1));
String_t* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___assemblyFile0;
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, _stringLiteral9F85E6308E3E1B0F5B2FA096924FCBEED584B1F8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AssemblyName_GetAssemblyName_m9CB4D44496CD04F25AF5A194284595F2DBF7A2A7_RuntimeMethod_var);
}
IL_000e:
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_2 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_mF1233521F13623EC87A886B14BC90C639FBBB972(L_2, /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = ___assemblyFile0;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_4 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_3, /*hidden argument*/NULL);
Assembly_InternalGetAssemblyName_mD053500BFBFB6254E6C371FC7F4D9CF5704741CF(L_4, (MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL);
}
IL_0023:
try
{ // begin try (depth: 1)
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_5 = V_0;
String_t* L_6 = V_2;
NullCheck(L_5);
AssemblyName_FillName_m7B2487B7549E5A497AA4CBAC4DAF753B153D49AB(L_5, (MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(((uintptr_t)(&V_1))), L_6, (bool)1, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x3C, FINALLY_0033);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0033;
}
FINALLY_0033:
{ // begin finally (depth: 1)
RuntimeMarshal_FreeAssemblyName_mE9BBD9DE717E30BEA0AE14769B38614FD94882F2((MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(&V_1), (bool)0, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(51)
} // end finally (depth: 1)
IL2CPP_CLEANUP(51)
{
IL2CPP_JUMP_TBL(0x3C, IL_003c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003c:
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_7 = V_0;
return L_7;
}
}
// Mono.MonoAssemblyName* System.Reflection.AssemblyName::GetNativeName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * AssemblyName_GetNativeName_m046B877F881F2E71BC0FFD0E34C0D1B327D688D9 (intptr_t ___assembly_ptr0, const RuntimeMethod* method)
{
typedef MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * (*AssemblyName_GetNativeName_m046B877F881F2E71BC0FFD0E34C0D1B327D688D9_ftn) (intptr_t);
using namespace il2cpp::icalls;
return ((AssemblyName_GetNativeName_m046B877F881F2E71BC0FFD0E34C0D1B327D688D9_ftn)mscorlib::System::Reflection::AssemblyName::GetNativeName) (___assembly_ptr0);
}
// System.Void System.Reflection.AssemblyName::FillName(Mono.MonoAssemblyName*,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_FillName_m7B2487B7549E5A497AA4CBAC4DAF753B153D49AB (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * ___native0, String_t* ___codeBase1, bool ___addVersion2, bool ___addPublickey3, bool ___defaultToken4, bool ___assemblyRef5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_FillName_m7B2487B7549E5A497AA4CBAC4DAF753B153D49AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_0 = ___native0;
NullCheck(L_0);
intptr_t L_1 = L_0->get_name_0();
String_t* L_2 = RuntimeMarshal_PtrToUtf8String_mAD18FEACB0BFC49C9D8E16E2696615001315C190((intptr_t)L_1, /*hidden argument*/NULL);
__this->set_name_0(L_2);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_3 = ___native0;
NullCheck(L_3);
uint16_t L_4 = L_3->get_major_8();
__this->set_major_2(L_4);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_5 = ___native0;
NullCheck(L_5);
uint16_t L_6 = L_5->get_minor_9();
__this->set_minor_3(L_6);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_7 = ___native0;
NullCheck(L_7);
uint16_t L_8 = L_7->get_build_10();
__this->set_build_4(L_8);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_9 = ___native0;
NullCheck(L_9);
uint16_t L_10 = L_9->get_revision_11();
__this->set_revision_5(L_10);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_11 = ___native0;
NullCheck(L_11);
uint32_t L_12 = L_11->get_flags_7();
__this->set_flags_7(L_12);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_13 = ___native0;
NullCheck(L_13);
uint32_t L_14 = L_13->get_hash_alg_5();
__this->set_hashalg_8(L_14);
__this->set_versioncompat_12(1);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_15 = ___native0;
NullCheck(L_15);
uint16_t L_16 = L_15->get_arch_12();
__this->set_processor_architecture_14(L_16);
bool L_17 = ___addVersion2;
if (!L_17)
{
goto IL_0092;
}
}
{
int32_t L_18 = __this->get_major_2();
int32_t L_19 = __this->get_minor_3();
int32_t L_20 = __this->get_build_4();
int32_t L_21 = __this->get_revision_5();
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_22 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)il2cpp_codegen_object_new(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
Version__ctor_mFA5AABF2294D59FA7B3F32BB48CB238BCACBDF80(L_22, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
__this->set_version_13(L_22);
}
IL_0092:
{
String_t* L_23 = ___codeBase1;
__this->set_codebase_1(L_23);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_24 = ___native0;
NullCheck(L_24);
intptr_t L_25 = L_24->get_culture_1();
bool L_26 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_25, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_26)
{
goto IL_00c3;
}
}
{
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_27 = ___native0;
NullCheck(L_27);
intptr_t L_28 = L_27->get_culture_1();
String_t* L_29 = RuntimeMarshal_PtrToUtf8String_mAD18FEACB0BFC49C9D8E16E2696615001315C190((intptr_t)L_28, /*hidden argument*/NULL);
bool L_30 = ___assemblyRef5;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_31 = CultureInfo_CreateCulture_m607F16CB58D85A64B5304A37ADDABB2018C6F687(L_29, L_30, /*hidden argument*/NULL);
__this->set_cultureinfo_6(L_31);
}
IL_00c3:
{
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_32 = ___native0;
NullCheck(L_32);
intptr_t L_33 = L_32->get_public_key_3();
bool L_34 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_33, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00f6;
}
}
{
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_35 = ___native0;
NullCheck(L_35);
intptr_t L_36 = L_35->get_public_key_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = RuntimeMarshal_DecodeBlobArray_m2A5F7FA2917EE0ED4B06311AD2D46DA1773BCCE9((intptr_t)L_36, /*hidden argument*/NULL);
__this->set_publicKey_10(L_37);
int32_t L_38 = __this->get_flags_7();
__this->set_flags_7(((int32_t)((int32_t)L_38|(int32_t)1)));
goto IL_0113;
}
IL_00f6:
{
bool L_39 = ___addPublickey3;
if (!L_39)
{
goto IL_0113;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
__this->set_publicKey_10(L_40);
int32_t L_41 = __this->get_flags_7();
__this->set_flags_7(((int32_t)((int32_t)L_41|(int32_t)1)));
}
IL_0113:
{
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_42 = ___native0;
NullCheck(L_42);
U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC * L_43 = L_42->get_address_of_public_key_token_4();
uint8_t* L_44 = L_43->get_address_of_FixedElementField_0();
int32_t L_45 = *((uint8_t*)(((uintptr_t)L_44)));
if (!L_45)
{
goto IL_0182;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
V_0 = L_46;
V_1 = 0;
V_2 = 0;
goto IL_0176;
}
IL_012f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = V_0;
int32_t L_48 = V_1;
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_49 = ___native0;
NullCheck(L_49);
U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC * L_50 = L_49->get_address_of_public_key_token_4();
uint8_t* L_51 = L_50->get_address_of_FixedElementField_0();
int32_t L_52 = V_2;
int32_t L_53 = L_52;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
int32_t L_54 = *((uint8_t*)((intptr_t)il2cpp_codegen_add((intptr_t)(((uintptr_t)L_51)), (int32_t)L_53)));
int32_t L_55 = RuntimeMarshal_AsciHexDigitValue_mADBE5127E3F0391FBE357DC57CEED5CF1AA3C3F6(L_54, /*hidden argument*/NULL);
NullCheck(L_47);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(L_48), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_55<<(int32_t)4))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = V_0;
int32_t L_57 = V_1;
NullCheck(L_56);
uint8_t* L_58 = ((L_56)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_57)));
int32_t L_59 = *((uint8_t*)L_58);
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_60 = ___native0;
NullCheck(L_60);
U3Cpublic_key_tokenU3Ee__FixedBuffer_tFC761BFADE6B6805AFCDD6224C384E561E07FFCC * L_61 = L_60->get_address_of_public_key_token_4();
uint8_t* L_62 = L_61->get_address_of_FixedElementField_0();
int32_t L_63 = V_2;
int32_t L_64 = L_63;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1));
int32_t L_65 = *((uint8_t*)((intptr_t)il2cpp_codegen_add((intptr_t)(((uintptr_t)L_62)), (int32_t)L_64)));
int32_t L_66 = RuntimeMarshal_AsciHexDigitValue_mADBE5127E3F0391FBE357DC57CEED5CF1AA3C3F6(L_65, /*hidden argument*/NULL);
*((int8_t*)L_58) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_59|(int32_t)(((int32_t)((uint8_t)L_66))))))));
int32_t L_67 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
}
IL_0176:
{
int32_t L_68 = V_1;
if ((((int32_t)L_68) < ((int32_t)8)))
{
goto IL_012f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_0;
__this->set_keyToken_11(L_69);
return;
}
IL_0182:
{
bool L_70 = ___defaultToken4;
if (!L_70)
{
goto IL_0191;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
__this->set_keyToken_11(L_71);
}
IL_0191:
{
return;
}
}
// System.Reflection.AssemblyName System.Reflection.AssemblyName::Create(System.Reflection.Assembly,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * AssemblyName_Create_m770DA7358D03C405E5B1CB07D5F6D4962054C4C5 (Assembly_t * ___assembly0, bool ___fillCodebase1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AssemblyName_Create_m770DA7358D03C405E5B1CB07D5F6D4962054C4C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * V_0 = NULL;
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * G_B2_0 = NULL;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * G_B2_1 = NULL;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * G_B2_2 = NULL;
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * G_B1_0 = NULL;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * G_B1_1 = NULL;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * G_B1_2 = NULL;
String_t* G_B3_0 = NULL;
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * G_B3_1 = NULL;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * G_B3_2 = NULL;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * G_B3_3 = NULL;
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_mF1233521F13623EC87A886B14BC90C639FBBB972(L_0, /*hidden argument*/NULL);
Assembly_t * L_1 = ___assembly0;
NullCheck(L_1);
intptr_t L_2 = L_1->get__mono_assembly_0();
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_3 = AssemblyName_GetNativeName_m046B877F881F2E71BC0FFD0E34C0D1B327D688D9((intptr_t)L_2, /*hidden argument*/NULL);
V_0 = (MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)L_3;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_4 = L_0;
MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 * L_5 = V_0;
bool L_6 = ___fillCodebase1;
G_B1_0 = L_5;
G_B1_1 = L_4;
G_B1_2 = L_4;
if (L_6)
{
G_B2_0 = L_5;
G_B2_1 = L_4;
G_B2_2 = L_4;
goto IL_0019;
}
}
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_001f;
}
IL_0019:
{
Assembly_t * L_7 = ___assembly0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_CodeBase() */, L_7);
G_B3_0 = L_8;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_001f:
{
NullCheck(G_B3_2);
AssemblyName_FillName_m7B2487B7549E5A497AA4CBAC4DAF753B153D49AB(G_B3_2, (MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)(MonoAssemblyName_t2FC65745FBE2907DD21BB6575D3DC6A23B5F74E1 *)G_B3_1, G_B3_0, (bool)1, (bool)1, (bool)1, (bool)0, /*hidden argument*/NULL);
return G_B3_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.Reflection.AssemblyProductAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_mAA824DFBD053BB066CD1F5D6E6FB01257EA6F588 (AssemblyProductAttribute_tDC2C08690010822BC94D1AE8E49D0EE33AE7CAA6 * __this, String_t* ___product0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___product0;
__this->set_m_product_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.Reflection.AssemblyTitleAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_m629E14EAA0DD77FDFD7C806AC703D262D7C3E791 (AssemblyTitleAttribute_t0A1E924DB8432B9BEDE2290C9EC9D4B6EB9C79EC * __this, String_t* ___title0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___title0;
__this->set_m_title_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.Reflection.AssemblyTrademarkAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTrademarkAttribute__ctor_mED3DDAEFE422C33614EE6439949BF5BE084D6C77 (AssemblyTrademarkAttribute_tCA7012FE4691B250B5F913B160C0013F25131331 * __this, String_t* ___trademark0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___trademark0;
__this->set_m_trademark_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.Reflection.Binder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Binder__ctor_m64E1D14D089E10DB9DAD79A4DC5873472008E99E (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * __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
#ifdef __clang__
#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.Reflection.ConstructorInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstructorInfo__ctor_mB0149250348ADBEF3F0D48AE0671A156097A8F75 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, const RuntimeMethod* method)
{
{
MethodBase__ctor_m1DB9E12C86132DD3C7E192C57571799CB97D74F9(__this, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.MemberTypes System.Reflection.ConstructorInfo::get_MemberType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstructorInfo_get_MemberType_m729EF1D14D8702918B7FD60C44437EC0D63D2327 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, const RuntimeMethod* method)
{
{
return (int32_t)(1);
}
}
// System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_0 = NULL;
RuntimeObject * G_B2_1 = NULL;
int32_t G_B2_2 = 0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * G_B2_3 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_0 = NULL;
RuntimeObject * G_B1_1 = NULL;
int32_t G_B1_2 = 0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * G_B1_3 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___parameters0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = NULL;
G_B1_2 = ((int32_t)512);
G_B1_3 = __this;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = NULL;
G_B2_2 = ((int32_t)512);
G_B2_3 = __this;
goto IL_0011;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var))->get_Value_0();
G_B2_0 = L_2;
G_B2_1 = G_B1_1;
G_B2_2 = G_B1_2;
G_B2_3 = G_B1_3;
}
IL_0011:
{
NullCheck(G_B2_3);
RuntimeObject * L_3 = VirtFuncInvoker4< RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(38 /* System.Object System.Reflection.ConstructorInfo::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, G_B2_3, G_B2_2, (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)G_B2_1, G_B2_0, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL);
return L_3;
}
}
// System.Boolean System.Reflection.ConstructorInfo::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_Equals_mB7871B8FF9853669CAEA4AAFAC8DFA58D7506429 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___obj0;
return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)__this))? 1 : 0);
}
}
// System.Int32 System.Reflection.ConstructorInfo::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstructorInfo_GetHashCode_m06D5F22842EB23102A4FB6F23E50A6CCD32198E2 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = MethodBase_GetHashCode_m55E538F2842D4B18101C291C47380E97B366202F(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Reflection.ConstructorInfo::op_Equality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method)
{
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = ___left0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_1 = ___right1;
if ((!(((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_0) == ((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_2 = ___left0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_3 = ___right1;
if (!((int32_t)((int32_t)((((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0))))
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_0013:
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_4 = ___left0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_5 = ___right1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
return L_6;
}
}
// System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method)
{
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = ___left0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_1 = ___right1;
if ((!(((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_0) == ((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)0;
}
IL_0006:
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_2 = ___left0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_3 = ___right1;
if (!((int32_t)((int32_t)((((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0))))
{
goto IL_0013;
}
}
{
return (bool)1;
}
IL_0013:
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_4 = ___left0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_5 = ___right1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Reflection.ConstructorInfo::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstructorInfo__cctor_mE7FF76E2518E432483251CF1DDEC896BAECF331A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConstructorInfo__cctor_mE7FF76E2518E432483251CF1DDEC896BAECF331A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var))->set_ConstructorName_0(_stringLiteral61949ED5CFFA2530579D719C807A8522959586DD);
((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var))->set_TypeConstructorName_1(_stringLiteral93B051546FEE5C330DD87032B1F06D531BB21AD0);
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.Reflection.CustomAttributeData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomAttributeData__ctor_m13E08DE418B9553441E9DAF7EAC6CB39E32EFEEC (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Reflection.CustomAttributeData::.ctor(System.Reflection.ConstructorInfo,System.Reflection.Assembly,System.IntPtr,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomAttributeData__ctor_m266BD7CDA05321CC9907149ABF403EA1C35BECB4 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___ctorInfo0, Assembly_t * ___assembly1, intptr_t ___data2, uint32_t ___data_length3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData__ctor_m266BD7CDA05321CC9907149ABF403EA1C35BECB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = ___ctorInfo0;
__this->set_ctorInfo_0(L_0);
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * L_1 = (LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 *)il2cpp_codegen_object_new(LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38_il2cpp_TypeInfo_var);
LazyCAttrData__ctor_m3E59DFD149279F2FC16E37A8B9176017E2556170(L_1, /*hidden argument*/NULL);
__this->set_lazyData_3(L_1);
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * L_2 = __this->get_lazyData_3();
Assembly_t * L_3 = ___assembly1;
NullCheck(L_2);
L_2->set_assembly_0(L_3);
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * L_4 = __this->get_lazyData_3();
intptr_t L_5 = ___data2;
NullCheck(L_4);
L_4->set_data_1((intptr_t)L_5);
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * L_6 = __this->get_lazyData_3();
uint32_t L_7 = ___data_length3;
NullCheck(L_6);
L_6->set_data_length_2(L_7);
return;
}
}
// System.Void System.Reflection.CustomAttributeData::ResolveArgumentsInternal(System.Reflection.ConstructorInfo,System.Reflection.Assembly,System.IntPtr,System.UInt32,System.Object[]&,System.Object[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomAttributeData_ResolveArgumentsInternal_m5F4DEAFAA9473BE5417DBDF1C644DFC5FB41E185 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___ctor0, Assembly_t * ___assembly1, intptr_t ___data2, uint32_t ___data_length3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___ctorArgs4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___namedArgs5, const RuntimeMethod* method)
{
typedef void (*CustomAttributeData_ResolveArgumentsInternal_m5F4DEAFAA9473BE5417DBDF1C644DFC5FB41E185_ftn) (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *, Assembly_t *, intptr_t, uint32_t, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**);
using namespace il2cpp::icalls;
((CustomAttributeData_ResolveArgumentsInternal_m5F4DEAFAA9473BE5417DBDF1C644DFC5FB41E185_ftn)mscorlib::System::Reflection::CustomAttributeData::ResolveArgumentsInternal) (___ctor0, ___assembly1, ___data2, ___data_length3, ___ctorArgs4, ___namedArgs5);
}
// System.Void System.Reflection.CustomAttributeData::ResolveArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomAttributeData_ResolveArguments_m5D8B42606832BAD2FAFF1B003F2E86F44E070766 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_ResolveArguments_m5D8B42606832BAD2FAFF1B003F2E86F44E070766_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * G_B4_0 = NULL;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * G_B3_0 = NULL;
CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* G_B5_0 = NULL;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * G_B5_1 = NULL;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * G_B7_0 = NULL;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * G_B6_0 = NULL;
CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* G_B8_0 = NULL;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * G_B8_1 = NULL;
{
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * L_0 = __this->get_lazyData_3();
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_1 = __this->get_ctorInfo_0();
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * L_2 = __this->get_lazyData_3();
NullCheck(L_2);
Assembly_t * L_3 = L_2->get_assembly_0();
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * L_4 = __this->get_lazyData_3();
NullCheck(L_4);
intptr_t L_5 = L_4->get_data_1();
LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * L_6 = __this->get_lazyData_3();
NullCheck(L_6);
uint32_t L_7 = L_6->get_data_length_2();
CustomAttributeData_ResolveArgumentsInternal_m5F4DEAFAA9473BE5417DBDF1C644DFC5FB41E185(L_1, L_3, (intptr_t)L_5, L_7, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&V_0), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&V_1), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = V_0;
G_B3_0 = __this;
if (L_8)
{
G_B4_0 = __this;
goto IL_0044;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tF27C580BF18AADF6B14CF7748F833DFD53A112CB_il2cpp_TypeInfo_var);
CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* L_9 = ((EmptyArray_1_tF27C580BF18AADF6B14CF7748F833DFD53A112CB_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tF27C580BF18AADF6B14CF7748F833DFD53A112CB_il2cpp_TypeInfo_var))->get_Value_0();
G_B5_0 = L_9;
G_B5_1 = G_B3_0;
goto IL_004a;
}
IL_0044:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = V_0;
CustomAttributeTypedArgumentU5BU5D_t9F6789B0E2215365EA8161484FC1E4B6F9446C05* L_11 = CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m846F81B95C445180214406E0D355EBA8EC9644D1(L_10, /*hidden argument*/CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m846F81B95C445180214406E0D355EBA8EC9644D1_RuntimeMethod_var);
G_B5_0 = L_11;
G_B5_1 = G_B4_0;
}
IL_004a:
{
ReadOnlyCollection_1_tC2509BCA9998A9487BF53350FF82BD2674DDFDE5 * L_12 = Array_AsReadOnly_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m06C336FC2EAE4D5574984D19ABC43E76AC808E6A(G_B5_0, /*hidden argument*/Array_AsReadOnly_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m06C336FC2EAE4D5574984D19ABC43E76AC808E6A_RuntimeMethod_var);
NullCheck(G_B5_1);
G_B5_1->set_ctorArgs_1(L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_1;
G_B6_0 = __this;
if (L_13)
{
G_B7_0 = __this;
goto IL_005f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tD1EC5ECDBEFFE93783B81CD6F9B2C16F13DF0034_il2cpp_TypeInfo_var);
CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* L_14 = ((EmptyArray_1_tD1EC5ECDBEFFE93783B81CD6F9B2C16F13DF0034_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tD1EC5ECDBEFFE93783B81CD6F9B2C16F13DF0034_il2cpp_TypeInfo_var))->get_Value_0();
G_B8_0 = L_14;
G_B8_1 = G_B6_0;
goto IL_0065;
}
IL_005f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = V_1;
CustomAttributeNamedArgumentU5BU5D_tFD37F6CE782EF87006B5F999D53A711D1A7B9828* L_16 = CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mC152FBD94252DA2417B7773AE16C51154C9F6A72(L_15, /*hidden argument*/CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mC152FBD94252DA2417B7773AE16C51154C9F6A72_RuntimeMethod_var);
G_B8_0 = L_16;
G_B8_1 = G_B7_0;
}
IL_0065:
{
ReadOnlyCollection_1_tDB8F0CA62CF79B1054F1B209516B0E4E17B3E6C8 * L_17 = Array_AsReadOnly_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m052EECB0368B9A6A1E9A05BBDC486190E5A92946(G_B8_0, /*hidden argument*/Array_AsReadOnly_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m052EECB0368B9A6A1E9A05BBDC486190E5A92946_RuntimeMethod_var);
NullCheck(G_B8_1);
G_B8_1->set_namedArgs_2(L_17);
__this->set_lazyData_3((LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 *)NULL);
return;
}
}
// System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::get_Constructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * CustomAttributeData_get_Constructor_mF950D0FF414E6374126D23D1EDDCA409292E23A3 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method)
{
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = __this->get_ctorInfo_0();
return L_0;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeTypedArgument> System.Reflection.CustomAttributeData::get_ConstructorArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_get_ConstructorArguments_m8DE989579D9B4EF02F826FC7B8326591F8871B33 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method)
{
{
CustomAttributeData_ResolveArguments_m5D8B42606832BAD2FAFF1B003F2E86F44E070766(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = __this->get_ctorArgs_1();
return L_0;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeNamedArgument> System.Reflection.CustomAttributeData::get_NamedArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_get_NamedArguments_mF9B5751168B176A3B806887678448E66BFEE3752 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method)
{
{
CustomAttributeData_ResolveArguments_m5D8B42606832BAD2FAFF1B003F2E86F44E070766(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = __this->get_namedArgs_2();
return L_0;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_mBBAF52806BF1845EFFEF6999FFD1142B9B9B0B10 (Assembly_t * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_mBBAF52806BF1845EFFEF6999FFD1142B9B9B0B10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Assembly_t * L_0 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146 (MemberInfo_t * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MemberInfo_t * L_0 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.Reflection.CustomAttributeData::GetCustomAttributesInternal(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributesInternal_m8D1C3A30B4A14B6CC103B0AADC90BC8FDBF14E2C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributesInternal_m8D1C3A30B4A14B6CC103B0AADC90BC8FDBF14E2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.Module)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m80097B086E843F6ACF356E4AEDCF73D1BE7E7F4C (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m80097B086E843F6ACF356E4AEDCF73D1BE7E7F4C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_0 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.ParameterInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m778A759850A85D2DD155EFC04792AC738EEA2E9A (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m778A759850A85D2DD155EFC04792AC738EEA2E9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_0 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_mAB4CAB0551B8FBEC9877A3093A379242C54D8632(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Type System.Reflection.CustomAttributeData::get_AttributeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * CustomAttributeData_get_AttributeType_mA302BC27294A807120CDE7EA2F831B12B4DA88A6 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method)
{
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = __this->get_ctorInfo_0();
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
return L_1;
}
}
// System.String System.Reflection.CustomAttributeData::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomAttributeData_ToString_m3A97B6B762F0AD455BBCB346ACB6F677B4F004B8 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_ToString_m3A97B6B762F0AD455BBCB346ACB6F677B4F004B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E V_4;
memset((&V_4), 0, sizeof(V_4));
{
CustomAttributeData_ResolveArguments_m5D8B42606832BAD2FAFF1B003F2E86F44E070766(__this, /*hidden argument*/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;
StringBuilder_t * L_1 = V_0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_2 = __this->get_ctorInfo_0();
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_2);
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_3);
String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, L_4, _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40, /*hidden argument*/NULL);
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, L_5, /*hidden argument*/NULL);
V_1 = 0;
goto IL_0077;
}
IL_0036:
{
StringBuilder_t * L_6 = V_0;
RuntimeObject* L_7 = __this->get_ctorArgs_1();
int32_t L_8 = V_1;
NullCheck(L_7);
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_9 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.Reflection.CustomAttributeTypedArgument>::get_Item(System.Int32) */, IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE_il2cpp_TypeInfo_var, L_7, L_8);
V_2 = L_9;
String_t* L_10 = CustomAttributeTypedArgument_ToString_mC9E222964187E05A001066301E035E829987A70F((CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(&V_2), /*hidden argument*/NULL);
NullCheck(L_6);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_6, L_10, /*hidden argument*/NULL);
int32_t L_11 = V_1;
RuntimeObject* L_12 = __this->get_ctorArgs_1();
NullCheck(L_12);
int32_t L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */, ICollection_1_tD5445A483D025654198185F0941FFAEAC7CA32CA_il2cpp_TypeInfo_var, L_12);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) >= ((int32_t)L_13)))
{
goto IL_0073;
}
}
{
StringBuilder_t * L_14 = V_0;
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_0073:
{
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0077:
{
int32_t L_16 = V_1;
RuntimeObject* L_17 = __this->get_ctorArgs_1();
NullCheck(L_17);
int32_t L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */, ICollection_1_tD5445A483D025654198185F0941FFAEAC7CA32CA_il2cpp_TypeInfo_var, L_17);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0036;
}
}
{
RuntimeObject* L_19 = __this->get_namedArgs_2();
NullCheck(L_19);
int32_t L_20 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */, ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var, L_19);
if ((((int32_t)L_20) <= ((int32_t)0)))
{
goto IL_009f;
}
}
{
StringBuilder_t * L_21 = V_0;
NullCheck(L_21);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_21, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_009f:
{
V_3 = 0;
goto IL_00e5;
}
IL_00a3:
{
StringBuilder_t * L_22 = V_0;
RuntimeObject* L_23 = __this->get_namedArgs_2();
int32_t L_24 = V_3;
NullCheck(L_23);
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_25 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.Reflection.CustomAttributeNamedArgument>::get_Item(System.Int32) */, IList_1_tD431CA53D2DA04D533C85B6F283DF4535D06B9FC_il2cpp_TypeInfo_var, L_23, L_24);
V_4 = L_25;
String_t* L_26 = CustomAttributeNamedArgument_ToString_mBFC8371ADFC09A5A8FCDCD234E35DA4B4AB53EB8((CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(&V_4), /*hidden argument*/NULL);
NullCheck(L_22);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_22, L_26, /*hidden argument*/NULL);
int32_t L_27 = V_3;
RuntimeObject* L_28 = __this->get_namedArgs_2();
NullCheck(L_28);
int32_t L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */, ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var, L_28);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))) >= ((int32_t)L_29)))
{
goto IL_00e1;
}
}
{
StringBuilder_t * L_30 = V_0;
NullCheck(L_30);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_30, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00e1:
{
int32_t L_31 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_00e5:
{
int32_t L_32 = V_3;
RuntimeObject* L_33 = __this->get_namedArgs_2();
NullCheck(L_33);
int32_t L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */, ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var, L_33);
if ((((int32_t)L_32) < ((int32_t)L_34)))
{
goto IL_00a3;
}
}
{
StringBuilder_t * L_35 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_36 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
NullCheck(L_35);
StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774(L_35, _stringLiteralDC5E2BC1EE2F4BCBFADF10E61E1864076D015CD3, L_36, /*hidden argument*/NULL);
StringBuilder_t * L_37 = V_0;
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37);
return L_38;
}
}
// System.Boolean System.Reflection.CustomAttributeData::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomAttributeData_Equals_mD7A2193F3809E7DD5C334421D566E46BFFEED212 (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_Equals_mD7A2193F3809E7DD5C334421D566E46BFFEED212_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * V_0 = NULL;
int32_t V_1 = 0;
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E V_6;
memset((&V_6), 0, sizeof(V_6));
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 *)IsInstClass((RuntimeObject*)L_0, CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88_il2cpp_TypeInfo_var));
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_1 = V_0;
if (!L_1)
{
goto IL_004d;
}
}
{
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_2 = V_0;
NullCheck(L_2);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_3 = L_2->get_ctorInfo_0();
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_4 = __this->get_ctorInfo_0();
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_5 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_3, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_004d;
}
}
{
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_6 = V_0;
NullCheck(L_6);
RuntimeObject* L_7 = L_6->get_ctorArgs_1();
NullCheck(L_7);
int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */, ICollection_1_tD5445A483D025654198185F0941FFAEAC7CA32CA_il2cpp_TypeInfo_var, L_7);
RuntimeObject* L_9 = __this->get_ctorArgs_1();
NullCheck(L_9);
int32_t L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */, ICollection_1_tD5445A483D025654198185F0941FFAEAC7CA32CA_il2cpp_TypeInfo_var, L_9);
if ((!(((uint32_t)L_8) == ((uint32_t)L_10))))
{
goto IL_004d;
}
}
{
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_11 = V_0;
NullCheck(L_11);
RuntimeObject* L_12 = L_11->get_namedArgs_2();
NullCheck(L_12);
int32_t L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */, ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var, L_12);
RuntimeObject* L_14 = __this->get_namedArgs_2();
NullCheck(L_14);
int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */, ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var, L_14);
if ((((int32_t)L_13) == ((int32_t)L_15)))
{
goto IL_004f;
}
}
IL_004d:
{
return (bool)0;
}
IL_004f:
{
V_1 = 0;
goto IL_0086;
}
IL_0053:
{
RuntimeObject* L_16 = __this->get_ctorArgs_1();
int32_t L_17 = V_1;
NullCheck(L_16);
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_18 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.Reflection.CustomAttributeTypedArgument>::get_Item(System.Int32) */, IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE_il2cpp_TypeInfo_var, L_16, L_17);
V_2 = L_18;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_19 = V_0;
NullCheck(L_19);
RuntimeObject* L_20 = L_19->get_ctorArgs_1();
int32_t L_21 = V_1;
NullCheck(L_20);
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_22 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.Reflection.CustomAttributeTypedArgument>::get_Item(System.Int32) */, IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE_il2cpp_TypeInfo_var, L_20, L_21);
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_23 = L_22;
RuntimeObject * L_24 = Box(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_il2cpp_TypeInfo_var, &L_23);
bool L_25 = CustomAttributeTypedArgument_Equals_mCBC1A766B39E8BE8BAE5B85F0C9B18797366CC88((CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(&V_2), L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_0082;
}
}
{
return (bool)0;
}
IL_0082:
{
int32_t L_26 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0086:
{
int32_t L_27 = V_1;
RuntimeObject* L_28 = __this->get_ctorArgs_1();
NullCheck(L_28);
int32_t L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */, ICollection_1_tD5445A483D025654198185F0941FFAEAC7CA32CA_il2cpp_TypeInfo_var, L_28);
if ((((int32_t)L_27) < ((int32_t)L_29)))
{
goto IL_0053;
}
}
{
V_3 = 0;
goto IL_00f3;
}
IL_0098:
{
V_4 = (bool)0;
V_5 = 0;
goto IL_00da;
}
IL_00a0:
{
RuntimeObject* L_30 = __this->get_namedArgs_2();
int32_t L_31 = V_3;
NullCheck(L_30);
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_32 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.Reflection.CustomAttributeNamedArgument>::get_Item(System.Int32) */, IList_1_tD431CA53D2DA04D533C85B6F283DF4535D06B9FC_il2cpp_TypeInfo_var, L_30, L_31);
V_6 = L_32;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_33 = V_0;
NullCheck(L_33);
RuntimeObject* L_34 = L_33->get_namedArgs_2();
int32_t L_35 = V_5;
NullCheck(L_34);
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_36 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.Reflection.CustomAttributeNamedArgument>::get_Item(System.Int32) */, IList_1_tD431CA53D2DA04D533C85B6F283DF4535D06B9FC_il2cpp_TypeInfo_var, L_34, L_35);
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_37 = L_36;
RuntimeObject * L_38 = Box(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_il2cpp_TypeInfo_var, &L_37);
bool L_39 = CustomAttributeNamedArgument_Equals_mDA255630CA97FF60745C1B0440ACF44B3E94998B((CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(&V_6), L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_00d4;
}
}
{
V_4 = (bool)1;
goto IL_00e9;
}
IL_00d4:
{
int32_t L_40 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
}
IL_00da:
{
int32_t L_41 = V_5;
CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_42 = V_0;
NullCheck(L_42);
RuntimeObject* L_43 = L_42->get_namedArgs_2();
NullCheck(L_43);
int32_t L_44 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */, ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var, L_43);
if ((((int32_t)L_41) < ((int32_t)L_44)))
{
goto IL_00a0;
}
}
IL_00e9:
{
bool L_45 = V_4;
if (L_45)
{
goto IL_00ef;
}
}
{
return (bool)0;
}
IL_00ef:
{
int32_t L_46 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_00f3:
{
int32_t L_47 = V_3;
RuntimeObject* L_48 = __this->get_namedArgs_2();
NullCheck(L_48);
int32_t L_49 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */, ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var, L_48);
if ((((int32_t)L_47) < ((int32_t)L_49)))
{
goto IL_0098;
}
}
{
return (bool)1;
}
}
// System.Int32 System.Reflection.CustomAttributeData::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CustomAttributeData_GetHashCode_mE06A10E4F47B180F808545797CC43AD22085AE3D (CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomAttributeData_GetHashCode_mE06A10E4F47B180F808545797CC43AD22085AE3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t G_B3_0 = 0;
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = __this->get_ctorInfo_0();
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_1 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_0, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001e;
}
}
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_2 = __this->get_ctorInfo_0();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2);
G_B3_0 = ((int32_t)((int32_t)L_3<<(int32_t)((int32_t)16)));
goto IL_0020;
}
IL_001e:
{
G_B3_0 = ((int32_t)13);
}
IL_0020:
{
V_0 = G_B3_0;
RuntimeObject* L_4 = __this->get_ctorArgs_1();
if (!L_4)
{
goto IL_0067;
}
}
{
V_1 = 0;
goto IL_0059;
}
IL_002d:
{
int32_t L_5 = V_0;
int32_t L_6 = V_0;
RuntimeObject* L_7 = __this->get_ctorArgs_1();
int32_t L_8 = V_1;
NullCheck(L_7);
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_9 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.Reflection.CustomAttributeTypedArgument>::get_Item(System.Int32) */, IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE_il2cpp_TypeInfo_var, L_7, L_8);
V_2 = L_9;
int32_t L_10 = CustomAttributeTypedArgument_GetHashCode_mBAACEB5B2853174C5CB8C1D719CCDC06DD08ECD9((CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(&V_2), /*hidden argument*/NULL);
int32_t L_11 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)((int32_t)L_6^(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_10))<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)4))&(int32_t)((int32_t)31)))))))));
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0059:
{
int32_t L_13 = V_1;
RuntimeObject* L_14 = __this->get_ctorArgs_1();
NullCheck(L_14);
int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */, ICollection_1_tD5445A483D025654198185F0941FFAEAC7CA32CA_il2cpp_TypeInfo_var, L_14);
if ((((int32_t)L_13) < ((int32_t)L_15)))
{
goto IL_002d;
}
}
IL_0067:
{
RuntimeObject* L_16 = __this->get_namedArgs_2();
if (!L_16)
{
goto IL_00a5;
}
}
{
V_3 = 0;
goto IL_0097;
}
IL_0073:
{
int32_t L_17 = V_0;
RuntimeObject* L_18 = __this->get_namedArgs_2();
int32_t L_19 = V_3;
NullCheck(L_18);
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_20 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.Reflection.CustomAttributeNamedArgument>::get_Item(System.Int32) */, IList_1_tD431CA53D2DA04D533C85B6F283DF4535D06B9FC_il2cpp_TypeInfo_var, L_18, L_19);
V_4 = L_20;
int32_t L_21 = CustomAttributeNamedArgument_GetHashCode_m33AFF5ED2CD0D392BFC0FA792B16FD33F5095057((CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(&V_4), /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_21<<(int32_t)5))));
int32_t L_22 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0097:
{
int32_t L_23 = V_3;
RuntimeObject* L_24 = __this->get_namedArgs_2();
NullCheck(L_24);
int32_t L_25 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */, ICollection_1_t095D6C6BFD1D22ABFF6C409703945E5F56D63A60_il2cpp_TypeInfo_var, L_24);
if ((((int32_t)L_23) < ((int32_t)L_25)))
{
goto IL_0073;
}
}
IL_00a5:
{
int32_t L_26 = V_0;
return L_26;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * LocalDataStoreSlot_get_Manager_m75417D224C02173EC33CFD9BF494E82A70B21EDD_inline (LocalDataStoreSlot_tFE02E6A0F07F1CD042342F13B3C4E8E64A550C8E * __this, const RuntimeMethod* method)
{
{
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * L_0 = __this->get_m_mgr_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool AttributeUsageAttribute_get_Inherited_mE46032EFECAED37FA15BCEE3384DFA4E9868024F_inline (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_inherited_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * AttributeInfo_get_Usage_mC0CA19AEB050A11C3E89E5A015E204AB9D51F4A0_inline (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * __this, const RuntimeMethod* method)
{
{
AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * L_0 = __this->get__usage_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool AttributeUsageAttribute_get_AllowMultiple_mF910B0B16B485A8F02C54854FC9A9604B8810FF7_inline (AttributeUsageAttribute_t1B765F643562D0CD97D0B6B34D121C6AD9CE2388 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_allowMultiple_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AttributeInfo_get_InheritanceLevel_mDC293DDDC43F613FBBA304C3A5FDC63AB3961AAD_inline (AttributeInfo_t03612660D52EF536A548174E3C1CC246B848E91A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__inheritanceLevel_1();
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 String_t* NumberFormatInfo_get_CurrencySymbol_mCF44B13A447FCDB66F697A9806635C02136A8A16_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_currencySymbol_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m1A9F946D267B5C2FC5982D34AF97D9AEB9C24A6E_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_numberDecimalSeparator_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_mD995708E10C4CC55A19E7126E7A6C256A2DD1A35_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_numberGroupSeparator_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_mB1EE2B6EA5D9F58355F26F071B9A08435378214D_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_currencyDecimalSeparator_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_m5AC1CA2A478284D1D059459951C8208168A20130_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_currencyGroupSeparator_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberNegativePattern_mF41D38C78ED74CB2F365ECE09BFB386434F2B017_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_numberNegativePattern_25();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_m268EA84CDC3A03566ACDC10208E165DB74948747_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_positiveSign_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_mB6597316FD4141F077EFBDE508A2CF12C91A37BA_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_negativeSign_5();
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 bool CultureInfo_get_IsReadOnly_m527F0337C516B57391AD20A70BF18FF7B0AC4849_inline (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isReadOnly_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyDecimalDigits_mB08BE40DFC57B589B74916CF3D63CEBBC7432C25_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_currencyDecimalDigits_22();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_mA9F592EAAA7F5BD929C60D65936892A45A101D7B_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_currencyPositivePattern_23();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyNegativePattern_mFC6B6D99EB695BFB5ED94F3F7F4DD40F5D02A58A_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_currencyNegativePattern_24();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberDecimalDigits_m52C856E2079DAA1657069DB00506DCF77EA62DC2_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_numberDecimalDigits_21();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentDecimalDigits_mC976C226BAA510C75E13D526FF7407B2A2E2A164_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_percentDecimalDigits_28();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentPositivePattern_mD23B2B53488F48B707952CCFADD216A7E7BAA430_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_percentPositivePattern_26();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_m6661F58FEE65E75453C83AD04492B1C5199B2DAB_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_percentSymbol_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentNegativePattern_m9563E73E22236A41D695465A1B2E76F3AA7DD463_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_percentNegativePattern_27();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentGroupSeparator_mBCCC5E617B3BEFED528AB99571AC593CEA45B4EC_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_percentGroupSeparator_16();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentDecimalSeparator_m8E0E23E04199DCA6D6E7E494D11522465180CCD2_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_percentDecimalSeparator_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_m3876887016E8E505064301E65DC57B76040FF42E_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_perMilleSymbol_18();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Revision_mB0BADD4E233FA3001FB7BB4795A0A330880453BB_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__Revision_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* OperatingSystem_get_ServicePack_m1422AB987FD04C0E35A0BDCEA383949E6C73F11B_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__servicePack_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void OperationCanceledException_set_CancellationToken_m904FCA691292CAA2929CBDE0F03D826A83AD2C46_inline (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___value0, const RuntimeMethod* method)
{
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = ___value0;
__this->set__cancellationToken_17(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t FormatParam_get_Int32_m72E4607F3129B8BBE4D652C28F5DA820F42A6A40_inline (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__int32_0();
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 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_GetPublicKey_mE3CEA4E85E2A0E7DF19423368DE900BC465EF1B4_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_publicKey_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * AssemblyName_get_Version_m82317447EFD059F46EA783D92CD7AE653AA81D47_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_0 = __this->get_version_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AssemblyName_get_Flags_m2AE7F6C545B29056F4CF20E74DB02B5B6021A530_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_flags_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AssemblyName_set_Flags_mC8051F2E205A381653751FF7322B5B2534706922_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_flags_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AssemblyName_set_CultureInfo_m21FB40AAEEEF7C5CC6CDDCC6F6E6678B235CC63B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___value0;
__this->set_cultureinfo_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AssemblyName_set_Name_mC3FBA6D29B4DAFE0EEA244853146DB7F08B9C93A_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_name_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Major_m7A6BEEF367674B8C06B15F6675AFF0C32CCEE87C_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__Major_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Minor_mCBAFA7052D1786A47B4BA971E7193A4EB9A7D059_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__Minor_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Build_m184E3AAE13518CEA172E9C6860E9359D567E64DB_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__Build_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method)
{
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
return L_0;
}
}