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

42561 lines
2.0 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
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 T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
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>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
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, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct InterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Boolean[]
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Concurrent.ConcurrentDictionary`2/Tables<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>
struct Tables_t174D3C1864443D6528B56B576925C2737DD8B12C;
// System.Collections.Concurrent.ConcurrentDictionary`2/Tables<System.String,System.Object>
struct Tables_tBE0CD530F6EA9BA8128EB1ADBDFBF89B69FD45DE;
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>
struct ConcurrentDictionary_2_tA88F3141DECC2BEA9B6C5335FCE3115CD57B7FF9;
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>
struct ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA;
// System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>
struct ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A;
// System.Collections.Generic.Dictionary`2/Entry<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>[]
struct EntryU5BU5D_tEB4EC0F7B83276A226E0EAF9EE0D2FA2815BF2CF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>
struct KeyCollection_t168BC5D95F394B147D1046A2DABC6D11E9057444;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>
struct ValueCollection_t31843DDF121614EEE113E55DA3D59BD09C317ACC;
// 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.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>
struct Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934;
// System.Collections.Generic.IEqualityComparer`1<System.Runtime.Serialization.MemberHolder>
struct IEqualityComparer_1_t9B9D5632DA5C9F54A3EA0819CA7A3835C9A000B3;
// 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.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>
struct List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D;
// System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>
struct List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469;
// System.Collections.Generic.List`1<System.Type>
struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3;
// 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.Func`2<System.Object,System.Object>
struct Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4;
// System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>
struct Func_2_t13827C9725E0D12567E029E178981FB7D0E13430;
// System.Func`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>
struct Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86;
// System.Func`4<System.Object,System.Object,System.Boolean,System.Object>
struct Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0;
// System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>
struct Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IDisposable
struct IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.BinaryReader
struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969;
// System.IO.BinaryWriter
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.Int16[]
struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.Int64[]
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF;
// System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Assembly
struct Assembly_t;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
// System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MemberInfo[]
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6;
// System.Reflection.MethodBase
struct MethodBase_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Reflection.RtFieldInfo
struct RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579;
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1;
// System.Reflection.RuntimeConstructorInfo
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D;
// System.Reflection.RuntimeFieldInfo
struct RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7;
// System.Reflection.StrongNameKeyPair
struct StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD;
// System.Reflection.TypeFilter
struct TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18;
// System.Runtime.CompilerServices.TypeForwardedFromAttribute
struct TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2;
// System.Runtime.Remoting.Contexts.Context
struct Context_tE86AB6B3D9759C8E715184808579EFE761683724;
// System.Runtime.Remoting.Contexts.ContextCallbackObject
struct ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0;
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection
struct DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C;
// System.Runtime.Remoting.DisposerReplySink
struct DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13;
// 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.ILease
struct ILease_t341D788D16ADC594871883DAC6ADB6A316E1AF4B;
// System.Runtime.Remoting.Lifetime.Lease
struct Lease_t33787DBF803EE2586CBFDC46E3528D17F14AD3A3;
// System.Runtime.Remoting.Messaging.Header
struct Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C;
// System.Runtime.Remoting.Messaging.HeaderHandler
struct HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F;
// System.Runtime.Remoting.Messaging.Header[]
struct HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC;
// System.Runtime.Remoting.Messaging.IMessage
struct IMessage_t959A000023FFE2ED91C7AF8BB68CB6482888F8EB;
// System.Runtime.Remoting.Messaging.IMessageCtrl
struct IMessageCtrl_t51110C788CCAABE4722884C5FBAF98D97E90DA3D;
// System.Runtime.Remoting.Messaging.IMessageSink
struct IMessageSink_tB1CED1C3E8A2782C843D48468DB443B7940FC76C;
// System.Runtime.Remoting.Metadata.SoapAttribute
struct SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE;
// System.Runtime.Remoting.Metadata.SoapFieldAttribute
struct SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C;
// System.Runtime.Remoting.Metadata.SoapTypeAttribute
struct SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A;
// System.Runtime.Remoting.ObjRef
struct ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2;
// System.Runtime.Remoting.RemotingException
struct RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C;
// System.Runtime.Remoting.ServerIdentity
struct ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2;
// System.Runtime.Remoting.Services.ITrackingHandler
struct ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734;
// System.Runtime.Remoting.SingleCallIdentity
struct SingleCallIdentity_tAFE479E42C2A9EFED817B8D3426104994CC04083;
// System.Runtime.Remoting.SingletonIdentity
struct SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5;
// System.Runtime.Remoting.SoapServices/TypeInfo
struct TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0;
// System.Runtime.Remoting.TypeEntry
struct TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438;
// System.Runtime.Remoting.TypeInfo
struct TypeInfo_t621BE6C30385097A31E23DE8B512AA8558B588EE;
// System.Runtime.Remoting.WellKnownClientTypeEntry
struct WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053;
// System.Runtime.Remoting.WellKnownServiceTypeEntry
struct WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE;
// System.Runtime.Serialization.DeserializationEventHandler
struct DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF;
// System.Runtime.Serialization.FixupHolder
struct FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117;
// System.Runtime.Serialization.FixupHolderList
struct FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A;
// System.Runtime.Serialization.FixupHolder[]
struct FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641;
// System.Runtime.Serialization.FormatterConverter
struct FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85;
// System.Runtime.Serialization.FormatterServices/<>c__DisplayClass9_0
struct U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D;
// System.Runtime.Serialization.Formatters.Binary.BinaryArray
struct BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94;
// System.Runtime.Serialization.Formatters.Binary.BinaryAssembly
struct BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE;
// System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo
struct BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B;
// System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly
struct BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9;
// System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap
struct BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E;
// System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString
struct BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB;
// System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
struct BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0;
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall
struct BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323;
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn
struct BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530;
// System.Runtime.Serialization.Formatters.Binary.BinaryObject
struct BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectString
struct BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap
struct BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped
struct BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[]
struct BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B;
// System.Runtime.Serialization.Formatters.Binary.IntSizedArray
struct IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01;
// System.Runtime.Serialization.Formatters.Binary.InternalFE
struct InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1;
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE[]
struct InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped
struct MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped
struct MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423;
// System.Runtime.Serialization.Formatters.Binary.MemberReference
struct MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66;
// System.Runtime.Serialization.Formatters.Binary.MessageEnd
struct MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF;
// System.Runtime.Serialization.Formatters.Binary.NameCache
struct NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F;
// System.Runtime.Serialization.Formatters.Binary.NameInfo
struct NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77;
// System.Runtime.Serialization.Formatters.Binary.ObjectMap
struct ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D;
// System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo
struct ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8;
// System.Runtime.Serialization.Formatters.Binary.ObjectNull
struct ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05;
// System.Runtime.Serialization.Formatters.Binary.ObjectProgress
struct ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56;
// System.Runtime.Serialization.Formatters.Binary.ObjectReader
struct ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667;
// System.Runtime.Serialization.Formatters.Binary.ObjectReader/TopLevelAssemblyTypeResolver
struct TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8;
// System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeNAssembly
struct TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933;
// System.Runtime.Serialization.Formatters.Binary.ObjectWriter
struct ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16;
// System.Runtime.Serialization.Formatters.Binary.ParseRecord
struct ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6;
// System.Runtime.Serialization.Formatters.Binary.PrimitiveArray
struct PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4;
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo
struct ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache
struct SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit
struct SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2;
// System.Runtime.Serialization.Formatters.Binary.SerStack
struct SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF;
// System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord
struct SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05;
// System.Runtime.Serialization.Formatters.Binary.SizedArray
struct SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C;
// System.Runtime.Serialization.Formatters.Binary.TypeInformation
struct TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17;
// System.Runtime.Serialization.Formatters.Binary.ValueFixup
struct ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA;
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo
struct WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00;
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo[]
struct WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9;
// System.Runtime.Serialization.Formatters.Binary.__BinaryParser
struct __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576;
// System.Runtime.Serialization.Formatters.Binary.__BinaryWriter
struct __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.ISerializationSurrogate
struct ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816;
// System.Runtime.Serialization.ISurrogateSelector
struct ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA;
// System.Runtime.Serialization.MemberHolder
struct MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334;
// System.Runtime.Serialization.ObjectHolderList
struct ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7;
// System.Runtime.Serialization.ObjectHolder[]
struct ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202;
// System.Runtime.Serialization.ObjectIDGenerator
struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1;
// System.Runtime.Serialization.ObjectManager
struct ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4;
// System.Runtime.Serialization.SerializationEventHandler
struct SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A;
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210;
// System.Runtime.Serialization.SerializationFieldInfo
struct SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201;
// System.Runtime.Serialization.SerializationFieldInfo[]
struct SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.Runtime.Serialization.SerializationObjectManager
struct SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA;
// System.Runtime.Serialization.TypeLoadExceptionHolder
struct TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653;
// System.RuntimeType
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F;
// System.RuntimeType[]
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
// System.SByte[]
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889;
// System.Security.Policy.Evidence
struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307;
// System.Security.SecurityException
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5;
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Text.UTF8Encoding
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Type
struct Type_t;
// System.TypeCode[]
struct TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt16[]
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.UInt64[]
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
extern RuntimeClass* AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var;
extern RuntimeClass* BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryArrayTypeEnum_t524B2624D887D491698CB4BECFFC9FCF33871C86_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryTypeEnum_t7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_il2cpp_TypeInfo_var;
extern RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
extern RuntimeClass* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var;
extern RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
extern RuntimeClass* ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A_il2cpp_TypeInfo_var;
extern RuntimeClass* ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA_il2cpp_TypeInfo_var;
extern RuntimeClass* Context_tE86AB6B3D9759C8E715184808579EFE761683724_il2cpp_TypeInfo_var;
extern RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
extern RuntimeClass* Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
extern RuntimeClass* DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F_il2cpp_TypeInfo_var;
extern RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934_il2cpp_TypeInfo_var;
extern RuntimeClass* DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13_il2cpp_TypeInfo_var;
extern RuntimeClass* DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_il2cpp_TypeInfo_var;
extern RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
extern RuntimeClass* EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var;
extern RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB_il2cpp_TypeInfo_var;
extern RuntimeClass* FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var;
extern RuntimeClass* FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var;
extern RuntimeClass* Func_2_t13827C9725E0D12567E029E178981FB7D0E13430_il2cpp_TypeInfo_var;
extern RuntimeClass* Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86_il2cpp_TypeInfo_var;
extern RuntimeClass* Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC_il2cpp_TypeInfo_var;
extern RuntimeClass* ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var;
extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
extern RuntimeClass* ILease_t341D788D16ADC594871883DAC6ADB6A316E1AF4B_il2cpp_TypeInfo_var;
extern RuntimeClass* IMessageSink_tB1CED1C3E8A2782C843D48468DB443B7940FC76C_il2cpp_TypeInfo_var;
extern RuntimeClass* IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var;
extern RuntimeClass* ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var;
extern RuntimeClass* ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816_il2cpp_TypeInfo_var;
extern RuntimeClass* ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var;
extern RuntimeClass* ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A_il2cpp_TypeInfo_var;
extern RuntimeClass* ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734_il2cpp_TypeInfo_var;
extern RuntimeClass* Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var;
extern RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var;
extern RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
extern RuntimeClass* IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalArrayTypeE_tE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalParseTypeE_t53859E04B4CCCAC15695C4008ED656AAAE5D6A3A_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalRemotingServices_t29F59247A12F343EFDCCB57E1F75DC33873532A3_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_il2cpp_TypeInfo_var;
extern RuntimeClass* MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_il2cpp_TypeInfo_var;
extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66_il2cpp_TypeInfo_var;
extern RuntimeClass* MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_il2cpp_TypeInfo_var;
extern RuntimeClass* NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_il2cpp_TypeInfo_var;
extern RuntimeClass* NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_il2cpp_TypeInfo_var;
extern RuntimeClass* ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var;
extern RuntimeClass* PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4_il2cpp_TypeInfo_var;
extern RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var;
extern RuntimeClass* Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var;
extern RuntimeClass* ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_il2cpp_TypeInfo_var;
extern RuntimeClass* RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C_il2cpp_TypeInfo_var;
extern RuntimeClass* RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
extern RuntimeClass* SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var;
extern RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
extern RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var;
extern RuntimeClass* SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var;
extern RuntimeClass* SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2_il2cpp_TypeInfo_var;
extern RuntimeClass* SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA_il2cpp_TypeInfo_var;
extern RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var;
extern RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
extern RuntimeClass* SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C_il2cpp_TypeInfo_var;
extern RuntimeClass* SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C_il2cpp_TypeInfo_var;
extern RuntimeClass* SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var;
extern RuntimeClass* SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8_il2cpp_TypeInfo_var;
extern RuntimeClass* TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
extern RuntimeClass* UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var;
extern RuntimeClass* ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var;
extern RuntimeClass* WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9_il2cpp_TypeInfo_var;
extern RuntimeClass* WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var;
extern RuntimeClass* __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var;
extern RuntimeClass* __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral079254099906492CCE2BBA47946BBE659EB856F6;
extern String_t* _stringLiteral0A2A2CCCF2C08C9DE62081AA802F9254CCAC3B94;
extern String_t* _stringLiteral0B1F89D2E31425DFF5F87CA7E874C32339513C7E;
extern String_t* _stringLiteral0B2F6DA49F1EAC197064F7D8B56931A145C07F43;
extern String_t* _stringLiteral0C5CD494F310691585D499377BEBAED675CD389C;
extern String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
extern String_t* _stringLiteral1145D7FF5DA39D12C22BC0CEEA6DD6A10244B190;
extern String_t* _stringLiteral16C37E95BF92B7413E6D9AE7B704257C7164322D;
extern String_t* _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01;
extern String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
extern String_t* _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76;
extern String_t* _stringLiteral218EC55F63D6ED3982C307DBD8B8F1D45D4C7BF8;
extern String_t* _stringLiteral2237986FB3A858EE35807743FFEB4ED04BDB5244;
extern String_t* _stringLiteral278B54854C7A04DE2D53A55F1A85A12355EFE7BB;
extern String_t* _stringLiteral29A184B65CAB57768DAC7FD2BF422BC583CCC38A;
extern String_t* _stringLiteral316938CD79B51A687EC55B5E0353990046188150;
extern String_t* _stringLiteral32BCDD86083366DEAC549EAB1274A1B133289EAA;
extern String_t* _stringLiteral34396285DCC00850D89DA89D254E9D577693F10B;
extern String_t* _stringLiteral35BEDF26222DB606209340A7D5C40CB5141954AC;
extern String_t* _stringLiteral3A341249ED071235FBBF2FF4F053FDECD3CECCBD;
extern String_t* _stringLiteral3ADFC2074B5D0DA56AAE8C04AF047DE8BA33001D;
extern String_t* _stringLiteral3DDFC0DDCD8D19F9839B8B3782BD80CD8C9F7A30;
extern String_t* _stringLiteral3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264;
extern String_t* _stringLiteral3E0040DE2ED6FBB175C03E1CFA52E40F9B7638E3;
extern String_t* _stringLiteral3FFBF029170F49EDDBB26DBBD0BFE2FC0FF6A621;
extern String_t* _stringLiteral409C6FD541E1E4ADEF912A193B1417AB9806716F;
extern String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
extern String_t* _stringLiteral464E32D9ED1361786904937EE4F912B751C37B2A;
extern String_t* _stringLiteral4975019776955B496F12DDE572B06527D53A3D69;
extern String_t* _stringLiteral49A5F5D435638D7B1D2AA6AD1C31E898F3BD9D44;
extern String_t* _stringLiteral4B96E41B05CEA388BE98A86628839E5144ACED38;
extern String_t* _stringLiteral4E510487A47D4044DD1C268A43E9B33E436B72CF;
extern String_t* _stringLiteral4EEFB5B30F9DF87CE6BB80E12AF837CB10EAC54B;
extern String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
extern String_t* _stringLiteral53E802A1B06791B9E7095B9C38DBE455DEBE76EB;
extern String_t* _stringLiteral57E754E2390E182A440FB5298E60F0A7FC515D02;
extern String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
extern String_t* _stringLiteral5C41A227D584E9AAB5C455C50A2997A8ADEA6F17;
extern String_t* _stringLiteral5C5013B39802FE6B51DA0CE8EB1413052C3B261B;
extern String_t* _stringLiteral5F43A9F4A65A990AC8B24473013478536E153397;
extern String_t* _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1;
extern String_t* _stringLiteral6C7F5DBEA96FB021D061F17D2A3551EBD23D40FE;
extern String_t* _stringLiteral6DBF1623A68A0515420830E1304861491A12D2DA;
extern String_t* _stringLiteral6FE2EB9A03CDF5C97481593914D7D863F0FE5F6D;
extern String_t* _stringLiteral6FE531C6BC150EB79BF1DDACAC6FE286033F8539;
extern String_t* _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6;
extern String_t* _stringLiteral716BF4BFDD48C8BE1229F59CD0D8B35D54774E2D;
extern String_t* _stringLiteral75E4637135ECBDBD4FA2EC86365C5656668FA742;
extern String_t* _stringLiteral762D623BB8556E7C143FB6C857F097FEFF0B0842;
extern String_t* _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD;
extern String_t* _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C;
extern String_t* _stringLiteral7A86DCB6DD55C522517B94DEA28078A2AEB108D6;
extern String_t* _stringLiteral8027D31F18072FBA50E9656FBDD688F3CAAB3341;
extern String_t* _stringLiteral804DC0091D6FDA4C7769FCA3EF4E5C5277C4774F;
extern String_t* _stringLiteral81581597044514BF54D4F97266022FC991F3915E;
extern String_t* _stringLiteral838865685079C853D12AD6B73205C386DFE1478D;
extern String_t* _stringLiteral83E646079B99823063E8A960F2B57476A98CDFB0;
extern String_t* _stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB;
extern String_t* _stringLiteral906B565C4A06C0758C6873A30A285999CF6C4A03;
extern String_t* _stringLiteral9404D93B4D314F3645692C865D18816C0D316948;
extern String_t* _stringLiteral97D170E1550EEE4AFC0AF065B78CDA302A97674C;
extern String_t* _stringLiteral98177E766F5621D954097AB750F9FA49D10E7B4A;
extern String_t* _stringLiteral986F2ED15C79ED805000ECCD85519810B2DB2A93;
extern String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
extern String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
extern String_t* _stringLiteral9E72B775E2B3FBB43AECAA8E6E6000F2D1F6BFB9;
extern String_t* _stringLiteral9F29A73C702265A76F99D1412DEAF60DE5AAD3A4;
extern String_t* _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD;
extern String_t* _stringLiteralA61614E9559CEF1DA2A69A9C3D052762FD3737F0;
extern String_t* _stringLiteralA72625CBE1904A8976C97FA04A3FF40908499645;
extern String_t* _stringLiteralAA8B35A6461EB9A3EA0CAFB631931F5D8E14F90D;
extern String_t* _stringLiteralACB5DCEA5AF7B49F1E209722E8EC9FC325F7BEBA;
extern String_t* _stringLiteralB41928609ED9B6C0A95C85DE7314927EE69BDC10;
extern String_t* _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralBEB865A247EFACA1D59134C407FB25ABEB9C4F35;
extern String_t* _stringLiteralC291D2B42BABD53568DAD6D11CAD3B8EE09F7FE2;
extern String_t* _stringLiteralC32AE19B9B4E740D3EFA427CA76C9E411288B3B3;
extern String_t* _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F;
extern String_t* _stringLiteralCCA8E2E1A882B9C3986A1355062827E385C2A705;
extern String_t* _stringLiteralCDDC42993148A2E661BBD422B8FFB1D0C5F9FC48;
extern String_t* _stringLiteralCF8DBEF790B58937F61A2DB8EE38A8C7ECEF524B;
extern String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
extern String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46;
extern String_t* _stringLiteralD6B8DD801C810489744C4827EE8782BB3FAA4551;
extern String_t* _stringLiteralDC4037880C067CB6991DEA24BF69F317086A4580;
extern String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5;
extern String_t* _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A;
extern String_t* _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36;
extern String_t* _stringLiteralE7C45A93DE29D0D326B1BDC30DA9B3140462DDEB;
extern String_t* _stringLiteralEE4E7CCB5582A00FE4FAF850DACF22B076FE7D8E;
extern String_t* _stringLiteralEE61FCD163339643B27C4723B7969B083B2F5AEE;
extern String_t* _stringLiteralF13EB5859F13791AED242EE640EF3A762DF6317B;
extern String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
extern String_t* _stringLiteralF24CF99E96113662C653A0A7A521BF07D7A516B9;
extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
extern String_t* _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE;
extern String_t* _stringLiteralF57C73BCD7DF7BB072666BD3B1BA83176CD77FA2;
extern String_t* _stringLiteralF845AB2F6F76DC8900DBAAFCEF150271DBAA52BA;
extern String_t* _stringLiteralFEB55B8E78818232AADCDACF5151F9A5E26DC222;
extern const RuntimeMethod* BinaryAssemblyInfo_GetAssembly_m472AE64395F5B2E3A072387F75241DAFDE7EC2B8_RuntimeMethod_var;
extern const RuntimeMethod* BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681_RuntimeMethod_var;
extern const RuntimeMethod* BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD_RuntimeMethod_var;
extern const RuntimeMethod* BinaryConverter_TypeFromInfo_mCE2190A92625D3518F92D8A05B90F06022ECC5E2_RuntimeMethod_var;
extern const RuntimeMethod* BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682_RuntimeMethod_var;
extern const RuntimeMethod* BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145_RuntimeMethod_var;
extern const RuntimeMethod* BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99_RuntimeMethod_var;
extern const RuntimeMethod* ConcurrentDictionary_2_GetOrAdd_mD1ECD0B9EC337B75AD79F75EE943C1D3276F5D73_RuntimeMethod_var;
extern const RuntimeMethod* ConcurrentDictionary_2_TryGetValue_m763DA292EFD66AAF4C88EA4E2CB188A21BA87651_RuntimeMethod_var;
extern const RuntimeMethod* ConcurrentDictionary_2__ctor_mAFE2B032224054209AEDD336B9F2F9BFAE9A4E76_RuntimeMethod_var;
extern const RuntimeMethod* ConcurrentDictionary_2__ctor_mDE5F6A37695E456D0589910C87EC9D7CF6550585_RuntimeMethod_var;
extern const RuntimeMethod* ConcurrentDictionary_2_set_Item_m612B097355148F8CDB34E6B2BD50F91B5025DD53_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_m07046CF918D4B784531C6CE35A1642CC8ABF37D2_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mD7AEF4B50810A7A47E642DA370CB9339E6FADE3C_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_mE6D168A9B7C41837CE3763110EB3D3AD5F4D5111_RuntimeMethod_var;
extern const RuntimeMethod* FixupHolderList_EnlargeArray_mA34E7CC8A92B82A88A9A8B5E68506B12711DB001_RuntimeMethod_var;
extern const RuntimeMethod* FormatterConverter_Convert_m91025E26490BD59C43224D896A76E3C7814F6136_RuntimeMethod_var;
extern const RuntimeMethod* FormatterConverter_ToBoolean_m4C2E0897773074DA06AD222F20EC4C0FD812E163_RuntimeMethod_var;
extern const RuntimeMethod* FormatterConverter_ToInt32_m2685DF57F723CC0C7BDADA81C52F9247CDAE2AB5_RuntimeMethod_var;
extern const RuntimeMethod* FormatterConverter_ToInt64_mE19FFE6DE95C0FB1D5B6E05E06092927C0838EE1_RuntimeMethod_var;
extern const RuntimeMethod* FormatterConverter_ToSingle_m242880157B5D2C2B92138E8D1DFD87DAE5436EA8_RuntimeMethod_var;
extern const RuntimeMethod* FormatterConverter_ToString_m53D7AC29BC921D748B3FF26FE03B55D5C1FD9147_RuntimeMethod_var;
extern const RuntimeMethod* FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9_RuntimeMethod_var;
extern const RuntimeMethod* FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6_RuntimeMethod_var;
extern const RuntimeMethod* FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80_RuntimeMethod_var;
extern const RuntimeMethod* FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E_RuntimeMethod_var;
extern const RuntimeMethod* FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D_RuntimeMethod_var;
extern const RuntimeMethod* FormatterServices_InternalGetSerializableMembers_m2FB1D8993247FE02A92BFB296DF50D77B081522A_RuntimeMethod_var;
extern const RuntimeMethod* FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_RuntimeMethod_var;
extern const RuntimeMethod* FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8_RuntimeMethod_var;
extern const RuntimeMethod* Func_2__ctor_mAA26C8E065FEF812868B36EE7B75B7E7BE6C2849_RuntimeMethod_var;
extern const RuntimeMethod* Func_2__ctor_mEC2213CA10E66253EFBC550B2629018B04835CF8_RuntimeMethod_var;
extern const RuntimeMethod* Func_4__ctor_m65A7E703DE512F803A428895D19D27F5AF9AF939_RuntimeMethod_var;
extern const RuntimeMethod* IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_mBB944784530E4332D6B4DB99370E53475131256C_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m3CD6B39CDE0FB0C6C1119BD8A03FB3EB9D46A740_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m4A6D363C52F737DFA0B94C615C68BF990417F314_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_mB066325A398DCC4FF193586093BCD02A4CFC6145_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_RuntimeMethod_var;
extern const RuntimeMethod* ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader_ResolveSimpleAssemblyName_mA3169E2A49241D6CD1E421CBE1668931BBF5E996_RuntimeMethod_var;
extern const RuntimeMethod* ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A_RuntimeMethod_var;
extern const RuntimeMethod* ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33_RuntimeMethod_var;
extern const RuntimeMethod* ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295_RuntimeMethod_var;
extern const RuntimeMethod* ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923_RuntimeMethod_var;
extern const RuntimeMethod* ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F_RuntimeMethod_var;
extern const RuntimeMethod* ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69_RuntimeMethod_var;
extern const RuntimeMethod* ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC_RuntimeMethod_var;
extern const RuntimeMethod* ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A_RuntimeMethod_var;
extern const RuntimeMethod* SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0_RuntimeMethod_var;
extern const RuntimeMethod* SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985_RuntimeMethod_var;
extern const RuntimeMethod* TopLevelAssemblyTypeResolver_ResolveType_mA664A44054ED5F33AAAB03A7375FC2D33896C952_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass9_0_U3CGetSerializableMembersU3Eb__0_mE1A2EB0E725B1DB095BA70591AA3F620310C2910_RuntimeMethod_var;
extern const RuntimeMethod* ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A_RuntimeMethod_var;
extern const RuntimeMethod* WellKnownClientTypeEntry__ctor_m79D9E10F87B7B2BCE8C7ED0509958BD8BE18191D_RuntimeMethod_var;
extern const RuntimeMethod* WellKnownServiceTypeEntry__ctor_mBB73915A0E894C7FF7B174D4F1F388C70D401596_RuntimeMethod_var;
extern const RuntimeMethod* WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55_RuntimeMethod_var;
extern const RuntimeMethod* WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791_RuntimeMethod_var;
extern const RuntimeMethod* WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C_RuntimeMethod_var;
extern const RuntimeMethod* WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_RuntimeMethod_var;
extern const RuntimeType* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_0_0_0_var;
extern const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
extern const RuntimeType* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var;
extern const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
extern const RuntimeType* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_0_0_0_var;
extern const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
extern const RuntimeType* Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_0_0_0_var;
extern const RuntimeType* DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1_0_0_0_var;
extern const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
extern const RuntimeType* DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F_0_0_0_var;
extern const RuntimeType* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var;
extern const RuntimeType* DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671_0_0_0_var;
extern const RuntimeType* DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_0_0_0_var;
extern const RuntimeType* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var;
extern const RuntimeType* Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C_0_0_0_var;
extern const RuntimeType* ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_0_0_0_var;
extern const RuntimeType* ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734_0_0_0_var;
extern const RuntimeType* Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_0_0_0_var;
extern const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
extern const RuntimeType* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_0_0_0_var;
extern const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
extern const RuntimeType* Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_0_0_0_var;
extern const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
extern const RuntimeType* MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var;
extern const RuntimeType* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var;
extern const RuntimeType* OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384_0_0_0_var;
extern const RuntimeType* RuntimeObject_0_0_0_var;
extern const RuntimeType* SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_0_0_0_var;
extern const RuntimeType* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var;
extern const RuntimeType* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_0_0_0_var;
extern const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var;
extern const RuntimeType* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var;
extern const RuntimeType* String_t_0_0_0_var;
extern const RuntimeType* TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5_0_0_0_var;
extern const RuntimeType* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var;
extern const RuntimeType* TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2_0_0_0_var;
extern const RuntimeType* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_0_0_0_var;
extern const RuntimeType* UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_0_0_0_var;
extern const RuntimeType* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var;
extern const RuntimeType* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_0_0_0_var;
extern const RuntimeType* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var;
extern const RuntimeType* UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_0_0_0_var;
extern const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
extern const RuntimeType* Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var;
extern const uint32_t BinaryArray_Read_m1D7DEF5223C37189846401AE126E7E855E7FDD2A_MetadataUsageId;
extern const uint32_t BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE_MetadataUsageId;
extern const uint32_t BinaryAssemblyInfo_GetAssembly_m472AE64395F5B2E3A072387F75241DAFDE7EC2B8_MetadataUsageId;
extern const uint32_t BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681_MetadataUsageId;
extern const uint32_t BinaryConverter_GetParserBinaryTypeInfo_m92A9B9B93B3740D425358DFBBC14FCE72F00131D_MetadataUsageId;
extern const uint32_t BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD_MetadataUsageId;
extern const uint32_t BinaryConverter_TypeFromInfo_mCE2190A92625D3518F92D8A05B90F06022ECC5E2_MetadataUsageId;
extern const uint32_t BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682_MetadataUsageId;
extern const uint32_t BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145_MetadataUsageId;
extern const uint32_t BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911_MetadataUsageId;
extern const uint32_t BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99_MetadataUsageId;
extern const uint32_t BinaryFormatter__cctor_m4AB62026D46A186BFF71B49C2D1955BFEBB1C175_MetadataUsageId;
extern const uint32_t BinaryMethodCall_Write_m0050BB14C5EC88126B3CA96836080D1B60BD627F_MetadataUsageId;
extern const uint32_t BinaryMethodReturn_Write_mEFDB7EC2BF9BA5577A2826555515AF08CC5B4550_MetadataUsageId;
extern const uint32_t BinaryMethodReturn__cctor_m464FA6C21EB950F10C907D1753D449220BA2E27B_MetadataUsageId;
extern const uint32_t BinaryObjectWithMapTyped_Read_mBC4BC2F854769E3B1A3E12B924B1ADA32D28D66A_MetadataUsageId;
extern const uint32_t BinaryObjectWithMap_Read_m9E1B8C9ADED4E590FA67504A5CA9E9A21C54BEDF_MetadataUsageId;
extern const uint32_t Converter_CreatePrimitiveArray_m5C8E9CCD1307AA9A3C678F0E338EA580D67B81D3_MetadataUsageId;
extern const uint32_t Converter_FromString_m71F8A217C021B2E1254B6D3A2DBDD6220D1E1C8A_MetadataUsageId;
extern const uint32_t Converter_InitArrayTypeA_m7A76D38704556F7B09742432895EEE00939DB195_MetadataUsageId;
extern const uint32_t Converter_InitCodeA_mD53BE1958DB27806E054BF0E2BDC05F32AB4D499_MetadataUsageId;
extern const uint32_t Converter_InitTypeA_m4753808CD070FBB44592AB9AF595B8FFFA83A38B_MetadataUsageId;
extern const uint32_t Converter_InitTypeCodeA_m11A138FE04F3A682C6060AB684DE7BC1E8756C5D_MetadataUsageId;
extern const uint32_t Converter_InitValueA_m37600F46AE22616F8205F3E499D22A8F469D4F6B_MetadataUsageId;
extern const uint32_t Converter_IsPrimitiveArray_mC5E5EF377960D793CE84F4947582844337A117D4_MetadataUsageId;
extern const uint32_t Converter_ToArrayType_m0E40B0918DF0366AE2C151FF6AC5F20A10663DCB_MetadataUsageId;
extern const uint32_t Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1_MetadataUsageId;
extern const uint32_t Converter_ToComType_m169DE3B8D87973E292AAD3A835E2978561B00439_MetadataUsageId;
extern const uint32_t Converter_ToPrimitiveTypeEnum_m5E8A93009000A2036368D7BD4949E63DCDD4D561_MetadataUsageId;
extern const uint32_t Converter_ToTypeCode_m2847A2E94570E3BF97D3CDC4FA921C01D8EBDDB5_MetadataUsageId;
extern const uint32_t Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872_MetadataUsageId;
extern const uint32_t Converter__cctor_mF97F8E5DE6E22A967B607EF5928D9CB0A119EB03_MetadataUsageId;
extern const uint32_t FixupHolderList_EnlargeArray_mA34E7CC8A92B82A88A9A8B5E68506B12711DB001_MetadataUsageId;
extern const uint32_t FixupHolderList__ctor_m706BDEDE8E9D15D8FBF5059A9323C455EEEA6FB8_MetadataUsageId;
extern const uint32_t FormatterConverter_Convert_m91025E26490BD59C43224D896A76E3C7814F6136_MetadataUsageId;
extern const uint32_t FormatterConverter_ToBoolean_m4C2E0897773074DA06AD222F20EC4C0FD812E163_MetadataUsageId;
extern const uint32_t FormatterConverter_ToInt32_m2685DF57F723CC0C7BDADA81C52F9247CDAE2AB5_MetadataUsageId;
extern const uint32_t FormatterConverter_ToInt64_mE19FFE6DE95C0FB1D5B6E05E06092927C0838EE1_MetadataUsageId;
extern const uint32_t FormatterConverter_ToSingle_m242880157B5D2C2B92138E8D1DFD87DAE5436EA8_MetadataUsageId;
extern const uint32_t FormatterConverter_ToString_m53D7AC29BC921D748B3FF26FE03B55D5C1FD9147_MetadataUsageId;
extern const uint32_t FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9_MetadataUsageId;
extern const uint32_t FormatterServices_GetClrTypeFullNameForArray_m56AE7AF4715894CA398DD08250FD5895663C8FF0_MetadataUsageId;
extern const uint32_t FormatterServices_GetClrTypeFullNameForNonArrayTypes_m66B91C30421209F13AC4F8E900500CED98536DEC_MetadataUsageId;
extern const uint32_t FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226_MetadataUsageId;
extern const uint32_t FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6_MetadataUsageId;
extern const uint32_t FormatterServices_GetParentTypes_m55A565DABB708BBA43F091F3B7D43A694C5AE1D3_MetadataUsageId;
extern const uint32_t FormatterServices_GetSerializableMembers_m1924F494CA7A879891AF30D3515ADC6D8E670CE9_MetadataUsageId;
extern const uint32_t FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80_MetadataUsageId;
extern const uint32_t FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E_MetadataUsageId;
extern const uint32_t FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D_MetadataUsageId;
extern const uint32_t FormatterServices_InternalGetSerializableMembers_m2FB1D8993247FE02A92BFB296DF50D77B081522A_MetadataUsageId;
extern const uint32_t FormatterServices_LoadAssemblyFromStringNoThrow_mBCE4223B672BC1705CDCE99D2A54158B3D225F5C_MetadataUsageId;
extern const uint32_t FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_MetadataUsageId;
extern const uint32_t FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8_MetadataUsageId;
extern const uint32_t FormatterServices_UnsafeTypeForwardersIsEnabled_mFBCE9D2E115BBFCC56289B5FAFC908963C585966_MetadataUsageId;
extern const uint32_t FormatterServices__cctor_m42808C94978D018C77736094E3E9980EAB8CB9C1_MetadataUsageId;
extern const uint32_t IOUtil_WriteWithCode_m00418AEB29CAB78349A3380F2297CE488D8AAC3E_MetadataUsageId;
extern const uint32_t IntSizedArray_Clone_m051542122782B39D808D780E5B9EF8445C734186_MetadataUsageId;
extern const uint32_t IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E_MetadataUsageId;
extern const uint32_t IntSizedArray__ctor_m92DC93FF3E46BE2A3A54F163D4D0D3F648A9CD21_MetadataUsageId;
extern const uint32_t IntSizedArray__ctor_mBB3C8AD3AD8C5FC00348307260631846A5AD578D_MetadataUsageId;
extern const uint32_t NameCache_GetCachedValue_m062AD244F24BD4E832573EDA387B175C848436EA_MetadataUsageId;
extern const uint32_t NameCache_SetCachedValue_mBAEB20849C37E31D11438ABF901B5671DA2B6F43_MetadataUsageId;
extern const uint32_t NameCache__cctor_m0D4BD1EA2F5C33AB0E2C0D7FE8A438A47F8B9072_MetadataUsageId;
extern const uint32_t ObjectMapInfo_isCompatible_mDCEE231165B988DF120F243B8E706D5F38CFDADF_MetadataUsageId;
extern const uint32_t ObjectMap_Create_m6CA3A621BB5EC59F2EF084715CF9E8C7CCE4C3FC_MetadataUsageId;
extern const uint32_t ObjectMap_Create_mB3AE856E768ABD32A195B0627326EC45B2159836_MetadataUsageId;
extern const uint32_t ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353_MetadataUsageId;
extern const uint32_t ObjectMap__ctor_mA3E99E3F1BBED1D70C90ED20817FEA0ABCFCC66A_MetadataUsageId;
extern const uint32_t ObjectProgress__cctor_m15EE06277A8845A0E0F719B7A347B67426C6EEE2_MetadataUsageId;
extern const uint32_t ObjectProgress__ctor_mEE1C9C450B808BE4A72F9C7ADEC4BBB5F933B187_MetadataUsageId;
extern const uint32_t ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898_MetadataUsageId;
extern const uint32_t ObjectReader_CheckTypeForwardedTo_m6C1D9DA7068AB1CA1276ED089ABD9E81274A8F52_MetadataUsageId;
extern const uint32_t ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB_MetadataUsageId;
extern const uint32_t ObjectReader_FastBindToType_m89C96E7588A65CDA8AF2980513B6DF345AF07CE3_MetadataUsageId;
extern const uint32_t ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7_MetadataUsageId;
extern const uint32_t ObjectReader_GetSimplyNamedTypeFromAssembly_m58A12C578F15B6730E7306D00F5C4DFD92DA6A91_MetadataUsageId;
extern const uint32_t ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897_MetadataUsageId;
extern const uint32_t ObjectReader_HasSurrogate_m30C411CB73E1BEE9FC02A29F8C728ABF01F753A5_MetadataUsageId;
extern const uint32_t ObjectReader_InitFullDeserialization_mCBDE19F7FE5F5D51719F948D55F7870F0B88B1F5_MetadataUsageId;
extern const uint32_t ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569_MetadataUsageId;
extern const uint32_t ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2_MetadataUsageId;
extern const uint32_t ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E_MetadataUsageId;
extern const uint32_t ObjectReader_ParseMemberEnd_mC66F43524727558ED0B81F981D2C447AAF6CB542_MetadataUsageId;
extern const uint32_t ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA_MetadataUsageId;
extern const uint32_t ObjectReader_ParseObjectEnd_mDADF7D34CCEAE3FB322C996340A16F9FEC1FBF9D_MetadataUsageId;
extern const uint32_t ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746_MetadataUsageId;
extern const uint32_t ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97_MetadataUsageId;
extern const uint32_t ObjectReader_RegisterObject_mFFCB7060F0B4786BDDE7C1C6DB28B4C383B1BA4E_MetadataUsageId;
extern const uint32_t ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A_MetadataUsageId;
extern const uint32_t ObjectReader_get_ValueFixupStack_mCED15C5E561BD7BF12AC3637C536760BF7E79AF0_MetadataUsageId;
extern const uint32_t ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF_MetadataUsageId;
extern const uint32_t ObjectWriter_GetNameInfo_mF17FBDEDAF4CA2B92AFAEEB97A037D620A7A3332_MetadataUsageId;
extern const uint32_t ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33_MetadataUsageId;
extern const uint32_t ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295_MetadataUsageId;
extern const uint32_t ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83_MetadataUsageId;
extern const uint32_t ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523_MetadataUsageId;
extern const uint32_t ObjectWriter_WriteArray_m59158107038690795DDD13261B05B035EF82C2CB_MetadataUsageId;
extern const uint32_t ObjectWriter_WriteKnownValueClass_mE49EDCA71032C0119C010EC78F8F44ED0C653CC4_MetadataUsageId;
extern const uint32_t ObjectWriter_WriteMembers_m36D4761A56AB970AFBDB45D77735B9886FE9BC00_MetadataUsageId;
extern const uint32_t ObjectWriter_WriteRectangle_mFFF430430CE53F674FEBF3086CD34B5CD8CA5B3F_MetadataUsageId;
extern const uint32_t ObjectWriter_WriteString_mF71F1619B308E83F2FAF40BB3B4F008EA7E71DCA_MetadataUsageId;
extern const uint32_t ObjectWriter_Write_m07AEA9D8900B8667EC99425B48BBB4C22437C850_MetadataUsageId;
extern const uint32_t ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923_MetadataUsageId;
extern const uint32_t ObjectWriter__ctor_mECFAB1F415B1E8654851E8E89ADB042DED3AE3D7_MetadataUsageId;
extern const uint32_t ParseRecord__cctor_m3D427120DB6BC9A24F41BA46FC15FA4032765F2F_MetadataUsageId;
extern const uint32_t PrimitiveArray_Init_mFC3ABB39146CEDF76DA6D3465414C7B1744CBE45_MetadataUsageId;
extern const uint32_t PrimitiveArray_SetValue_mF2D7B1D18196B975D62670A7B2804879D25EDB4B_MetadataUsageId;
extern const uint32_t ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F_MetadataUsageId;
extern const uint32_t ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69_MetadataUsageId;
extern const uint32_t ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC_MetadataUsageId;
extern const uint32_t ReadObjectInfo_GetObjectInfo_mD6245880B46D09C76081B6A8EA9A9A0E3F608932_MetadataUsageId;
extern const uint32_t ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A_MetadataUsageId;
extern const uint32_t ReadObjectInfo_InitDataStore_m0B0A9190843FEEBCB3E321DB5ABB47944C218A54_MetadataUsageId;
extern const uint32_t ReadObjectInfo_InitMemberInfo_mB0E062690C0F9070F5A6968791335123AD045A91_MetadataUsageId;
extern const uint32_t ReadObjectInfo_InitNoMembers_m6E864EEEC736A44A9E2C5692E4103B91A7EADE49_MetadataUsageId;
extern const uint32_t ReadObjectInfo_InitReadConstructor_mE7FD822151F5BA3A5D792D20E0389A869FE60FEE_MetadataUsageId;
extern const uint32_t ReadObjectInfo_InitSiRead_mA8DD282B63DFDF8B3BB18679F98770F3A6851CF9_MetadataUsageId;
extern const uint32_t ReadObjectInfo_PopulateObjectMembers_m9EA7CD5BD17F74484977B52C10EB92DA68617494_MetadataUsageId;
extern const uint32_t SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B_MetadataUsageId;
extern const uint32_t SerObjectInfoInit__ctor_mEE97CBC32B6C51C6C3A0355E67C52E61ABCEE49E_MetadataUsageId;
extern const uint32_t SerStack_IncreaseCapacity_m2AEECDEB8075ABA0F4BABB1B418752A8A9FF7771_MetadataUsageId;
extern const uint32_t SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A_MetadataUsageId;
extern const uint32_t SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0_MetadataUsageId;
extern const uint32_t SingleCallIdentity_AsyncObjectProcessMessage_mF0B7490D15A7BD4DB62BB8A84F3A9A9E7F7793B3_MetadataUsageId;
extern const uint32_t SingleCallIdentity_SyncObjectProcessMessage_m42ED83943CD159458A8438DC787594BDB0B2E657_MetadataUsageId;
extern const uint32_t SingletonIdentity_AsyncObjectProcessMessage_mD97C5F5851AC790F179CC268EA63DCE0491138BC_MetadataUsageId;
extern const uint32_t SingletonIdentity_GetServerObject_m4277AA872099799164761C334FA2827E453D0F68_MetadataUsageId;
extern const uint32_t SingletonIdentity_SyncObjectProcessMessage_m920C013850F102995548C447A70EB86AA0031BB6_MetadataUsageId;
extern const uint32_t SizedArray_Clone_m6BBC4C074AE8A7BF205489F3D564E1732D337621_MetadataUsageId;
extern const uint32_t SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985_MetadataUsageId;
extern const uint32_t SizedArray__ctor_m1B7EDFED1577D555076DAE18D8E2DAC86E69C0F1_MetadataUsageId;
extern const uint32_t SizedArray__ctor_m72545E27F538B28BBD92F6A0B940F7766A9FE602_MetadataUsageId;
extern const uint32_t SizedArray__ctor_mE6A10F1EE48E30910DC6EB427BA63F2CA7E055C7_MetadataUsageId;
extern const uint32_t SoapServices_CodeXmlNamespaceForClrTypeNamespace_mCF0E7A4181BF6EB8B45D9D550E286BD3F04A6B7C_MetadataUsageId;
extern const uint32_t SoapServices_EncodeNs_mE01A28EB3BC957B2C59EEF7384239E718BBD3E85_MetadataUsageId;
extern const uint32_t SoapServices_GetAssemblyName_m2A09893B88C4EF7C37C13C57D3D19E27EB476ABC_MetadataUsageId;
extern const uint32_t SoapServices_GetNameKey_m8C808052B958BE1B5951CBE730A5FEC02472F7DF_MetadataUsageId;
extern const uint32_t SoapServices_GetXmlElementForInteropType_mDD4BD736C0AC605463899FF8E801F765449476C7_MetadataUsageId;
extern const uint32_t SoapServices_GetXmlNamespaceForMethodCall_m4A1C57780FBF810E42A16512D811A98C569C6316_MetadataUsageId;
extern const uint32_t SoapServices_GetXmlNamespaceForMethodResponse_m868F2E6F50D18120AEB71E048E5362E04FC66F06_MetadataUsageId;
extern const uint32_t SoapServices_GetXmlTypeForInteropType_m1D261402804A5C44F721AAADB4FD669379861650_MetadataUsageId;
extern const uint32_t SoapServices_PreLoad_m798050B102AF1EAA9BE53FF1A2B84AB9582996D1_MetadataUsageId;
extern const uint32_t SoapServices_PreLoad_mC95EC8C061C7034C9271B13FFEBD7D7D228A50BC_MetadataUsageId;
extern const uint32_t SoapServices_RegisterInteropXmlElement_m3A8A9FB8BD336571CE8AAFE8CA8623CAF82A14E7_MetadataUsageId;
extern const uint32_t SoapServices_RegisterInteropXmlType_mA3B0DA59F10BF7ACDB32221B534FB8BBCD61376C_MetadataUsageId;
extern const uint32_t SoapServices__cctor_mEEEA128D93491021D51560357C55A5998562B06A_MetadataUsageId;
extern const uint32_t SoapServices_get_XmlNsForClrTypeWithAssembly_mEE75FA7339F314EC86C05E5220B65C37BEA77B39_MetadataUsageId;
extern const uint32_t SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m8C260DAD91DFD63863A6DF09F1ABC69D123B48FE_MetadataUsageId;
extern const uint32_t SoapServices_get_XmlNsForClrTypeWithNs_m3782425A268ACCD005FA9C7C4077EEED2D1CF7FA_MetadataUsageId;
extern const uint32_t TrackingServices_NotifyDisconnectedObject_m701D4FC12143B5952C18EC2FC184E7845C35B189_MetadataUsageId;
extern const uint32_t TrackingServices_NotifyMarshaledObject_mE3F8569E9629CEE1DA2A4B1AB995172FF98668EC_MetadataUsageId;
extern const uint32_t TrackingServices_NotifyUnmarshaledObject_mF4DFEB56D2DF9B17E685B09D20FBC92B9A3B965C_MetadataUsageId;
extern const uint32_t TrackingServices__cctor_mB7998C9371EDC7900E395D69B247D01304E82DF0_MetadataUsageId;
extern const uint32_t TypeInfo_CanCastTo_m042D75F4E62A7A6E0D2EF8D69FD6A746660D4FE8_MetadataUsageId;
extern const uint32_t TypeInfo__ctor_mC74EC4DBA656D6170C8060154E5F48156C3FDDA5_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass9_0_U3CGetSerializableMembersU3Eb__0_mE1A2EB0E725B1DB095BA70591AA3F620310C2910_MetadataUsageId;
extern const uint32_t ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A_MetadataUsageId;
extern const uint32_t WellKnownClientTypeEntry__ctor_m79D9E10F87B7B2BCE8C7ED0509958BD8BE18191D_MetadataUsageId;
extern const uint32_t WellKnownServiceTypeEntry_ToString_m111019CCFE9A9B35AE05D0C5CDB2461B2604225F_MetadataUsageId;
extern const uint32_t WellKnownServiceTypeEntry__ctor_mBB73915A0E894C7FF7B174D4F1F388C70D401596_MetadataUsageId;
extern const uint32_t WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55_MetadataUsageId;
extern const uint32_t WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791_MetadataUsageId;
extern const uint32_t WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C_MetadataUsageId;
extern const uint32_t WriteObjectInfo_GetObjectInfo_m05EE5B8A6C1B96B3A7C669EB49D15507FC784527_MetadataUsageId;
extern const uint32_t WriteObjectInfo_InitMemberInfo_mCCDDD10A6113B727BF5E288FB1F1BCFDCBA0D57E_MetadataUsageId;
extern const uint32_t WriteObjectInfo_InitNoMembers_m4DD038A9E103C35BC85E11F17ED50F3A6F0E9DCA_MetadataUsageId;
extern const uint32_t WriteObjectInfo_InitSerialize_m082581D399415A0888D8894FB4F48C51EB9EEE4D_MetadataUsageId;
extern const uint32_t WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15_MetadataUsageId;
extern const uint32_t WriteObjectInfo_InitSiWrite_mF9854E31135B05E929C8D4856EAFC9B957408CDB_MetadataUsageId;
extern const uint32_t __BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378_MetadataUsageId;
extern const uint32_t __BinaryParser_PutOp_m0EC01A1B5131E9AEEE5BD92236E912F1EB46CB51_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadArrayAsBytes_m8F544D2EE70A8729D00769D481844A51F1D0F421_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadDateTime_m0A56A6B99C9D8A8FB53E96F31C997E95E1030866_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadDecimal_mDF4AF0D2251B49A73002D6B24CB06C108BE29D76_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadMemberPrimitiveUnTyped_m93A2805A6576FC9F8ABC364E3D103B6564D4D828_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadMemberReference_mED903B373EDBE5C52243AC140302246275343096_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadObjectNull_m27468E5E401A5418EAFFA272D0B593DF15EFC9D7_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadObjectWithMapTyped_m9575A3EFE3EB7B5B3B5A0779FFA3D8A4A37C62F5_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadObjectWithMap_m6B6E4E650EADF58985DC61AFC19D38ED82E3CE3A_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadSerializationHeaderRecord_m3A5A9CB5563722383C8EC4A5149D7435D129E686_MetadataUsageId;
extern const uint32_t __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9_MetadataUsageId;
extern const uint32_t __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_MetadataUsageId;
extern const uint32_t __BinaryParser__cctor_mA13B280E2FAB2857E10946957C62AC7B4DBB3BA8_MetadataUsageId;
extern const uint32_t __BinaryParser__ctor_m9A7FD4D1EE19B81CDC70535E38D7523EA8D806BC_MetadataUsageId;
extern const uint32_t __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526_MetadataUsageId;
extern const uint32_t __BinaryParser_get_ObjectMapIdTable_mDC84DD86132971B05EECEB5D92351A849168096A_MetadataUsageId;
extern const uint32_t __BinaryParser_get_SystemAssemblyInfo_m27E5ABEC05F37B392FA4590BE6416BDD1B24C2DD_MetadataUsageId;
extern const uint32_t __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC_MetadataUsageId;
struct Assembly_t_marshaled_com;
struct Assembly_t_marshaled_pinvoke;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1;
struct DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D;
struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE;
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6;
struct HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC;
struct ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A;
struct FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641;
struct BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B;
struct InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C;
struct WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9;
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889;
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5;
struct TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58;
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#define ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#ifndef BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#define BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#ifndef ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#define ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((&____items_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_5;
public:
inline static int32_t get_offset_of_emptyArray_5() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_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((&___emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifndef CONCURRENTDICTIONARY_2_TF29E62AC7E9CB7E308C483F9E2ED500F59864FBA_H
#define CONCURRENTDICTIONARY_2_TF29E62AC7E9CB7E308C483F9E2ED500F59864FBA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>
struct ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA : public RuntimeObject
{
public:
// System.Collections.Concurrent.ConcurrentDictionary`2_Tables<TKey,TValue> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Concurrent.ConcurrentDictionary`2::_tables
Tables_t174D3C1864443D6528B56B576925C2737DD8B12C * ____tables_0;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2::_comparer
RuntimeObject* ____comparer_1;
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2::_growLockArray
bool ____growLockArray_2;
// System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2::_budget
int32_t ____budget_3;
public:
inline static int32_t get_offset_of__tables_0() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA, ____tables_0)); }
inline Tables_t174D3C1864443D6528B56B576925C2737DD8B12C * get__tables_0() const { return ____tables_0; }
inline Tables_t174D3C1864443D6528B56B576925C2737DD8B12C ** get_address_of__tables_0() { return &____tables_0; }
inline void set__tables_0(Tables_t174D3C1864443D6528B56B576925C2737DD8B12C * value)
{
____tables_0 = value;
Il2CppCodeGenWriteBarrier((&____tables_0), value);
}
inline static int32_t get_offset_of__comparer_1() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA, ____comparer_1)); }
inline RuntimeObject* get__comparer_1() const { return ____comparer_1; }
inline RuntimeObject** get_address_of__comparer_1() { return &____comparer_1; }
inline void set__comparer_1(RuntimeObject* value)
{
____comparer_1 = value;
Il2CppCodeGenWriteBarrier((&____comparer_1), value);
}
inline static int32_t get_offset_of__growLockArray_2() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA, ____growLockArray_2)); }
inline bool get__growLockArray_2() const { return ____growLockArray_2; }
inline bool* get_address_of__growLockArray_2() { return &____growLockArray_2; }
inline void set__growLockArray_2(bool value)
{
____growLockArray_2 = value;
}
inline static int32_t get_offset_of__budget_3() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA, ____budget_3)); }
inline int32_t get__budget_3() const { return ____budget_3; }
inline int32_t* get_address_of__budget_3() { return &____budget_3; }
inline void set__budget_3(int32_t value)
{
____budget_3 = value;
}
};
struct ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA_StaticFields
{
public:
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2::s_isValueWriteAtomic
bool ___s_isValueWriteAtomic_4;
public:
inline static int32_t get_offset_of_s_isValueWriteAtomic_4() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA_StaticFields, ___s_isValueWriteAtomic_4)); }
inline bool get_s_isValueWriteAtomic_4() const { return ___s_isValueWriteAtomic_4; }
inline bool* get_address_of_s_isValueWriteAtomic_4() { return &___s_isValueWriteAtomic_4; }
inline void set_s_isValueWriteAtomic_4(bool value)
{
___s_isValueWriteAtomic_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONCURRENTDICTIONARY_2_TF29E62AC7E9CB7E308C483F9E2ED500F59864FBA_H
#ifndef CONCURRENTDICTIONARY_2_T8BC749B04F30FD2EE553C74F214C704F65E8E10A_H
#define CONCURRENTDICTIONARY_2_T8BC749B04F30FD2EE553C74F214C704F65E8E10A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>
struct ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A : public RuntimeObject
{
public:
// System.Collections.Concurrent.ConcurrentDictionary`2_Tables<TKey,TValue> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Concurrent.ConcurrentDictionary`2::_tables
Tables_tBE0CD530F6EA9BA8128EB1ADBDFBF89B69FD45DE * ____tables_0;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2::_comparer
RuntimeObject* ____comparer_1;
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2::_growLockArray
bool ____growLockArray_2;
// System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2::_budget
int32_t ____budget_3;
public:
inline static int32_t get_offset_of__tables_0() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A, ____tables_0)); }
inline Tables_tBE0CD530F6EA9BA8128EB1ADBDFBF89B69FD45DE * get__tables_0() const { return ____tables_0; }
inline Tables_tBE0CD530F6EA9BA8128EB1ADBDFBF89B69FD45DE ** get_address_of__tables_0() { return &____tables_0; }
inline void set__tables_0(Tables_tBE0CD530F6EA9BA8128EB1ADBDFBF89B69FD45DE * value)
{
____tables_0 = value;
Il2CppCodeGenWriteBarrier((&____tables_0), value);
}
inline static int32_t get_offset_of__comparer_1() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A, ____comparer_1)); }
inline RuntimeObject* get__comparer_1() const { return ____comparer_1; }
inline RuntimeObject** get_address_of__comparer_1() { return &____comparer_1; }
inline void set__comparer_1(RuntimeObject* value)
{
____comparer_1 = value;
Il2CppCodeGenWriteBarrier((&____comparer_1), value);
}
inline static int32_t get_offset_of__growLockArray_2() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A, ____growLockArray_2)); }
inline bool get__growLockArray_2() const { return ____growLockArray_2; }
inline bool* get_address_of__growLockArray_2() { return &____growLockArray_2; }
inline void set__growLockArray_2(bool value)
{
____growLockArray_2 = value;
}
inline static int32_t get_offset_of__budget_3() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A, ____budget_3)); }
inline int32_t get__budget_3() const { return ____budget_3; }
inline int32_t* get_address_of__budget_3() { return &____budget_3; }
inline void set__budget_3(int32_t value)
{
____budget_3 = value;
}
};
struct ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A_StaticFields
{
public:
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2::s_isValueWriteAtomic
bool ___s_isValueWriteAtomic_4;
public:
inline static int32_t get_offset_of_s_isValueWriteAtomic_4() { return static_cast<int32_t>(offsetof(ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A_StaticFields, ___s_isValueWriteAtomic_4)); }
inline bool get_s_isValueWriteAtomic_4() const { return ___s_isValueWriteAtomic_4; }
inline bool* get_address_of_s_isValueWriteAtomic_4() { return &___s_isValueWriteAtomic_4; }
inline void set_s_isValueWriteAtomic_4(bool value)
{
___s_isValueWriteAtomic_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONCURRENTDICTIONARY_2_T8BC749B04F30FD2EE553C74F214C704F65E8E10A_H
#ifndef DICTIONARY_2_TDF0B764EEAE1242A344103EC40130E5D891C6934_H
#define DICTIONARY_2_TDF0B764EEAE1242A344103EC40130E5D891C6934_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>
struct Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 : 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_tEB4EC0F7B83276A226E0EAF9EE0D2FA2815BF2CF* ___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_t168BC5D95F394B147D1046A2DABC6D11E9057444 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t31843DDF121614EEE113E55DA3D59BD09C317ACC * ___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_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___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((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___entries_1)); }
inline EntryU5BU5D_tEB4EC0F7B83276A226E0EAF9EE0D2FA2815BF2CF* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tEB4EC0F7B83276A226E0EAF9EE0D2FA2815BF2CF** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tEB4EC0F7B83276A226E0EAF9EE0D2FA2815BF2CF* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___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_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___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_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___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_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___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_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___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((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___keys_7)); }
inline KeyCollection_t168BC5D95F394B147D1046A2DABC6D11E9057444 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t168BC5D95F394B147D1046A2DABC6D11E9057444 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t168BC5D95F394B147D1046A2DABC6D11E9057444 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934, ___values_8)); }
inline ValueCollection_t31843DDF121614EEE113E55DA3D59BD09C317ACC * get_values_8() const { return ___values_8; }
inline ValueCollection_t31843DDF121614EEE113E55DA3D59BD09C317ACC ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t31843DDF121614EEE113E55DA3D59BD09C317ACC * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934, ____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((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_TDF0B764EEAE1242A344103EC40130E5D891C6934_H
#ifndef LIST_1_T5096DCBA1DD98DCE1B85766613AC817FED4F9469_H
#define LIST_1_T5096DCBA1DD98DCE1B85766613AC817FED4F9469_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>
struct List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC* ____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_t5096DCBA1DD98DCE1B85766613AC817FED4F9469, ____items_1)); }
inline SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC* get__items_1() const { return ____items_1; }
inline SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469, ____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_t5096DCBA1DD98DCE1B85766613AC817FED4F9469, ____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_t5096DCBA1DD98DCE1B85766613AC817FED4F9469, ____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((&____syncRoot_4), value);
}
};
struct List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469_StaticFields, ____emptyArray_5)); }
inline SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC* get__emptyArray_5() const { return ____emptyArray_5; }
inline SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(SerializationFieldInfoU5BU5D_tA1E4B5709F6C57035538F93A271B75BA01906ECC* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T5096DCBA1DD98DCE1B85766613AC817FED4F9469_H
#ifndef LIST_1_TE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_H
#define LIST_1_TE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Type>
struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____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_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____items_1)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__items_1() const { return ____items_1; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____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_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____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_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____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((&____syncRoot_4), value);
}
};
struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_StaticFields, ____emptyArray_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__emptyArray_5() const { return ____emptyArray_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_H
#ifndef QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#define QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 : public RuntimeObject
{
public:
// System.Object[] System.Collections.Queue::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Queue::_head
int32_t ____head_1;
// System.Int32 System.Collections.Queue::_tail
int32_t ____tail_2;
// System.Int32 System.Collections.Queue::_size
int32_t ____size_3;
// System.Int32 System.Collections.Queue::_growFactor
int32_t ____growFactor_4;
// System.Int32 System.Collections.Queue::_version
int32_t ____version_5;
// System.Object System.Collections.Queue::_syncRoot
RuntimeObject * ____syncRoot_6;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((&____array_0), value);
}
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____head_1)); }
inline int32_t get__head_1() const { return ____head_1; }
inline int32_t* get_address_of__head_1() { return &____head_1; }
inline void set__head_1(int32_t value)
{
____head_1 = value;
}
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____tail_2)); }
inline int32_t get__tail_2() const { return ____tail_2; }
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
inline void set__tail_2(int32_t value)
{
____tail_2 = value;
}
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____size_3)); }
inline int32_t get__size_3() const { return ____size_3; }
inline int32_t* get_address_of__size_3() { return &____size_3; }
inline void set__size_3(int32_t value)
{
____size_3 = value;
}
inline static int32_t get_offset_of__growFactor_4() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____growFactor_4)); }
inline int32_t get__growFactor_4() const { return ____growFactor_4; }
inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; }
inline void set__growFactor_4(int32_t value)
{
____growFactor_4 = value;
}
inline static int32_t get_offset_of__version_5() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____version_5)); }
inline int32_t get__version_5() const { return ____version_5; }
inline int32_t* get_address_of__version_5() { return &____version_5; }
inline void set__version_5(int32_t value)
{
____version_5 = value;
}
inline static int32_t get_offset_of__syncRoot_6() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____syncRoot_6)); }
inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; }
inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; }
inline void set__syncRoot_6(RuntimeObject * value)
{
____syncRoot_6 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_1), value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((&____message_2), value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___numInfo_10), value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_12), value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((&___m_name_13), value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((&___englishname_14), value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((&___nativename_15), value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((&___iso3lang_16), value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((&___iso2lang_17), value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((&___win3lang_18), value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((&___territory_19), value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((&___compareInfo_21), value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((&___calendar_24), value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((&___parent_culture_25), value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef BINARYREADER_T7467E057B24C42E81B1C3E5C60288BB4B1718969_H
#define BINARYREADER_T7467E057B24C42E81B1C3E5C60288BB4B1718969_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.BinaryReader
struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 : public RuntimeObject
{
public:
// System.IO.Stream System.IO.BinaryReader::m_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_0;
// System.Byte[] System.IO.BinaryReader::m_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_buffer_1;
// System.Text.Decoder System.IO.BinaryReader::m_decoder
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___m_decoder_2;
// System.Byte[] System.IO.BinaryReader::m_charBytes
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_charBytes_3;
// System.Char[] System.IO.BinaryReader::m_singleChar
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_singleChar_4;
// System.Char[] System.IO.BinaryReader::m_charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_charBuffer_5;
// System.Int32 System.IO.BinaryReader::m_maxCharsSize
int32_t ___m_maxCharsSize_6;
// System.Boolean System.IO.BinaryReader::m_2BytesPerChar
bool ___m_2BytesPerChar_7;
// System.Boolean System.IO.BinaryReader::m_isMemoryStream
bool ___m_isMemoryStream_8;
// System.Boolean System.IO.BinaryReader::m_leaveOpen
bool ___m_leaveOpen_9;
public:
inline static int32_t get_offset_of_m_stream_0() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_stream_0)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_0() const { return ___m_stream_0; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_0() { return &___m_stream_0; }
inline void set_m_stream_0(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___m_stream_0 = value;
Il2CppCodeGenWriteBarrier((&___m_stream_0), value);
}
inline static int32_t get_offset_of_m_buffer_1() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_buffer_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_buffer_1() const { return ___m_buffer_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_buffer_1() { return &___m_buffer_1; }
inline void set_m_buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_buffer_1 = value;
Il2CppCodeGenWriteBarrier((&___m_buffer_1), value);
}
inline static int32_t get_offset_of_m_decoder_2() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_decoder_2)); }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_m_decoder_2() const { return ___m_decoder_2; }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_m_decoder_2() { return &___m_decoder_2; }
inline void set_m_decoder_2(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
{
___m_decoder_2 = value;
Il2CppCodeGenWriteBarrier((&___m_decoder_2), value);
}
inline static int32_t get_offset_of_m_charBytes_3() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBytes_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_charBytes_3() const { return ___m_charBytes_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_charBytes_3() { return &___m_charBytes_3; }
inline void set_m_charBytes_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_charBytes_3 = value;
Il2CppCodeGenWriteBarrier((&___m_charBytes_3), value);
}
inline static int32_t get_offset_of_m_singleChar_4() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_singleChar_4)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_singleChar_4() const { return ___m_singleChar_4; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_singleChar_4() { return &___m_singleChar_4; }
inline void set_m_singleChar_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_singleChar_4 = value;
Il2CppCodeGenWriteBarrier((&___m_singleChar_4), value);
}
inline static int32_t get_offset_of_m_charBuffer_5() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBuffer_5)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_charBuffer_5() const { return ___m_charBuffer_5; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_charBuffer_5() { return &___m_charBuffer_5; }
inline void set_m_charBuffer_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_charBuffer_5 = value;
Il2CppCodeGenWriteBarrier((&___m_charBuffer_5), value);
}
inline static int32_t get_offset_of_m_maxCharsSize_6() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_maxCharsSize_6)); }
inline int32_t get_m_maxCharsSize_6() const { return ___m_maxCharsSize_6; }
inline int32_t* get_address_of_m_maxCharsSize_6() { return &___m_maxCharsSize_6; }
inline void set_m_maxCharsSize_6(int32_t value)
{
___m_maxCharsSize_6 = value;
}
inline static int32_t get_offset_of_m_2BytesPerChar_7() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_2BytesPerChar_7)); }
inline bool get_m_2BytesPerChar_7() const { return ___m_2BytesPerChar_7; }
inline bool* get_address_of_m_2BytesPerChar_7() { return &___m_2BytesPerChar_7; }
inline void set_m_2BytesPerChar_7(bool value)
{
___m_2BytesPerChar_7 = value;
}
inline static int32_t get_offset_of_m_isMemoryStream_8() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_isMemoryStream_8)); }
inline bool get_m_isMemoryStream_8() const { return ___m_isMemoryStream_8; }
inline bool* get_address_of_m_isMemoryStream_8() { return &___m_isMemoryStream_8; }
inline void set_m_isMemoryStream_8(bool value)
{
___m_isMemoryStream_8 = value;
}
inline static int32_t get_offset_of_m_leaveOpen_9() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_leaveOpen_9)); }
inline bool get_m_leaveOpen_9() const { return ___m_leaveOpen_9; }
inline bool* get_address_of_m_leaveOpen_9() { return &___m_leaveOpen_9; }
inline void set_m_leaveOpen_9(bool value)
{
___m_leaveOpen_9 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYREADER_T7467E057B24C42E81B1C3E5C60288BB4B1718969_H
#ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((&____identity_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
#endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifndef BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#define BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef DISPOSERREPLYSINK_TB82C204D78F2AC7B0C3F08CDF7F331E36188ED13_H
#define DISPOSERREPLYSINK_TB82C204D78F2AC7B0C3F08CDF7F331E36188ED13_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.DisposerReplySink
struct DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13 : public RuntimeObject
{
public:
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.DisposerReplySink::_next
RuntimeObject* ____next_0;
// System.IDisposable System.Runtime.Remoting.DisposerReplySink::_disposable
RuntimeObject* ____disposable_1;
public:
inline static int32_t get_offset_of__next_0() { return static_cast<int32_t>(offsetof(DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13, ____next_0)); }
inline RuntimeObject* get__next_0() const { return ____next_0; }
inline RuntimeObject** get_address_of__next_0() { return &____next_0; }
inline void set__next_0(RuntimeObject* value)
{
____next_0 = value;
Il2CppCodeGenWriteBarrier((&____next_0), value);
}
inline static int32_t get_offset_of__disposable_1() { return static_cast<int32_t>(offsetof(DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13, ____disposable_1)); }
inline RuntimeObject* get__disposable_1() const { return ____disposable_1; }
inline RuntimeObject** get_address_of__disposable_1() { return &____disposable_1; }
inline void set__disposable_1(RuntimeObject* value)
{
____disposable_1 = value;
Il2CppCodeGenWriteBarrier((&____disposable_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DISPOSERREPLYSINK_TB82C204D78F2AC7B0C3F08CDF7F331E36188ED13_H
#ifndef IDENTITY_TB4E8BEFF42D505C9B24C9284934E6538F29606B6_H
#define IDENTITY_TB4E8BEFF42D505C9B24C9284934E6538F29606B6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.Identity
struct Identity_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((&____objectUri_0), 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((&____channelSink_1), 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((&____envoySink_2), 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((&____clientDynamicProperties_3), 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((&____serverDynamicProperties_4), 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((&____objRef_5), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IDENTITY_TB4E8BEFF42D505C9B24C9284934E6538F29606B6_H
#ifndef HEADER_TBB05146C08BE55AC72B8813E862DA50FDFB2417C_H
#define HEADER_TBB05146C08BE55AC72B8813E862DA50FDFB2417C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.Messaging.Header
struct Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HEADER_TBB05146C08BE55AC72B8813E862DA50FDFB2417C_H
#ifndef OBJREF_TA220448511DCA671EFC23F87F1C7FCA6ACC749D2_H
#define OBJREF_TA220448511DCA671EFC23F87F1C7FCA6ACC749D2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.ObjRef
struct ObjRef_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((&___channel_info_0), 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((&___uri_1), 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((&___typeInfo_2), 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((&___envoyInfo_3), 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((&____serverType_5), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJREF_TA220448511DCA671EFC23F87F1C7FCA6ACC749D2_H
#ifndef TRACKINGSERVICES_T2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_H
#define TRACKINGSERVICES_T2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.Services.TrackingServices
struct TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69 : public RuntimeObject
{
public:
public:
};
struct TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields
{
public:
// System.Collections.ArrayList System.Runtime.Remoting.Services.TrackingServices::_handlers
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____handlers_0;
public:
inline static int32_t get_offset_of__handlers_0() { return static_cast<int32_t>(offsetof(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields, ____handlers_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__handlers_0() const { return ____handlers_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__handlers_0() { return &____handlers_0; }
inline void set__handlers_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____handlers_0 = value;
Il2CppCodeGenWriteBarrier((&____handlers_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TRACKINGSERVICES_T2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_H
#ifndef SOAPSERVICES_TFAC138D29909023A659225D2178FBA4155FAB007_H
#define SOAPSERVICES_TFAC138D29909023A659225D2178FBA4155FAB007_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.SoapServices
struct SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007 : public RuntimeObject
{
public:
public:
};
struct SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields
{
public:
// System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_xmlTypes
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____xmlTypes_0;
// System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_xmlElements
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____xmlElements_1;
// System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_soapActions
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____soapActions_2;
// System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_soapActionsMethods
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____soapActionsMethods_3;
// System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_typeInfos
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____typeInfos_4;
public:
inline static int32_t get_offset_of__xmlTypes_0() { return static_cast<int32_t>(offsetof(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields, ____xmlTypes_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__xmlTypes_0() const { return ____xmlTypes_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__xmlTypes_0() { return &____xmlTypes_0; }
inline void set__xmlTypes_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____xmlTypes_0 = value;
Il2CppCodeGenWriteBarrier((&____xmlTypes_0), value);
}
inline static int32_t get_offset_of__xmlElements_1() { return static_cast<int32_t>(offsetof(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields, ____xmlElements_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__xmlElements_1() const { return ____xmlElements_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__xmlElements_1() { return &____xmlElements_1; }
inline void set__xmlElements_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____xmlElements_1 = value;
Il2CppCodeGenWriteBarrier((&____xmlElements_1), value);
}
inline static int32_t get_offset_of__soapActions_2() { return static_cast<int32_t>(offsetof(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields, ____soapActions_2)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__soapActions_2() const { return ____soapActions_2; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__soapActions_2() { return &____soapActions_2; }
inline void set__soapActions_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____soapActions_2 = value;
Il2CppCodeGenWriteBarrier((&____soapActions_2), value);
}
inline static int32_t get_offset_of__soapActionsMethods_3() { return static_cast<int32_t>(offsetof(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields, ____soapActionsMethods_3)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__soapActionsMethods_3() const { return ____soapActionsMethods_3; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__soapActionsMethods_3() { return &____soapActionsMethods_3; }
inline void set__soapActionsMethods_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____soapActionsMethods_3 = value;
Il2CppCodeGenWriteBarrier((&____soapActionsMethods_3), value);
}
inline static int32_t get_offset_of__typeInfos_4() { return static_cast<int32_t>(offsetof(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields, ____typeInfos_4)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__typeInfos_4() const { return ____typeInfos_4; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__typeInfos_4() { return &____typeInfos_4; }
inline void set__typeInfos_4(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____typeInfos_4 = value;
Il2CppCodeGenWriteBarrier((&____typeInfos_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOAPSERVICES_TFAC138D29909023A659225D2178FBA4155FAB007_H
#ifndef TYPEINFO_TC2D7109F695DAC68DEBAC703480BEA39B26DA4C0_H
#define TYPEINFO_TC2D7109F695DAC68DEBAC703480BEA39B26DA4C0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.SoapServices_TypeInfo
struct TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Runtime.Remoting.SoapServices_TypeInfo::Attributes
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___Attributes_0;
// System.Collections.Hashtable System.Runtime.Remoting.SoapServices_TypeInfo::Elements
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___Elements_1;
public:
inline static int32_t get_offset_of_Attributes_0() { return static_cast<int32_t>(offsetof(TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0, ___Attributes_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_Attributes_0() const { return ___Attributes_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_Attributes_0() { return &___Attributes_0; }
inline void set_Attributes_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___Attributes_0 = value;
Il2CppCodeGenWriteBarrier((&___Attributes_0), value);
}
inline static int32_t get_offset_of_Elements_1() { return static_cast<int32_t>(offsetof(TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0, ___Elements_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_Elements_1() const { return ___Elements_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_Elements_1() { return &___Elements_1; }
inline void set_Elements_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___Elements_1 = value;
Il2CppCodeGenWriteBarrier((&___Elements_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEINFO_TC2D7109F695DAC68DEBAC703480BEA39B26DA4C0_H
#ifndef TYPEENTRY_T68ED966763A6311520ACC81794643F9E4928E438_H
#define TYPEENTRY_T68ED966763A6311520ACC81794643F9E4928E438_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.TypeEntry
struct TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 : public RuntimeObject
{
public:
// System.String System.Runtime.Remoting.TypeEntry::assembly_name
String_t* ___assembly_name_0;
// System.String System.Runtime.Remoting.TypeEntry::type_name
String_t* ___type_name_1;
public:
inline static int32_t get_offset_of_assembly_name_0() { return static_cast<int32_t>(offsetof(TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438, ___assembly_name_0)); }
inline String_t* get_assembly_name_0() const { return ___assembly_name_0; }
inline String_t** get_address_of_assembly_name_0() { return &___assembly_name_0; }
inline void set_assembly_name_0(String_t* value)
{
___assembly_name_0 = value;
Il2CppCodeGenWriteBarrier((&___assembly_name_0), value);
}
inline static int32_t get_offset_of_type_name_1() { return static_cast<int32_t>(offsetof(TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438, ___type_name_1)); }
inline String_t* get_type_name_1() const { return ___type_name_1; }
inline String_t** get_address_of_type_name_1() { return &___type_name_1; }
inline void set_type_name_1(String_t* value)
{
___type_name_1 = value;
Il2CppCodeGenWriteBarrier((&___type_name_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEENTRY_T68ED966763A6311520ACC81794643F9E4928E438_H
#ifndef TYPEINFO_T621BE6C30385097A31E23DE8B512AA8558B588EE_H
#define TYPEINFO_T621BE6C30385097A31E23DE8B512AA8558B588EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.TypeInfo
struct TypeInfo_t621BE6C30385097A31E23DE8B512AA8558B588EE : public RuntimeObject
{
public:
// System.String System.Runtime.Remoting.TypeInfo::serverType
String_t* ___serverType_0;
// System.String[] System.Runtime.Remoting.TypeInfo::serverHierarchy
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___serverHierarchy_1;
// System.String[] System.Runtime.Remoting.TypeInfo::interfacesImplemented
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___interfacesImplemented_2;
public:
inline static int32_t get_offset_of_serverType_0() { return static_cast<int32_t>(offsetof(TypeInfo_t621BE6C30385097A31E23DE8B512AA8558B588EE, ___serverType_0)); }
inline String_t* get_serverType_0() const { return ___serverType_0; }
inline String_t** get_address_of_serverType_0() { return &___serverType_0; }
inline void set_serverType_0(String_t* value)
{
___serverType_0 = value;
Il2CppCodeGenWriteBarrier((&___serverType_0), value);
}
inline static int32_t get_offset_of_serverHierarchy_1() { return static_cast<int32_t>(offsetof(TypeInfo_t621BE6C30385097A31E23DE8B512AA8558B588EE, ___serverHierarchy_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_serverHierarchy_1() const { return ___serverHierarchy_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_serverHierarchy_1() { return &___serverHierarchy_1; }
inline void set_serverHierarchy_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___serverHierarchy_1 = value;
Il2CppCodeGenWriteBarrier((&___serverHierarchy_1), value);
}
inline static int32_t get_offset_of_interfacesImplemented_2() { return static_cast<int32_t>(offsetof(TypeInfo_t621BE6C30385097A31E23DE8B512AA8558B588EE, ___interfacesImplemented_2)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_interfacesImplemented_2() const { return ___interfacesImplemented_2; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_interfacesImplemented_2() { return &___interfacesImplemented_2; }
inline void set_interfacesImplemented_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___interfacesImplemented_2 = value;
Il2CppCodeGenWriteBarrier((&___interfacesImplemented_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEINFO_T621BE6C30385097A31E23DE8B512AA8558B588EE_H
#ifndef FIXUPHOLDER_T8559C72F1898E3C1B055814A5E251BB5CDE2F117_H
#define FIXUPHOLDER_T8559C72F1898E3C1B055814A5E251BB5CDE2F117_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.FixupHolder
struct FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 : public RuntimeObject
{
public:
// System.Int64 System.Runtime.Serialization.FixupHolder::m_id
int64_t ___m_id_0;
// System.Object System.Runtime.Serialization.FixupHolder::m_fixupInfo
RuntimeObject * ___m_fixupInfo_1;
// System.Int32 System.Runtime.Serialization.FixupHolder::m_fixupType
int32_t ___m_fixupType_2;
public:
inline static int32_t get_offset_of_m_id_0() { return static_cast<int32_t>(offsetof(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117, ___m_id_0)); }
inline int64_t get_m_id_0() const { return ___m_id_0; }
inline int64_t* get_address_of_m_id_0() { return &___m_id_0; }
inline void set_m_id_0(int64_t value)
{
___m_id_0 = value;
}
inline static int32_t get_offset_of_m_fixupInfo_1() { return static_cast<int32_t>(offsetof(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117, ___m_fixupInfo_1)); }
inline RuntimeObject * get_m_fixupInfo_1() const { return ___m_fixupInfo_1; }
inline RuntimeObject ** get_address_of_m_fixupInfo_1() { return &___m_fixupInfo_1; }
inline void set_m_fixupInfo_1(RuntimeObject * value)
{
___m_fixupInfo_1 = value;
Il2CppCodeGenWriteBarrier((&___m_fixupInfo_1), value);
}
inline static int32_t get_offset_of_m_fixupType_2() { return static_cast<int32_t>(offsetof(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117, ___m_fixupType_2)); }
inline int32_t get_m_fixupType_2() const { return ___m_fixupType_2; }
inline int32_t* get_address_of_m_fixupType_2() { return &___m_fixupType_2; }
inline void set_m_fixupType_2(int32_t value)
{
___m_fixupType_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FIXUPHOLDER_T8559C72F1898E3C1B055814A5E251BB5CDE2F117_H
#ifndef FIXUPHOLDERLIST_T0D171ED299D06C65C3112A909ECD5428C078299A_H
#define FIXUPHOLDERLIST_T0D171ED299D06C65C3112A909ECD5428C078299A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.FixupHolderList
struct FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A : public RuntimeObject
{
public:
// System.Runtime.Serialization.FixupHolder[] System.Runtime.Serialization.FixupHolderList::m_values
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* ___m_values_0;
// System.Int32 System.Runtime.Serialization.FixupHolderList::m_count
int32_t ___m_count_1;
public:
inline static int32_t get_offset_of_m_values_0() { return static_cast<int32_t>(offsetof(FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A, ___m_values_0)); }
inline FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* get_m_values_0() const { return ___m_values_0; }
inline FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641** get_address_of_m_values_0() { return &___m_values_0; }
inline void set_m_values_0(FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* value)
{
___m_values_0 = value;
Il2CppCodeGenWriteBarrier((&___m_values_0), value);
}
inline static int32_t get_offset_of_m_count_1() { return static_cast<int32_t>(offsetof(FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A, ___m_count_1)); }
inline int32_t get_m_count_1() const { return ___m_count_1; }
inline int32_t* get_address_of_m_count_1() { return &___m_count_1; }
inline void set_m_count_1(int32_t value)
{
___m_count_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FIXUPHOLDERLIST_T0D171ED299D06C65C3112A909ECD5428C078299A_H
#ifndef FORMATTERCONVERTER_T16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85_H
#define FORMATTERCONVERTER_T16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.FormatterConverter
struct FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATTERCONVERTER_T16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85_H
#ifndef U3CU3EC__DISPLAYCLASS9_0_T3FE72D0C843700DFC0A476D14EFD24D16BCE762D_H
#define U3CU3EC__DISPLAYCLASS9_0_T3FE72D0C843700DFC0A476D14EFD24D16BCE762D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.FormatterServices_<>c__DisplayClass9_0
struct U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D : public RuntimeObject
{
public:
// System.Type System.Runtime.Serialization.FormatterServices_<>c__DisplayClass9_0::type
Type_t * ___type_0;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D, ___type_0)); }
inline Type_t * get_type_0() const { return ___type_0; }
inline Type_t ** get_address_of_type_0() { return &___type_0; }
inline void set_type_0(Type_t * value)
{
___type_0 = value;
Il2CppCodeGenWriteBarrier((&___type_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS9_0_T3FE72D0C843700DFC0A476D14EFD24D16BCE762D_H
#ifndef BINARYASSEMBLY_T9612D61FDC16A48964BB61FDB3D968437BBADFFE_H
#define BINARYASSEMBLY_T9612D61FDC16A48964BB61FDB3D968437BBADFFE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryAssembly
struct BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::assemId
int32_t ___assemId_0;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::assemblyString
String_t* ___assemblyString_1;
public:
inline static int32_t get_offset_of_assemId_0() { return static_cast<int32_t>(offsetof(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE, ___assemId_0)); }
inline int32_t get_assemId_0() const { return ___assemId_0; }
inline int32_t* get_address_of_assemId_0() { return &___assemId_0; }
inline void set_assemId_0(int32_t value)
{
___assemId_0 = value;
}
inline static int32_t get_offset_of_assemblyString_1() { return static_cast<int32_t>(offsetof(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE, ___assemblyString_1)); }
inline String_t* get_assemblyString_1() const { return ___assemblyString_1; }
inline String_t** get_address_of_assemblyString_1() { return &___assemblyString_1; }
inline void set_assemblyString_1(String_t* value)
{
___assemblyString_1 = value;
Il2CppCodeGenWriteBarrier((&___assemblyString_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYASSEMBLY_T9612D61FDC16A48964BB61FDB3D968437BBADFFE_H
#ifndef BINARYASSEMBLYINFO_T2AF6CFB4477355A8C934708A0660C8A76EAB111B_H
#define BINARYASSEMBLYINFO_T2AF6CFB4477355A8C934708A0660C8A76EAB111B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo
struct BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo::assemblyString
String_t* ___assemblyString_0;
// System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo::assembly
Assembly_t * ___assembly_1;
public:
inline static int32_t get_offset_of_assemblyString_0() { return static_cast<int32_t>(offsetof(BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B, ___assemblyString_0)); }
inline String_t* get_assemblyString_0() const { return ___assemblyString_0; }
inline String_t** get_address_of_assemblyString_0() { return &___assemblyString_0; }
inline void set_assemblyString_0(String_t* value)
{
___assemblyString_0 = value;
Il2CppCodeGenWriteBarrier((&___assemblyString_0), value);
}
inline static int32_t get_offset_of_assembly_1() { return static_cast<int32_t>(offsetof(BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B, ___assembly_1)); }
inline Assembly_t * get_assembly_1() const { return ___assembly_1; }
inline Assembly_t ** get_address_of_assembly_1() { return &___assembly_1; }
inline void set_assembly_1(Assembly_t * value)
{
___assembly_1 = value;
Il2CppCodeGenWriteBarrier((&___assembly_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYASSEMBLYINFO_T2AF6CFB4477355A8C934708A0660C8A76EAB111B_H
#ifndef BINARYCONVERTER_TBEB0EC4D45084107C4D7F7902916AA7306E76730_H
#define BINARYCONVERTER_TBEB0EC4D45084107C4D7F7902916AA7306E76730_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryConverter
struct BinaryConverter_tBEB0EC4D45084107C4D7F7902916AA7306E76730 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYCONVERTER_TBEB0EC4D45084107C4D7F7902916AA7306E76730_H
#ifndef BINARYCROSSAPPDOMAINASSEMBLY_T1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9_H
#define BINARYCROSSAPPDOMAINASSEMBLY_T1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly
struct BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::assemId
int32_t ___assemId_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::assemblyIndex
int32_t ___assemblyIndex_1;
public:
inline static int32_t get_offset_of_assemId_0() { return static_cast<int32_t>(offsetof(BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9, ___assemId_0)); }
inline int32_t get_assemId_0() const { return ___assemId_0; }
inline int32_t* get_address_of_assemId_0() { return &___assemId_0; }
inline void set_assemId_0(int32_t value)
{
___assemId_0 = value;
}
inline static int32_t get_offset_of_assemblyIndex_1() { return static_cast<int32_t>(offsetof(BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9, ___assemblyIndex_1)); }
inline int32_t get_assemblyIndex_1() const { return ___assemblyIndex_1; }
inline int32_t* get_address_of_assemblyIndex_1() { return &___assemblyIndex_1; }
inline void set_assemblyIndex_1(int32_t value)
{
___assemblyIndex_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYCROSSAPPDOMAINASSEMBLY_T1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9_H
#ifndef BINARYCROSSAPPDOMAINMAP_T3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E_H
#define BINARYCROSSAPPDOMAINMAP_T3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap
struct BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap::crossAppDomainArrayIndex
int32_t ___crossAppDomainArrayIndex_0;
public:
inline static int32_t get_offset_of_crossAppDomainArrayIndex_0() { return static_cast<int32_t>(offsetof(BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E, ___crossAppDomainArrayIndex_0)); }
inline int32_t get_crossAppDomainArrayIndex_0() const { return ___crossAppDomainArrayIndex_0; }
inline int32_t* get_address_of_crossAppDomainArrayIndex_0() { return &___crossAppDomainArrayIndex_0; }
inline void set_crossAppDomainArrayIndex_0(int32_t value)
{
___crossAppDomainArrayIndex_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYCROSSAPPDOMAINMAP_T3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E_H
#ifndef BINARYCROSSAPPDOMAINSTRING_T6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB_H
#define BINARYCROSSAPPDOMAINSTRING_T6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString
struct BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::objectId
int32_t ___objectId_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::value
int32_t ___value_1;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB, ___value_1)); }
inline int32_t get_value_1() const { return ___value_1; }
inline int32_t* get_address_of_value_1() { return &___value_1; }
inline void set_value_1(int32_t value)
{
___value_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYCROSSAPPDOMAINSTRING_T6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB_H
#ifndef BINARYOBJECT_T673C2375D2FCF3D7E5631FF937DE0FD35E87950F_H
#define BINARYOBJECT_T673C2375D2FCF3D7E5631FF937DE0FD35E87950F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryObject
struct BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObject::objectId
int32_t ___objectId_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObject::mapId
int32_t ___mapId_1;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_mapId_1() { return static_cast<int32_t>(offsetof(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F, ___mapId_1)); }
inline int32_t get_mapId_1() const { return ___mapId_1; }
inline int32_t* get_address_of_mapId_1() { return &___mapId_1; }
inline void set_mapId_1(int32_t value)
{
___mapId_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYOBJECT_T673C2375D2FCF3D7E5631FF937DE0FD35E87950F_H
#ifndef BINARYOBJECTSTRING_T6062746844A056F90F1F64E5368D8A1E1FA0D8B7_H
#define BINARYOBJECTSTRING_T6062746844A056F90F1F64E5368D8A1E1FA0D8B7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectString
struct BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::objectId
int32_t ___objectId_0;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::value
String_t* ___value_1;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7, ___value_1)); }
inline String_t* get_value_1() const { return ___value_1; }
inline String_t** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(String_t* value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYOBJECTSTRING_T6062746844A056F90F1F64E5368D8A1E1FA0D8B7_H
#ifndef CONVERTER_T487E627532CCF8E32700AE055E7EFBDAC280C794_H
#define CONVERTER_T487E627532CCF8E32700AE055E7EFBDAC280C794_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.Converter
struct Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794 : public RuntimeObject
{
public:
public:
};
struct Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.Converter::primitiveTypeEnumLength
int32_t ___primitiveTypeEnumLength_0;
// System.Type[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::typeA
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___typeA_1;
// System.Type[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::arrayTypeA
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___arrayTypeA_2;
// System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::valueA
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___valueA_3;
// System.TypeCode[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::typeCodeA
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* ___typeCodeA_4;
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::codeA
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* ___codeA_5;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofISerializable
Type_t * ___typeofISerializable_6;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofString
Type_t * ___typeofString_7;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofConverter
Type_t * ___typeofConverter_8;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofBoolean
Type_t * ___typeofBoolean_9;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofByte
Type_t * ___typeofByte_10;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofChar
Type_t * ___typeofChar_11;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDecimal
Type_t * ___typeofDecimal_12;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDouble
Type_t * ___typeofDouble_13;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt16
Type_t * ___typeofInt16_14;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt32
Type_t * ___typeofInt32_15;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt64
Type_t * ___typeofInt64_16;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSByte
Type_t * ___typeofSByte_17;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSingle
Type_t * ___typeofSingle_18;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTimeSpan
Type_t * ___typeofTimeSpan_19;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDateTime
Type_t * ___typeofDateTime_20;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt16
Type_t * ___typeofUInt16_21;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt32
Type_t * ___typeofUInt32_22;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt64
Type_t * ___typeofUInt64_23;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofObject
Type_t * ___typeofObject_24;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSystemVoid
Type_t * ___typeofSystemVoid_25;
// System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.Converter::urtAssembly
Assembly_t * ___urtAssembly_26;
// System.String System.Runtime.Serialization.Formatters.Binary.Converter::urtAssemblyString
String_t* ___urtAssemblyString_27;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTypeArray
Type_t * ___typeofTypeArray_28;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofObjectArray
Type_t * ___typeofObjectArray_29;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofStringArray
Type_t * ___typeofStringArray_30;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofBooleanArray
Type_t * ___typeofBooleanArray_31;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofByteArray
Type_t * ___typeofByteArray_32;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofCharArray
Type_t * ___typeofCharArray_33;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDecimalArray
Type_t * ___typeofDecimalArray_34;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDoubleArray
Type_t * ___typeofDoubleArray_35;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt16Array
Type_t * ___typeofInt16Array_36;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt32Array
Type_t * ___typeofInt32Array_37;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt64Array
Type_t * ___typeofInt64Array_38;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSByteArray
Type_t * ___typeofSByteArray_39;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSingleArray
Type_t * ___typeofSingleArray_40;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTimeSpanArray
Type_t * ___typeofTimeSpanArray_41;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDateTimeArray
Type_t * ___typeofDateTimeArray_42;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt16Array
Type_t * ___typeofUInt16Array_43;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt32Array
Type_t * ___typeofUInt32Array_44;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt64Array
Type_t * ___typeofUInt64Array_45;
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofMarshalByRefObject
Type_t * ___typeofMarshalByRefObject_46;
public:
inline static int32_t get_offset_of_primitiveTypeEnumLength_0() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___primitiveTypeEnumLength_0)); }
inline int32_t get_primitiveTypeEnumLength_0() const { return ___primitiveTypeEnumLength_0; }
inline int32_t* get_address_of_primitiveTypeEnumLength_0() { return &___primitiveTypeEnumLength_0; }
inline void set_primitiveTypeEnumLength_0(int32_t value)
{
___primitiveTypeEnumLength_0 = value;
}
inline static int32_t get_offset_of_typeA_1() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeA_1)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_typeA_1() const { return ___typeA_1; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_typeA_1() { return &___typeA_1; }
inline void set_typeA_1(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___typeA_1 = value;
Il2CppCodeGenWriteBarrier((&___typeA_1), value);
}
inline static int32_t get_offset_of_arrayTypeA_2() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___arrayTypeA_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_arrayTypeA_2() const { return ___arrayTypeA_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_arrayTypeA_2() { return &___arrayTypeA_2; }
inline void set_arrayTypeA_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___arrayTypeA_2 = value;
Il2CppCodeGenWriteBarrier((&___arrayTypeA_2), value);
}
inline static int32_t get_offset_of_valueA_3() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___valueA_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_valueA_3() const { return ___valueA_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_valueA_3() { return &___valueA_3; }
inline void set_valueA_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___valueA_3 = value;
Il2CppCodeGenWriteBarrier((&___valueA_3), value);
}
inline static int32_t get_offset_of_typeCodeA_4() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeCodeA_4)); }
inline TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* get_typeCodeA_4() const { return ___typeCodeA_4; }
inline TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58** get_address_of_typeCodeA_4() { return &___typeCodeA_4; }
inline void set_typeCodeA_4(TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* value)
{
___typeCodeA_4 = value;
Il2CppCodeGenWriteBarrier((&___typeCodeA_4), value);
}
inline static int32_t get_offset_of_codeA_5() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___codeA_5)); }
inline InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* get_codeA_5() const { return ___codeA_5; }
inline InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C** get_address_of_codeA_5() { return &___codeA_5; }
inline void set_codeA_5(InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* value)
{
___codeA_5 = value;
Il2CppCodeGenWriteBarrier((&___codeA_5), value);
}
inline static int32_t get_offset_of_typeofISerializable_6() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofISerializable_6)); }
inline Type_t * get_typeofISerializable_6() const { return ___typeofISerializable_6; }
inline Type_t ** get_address_of_typeofISerializable_6() { return &___typeofISerializable_6; }
inline void set_typeofISerializable_6(Type_t * value)
{
___typeofISerializable_6 = value;
Il2CppCodeGenWriteBarrier((&___typeofISerializable_6), value);
}
inline static int32_t get_offset_of_typeofString_7() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofString_7)); }
inline Type_t * get_typeofString_7() const { return ___typeofString_7; }
inline Type_t ** get_address_of_typeofString_7() { return &___typeofString_7; }
inline void set_typeofString_7(Type_t * value)
{
___typeofString_7 = value;
Il2CppCodeGenWriteBarrier((&___typeofString_7), value);
}
inline static int32_t get_offset_of_typeofConverter_8() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofConverter_8)); }
inline Type_t * get_typeofConverter_8() const { return ___typeofConverter_8; }
inline Type_t ** get_address_of_typeofConverter_8() { return &___typeofConverter_8; }
inline void set_typeofConverter_8(Type_t * value)
{
___typeofConverter_8 = value;
Il2CppCodeGenWriteBarrier((&___typeofConverter_8), value);
}
inline static int32_t get_offset_of_typeofBoolean_9() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofBoolean_9)); }
inline Type_t * get_typeofBoolean_9() const { return ___typeofBoolean_9; }
inline Type_t ** get_address_of_typeofBoolean_9() { return &___typeofBoolean_9; }
inline void set_typeofBoolean_9(Type_t * value)
{
___typeofBoolean_9 = value;
Il2CppCodeGenWriteBarrier((&___typeofBoolean_9), value);
}
inline static int32_t get_offset_of_typeofByte_10() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofByte_10)); }
inline Type_t * get_typeofByte_10() const { return ___typeofByte_10; }
inline Type_t ** get_address_of_typeofByte_10() { return &___typeofByte_10; }
inline void set_typeofByte_10(Type_t * value)
{
___typeofByte_10 = value;
Il2CppCodeGenWriteBarrier((&___typeofByte_10), value);
}
inline static int32_t get_offset_of_typeofChar_11() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofChar_11)); }
inline Type_t * get_typeofChar_11() const { return ___typeofChar_11; }
inline Type_t ** get_address_of_typeofChar_11() { return &___typeofChar_11; }
inline void set_typeofChar_11(Type_t * value)
{
___typeofChar_11 = value;
Il2CppCodeGenWriteBarrier((&___typeofChar_11), value);
}
inline static int32_t get_offset_of_typeofDecimal_12() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofDecimal_12)); }
inline Type_t * get_typeofDecimal_12() const { return ___typeofDecimal_12; }
inline Type_t ** get_address_of_typeofDecimal_12() { return &___typeofDecimal_12; }
inline void set_typeofDecimal_12(Type_t * value)
{
___typeofDecimal_12 = value;
Il2CppCodeGenWriteBarrier((&___typeofDecimal_12), value);
}
inline static int32_t get_offset_of_typeofDouble_13() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofDouble_13)); }
inline Type_t * get_typeofDouble_13() const { return ___typeofDouble_13; }
inline Type_t ** get_address_of_typeofDouble_13() { return &___typeofDouble_13; }
inline void set_typeofDouble_13(Type_t * value)
{
___typeofDouble_13 = value;
Il2CppCodeGenWriteBarrier((&___typeofDouble_13), value);
}
inline static int32_t get_offset_of_typeofInt16_14() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofInt16_14)); }
inline Type_t * get_typeofInt16_14() const { return ___typeofInt16_14; }
inline Type_t ** get_address_of_typeofInt16_14() { return &___typeofInt16_14; }
inline void set_typeofInt16_14(Type_t * value)
{
___typeofInt16_14 = value;
Il2CppCodeGenWriteBarrier((&___typeofInt16_14), value);
}
inline static int32_t get_offset_of_typeofInt32_15() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofInt32_15)); }
inline Type_t * get_typeofInt32_15() const { return ___typeofInt32_15; }
inline Type_t ** get_address_of_typeofInt32_15() { return &___typeofInt32_15; }
inline void set_typeofInt32_15(Type_t * value)
{
___typeofInt32_15 = value;
Il2CppCodeGenWriteBarrier((&___typeofInt32_15), value);
}
inline static int32_t get_offset_of_typeofInt64_16() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofInt64_16)); }
inline Type_t * get_typeofInt64_16() const { return ___typeofInt64_16; }
inline Type_t ** get_address_of_typeofInt64_16() { return &___typeofInt64_16; }
inline void set_typeofInt64_16(Type_t * value)
{
___typeofInt64_16 = value;
Il2CppCodeGenWriteBarrier((&___typeofInt64_16), value);
}
inline static int32_t get_offset_of_typeofSByte_17() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofSByte_17)); }
inline Type_t * get_typeofSByte_17() const { return ___typeofSByte_17; }
inline Type_t ** get_address_of_typeofSByte_17() { return &___typeofSByte_17; }
inline void set_typeofSByte_17(Type_t * value)
{
___typeofSByte_17 = value;
Il2CppCodeGenWriteBarrier((&___typeofSByte_17), value);
}
inline static int32_t get_offset_of_typeofSingle_18() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofSingle_18)); }
inline Type_t * get_typeofSingle_18() const { return ___typeofSingle_18; }
inline Type_t ** get_address_of_typeofSingle_18() { return &___typeofSingle_18; }
inline void set_typeofSingle_18(Type_t * value)
{
___typeofSingle_18 = value;
Il2CppCodeGenWriteBarrier((&___typeofSingle_18), value);
}
inline static int32_t get_offset_of_typeofTimeSpan_19() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofTimeSpan_19)); }
inline Type_t * get_typeofTimeSpan_19() const { return ___typeofTimeSpan_19; }
inline Type_t ** get_address_of_typeofTimeSpan_19() { return &___typeofTimeSpan_19; }
inline void set_typeofTimeSpan_19(Type_t * value)
{
___typeofTimeSpan_19 = value;
Il2CppCodeGenWriteBarrier((&___typeofTimeSpan_19), value);
}
inline static int32_t get_offset_of_typeofDateTime_20() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofDateTime_20)); }
inline Type_t * get_typeofDateTime_20() const { return ___typeofDateTime_20; }
inline Type_t ** get_address_of_typeofDateTime_20() { return &___typeofDateTime_20; }
inline void set_typeofDateTime_20(Type_t * value)
{
___typeofDateTime_20 = value;
Il2CppCodeGenWriteBarrier((&___typeofDateTime_20), value);
}
inline static int32_t get_offset_of_typeofUInt16_21() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofUInt16_21)); }
inline Type_t * get_typeofUInt16_21() const { return ___typeofUInt16_21; }
inline Type_t ** get_address_of_typeofUInt16_21() { return &___typeofUInt16_21; }
inline void set_typeofUInt16_21(Type_t * value)
{
___typeofUInt16_21 = value;
Il2CppCodeGenWriteBarrier((&___typeofUInt16_21), value);
}
inline static int32_t get_offset_of_typeofUInt32_22() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofUInt32_22)); }
inline Type_t * get_typeofUInt32_22() const { return ___typeofUInt32_22; }
inline Type_t ** get_address_of_typeofUInt32_22() { return &___typeofUInt32_22; }
inline void set_typeofUInt32_22(Type_t * value)
{
___typeofUInt32_22 = value;
Il2CppCodeGenWriteBarrier((&___typeofUInt32_22), value);
}
inline static int32_t get_offset_of_typeofUInt64_23() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofUInt64_23)); }
inline Type_t * get_typeofUInt64_23() const { return ___typeofUInt64_23; }
inline Type_t ** get_address_of_typeofUInt64_23() { return &___typeofUInt64_23; }
inline void set_typeofUInt64_23(Type_t * value)
{
___typeofUInt64_23 = value;
Il2CppCodeGenWriteBarrier((&___typeofUInt64_23), value);
}
inline static int32_t get_offset_of_typeofObject_24() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofObject_24)); }
inline Type_t * get_typeofObject_24() const { return ___typeofObject_24; }
inline Type_t ** get_address_of_typeofObject_24() { return &___typeofObject_24; }
inline void set_typeofObject_24(Type_t * value)
{
___typeofObject_24 = value;
Il2CppCodeGenWriteBarrier((&___typeofObject_24), value);
}
inline static int32_t get_offset_of_typeofSystemVoid_25() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofSystemVoid_25)); }
inline Type_t * get_typeofSystemVoid_25() const { return ___typeofSystemVoid_25; }
inline Type_t ** get_address_of_typeofSystemVoid_25() { return &___typeofSystemVoid_25; }
inline void set_typeofSystemVoid_25(Type_t * value)
{
___typeofSystemVoid_25 = value;
Il2CppCodeGenWriteBarrier((&___typeofSystemVoid_25), value);
}
inline static int32_t get_offset_of_urtAssembly_26() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___urtAssembly_26)); }
inline Assembly_t * get_urtAssembly_26() const { return ___urtAssembly_26; }
inline Assembly_t ** get_address_of_urtAssembly_26() { return &___urtAssembly_26; }
inline void set_urtAssembly_26(Assembly_t * value)
{
___urtAssembly_26 = value;
Il2CppCodeGenWriteBarrier((&___urtAssembly_26), value);
}
inline static int32_t get_offset_of_urtAssemblyString_27() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___urtAssemblyString_27)); }
inline String_t* get_urtAssemblyString_27() const { return ___urtAssemblyString_27; }
inline String_t** get_address_of_urtAssemblyString_27() { return &___urtAssemblyString_27; }
inline void set_urtAssemblyString_27(String_t* value)
{
___urtAssemblyString_27 = value;
Il2CppCodeGenWriteBarrier((&___urtAssemblyString_27), value);
}
inline static int32_t get_offset_of_typeofTypeArray_28() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofTypeArray_28)); }
inline Type_t * get_typeofTypeArray_28() const { return ___typeofTypeArray_28; }
inline Type_t ** get_address_of_typeofTypeArray_28() { return &___typeofTypeArray_28; }
inline void set_typeofTypeArray_28(Type_t * value)
{
___typeofTypeArray_28 = value;
Il2CppCodeGenWriteBarrier((&___typeofTypeArray_28), value);
}
inline static int32_t get_offset_of_typeofObjectArray_29() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofObjectArray_29)); }
inline Type_t * get_typeofObjectArray_29() const { return ___typeofObjectArray_29; }
inline Type_t ** get_address_of_typeofObjectArray_29() { return &___typeofObjectArray_29; }
inline void set_typeofObjectArray_29(Type_t * value)
{
___typeofObjectArray_29 = value;
Il2CppCodeGenWriteBarrier((&___typeofObjectArray_29), value);
}
inline static int32_t get_offset_of_typeofStringArray_30() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofStringArray_30)); }
inline Type_t * get_typeofStringArray_30() const { return ___typeofStringArray_30; }
inline Type_t ** get_address_of_typeofStringArray_30() { return &___typeofStringArray_30; }
inline void set_typeofStringArray_30(Type_t * value)
{
___typeofStringArray_30 = value;
Il2CppCodeGenWriteBarrier((&___typeofStringArray_30), value);
}
inline static int32_t get_offset_of_typeofBooleanArray_31() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofBooleanArray_31)); }
inline Type_t * get_typeofBooleanArray_31() const { return ___typeofBooleanArray_31; }
inline Type_t ** get_address_of_typeofBooleanArray_31() { return &___typeofBooleanArray_31; }
inline void set_typeofBooleanArray_31(Type_t * value)
{
___typeofBooleanArray_31 = value;
Il2CppCodeGenWriteBarrier((&___typeofBooleanArray_31), value);
}
inline static int32_t get_offset_of_typeofByteArray_32() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofByteArray_32)); }
inline Type_t * get_typeofByteArray_32() const { return ___typeofByteArray_32; }
inline Type_t ** get_address_of_typeofByteArray_32() { return &___typeofByteArray_32; }
inline void set_typeofByteArray_32(Type_t * value)
{
___typeofByteArray_32 = value;
Il2CppCodeGenWriteBarrier((&___typeofByteArray_32), value);
}
inline static int32_t get_offset_of_typeofCharArray_33() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofCharArray_33)); }
inline Type_t * get_typeofCharArray_33() const { return ___typeofCharArray_33; }
inline Type_t ** get_address_of_typeofCharArray_33() { return &___typeofCharArray_33; }
inline void set_typeofCharArray_33(Type_t * value)
{
___typeofCharArray_33 = value;
Il2CppCodeGenWriteBarrier((&___typeofCharArray_33), value);
}
inline static int32_t get_offset_of_typeofDecimalArray_34() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofDecimalArray_34)); }
inline Type_t * get_typeofDecimalArray_34() const { return ___typeofDecimalArray_34; }
inline Type_t ** get_address_of_typeofDecimalArray_34() { return &___typeofDecimalArray_34; }
inline void set_typeofDecimalArray_34(Type_t * value)
{
___typeofDecimalArray_34 = value;
Il2CppCodeGenWriteBarrier((&___typeofDecimalArray_34), value);
}
inline static int32_t get_offset_of_typeofDoubleArray_35() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofDoubleArray_35)); }
inline Type_t * get_typeofDoubleArray_35() const { return ___typeofDoubleArray_35; }
inline Type_t ** get_address_of_typeofDoubleArray_35() { return &___typeofDoubleArray_35; }
inline void set_typeofDoubleArray_35(Type_t * value)
{
___typeofDoubleArray_35 = value;
Il2CppCodeGenWriteBarrier((&___typeofDoubleArray_35), value);
}
inline static int32_t get_offset_of_typeofInt16Array_36() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofInt16Array_36)); }
inline Type_t * get_typeofInt16Array_36() const { return ___typeofInt16Array_36; }
inline Type_t ** get_address_of_typeofInt16Array_36() { return &___typeofInt16Array_36; }
inline void set_typeofInt16Array_36(Type_t * value)
{
___typeofInt16Array_36 = value;
Il2CppCodeGenWriteBarrier((&___typeofInt16Array_36), value);
}
inline static int32_t get_offset_of_typeofInt32Array_37() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofInt32Array_37)); }
inline Type_t * get_typeofInt32Array_37() const { return ___typeofInt32Array_37; }
inline Type_t ** get_address_of_typeofInt32Array_37() { return &___typeofInt32Array_37; }
inline void set_typeofInt32Array_37(Type_t * value)
{
___typeofInt32Array_37 = value;
Il2CppCodeGenWriteBarrier((&___typeofInt32Array_37), value);
}
inline static int32_t get_offset_of_typeofInt64Array_38() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofInt64Array_38)); }
inline Type_t * get_typeofInt64Array_38() const { return ___typeofInt64Array_38; }
inline Type_t ** get_address_of_typeofInt64Array_38() { return &___typeofInt64Array_38; }
inline void set_typeofInt64Array_38(Type_t * value)
{
___typeofInt64Array_38 = value;
Il2CppCodeGenWriteBarrier((&___typeofInt64Array_38), value);
}
inline static int32_t get_offset_of_typeofSByteArray_39() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofSByteArray_39)); }
inline Type_t * get_typeofSByteArray_39() const { return ___typeofSByteArray_39; }
inline Type_t ** get_address_of_typeofSByteArray_39() { return &___typeofSByteArray_39; }
inline void set_typeofSByteArray_39(Type_t * value)
{
___typeofSByteArray_39 = value;
Il2CppCodeGenWriteBarrier((&___typeofSByteArray_39), value);
}
inline static int32_t get_offset_of_typeofSingleArray_40() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofSingleArray_40)); }
inline Type_t * get_typeofSingleArray_40() const { return ___typeofSingleArray_40; }
inline Type_t ** get_address_of_typeofSingleArray_40() { return &___typeofSingleArray_40; }
inline void set_typeofSingleArray_40(Type_t * value)
{
___typeofSingleArray_40 = value;
Il2CppCodeGenWriteBarrier((&___typeofSingleArray_40), value);
}
inline static int32_t get_offset_of_typeofTimeSpanArray_41() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofTimeSpanArray_41)); }
inline Type_t * get_typeofTimeSpanArray_41() const { return ___typeofTimeSpanArray_41; }
inline Type_t ** get_address_of_typeofTimeSpanArray_41() { return &___typeofTimeSpanArray_41; }
inline void set_typeofTimeSpanArray_41(Type_t * value)
{
___typeofTimeSpanArray_41 = value;
Il2CppCodeGenWriteBarrier((&___typeofTimeSpanArray_41), value);
}
inline static int32_t get_offset_of_typeofDateTimeArray_42() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofDateTimeArray_42)); }
inline Type_t * get_typeofDateTimeArray_42() const { return ___typeofDateTimeArray_42; }
inline Type_t ** get_address_of_typeofDateTimeArray_42() { return &___typeofDateTimeArray_42; }
inline void set_typeofDateTimeArray_42(Type_t * value)
{
___typeofDateTimeArray_42 = value;
Il2CppCodeGenWriteBarrier((&___typeofDateTimeArray_42), value);
}
inline static int32_t get_offset_of_typeofUInt16Array_43() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofUInt16Array_43)); }
inline Type_t * get_typeofUInt16Array_43() const { return ___typeofUInt16Array_43; }
inline Type_t ** get_address_of_typeofUInt16Array_43() { return &___typeofUInt16Array_43; }
inline void set_typeofUInt16Array_43(Type_t * value)
{
___typeofUInt16Array_43 = value;
Il2CppCodeGenWriteBarrier((&___typeofUInt16Array_43), value);
}
inline static int32_t get_offset_of_typeofUInt32Array_44() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofUInt32Array_44)); }
inline Type_t * get_typeofUInt32Array_44() const { return ___typeofUInt32Array_44; }
inline Type_t ** get_address_of_typeofUInt32Array_44() { return &___typeofUInt32Array_44; }
inline void set_typeofUInt32Array_44(Type_t * value)
{
___typeofUInt32Array_44 = value;
Il2CppCodeGenWriteBarrier((&___typeofUInt32Array_44), value);
}
inline static int32_t get_offset_of_typeofUInt64Array_45() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofUInt64Array_45)); }
inline Type_t * get_typeofUInt64Array_45() const { return ___typeofUInt64Array_45; }
inline Type_t ** get_address_of_typeofUInt64Array_45() { return &___typeofUInt64Array_45; }
inline void set_typeofUInt64Array_45(Type_t * value)
{
___typeofUInt64Array_45 = value;
Il2CppCodeGenWriteBarrier((&___typeofUInt64Array_45), value);
}
inline static int32_t get_offset_of_typeofMarshalByRefObject_46() { return static_cast<int32_t>(offsetof(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields, ___typeofMarshalByRefObject_46)); }
inline Type_t * get_typeofMarshalByRefObject_46() const { return ___typeofMarshalByRefObject_46; }
inline Type_t ** get_address_of_typeofMarshalByRefObject_46() { return &___typeofMarshalByRefObject_46; }
inline void set_typeofMarshalByRefObject_46(Type_t * value)
{
___typeofMarshalByRefObject_46 = value;
Il2CppCodeGenWriteBarrier((&___typeofMarshalByRefObject_46), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONVERTER_T487E627532CCF8E32700AE055E7EFBDAC280C794_H
#ifndef IOUTIL_T0D27E53B04596A7A21D96C0959E5CA56E7F2DFEE_H
#define IOUTIL_T0D27E53B04596A7A21D96C0959E5CA56E7F2DFEE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.IOUtil
struct IOUtil_t0D27E53B04596A7A21D96C0959E5CA56E7F2DFEE : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOUTIL_T0D27E53B04596A7A21D96C0959E5CA56E7F2DFEE_H
#ifndef INTSIZEDARRAY_T2C7398EFD83B8888EF90EA9E8D5268C8771BAF01_H
#define INTSIZEDARRAY_T2C7398EFD83B8888EF90EA9E8D5268C8771BAF01_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.IntSizedArray
struct IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 : public RuntimeObject
{
public:
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.IntSizedArray::objects
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___objects_0;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.IntSizedArray::negObjects
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___negObjects_1;
public:
inline static int32_t get_offset_of_objects_0() { return static_cast<int32_t>(offsetof(IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01, ___objects_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_objects_0() const { return ___objects_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_objects_0() { return &___objects_0; }
inline void set_objects_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___objects_0 = value;
Il2CppCodeGenWriteBarrier((&___objects_0), value);
}
inline static int32_t get_offset_of_negObjects_1() { return static_cast<int32_t>(offsetof(IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01, ___negObjects_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_negObjects_1() const { return ___negObjects_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_negObjects_1() { return &___negObjects_1; }
inline void set_negObjects_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___negObjects_1 = value;
Il2CppCodeGenWriteBarrier((&___negObjects_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTSIZEDARRAY_T2C7398EFD83B8888EF90EA9E8D5268C8771BAF01_H
#ifndef MEMBERREFERENCE_T12860538665657DB61F1F5CD53253E2DBB073E66_H
#define MEMBERREFERENCE_T12860538665657DB61F1F5CD53253E2DBB073E66_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MemberReference
struct MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.MemberReference::idRef
int32_t ___idRef_0;
public:
inline static int32_t get_offset_of_idRef_0() { return static_cast<int32_t>(offsetof(MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66, ___idRef_0)); }
inline int32_t get_idRef_0() const { return ___idRef_0; }
inline int32_t* get_address_of_idRef_0() { return &___idRef_0; }
inline void set_idRef_0(int32_t value)
{
___idRef_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERREFERENCE_T12860538665657DB61F1F5CD53253E2DBB073E66_H
#ifndef MESSAGEEND_TFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_H
#define MESSAGEEND_TFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MessageEnd
struct MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MESSAGEEND_TFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_H
#ifndef NAMECACHE_T8E2C6F16791BF70942F3599CC096E43EE51FEC7F_H
#define NAMECACHE_T8E2C6F16791BF70942F3599CC096E43EE51FEC7F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.NameCache
struct NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.NameCache::name
String_t* ___name_1;
public:
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((&___name_1), value);
}
};
struct NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_StaticFields
{
public:
// System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object> System.Runtime.Serialization.Formatters.Binary.NameCache::ht
ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * ___ht_0;
public:
inline static int32_t get_offset_of_ht_0() { return static_cast<int32_t>(offsetof(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_StaticFields, ___ht_0)); }
inline ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * get_ht_0() const { return ___ht_0; }
inline ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A ** get_address_of_ht_0() { return &___ht_0; }
inline void set_ht_0(ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * value)
{
___ht_0 = value;
Il2CppCodeGenWriteBarrier((&___ht_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMECACHE_T8E2C6F16791BF70942F3599CC096E43EE51FEC7F_H
#ifndef OBJECTMAP_T4A3376E393D41E3EA28A67569CF7663D01B5B92D_H
#define OBJECTMAP_T4A3376E393D41E3EA28A67569CF7663D01B5B92D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectMap
struct ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.ObjectMap::objectName
String_t* ___objectName_0;
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectMap::objectType
Type_t * ___objectType_1;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[] System.Runtime.Serialization.Formatters.Binary.ObjectMap::binaryTypeEnumA
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA_2;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.ObjectMap::typeInformationA
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA_3;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.ObjectMap::memberTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes_4;
// System.String[] System.Runtime.Serialization.Formatters.Binary.ObjectMap::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_5;
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ObjectMap::objectInfo
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ___objectInfo_6;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectMap::isInitObjectInfo
bool ___isInitObjectInfo_7;
// System.Runtime.Serialization.Formatters.Binary.ObjectReader System.Runtime.Serialization.Formatters.Binary.ObjectMap::objectReader
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader_8;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectMap::objectId
int32_t ___objectId_9;
// System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo System.Runtime.Serialization.Formatters.Binary.ObjectMap::assemblyInfo
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo_10;
public:
inline static int32_t get_offset_of_objectName_0() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___objectName_0)); }
inline String_t* get_objectName_0() const { return ___objectName_0; }
inline String_t** get_address_of_objectName_0() { return &___objectName_0; }
inline void set_objectName_0(String_t* value)
{
___objectName_0 = value;
Il2CppCodeGenWriteBarrier((&___objectName_0), value);
}
inline static int32_t get_offset_of_objectType_1() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___objectType_1)); }
inline Type_t * get_objectType_1() const { return ___objectType_1; }
inline Type_t ** get_address_of_objectType_1() { return &___objectType_1; }
inline void set_objectType_1(Type_t * value)
{
___objectType_1 = value;
Il2CppCodeGenWriteBarrier((&___objectType_1), value);
}
inline static int32_t get_offset_of_binaryTypeEnumA_2() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___binaryTypeEnumA_2)); }
inline BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* get_binaryTypeEnumA_2() const { return ___binaryTypeEnumA_2; }
inline BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B** get_address_of_binaryTypeEnumA_2() { return &___binaryTypeEnumA_2; }
inline void set_binaryTypeEnumA_2(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* value)
{
___binaryTypeEnumA_2 = value;
Il2CppCodeGenWriteBarrier((&___binaryTypeEnumA_2), value);
}
inline static int32_t get_offset_of_typeInformationA_3() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___typeInformationA_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_typeInformationA_3() const { return ___typeInformationA_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_typeInformationA_3() { return &___typeInformationA_3; }
inline void set_typeInformationA_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___typeInformationA_3 = value;
Il2CppCodeGenWriteBarrier((&___typeInformationA_3), value);
}
inline static int32_t get_offset_of_memberTypes_4() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___memberTypes_4)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_memberTypes_4() const { return ___memberTypes_4; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_memberTypes_4() { return &___memberTypes_4; }
inline void set_memberTypes_4(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___memberTypes_4 = value;
Il2CppCodeGenWriteBarrier((&___memberTypes_4), value);
}
inline static int32_t get_offset_of_memberNames_5() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___memberNames_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_5() const { return ___memberNames_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_5() { return &___memberNames_5; }
inline void set_memberNames_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_5 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_5), value);
}
inline static int32_t get_offset_of_objectInfo_6() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___objectInfo_6)); }
inline ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * get_objectInfo_6() const { return ___objectInfo_6; }
inline ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 ** get_address_of_objectInfo_6() { return &___objectInfo_6; }
inline void set_objectInfo_6(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * value)
{
___objectInfo_6 = value;
Il2CppCodeGenWriteBarrier((&___objectInfo_6), value);
}
inline static int32_t get_offset_of_isInitObjectInfo_7() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___isInitObjectInfo_7)); }
inline bool get_isInitObjectInfo_7() const { return ___isInitObjectInfo_7; }
inline bool* get_address_of_isInitObjectInfo_7() { return &___isInitObjectInfo_7; }
inline void set_isInitObjectInfo_7(bool value)
{
___isInitObjectInfo_7 = value;
}
inline static int32_t get_offset_of_objectReader_8() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___objectReader_8)); }
inline ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * get_objectReader_8() const { return ___objectReader_8; }
inline ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 ** get_address_of_objectReader_8() { return &___objectReader_8; }
inline void set_objectReader_8(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * value)
{
___objectReader_8 = value;
Il2CppCodeGenWriteBarrier((&___objectReader_8), value);
}
inline static int32_t get_offset_of_objectId_9() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___objectId_9)); }
inline int32_t get_objectId_9() const { return ___objectId_9; }
inline int32_t* get_address_of_objectId_9() { return &___objectId_9; }
inline void set_objectId_9(int32_t value)
{
___objectId_9 = value;
}
inline static int32_t get_offset_of_assemblyInfo_10() { return static_cast<int32_t>(offsetof(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D, ___assemblyInfo_10)); }
inline BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * get_assemblyInfo_10() const { return ___assemblyInfo_10; }
inline BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B ** get_address_of_assemblyInfo_10() { return &___assemblyInfo_10; }
inline void set_assemblyInfo_10(BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * value)
{
___assemblyInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___assemblyInfo_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTMAP_T4A3376E393D41E3EA28A67569CF7663D01B5B92D_H
#ifndef OBJECTMAPINFO_T84FE00AB11C96611DDE801C57CB9415F77B0ABF8_H
#define OBJECTMAPINFO_T84FE00AB11C96611DDE801C57CB9415F77B0ABF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo
struct ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::objectId
int32_t ___objectId_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::numMembers
int32_t ___numMembers_1;
// System.String[] System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_2;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::memberTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes_3;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_numMembers_1() { return static_cast<int32_t>(offsetof(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8, ___numMembers_1)); }
inline int32_t get_numMembers_1() const { return ___numMembers_1; }
inline int32_t* get_address_of_numMembers_1() { return &___numMembers_1; }
inline void set_numMembers_1(int32_t value)
{
___numMembers_1 = value;
}
inline static int32_t get_offset_of_memberNames_2() { return static_cast<int32_t>(offsetof(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8, ___memberNames_2)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_2() const { return ___memberNames_2; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_2() { return &___memberNames_2; }
inline void set_memberNames_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_2 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_2), value);
}
inline static int32_t get_offset_of_memberTypes_3() { return static_cast<int32_t>(offsetof(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8, ___memberTypes_3)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_memberTypes_3() const { return ___memberTypes_3; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_memberTypes_3() { return &___memberTypes_3; }
inline void set_memberTypes_3(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___memberTypes_3 = value;
Il2CppCodeGenWriteBarrier((&___memberTypes_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTMAPINFO_T84FE00AB11C96611DDE801C57CB9415F77B0ABF8_H
#ifndef OBJECTNULL_T5DB725C9D746ACE48959A43CE5ABAC465865EA05_H
#define OBJECTNULL_T5DB725C9D746ACE48959A43CE5ABAC465865EA05_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectNull
struct ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectNull::nullCount
int32_t ___nullCount_0;
public:
inline static int32_t get_offset_of_nullCount_0() { return static_cast<int32_t>(offsetof(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05, ___nullCount_0)); }
inline int32_t get_nullCount_0() const { return ___nullCount_0; }
inline int32_t* get_address_of_nullCount_0() { return &___nullCount_0; }
inline void set_nullCount_0(int32_t value)
{
___nullCount_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTNULL_T5DB725C9D746ACE48959A43CE5ABAC465865EA05_H
#ifndef TOPLEVELASSEMBLYTYPERESOLVER_T04636F94B55405B0EE48DD9BCA570DAA810DA4C8_H
#define TOPLEVELASSEMBLYTYPERESOLVER_T04636F94B55405B0EE48DD9BCA570DAA810DA4C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectReader_TopLevelAssemblyTypeResolver
struct TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8 : public RuntimeObject
{
public:
// System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.ObjectReader_TopLevelAssemblyTypeResolver::m_topLevelAssembly
Assembly_t * ___m_topLevelAssembly_0;
public:
inline static int32_t get_offset_of_m_topLevelAssembly_0() { return static_cast<int32_t>(offsetof(TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8, ___m_topLevelAssembly_0)); }
inline Assembly_t * get_m_topLevelAssembly_0() const { return ___m_topLevelAssembly_0; }
inline Assembly_t ** get_address_of_m_topLevelAssembly_0() { return &___m_topLevelAssembly_0; }
inline void set_m_topLevelAssembly_0(Assembly_t * value)
{
___m_topLevelAssembly_0 = value;
Il2CppCodeGenWriteBarrier((&___m_topLevelAssembly_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TOPLEVELASSEMBLYTYPERESOLVER_T04636F94B55405B0EE48DD9BCA570DAA810DA4C8_H
#ifndef TYPENASSEMBLY_TC7486A43B108786A3E5305EBA7DF4F5EBF9F6933_H
#define TYPENASSEMBLY_TC7486A43B108786A3E5305EBA7DF4F5EBF9F6933_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectReader_TypeNAssembly
struct TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 : public RuntimeObject
{
public:
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader_TypeNAssembly::type
Type_t * ___type_0;
// System.String System.Runtime.Serialization.Formatters.Binary.ObjectReader_TypeNAssembly::assemblyName
String_t* ___assemblyName_1;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933, ___type_0)); }
inline Type_t * get_type_0() const { return ___type_0; }
inline Type_t ** get_address_of_type_0() { return &___type_0; }
inline void set_type_0(Type_t * value)
{
___type_0 = value;
Il2CppCodeGenWriteBarrier((&___type_0), value);
}
inline static int32_t get_offset_of_assemblyName_1() { return static_cast<int32_t>(offsetof(TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933, ___assemblyName_1)); }
inline String_t* get_assemblyName_1() const { return ___assemblyName_1; }
inline String_t** get_address_of_assemblyName_1() { return &___assemblyName_1; }
inline void set_assemblyName_1(String_t* value)
{
___assemblyName_1 = value;
Il2CppCodeGenWriteBarrier((&___assemblyName_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPENASSEMBLY_TC7486A43B108786A3E5305EBA7DF4F5EBF9F6933_H
#ifndef SEROBJECTINFOCACHE_T32BC33838021C390DC94B45E12F87B2E6BC38B62_H
#define SEROBJECTINFOCACHE_T32BC33838021C390DC94B45E12F87B2E6BC38B62_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache
struct SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::fullTypeName
String_t* ___fullTypeName_0;
// System.String System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::assemblyString
String_t* ___assemblyString_1;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::hasTypeForwardedFrom
bool ___hasTypeForwardedFrom_2;
// System.Reflection.MemberInfo[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberInfos
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* ___memberInfos_3;
// System.String[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_4;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes_5;
public:
inline static int32_t get_offset_of_fullTypeName_0() { return static_cast<int32_t>(offsetof(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62, ___fullTypeName_0)); }
inline String_t* get_fullTypeName_0() const { return ___fullTypeName_0; }
inline String_t** get_address_of_fullTypeName_0() { return &___fullTypeName_0; }
inline void set_fullTypeName_0(String_t* value)
{
___fullTypeName_0 = value;
Il2CppCodeGenWriteBarrier((&___fullTypeName_0), value);
}
inline static int32_t get_offset_of_assemblyString_1() { return static_cast<int32_t>(offsetof(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62, ___assemblyString_1)); }
inline String_t* get_assemblyString_1() const { return ___assemblyString_1; }
inline String_t** get_address_of_assemblyString_1() { return &___assemblyString_1; }
inline void set_assemblyString_1(String_t* value)
{
___assemblyString_1 = value;
Il2CppCodeGenWriteBarrier((&___assemblyString_1), value);
}
inline static int32_t get_offset_of_hasTypeForwardedFrom_2() { return static_cast<int32_t>(offsetof(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62, ___hasTypeForwardedFrom_2)); }
inline bool get_hasTypeForwardedFrom_2() const { return ___hasTypeForwardedFrom_2; }
inline bool* get_address_of_hasTypeForwardedFrom_2() { return &___hasTypeForwardedFrom_2; }
inline void set_hasTypeForwardedFrom_2(bool value)
{
___hasTypeForwardedFrom_2 = value;
}
inline static int32_t get_offset_of_memberInfos_3() { return static_cast<int32_t>(offsetof(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62, ___memberInfos_3)); }
inline MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* get_memberInfos_3() const { return ___memberInfos_3; }
inline MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6** get_address_of_memberInfos_3() { return &___memberInfos_3; }
inline void set_memberInfos_3(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* value)
{
___memberInfos_3 = value;
Il2CppCodeGenWriteBarrier((&___memberInfos_3), value);
}
inline static int32_t get_offset_of_memberNames_4() { return static_cast<int32_t>(offsetof(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62, ___memberNames_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_4() const { return ___memberNames_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_4() { return &___memberNames_4; }
inline void set_memberNames_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_4 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_4), value);
}
inline static int32_t get_offset_of_memberTypes_5() { return static_cast<int32_t>(offsetof(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62, ___memberTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_memberTypes_5() const { return ___memberTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_memberTypes_5() { return &___memberTypes_5; }
inline void set_memberTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___memberTypes_5 = value;
Il2CppCodeGenWriteBarrier((&___memberTypes_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SEROBJECTINFOCACHE_T32BC33838021C390DC94B45E12F87B2E6BC38B62_H
#ifndef SEROBJECTINFOINIT_TD7277DACBD8DA9334482500C1ECE6574FA6CFCF2_H
#define SEROBJECTINFOINIT_TD7277DACBD8DA9334482500C1ECE6574FA6CFCF2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit
struct SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::seenBeforeTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___seenBeforeTable_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::objectInfoIdCount
int32_t ___objectInfoIdCount_1;
// System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::oiPool
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ___oiPool_2;
public:
inline static int32_t get_offset_of_seenBeforeTable_0() { return static_cast<int32_t>(offsetof(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2, ___seenBeforeTable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_seenBeforeTable_0() const { return ___seenBeforeTable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_seenBeforeTable_0() { return &___seenBeforeTable_0; }
inline void set_seenBeforeTable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___seenBeforeTable_0 = value;
Il2CppCodeGenWriteBarrier((&___seenBeforeTable_0), value);
}
inline static int32_t get_offset_of_objectInfoIdCount_1() { return static_cast<int32_t>(offsetof(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2, ___objectInfoIdCount_1)); }
inline int32_t get_objectInfoIdCount_1() const { return ___objectInfoIdCount_1; }
inline int32_t* get_address_of_objectInfoIdCount_1() { return &___objectInfoIdCount_1; }
inline void set_objectInfoIdCount_1(int32_t value)
{
___objectInfoIdCount_1 = value;
}
inline static int32_t get_offset_of_oiPool_2() { return static_cast<int32_t>(offsetof(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2, ___oiPool_2)); }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * get_oiPool_2() const { return ___oiPool_2; }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF ** get_address_of_oiPool_2() { return &___oiPool_2; }
inline void set_oiPool_2(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * value)
{
___oiPool_2 = value;
Il2CppCodeGenWriteBarrier((&___oiPool_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SEROBJECTINFOINIT_TD7277DACBD8DA9334482500C1ECE6574FA6CFCF2_H
#ifndef SERSTACK_T40715BC3B3EA919738845FBD98EB61B391CCB5CF_H
#define SERSTACK_T40715BC3B3EA919738845FBD98EB61B391CCB5CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.SerStack
struct SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF : public RuntimeObject
{
public:
// System.Object[] System.Runtime.Serialization.Formatters.Binary.SerStack::objects
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___objects_0;
// System.String System.Runtime.Serialization.Formatters.Binary.SerStack::stackId
String_t* ___stackId_1;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerStack::top
int32_t ___top_2;
public:
inline static int32_t get_offset_of_objects_0() { return static_cast<int32_t>(offsetof(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF, ___objects_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_objects_0() const { return ___objects_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_objects_0() { return &___objects_0; }
inline void set_objects_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___objects_0 = value;
Il2CppCodeGenWriteBarrier((&___objects_0), value);
}
inline static int32_t get_offset_of_stackId_1() { return static_cast<int32_t>(offsetof(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF, ___stackId_1)); }
inline String_t* get_stackId_1() const { return ___stackId_1; }
inline String_t** get_address_of_stackId_1() { return &___stackId_1; }
inline void set_stackId_1(String_t* value)
{
___stackId_1 = value;
Il2CppCodeGenWriteBarrier((&___stackId_1), value);
}
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF, ___top_2)); }
inline int32_t get_top_2() const { return ___top_2; }
inline int32_t* get_address_of_top_2() { return &___top_2; }
inline void set_top_2(int32_t value)
{
___top_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERSTACK_T40715BC3B3EA919738845FBD98EB61B391CCB5CF_H
#ifndef SIZEDARRAY_TABB50A21577F46DA31A90E0ACE49F994AE1D9B4C_H
#define SIZEDARRAY_TABB50A21577F46DA31A90E0ACE49F994AE1D9B4C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.SizedArray
struct SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C : public RuntimeObject
{
public:
// System.Object[] System.Runtime.Serialization.Formatters.Binary.SizedArray::objects
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___objects_0;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.SizedArray::negObjects
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___negObjects_1;
public:
inline static int32_t get_offset_of_objects_0() { return static_cast<int32_t>(offsetof(SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C, ___objects_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_objects_0() const { return ___objects_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_objects_0() { return &___objects_0; }
inline void set_objects_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___objects_0 = value;
Il2CppCodeGenWriteBarrier((&___objects_0), value);
}
inline static int32_t get_offset_of_negObjects_1() { return static_cast<int32_t>(offsetof(SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C, ___negObjects_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_negObjects_1() const { return ___negObjects_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_negObjects_1() { return &___negObjects_1; }
inline void set_negObjects_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___negObjects_1 = value;
Il2CppCodeGenWriteBarrier((&___negObjects_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SIZEDARRAY_TABB50A21577F46DA31A90E0ACE49F994AE1D9B4C_H
#ifndef TYPEINFORMATION_T0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17_H
#define TYPEINFORMATION_T0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.TypeInformation
struct TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::fullTypeName
String_t* ___fullTypeName_0;
// System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::assemblyString
String_t* ___assemblyString_1;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.TypeInformation::hasTypeForwardedFrom
bool ___hasTypeForwardedFrom_2;
public:
inline static int32_t get_offset_of_fullTypeName_0() { return static_cast<int32_t>(offsetof(TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17, ___fullTypeName_0)); }
inline String_t* get_fullTypeName_0() const { return ___fullTypeName_0; }
inline String_t** get_address_of_fullTypeName_0() { return &___fullTypeName_0; }
inline void set_fullTypeName_0(String_t* value)
{
___fullTypeName_0 = value;
Il2CppCodeGenWriteBarrier((&___fullTypeName_0), value);
}
inline static int32_t get_offset_of_assemblyString_1() { return static_cast<int32_t>(offsetof(TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17, ___assemblyString_1)); }
inline String_t* get_assemblyString_1() const { return ___assemblyString_1; }
inline String_t** get_address_of_assemblyString_1() { return &___assemblyString_1; }
inline void set_assemblyString_1(String_t* value)
{
___assemblyString_1 = value;
Il2CppCodeGenWriteBarrier((&___assemblyString_1), value);
}
inline static int32_t get_offset_of_hasTypeForwardedFrom_2() { return static_cast<int32_t>(offsetof(TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17, ___hasTypeForwardedFrom_2)); }
inline bool get_hasTypeForwardedFrom_2() const { return ___hasTypeForwardedFrom_2; }
inline bool* get_address_of_hasTypeForwardedFrom_2() { return &___hasTypeForwardedFrom_2; }
inline void set_hasTypeForwardedFrom_2(bool value)
{
___hasTypeForwardedFrom_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEINFORMATION_T0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17_H
#ifndef OBJECTIDGENERATOR_TD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_H
#define OBJECTIDGENERATOR_TD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.ObjectIDGenerator
struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.ObjectIDGenerator::m_currentCount
int32_t ___m_currentCount_0;
// System.Int32 System.Runtime.Serialization.ObjectIDGenerator::m_currentSize
int32_t ___m_currentSize_1;
// System.Int64[] System.Runtime.Serialization.ObjectIDGenerator::m_ids
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ___m_ids_2;
// System.Object[] System.Runtime.Serialization.ObjectIDGenerator::m_objs
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_objs_3;
public:
inline static int32_t get_offset_of_m_currentCount_0() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_currentCount_0)); }
inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; }
inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; }
inline void set_m_currentCount_0(int32_t value)
{
___m_currentCount_0 = value;
}
inline static int32_t get_offset_of_m_currentSize_1() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_currentSize_1)); }
inline int32_t get_m_currentSize_1() const { return ___m_currentSize_1; }
inline int32_t* get_address_of_m_currentSize_1() { return &___m_currentSize_1; }
inline void set_m_currentSize_1(int32_t value)
{
___m_currentSize_1 = value;
}
inline static int32_t get_offset_of_m_ids_2() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_ids_2)); }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* get_m_ids_2() const { return ___m_ids_2; }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** get_address_of_m_ids_2() { return &___m_ids_2; }
inline void set_m_ids_2(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* value)
{
___m_ids_2 = value;
Il2CppCodeGenWriteBarrier((&___m_ids_2), value);
}
inline static int32_t get_offset_of_m_objs_3() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_objs_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_objs_3() const { return ___m_objs_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_objs_3() { return &___m_objs_3; }
inline void set_m_objs_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_objs_3 = value;
Il2CppCodeGenWriteBarrier((&___m_objs_3), value);
}
};
struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields
{
public:
// System.Int32[] System.Runtime.Serialization.ObjectIDGenerator::sizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sizes_4;
public:
inline static int32_t get_offset_of_sizes_4() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields, ___sizes_4)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_sizes_4() const { return ___sizes_4; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_sizes_4() { return &___sizes_4; }
inline void set_sizes_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___sizes_4 = value;
Il2CppCodeGenWriteBarrier((&___sizes_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTIDGENERATOR_TD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_H
#ifndef SERIALIZATIONBINDER_TB5EBAF328371FB7CF23E37F5984D8412762CFFA4_H
#define SERIALIZATIONBINDER_TB5EBAF328371FB7CF23E37F5984D8412762CFFA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONBINDER_TB5EBAF328371FB7CF23E37F5984D8412762CFFA4_H
#ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#define SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifndef TYPELOADEXCEPTIONHOLDER_T25D9A474F1B8929534D57CDD46252B59C9378653_H
#define TYPELOADEXCEPTIONHOLDER_T25D9A474F1B8929534D57CDD46252B59C9378653_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.TypeLoadExceptionHolder
struct TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.TypeLoadExceptionHolder::m_typeName
String_t* ___m_typeName_0;
public:
inline static int32_t get_offset_of_m_typeName_0() { return static_cast<int32_t>(offsetof(TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653, ___m_typeName_0)); }
inline String_t* get_m_typeName_0() const { return ___m_typeName_0; }
inline String_t** get_address_of_m_typeName_0() { return &___m_typeName_0; }
inline void set_m_typeName_0(String_t* value)
{
___m_typeName_0 = value;
Il2CppCodeGenWriteBarrier((&___m_typeName_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPELOADEXCEPTIONHOLDER_T25D9A474F1B8929534D57CDD46252B59C9378653_H
#ifndef EVIDENCE_T58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307_H
#define EVIDENCE_T58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___hostEvidenceList_1), 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((&___assemblyEvidenceList_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVIDENCE_T58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((&___dataItem_10), value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((&___decoderFallback_14), value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((&___defaultEncoding_0), value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((&___unicodeEncoding_1), value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((&___bigEndianUnicode_2), value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((&___utf7Encoding_3), value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((&___utf8Encoding_4), value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((&___utf32Encoding_5), value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((&___asciiEncoding_6), value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((&___latin1Encoding_7), value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((&___encodings_8), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifndef STRINGBUILDER_T_H
#define STRINGBUILDER_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkPrevious_1), value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((&___TrueString_5), value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth365_29), value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth366_30), value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifndef DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#define DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___Powers10_6), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((&____activeReadWriteTask_2), value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((&____asyncActiveSemaphore_3), value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((&___Null_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifndef INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#define INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef FIELDINFO_T_H
#define FIELDINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FIELDINFO_T_H
#ifndef METHODBASE_T_H
#define METHODBASE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // METHODBASE_T_H
#ifndef PROPERTYINFO_T_H
#define PROPERTYINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROPERTYINFO_T_H
#ifndef TYPEFORWARDEDFROMATTRIBUTE_TEE8D8DA95C9112F53D8E66EA00F476C923A003E2_H
#define TYPEFORWARDEDFROMATTRIBUTE_TEE8D8DA95C9112F53D8E66EA00F476C923A003E2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.CompilerServices.TypeForwardedFromAttribute
struct TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Runtime.CompilerServices.TypeForwardedFromAttribute::assemblyFullName
String_t* ___assemblyFullName_0;
public:
inline static int32_t get_offset_of_assemblyFullName_0() { return static_cast<int32_t>(offsetof(TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2, ___assemblyFullName_0)); }
inline String_t* get_assemblyFullName_0() const { return ___assemblyFullName_0; }
inline String_t** get_address_of_assemblyFullName_0() { return &___assemblyFullName_0; }
inline void set_assemblyFullName_0(String_t* value)
{
___assemblyFullName_0 = value;
Il2CppCodeGenWriteBarrier((&___assemblyFullName_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEFORWARDEDFROMATTRIBUTE_TEE8D8DA95C9112F53D8E66EA00F476C923A003E2_H
#ifndef SOAPATTRIBUTE_TFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE_H
#define SOAPATTRIBUTE_TFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.Metadata.SoapAttribute
struct SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::_useAttribute
bool ____useAttribute_0;
// System.String System.Runtime.Remoting.Metadata.SoapAttribute::ProtXmlNamespace
String_t* ___ProtXmlNamespace_1;
// System.Object System.Runtime.Remoting.Metadata.SoapAttribute::ReflectInfo
RuntimeObject * ___ReflectInfo_2;
public:
inline static int32_t get_offset_of__useAttribute_0() { return static_cast<int32_t>(offsetof(SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE, ____useAttribute_0)); }
inline bool get__useAttribute_0() const { return ____useAttribute_0; }
inline bool* get_address_of__useAttribute_0() { return &____useAttribute_0; }
inline void set__useAttribute_0(bool value)
{
____useAttribute_0 = value;
}
inline static int32_t get_offset_of_ProtXmlNamespace_1() { return static_cast<int32_t>(offsetof(SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE, ___ProtXmlNamespace_1)); }
inline String_t* get_ProtXmlNamespace_1() const { return ___ProtXmlNamespace_1; }
inline String_t** get_address_of_ProtXmlNamespace_1() { return &___ProtXmlNamespace_1; }
inline void set_ProtXmlNamespace_1(String_t* value)
{
___ProtXmlNamespace_1 = value;
Il2CppCodeGenWriteBarrier((&___ProtXmlNamespace_1), value);
}
inline static int32_t get_offset_of_ReflectInfo_2() { return static_cast<int32_t>(offsetof(SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE, ___ReflectInfo_2)); }
inline RuntimeObject * get_ReflectInfo_2() const { return ___ReflectInfo_2; }
inline RuntimeObject ** get_address_of_ReflectInfo_2() { return &___ReflectInfo_2; }
inline void set_ReflectInfo_2(RuntimeObject * value)
{
___ReflectInfo_2 = value;
Il2CppCodeGenWriteBarrier((&___ReflectInfo_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOAPATTRIBUTE_TFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE_H
#ifndef SERVERIDENTITY_T93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2_H
#define SERVERIDENTITY_T93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.ServerIdentity
struct ServerIdentity_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((&____objectType_7), 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((&____serverObject_8), 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((&____serverSink_9), 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((&____context_10), 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((&____lease_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERVERIDENTITY_T93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2_H
#ifndef WELLKNOWNCLIENTTYPEENTRY_TC1228B4DBC42EA6BB866007CE019B62E21DA6053_H
#define WELLKNOWNCLIENTTYPEENTRY_TC1228B4DBC42EA6BB866007CE019B62E21DA6053_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.WellKnownClientTypeEntry
struct WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053 : public TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438
{
public:
// System.Type System.Runtime.Remoting.WellKnownClientTypeEntry::obj_type
Type_t * ___obj_type_2;
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::obj_url
String_t* ___obj_url_3;
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::app_url
String_t* ___app_url_4;
public:
inline static int32_t get_offset_of_obj_type_2() { return static_cast<int32_t>(offsetof(WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053, ___obj_type_2)); }
inline Type_t * get_obj_type_2() const { return ___obj_type_2; }
inline Type_t ** get_address_of_obj_type_2() { return &___obj_type_2; }
inline void set_obj_type_2(Type_t * value)
{
___obj_type_2 = value;
Il2CppCodeGenWriteBarrier((&___obj_type_2), value);
}
inline static int32_t get_offset_of_obj_url_3() { return static_cast<int32_t>(offsetof(WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053, ___obj_url_3)); }
inline String_t* get_obj_url_3() const { return ___obj_url_3; }
inline String_t** get_address_of_obj_url_3() { return &___obj_url_3; }
inline void set_obj_url_3(String_t* value)
{
___obj_url_3 = value;
Il2CppCodeGenWriteBarrier((&___obj_url_3), value);
}
inline static int32_t get_offset_of_app_url_4() { return static_cast<int32_t>(offsetof(WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053, ___app_url_4)); }
inline String_t* get_app_url_4() const { return ___app_url_4; }
inline String_t** get_address_of_app_url_4() { return &___app_url_4; }
inline void set_app_url_4(String_t* value)
{
___app_url_4 = value;
Il2CppCodeGenWriteBarrier((&___app_url_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WELLKNOWNCLIENTTYPEENTRY_TC1228B4DBC42EA6BB866007CE019B62E21DA6053_H
#ifndef SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#define SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifndef SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#define SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H
#define UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.UTF8Encoding
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
// System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier
bool ___emitUTF8Identifier_16;
// System.Boolean System.Text.UTF8Encoding::isThrowException
bool ___isThrowException_17;
public:
inline static int32_t get_offset_of_emitUTF8Identifier_16() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___emitUTF8Identifier_16)); }
inline bool get_emitUTF8Identifier_16() const { return ___emitUTF8Identifier_16; }
inline bool* get_address_of_emitUTF8Identifier_16() { return &___emitUTF8Identifier_16; }
inline void set_emitUTF8Identifier_16(bool value)
{
___emitUTF8Identifier_16 = value;
}
inline static int32_t get_offset_of_isThrowException_17() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___isThrowException_17)); }
inline bool get_isThrowException_17() const { return ___isThrowException_17; }
inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; }
inline void set_isThrowException_17(bool value)
{
___isThrowException_17 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#define UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifndef UINTPTR_T_H
#define UINTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UIntPtr
struct UIntPtr_t
{
public:
// System.Void* System.UIntPtr::_pointer
void* ____pointer_1;
public:
inline static int32_t get_offset_of__pointer_1() { return static_cast<int32_t>(offsetof(UIntPtr_t, ____pointer_1)); }
inline void* get__pointer_1() const { return ____pointer_1; }
inline void** get_address_of__pointer_1() { return &____pointer_1; }
inline void set__pointer_1(void* value)
{
____pointer_1 = value;
}
};
struct UIntPtr_t_StaticFields
{
public:
// System.UIntPtr System.UIntPtr::Zero
uintptr_t ___Zero_0;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); }
inline uintptr_t get_Zero_0() const { return ___Zero_0; }
inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(uintptr_t value)
{
___Zero_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINTPTR_T_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((&___m_paramName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifndef BADIMAGEFORMATEXCEPTION_T0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_H
#define BADIMAGEFORMATEXCEPTION_T0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.BadImageFormatException
struct BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.BadImageFormatException::_fileName
String_t* ____fileName_17;
// System.String System.BadImageFormatException::_fusionLog
String_t* ____fusionLog_18;
public:
inline static int32_t get_offset_of__fileName_17() { return static_cast<int32_t>(offsetof(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9, ____fileName_17)); }
inline String_t* get__fileName_17() const { return ____fileName_17; }
inline String_t** get_address_of__fileName_17() { return &____fileName_17; }
inline void set__fileName_17(String_t* value)
{
____fileName_17 = value;
Il2CppCodeGenWriteBarrier((&____fileName_17), value);
}
inline static int32_t get_offset_of__fusionLog_18() { return static_cast<int32_t>(offsetof(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9, ____fusionLog_18)); }
inline String_t* get__fusionLog_18() const { return ____fusionLog_18; }
inline String_t** get_address_of__fusionLog_18() { return &____fusionLog_18; }
inline void set__fusionLog_18(String_t* value)
{
____fusionLog_18 = value;
Il2CppCodeGenWriteBarrier((&____fusionLog_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BADIMAGEFORMATEXCEPTION_T0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_H
#ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((&____keycomparer_9), value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifndef ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#define ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#ifndef ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#define ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#ifndef DELEGATE_T_H
#define DELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_target_2), 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((&___method_info_7), 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((&___original_method_info_8), 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((&___data_9), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // DELEGATE_T_H
#ifndef IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#define IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((&____maybeFullPath_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifndef ASSEMBLY_T_H
#define ASSEMBLY_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.Assembly::assemblyName
String_t* ___assemblyName_9;
public:
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
inline void set__mono_assembly_0(intptr_t value)
{
____mono_assembly_0 = value;
}
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
{
___resolve_event_holder_1 = value;
Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value);
}
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
inline void set__evidence_2(RuntimeObject * value)
{
____evidence_2 = value;
Il2CppCodeGenWriteBarrier((&____evidence_2), value);
}
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
inline void set__minimum_3(RuntimeObject * value)
{
____minimum_3 = value;
Il2CppCodeGenWriteBarrier((&____minimum_3), value);
}
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
inline void set__optional_4(RuntimeObject * value)
{
____optional_4 = value;
Il2CppCodeGenWriteBarrier((&____optional_4), value);
}
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
inline void set__refuse_5(RuntimeObject * value)
{
____refuse_5 = value;
Il2CppCodeGenWriteBarrier((&____refuse_5), value);
}
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
inline void set__granted_6(RuntimeObject * value)
{
____granted_6 = value;
Il2CppCodeGenWriteBarrier((&____granted_6), value);
}
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
inline void set__denied_7(RuntimeObject * value)
{
____denied_7 = value;
Il2CppCodeGenWriteBarrier((&____denied_7), value);
}
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
inline void set_fromByteArray_8(bool value)
{
___fromByteArray_8 = value;
}
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
inline void set_assemblyName_9(String_t* value)
{
___assemblyName_9 = value;
Il2CppCodeGenWriteBarrier((&___assemblyName_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
#endif // ASSEMBLY_T_H
#ifndef ASSEMBLYCONTENTTYPE_T9869DE40B7B1976B389F3B6A5A5D18B09E623401_H
#define ASSEMBLYCONTENTTYPE_T9869DE40B7B1976B389F3B6A5A5D18B09E623401_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYCONTENTTYPE_T9869DE40B7B1976B389F3B6A5A5D18B09E623401_H
#ifndef ASSEMBLYNAMEFLAGS_T7834EDF078E7ECA985AA434A1EA0D95C2A44F256_H
#define ASSEMBLYNAMEFLAGS_T7834EDF078E7ECA985AA434A1EA0D95C2A44F256_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYNAMEFLAGS_T7834EDF078E7ECA985AA434A1EA0D95C2A44F256_H
#ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifndef FIELDATTRIBUTES_T53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1_H
#define FIELDATTRIBUTES_T53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.FieldAttributes
struct FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1
{
public:
// System.Int32 System.Reflection.FieldAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FIELDATTRIBUTES_T53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1_H
#ifndef MEMBERTYPES_T3FEDC67D8B994D09AF155FFB2CFD26023F245041_H
#define MEMBERTYPES_T3FEDC67D8B994D09AF155FFB2CFD26023F245041_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberTypes
struct MemberTypes_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERTYPES_T3FEDC67D8B994D09AF155FFB2CFD26023F245041_H
#ifndef PROCESSORARCHITECTURE_T0CFB73A83469D6AC222B9FE46E81EAC73C2627C7_H
#define PROCESSORARCHITECTURE_T0CFB73A83469D6AC222B9FE46E81EAC73C2627C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROCESSORARCHITECTURE_T0CFB73A83469D6AC222B9FE46E81EAC73C2627C7_H
#ifndef RUNTIMEFIELDINFO_T9C8BA644F857EBE60EC6587AE1C1148E420E66F7_H
#define RUNTIMEFIELDINFO_T9C8BA644F857EBE60EC6587AE1C1148E420E66F7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeFieldInfo
struct RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 : public FieldInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDINFO_T9C8BA644F857EBE60EC6587AE1C1148E420E66F7_H
#ifndef CONTEXT_TE86AB6B3D9759C8E715184808579EFE761683724_H
#define CONTEXT_TE86AB6B3D9759C8E715184808579EFE761683724_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.Contexts.Context
struct Context_tE86AB6B3D9759C8E715184808579EFE761683724 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Remoting.Contexts.Context::domain_id
int32_t ___domain_id_0;
// System.Int32 System.Runtime.Remoting.Contexts.Context::context_id
int32_t ___context_id_1;
// System.UIntPtr System.Runtime.Remoting.Contexts.Context::static_data
uintptr_t ___static_data_2;
// System.UIntPtr System.Runtime.Remoting.Contexts.Context::data
uintptr_t ___data_3;
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::server_context_sink_chain
RuntimeObject* ___server_context_sink_chain_6;
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::client_context_sink_chain
RuntimeObject* ___client_context_sink_chain_7;
// System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty> System.Runtime.Remoting.Contexts.Context::context_properties
List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D * ___context_properties_8;
// System.LocalDataStoreHolder modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Remoting.Contexts.Context::_localDataStore
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ____localDataStore_10;
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::context_dynamic_properties
DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ___context_dynamic_properties_13;
// System.Runtime.Remoting.Contexts.ContextCallbackObject System.Runtime.Remoting.Contexts.Context::callback_object
ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * ___callback_object_14;
public:
inline static int32_t get_offset_of_domain_id_0() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___domain_id_0)); }
inline int32_t get_domain_id_0() const { return ___domain_id_0; }
inline int32_t* get_address_of_domain_id_0() { return &___domain_id_0; }
inline void set_domain_id_0(int32_t value)
{
___domain_id_0 = value;
}
inline static int32_t get_offset_of_context_id_1() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___context_id_1)); }
inline int32_t get_context_id_1() const { return ___context_id_1; }
inline int32_t* get_address_of_context_id_1() { return &___context_id_1; }
inline void set_context_id_1(int32_t value)
{
___context_id_1 = value;
}
inline static int32_t get_offset_of_static_data_2() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___static_data_2)); }
inline uintptr_t get_static_data_2() const { return ___static_data_2; }
inline uintptr_t* get_address_of_static_data_2() { return &___static_data_2; }
inline void set_static_data_2(uintptr_t value)
{
___static_data_2 = value;
}
inline static int32_t get_offset_of_data_3() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___data_3)); }
inline uintptr_t get_data_3() const { return ___data_3; }
inline uintptr_t* get_address_of_data_3() { return &___data_3; }
inline void set_data_3(uintptr_t value)
{
___data_3 = value;
}
inline static int32_t get_offset_of_server_context_sink_chain_6() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___server_context_sink_chain_6)); }
inline RuntimeObject* get_server_context_sink_chain_6() const { return ___server_context_sink_chain_6; }
inline RuntimeObject** get_address_of_server_context_sink_chain_6() { return &___server_context_sink_chain_6; }
inline void set_server_context_sink_chain_6(RuntimeObject* value)
{
___server_context_sink_chain_6 = value;
Il2CppCodeGenWriteBarrier((&___server_context_sink_chain_6), value);
}
inline static int32_t get_offset_of_client_context_sink_chain_7() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___client_context_sink_chain_7)); }
inline RuntimeObject* get_client_context_sink_chain_7() const { return ___client_context_sink_chain_7; }
inline RuntimeObject** get_address_of_client_context_sink_chain_7() { return &___client_context_sink_chain_7; }
inline void set_client_context_sink_chain_7(RuntimeObject* value)
{
___client_context_sink_chain_7 = value;
Il2CppCodeGenWriteBarrier((&___client_context_sink_chain_7), value);
}
inline static int32_t get_offset_of_context_properties_8() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___context_properties_8)); }
inline List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D * get_context_properties_8() const { return ___context_properties_8; }
inline List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D ** get_address_of_context_properties_8() { return &___context_properties_8; }
inline void set_context_properties_8(List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D * value)
{
___context_properties_8 = value;
Il2CppCodeGenWriteBarrier((&___context_properties_8), value);
}
inline static int32_t get_offset_of__localDataStore_10() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ____localDataStore_10)); }
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get__localDataStore_10() const { return ____localDataStore_10; }
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of__localDataStore_10() { return &____localDataStore_10; }
inline void set__localDataStore_10(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value)
{
____localDataStore_10 = value;
Il2CppCodeGenWriteBarrier((&____localDataStore_10), value);
}
inline static int32_t get_offset_of_context_dynamic_properties_13() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___context_dynamic_properties_13)); }
inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * get_context_dynamic_properties_13() const { return ___context_dynamic_properties_13; }
inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C ** get_address_of_context_dynamic_properties_13() { return &___context_dynamic_properties_13; }
inline void set_context_dynamic_properties_13(DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * value)
{
___context_dynamic_properties_13 = value;
Il2CppCodeGenWriteBarrier((&___context_dynamic_properties_13), value);
}
inline static int32_t get_offset_of_callback_object_14() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___callback_object_14)); }
inline ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * get_callback_object_14() const { return ___callback_object_14; }
inline ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 ** get_address_of_callback_object_14() { return &___callback_object_14; }
inline void set_callback_object_14(ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * value)
{
___callback_object_14 = value;
Il2CppCodeGenWriteBarrier((&___callback_object_14), value);
}
};
struct Context_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields
{
public:
// System.Object[] System.Runtime.Remoting.Contexts.Context::local_slots
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___local_slots_4;
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::default_server_context_sink
RuntimeObject* ___default_server_context_sink_5;
// System.Int32 System.Runtime.Remoting.Contexts.Context::global_count
int32_t ___global_count_9;
// System.LocalDataStoreMgr System.Runtime.Remoting.Contexts.Context::_localDataStoreMgr
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ____localDataStoreMgr_11;
// System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::global_dynamic_properties
DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ___global_dynamic_properties_12;
public:
inline static int32_t get_offset_of_local_slots_4() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields, ___local_slots_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_local_slots_4() const { return ___local_slots_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_local_slots_4() { return &___local_slots_4; }
inline void set_local_slots_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___local_slots_4 = value;
Il2CppCodeGenWriteBarrier((&___local_slots_4), value);
}
inline static int32_t get_offset_of_default_server_context_sink_5() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields, ___default_server_context_sink_5)); }
inline RuntimeObject* get_default_server_context_sink_5() const { return ___default_server_context_sink_5; }
inline RuntimeObject** get_address_of_default_server_context_sink_5() { return &___default_server_context_sink_5; }
inline void set_default_server_context_sink_5(RuntimeObject* value)
{
___default_server_context_sink_5 = value;
Il2CppCodeGenWriteBarrier((&___default_server_context_sink_5), value);
}
inline static int32_t get_offset_of_global_count_9() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields, ___global_count_9)); }
inline int32_t get_global_count_9() const { return ___global_count_9; }
inline int32_t* get_address_of_global_count_9() { return &___global_count_9; }
inline void set_global_count_9(int32_t value)
{
___global_count_9 = value;
}
inline static int32_t get_offset_of__localDataStoreMgr_11() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields, ____localDataStoreMgr_11)); }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get__localDataStoreMgr_11() const { return ____localDataStoreMgr_11; }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of__localDataStoreMgr_11() { return &____localDataStoreMgr_11; }
inline void set__localDataStoreMgr_11(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
{
____localDataStoreMgr_11 = value;
Il2CppCodeGenWriteBarrier((&____localDataStoreMgr_11), value);
}
inline static int32_t get_offset_of_global_dynamic_properties_12() { return static_cast<int32_t>(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields, ___global_dynamic_properties_12)); }
inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * get_global_dynamic_properties_12() const { return ___global_dynamic_properties_12; }
inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C ** get_address_of_global_dynamic_properties_12() { return &___global_dynamic_properties_12; }
inline void set_global_dynamic_properties_12(DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * value)
{
___global_dynamic_properties_12 = value;
Il2CppCodeGenWriteBarrier((&___global_dynamic_properties_12), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Remoting.Contexts.Context
struct Context_tE86AB6B3D9759C8E715184808579EFE761683724_marshaled_pinvoke
{
int32_t ___domain_id_0;
int32_t ___context_id_1;
uintptr_t ___static_data_2;
uintptr_t ___data_3;
RuntimeObject* ___server_context_sink_chain_6;
RuntimeObject* ___client_context_sink_chain_7;
List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D * ___context_properties_8;
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ____localDataStore_10;
DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ___context_dynamic_properties_13;
ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * ___callback_object_14;
};
// Native definition for COM marshalling of System.Runtime.Remoting.Contexts.Context
struct Context_tE86AB6B3D9759C8E715184808579EFE761683724_marshaled_com
{
int32_t ___domain_id_0;
int32_t ___context_id_1;
uintptr_t ___static_data_2;
uintptr_t ___data_3;
RuntimeObject* ___server_context_sink_chain_6;
RuntimeObject* ___client_context_sink_chain_7;
List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D * ___context_properties_8;
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ____localDataStore_10;
DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ___context_dynamic_properties_13;
ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * ___callback_object_14;
};
#endif // CONTEXT_TE86AB6B3D9759C8E715184808579EFE761683724_H
#ifndef SOAPFIELDATTRIBUTE_T0D4849AE71639A7044E81BF800B5687F7CD5D35C_H
#define SOAPFIELDATTRIBUTE_T0D4849AE71639A7044E81BF800B5687F7CD5D35C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.Metadata.SoapFieldAttribute
struct SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C : public SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE
{
public:
// System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::_elementName
String_t* ____elementName_3;
// System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::_isElement
bool ____isElement_4;
public:
inline static int32_t get_offset_of__elementName_3() { return static_cast<int32_t>(offsetof(SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C, ____elementName_3)); }
inline String_t* get__elementName_3() const { return ____elementName_3; }
inline String_t** get_address_of__elementName_3() { return &____elementName_3; }
inline void set__elementName_3(String_t* value)
{
____elementName_3 = value;
Il2CppCodeGenWriteBarrier((&____elementName_3), value);
}
inline static int32_t get_offset_of__isElement_4() { return static_cast<int32_t>(offsetof(SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C, ____isElement_4)); }
inline bool get__isElement_4() const { return ____isElement_4; }
inline bool* get_address_of__isElement_4() { return &____isElement_4; }
inline void set__isElement_4(bool value)
{
____isElement_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOAPFIELDATTRIBUTE_T0D4849AE71639A7044E81BF800B5687F7CD5D35C_H
#ifndef SOAPTYPEATTRIBUTE_T1C7E0B175F9D3211051EC6DF57A195527AEE937A_H
#define SOAPTYPEATTRIBUTE_T1C7E0B175F9D3211051EC6DF57A195527AEE937A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.Metadata.SoapTypeAttribute
struct SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A : public SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE
{
public:
// System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_useAttribute
bool ____useAttribute_3;
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlElementName
String_t* ____xmlElementName_4;
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlNamespace
String_t* ____xmlNamespace_5;
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeName
String_t* ____xmlTypeName_6;
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeNamespace
String_t* ____xmlTypeNamespace_7;
// System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isType
bool ____isType_8;
// System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isElement
bool ____isElement_9;
public:
inline static int32_t get_offset_of__useAttribute_3() { return static_cast<int32_t>(offsetof(SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A, ____useAttribute_3)); }
inline bool get__useAttribute_3() const { return ____useAttribute_3; }
inline bool* get_address_of__useAttribute_3() { return &____useAttribute_3; }
inline void set__useAttribute_3(bool value)
{
____useAttribute_3 = value;
}
inline static int32_t get_offset_of__xmlElementName_4() { return static_cast<int32_t>(offsetof(SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A, ____xmlElementName_4)); }
inline String_t* get__xmlElementName_4() const { return ____xmlElementName_4; }
inline String_t** get_address_of__xmlElementName_4() { return &____xmlElementName_4; }
inline void set__xmlElementName_4(String_t* value)
{
____xmlElementName_4 = value;
Il2CppCodeGenWriteBarrier((&____xmlElementName_4), value);
}
inline static int32_t get_offset_of__xmlNamespace_5() { return static_cast<int32_t>(offsetof(SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A, ____xmlNamespace_5)); }
inline String_t* get__xmlNamespace_5() const { return ____xmlNamespace_5; }
inline String_t** get_address_of__xmlNamespace_5() { return &____xmlNamespace_5; }
inline void set__xmlNamespace_5(String_t* value)
{
____xmlNamespace_5 = value;
Il2CppCodeGenWriteBarrier((&____xmlNamespace_5), value);
}
inline static int32_t get_offset_of__xmlTypeName_6() { return static_cast<int32_t>(offsetof(SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A, ____xmlTypeName_6)); }
inline String_t* get__xmlTypeName_6() const { return ____xmlTypeName_6; }
inline String_t** get_address_of__xmlTypeName_6() { return &____xmlTypeName_6; }
inline void set__xmlTypeName_6(String_t* value)
{
____xmlTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&____xmlTypeName_6), value);
}
inline static int32_t get_offset_of__xmlTypeNamespace_7() { return static_cast<int32_t>(offsetof(SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A, ____xmlTypeNamespace_7)); }
inline String_t* get__xmlTypeNamespace_7() const { return ____xmlTypeNamespace_7; }
inline String_t** get_address_of__xmlTypeNamespace_7() { return &____xmlTypeNamespace_7; }
inline void set__xmlTypeNamespace_7(String_t* value)
{
____xmlTypeNamespace_7 = value;
Il2CppCodeGenWriteBarrier((&____xmlTypeNamespace_7), value);
}
inline static int32_t get_offset_of__isType_8() { return static_cast<int32_t>(offsetof(SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A, ____isType_8)); }
inline bool get__isType_8() const { return ____isType_8; }
inline bool* get_address_of__isType_8() { return &____isType_8; }
inline void set__isType_8(bool value)
{
____isType_8 = value;
}
inline static int32_t get_offset_of__isElement_9() { return static_cast<int32_t>(offsetof(SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A, ____isElement_9)); }
inline bool get__isElement_9() const { return ____isElement_9; }
inline bool* get_address_of__isElement_9() { return &____isElement_9; }
inline void set__isElement_9(bool value)
{
____isElement_9 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOAPTYPEATTRIBUTE_T1C7E0B175F9D3211051EC6DF57A195527AEE937A_H
#ifndef REMOTINGEXCEPTION_TDD6EC24895707C7D437EF6437E3913758E8DF02C_H
#define REMOTINGEXCEPTION_TDD6EC24895707C7D437EF6437E3913758E8DF02C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.RemotingException
struct RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REMOTINGEXCEPTION_TDD6EC24895707C7D437EF6437E3913758E8DF02C_H
#ifndef SINGLECALLIDENTITY_TAFE479E42C2A9EFED817B8D3426104994CC04083_H
#define SINGLECALLIDENTITY_TAFE479E42C2A9EFED817B8D3426104994CC04083_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.SingleCallIdentity
struct SingleCallIdentity_tAFE479E42C2A9EFED817B8D3426104994CC04083 : public ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLECALLIDENTITY_TAFE479E42C2A9EFED817B8D3426104994CC04083_H
#ifndef SINGLETONIDENTITY_T766AB38F2A063031B6DBEE246C251FC02F3E1DB5_H
#define SINGLETONIDENTITY_T766AB38F2A063031B6DBEE246C251FC02F3E1DB5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.SingletonIdentity
struct SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 : public ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLETONIDENTITY_T766AB38F2A063031B6DBEE246C251FC02F3E1DB5_H
#ifndef WELLKNOWNOBJECTMODE_T5B37F796E1F754853D04B4397C8C37E630185AFB_H
#define WELLKNOWNOBJECTMODE_T5B37F796E1F754853D04B4397C8C37E630185AFB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.WellKnownObjectMode
struct WellKnownObjectMode_t5B37F796E1F754853D04B4397C8C37E630185AFB
{
public:
// System.Int32 System.Runtime.Remoting.WellKnownObjectMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(WellKnownObjectMode_t5B37F796E1F754853D04B4397C8C37E630185AFB, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WELLKNOWNOBJECTMODE_T5B37F796E1F754853D04B4397C8C37E630185AFB_H
#ifndef FORMATTERSERVICES_T5148825402E5545974E9C2BAC017D843551A880E_H
#define FORMATTERSERVICES_T5148825402E5545974E9C2BAC017D843551A880E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.FormatterServices
struct FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E : public RuntimeObject
{
public:
public:
};
struct FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields
{
public:
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]> System.Runtime.Serialization.FormatterServices::m_MemberInfoTable
ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA * ___m_MemberInfoTable_0;
// System.Boolean System.Runtime.Serialization.FormatterServices::unsafeTypeForwardersIsEnabled
bool ___unsafeTypeForwardersIsEnabled_1;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.FormatterServices::unsafeTypeForwardersIsEnabledInitialized
bool ___unsafeTypeForwardersIsEnabledInitialized_2;
// System.Type[] System.Runtime.Serialization.FormatterServices::advancedTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___advancedTypes_3;
// System.Reflection.Binder System.Runtime.Serialization.FormatterServices::s_binder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___s_binder_4;
public:
inline static int32_t get_offset_of_m_MemberInfoTable_0() { return static_cast<int32_t>(offsetof(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields, ___m_MemberInfoTable_0)); }
inline ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA * get_m_MemberInfoTable_0() const { return ___m_MemberInfoTable_0; }
inline ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA ** get_address_of_m_MemberInfoTable_0() { return &___m_MemberInfoTable_0; }
inline void set_m_MemberInfoTable_0(ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA * value)
{
___m_MemberInfoTable_0 = value;
Il2CppCodeGenWriteBarrier((&___m_MemberInfoTable_0), value);
}
inline static int32_t get_offset_of_unsafeTypeForwardersIsEnabled_1() { return static_cast<int32_t>(offsetof(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields, ___unsafeTypeForwardersIsEnabled_1)); }
inline bool get_unsafeTypeForwardersIsEnabled_1() const { return ___unsafeTypeForwardersIsEnabled_1; }
inline bool* get_address_of_unsafeTypeForwardersIsEnabled_1() { return &___unsafeTypeForwardersIsEnabled_1; }
inline void set_unsafeTypeForwardersIsEnabled_1(bool value)
{
___unsafeTypeForwardersIsEnabled_1 = value;
}
inline static int32_t get_offset_of_unsafeTypeForwardersIsEnabledInitialized_2() { return static_cast<int32_t>(offsetof(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields, ___unsafeTypeForwardersIsEnabledInitialized_2)); }
inline bool get_unsafeTypeForwardersIsEnabledInitialized_2() const { return ___unsafeTypeForwardersIsEnabledInitialized_2; }
inline bool* get_address_of_unsafeTypeForwardersIsEnabledInitialized_2() { return &___unsafeTypeForwardersIsEnabledInitialized_2; }
inline void set_unsafeTypeForwardersIsEnabledInitialized_2(bool value)
{
___unsafeTypeForwardersIsEnabledInitialized_2 = value;
}
inline static int32_t get_offset_of_advancedTypes_3() { return static_cast<int32_t>(offsetof(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields, ___advancedTypes_3)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_advancedTypes_3() const { return ___advancedTypes_3; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_advancedTypes_3() { return &___advancedTypes_3; }
inline void set_advancedTypes_3(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___advancedTypes_3 = value;
Il2CppCodeGenWriteBarrier((&___advancedTypes_3), value);
}
inline static int32_t get_offset_of_s_binder_4() { return static_cast<int32_t>(offsetof(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields, ___s_binder_4)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_s_binder_4() const { return ___s_binder_4; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_s_binder_4() { return &___s_binder_4; }
inline void set_s_binder_4(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___s_binder_4 = value;
Il2CppCodeGenWriteBarrier((&___s_binder_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATTERSERVICES_T5148825402E5545974E9C2BAC017D843551A880E_H
#ifndef BINARYARRAYTYPEENUM_T524B2624D887D491698CB4BECFFC9FCF33871C86_H
#define BINARYARRAYTYPEENUM_T524B2624D887D491698CB4BECFFC9FCF33871C86_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum
struct BinaryArrayTypeEnum_t524B2624D887D491698CB4BECFFC9FCF33871C86
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BinaryArrayTypeEnum_t524B2624D887D491698CB4BECFFC9FCF33871C86, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYARRAYTYPEENUM_T524B2624D887D491698CB4BECFFC9FCF33871C86_H
#ifndef BINARYHEADERENUM_T4A53665402402F3F3D908CB38FBD5D7AA52DE997_H
#define BINARYHEADERENUM_T4A53665402402F3F3D908CB38FBD5D7AA52DE997_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum
struct BinaryHeaderEnum_t4A53665402402F3F3D908CB38FBD5D7AA52DE997
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BinaryHeaderEnum_t4A53665402402F3F3D908CB38FBD5D7AA52DE997, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYHEADERENUM_T4A53665402402F3F3D908CB38FBD5D7AA52DE997_H
#ifndef BINARYTYPEENUM_T7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_H
#define BINARYTYPEENUM_T7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum
struct BinaryTypeEnum_t7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BinaryTypeEnum_t7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYTYPEENUM_T7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_H
#ifndef INTERNALARRAYTYPEE_TE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_H
#define INTERNALARRAYTYPEE_TE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE
struct InternalArrayTypeE_tE439549A59FB04C796CE5C21C98DFD6E3CD69CF1
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalArrayTypeE_tE439549A59FB04C796CE5C21C98DFD6E3CD69CF1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALARRAYTYPEE_TE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_H
#ifndef INTERNALMEMBERTYPEE_TC5A73146DC88A656CACCB395E8B37965669421AA_H
#define INTERNALMEMBERTYPEE_TC5A73146DC88A656CACCB395E8B37965669421AA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE
struct InternalMemberTypeE_tC5A73146DC88A656CACCB395E8B37965669421AA
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalMemberTypeE_tC5A73146DC88A656CACCB395E8B37965669421AA, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALMEMBERTYPEE_TC5A73146DC88A656CACCB395E8B37965669421AA_H
#ifndef INTERNALMEMBERVALUEE_T6327193ACC406320C090528074357450CB401976_H
#define INTERNALMEMBERVALUEE_T6327193ACC406320C090528074357450CB401976_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE
struct InternalMemberValueE_t6327193ACC406320C090528074357450CB401976
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalMemberValueE_t6327193ACC406320C090528074357450CB401976, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALMEMBERVALUEE_T6327193ACC406320C090528074357450CB401976_H
#ifndef INTERNALOBJECTPOSITIONE_T7BE528034F2233920EE953641467E9456D5B59AA_H
#define INTERNALOBJECTPOSITIONE_T7BE528034F2233920EE953641467E9456D5B59AA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE
struct InternalObjectPositionE_t7BE528034F2233920EE953641467E9456D5B59AA
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalObjectPositionE_t7BE528034F2233920EE953641467E9456D5B59AA, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALOBJECTPOSITIONE_T7BE528034F2233920EE953641467E9456D5B59AA_H
#ifndef INTERNALOBJECTTYPEE_T13A697BF79035A10D4644AA1F95D35508F006D30_H
#define INTERNALOBJECTTYPEE_T13A697BF79035A10D4644AA1F95D35508F006D30_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE
struct InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALOBJECTTYPEE_T13A697BF79035A10D4644AA1F95D35508F006D30_H
#ifndef INTERNALPARSETYPEE_T53859E04B4CCCAC15695C4008ED656AAAE5D6A3A_H
#define INTERNALPARSETYPEE_T53859E04B4CCCAC15695C4008ED656AAAE5D6A3A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE
struct InternalParseTypeE_t53859E04B4CCCAC15695C4008ED656AAAE5D6A3A
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalParseTypeE_t53859E04B4CCCAC15695C4008ED656AAAE5D6A3A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALPARSETYPEE_T53859E04B4CCCAC15695C4008ED656AAAE5D6A3A_H
#ifndef INTERNALPRIMITIVETYPEE_T631DE4C166E141164C150F9C6C93365AB882E801_H
#define INTERNALPRIMITIVETYPEE_T631DE4C166E141164C150F9C6C93365AB882E801_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE
struct InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALPRIMITIVETYPEE_T631DE4C166E141164C150F9C6C93365AB882E801_H
#ifndef INTERNALSERIALIZERTYPEE_T778A33398F5FE02B1A08B4B61107DF911199CFC3_H
#define INTERNALSERIALIZERTYPEE_T778A33398F5FE02B1A08B4B61107DF911199CFC3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE
struct InternalSerializerTypeE_t778A33398F5FE02B1A08B4B61107DF911199CFC3
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalSerializerTypeE_t778A33398F5FE02B1A08B4B61107DF911199CFC3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALSERIALIZERTYPEE_T778A33398F5FE02B1A08B4B61107DF911199CFC3_H
#ifndef MESSAGEENUM_T208D4B77109F699595976C1E2418DC98AA3430C8_H
#define MESSAGEENUM_T208D4B77109F699595976C1E2418DC98AA3430C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MessageEnum
struct MessageEnum_t208D4B77109F699595976C1E2418DC98AA3430C8
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.MessageEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MessageEnum_t208D4B77109F699595976C1E2418DC98AA3430C8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MESSAGEENUM_T208D4B77109F699595976C1E2418DC98AA3430C8_H
#ifndef VALUEFIXUPENUM_T1F5E8E7BA39DBF9CE9CD2DEEA57E12768F655900_H
#define VALUEFIXUPENUM_T1F5E8E7BA39DBF9CE9CD2DEEA57E12768F655900_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum
struct ValueFixupEnum_t1F5E8E7BA39DBF9CE9CD2DEEA57E12768F655900
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ValueFixupEnum_t1F5E8E7BA39DBF9CE9CD2DEEA57E12768F655900, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUEFIXUPENUM_T1F5E8E7BA39DBF9CE9CD2DEEA57E12768F655900_H
#ifndef FORMATTERASSEMBLYSTYLE_TA1E8A300026362A0AE091830C5DBDEFCBCD5213A_H
#define FORMATTERASSEMBLYSTYLE_TA1E8A300026362A0AE091830C5DBDEFCBCD5213A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.FormatterAssemblyStyle
struct FormatterAssemblyStyle_tA1E8A300026362A0AE091830C5DBDEFCBCD5213A
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FormatterAssemblyStyle_tA1E8A300026362A0AE091830C5DBDEFCBCD5213A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATTERASSEMBLYSTYLE_TA1E8A300026362A0AE091830C5DBDEFCBCD5213A_H
#ifndef FORMATTERTYPESTYLE_TFEF4ABC0D7DE012B1C0976F196E45600568D67AF_H
#define FORMATTERTYPESTYLE_TFEF4ABC0D7DE012B1C0976F196E45600568D67AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.FormatterTypeStyle
struct FormatterTypeStyle_tFEF4ABC0D7DE012B1C0976F196E45600568D67AF
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.FormatterTypeStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FormatterTypeStyle_tFEF4ABC0D7DE012B1C0976F196E45600568D67AF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATTERTYPESTYLE_TFEF4ABC0D7DE012B1C0976F196E45600568D67AF_H
#ifndef TYPEFILTERLEVEL_T8FC0F5849147B01F3EB6E3B876E06B3022E0C59A_H
#define TYPEFILTERLEVEL_T8FC0F5849147B01F3EB6E3B876E06B3022E0C59A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.TypeFilterLevel
struct TypeFilterLevel_t8FC0F5849147B01F3EB6E3B876E06B3022E0C59A
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.TypeFilterLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeFilterLevel_t8FC0F5849147B01F3EB6E3B876E06B3022E0C59A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEFILTERLEVEL_T8FC0F5849147B01F3EB6E3B876E06B3022E0C59A_H
#ifndef SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#define SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
{
public:
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
String_t* ____nullMessage_17;
public:
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
inline void set__nullMessage_17(String_t* value)
{
____nullMessage_17 = value;
Il2CppCodeGenWriteBarrier((&____nullMessage_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifndef SERIALIZATIONFIELDINFO_TD6B6663C63025EF2D4D9DB470F10D8B033BBB201_H
#define SERIALIZATIONFIELDINFO_TD6B6663C63025EF2D4D9DB470F10D8B033BBB201_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationFieldInfo
struct SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 : public FieldInfo_t
{
public:
// System.Reflection.RuntimeFieldInfo System.Runtime.Serialization.SerializationFieldInfo::m_field
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * ___m_field_0;
// System.String System.Runtime.Serialization.SerializationFieldInfo::m_serializationName
String_t* ___m_serializationName_1;
public:
inline static int32_t get_offset_of_m_field_0() { return static_cast<int32_t>(offsetof(SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201, ___m_field_0)); }
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * get_m_field_0() const { return ___m_field_0; }
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 ** get_address_of_m_field_0() { return &___m_field_0; }
inline void set_m_field_0(RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * value)
{
___m_field_0 = value;
Il2CppCodeGenWriteBarrier((&___m_field_0), value);
}
inline static int32_t get_offset_of_m_serializationName_1() { return static_cast<int32_t>(offsetof(SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201, ___m_serializationName_1)); }
inline String_t* get_m_serializationName_1() const { return ___m_serializationName_1; }
inline String_t** get_address_of_m_serializationName_1() { return &___m_serializationName_1; }
inline void set_m_serializationName_1(String_t* value)
{
___m_serializationName_1 = value;
Il2CppCodeGenWriteBarrier((&___m_serializationName_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONFIELDINFO_TD6B6663C63025EF2D4D9DB470F10D8B033BBB201_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifndef SECURITYEXCEPTION_TBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_H
#define SECURITYEXCEPTION_TBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.SecurityException
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.Security.SecurityException::permissionState
String_t* ___permissionState_17;
public:
inline static int32_t get_offset_of_permissionState_17() { return static_cast<int32_t>(offsetof(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___permissionState_17)); }
inline String_t* get_permissionState_17() const { return ___permissionState_17; }
inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; }
inline void set_permissionState_17(String_t* value)
{
___permissionState_17 = value;
Il2CppCodeGenWriteBarrier((&___permissionState_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYEXCEPTION_TBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_H
#ifndef STACKCRAWLMARK_T857D8DE506F124E737FD26BB7ADAAAAD13E4F943_H
#define STACKCRAWLMARK_T857D8DE506F124E737FD26BB7ADAAAAD13E4F943_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACKCRAWLMARK_T857D8DE506F124E737FD26BB7ADAAAAD13E4F943_H
#ifndef TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#define TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifndef TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#define TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TypeCode
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
{
public:
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#ifndef TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#define TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.TypeLoadException::ClassName
String_t* ___ClassName_17;
// System.String System.TypeLoadException::AssemblyName
String_t* ___AssemblyName_18;
// System.String System.TypeLoadException::MessageArg
String_t* ___MessageArg_19;
// System.Int32 System.TypeLoadException::ResourceId
int32_t ___ResourceId_20;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((&___ClassName_17), value);
}
inline static int32_t get_offset_of_AssemblyName_18() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___AssemblyName_18)); }
inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; }
inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; }
inline void set_AssemblyName_18(String_t* value)
{
___AssemblyName_18 = value;
Il2CppCodeGenWriteBarrier((&___AssemblyName_18), value);
}
inline static int32_t get_offset_of_MessageArg_19() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___MessageArg_19)); }
inline String_t* get_MessageArg_19() const { return ___MessageArg_19; }
inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; }
inline void set_MessageArg_19(String_t* value)
{
___MessageArg_19 = value;
Il2CppCodeGenWriteBarrier((&___MessageArg_19), value);
}
inline static int32_t get_offset_of_ResourceId_20() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ResourceId_20)); }
inline int32_t get_ResourceId_20() const { return ___ResourceId_20; }
inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; }
inline void set_ResourceId_20(int32_t value)
{
___ResourceId_20 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifndef ENDOFSTREAMEXCEPTION_T1B47BA867EC337F83056C2833A59293754AAC01F_H
#define ENDOFSTREAMEXCEPTION_T1B47BA867EC337F83056C2833A59293754AAC01F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.EndOfStreamException
struct EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENDOFSTREAMEXCEPTION_T1B47BA867EC337F83056C2833A59293754AAC01F_H
#ifndef FILELOADEXCEPTION_T4F277277156CA76B0610D4AE6EDFBF64561BF3FB_H
#define FILELOADEXCEPTION_T4F277277156CA76B0610D4AE6EDFBF64561BF3FB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileLoadException
struct FileLoadException_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((&____fileName_18), 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((&____fusionLog_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILELOADEXCEPTION_T4F277277156CA76B0610D4AE6EDFBF64561BF3FB_H
#ifndef FILENOTFOUNDEXCEPTION_T0B3F0AE5C94A781A7E2ABBD786F91C229B703431_H
#define FILENOTFOUNDEXCEPTION_T0B3F0AE5C94A781A7E2ABBD786F91C229B703431_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileNotFoundException
struct FileNotFoundException_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((&____fileName_18), 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((&____fusionLog_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILENOTFOUNDEXCEPTION_T0B3F0AE5C94A781A7E2ABBD786F91C229B703431_H
#ifndef MULTICASTDELEGATE_T_H
#define MULTICASTDELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_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((&___delegates_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // MULTICASTDELEGATE_T_H
#ifndef ASSEMBLYNAME_T6F3EC58113268060348EE894DCB46F6EF6BBBB82_H
#define ASSEMBLYNAME_T6F3EC58113268060348EE894DCB46F6EF6BBBB82_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___name_0), 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((&___codebase_1), 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((&___cultureinfo_6), 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((&___keypair_9), 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((&___publicKey_10), 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((&___keyToken_11), 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((&___version_13), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
uint8_t* ___publicKey_10;
uint8_t* ___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;
uint8_t* ___publicKey_10;
uint8_t* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
#endif // ASSEMBLYNAME_T6F3EC58113268060348EE894DCB46F6EF6BBBB82_H
#ifndef MODULE_T882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_H
#define MODULE_T882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Module
struct Module_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((&___assembly_3), 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((&___fqname_4), 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((&___name_5), 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((&___scopename_6), 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((&___FilterTypeName_0), 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((&___FilterTypeNameIgnoreCase_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // MODULE_T882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_H
#ifndef RTFIELDINFO_TF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_H
#define RTFIELDINFO_TF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RtFieldInfo
struct RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 : public RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RTFIELDINFO_TF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_H
#ifndef RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#define RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#ifndef WELLKNOWNSERVICETYPEENTRY_T08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE_H
#define WELLKNOWNSERVICETYPEENTRY_T08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.WellKnownServiceTypeEntry
struct WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE : public TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438
{
public:
// System.Type System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_type
Type_t * ___obj_type_2;
// System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_uri
String_t* ___obj_uri_3;
// System.Runtime.Remoting.WellKnownObjectMode System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_mode
int32_t ___obj_mode_4;
public:
inline static int32_t get_offset_of_obj_type_2() { return static_cast<int32_t>(offsetof(WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE, ___obj_type_2)); }
inline Type_t * get_obj_type_2() const { return ___obj_type_2; }
inline Type_t ** get_address_of_obj_type_2() { return &___obj_type_2; }
inline void set_obj_type_2(Type_t * value)
{
___obj_type_2 = value;
Il2CppCodeGenWriteBarrier((&___obj_type_2), value);
}
inline static int32_t get_offset_of_obj_uri_3() { return static_cast<int32_t>(offsetof(WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE, ___obj_uri_3)); }
inline String_t* get_obj_uri_3() const { return ___obj_uri_3; }
inline String_t** get_address_of_obj_uri_3() { return &___obj_uri_3; }
inline void set_obj_uri_3(String_t* value)
{
___obj_uri_3 = value;
Il2CppCodeGenWriteBarrier((&___obj_uri_3), value);
}
inline static int32_t get_offset_of_obj_mode_4() { return static_cast<int32_t>(offsetof(WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE, ___obj_mode_4)); }
inline int32_t get_obj_mode_4() const { return ___obj_mode_4; }
inline int32_t* get_address_of_obj_mode_4() { return &___obj_mode_4; }
inline void set_obj_mode_4(int32_t value)
{
___obj_mode_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WELLKNOWNSERVICETYPEENTRY_T08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE_H
#ifndef BINARYARRAY_T73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_H
#define BINARYARRAY_T73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryArray
struct BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryArray::objectId
int32_t ___objectId_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryArray::rank
int32_t ___rank_1;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.BinaryArray::lengthA
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthA_2;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.BinaryArray::lowerBoundA
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBoundA_3;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.BinaryArray::binaryTypeEnum
int32_t ___binaryTypeEnum_4;
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryArray::typeInformation
RuntimeObject * ___typeInformation_5;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryArray::assemId
int32_t ___assemId_6;
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.BinaryArray::binaryHeaderEnum
int32_t ___binaryHeaderEnum_7;
// System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum System.Runtime.Serialization.Formatters.Binary.BinaryArray::binaryArrayTypeEnum
int32_t ___binaryArrayTypeEnum_8;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_rank_1() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___rank_1)); }
inline int32_t get_rank_1() const { return ___rank_1; }
inline int32_t* get_address_of_rank_1() { return &___rank_1; }
inline void set_rank_1(int32_t value)
{
___rank_1 = value;
}
inline static int32_t get_offset_of_lengthA_2() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___lengthA_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_lengthA_2() const { return ___lengthA_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_lengthA_2() { return &___lengthA_2; }
inline void set_lengthA_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___lengthA_2 = value;
Il2CppCodeGenWriteBarrier((&___lengthA_2), value);
}
inline static int32_t get_offset_of_lowerBoundA_3() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___lowerBoundA_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_lowerBoundA_3() const { return ___lowerBoundA_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_lowerBoundA_3() { return &___lowerBoundA_3; }
inline void set_lowerBoundA_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___lowerBoundA_3 = value;
Il2CppCodeGenWriteBarrier((&___lowerBoundA_3), value);
}
inline static int32_t get_offset_of_binaryTypeEnum_4() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___binaryTypeEnum_4)); }
inline int32_t get_binaryTypeEnum_4() const { return ___binaryTypeEnum_4; }
inline int32_t* get_address_of_binaryTypeEnum_4() { return &___binaryTypeEnum_4; }
inline void set_binaryTypeEnum_4(int32_t value)
{
___binaryTypeEnum_4 = value;
}
inline static int32_t get_offset_of_typeInformation_5() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___typeInformation_5)); }
inline RuntimeObject * get_typeInformation_5() const { return ___typeInformation_5; }
inline RuntimeObject ** get_address_of_typeInformation_5() { return &___typeInformation_5; }
inline void set_typeInformation_5(RuntimeObject * value)
{
___typeInformation_5 = value;
Il2CppCodeGenWriteBarrier((&___typeInformation_5), value);
}
inline static int32_t get_offset_of_assemId_6() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___assemId_6)); }
inline int32_t get_assemId_6() const { return ___assemId_6; }
inline int32_t* get_address_of_assemId_6() { return &___assemId_6; }
inline void set_assemId_6(int32_t value)
{
___assemId_6 = value;
}
inline static int32_t get_offset_of_binaryHeaderEnum_7() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___binaryHeaderEnum_7)); }
inline int32_t get_binaryHeaderEnum_7() const { return ___binaryHeaderEnum_7; }
inline int32_t* get_address_of_binaryHeaderEnum_7() { return &___binaryHeaderEnum_7; }
inline void set_binaryHeaderEnum_7(int32_t value)
{
___binaryHeaderEnum_7 = value;
}
inline static int32_t get_offset_of_binaryArrayTypeEnum_8() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___binaryArrayTypeEnum_8)); }
inline int32_t get_binaryArrayTypeEnum_8() const { return ___binaryArrayTypeEnum_8; }
inline int32_t* get_address_of_binaryArrayTypeEnum_8() { return &___binaryArrayTypeEnum_8; }
inline void set_binaryArrayTypeEnum_8(int32_t value)
{
___binaryArrayTypeEnum_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYARRAY_T73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_H
#ifndef BINARYMETHODCALL_TC674288A0347077F15A85A680F2BF73B4FE92323_H
#define BINARYMETHODCALL_TC674288A0347077F15A85A680F2BF73B4FE92323_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall
struct BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::methodName
String_t* ___methodName_0;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::typeName
String_t* ___typeName_1;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::args
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_2;
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::callContext
RuntimeObject * ___callContext_3;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::argTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argTypes_4;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::bArgsPrimitive
bool ___bArgsPrimitive_5;
// System.Runtime.Serialization.Formatters.Binary.MessageEnum System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::messageEnum
int32_t ___messageEnum_6;
public:
inline static int32_t get_offset_of_methodName_0() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___methodName_0)); }
inline String_t* get_methodName_0() const { return ___methodName_0; }
inline String_t** get_address_of_methodName_0() { return &___methodName_0; }
inline void set_methodName_0(String_t* value)
{
___methodName_0 = value;
Il2CppCodeGenWriteBarrier((&___methodName_0), value);
}
inline static int32_t get_offset_of_typeName_1() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___typeName_1)); }
inline String_t* get_typeName_1() const { return ___typeName_1; }
inline String_t** get_address_of_typeName_1() { return &___typeName_1; }
inline void set_typeName_1(String_t* value)
{
___typeName_1 = value;
Il2CppCodeGenWriteBarrier((&___typeName_1), value);
}
inline static int32_t get_offset_of_args_2() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___args_2)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_args_2() const { return ___args_2; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_args_2() { return &___args_2; }
inline void set_args_2(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___args_2 = value;
Il2CppCodeGenWriteBarrier((&___args_2), value);
}
inline static int32_t get_offset_of_callContext_3() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___callContext_3)); }
inline RuntimeObject * get_callContext_3() const { return ___callContext_3; }
inline RuntimeObject ** get_address_of_callContext_3() { return &___callContext_3; }
inline void set_callContext_3(RuntimeObject * value)
{
___callContext_3 = value;
Il2CppCodeGenWriteBarrier((&___callContext_3), value);
}
inline static int32_t get_offset_of_argTypes_4() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___argTypes_4)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_argTypes_4() const { return ___argTypes_4; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_argTypes_4() { return &___argTypes_4; }
inline void set_argTypes_4(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___argTypes_4 = value;
Il2CppCodeGenWriteBarrier((&___argTypes_4), value);
}
inline static int32_t get_offset_of_bArgsPrimitive_5() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___bArgsPrimitive_5)); }
inline bool get_bArgsPrimitive_5() const { return ___bArgsPrimitive_5; }
inline bool* get_address_of_bArgsPrimitive_5() { return &___bArgsPrimitive_5; }
inline void set_bArgsPrimitive_5(bool value)
{
___bArgsPrimitive_5 = value;
}
inline static int32_t get_offset_of_messageEnum_6() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___messageEnum_6)); }
inline int32_t get_messageEnum_6() const { return ___messageEnum_6; }
inline int32_t* get_address_of_messageEnum_6() { return &___messageEnum_6; }
inline void set_messageEnum_6(int32_t value)
{
___messageEnum_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYMETHODCALL_TC674288A0347077F15A85A680F2BF73B4FE92323_H
#ifndef BINARYMETHODRETURN_TB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_H
#define BINARYMETHODRETURN_TB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn
struct BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 : public RuntimeObject
{
public:
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::returnValue
RuntimeObject * ___returnValue_0;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::args
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_1;
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::callContext
RuntimeObject * ___callContext_2;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::argTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argTypes_3;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::bArgsPrimitive
bool ___bArgsPrimitive_4;
// System.Runtime.Serialization.Formatters.Binary.MessageEnum System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::messageEnum
int32_t ___messageEnum_5;
// System.Type System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::returnType
Type_t * ___returnType_6;
public:
inline static int32_t get_offset_of_returnValue_0() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___returnValue_0)); }
inline RuntimeObject * get_returnValue_0() const { return ___returnValue_0; }
inline RuntimeObject ** get_address_of_returnValue_0() { return &___returnValue_0; }
inline void set_returnValue_0(RuntimeObject * value)
{
___returnValue_0 = value;
Il2CppCodeGenWriteBarrier((&___returnValue_0), value);
}
inline static int32_t get_offset_of_args_1() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___args_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_args_1() const { return ___args_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_args_1() { return &___args_1; }
inline void set_args_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___args_1 = value;
Il2CppCodeGenWriteBarrier((&___args_1), value);
}
inline static int32_t get_offset_of_callContext_2() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___callContext_2)); }
inline RuntimeObject * get_callContext_2() const { return ___callContext_2; }
inline RuntimeObject ** get_address_of_callContext_2() { return &___callContext_2; }
inline void set_callContext_2(RuntimeObject * value)
{
___callContext_2 = value;
Il2CppCodeGenWriteBarrier((&___callContext_2), value);
}
inline static int32_t get_offset_of_argTypes_3() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___argTypes_3)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_argTypes_3() const { return ___argTypes_3; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_argTypes_3() { return &___argTypes_3; }
inline void set_argTypes_3(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___argTypes_3 = value;
Il2CppCodeGenWriteBarrier((&___argTypes_3), value);
}
inline static int32_t get_offset_of_bArgsPrimitive_4() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___bArgsPrimitive_4)); }
inline bool get_bArgsPrimitive_4() const { return ___bArgsPrimitive_4; }
inline bool* get_address_of_bArgsPrimitive_4() { return &___bArgsPrimitive_4; }
inline void set_bArgsPrimitive_4(bool value)
{
___bArgsPrimitive_4 = value;
}
inline static int32_t get_offset_of_messageEnum_5() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___messageEnum_5)); }
inline int32_t get_messageEnum_5() const { return ___messageEnum_5; }
inline int32_t* get_address_of_messageEnum_5() { return &___messageEnum_5; }
inline void set_messageEnum_5(int32_t value)
{
___messageEnum_5 = value;
}
inline static int32_t get_offset_of_returnType_6() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___returnType_6)); }
inline Type_t * get_returnType_6() const { return ___returnType_6; }
inline Type_t ** get_address_of_returnType_6() { return &___returnType_6; }
inline void set_returnType_6(Type_t * value)
{
___returnType_6 = value;
Il2CppCodeGenWriteBarrier((&___returnType_6), value);
}
};
struct BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_StaticFields
{
public:
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::instanceOfVoid
RuntimeObject * ___instanceOfVoid_7;
public:
inline static int32_t get_offset_of_instanceOfVoid_7() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_StaticFields, ___instanceOfVoid_7)); }
inline RuntimeObject * get_instanceOfVoid_7() const { return ___instanceOfVoid_7; }
inline RuntimeObject ** get_address_of_instanceOfVoid_7() { return &___instanceOfVoid_7; }
inline void set_instanceOfVoid_7(RuntimeObject * value)
{
___instanceOfVoid_7 = value;
Il2CppCodeGenWriteBarrier((&___instanceOfVoid_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYMETHODRETURN_TB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_H
#ifndef BINARYOBJECTWITHMAP_TBE57F544D537F6E23893687CB582BFB1575FC107_H
#define BINARYOBJECTWITHMAP_TBE57F544D537F6E23893687CB582BFB1575FC107_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap
struct BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::binaryHeaderEnum
int32_t ___binaryHeaderEnum_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::objectId
int32_t ___objectId_1;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::name
String_t* ___name_2;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::numMembers
int32_t ___numMembers_3;
// System.String[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_4;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::assemId
int32_t ___assemId_5;
public:
inline static int32_t get_offset_of_binaryHeaderEnum_0() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___binaryHeaderEnum_0)); }
inline int32_t get_binaryHeaderEnum_0() const { return ___binaryHeaderEnum_0; }
inline int32_t* get_address_of_binaryHeaderEnum_0() { return &___binaryHeaderEnum_0; }
inline void set_binaryHeaderEnum_0(int32_t value)
{
___binaryHeaderEnum_0 = value;
}
inline static int32_t get_offset_of_objectId_1() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___objectId_1)); }
inline int32_t get_objectId_1() const { return ___objectId_1; }
inline int32_t* get_address_of_objectId_1() { return &___objectId_1; }
inline void set_objectId_1(int32_t value)
{
___objectId_1 = value;
}
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___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((&___name_2), value);
}
inline static int32_t get_offset_of_numMembers_3() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___numMembers_3)); }
inline int32_t get_numMembers_3() const { return ___numMembers_3; }
inline int32_t* get_address_of_numMembers_3() { return &___numMembers_3; }
inline void set_numMembers_3(int32_t value)
{
___numMembers_3 = value;
}
inline static int32_t get_offset_of_memberNames_4() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___memberNames_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_4() const { return ___memberNames_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_4() { return &___memberNames_4; }
inline void set_memberNames_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_4 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_4), value);
}
inline static int32_t get_offset_of_assemId_5() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___assemId_5)); }
inline int32_t get_assemId_5() const { return ___assemId_5; }
inline int32_t* get_address_of_assemId_5() { return &___assemId_5; }
inline void set_assemId_5(int32_t value)
{
___assemId_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYOBJECTWITHMAP_TBE57F544D537F6E23893687CB582BFB1575FC107_H
#ifndef BINARYOBJECTWITHMAPTYPED_TFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_H
#define BINARYOBJECTWITHMAPTYPED_TFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped
struct BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::binaryHeaderEnum
int32_t ___binaryHeaderEnum_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::objectId
int32_t ___objectId_1;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::name
String_t* ___name_2;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::numMembers
int32_t ___numMembers_3;
// System.String[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_4;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::binaryTypeEnumA
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA_5;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::typeInformationA
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA_6;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::memberAssemIds
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___memberAssemIds_7;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::assemId
int32_t ___assemId_8;
public:
inline static int32_t get_offset_of_binaryHeaderEnum_0() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___binaryHeaderEnum_0)); }
inline int32_t get_binaryHeaderEnum_0() const { return ___binaryHeaderEnum_0; }
inline int32_t* get_address_of_binaryHeaderEnum_0() { return &___binaryHeaderEnum_0; }
inline void set_binaryHeaderEnum_0(int32_t value)
{
___binaryHeaderEnum_0 = value;
}
inline static int32_t get_offset_of_objectId_1() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___objectId_1)); }
inline int32_t get_objectId_1() const { return ___objectId_1; }
inline int32_t* get_address_of_objectId_1() { return &___objectId_1; }
inline void set_objectId_1(int32_t value)
{
___objectId_1 = value;
}
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___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((&___name_2), value);
}
inline static int32_t get_offset_of_numMembers_3() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___numMembers_3)); }
inline int32_t get_numMembers_3() const { return ___numMembers_3; }
inline int32_t* get_address_of_numMembers_3() { return &___numMembers_3; }
inline void set_numMembers_3(int32_t value)
{
___numMembers_3 = value;
}
inline static int32_t get_offset_of_memberNames_4() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___memberNames_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_4() const { return ___memberNames_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_4() { return &___memberNames_4; }
inline void set_memberNames_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_4 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_4), value);
}
inline static int32_t get_offset_of_binaryTypeEnumA_5() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___binaryTypeEnumA_5)); }
inline BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* get_binaryTypeEnumA_5() const { return ___binaryTypeEnumA_5; }
inline BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B** get_address_of_binaryTypeEnumA_5() { return &___binaryTypeEnumA_5; }
inline void set_binaryTypeEnumA_5(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* value)
{
___binaryTypeEnumA_5 = value;
Il2CppCodeGenWriteBarrier((&___binaryTypeEnumA_5), value);
}
inline static int32_t get_offset_of_typeInformationA_6() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___typeInformationA_6)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_typeInformationA_6() const { return ___typeInformationA_6; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_typeInformationA_6() { return &___typeInformationA_6; }
inline void set_typeInformationA_6(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___typeInformationA_6 = value;
Il2CppCodeGenWriteBarrier((&___typeInformationA_6), value);
}
inline static int32_t get_offset_of_memberAssemIds_7() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___memberAssemIds_7)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_memberAssemIds_7() const { return ___memberAssemIds_7; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_memberAssemIds_7() { return &___memberAssemIds_7; }
inline void set_memberAssemIds_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___memberAssemIds_7 = value;
Il2CppCodeGenWriteBarrier((&___memberAssemIds_7), value);
}
inline static int32_t get_offset_of_assemId_8() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___assemId_8)); }
inline int32_t get_assemId_8() const { return ___assemId_8; }
inline int32_t* get_address_of_assemId_8() { return &___assemId_8; }
inline void set_assemId_8(int32_t value)
{
___assemId_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYOBJECTWITHMAPTYPED_TFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_H
#ifndef INTERNALFE_TB3647119B7B43049DD9BDE109EB74BC7A05931D1_H
#define INTERNALFE_TB3647119B7B43049DD9BDE109EB74BC7A05931D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalFE
struct InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.InternalFE::FEtypeFormat
int32_t ___FEtypeFormat_0;
// System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.InternalFE::FEassemblyFormat
int32_t ___FEassemblyFormat_1;
// System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.InternalFE::FEsecurityLevel
int32_t ___FEsecurityLevel_2;
// System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE System.Runtime.Serialization.Formatters.Binary.InternalFE::FEserializerTypeEnum
int32_t ___FEserializerTypeEnum_3;
public:
inline static int32_t get_offset_of_FEtypeFormat_0() { return static_cast<int32_t>(offsetof(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1, ___FEtypeFormat_0)); }
inline int32_t get_FEtypeFormat_0() const { return ___FEtypeFormat_0; }
inline int32_t* get_address_of_FEtypeFormat_0() { return &___FEtypeFormat_0; }
inline void set_FEtypeFormat_0(int32_t value)
{
___FEtypeFormat_0 = value;
}
inline static int32_t get_offset_of_FEassemblyFormat_1() { return static_cast<int32_t>(offsetof(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1, ___FEassemblyFormat_1)); }
inline int32_t get_FEassemblyFormat_1() const { return ___FEassemblyFormat_1; }
inline int32_t* get_address_of_FEassemblyFormat_1() { return &___FEassemblyFormat_1; }
inline void set_FEassemblyFormat_1(int32_t value)
{
___FEassemblyFormat_1 = value;
}
inline static int32_t get_offset_of_FEsecurityLevel_2() { return static_cast<int32_t>(offsetof(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1, ___FEsecurityLevel_2)); }
inline int32_t get_FEsecurityLevel_2() const { return ___FEsecurityLevel_2; }
inline int32_t* get_address_of_FEsecurityLevel_2() { return &___FEsecurityLevel_2; }
inline void set_FEsecurityLevel_2(int32_t value)
{
___FEsecurityLevel_2 = value;
}
inline static int32_t get_offset_of_FEserializerTypeEnum_3() { return static_cast<int32_t>(offsetof(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1, ___FEserializerTypeEnum_3)); }
inline int32_t get_FEserializerTypeEnum_3() const { return ___FEserializerTypeEnum_3; }
inline int32_t* get_address_of_FEserializerTypeEnum_3() { return &___FEserializerTypeEnum_3; }
inline void set_FEserializerTypeEnum_3(int32_t value)
{
___FEserializerTypeEnum_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALFE_TB3647119B7B43049DD9BDE109EB74BC7A05931D1_H
#ifndef MEMBERPRIMITIVETYPED_T0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_H
#define MEMBERPRIMITIVETYPED_T0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped
struct MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::primitiveTypeEnum
int32_t ___primitiveTypeEnum_0;
// System.Object System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_primitiveTypeEnum_0() { return static_cast<int32_t>(offsetof(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F, ___primitiveTypeEnum_0)); }
inline int32_t get_primitiveTypeEnum_0() const { return ___primitiveTypeEnum_0; }
inline int32_t* get_address_of_primitiveTypeEnum_0() { return &___primitiveTypeEnum_0; }
inline void set_primitiveTypeEnum_0(int32_t value)
{
___primitiveTypeEnum_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F, ___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((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERPRIMITIVETYPED_T0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_H
#ifndef MEMBERPRIMITIVEUNTYPED_TDA60C25752F92B89A315A67E4E447DDA4E2BD423_H
#define MEMBERPRIMITIVEUNTYPED_TDA60C25752F92B89A315A67E4E447DDA4E2BD423_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped
struct MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::typeInformation
int32_t ___typeInformation_0;
// System.Object System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_typeInformation_0() { return static_cast<int32_t>(offsetof(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423, ___typeInformation_0)); }
inline int32_t get_typeInformation_0() const { return ___typeInformation_0; }
inline int32_t* get_address_of_typeInformation_0() { return &___typeInformation_0; }
inline void set_typeInformation_0(int32_t value)
{
___typeInformation_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423, ___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((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERPRIMITIVEUNTYPED_TDA60C25752F92B89A315A67E4E447DDA4E2BD423_H
#ifndef NAMEINFO_T57D1A79A08FB3AD2F94CC065E024AA9C02760D77_H
#define NAMEINFO_T57D1A79A08FB3AD2F94CC065E024AA9C02760D77_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.NameInfo
struct NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.NameInfo::NIFullName
String_t* ___NIFullName_0;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.NameInfo::NIobjectId
int64_t ___NIobjectId_1;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.NameInfo::NIassemId
int64_t ___NIassemId_2;
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.NameInfo::NIprimitiveTypeEnum
int32_t ___NIprimitiveTypeEnum_3;
// System.Type System.Runtime.Serialization.Formatters.Binary.NameInfo::NItype
Type_t * ___NItype_4;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIisSealed
bool ___NIisSealed_5;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIisArray
bool ___NIisArray_6;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIisArrayItem
bool ___NIisArrayItem_7;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NItransmitTypeOnObject
bool ___NItransmitTypeOnObject_8;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NItransmitTypeOnMember
bool ___NItransmitTypeOnMember_9;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIisParentTypeOnObject
bool ___NIisParentTypeOnObject_10;
// System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE System.Runtime.Serialization.Formatters.Binary.NameInfo::NIarrayEnum
int32_t ___NIarrayEnum_11;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIsealedStatusChecked
bool ___NIsealedStatusChecked_12;
public:
inline static int32_t get_offset_of_NIFullName_0() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIFullName_0)); }
inline String_t* get_NIFullName_0() const { return ___NIFullName_0; }
inline String_t** get_address_of_NIFullName_0() { return &___NIFullName_0; }
inline void set_NIFullName_0(String_t* value)
{
___NIFullName_0 = value;
Il2CppCodeGenWriteBarrier((&___NIFullName_0), value);
}
inline static int32_t get_offset_of_NIobjectId_1() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIobjectId_1)); }
inline int64_t get_NIobjectId_1() const { return ___NIobjectId_1; }
inline int64_t* get_address_of_NIobjectId_1() { return &___NIobjectId_1; }
inline void set_NIobjectId_1(int64_t value)
{
___NIobjectId_1 = value;
}
inline static int32_t get_offset_of_NIassemId_2() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIassemId_2)); }
inline int64_t get_NIassemId_2() const { return ___NIassemId_2; }
inline int64_t* get_address_of_NIassemId_2() { return &___NIassemId_2; }
inline void set_NIassemId_2(int64_t value)
{
___NIassemId_2 = value;
}
inline static int32_t get_offset_of_NIprimitiveTypeEnum_3() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIprimitiveTypeEnum_3)); }
inline int32_t get_NIprimitiveTypeEnum_3() const { return ___NIprimitiveTypeEnum_3; }
inline int32_t* get_address_of_NIprimitiveTypeEnum_3() { return &___NIprimitiveTypeEnum_3; }
inline void set_NIprimitiveTypeEnum_3(int32_t value)
{
___NIprimitiveTypeEnum_3 = value;
}
inline static int32_t get_offset_of_NItype_4() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NItype_4)); }
inline Type_t * get_NItype_4() const { return ___NItype_4; }
inline Type_t ** get_address_of_NItype_4() { return &___NItype_4; }
inline void set_NItype_4(Type_t * value)
{
___NItype_4 = value;
Il2CppCodeGenWriteBarrier((&___NItype_4), value);
}
inline static int32_t get_offset_of_NIisSealed_5() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIisSealed_5)); }
inline bool get_NIisSealed_5() const { return ___NIisSealed_5; }
inline bool* get_address_of_NIisSealed_5() { return &___NIisSealed_5; }
inline void set_NIisSealed_5(bool value)
{
___NIisSealed_5 = value;
}
inline static int32_t get_offset_of_NIisArray_6() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIisArray_6)); }
inline bool get_NIisArray_6() const { return ___NIisArray_6; }
inline bool* get_address_of_NIisArray_6() { return &___NIisArray_6; }
inline void set_NIisArray_6(bool value)
{
___NIisArray_6 = value;
}
inline static int32_t get_offset_of_NIisArrayItem_7() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIisArrayItem_7)); }
inline bool get_NIisArrayItem_7() const { return ___NIisArrayItem_7; }
inline bool* get_address_of_NIisArrayItem_7() { return &___NIisArrayItem_7; }
inline void set_NIisArrayItem_7(bool value)
{
___NIisArrayItem_7 = value;
}
inline static int32_t get_offset_of_NItransmitTypeOnObject_8() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NItransmitTypeOnObject_8)); }
inline bool get_NItransmitTypeOnObject_8() const { return ___NItransmitTypeOnObject_8; }
inline bool* get_address_of_NItransmitTypeOnObject_8() { return &___NItransmitTypeOnObject_8; }
inline void set_NItransmitTypeOnObject_8(bool value)
{
___NItransmitTypeOnObject_8 = value;
}
inline static int32_t get_offset_of_NItransmitTypeOnMember_9() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NItransmitTypeOnMember_9)); }
inline bool get_NItransmitTypeOnMember_9() const { return ___NItransmitTypeOnMember_9; }
inline bool* get_address_of_NItransmitTypeOnMember_9() { return &___NItransmitTypeOnMember_9; }
inline void set_NItransmitTypeOnMember_9(bool value)
{
___NItransmitTypeOnMember_9 = value;
}
inline static int32_t get_offset_of_NIisParentTypeOnObject_10() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIisParentTypeOnObject_10)); }
inline bool get_NIisParentTypeOnObject_10() const { return ___NIisParentTypeOnObject_10; }
inline bool* get_address_of_NIisParentTypeOnObject_10() { return &___NIisParentTypeOnObject_10; }
inline void set_NIisParentTypeOnObject_10(bool value)
{
___NIisParentTypeOnObject_10 = value;
}
inline static int32_t get_offset_of_NIarrayEnum_11() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIarrayEnum_11)); }
inline int32_t get_NIarrayEnum_11() const { return ___NIarrayEnum_11; }
inline int32_t* get_address_of_NIarrayEnum_11() { return &___NIarrayEnum_11; }
inline void set_NIarrayEnum_11(int32_t value)
{
___NIarrayEnum_11 = value;
}
inline static int32_t get_offset_of_NIsealedStatusChecked_12() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIsealedStatusChecked_12)); }
inline bool get_NIsealedStatusChecked_12() const { return ___NIsealedStatusChecked_12; }
inline bool* get_address_of_NIsealedStatusChecked_12() { return &___NIsealedStatusChecked_12; }
inline void set_NIsealedStatusChecked_12(bool value)
{
___NIsealedStatusChecked_12 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMEINFO_T57D1A79A08FB3AD2F94CC065E024AA9C02760D77_H
#ifndef OBJECTPROGRESS_T1708E3C5BD8A5818B6A8AA3076BB266C17275B56_H
#define OBJECTPROGRESS_T1708E3C5BD8A5818B6A8AA3076BB266C17275B56_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectProgress
struct ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 : public RuntimeObject
{
public:
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectProgress::isInitial
bool ___isInitial_1;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectProgress::count
int32_t ___count_2;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.ObjectProgress::expectedType
int32_t ___expectedType_3;
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectProgress::expectedTypeInformation
RuntimeObject * ___expectedTypeInformation_4;
// System.String System.Runtime.Serialization.Formatters.Binary.ObjectProgress::name
String_t* ___name_5;
// System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE System.Runtime.Serialization.Formatters.Binary.ObjectProgress::objectTypeEnum
int32_t ___objectTypeEnum_6;
// System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE System.Runtime.Serialization.Formatters.Binary.ObjectProgress::memberTypeEnum
int32_t ___memberTypeEnum_7;
// System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE System.Runtime.Serialization.Formatters.Binary.ObjectProgress::memberValueEnum
int32_t ___memberValueEnum_8;
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectProgress::dtType
Type_t * ___dtType_9;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectProgress::numItems
int32_t ___numItems_10;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.ObjectProgress::binaryTypeEnum
int32_t ___binaryTypeEnum_11;
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectProgress::typeInformation
RuntimeObject * ___typeInformation_12;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectProgress::nullCount
int32_t ___nullCount_13;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectProgress::memberLength
int32_t ___memberLength_14;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[] System.Runtime.Serialization.Formatters.Binary.ObjectProgress::binaryTypeEnumA
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA_15;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.ObjectProgress::typeInformationA
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA_16;
// System.String[] System.Runtime.Serialization.Formatters.Binary.ObjectProgress::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_17;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.ObjectProgress::memberTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes_18;
// System.Runtime.Serialization.Formatters.Binary.ParseRecord System.Runtime.Serialization.Formatters.Binary.ObjectProgress::pr
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr_19;
public:
inline static int32_t get_offset_of_isInitial_1() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___isInitial_1)); }
inline bool get_isInitial_1() const { return ___isInitial_1; }
inline bool* get_address_of_isInitial_1() { return &___isInitial_1; }
inline void set_isInitial_1(bool value)
{
___isInitial_1 = value;
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___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_expectedType_3() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___expectedType_3)); }
inline int32_t get_expectedType_3() const { return ___expectedType_3; }
inline int32_t* get_address_of_expectedType_3() { return &___expectedType_3; }
inline void set_expectedType_3(int32_t value)
{
___expectedType_3 = value;
}
inline static int32_t get_offset_of_expectedTypeInformation_4() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___expectedTypeInformation_4)); }
inline RuntimeObject * get_expectedTypeInformation_4() const { return ___expectedTypeInformation_4; }
inline RuntimeObject ** get_address_of_expectedTypeInformation_4() { return &___expectedTypeInformation_4; }
inline void set_expectedTypeInformation_4(RuntimeObject * value)
{
___expectedTypeInformation_4 = value;
Il2CppCodeGenWriteBarrier((&___expectedTypeInformation_4), value);
}
inline static int32_t get_offset_of_name_5() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___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((&___name_5), value);
}
inline static int32_t get_offset_of_objectTypeEnum_6() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___objectTypeEnum_6)); }
inline int32_t get_objectTypeEnum_6() const { return ___objectTypeEnum_6; }
inline int32_t* get_address_of_objectTypeEnum_6() { return &___objectTypeEnum_6; }
inline void set_objectTypeEnum_6(int32_t value)
{
___objectTypeEnum_6 = value;
}
inline static int32_t get_offset_of_memberTypeEnum_7() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___memberTypeEnum_7)); }
inline int32_t get_memberTypeEnum_7() const { return ___memberTypeEnum_7; }
inline int32_t* get_address_of_memberTypeEnum_7() { return &___memberTypeEnum_7; }
inline void set_memberTypeEnum_7(int32_t value)
{
___memberTypeEnum_7 = value;
}
inline static int32_t get_offset_of_memberValueEnum_8() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___memberValueEnum_8)); }
inline int32_t get_memberValueEnum_8() const { return ___memberValueEnum_8; }
inline int32_t* get_address_of_memberValueEnum_8() { return &___memberValueEnum_8; }
inline void set_memberValueEnum_8(int32_t value)
{
___memberValueEnum_8 = value;
}
inline static int32_t get_offset_of_dtType_9() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___dtType_9)); }
inline Type_t * get_dtType_9() const { return ___dtType_9; }
inline Type_t ** get_address_of_dtType_9() { return &___dtType_9; }
inline void set_dtType_9(Type_t * value)
{
___dtType_9 = value;
Il2CppCodeGenWriteBarrier((&___dtType_9), value);
}
inline static int32_t get_offset_of_numItems_10() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___numItems_10)); }
inline int32_t get_numItems_10() const { return ___numItems_10; }
inline int32_t* get_address_of_numItems_10() { return &___numItems_10; }
inline void set_numItems_10(int32_t value)
{
___numItems_10 = value;
}
inline static int32_t get_offset_of_binaryTypeEnum_11() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___binaryTypeEnum_11)); }
inline int32_t get_binaryTypeEnum_11() const { return ___binaryTypeEnum_11; }
inline int32_t* get_address_of_binaryTypeEnum_11() { return &___binaryTypeEnum_11; }
inline void set_binaryTypeEnum_11(int32_t value)
{
___binaryTypeEnum_11 = value;
}
inline static int32_t get_offset_of_typeInformation_12() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___typeInformation_12)); }
inline RuntimeObject * get_typeInformation_12() const { return ___typeInformation_12; }
inline RuntimeObject ** get_address_of_typeInformation_12() { return &___typeInformation_12; }
inline void set_typeInformation_12(RuntimeObject * value)
{
___typeInformation_12 = value;
Il2CppCodeGenWriteBarrier((&___typeInformation_12), value);
}
inline static int32_t get_offset_of_nullCount_13() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___nullCount_13)); }
inline int32_t get_nullCount_13() const { return ___nullCount_13; }
inline int32_t* get_address_of_nullCount_13() { return &___nullCount_13; }
inline void set_nullCount_13(int32_t value)
{
___nullCount_13 = value;
}
inline static int32_t get_offset_of_memberLength_14() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___memberLength_14)); }
inline int32_t get_memberLength_14() const { return ___memberLength_14; }
inline int32_t* get_address_of_memberLength_14() { return &___memberLength_14; }
inline void set_memberLength_14(int32_t value)
{
___memberLength_14 = value;
}
inline static int32_t get_offset_of_binaryTypeEnumA_15() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___binaryTypeEnumA_15)); }
inline BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* get_binaryTypeEnumA_15() const { return ___binaryTypeEnumA_15; }
inline BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B** get_address_of_binaryTypeEnumA_15() { return &___binaryTypeEnumA_15; }
inline void set_binaryTypeEnumA_15(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* value)
{
___binaryTypeEnumA_15 = value;
Il2CppCodeGenWriteBarrier((&___binaryTypeEnumA_15), value);
}
inline static int32_t get_offset_of_typeInformationA_16() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___typeInformationA_16)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_typeInformationA_16() const { return ___typeInformationA_16; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_typeInformationA_16() { return &___typeInformationA_16; }
inline void set_typeInformationA_16(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___typeInformationA_16 = value;
Il2CppCodeGenWriteBarrier((&___typeInformationA_16), value);
}
inline static int32_t get_offset_of_memberNames_17() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___memberNames_17)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_17() const { return ___memberNames_17; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_17() { return &___memberNames_17; }
inline void set_memberNames_17(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_17 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_17), value);
}
inline static int32_t get_offset_of_memberTypes_18() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___memberTypes_18)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_memberTypes_18() const { return ___memberTypes_18; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_memberTypes_18() { return &___memberTypes_18; }
inline void set_memberTypes_18(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___memberTypes_18 = value;
Il2CppCodeGenWriteBarrier((&___memberTypes_18), value);
}
inline static int32_t get_offset_of_pr_19() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56, ___pr_19)); }
inline ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * get_pr_19() const { return ___pr_19; }
inline ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 ** get_address_of_pr_19() { return &___pr_19; }
inline void set_pr_19(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * value)
{
___pr_19 = value;
Il2CppCodeGenWriteBarrier((&___pr_19), value);
}
};
struct ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_StaticFields
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectProgress::opRecordIdCount
int32_t ___opRecordIdCount_0;
public:
inline static int32_t get_offset_of_opRecordIdCount_0() { return static_cast<int32_t>(offsetof(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_StaticFields, ___opRecordIdCount_0)); }
inline int32_t get_opRecordIdCount_0() const { return ___opRecordIdCount_0; }
inline int32_t* get_address_of_opRecordIdCount_0() { return &___opRecordIdCount_0; }
inline void set_opRecordIdCount_0(int32_t value)
{
___opRecordIdCount_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTPROGRESS_T1708E3C5BD8A5818B6A8AA3076BB266C17275B56_H
#ifndef PARSERECORD_T2B6857A7854DAA20699FB21EB6AB30A06E8938C6_H
#define PARSERECORD_T2B6857A7854DAA20699FB21EB6AB30A06E8938C6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ParseRecord
struct ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRparseTypeEnum
int32_t ___PRparseTypeEnum_1;
// System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectTypeEnum
int32_t ___PRobjectTypeEnum_2;
// System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRarrayTypeEnum
int32_t ___PRarrayTypeEnum_3;
// System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRmemberTypeEnum
int32_t ___PRmemberTypeEnum_4;
// System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRmemberValueEnum
int32_t ___PRmemberValueEnum_5;
// System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectPositionEnum
int32_t ___PRobjectPositionEnum_6;
// System.String System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRname
String_t* ___PRname_7;
// System.String System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRvalue
String_t* ___PRvalue_8;
// System.Object System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRvarValue
RuntimeObject * ___PRvarValue_9;
// System.String System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRkeyDt
String_t* ___PRkeyDt_10;
// System.Type System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRdtType
Type_t * ___PRdtType_11;
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRdtTypeCode
int32_t ___PRdtTypeCode_12;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisEnum
bool ___PRisEnum_13;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectId
int64_t ___PRobjectId_14;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRidRef
int64_t ___PRidRef_15;
// System.String System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRarrayElementTypeString
String_t* ___PRarrayElementTypeString_16;
// System.Type System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRarrayElementType
Type_t * ___PRarrayElementType_17;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisArrayVariant
bool ___PRisArrayVariant_18;
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRarrayElementTypeCode
int32_t ___PRarrayElementTypeCode_19;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRrank
int32_t ___PRrank_20;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRlengthA
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___PRlengthA_21;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRpositionA
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___PRpositionA_22;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRlowerBoundA
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___PRlowerBoundA_23;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRupperBoundA
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___PRupperBoundA_24;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRindexMap
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___PRindexMap_25;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRmemberIndex
int32_t ___PRmemberIndex_26;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRlinearlength
int32_t ___PRlinearlength_27;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRrectangularMap
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___PRrectangularMap_28;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisLowerBound
bool ___PRisLowerBound_29;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRtopId
int64_t ___PRtopId_30;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRheaderId
int64_t ___PRheaderId_31;
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectInfo
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ___PRobjectInfo_32;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisValueTypeFixup
bool ___PRisValueTypeFixup_33;
// System.Object System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRnewObj
RuntimeObject * ___PRnewObj_34;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectA
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___PRobjectA_35;
// System.Runtime.Serialization.Formatters.Binary.PrimitiveArray System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRprimitiveArray
PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * ___PRprimitiveArray_36;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisRegistered
bool ___PRisRegistered_37;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRmemberData
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___PRmemberData_38;
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRsi
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___PRsi_39;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRnullCount
int32_t ___PRnullCount_40;
public:
inline static int32_t get_offset_of_PRparseTypeEnum_1() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRparseTypeEnum_1)); }
inline int32_t get_PRparseTypeEnum_1() const { return ___PRparseTypeEnum_1; }
inline int32_t* get_address_of_PRparseTypeEnum_1() { return &___PRparseTypeEnum_1; }
inline void set_PRparseTypeEnum_1(int32_t value)
{
___PRparseTypeEnum_1 = value;
}
inline static int32_t get_offset_of_PRobjectTypeEnum_2() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRobjectTypeEnum_2)); }
inline int32_t get_PRobjectTypeEnum_2() const { return ___PRobjectTypeEnum_2; }
inline int32_t* get_address_of_PRobjectTypeEnum_2() { return &___PRobjectTypeEnum_2; }
inline void set_PRobjectTypeEnum_2(int32_t value)
{
___PRobjectTypeEnum_2 = value;
}
inline static int32_t get_offset_of_PRarrayTypeEnum_3() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRarrayTypeEnum_3)); }
inline int32_t get_PRarrayTypeEnum_3() const { return ___PRarrayTypeEnum_3; }
inline int32_t* get_address_of_PRarrayTypeEnum_3() { return &___PRarrayTypeEnum_3; }
inline void set_PRarrayTypeEnum_3(int32_t value)
{
___PRarrayTypeEnum_3 = value;
}
inline static int32_t get_offset_of_PRmemberTypeEnum_4() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRmemberTypeEnum_4)); }
inline int32_t get_PRmemberTypeEnum_4() const { return ___PRmemberTypeEnum_4; }
inline int32_t* get_address_of_PRmemberTypeEnum_4() { return &___PRmemberTypeEnum_4; }
inline void set_PRmemberTypeEnum_4(int32_t value)
{
___PRmemberTypeEnum_4 = value;
}
inline static int32_t get_offset_of_PRmemberValueEnum_5() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRmemberValueEnum_5)); }
inline int32_t get_PRmemberValueEnum_5() const { return ___PRmemberValueEnum_5; }
inline int32_t* get_address_of_PRmemberValueEnum_5() { return &___PRmemberValueEnum_5; }
inline void set_PRmemberValueEnum_5(int32_t value)
{
___PRmemberValueEnum_5 = value;
}
inline static int32_t get_offset_of_PRobjectPositionEnum_6() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRobjectPositionEnum_6)); }
inline int32_t get_PRobjectPositionEnum_6() const { return ___PRobjectPositionEnum_6; }
inline int32_t* get_address_of_PRobjectPositionEnum_6() { return &___PRobjectPositionEnum_6; }
inline void set_PRobjectPositionEnum_6(int32_t value)
{
___PRobjectPositionEnum_6 = value;
}
inline static int32_t get_offset_of_PRname_7() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRname_7)); }
inline String_t* get_PRname_7() const { return ___PRname_7; }
inline String_t** get_address_of_PRname_7() { return &___PRname_7; }
inline void set_PRname_7(String_t* value)
{
___PRname_7 = value;
Il2CppCodeGenWriteBarrier((&___PRname_7), value);
}
inline static int32_t get_offset_of_PRvalue_8() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRvalue_8)); }
inline String_t* get_PRvalue_8() const { return ___PRvalue_8; }
inline String_t** get_address_of_PRvalue_8() { return &___PRvalue_8; }
inline void set_PRvalue_8(String_t* value)
{
___PRvalue_8 = value;
Il2CppCodeGenWriteBarrier((&___PRvalue_8), value);
}
inline static int32_t get_offset_of_PRvarValue_9() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRvarValue_9)); }
inline RuntimeObject * get_PRvarValue_9() const { return ___PRvarValue_9; }
inline RuntimeObject ** get_address_of_PRvarValue_9() { return &___PRvarValue_9; }
inline void set_PRvarValue_9(RuntimeObject * value)
{
___PRvarValue_9 = value;
Il2CppCodeGenWriteBarrier((&___PRvarValue_9), value);
}
inline static int32_t get_offset_of_PRkeyDt_10() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRkeyDt_10)); }
inline String_t* get_PRkeyDt_10() const { return ___PRkeyDt_10; }
inline String_t** get_address_of_PRkeyDt_10() { return &___PRkeyDt_10; }
inline void set_PRkeyDt_10(String_t* value)
{
___PRkeyDt_10 = value;
Il2CppCodeGenWriteBarrier((&___PRkeyDt_10), value);
}
inline static int32_t get_offset_of_PRdtType_11() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRdtType_11)); }
inline Type_t * get_PRdtType_11() const { return ___PRdtType_11; }
inline Type_t ** get_address_of_PRdtType_11() { return &___PRdtType_11; }
inline void set_PRdtType_11(Type_t * value)
{
___PRdtType_11 = value;
Il2CppCodeGenWriteBarrier((&___PRdtType_11), value);
}
inline static int32_t get_offset_of_PRdtTypeCode_12() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRdtTypeCode_12)); }
inline int32_t get_PRdtTypeCode_12() const { return ___PRdtTypeCode_12; }
inline int32_t* get_address_of_PRdtTypeCode_12() { return &___PRdtTypeCode_12; }
inline void set_PRdtTypeCode_12(int32_t value)
{
___PRdtTypeCode_12 = value;
}
inline static int32_t get_offset_of_PRisEnum_13() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRisEnum_13)); }
inline bool get_PRisEnum_13() const { return ___PRisEnum_13; }
inline bool* get_address_of_PRisEnum_13() { return &___PRisEnum_13; }
inline void set_PRisEnum_13(bool value)
{
___PRisEnum_13 = value;
}
inline static int32_t get_offset_of_PRobjectId_14() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRobjectId_14)); }
inline int64_t get_PRobjectId_14() const { return ___PRobjectId_14; }
inline int64_t* get_address_of_PRobjectId_14() { return &___PRobjectId_14; }
inline void set_PRobjectId_14(int64_t value)
{
___PRobjectId_14 = value;
}
inline static int32_t get_offset_of_PRidRef_15() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRidRef_15)); }
inline int64_t get_PRidRef_15() const { return ___PRidRef_15; }
inline int64_t* get_address_of_PRidRef_15() { return &___PRidRef_15; }
inline void set_PRidRef_15(int64_t value)
{
___PRidRef_15 = value;
}
inline static int32_t get_offset_of_PRarrayElementTypeString_16() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRarrayElementTypeString_16)); }
inline String_t* get_PRarrayElementTypeString_16() const { return ___PRarrayElementTypeString_16; }
inline String_t** get_address_of_PRarrayElementTypeString_16() { return &___PRarrayElementTypeString_16; }
inline void set_PRarrayElementTypeString_16(String_t* value)
{
___PRarrayElementTypeString_16 = value;
Il2CppCodeGenWriteBarrier((&___PRarrayElementTypeString_16), value);
}
inline static int32_t get_offset_of_PRarrayElementType_17() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRarrayElementType_17)); }
inline Type_t * get_PRarrayElementType_17() const { return ___PRarrayElementType_17; }
inline Type_t ** get_address_of_PRarrayElementType_17() { return &___PRarrayElementType_17; }
inline void set_PRarrayElementType_17(Type_t * value)
{
___PRarrayElementType_17 = value;
Il2CppCodeGenWriteBarrier((&___PRarrayElementType_17), value);
}
inline static int32_t get_offset_of_PRisArrayVariant_18() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRisArrayVariant_18)); }
inline bool get_PRisArrayVariant_18() const { return ___PRisArrayVariant_18; }
inline bool* get_address_of_PRisArrayVariant_18() { return &___PRisArrayVariant_18; }
inline void set_PRisArrayVariant_18(bool value)
{
___PRisArrayVariant_18 = value;
}
inline static int32_t get_offset_of_PRarrayElementTypeCode_19() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRarrayElementTypeCode_19)); }
inline int32_t get_PRarrayElementTypeCode_19() const { return ___PRarrayElementTypeCode_19; }
inline int32_t* get_address_of_PRarrayElementTypeCode_19() { return &___PRarrayElementTypeCode_19; }
inline void set_PRarrayElementTypeCode_19(int32_t value)
{
___PRarrayElementTypeCode_19 = value;
}
inline static int32_t get_offset_of_PRrank_20() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRrank_20)); }
inline int32_t get_PRrank_20() const { return ___PRrank_20; }
inline int32_t* get_address_of_PRrank_20() { return &___PRrank_20; }
inline void set_PRrank_20(int32_t value)
{
___PRrank_20 = value;
}
inline static int32_t get_offset_of_PRlengthA_21() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRlengthA_21)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_PRlengthA_21() const { return ___PRlengthA_21; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_PRlengthA_21() { return &___PRlengthA_21; }
inline void set_PRlengthA_21(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___PRlengthA_21 = value;
Il2CppCodeGenWriteBarrier((&___PRlengthA_21), value);
}
inline static int32_t get_offset_of_PRpositionA_22() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRpositionA_22)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_PRpositionA_22() const { return ___PRpositionA_22; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_PRpositionA_22() { return &___PRpositionA_22; }
inline void set_PRpositionA_22(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___PRpositionA_22 = value;
Il2CppCodeGenWriteBarrier((&___PRpositionA_22), value);
}
inline static int32_t get_offset_of_PRlowerBoundA_23() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRlowerBoundA_23)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_PRlowerBoundA_23() const { return ___PRlowerBoundA_23; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_PRlowerBoundA_23() { return &___PRlowerBoundA_23; }
inline void set_PRlowerBoundA_23(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___PRlowerBoundA_23 = value;
Il2CppCodeGenWriteBarrier((&___PRlowerBoundA_23), value);
}
inline static int32_t get_offset_of_PRupperBoundA_24() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRupperBoundA_24)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_PRupperBoundA_24() const { return ___PRupperBoundA_24; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_PRupperBoundA_24() { return &___PRupperBoundA_24; }
inline void set_PRupperBoundA_24(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___PRupperBoundA_24 = value;
Il2CppCodeGenWriteBarrier((&___PRupperBoundA_24), value);
}
inline static int32_t get_offset_of_PRindexMap_25() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRindexMap_25)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_PRindexMap_25() const { return ___PRindexMap_25; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_PRindexMap_25() { return &___PRindexMap_25; }
inline void set_PRindexMap_25(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___PRindexMap_25 = value;
Il2CppCodeGenWriteBarrier((&___PRindexMap_25), value);
}
inline static int32_t get_offset_of_PRmemberIndex_26() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRmemberIndex_26)); }
inline int32_t get_PRmemberIndex_26() const { return ___PRmemberIndex_26; }
inline int32_t* get_address_of_PRmemberIndex_26() { return &___PRmemberIndex_26; }
inline void set_PRmemberIndex_26(int32_t value)
{
___PRmemberIndex_26 = value;
}
inline static int32_t get_offset_of_PRlinearlength_27() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRlinearlength_27)); }
inline int32_t get_PRlinearlength_27() const { return ___PRlinearlength_27; }
inline int32_t* get_address_of_PRlinearlength_27() { return &___PRlinearlength_27; }
inline void set_PRlinearlength_27(int32_t value)
{
___PRlinearlength_27 = value;
}
inline static int32_t get_offset_of_PRrectangularMap_28() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRrectangularMap_28)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_PRrectangularMap_28() const { return ___PRrectangularMap_28; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_PRrectangularMap_28() { return &___PRrectangularMap_28; }
inline void set_PRrectangularMap_28(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___PRrectangularMap_28 = value;
Il2CppCodeGenWriteBarrier((&___PRrectangularMap_28), value);
}
inline static int32_t get_offset_of_PRisLowerBound_29() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRisLowerBound_29)); }
inline bool get_PRisLowerBound_29() const { return ___PRisLowerBound_29; }
inline bool* get_address_of_PRisLowerBound_29() { return &___PRisLowerBound_29; }
inline void set_PRisLowerBound_29(bool value)
{
___PRisLowerBound_29 = value;
}
inline static int32_t get_offset_of_PRtopId_30() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRtopId_30)); }
inline int64_t get_PRtopId_30() const { return ___PRtopId_30; }
inline int64_t* get_address_of_PRtopId_30() { return &___PRtopId_30; }
inline void set_PRtopId_30(int64_t value)
{
___PRtopId_30 = value;
}
inline static int32_t get_offset_of_PRheaderId_31() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRheaderId_31)); }
inline int64_t get_PRheaderId_31() const { return ___PRheaderId_31; }
inline int64_t* get_address_of_PRheaderId_31() { return &___PRheaderId_31; }
inline void set_PRheaderId_31(int64_t value)
{
___PRheaderId_31 = value;
}
inline static int32_t get_offset_of_PRobjectInfo_32() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRobjectInfo_32)); }
inline ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * get_PRobjectInfo_32() const { return ___PRobjectInfo_32; }
inline ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 ** get_address_of_PRobjectInfo_32() { return &___PRobjectInfo_32; }
inline void set_PRobjectInfo_32(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * value)
{
___PRobjectInfo_32 = value;
Il2CppCodeGenWriteBarrier((&___PRobjectInfo_32), value);
}
inline static int32_t get_offset_of_PRisValueTypeFixup_33() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRisValueTypeFixup_33)); }
inline bool get_PRisValueTypeFixup_33() const { return ___PRisValueTypeFixup_33; }
inline bool* get_address_of_PRisValueTypeFixup_33() { return &___PRisValueTypeFixup_33; }
inline void set_PRisValueTypeFixup_33(bool value)
{
___PRisValueTypeFixup_33 = value;
}
inline static int32_t get_offset_of_PRnewObj_34() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRnewObj_34)); }
inline RuntimeObject * get_PRnewObj_34() const { return ___PRnewObj_34; }
inline RuntimeObject ** get_address_of_PRnewObj_34() { return &___PRnewObj_34; }
inline void set_PRnewObj_34(RuntimeObject * value)
{
___PRnewObj_34 = value;
Il2CppCodeGenWriteBarrier((&___PRnewObj_34), value);
}
inline static int32_t get_offset_of_PRobjectA_35() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRobjectA_35)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_PRobjectA_35() const { return ___PRobjectA_35; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_PRobjectA_35() { return &___PRobjectA_35; }
inline void set_PRobjectA_35(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___PRobjectA_35 = value;
Il2CppCodeGenWriteBarrier((&___PRobjectA_35), value);
}
inline static int32_t get_offset_of_PRprimitiveArray_36() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRprimitiveArray_36)); }
inline PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * get_PRprimitiveArray_36() const { return ___PRprimitiveArray_36; }
inline PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 ** get_address_of_PRprimitiveArray_36() { return &___PRprimitiveArray_36; }
inline void set_PRprimitiveArray_36(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * value)
{
___PRprimitiveArray_36 = value;
Il2CppCodeGenWriteBarrier((&___PRprimitiveArray_36), value);
}
inline static int32_t get_offset_of_PRisRegistered_37() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRisRegistered_37)); }
inline bool get_PRisRegistered_37() const { return ___PRisRegistered_37; }
inline bool* get_address_of_PRisRegistered_37() { return &___PRisRegistered_37; }
inline void set_PRisRegistered_37(bool value)
{
___PRisRegistered_37 = value;
}
inline static int32_t get_offset_of_PRmemberData_38() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRmemberData_38)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_PRmemberData_38() const { return ___PRmemberData_38; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_PRmemberData_38() { return &___PRmemberData_38; }
inline void set_PRmemberData_38(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___PRmemberData_38 = value;
Il2CppCodeGenWriteBarrier((&___PRmemberData_38), value);
}
inline static int32_t get_offset_of_PRsi_39() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRsi_39)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_PRsi_39() const { return ___PRsi_39; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_PRsi_39() { return &___PRsi_39; }
inline void set_PRsi_39(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
___PRsi_39 = value;
Il2CppCodeGenWriteBarrier((&___PRsi_39), value);
}
inline static int32_t get_offset_of_PRnullCount_40() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6, ___PRnullCount_40)); }
inline int32_t get_PRnullCount_40() const { return ___PRnullCount_40; }
inline int32_t* get_address_of_PRnullCount_40() { return &___PRnullCount_40; }
inline void set_PRnullCount_40(int32_t value)
{
___PRnullCount_40 = value;
}
};
struct ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_StaticFields
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::parseRecordIdCount
int32_t ___parseRecordIdCount_0;
public:
inline static int32_t get_offset_of_parseRecordIdCount_0() { return static_cast<int32_t>(offsetof(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_StaticFields, ___parseRecordIdCount_0)); }
inline int32_t get_parseRecordIdCount_0() const { return ___parseRecordIdCount_0; }
inline int32_t* get_address_of_parseRecordIdCount_0() { return &___parseRecordIdCount_0; }
inline void set_parseRecordIdCount_0(int32_t value)
{
___parseRecordIdCount_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PARSERECORD_T2B6857A7854DAA20699FB21EB6AB30A06E8938C6_H
#ifndef PRIMITIVEARRAY_TE20DCA935C848882BB2335163271DCDA1E7C05A4_H
#define PRIMITIVEARRAY_TE20DCA935C848882BB2335163271DCDA1E7C05A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.PrimitiveArray
struct PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::code
int32_t ___code_0;
// System.Boolean[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::booleanA
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ___booleanA_1;
// System.Char[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::charA
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charA_2;
// System.Double[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::doubleA
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___doubleA_3;
// System.Int16[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::int16A
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___int16A_4;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::int32A
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___int32A_5;
// System.Int64[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::int64A
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ___int64A_6;
// System.SByte[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::sbyteA
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___sbyteA_7;
// System.Single[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::singleA
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___singleA_8;
// System.UInt16[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::uint16A
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___uint16A_9;
// System.UInt32[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::uint32A
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___uint32A_10;
// System.UInt64[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::uint64A
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___uint64A_11;
public:
inline static int32_t get_offset_of_code_0() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___code_0)); }
inline int32_t get_code_0() const { return ___code_0; }
inline int32_t* get_address_of_code_0() { return &___code_0; }
inline void set_code_0(int32_t value)
{
___code_0 = value;
}
inline static int32_t get_offset_of_booleanA_1() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___booleanA_1)); }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get_booleanA_1() const { return ___booleanA_1; }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of_booleanA_1() { return &___booleanA_1; }
inline void set_booleanA_1(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
{
___booleanA_1 = value;
Il2CppCodeGenWriteBarrier((&___booleanA_1), value);
}
inline static int32_t get_offset_of_charA_2() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___charA_2)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charA_2() const { return ___charA_2; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charA_2() { return &___charA_2; }
inline void set_charA_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charA_2 = value;
Il2CppCodeGenWriteBarrier((&___charA_2), value);
}
inline static int32_t get_offset_of_doubleA_3() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___doubleA_3)); }
inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_doubleA_3() const { return ___doubleA_3; }
inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_doubleA_3() { return &___doubleA_3; }
inline void set_doubleA_3(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value)
{
___doubleA_3 = value;
Il2CppCodeGenWriteBarrier((&___doubleA_3), value);
}
inline static int32_t get_offset_of_int16A_4() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___int16A_4)); }
inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_int16A_4() const { return ___int16A_4; }
inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_int16A_4() { return &___int16A_4; }
inline void set_int16A_4(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value)
{
___int16A_4 = value;
Il2CppCodeGenWriteBarrier((&___int16A_4), value);
}
inline static int32_t get_offset_of_int32A_5() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___int32A_5)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_int32A_5() const { return ___int32A_5; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_int32A_5() { return &___int32A_5; }
inline void set_int32A_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___int32A_5 = value;
Il2CppCodeGenWriteBarrier((&___int32A_5), value);
}
inline static int32_t get_offset_of_int64A_6() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___int64A_6)); }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* get_int64A_6() const { return ___int64A_6; }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** get_address_of_int64A_6() { return &___int64A_6; }
inline void set_int64A_6(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* value)
{
___int64A_6 = value;
Il2CppCodeGenWriteBarrier((&___int64A_6), value);
}
inline static int32_t get_offset_of_sbyteA_7() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___sbyteA_7)); }
inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_sbyteA_7() const { return ___sbyteA_7; }
inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_sbyteA_7() { return &___sbyteA_7; }
inline void set_sbyteA_7(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value)
{
___sbyteA_7 = value;
Il2CppCodeGenWriteBarrier((&___sbyteA_7), value);
}
inline static int32_t get_offset_of_singleA_8() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___singleA_8)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_singleA_8() const { return ___singleA_8; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_singleA_8() { return &___singleA_8; }
inline void set_singleA_8(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___singleA_8 = value;
Il2CppCodeGenWriteBarrier((&___singleA_8), value);
}
inline static int32_t get_offset_of_uint16A_9() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___uint16A_9)); }
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_uint16A_9() const { return ___uint16A_9; }
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_uint16A_9() { return &___uint16A_9; }
inline void set_uint16A_9(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value)
{
___uint16A_9 = value;
Il2CppCodeGenWriteBarrier((&___uint16A_9), value);
}
inline static int32_t get_offset_of_uint32A_10() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___uint32A_10)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_uint32A_10() const { return ___uint32A_10; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_uint32A_10() { return &___uint32A_10; }
inline void set_uint32A_10(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___uint32A_10 = value;
Il2CppCodeGenWriteBarrier((&___uint32A_10), value);
}
inline static int32_t get_offset_of_uint64A_11() { return static_cast<int32_t>(offsetof(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4, ___uint64A_11)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get_uint64A_11() const { return ___uint64A_11; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of_uint64A_11() { return &___uint64A_11; }
inline void set_uint64A_11(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
___uint64A_11 = value;
Il2CppCodeGenWriteBarrier((&___uint64A_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PRIMITIVEARRAY_TE20DCA935C848882BB2335163271DCDA1E7C05A4_H
#ifndef SERIALIZATIONHEADERRECORD_T20BDA953494C891B8DBAEB338D6694F7C56BEF05_H
#define SERIALIZATIONHEADERRECORD_T20BDA953494C891B8DBAEB338D6694F7C56BEF05_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord
struct SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryFormatterMajorVersion
int32_t ___binaryFormatterMajorVersion_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryFormatterMinorVersion
int32_t ___binaryFormatterMinorVersion_1;
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryHeaderEnum
int32_t ___binaryHeaderEnum_2;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::topId
int32_t ___topId_3;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::headerId
int32_t ___headerId_4;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::majorVersion
int32_t ___majorVersion_5;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::minorVersion
int32_t ___minorVersion_6;
public:
inline static int32_t get_offset_of_binaryFormatterMajorVersion_0() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___binaryFormatterMajorVersion_0)); }
inline int32_t get_binaryFormatterMajorVersion_0() const { return ___binaryFormatterMajorVersion_0; }
inline int32_t* get_address_of_binaryFormatterMajorVersion_0() { return &___binaryFormatterMajorVersion_0; }
inline void set_binaryFormatterMajorVersion_0(int32_t value)
{
___binaryFormatterMajorVersion_0 = value;
}
inline static int32_t get_offset_of_binaryFormatterMinorVersion_1() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___binaryFormatterMinorVersion_1)); }
inline int32_t get_binaryFormatterMinorVersion_1() const { return ___binaryFormatterMinorVersion_1; }
inline int32_t* get_address_of_binaryFormatterMinorVersion_1() { return &___binaryFormatterMinorVersion_1; }
inline void set_binaryFormatterMinorVersion_1(int32_t value)
{
___binaryFormatterMinorVersion_1 = value;
}
inline static int32_t get_offset_of_binaryHeaderEnum_2() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___binaryHeaderEnum_2)); }
inline int32_t get_binaryHeaderEnum_2() const { return ___binaryHeaderEnum_2; }
inline int32_t* get_address_of_binaryHeaderEnum_2() { return &___binaryHeaderEnum_2; }
inline void set_binaryHeaderEnum_2(int32_t value)
{
___binaryHeaderEnum_2 = value;
}
inline static int32_t get_offset_of_topId_3() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___topId_3)); }
inline int32_t get_topId_3() const { return ___topId_3; }
inline int32_t* get_address_of_topId_3() { return &___topId_3; }
inline void set_topId_3(int32_t value)
{
___topId_3 = value;
}
inline static int32_t get_offset_of_headerId_4() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___headerId_4)); }
inline int32_t get_headerId_4() const { return ___headerId_4; }
inline int32_t* get_address_of_headerId_4() { return &___headerId_4; }
inline void set_headerId_4(int32_t value)
{
___headerId_4 = value;
}
inline static int32_t get_offset_of_majorVersion_5() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___majorVersion_5)); }
inline int32_t get_majorVersion_5() const { return ___majorVersion_5; }
inline int32_t* get_address_of_majorVersion_5() { return &___majorVersion_5; }
inline void set_majorVersion_5(int32_t value)
{
___majorVersion_5 = value;
}
inline static int32_t get_offset_of_minorVersion_6() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___minorVersion_6)); }
inline int32_t get_minorVersion_6() const { return ___minorVersion_6; }
inline int32_t* get_address_of_minorVersion_6() { return &___minorVersion_6; }
inline void set_minorVersion_6(int32_t value)
{
___minorVersion_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONHEADERRECORD_T20BDA953494C891B8DBAEB338D6694F7C56BEF05_H
#ifndef VALUEFIXUP_T663CB792F748647C6959DC5F57F382987ABC1ABA_H
#define VALUEFIXUP_T663CB792F748647C6959DC5F57F382987ABC1ABA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ValueFixup
struct ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum System.Runtime.Serialization.Formatters.Binary.ValueFixup::valueFixupEnum
int32_t ___valueFixupEnum_0;
// System.Array System.Runtime.Serialization.Formatters.Binary.ValueFixup::arrayObj
RuntimeArray * ___arrayObj_1;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.ValueFixup::indexMap
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indexMap_2;
// System.Object System.Runtime.Serialization.Formatters.Binary.ValueFixup::header
RuntimeObject * ___header_3;
// System.Object System.Runtime.Serialization.Formatters.Binary.ValueFixup::memberObject
RuntimeObject * ___memberObject_4;
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ValueFixup::objectInfo
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ___objectInfo_6;
// System.String System.Runtime.Serialization.Formatters.Binary.ValueFixup::memberName
String_t* ___memberName_7;
public:
inline static int32_t get_offset_of_valueFixupEnum_0() { return static_cast<int32_t>(offsetof(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA, ___valueFixupEnum_0)); }
inline int32_t get_valueFixupEnum_0() const { return ___valueFixupEnum_0; }
inline int32_t* get_address_of_valueFixupEnum_0() { return &___valueFixupEnum_0; }
inline void set_valueFixupEnum_0(int32_t value)
{
___valueFixupEnum_0 = value;
}
inline static int32_t get_offset_of_arrayObj_1() { return static_cast<int32_t>(offsetof(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA, ___arrayObj_1)); }
inline RuntimeArray * get_arrayObj_1() const { return ___arrayObj_1; }
inline RuntimeArray ** get_address_of_arrayObj_1() { return &___arrayObj_1; }
inline void set_arrayObj_1(RuntimeArray * value)
{
___arrayObj_1 = value;
Il2CppCodeGenWriteBarrier((&___arrayObj_1), value);
}
inline static int32_t get_offset_of_indexMap_2() { return static_cast<int32_t>(offsetof(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA, ___indexMap_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_indexMap_2() const { return ___indexMap_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_indexMap_2() { return &___indexMap_2; }
inline void set_indexMap_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___indexMap_2 = value;
Il2CppCodeGenWriteBarrier((&___indexMap_2), value);
}
inline static int32_t get_offset_of_header_3() { return static_cast<int32_t>(offsetof(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA, ___header_3)); }
inline RuntimeObject * get_header_3() const { return ___header_3; }
inline RuntimeObject ** get_address_of_header_3() { return &___header_3; }
inline void set_header_3(RuntimeObject * value)
{
___header_3 = value;
Il2CppCodeGenWriteBarrier((&___header_3), value);
}
inline static int32_t get_offset_of_memberObject_4() { return static_cast<int32_t>(offsetof(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA, ___memberObject_4)); }
inline RuntimeObject * get_memberObject_4() const { return ___memberObject_4; }
inline RuntimeObject ** get_address_of_memberObject_4() { return &___memberObject_4; }
inline void set_memberObject_4(RuntimeObject * value)
{
___memberObject_4 = value;
Il2CppCodeGenWriteBarrier((&___memberObject_4), value);
}
inline static int32_t get_offset_of_objectInfo_6() { return static_cast<int32_t>(offsetof(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA, ___objectInfo_6)); }
inline ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * get_objectInfo_6() const { return ___objectInfo_6; }
inline ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 ** get_address_of_objectInfo_6() { return &___objectInfo_6; }
inline void set_objectInfo_6(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * value)
{
___objectInfo_6 = value;
Il2CppCodeGenWriteBarrier((&___objectInfo_6), value);
}
inline static int32_t get_offset_of_memberName_7() { return static_cast<int32_t>(offsetof(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA, ___memberName_7)); }
inline String_t* get_memberName_7() const { return ___memberName_7; }
inline String_t** get_address_of_memberName_7() { return &___memberName_7; }
inline void set_memberName_7(String_t* value)
{
___memberName_7 = value;
Il2CppCodeGenWriteBarrier((&___memberName_7), value);
}
};
struct ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_StaticFields
{
public:
// System.Reflection.MemberInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.ValueFixup::valueInfo
MemberInfo_t * ___valueInfo_5;
public:
inline static int32_t get_offset_of_valueInfo_5() { return static_cast<int32_t>(offsetof(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_StaticFields, ___valueInfo_5)); }
inline MemberInfo_t * get_valueInfo_5() const { return ___valueInfo_5; }
inline MemberInfo_t ** get_address_of_valueInfo_5() { return &___valueInfo_5; }
inline void set_valueInfo_5(MemberInfo_t * value)
{
___valueInfo_5 = value;
Il2CppCodeGenWriteBarrier((&___valueInfo_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUEFIXUP_T663CB792F748647C6959DC5F57F382987ABC1ABA_H
#ifndef __BINARYPARSER_TB4B73F854B1BC62D524AA32A8DFB6B71171DF576_H
#define __BINARYPARSER_TB4B73F854B1BC62D524AA32A8DFB6B71171DF576_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.__BinaryParser
struct __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.ObjectReader System.Runtime.Serialization.Formatters.Binary.__BinaryParser::objectReader
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader_0;
// System.IO.Stream System.Runtime.Serialization.Formatters.Binary.__BinaryParser::input
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input_1;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::topId
int64_t ___topId_2;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::headerId
int64_t ___headerId_3;
// System.Runtime.Serialization.Formatters.Binary.SizedArray System.Runtime.Serialization.Formatters.Binary.__BinaryParser::objectMapIdTable
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * ___objectMapIdTable_4;
// System.Runtime.Serialization.Formatters.Binary.SizedArray System.Runtime.Serialization.Formatters.Binary.__BinaryParser::assemIdToAssemblyTable
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * ___assemIdToAssemblyTable_5;
// System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.__BinaryParser::stack
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ___stack_6;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.__BinaryParser::expectedType
int32_t ___expectedType_7;
// System.Object System.Runtime.Serialization.Formatters.Binary.__BinaryParser::expectedTypeInformation
RuntimeObject * ___expectedTypeInformation_8;
// System.Runtime.Serialization.Formatters.Binary.ParseRecord System.Runtime.Serialization.Formatters.Binary.__BinaryParser::PRS
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___PRS_9;
// System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo System.Runtime.Serialization.Formatters.Binary.__BinaryParser::systemAssemblyInfo
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___systemAssemblyInfo_10;
// System.IO.BinaryReader System.Runtime.Serialization.Formatters.Binary.__BinaryParser::dataReader
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * ___dataReader_11;
// System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.__BinaryParser::opPool
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ___opPool_13;
// System.Runtime.Serialization.Formatters.Binary.BinaryObject System.Runtime.Serialization.Formatters.Binary.__BinaryParser::binaryObject
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * ___binaryObject_14;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap System.Runtime.Serialization.Formatters.Binary.__BinaryParser::bowm
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * ___bowm_15;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped System.Runtime.Serialization.Formatters.Binary.__BinaryParser::bowmt
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * ___bowmt_16;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectString System.Runtime.Serialization.Formatters.Binary.__BinaryParser::objectString
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * ___objectString_17;
// System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString System.Runtime.Serialization.Formatters.Binary.__BinaryParser::crossAppDomainString
BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * ___crossAppDomainString_18;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped System.Runtime.Serialization.Formatters.Binary.__BinaryParser::memberPrimitiveTyped
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * ___memberPrimitiveTyped_19;
// System.Byte[] System.Runtime.Serialization.Formatters.Binary.__BinaryParser::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_20;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped System.Runtime.Serialization.Formatters.Binary.__BinaryParser::memberPrimitiveUnTyped
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * ___memberPrimitiveUnTyped_21;
// System.Runtime.Serialization.Formatters.Binary.MemberReference System.Runtime.Serialization.Formatters.Binary.__BinaryParser::memberReference
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * ___memberReference_22;
// System.Runtime.Serialization.Formatters.Binary.ObjectNull System.Runtime.Serialization.Formatters.Binary.__BinaryParser::objectNull
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * ___objectNull_23;
public:
inline static int32_t get_offset_of_objectReader_0() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___objectReader_0)); }
inline ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * get_objectReader_0() const { return ___objectReader_0; }
inline ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 ** get_address_of_objectReader_0() { return &___objectReader_0; }
inline void set_objectReader_0(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * value)
{
___objectReader_0 = value;
Il2CppCodeGenWriteBarrier((&___objectReader_0), value);
}
inline static int32_t get_offset_of_input_1() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___input_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_input_1() const { return ___input_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_input_1() { return &___input_1; }
inline void set_input_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___input_1 = value;
Il2CppCodeGenWriteBarrier((&___input_1), value);
}
inline static int32_t get_offset_of_topId_2() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___topId_2)); }
inline int64_t get_topId_2() const { return ___topId_2; }
inline int64_t* get_address_of_topId_2() { return &___topId_2; }
inline void set_topId_2(int64_t value)
{
___topId_2 = value;
}
inline static int32_t get_offset_of_headerId_3() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___headerId_3)); }
inline int64_t get_headerId_3() const { return ___headerId_3; }
inline int64_t* get_address_of_headerId_3() { return &___headerId_3; }
inline void set_headerId_3(int64_t value)
{
___headerId_3 = value;
}
inline static int32_t get_offset_of_objectMapIdTable_4() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___objectMapIdTable_4)); }
inline SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * get_objectMapIdTable_4() const { return ___objectMapIdTable_4; }
inline SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C ** get_address_of_objectMapIdTable_4() { return &___objectMapIdTable_4; }
inline void set_objectMapIdTable_4(SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * value)
{
___objectMapIdTable_4 = value;
Il2CppCodeGenWriteBarrier((&___objectMapIdTable_4), value);
}
inline static int32_t get_offset_of_assemIdToAssemblyTable_5() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___assemIdToAssemblyTable_5)); }
inline SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * get_assemIdToAssemblyTable_5() const { return ___assemIdToAssemblyTable_5; }
inline SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C ** get_address_of_assemIdToAssemblyTable_5() { return &___assemIdToAssemblyTable_5; }
inline void set_assemIdToAssemblyTable_5(SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * value)
{
___assemIdToAssemblyTable_5 = value;
Il2CppCodeGenWriteBarrier((&___assemIdToAssemblyTable_5), value);
}
inline static int32_t get_offset_of_stack_6() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___stack_6)); }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * get_stack_6() const { return ___stack_6; }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF ** get_address_of_stack_6() { return &___stack_6; }
inline void set_stack_6(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * value)
{
___stack_6 = value;
Il2CppCodeGenWriteBarrier((&___stack_6), value);
}
inline static int32_t get_offset_of_expectedType_7() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___expectedType_7)); }
inline int32_t get_expectedType_7() const { return ___expectedType_7; }
inline int32_t* get_address_of_expectedType_7() { return &___expectedType_7; }
inline void set_expectedType_7(int32_t value)
{
___expectedType_7 = value;
}
inline static int32_t get_offset_of_expectedTypeInformation_8() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___expectedTypeInformation_8)); }
inline RuntimeObject * get_expectedTypeInformation_8() const { return ___expectedTypeInformation_8; }
inline RuntimeObject ** get_address_of_expectedTypeInformation_8() { return &___expectedTypeInformation_8; }
inline void set_expectedTypeInformation_8(RuntimeObject * value)
{
___expectedTypeInformation_8 = value;
Il2CppCodeGenWriteBarrier((&___expectedTypeInformation_8), value);
}
inline static int32_t get_offset_of_PRS_9() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___PRS_9)); }
inline ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * get_PRS_9() const { return ___PRS_9; }
inline ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 ** get_address_of_PRS_9() { return &___PRS_9; }
inline void set_PRS_9(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * value)
{
___PRS_9 = value;
Il2CppCodeGenWriteBarrier((&___PRS_9), value);
}
inline static int32_t get_offset_of_systemAssemblyInfo_10() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___systemAssemblyInfo_10)); }
inline BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * get_systemAssemblyInfo_10() const { return ___systemAssemblyInfo_10; }
inline BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B ** get_address_of_systemAssemblyInfo_10() { return &___systemAssemblyInfo_10; }
inline void set_systemAssemblyInfo_10(BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * value)
{
___systemAssemblyInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___systemAssemblyInfo_10), value);
}
inline static int32_t get_offset_of_dataReader_11() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___dataReader_11)); }
inline BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * get_dataReader_11() const { return ___dataReader_11; }
inline BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 ** get_address_of_dataReader_11() { return &___dataReader_11; }
inline void set_dataReader_11(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * value)
{
___dataReader_11 = value;
Il2CppCodeGenWriteBarrier((&___dataReader_11), value);
}
inline static int32_t get_offset_of_opPool_13() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___opPool_13)); }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * get_opPool_13() const { return ___opPool_13; }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF ** get_address_of_opPool_13() { return &___opPool_13; }
inline void set_opPool_13(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * value)
{
___opPool_13 = value;
Il2CppCodeGenWriteBarrier((&___opPool_13), value);
}
inline static int32_t get_offset_of_binaryObject_14() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___binaryObject_14)); }
inline BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * get_binaryObject_14() const { return ___binaryObject_14; }
inline BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F ** get_address_of_binaryObject_14() { return &___binaryObject_14; }
inline void set_binaryObject_14(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * value)
{
___binaryObject_14 = value;
Il2CppCodeGenWriteBarrier((&___binaryObject_14), value);
}
inline static int32_t get_offset_of_bowm_15() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___bowm_15)); }
inline BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * get_bowm_15() const { return ___bowm_15; }
inline BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 ** get_address_of_bowm_15() { return &___bowm_15; }
inline void set_bowm_15(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * value)
{
___bowm_15 = value;
Il2CppCodeGenWriteBarrier((&___bowm_15), value);
}
inline static int32_t get_offset_of_bowmt_16() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___bowmt_16)); }
inline BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * get_bowmt_16() const { return ___bowmt_16; }
inline BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 ** get_address_of_bowmt_16() { return &___bowmt_16; }
inline void set_bowmt_16(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * value)
{
___bowmt_16 = value;
Il2CppCodeGenWriteBarrier((&___bowmt_16), value);
}
inline static int32_t get_offset_of_objectString_17() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___objectString_17)); }
inline BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * get_objectString_17() const { return ___objectString_17; }
inline BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 ** get_address_of_objectString_17() { return &___objectString_17; }
inline void set_objectString_17(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * value)
{
___objectString_17 = value;
Il2CppCodeGenWriteBarrier((&___objectString_17), value);
}
inline static int32_t get_offset_of_crossAppDomainString_18() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___crossAppDomainString_18)); }
inline BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * get_crossAppDomainString_18() const { return ___crossAppDomainString_18; }
inline BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB ** get_address_of_crossAppDomainString_18() { return &___crossAppDomainString_18; }
inline void set_crossAppDomainString_18(BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * value)
{
___crossAppDomainString_18 = value;
Il2CppCodeGenWriteBarrier((&___crossAppDomainString_18), value);
}
inline static int32_t get_offset_of_memberPrimitiveTyped_19() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___memberPrimitiveTyped_19)); }
inline MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * get_memberPrimitiveTyped_19() const { return ___memberPrimitiveTyped_19; }
inline MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F ** get_address_of_memberPrimitiveTyped_19() { return &___memberPrimitiveTyped_19; }
inline void set_memberPrimitiveTyped_19(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * value)
{
___memberPrimitiveTyped_19 = value;
Il2CppCodeGenWriteBarrier((&___memberPrimitiveTyped_19), value);
}
inline static int32_t get_offset_of_byteBuffer_20() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___byteBuffer_20)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_20() const { return ___byteBuffer_20; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_20() { return &___byteBuffer_20; }
inline void set_byteBuffer_20(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_20 = value;
Il2CppCodeGenWriteBarrier((&___byteBuffer_20), value);
}
inline static int32_t get_offset_of_memberPrimitiveUnTyped_21() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___memberPrimitiveUnTyped_21)); }
inline MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * get_memberPrimitiveUnTyped_21() const { return ___memberPrimitiveUnTyped_21; }
inline MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 ** get_address_of_memberPrimitiveUnTyped_21() { return &___memberPrimitiveUnTyped_21; }
inline void set_memberPrimitiveUnTyped_21(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * value)
{
___memberPrimitiveUnTyped_21 = value;
Il2CppCodeGenWriteBarrier((&___memberPrimitiveUnTyped_21), value);
}
inline static int32_t get_offset_of_memberReference_22() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___memberReference_22)); }
inline MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * get_memberReference_22() const { return ___memberReference_22; }
inline MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 ** get_address_of_memberReference_22() { return &___memberReference_22; }
inline void set_memberReference_22(MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * value)
{
___memberReference_22 = value;
Il2CppCodeGenWriteBarrier((&___memberReference_22), value);
}
inline static int32_t get_offset_of_objectNull_23() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576, ___objectNull_23)); }
inline ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * get_objectNull_23() const { return ___objectNull_23; }
inline ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 ** get_address_of_objectNull_23() { return &___objectNull_23; }
inline void set_objectNull_23(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * value)
{
___objectNull_23 = value;
Il2CppCodeGenWriteBarrier((&___objectNull_23), value);
}
};
struct __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields
{
public:
// System.Text.Encoding System.Runtime.Serialization.Formatters.Binary.__BinaryParser::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_12;
// System.Runtime.Serialization.Formatters.Binary.MessageEnd modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.__BinaryParser::messageEnd
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * ___messageEnd_24;
public:
inline static int32_t get_offset_of_encoding_12() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields, ___encoding_12)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_12() const { return ___encoding_12; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_12() { return &___encoding_12; }
inline void set_encoding_12(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_12 = value;
Il2CppCodeGenWriteBarrier((&___encoding_12), value);
}
inline static int32_t get_offset_of_messageEnd_24() { return static_cast<int32_t>(offsetof(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields, ___messageEnd_24)); }
inline MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * get_messageEnd_24() const { return ___messageEnd_24; }
inline MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF ** get_address_of_messageEnd_24() { return &___messageEnd_24; }
inline void set_messageEnd_24(MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * value)
{
___messageEnd_24 = value;
Il2CppCodeGenWriteBarrier((&___messageEnd_24), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __BINARYPARSER_TB4B73F854B1BC62D524AA32A8DFB6B71171DF576_H
#ifndef __BINARYWRITER_T0895EBF9E16AB435338A634C273212D7479DD727_H
#define __BINARYWRITER_T0895EBF9E16AB435338A634C273212D7479DD727_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.__BinaryWriter
struct __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 : public RuntimeObject
{
public:
// System.IO.Stream System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::sout
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___sout_0;
// System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::formatterTypeStyle
int32_t ___formatterTypeStyle_1;
// System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectMapTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___objectMapTable_2;
// System.Runtime.Serialization.Formatters.Binary.ObjectWriter System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectWriter
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter_3;
// System.IO.BinaryWriter System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::dataWriter
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___dataWriter_4;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::m_nestedObjectCount
int32_t ___m_nestedObjectCount_5;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::nullCount
int32_t ___nullCount_6;
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryMethodCall
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * ___binaryMethodCall_7;
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryMethodReturn
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * ___binaryMethodReturn_8;
// System.Runtime.Serialization.Formatters.Binary.BinaryObject System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObject
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * ___binaryObject_9;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectWithMap
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * ___binaryObjectWithMap_10;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectWithMapTyped
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * ___binaryObjectWithMapTyped_11;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectString System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectString
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * ___binaryObjectString_12;
// System.Runtime.Serialization.Formatters.Binary.BinaryArray System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryArray
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * ___binaryArray_13;
// System.Byte[] System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_14;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::chunkSize
int32_t ___chunkSize_15;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberPrimitiveUnTyped
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * ___memberPrimitiveUnTyped_16;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberPrimitiveTyped
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * ___memberPrimitiveTyped_17;
// System.Runtime.Serialization.Formatters.Binary.ObjectNull System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectNull
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * ___objectNull_18;
// System.Runtime.Serialization.Formatters.Binary.MemberReference System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberReference
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * ___memberReference_19;
// System.Runtime.Serialization.Formatters.Binary.BinaryAssembly System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryAssembly
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * ___binaryAssembly_20;
public:
inline static int32_t get_offset_of_sout_0() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___sout_0)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_sout_0() const { return ___sout_0; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_sout_0() { return &___sout_0; }
inline void set_sout_0(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___sout_0 = value;
Il2CppCodeGenWriteBarrier((&___sout_0), value);
}
inline static int32_t get_offset_of_formatterTypeStyle_1() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___formatterTypeStyle_1)); }
inline int32_t get_formatterTypeStyle_1() const { return ___formatterTypeStyle_1; }
inline int32_t* get_address_of_formatterTypeStyle_1() { return &___formatterTypeStyle_1; }
inline void set_formatterTypeStyle_1(int32_t value)
{
___formatterTypeStyle_1 = value;
}
inline static int32_t get_offset_of_objectMapTable_2() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___objectMapTable_2)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_objectMapTable_2() const { return ___objectMapTable_2; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_objectMapTable_2() { return &___objectMapTable_2; }
inline void set_objectMapTable_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___objectMapTable_2 = value;
Il2CppCodeGenWriteBarrier((&___objectMapTable_2), value);
}
inline static int32_t get_offset_of_objectWriter_3() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___objectWriter_3)); }
inline ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * get_objectWriter_3() const { return ___objectWriter_3; }
inline ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 ** get_address_of_objectWriter_3() { return &___objectWriter_3; }
inline void set_objectWriter_3(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * value)
{
___objectWriter_3 = value;
Il2CppCodeGenWriteBarrier((&___objectWriter_3), value);
}
inline static int32_t get_offset_of_dataWriter_4() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___dataWriter_4)); }
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_dataWriter_4() const { return ___dataWriter_4; }
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_dataWriter_4() { return &___dataWriter_4; }
inline void set_dataWriter_4(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value)
{
___dataWriter_4 = value;
Il2CppCodeGenWriteBarrier((&___dataWriter_4), value);
}
inline static int32_t get_offset_of_m_nestedObjectCount_5() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___m_nestedObjectCount_5)); }
inline int32_t get_m_nestedObjectCount_5() const { return ___m_nestedObjectCount_5; }
inline int32_t* get_address_of_m_nestedObjectCount_5() { return &___m_nestedObjectCount_5; }
inline void set_m_nestedObjectCount_5(int32_t value)
{
___m_nestedObjectCount_5 = value;
}
inline static int32_t get_offset_of_nullCount_6() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___nullCount_6)); }
inline int32_t get_nullCount_6() const { return ___nullCount_6; }
inline int32_t* get_address_of_nullCount_6() { return &___nullCount_6; }
inline void set_nullCount_6(int32_t value)
{
___nullCount_6 = value;
}
inline static int32_t get_offset_of_binaryMethodCall_7() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryMethodCall_7)); }
inline BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * get_binaryMethodCall_7() const { return ___binaryMethodCall_7; }
inline BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 ** get_address_of_binaryMethodCall_7() { return &___binaryMethodCall_7; }
inline void set_binaryMethodCall_7(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * value)
{
___binaryMethodCall_7 = value;
Il2CppCodeGenWriteBarrier((&___binaryMethodCall_7), value);
}
inline static int32_t get_offset_of_binaryMethodReturn_8() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryMethodReturn_8)); }
inline BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * get_binaryMethodReturn_8() const { return ___binaryMethodReturn_8; }
inline BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 ** get_address_of_binaryMethodReturn_8() { return &___binaryMethodReturn_8; }
inline void set_binaryMethodReturn_8(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * value)
{
___binaryMethodReturn_8 = value;
Il2CppCodeGenWriteBarrier((&___binaryMethodReturn_8), value);
}
inline static int32_t get_offset_of_binaryObject_9() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryObject_9)); }
inline BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * get_binaryObject_9() const { return ___binaryObject_9; }
inline BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F ** get_address_of_binaryObject_9() { return &___binaryObject_9; }
inline void set_binaryObject_9(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * value)
{
___binaryObject_9 = value;
Il2CppCodeGenWriteBarrier((&___binaryObject_9), value);
}
inline static int32_t get_offset_of_binaryObjectWithMap_10() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryObjectWithMap_10)); }
inline BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * get_binaryObjectWithMap_10() const { return ___binaryObjectWithMap_10; }
inline BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 ** get_address_of_binaryObjectWithMap_10() { return &___binaryObjectWithMap_10; }
inline void set_binaryObjectWithMap_10(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * value)
{
___binaryObjectWithMap_10 = value;
Il2CppCodeGenWriteBarrier((&___binaryObjectWithMap_10), value);
}
inline static int32_t get_offset_of_binaryObjectWithMapTyped_11() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryObjectWithMapTyped_11)); }
inline BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * get_binaryObjectWithMapTyped_11() const { return ___binaryObjectWithMapTyped_11; }
inline BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 ** get_address_of_binaryObjectWithMapTyped_11() { return &___binaryObjectWithMapTyped_11; }
inline void set_binaryObjectWithMapTyped_11(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * value)
{
___binaryObjectWithMapTyped_11 = value;
Il2CppCodeGenWriteBarrier((&___binaryObjectWithMapTyped_11), value);
}
inline static int32_t get_offset_of_binaryObjectString_12() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryObjectString_12)); }
inline BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * get_binaryObjectString_12() const { return ___binaryObjectString_12; }
inline BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 ** get_address_of_binaryObjectString_12() { return &___binaryObjectString_12; }
inline void set_binaryObjectString_12(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * value)
{
___binaryObjectString_12 = value;
Il2CppCodeGenWriteBarrier((&___binaryObjectString_12), value);
}
inline static int32_t get_offset_of_binaryArray_13() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryArray_13)); }
inline BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * get_binaryArray_13() const { return ___binaryArray_13; }
inline BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 ** get_address_of_binaryArray_13() { return &___binaryArray_13; }
inline void set_binaryArray_13(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * value)
{
___binaryArray_13 = value;
Il2CppCodeGenWriteBarrier((&___binaryArray_13), value);
}
inline static int32_t get_offset_of_byteBuffer_14() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___byteBuffer_14)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_14() const { return ___byteBuffer_14; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_14() { return &___byteBuffer_14; }
inline void set_byteBuffer_14(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_14 = value;
Il2CppCodeGenWriteBarrier((&___byteBuffer_14), value);
}
inline static int32_t get_offset_of_chunkSize_15() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___chunkSize_15)); }
inline int32_t get_chunkSize_15() const { return ___chunkSize_15; }
inline int32_t* get_address_of_chunkSize_15() { return &___chunkSize_15; }
inline void set_chunkSize_15(int32_t value)
{
___chunkSize_15 = value;
}
inline static int32_t get_offset_of_memberPrimitiveUnTyped_16() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___memberPrimitiveUnTyped_16)); }
inline MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * get_memberPrimitiveUnTyped_16() const { return ___memberPrimitiveUnTyped_16; }
inline MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 ** get_address_of_memberPrimitiveUnTyped_16() { return &___memberPrimitiveUnTyped_16; }
inline void set_memberPrimitiveUnTyped_16(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * value)
{
___memberPrimitiveUnTyped_16 = value;
Il2CppCodeGenWriteBarrier((&___memberPrimitiveUnTyped_16), value);
}
inline static int32_t get_offset_of_memberPrimitiveTyped_17() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___memberPrimitiveTyped_17)); }
inline MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * get_memberPrimitiveTyped_17() const { return ___memberPrimitiveTyped_17; }
inline MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F ** get_address_of_memberPrimitiveTyped_17() { return &___memberPrimitiveTyped_17; }
inline void set_memberPrimitiveTyped_17(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * value)
{
___memberPrimitiveTyped_17 = value;
Il2CppCodeGenWriteBarrier((&___memberPrimitiveTyped_17), value);
}
inline static int32_t get_offset_of_objectNull_18() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___objectNull_18)); }
inline ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * get_objectNull_18() const { return ___objectNull_18; }
inline ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 ** get_address_of_objectNull_18() { return &___objectNull_18; }
inline void set_objectNull_18(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * value)
{
___objectNull_18 = value;
Il2CppCodeGenWriteBarrier((&___objectNull_18), value);
}
inline static int32_t get_offset_of_memberReference_19() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___memberReference_19)); }
inline MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * get_memberReference_19() const { return ___memberReference_19; }
inline MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 ** get_address_of_memberReference_19() { return &___memberReference_19; }
inline void set_memberReference_19(MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * value)
{
___memberReference_19 = value;
Il2CppCodeGenWriteBarrier((&___memberReference_19), value);
}
inline static int32_t get_offset_of_binaryAssembly_20() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryAssembly_20)); }
inline BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * get_binaryAssembly_20() const { return ___binaryAssembly_20; }
inline BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE ** get_address_of_binaryAssembly_20() { return &___binaryAssembly_20; }
inline void set_binaryAssembly_20(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * value)
{
___binaryAssembly_20 = value;
Il2CppCodeGenWriteBarrier((&___binaryAssembly_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __BINARYWRITER_T0895EBF9E16AB435338A634C273212D7479DD727_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((&___FilterName_1), value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((&___Missing_3), value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifndef FUNC_2_T13827C9725E0D12567E029E178981FB7D0E13430_H
#define FUNC_2_T13827C9725E0D12567E029E178981FB7D0E13430_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>
struct Func_2_t13827C9725E0D12567E029E178981FB7D0E13430 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FUNC_2_T13827C9725E0D12567E029E178981FB7D0E13430_H
#ifndef FUNC_2_T47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86_H
#define FUNC_2_T47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Func`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>
struct Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FUNC_2_T47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86_H
#ifndef FUNC_4_T3D7857A2A0F731D1E992FC5B09E983A8621FABFF_H
#define FUNC_4_T3D7857A2A0F731D1E992FC5B09E983A8621FABFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>
struct Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FUNC_4_T3D7857A2A0F731D1E992FC5B09E983A8621FABFF_H
#ifndef TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#define TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#ifndef HEADERHANDLER_T1242348575203397A2448B743F85E89A6EF8576F_H
#define HEADERHANDLER_T1242348575203397A2448B743F85E89A6EF8576F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Remoting.Messaging.HeaderHandler
struct HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HEADERHANDLER_T1242348575203397A2448B743F85E89A6EF8576F_H
#ifndef DESERIALIZATIONEVENTHANDLER_T26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_H
#define DESERIALIZATIONEVENTHANDLER_T26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.DeserializationEventHandler
struct DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DESERIALIZATIONEVENTHANDLER_T26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_H
#ifndef BINARYFORMATTER_T116398AB9D7E425E4CFF83C37824A46443A2E6D0_H
#define BINARYFORMATTER_T116398AB9D7E425E4CFF83C37824A46443A2E6D0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
struct BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 : public RuntimeObject
{
public:
// System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_surrogates
RuntimeObject* ___m_surrogates_0;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_1;
// System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_binder
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___m_binder_2;
// System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_typeFormat
int32_t ___m_typeFormat_3;
// System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_assemblyFormat
int32_t ___m_assemblyFormat_4;
// System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_securityLevel
int32_t ___m_securityLevel_5;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_crossAppDomainArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_crossAppDomainArray_6;
public:
inline static int32_t get_offset_of_m_surrogates_0() { return static_cast<int32_t>(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_surrogates_0)); }
inline RuntimeObject* get_m_surrogates_0() const { return ___m_surrogates_0; }
inline RuntimeObject** get_address_of_m_surrogates_0() { return &___m_surrogates_0; }
inline void set_m_surrogates_0(RuntimeObject* value)
{
___m_surrogates_0 = value;
Il2CppCodeGenWriteBarrier((&___m_surrogates_0), value);
}
inline static int32_t get_offset_of_m_context_1() { return static_cast<int32_t>(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_context_1)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_1() const { return ___m_context_1; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_1() { return &___m_context_1; }
inline void set_m_context_1(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_1 = value;
}
inline static int32_t get_offset_of_m_binder_2() { return static_cast<int32_t>(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_binder_2)); }
inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * get_m_binder_2() const { return ___m_binder_2; }
inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 ** get_address_of_m_binder_2() { return &___m_binder_2; }
inline void set_m_binder_2(SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * value)
{
___m_binder_2 = value;
Il2CppCodeGenWriteBarrier((&___m_binder_2), value);
}
inline static int32_t get_offset_of_m_typeFormat_3() { return static_cast<int32_t>(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_typeFormat_3)); }
inline int32_t get_m_typeFormat_3() const { return ___m_typeFormat_3; }
inline int32_t* get_address_of_m_typeFormat_3() { return &___m_typeFormat_3; }
inline void set_m_typeFormat_3(int32_t value)
{
___m_typeFormat_3 = value;
}
inline static int32_t get_offset_of_m_assemblyFormat_4() { return static_cast<int32_t>(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_assemblyFormat_4)); }
inline int32_t get_m_assemblyFormat_4() const { return ___m_assemblyFormat_4; }
inline int32_t* get_address_of_m_assemblyFormat_4() { return &___m_assemblyFormat_4; }
inline void set_m_assemblyFormat_4(int32_t value)
{
___m_assemblyFormat_4 = value;
}
inline static int32_t get_offset_of_m_securityLevel_5() { return static_cast<int32_t>(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_securityLevel_5)); }
inline int32_t get_m_securityLevel_5() const { return ___m_securityLevel_5; }
inline int32_t* get_address_of_m_securityLevel_5() { return &___m_securityLevel_5; }
inline void set_m_securityLevel_5(int32_t value)
{
___m_securityLevel_5 = value;
}
inline static int32_t get_offset_of_m_crossAppDomainArray_6() { return static_cast<int32_t>(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_crossAppDomainArray_6)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_crossAppDomainArray_6() const { return ___m_crossAppDomainArray_6; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_crossAppDomainArray_6() { return &___m_crossAppDomainArray_6; }
inline void set_m_crossAppDomainArray_6(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_crossAppDomainArray_6 = value;
Il2CppCodeGenWriteBarrier((&___m_crossAppDomainArray_6), value);
}
};
struct BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation> System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::typeNameCache
Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * ___typeNameCache_7;
public:
inline static int32_t get_offset_of_typeNameCache_7() { return static_cast<int32_t>(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_StaticFields, ___typeNameCache_7)); }
inline Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * get_typeNameCache_7() const { return ___typeNameCache_7; }
inline Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 ** get_address_of_typeNameCache_7() { return &___typeNameCache_7; }
inline void set_typeNameCache_7(Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * value)
{
___typeNameCache_7 = value;
Il2CppCodeGenWriteBarrier((&___typeNameCache_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYFORMATTER_T116398AB9D7E425E4CFF83C37824A46443A2E6D0_H
#ifndef OBJECTREADER_TD738F15949E2F04F375D718ADD2B3FF1D0268667_H
#define OBJECTREADER_TD738F15949E2F04F375D718ADD2B3FF1D0268667_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectReader
struct ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 : public RuntimeObject
{
public:
// System.IO.Stream System.Runtime.Serialization.Formatters.Binary.ObjectReader::m_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_0;
// System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.ObjectReader::m_surrogates
RuntimeObject* ___m_surrogates_1;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.ObjectReader::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_2;
// System.Runtime.Serialization.ObjectManager System.Runtime.Serialization.Formatters.Binary.ObjectReader::m_objectManager
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___m_objectManager_3;
// System.Runtime.Serialization.Formatters.Binary.InternalFE System.Runtime.Serialization.Formatters.Binary.ObjectReader::formatterEnums
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * ___formatterEnums_4;
// System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.ObjectReader::m_binder
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___m_binder_5;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectReader::topId
int64_t ___topId_6;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::bSimpleAssembly
bool ___bSimpleAssembly_7;
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::handlerObject
RuntimeObject * ___handlerObject_8;
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::m_topObject
RuntimeObject * ___m_topObject_9;
// System.Runtime.Remoting.Messaging.Header[] System.Runtime.Serialization.Formatters.Binary.ObjectReader::headers
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers_10;
// System.Runtime.Remoting.Messaging.HeaderHandler System.Runtime.Serialization.Formatters.Binary.ObjectReader::handler
HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * ___handler_11;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit System.Runtime.Serialization.Formatters.Binary.ObjectReader::serObjectInfoInit
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit_12;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.Formatters.Binary.ObjectReader::m_formatterConverter
RuntimeObject* ___m_formatterConverter_13;
// System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.ObjectReader::stack
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ___stack_14;
// System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.ObjectReader::valueFixupStack
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ___valueFixupStack_15;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.ObjectReader::crossAppDomainArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___crossAppDomainArray_16;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::bFullDeserialization
bool ___bFullDeserialization_17;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::bOldFormatDetected
bool ___bOldFormatDetected_18;
// System.Runtime.Serialization.Formatters.Binary.IntSizedArray System.Runtime.Serialization.Formatters.Binary.ObjectReader::valTypeObjectIdTable
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * ___valTypeObjectIdTable_19;
// System.Runtime.Serialization.Formatters.Binary.NameCache System.Runtime.Serialization.Formatters.Binary.ObjectReader::typeCache
NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * ___typeCache_20;
// System.String System.Runtime.Serialization.Formatters.Binary.ObjectReader::previousAssemblyString
String_t* ___previousAssemblyString_21;
// System.String System.Runtime.Serialization.Formatters.Binary.ObjectReader::previousName
String_t* ___previousName_22;
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::previousType
Type_t * ___previousType_23;
public:
inline static int32_t get_offset_of_m_stream_0() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___m_stream_0)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_0() const { return ___m_stream_0; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_0() { return &___m_stream_0; }
inline void set_m_stream_0(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___m_stream_0 = value;
Il2CppCodeGenWriteBarrier((&___m_stream_0), value);
}
inline static int32_t get_offset_of_m_surrogates_1() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___m_surrogates_1)); }
inline RuntimeObject* get_m_surrogates_1() const { return ___m_surrogates_1; }
inline RuntimeObject** get_address_of_m_surrogates_1() { return &___m_surrogates_1; }
inline void set_m_surrogates_1(RuntimeObject* value)
{
___m_surrogates_1 = value;
Il2CppCodeGenWriteBarrier((&___m_surrogates_1), value);
}
inline static int32_t get_offset_of_m_context_2() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___m_context_2)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_2() const { return ___m_context_2; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_2() { return &___m_context_2; }
inline void set_m_context_2(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_2 = value;
}
inline static int32_t get_offset_of_m_objectManager_3() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___m_objectManager_3)); }
inline ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * get_m_objectManager_3() const { return ___m_objectManager_3; }
inline ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 ** get_address_of_m_objectManager_3() { return &___m_objectManager_3; }
inline void set_m_objectManager_3(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * value)
{
___m_objectManager_3 = value;
Il2CppCodeGenWriteBarrier((&___m_objectManager_3), value);
}
inline static int32_t get_offset_of_formatterEnums_4() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___formatterEnums_4)); }
inline InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * get_formatterEnums_4() const { return ___formatterEnums_4; }
inline InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 ** get_address_of_formatterEnums_4() { return &___formatterEnums_4; }
inline void set_formatterEnums_4(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * value)
{
___formatterEnums_4 = value;
Il2CppCodeGenWriteBarrier((&___formatterEnums_4), value);
}
inline static int32_t get_offset_of_m_binder_5() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___m_binder_5)); }
inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * get_m_binder_5() const { return ___m_binder_5; }
inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 ** get_address_of_m_binder_5() { return &___m_binder_5; }
inline void set_m_binder_5(SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * value)
{
___m_binder_5 = value;
Il2CppCodeGenWriteBarrier((&___m_binder_5), value);
}
inline static int32_t get_offset_of_topId_6() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___topId_6)); }
inline int64_t get_topId_6() const { return ___topId_6; }
inline int64_t* get_address_of_topId_6() { return &___topId_6; }
inline void set_topId_6(int64_t value)
{
___topId_6 = value;
}
inline static int32_t get_offset_of_bSimpleAssembly_7() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___bSimpleAssembly_7)); }
inline bool get_bSimpleAssembly_7() const { return ___bSimpleAssembly_7; }
inline bool* get_address_of_bSimpleAssembly_7() { return &___bSimpleAssembly_7; }
inline void set_bSimpleAssembly_7(bool value)
{
___bSimpleAssembly_7 = value;
}
inline static int32_t get_offset_of_handlerObject_8() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___handlerObject_8)); }
inline RuntimeObject * get_handlerObject_8() const { return ___handlerObject_8; }
inline RuntimeObject ** get_address_of_handlerObject_8() { return &___handlerObject_8; }
inline void set_handlerObject_8(RuntimeObject * value)
{
___handlerObject_8 = value;
Il2CppCodeGenWriteBarrier((&___handlerObject_8), value);
}
inline static int32_t get_offset_of_m_topObject_9() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___m_topObject_9)); }
inline RuntimeObject * get_m_topObject_9() const { return ___m_topObject_9; }
inline RuntimeObject ** get_address_of_m_topObject_9() { return &___m_topObject_9; }
inline void set_m_topObject_9(RuntimeObject * value)
{
___m_topObject_9 = value;
Il2CppCodeGenWriteBarrier((&___m_topObject_9), value);
}
inline static int32_t get_offset_of_headers_10() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___headers_10)); }
inline HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* get_headers_10() const { return ___headers_10; }
inline HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC** get_address_of_headers_10() { return &___headers_10; }
inline void set_headers_10(HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* value)
{
___headers_10 = value;
Il2CppCodeGenWriteBarrier((&___headers_10), value);
}
inline static int32_t get_offset_of_handler_11() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___handler_11)); }
inline HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * get_handler_11() const { return ___handler_11; }
inline HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F ** get_address_of_handler_11() { return &___handler_11; }
inline void set_handler_11(HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * value)
{
___handler_11 = value;
Il2CppCodeGenWriteBarrier((&___handler_11), value);
}
inline static int32_t get_offset_of_serObjectInfoInit_12() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___serObjectInfoInit_12)); }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * get_serObjectInfoInit_12() const { return ___serObjectInfoInit_12; }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 ** get_address_of_serObjectInfoInit_12() { return &___serObjectInfoInit_12; }
inline void set_serObjectInfoInit_12(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * value)
{
___serObjectInfoInit_12 = value;
Il2CppCodeGenWriteBarrier((&___serObjectInfoInit_12), value);
}
inline static int32_t get_offset_of_m_formatterConverter_13() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___m_formatterConverter_13)); }
inline RuntimeObject* get_m_formatterConverter_13() const { return ___m_formatterConverter_13; }
inline RuntimeObject** get_address_of_m_formatterConverter_13() { return &___m_formatterConverter_13; }
inline void set_m_formatterConverter_13(RuntimeObject* value)
{
___m_formatterConverter_13 = value;
Il2CppCodeGenWriteBarrier((&___m_formatterConverter_13), value);
}
inline static int32_t get_offset_of_stack_14() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___stack_14)); }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * get_stack_14() const { return ___stack_14; }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF ** get_address_of_stack_14() { return &___stack_14; }
inline void set_stack_14(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * value)
{
___stack_14 = value;
Il2CppCodeGenWriteBarrier((&___stack_14), value);
}
inline static int32_t get_offset_of_valueFixupStack_15() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___valueFixupStack_15)); }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * get_valueFixupStack_15() const { return ___valueFixupStack_15; }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF ** get_address_of_valueFixupStack_15() { return &___valueFixupStack_15; }
inline void set_valueFixupStack_15(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * value)
{
___valueFixupStack_15 = value;
Il2CppCodeGenWriteBarrier((&___valueFixupStack_15), value);
}
inline static int32_t get_offset_of_crossAppDomainArray_16() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___crossAppDomainArray_16)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_crossAppDomainArray_16() const { return ___crossAppDomainArray_16; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_crossAppDomainArray_16() { return &___crossAppDomainArray_16; }
inline void set_crossAppDomainArray_16(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___crossAppDomainArray_16 = value;
Il2CppCodeGenWriteBarrier((&___crossAppDomainArray_16), value);
}
inline static int32_t get_offset_of_bFullDeserialization_17() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___bFullDeserialization_17)); }
inline bool get_bFullDeserialization_17() const { return ___bFullDeserialization_17; }
inline bool* get_address_of_bFullDeserialization_17() { return &___bFullDeserialization_17; }
inline void set_bFullDeserialization_17(bool value)
{
___bFullDeserialization_17 = value;
}
inline static int32_t get_offset_of_bOldFormatDetected_18() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___bOldFormatDetected_18)); }
inline bool get_bOldFormatDetected_18() const { return ___bOldFormatDetected_18; }
inline bool* get_address_of_bOldFormatDetected_18() { return &___bOldFormatDetected_18; }
inline void set_bOldFormatDetected_18(bool value)
{
___bOldFormatDetected_18 = value;
}
inline static int32_t get_offset_of_valTypeObjectIdTable_19() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___valTypeObjectIdTable_19)); }
inline IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * get_valTypeObjectIdTable_19() const { return ___valTypeObjectIdTable_19; }
inline IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 ** get_address_of_valTypeObjectIdTable_19() { return &___valTypeObjectIdTable_19; }
inline void set_valTypeObjectIdTable_19(IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * value)
{
___valTypeObjectIdTable_19 = value;
Il2CppCodeGenWriteBarrier((&___valTypeObjectIdTable_19), value);
}
inline static int32_t get_offset_of_typeCache_20() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___typeCache_20)); }
inline NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * get_typeCache_20() const { return ___typeCache_20; }
inline NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F ** get_address_of_typeCache_20() { return &___typeCache_20; }
inline void set_typeCache_20(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * value)
{
___typeCache_20 = value;
Il2CppCodeGenWriteBarrier((&___typeCache_20), value);
}
inline static int32_t get_offset_of_previousAssemblyString_21() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___previousAssemblyString_21)); }
inline String_t* get_previousAssemblyString_21() const { return ___previousAssemblyString_21; }
inline String_t** get_address_of_previousAssemblyString_21() { return &___previousAssemblyString_21; }
inline void set_previousAssemblyString_21(String_t* value)
{
___previousAssemblyString_21 = value;
Il2CppCodeGenWriteBarrier((&___previousAssemblyString_21), value);
}
inline static int32_t get_offset_of_previousName_22() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___previousName_22)); }
inline String_t* get_previousName_22() const { return ___previousName_22; }
inline String_t** get_address_of_previousName_22() { return &___previousName_22; }
inline void set_previousName_22(String_t* value)
{
___previousName_22 = value;
Il2CppCodeGenWriteBarrier((&___previousName_22), value);
}
inline static int32_t get_offset_of_previousType_23() { return static_cast<int32_t>(offsetof(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667, ___previousType_23)); }
inline Type_t * get_previousType_23() const { return ___previousType_23; }
inline Type_t ** get_address_of_previousType_23() { return &___previousType_23; }
inline void set_previousType_23(Type_t * value)
{
___previousType_23 = value;
Il2CppCodeGenWriteBarrier((&___previousType_23), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTREADER_TD738F15949E2F04F375D718ADD2B3FF1D0268667_H
#ifndef OBJECTWRITER_TF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_H
#define OBJECTWRITER_TF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectWriter
struct ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 : public RuntimeObject
{
public:
// System.Collections.Queue System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_objectQueue
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___m_objectQueue_0;
// System.Runtime.Serialization.ObjectIDGenerator System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_idGenerator
ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * ___m_idGenerator_1;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_currentId
int32_t ___m_currentId_2;
// System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_surrogates
RuntimeObject* ___m_surrogates_3;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_4;
// System.Runtime.Serialization.Formatters.Binary.__BinaryWriter System.Runtime.Serialization.Formatters.Binary.ObjectWriter::serWriter
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___serWriter_5;
// System.Runtime.Serialization.SerializationObjectManager System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_objectManager
SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * ___m_objectManager_6;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::topId
int64_t ___topId_7;
// System.String System.Runtime.Serialization.Formatters.Binary.ObjectWriter::topName
String_t* ___topName_8;
// System.Runtime.Remoting.Messaging.Header[] System.Runtime.Serialization.Formatters.Binary.ObjectWriter::headers
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers_9;
// System.Runtime.Serialization.Formatters.Binary.InternalFE System.Runtime.Serialization.Formatters.Binary.ObjectWriter::formatterEnums
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * ___formatterEnums_10;
// System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_binder
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___m_binder_11;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit System.Runtime.Serialization.Formatters.Binary.ObjectWriter::serObjectInfoInit
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit_12;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_formatterConverter
RuntimeObject* ___m_formatterConverter_13;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.ObjectWriter::crossAppDomainArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___crossAppDomainArray_14;
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectWriter::previousObj
RuntimeObject * ___previousObj_15;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::previousId
int64_t ___previousId_16;
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectWriter::previousType
Type_t * ___previousType_17;
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ObjectWriter::previousCode
int32_t ___previousCode_18;
// System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.ObjectWriter::assemblyToIdTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___assemblyToIdTable_19;
// System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.ObjectWriter::niPool
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ___niPool_20;
public:
inline static int32_t get_offset_of_m_objectQueue_0() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_objectQueue_0)); }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_m_objectQueue_0() const { return ___m_objectQueue_0; }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_m_objectQueue_0() { return &___m_objectQueue_0; }
inline void set_m_objectQueue_0(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value)
{
___m_objectQueue_0 = value;
Il2CppCodeGenWriteBarrier((&___m_objectQueue_0), value);
}
inline static int32_t get_offset_of_m_idGenerator_1() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_idGenerator_1)); }
inline ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * get_m_idGenerator_1() const { return ___m_idGenerator_1; }
inline ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 ** get_address_of_m_idGenerator_1() { return &___m_idGenerator_1; }
inline void set_m_idGenerator_1(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * value)
{
___m_idGenerator_1 = value;
Il2CppCodeGenWriteBarrier((&___m_idGenerator_1), value);
}
inline static int32_t get_offset_of_m_currentId_2() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_currentId_2)); }
inline int32_t get_m_currentId_2() const { return ___m_currentId_2; }
inline int32_t* get_address_of_m_currentId_2() { return &___m_currentId_2; }
inline void set_m_currentId_2(int32_t value)
{
___m_currentId_2 = value;
}
inline static int32_t get_offset_of_m_surrogates_3() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_surrogates_3)); }
inline RuntimeObject* get_m_surrogates_3() const { return ___m_surrogates_3; }
inline RuntimeObject** get_address_of_m_surrogates_3() { return &___m_surrogates_3; }
inline void set_m_surrogates_3(RuntimeObject* value)
{
___m_surrogates_3 = value;
Il2CppCodeGenWriteBarrier((&___m_surrogates_3), value);
}
inline static int32_t get_offset_of_m_context_4() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_context_4)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_4() const { return ___m_context_4; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_4() { return &___m_context_4; }
inline void set_m_context_4(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_4 = value;
}
inline static int32_t get_offset_of_serWriter_5() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___serWriter_5)); }
inline __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * get_serWriter_5() const { return ___serWriter_5; }
inline __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 ** get_address_of_serWriter_5() { return &___serWriter_5; }
inline void set_serWriter_5(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * value)
{
___serWriter_5 = value;
Il2CppCodeGenWriteBarrier((&___serWriter_5), value);
}
inline static int32_t get_offset_of_m_objectManager_6() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_objectManager_6)); }
inline SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * get_m_objectManager_6() const { return ___m_objectManager_6; }
inline SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA ** get_address_of_m_objectManager_6() { return &___m_objectManager_6; }
inline void set_m_objectManager_6(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * value)
{
___m_objectManager_6 = value;
Il2CppCodeGenWriteBarrier((&___m_objectManager_6), value);
}
inline static int32_t get_offset_of_topId_7() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___topId_7)); }
inline int64_t get_topId_7() const { return ___topId_7; }
inline int64_t* get_address_of_topId_7() { return &___topId_7; }
inline void set_topId_7(int64_t value)
{
___topId_7 = value;
}
inline static int32_t get_offset_of_topName_8() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___topName_8)); }
inline String_t* get_topName_8() const { return ___topName_8; }
inline String_t** get_address_of_topName_8() { return &___topName_8; }
inline void set_topName_8(String_t* value)
{
___topName_8 = value;
Il2CppCodeGenWriteBarrier((&___topName_8), value);
}
inline static int32_t get_offset_of_headers_9() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___headers_9)); }
inline HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* get_headers_9() const { return ___headers_9; }
inline HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC** get_address_of_headers_9() { return &___headers_9; }
inline void set_headers_9(HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* value)
{
___headers_9 = value;
Il2CppCodeGenWriteBarrier((&___headers_9), value);
}
inline static int32_t get_offset_of_formatterEnums_10() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___formatterEnums_10)); }
inline InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * get_formatterEnums_10() const { return ___formatterEnums_10; }
inline InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 ** get_address_of_formatterEnums_10() { return &___formatterEnums_10; }
inline void set_formatterEnums_10(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * value)
{
___formatterEnums_10 = value;
Il2CppCodeGenWriteBarrier((&___formatterEnums_10), value);
}
inline static int32_t get_offset_of_m_binder_11() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_binder_11)); }
inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * get_m_binder_11() const { return ___m_binder_11; }
inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 ** get_address_of_m_binder_11() { return &___m_binder_11; }
inline void set_m_binder_11(SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * value)
{
___m_binder_11 = value;
Il2CppCodeGenWriteBarrier((&___m_binder_11), value);
}
inline static int32_t get_offset_of_serObjectInfoInit_12() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___serObjectInfoInit_12)); }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * get_serObjectInfoInit_12() const { return ___serObjectInfoInit_12; }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 ** get_address_of_serObjectInfoInit_12() { return &___serObjectInfoInit_12; }
inline void set_serObjectInfoInit_12(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * value)
{
___serObjectInfoInit_12 = value;
Il2CppCodeGenWriteBarrier((&___serObjectInfoInit_12), value);
}
inline static int32_t get_offset_of_m_formatterConverter_13() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_formatterConverter_13)); }
inline RuntimeObject* get_m_formatterConverter_13() const { return ___m_formatterConverter_13; }
inline RuntimeObject** get_address_of_m_formatterConverter_13() { return &___m_formatterConverter_13; }
inline void set_m_formatterConverter_13(RuntimeObject* value)
{
___m_formatterConverter_13 = value;
Il2CppCodeGenWriteBarrier((&___m_formatterConverter_13), value);
}
inline static int32_t get_offset_of_crossAppDomainArray_14() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___crossAppDomainArray_14)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_crossAppDomainArray_14() const { return ___crossAppDomainArray_14; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_crossAppDomainArray_14() { return &___crossAppDomainArray_14; }
inline void set_crossAppDomainArray_14(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___crossAppDomainArray_14 = value;
Il2CppCodeGenWriteBarrier((&___crossAppDomainArray_14), value);
}
inline static int32_t get_offset_of_previousObj_15() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___previousObj_15)); }
inline RuntimeObject * get_previousObj_15() const { return ___previousObj_15; }
inline RuntimeObject ** get_address_of_previousObj_15() { return &___previousObj_15; }
inline void set_previousObj_15(RuntimeObject * value)
{
___previousObj_15 = value;
Il2CppCodeGenWriteBarrier((&___previousObj_15), value);
}
inline static int32_t get_offset_of_previousId_16() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___previousId_16)); }
inline int64_t get_previousId_16() const { return ___previousId_16; }
inline int64_t* get_address_of_previousId_16() { return &___previousId_16; }
inline void set_previousId_16(int64_t value)
{
___previousId_16 = value;
}
inline static int32_t get_offset_of_previousType_17() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___previousType_17)); }
inline Type_t * get_previousType_17() const { return ___previousType_17; }
inline Type_t ** get_address_of_previousType_17() { return &___previousType_17; }
inline void set_previousType_17(Type_t * value)
{
___previousType_17 = value;
Il2CppCodeGenWriteBarrier((&___previousType_17), value);
}
inline static int32_t get_offset_of_previousCode_18() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___previousCode_18)); }
inline int32_t get_previousCode_18() const { return ___previousCode_18; }
inline int32_t* get_address_of_previousCode_18() { return &___previousCode_18; }
inline void set_previousCode_18(int32_t value)
{
___previousCode_18 = value;
}
inline static int32_t get_offset_of_assemblyToIdTable_19() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___assemblyToIdTable_19)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_assemblyToIdTable_19() const { return ___assemblyToIdTable_19; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_assemblyToIdTable_19() { return &___assemblyToIdTable_19; }
inline void set_assemblyToIdTable_19(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___assemblyToIdTable_19 = value;
Il2CppCodeGenWriteBarrier((&___assemblyToIdTable_19), value);
}
inline static int32_t get_offset_of_niPool_20() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___niPool_20)); }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * get_niPool_20() const { return ___niPool_20; }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF ** get_address_of_niPool_20() { return &___niPool_20; }
inline void set_niPool_20(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * value)
{
___niPool_20 = value;
Il2CppCodeGenWriteBarrier((&___niPool_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTWRITER_TF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_H
#ifndef READOBJECTINFO_T5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_H
#define READOBJECTINFO_T5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo
struct ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectInfoId
int32_t ___objectInfoId_0;
// System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectType
Type_t * ___objectType_2;
// System.Runtime.Serialization.ObjectManager System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectManager
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager_3;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::count
int32_t ___count_4;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isSi
bool ___isSi_5;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isNamed
bool ___isNamed_6;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isTyped
bool ___isTyped_7;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::bSimpleAssembly
bool ___bSimpleAssembly_8;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::cache
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * ___cache_9;
// System.String[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::wireMemberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___wireMemberNames_10;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::wireMemberTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___wireMemberTypes_11;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::lastPosition
int32_t ___lastPosition_12;
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::serializationSurrogate
RuntimeObject* ___serializationSurrogate_13;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context_14;
// System.Collections.Generic.List`1<System.Type> System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::memberTypesList
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * ___memberTypesList_15;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::serObjectInfoInit
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit_16;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::formatterConverter
RuntimeObject* ___formatterConverter_17;
public:
inline static int32_t get_offset_of_objectInfoId_0() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___objectInfoId_0)); }
inline int32_t get_objectInfoId_0() const { return ___objectInfoId_0; }
inline int32_t* get_address_of_objectInfoId_0() { return &___objectInfoId_0; }
inline void set_objectInfoId_0(int32_t value)
{
___objectInfoId_0 = value;
}
inline static int32_t get_offset_of_objectType_2() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___objectType_2)); }
inline Type_t * get_objectType_2() const { return ___objectType_2; }
inline Type_t ** get_address_of_objectType_2() { return &___objectType_2; }
inline void set_objectType_2(Type_t * value)
{
___objectType_2 = value;
Il2CppCodeGenWriteBarrier((&___objectType_2), value);
}
inline static int32_t get_offset_of_objectManager_3() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___objectManager_3)); }
inline ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * get_objectManager_3() const { return ___objectManager_3; }
inline ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 ** get_address_of_objectManager_3() { return &___objectManager_3; }
inline void set_objectManager_3(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * value)
{
___objectManager_3 = value;
Il2CppCodeGenWriteBarrier((&___objectManager_3), value);
}
inline static int32_t get_offset_of_count_4() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___count_4)); }
inline int32_t get_count_4() const { return ___count_4; }
inline int32_t* get_address_of_count_4() { return &___count_4; }
inline void set_count_4(int32_t value)
{
___count_4 = value;
}
inline static int32_t get_offset_of_isSi_5() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___isSi_5)); }
inline bool get_isSi_5() const { return ___isSi_5; }
inline bool* get_address_of_isSi_5() { return &___isSi_5; }
inline void set_isSi_5(bool value)
{
___isSi_5 = value;
}
inline static int32_t get_offset_of_isNamed_6() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___isNamed_6)); }
inline bool get_isNamed_6() const { return ___isNamed_6; }
inline bool* get_address_of_isNamed_6() { return &___isNamed_6; }
inline void set_isNamed_6(bool value)
{
___isNamed_6 = value;
}
inline static int32_t get_offset_of_isTyped_7() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___isTyped_7)); }
inline bool get_isTyped_7() const { return ___isTyped_7; }
inline bool* get_address_of_isTyped_7() { return &___isTyped_7; }
inline void set_isTyped_7(bool value)
{
___isTyped_7 = value;
}
inline static int32_t get_offset_of_bSimpleAssembly_8() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___bSimpleAssembly_8)); }
inline bool get_bSimpleAssembly_8() const { return ___bSimpleAssembly_8; }
inline bool* get_address_of_bSimpleAssembly_8() { return &___bSimpleAssembly_8; }
inline void set_bSimpleAssembly_8(bool value)
{
___bSimpleAssembly_8 = value;
}
inline static int32_t get_offset_of_cache_9() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___cache_9)); }
inline SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * get_cache_9() const { return ___cache_9; }
inline SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 ** get_address_of_cache_9() { return &___cache_9; }
inline void set_cache_9(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * value)
{
___cache_9 = value;
Il2CppCodeGenWriteBarrier((&___cache_9), value);
}
inline static int32_t get_offset_of_wireMemberNames_10() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___wireMemberNames_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_wireMemberNames_10() const { return ___wireMemberNames_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_wireMemberNames_10() { return &___wireMemberNames_10; }
inline void set_wireMemberNames_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___wireMemberNames_10 = value;
Il2CppCodeGenWriteBarrier((&___wireMemberNames_10), value);
}
inline static int32_t get_offset_of_wireMemberTypes_11() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___wireMemberTypes_11)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_wireMemberTypes_11() const { return ___wireMemberTypes_11; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_wireMemberTypes_11() { return &___wireMemberTypes_11; }
inline void set_wireMemberTypes_11(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___wireMemberTypes_11 = value;
Il2CppCodeGenWriteBarrier((&___wireMemberTypes_11), value);
}
inline static int32_t get_offset_of_lastPosition_12() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___lastPosition_12)); }
inline int32_t get_lastPosition_12() const { return ___lastPosition_12; }
inline int32_t* get_address_of_lastPosition_12() { return &___lastPosition_12; }
inline void set_lastPosition_12(int32_t value)
{
___lastPosition_12 = value;
}
inline static int32_t get_offset_of_serializationSurrogate_13() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___serializationSurrogate_13)); }
inline RuntimeObject* get_serializationSurrogate_13() const { return ___serializationSurrogate_13; }
inline RuntimeObject** get_address_of_serializationSurrogate_13() { return &___serializationSurrogate_13; }
inline void set_serializationSurrogate_13(RuntimeObject* value)
{
___serializationSurrogate_13 = value;
Il2CppCodeGenWriteBarrier((&___serializationSurrogate_13), value);
}
inline static int32_t get_offset_of_context_14() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___context_14)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_context_14() const { return ___context_14; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_context_14() { return &___context_14; }
inline void set_context_14(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___context_14 = value;
}
inline static int32_t get_offset_of_memberTypesList_15() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___memberTypesList_15)); }
inline List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * get_memberTypesList_15() const { return ___memberTypesList_15; }
inline List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 ** get_address_of_memberTypesList_15() { return &___memberTypesList_15; }
inline void set_memberTypesList_15(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * value)
{
___memberTypesList_15 = value;
Il2CppCodeGenWriteBarrier((&___memberTypesList_15), value);
}
inline static int32_t get_offset_of_serObjectInfoInit_16() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___serObjectInfoInit_16)); }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * get_serObjectInfoInit_16() const { return ___serObjectInfoInit_16; }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 ** get_address_of_serObjectInfoInit_16() { return &___serObjectInfoInit_16; }
inline void set_serObjectInfoInit_16(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * value)
{
___serObjectInfoInit_16 = value;
Il2CppCodeGenWriteBarrier((&___serObjectInfoInit_16), value);
}
inline static int32_t get_offset_of_formatterConverter_17() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60, ___formatterConverter_17)); }
inline RuntimeObject* get_formatterConverter_17() const { return ___formatterConverter_17; }
inline RuntimeObject** get_address_of_formatterConverter_17() { return &___formatterConverter_17; }
inline void set_formatterConverter_17(RuntimeObject* value)
{
___formatterConverter_17 = value;
Il2CppCodeGenWriteBarrier((&___formatterConverter_17), value);
}
};
struct ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_StaticFields
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::readObjectInfoCounter
int32_t ___readObjectInfoCounter_1;
public:
inline static int32_t get_offset_of_readObjectInfoCounter_1() { return static_cast<int32_t>(offsetof(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_StaticFields, ___readObjectInfoCounter_1)); }
inline int32_t get_readObjectInfoCounter_1() const { return ___readObjectInfoCounter_1; }
inline int32_t* get_address_of_readObjectInfoCounter_1() { return &___readObjectInfoCounter_1; }
inline void set_readObjectInfoCounter_1(int32_t value)
{
___readObjectInfoCounter_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // READOBJECTINFO_T5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_H
#ifndef WRITEOBJECTINFO_T5E240CBDF05476ED57BE42BD31E19334836CCA00_H
#define WRITEOBJECTINFO_T5E240CBDF05476ED57BE42BD31E19334836CCA00_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo
struct WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::objectInfoId
int32_t ___objectInfoId_0;
// System.Object System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::obj
RuntimeObject * ___obj_1;
// System.Type System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::objectType
Type_t * ___objectType_2;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::isSi
bool ___isSi_3;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::isNamed
bool ___isNamed_4;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::isTyped
bool ___isTyped_5;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::isArray
bool ___isArray_6;
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::si
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___si_7;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::cache
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * ___cache_8;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::memberData
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___memberData_9;
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::serializationSurrogate
RuntimeObject* ___serializationSurrogate_10;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context_11;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::serObjectInfoInit
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit_12;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::objectId
int64_t ___objectId_13;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::assemId
int64_t ___assemId_14;
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::binderTypeName
String_t* ___binderTypeName_15;
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::binderAssemblyString
String_t* ___binderAssemblyString_16;
public:
inline static int32_t get_offset_of_objectInfoId_0() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___objectInfoId_0)); }
inline int32_t get_objectInfoId_0() const { return ___objectInfoId_0; }
inline int32_t* get_address_of_objectInfoId_0() { return &___objectInfoId_0; }
inline void set_objectInfoId_0(int32_t value)
{
___objectInfoId_0 = value;
}
inline static int32_t get_offset_of_obj_1() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___obj_1)); }
inline RuntimeObject * get_obj_1() const { return ___obj_1; }
inline RuntimeObject ** get_address_of_obj_1() { return &___obj_1; }
inline void set_obj_1(RuntimeObject * value)
{
___obj_1 = value;
Il2CppCodeGenWriteBarrier((&___obj_1), value);
}
inline static int32_t get_offset_of_objectType_2() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___objectType_2)); }
inline Type_t * get_objectType_2() const { return ___objectType_2; }
inline Type_t ** get_address_of_objectType_2() { return &___objectType_2; }
inline void set_objectType_2(Type_t * value)
{
___objectType_2 = value;
Il2CppCodeGenWriteBarrier((&___objectType_2), value);
}
inline static int32_t get_offset_of_isSi_3() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___isSi_3)); }
inline bool get_isSi_3() const { return ___isSi_3; }
inline bool* get_address_of_isSi_3() { return &___isSi_3; }
inline void set_isSi_3(bool value)
{
___isSi_3 = value;
}
inline static int32_t get_offset_of_isNamed_4() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___isNamed_4)); }
inline bool get_isNamed_4() const { return ___isNamed_4; }
inline bool* get_address_of_isNamed_4() { return &___isNamed_4; }
inline void set_isNamed_4(bool value)
{
___isNamed_4 = value;
}
inline static int32_t get_offset_of_isTyped_5() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___isTyped_5)); }
inline bool get_isTyped_5() const { return ___isTyped_5; }
inline bool* get_address_of_isTyped_5() { return &___isTyped_5; }
inline void set_isTyped_5(bool value)
{
___isTyped_5 = value;
}
inline static int32_t get_offset_of_isArray_6() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___isArray_6)); }
inline bool get_isArray_6() const { return ___isArray_6; }
inline bool* get_address_of_isArray_6() { return &___isArray_6; }
inline void set_isArray_6(bool value)
{
___isArray_6 = value;
}
inline static int32_t get_offset_of_si_7() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___si_7)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_si_7() const { return ___si_7; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_si_7() { return &___si_7; }
inline void set_si_7(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
___si_7 = value;
Il2CppCodeGenWriteBarrier((&___si_7), value);
}
inline static int32_t get_offset_of_cache_8() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___cache_8)); }
inline SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * get_cache_8() const { return ___cache_8; }
inline SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 ** get_address_of_cache_8() { return &___cache_8; }
inline void set_cache_8(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * value)
{
___cache_8 = value;
Il2CppCodeGenWriteBarrier((&___cache_8), value);
}
inline static int32_t get_offset_of_memberData_9() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___memberData_9)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_memberData_9() const { return ___memberData_9; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_memberData_9() { return &___memberData_9; }
inline void set_memberData_9(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___memberData_9 = value;
Il2CppCodeGenWriteBarrier((&___memberData_9), value);
}
inline static int32_t get_offset_of_serializationSurrogate_10() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___serializationSurrogate_10)); }
inline RuntimeObject* get_serializationSurrogate_10() const { return ___serializationSurrogate_10; }
inline RuntimeObject** get_address_of_serializationSurrogate_10() { return &___serializationSurrogate_10; }
inline void set_serializationSurrogate_10(RuntimeObject* value)
{
___serializationSurrogate_10 = value;
Il2CppCodeGenWriteBarrier((&___serializationSurrogate_10), value);
}
inline static int32_t get_offset_of_context_11() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___context_11)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_context_11() const { return ___context_11; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_context_11() { return &___context_11; }
inline void set_context_11(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___context_11 = value;
}
inline static int32_t get_offset_of_serObjectInfoInit_12() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___serObjectInfoInit_12)); }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * get_serObjectInfoInit_12() const { return ___serObjectInfoInit_12; }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 ** get_address_of_serObjectInfoInit_12() { return &___serObjectInfoInit_12; }
inline void set_serObjectInfoInit_12(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * value)
{
___serObjectInfoInit_12 = value;
Il2CppCodeGenWriteBarrier((&___serObjectInfoInit_12), value);
}
inline static int32_t get_offset_of_objectId_13() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___objectId_13)); }
inline int64_t get_objectId_13() const { return ___objectId_13; }
inline int64_t* get_address_of_objectId_13() { return &___objectId_13; }
inline void set_objectId_13(int64_t value)
{
___objectId_13 = value;
}
inline static int32_t get_offset_of_assemId_14() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___assemId_14)); }
inline int64_t get_assemId_14() const { return ___assemId_14; }
inline int64_t* get_address_of_assemId_14() { return &___assemId_14; }
inline void set_assemId_14(int64_t value)
{
___assemId_14 = value;
}
inline static int32_t get_offset_of_binderTypeName_15() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___binderTypeName_15)); }
inline String_t* get_binderTypeName_15() const { return ___binderTypeName_15; }
inline String_t** get_address_of_binderTypeName_15() { return &___binderTypeName_15; }
inline void set_binderTypeName_15(String_t* value)
{
___binderTypeName_15 = value;
Il2CppCodeGenWriteBarrier((&___binderTypeName_15), value);
}
inline static int32_t get_offset_of_binderAssemblyString_16() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___binderAssemblyString_16)); }
inline String_t* get_binderAssemblyString_16() const { return ___binderAssemblyString_16; }
inline String_t** get_address_of_binderAssemblyString_16() { return &___binderAssemblyString_16; }
inline void set_binderAssemblyString_16(String_t* value)
{
___binderAssemblyString_16 = value;
Il2CppCodeGenWriteBarrier((&___binderAssemblyString_16), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WRITEOBJECTINFO_T5E240CBDF05476ED57BE42BD31E19334836CCA00_H
#ifndef MEMBERHOLDER_T8520AE2362D964B6070B27EDA1575DFCF1638334_H
#define MEMBERHOLDER_T8520AE2362D964B6070B27EDA1575DFCF1638334_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.MemberHolder
struct MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 : public RuntimeObject
{
public:
// System.Type System.Runtime.Serialization.MemberHolder::memberType
Type_t * ___memberType_0;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.MemberHolder::context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context_1;
public:
inline static int32_t get_offset_of_memberType_0() { return static_cast<int32_t>(offsetof(MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334, ___memberType_0)); }
inline Type_t * get_memberType_0() const { return ___memberType_0; }
inline Type_t ** get_address_of_memberType_0() { return &___memberType_0; }
inline void set_memberType_0(Type_t * value)
{
___memberType_0 = value;
Il2CppCodeGenWriteBarrier((&___memberType_0), value);
}
inline static int32_t get_offset_of_context_1() { return static_cast<int32_t>(offsetof(MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334, ___context_1)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_context_1() const { return ___context_1; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_context_1() { return &___context_1; }
inline void set_context_1(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___context_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERHOLDER_T8520AE2362D964B6070B27EDA1575DFCF1638334_H
#ifndef OBJECTMANAGER_T507FFA4AF40CBF19B13E1AD2057420E865817281_H
#define OBJECTMANAGER_T507FFA4AF40CBF19B13E1AD2057420E865817281_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.ObjectManager
struct ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 : public RuntimeObject
{
public:
// System.Runtime.Serialization.DeserializationEventHandler System.Runtime.Serialization.ObjectManager::m_onDeserializationHandler
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * ___m_onDeserializationHandler_0;
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.ObjectManager::m_onDeserializedHandler
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___m_onDeserializedHandler_1;
// System.Runtime.Serialization.ObjectHolder[] System.Runtime.Serialization.ObjectManager::m_objects
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* ___m_objects_2;
// System.Object System.Runtime.Serialization.ObjectManager::m_topObject
RuntimeObject * ___m_topObject_3;
// System.Runtime.Serialization.ObjectHolderList System.Runtime.Serialization.ObjectManager::m_specialFixupObjects
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * ___m_specialFixupObjects_4;
// System.Int64 System.Runtime.Serialization.ObjectManager::m_fixupCount
int64_t ___m_fixupCount_5;
// System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.ObjectManager::m_selector
RuntimeObject* ___m_selector_6;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.ObjectManager::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_7;
public:
inline static int32_t get_offset_of_m_onDeserializationHandler_0() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_onDeserializationHandler_0)); }
inline DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * get_m_onDeserializationHandler_0() const { return ___m_onDeserializationHandler_0; }
inline DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF ** get_address_of_m_onDeserializationHandler_0() { return &___m_onDeserializationHandler_0; }
inline void set_m_onDeserializationHandler_0(DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * value)
{
___m_onDeserializationHandler_0 = value;
Il2CppCodeGenWriteBarrier((&___m_onDeserializationHandler_0), value);
}
inline static int32_t get_offset_of_m_onDeserializedHandler_1() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_onDeserializedHandler_1)); }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * get_m_onDeserializedHandler_1() const { return ___m_onDeserializedHandler_1; }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A ** get_address_of_m_onDeserializedHandler_1() { return &___m_onDeserializedHandler_1; }
inline void set_m_onDeserializedHandler_1(SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * value)
{
___m_onDeserializedHandler_1 = value;
Il2CppCodeGenWriteBarrier((&___m_onDeserializedHandler_1), value);
}
inline static int32_t get_offset_of_m_objects_2() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_objects_2)); }
inline ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* get_m_objects_2() const { return ___m_objects_2; }
inline ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202** get_address_of_m_objects_2() { return &___m_objects_2; }
inline void set_m_objects_2(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* value)
{
___m_objects_2 = value;
Il2CppCodeGenWriteBarrier((&___m_objects_2), value);
}
inline static int32_t get_offset_of_m_topObject_3() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_topObject_3)); }
inline RuntimeObject * get_m_topObject_3() const { return ___m_topObject_3; }
inline RuntimeObject ** get_address_of_m_topObject_3() { return &___m_topObject_3; }
inline void set_m_topObject_3(RuntimeObject * value)
{
___m_topObject_3 = value;
Il2CppCodeGenWriteBarrier((&___m_topObject_3), value);
}
inline static int32_t get_offset_of_m_specialFixupObjects_4() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_specialFixupObjects_4)); }
inline ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * get_m_specialFixupObjects_4() const { return ___m_specialFixupObjects_4; }
inline ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 ** get_address_of_m_specialFixupObjects_4() { return &___m_specialFixupObjects_4; }
inline void set_m_specialFixupObjects_4(ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * value)
{
___m_specialFixupObjects_4 = value;
Il2CppCodeGenWriteBarrier((&___m_specialFixupObjects_4), value);
}
inline static int32_t get_offset_of_m_fixupCount_5() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_fixupCount_5)); }
inline int64_t get_m_fixupCount_5() const { return ___m_fixupCount_5; }
inline int64_t* get_address_of_m_fixupCount_5() { return &___m_fixupCount_5; }
inline void set_m_fixupCount_5(int64_t value)
{
___m_fixupCount_5 = value;
}
inline static int32_t get_offset_of_m_selector_6() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_selector_6)); }
inline RuntimeObject* get_m_selector_6() const { return ___m_selector_6; }
inline RuntimeObject** get_address_of_m_selector_6() { return &___m_selector_6; }
inline void set_m_selector_6(RuntimeObject* value)
{
___m_selector_6 = value;
Il2CppCodeGenWriteBarrier((&___m_selector_6), value);
}
inline static int32_t get_offset_of_m_context_7() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_context_7)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_7() const { return ___m_context_7; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_7() { return &___m_context_7; }
inline void set_m_context_7(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTMANAGER_T507FFA4AF40CBF19B13E1AD2057420E865817281_H
#ifndef SERIALIZATIONOBJECTMANAGER_T1B34C26A17A346BDD48720E0D35BCA659827CBFA_H
#define SERIALIZATIONOBJECTMANAGER_T1B34C26A17A346BDD48720E0D35BCA659827CBFA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationObjectManager
struct SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Runtime.Serialization.SerializationObjectManager::m_objectSeenTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___m_objectSeenTable_0;
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationObjectManager::m_onSerializedHandler
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___m_onSerializedHandler_1;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SerializationObjectManager::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_2;
public:
inline static int32_t get_offset_of_m_objectSeenTable_0() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_objectSeenTable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_m_objectSeenTable_0() const { return ___m_objectSeenTable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_m_objectSeenTable_0() { return &___m_objectSeenTable_0; }
inline void set_m_objectSeenTable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___m_objectSeenTable_0 = value;
Il2CppCodeGenWriteBarrier((&___m_objectSeenTable_0), value);
}
inline static int32_t get_offset_of_m_onSerializedHandler_1() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_onSerializedHandler_1)); }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * get_m_onSerializedHandler_1() const { return ___m_onSerializedHandler_1; }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A ** get_address_of_m_onSerializedHandler_1() { return &___m_onSerializedHandler_1; }
inline void set_m_onSerializedHandler_1(SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * value)
{
___m_onSerializedHandler_1 = value;
Il2CppCodeGenWriteBarrier((&___m_onSerializedHandler_1), value);
}
inline static int32_t get_offset_of_m_context_2() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_context_2)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_2() const { return ___m_context_2; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_2() { return &___m_context_2; }
inline void set_m_context_2(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONOBJECTMANAGER_T1B34C26A17A346BDD48720E0D35BCA659827CBFA_H
#ifndef RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
#define RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___type_info_26), 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((&___GenericCache_27), 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((&___m_serializationCtor_28), 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((&___ValueType_10), 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((&___EnumType_11), 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((&___ObjectType_12), 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((&___StringType_13), 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((&___DelegateType_14), 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((&___s_SICtorParamTypes_15), 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((&___s_typedRef_25), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
// System.Runtime.Remoting.Services.ITrackingHandler[]
struct ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
public:
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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(m_Items + index, value);
}
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Reflection.FieldInfo[]
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE : public RuntimeArray
{
public:
ALIGN_FIELD (8) FieldInfo_t * m_Items[1];
public:
inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FieldInfo_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, FieldInfo_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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(m_Items + index, 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(m_Items + index, value);
}
};
// System.Runtime.Serialization.FixupHolder[]
struct FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641 : public RuntimeArray
{
public:
ALIGN_FIELD (8) FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * m_Items[1];
public:
inline FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 ** 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, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Reflection.MemberInfo[]
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) MemberInfo_t * m_Items[1];
public:
inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline MemberInfo_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, MemberInfo_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.RuntimeType[]
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * m_Items[1];
public:
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** 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, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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.Runtime.Remoting.Messaging.Header[]
struct HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC : public RuntimeArray
{
public:
ALIGN_FIELD (8) Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C * m_Items[1];
public:
inline Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C ** 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, Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[]
struct BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B : 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.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.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.Decimal[]
struct DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F : public RuntimeArray
{
public:
ALIGN_FIELD (8) Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 m_Items[1];
public:
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * 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, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 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.Int16[]
struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int16_t m_Items[1];
public:
inline int16_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int16_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int16_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value)
{
m_Items[index] = value;
}
};
// System.Int64[]
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F : public RuntimeArray
{
public:
ALIGN_FIELD (8) int64_t m_Items[1];
public:
inline int64_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int64_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int64_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value)
{
m_Items[index] = value;
}
};
// System.SByte[]
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int8_t m_Items[1];
public:
inline int8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value)
{
m_Items[index] = value;
}
};
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) float m_Items[1];
public:
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* 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, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// System.TimeSpan[]
struct TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 m_Items[1];
public:
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * 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, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
m_Items[index] = value;
}
};
// System.DateTime[]
struct DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1 : public RuntimeArray
{
public:
ALIGN_FIELD (8) DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 m_Items[1];
public:
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * 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, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
m_Items[index] = value;
}
};
// System.UInt16[]
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint16_t m_Items[1];
public:
inline uint16_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint16_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint16_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value)
{
m_Items[index] = value;
}
};
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint32_t m_Items[1];
public:
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// System.UInt64[]
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint64_t m_Items[1];
public:
inline uint64_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint64_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint64_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
{
m_Items[index] = value;
}
};
// System.TypeCode[]
struct TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58 : 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.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE[]
struct InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C : 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.Runtime.Serialization.Formatters.Binary.WriteObjectInfo[]
struct WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9 : public RuntimeArray
{
public:
ALIGN_FIELD (8) WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * m_Items[1];
public:
inline WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 ** 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, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ConcurrentDictionary_2__ctor_m837A69489E31D437274533E45DD99A224C9C563D_gshared (ConcurrentDictionary_2_tA88F3141DECC2BEA9B6C5335FCE3115CD57B7FF9 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared (Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetOrAdd(TKey,System.Func`2<TKey,TValue>)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConcurrentDictionary_2_GetOrAdd_mEDEC4720BE16CC11CDC5E77482C41C4F24082113_gshared (ConcurrentDictionary_2_tA88F3141DECC2BEA9B6C5335FCE3115CD57B7FF9 * __this, RuntimeObject * p0, Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
extern "C" IL2CPP_METHOD_ATTR bool ConcurrentDictionary_2_TryGetValue_mD5DD3F69BAED11C18F08E56ACF3CFE0173F32DD1_gshared (ConcurrentDictionary_2_tA88F3141DECC2BEA9B6C5335FCE3115CD57B7FF9 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method);
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::set_Item(TKey,TValue)
extern "C" IL2CPP_METHOD_ATTR void ConcurrentDictionary_2_set_Item_mAB1339AD7826A97CC731D71578A69A30B8D31FA0_gshared (ConcurrentDictionary_2_tA88F3141DECC2BEA9B6C5335FCE3115CD57B7FF9 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Func_4__ctor_m612BA89374D5BE3C22692690653FEFBB27BA9D4C_gshared (Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.ServerIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type)
extern "C" IL2CPP_METHOD_ATTR void ServerIdentity__ctor_m8C4EC6337312700EBE1BB141CA1AF376D79B37DC (ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 * __this, String_t* ___objectUri0, Context_tE86AB6B3D9759C8E715184808579EFE761683724 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method);
// System.Object System.Activator::CreateInstance(System.Type,System.Boolean)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method);
// System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::get_ObjectIdentity()
extern "C" IL2CPP_METHOD_ATTR ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 * MarshalByRefObject_get_ObjectIdentity_m7416B44A5332EFEB874C4E6A8100F22511D3997C (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, const RuntimeMethod* method);
// System.Void System.MarshalByRefObject::set_ObjectIdentity(System.Runtime.Remoting.ServerIdentity)
extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject_set_ObjectIdentity_mE1E420865553E02EA38D821EF08642EC35E891B2 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 * ___value0, const RuntimeMethod* method);
// System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::CreateServerObjectSinkChain(System.MarshalByRefObject,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Context_CreateServerObjectSinkChain_m6923378542152C208060176D6C466905C1AE7B25 (Context_tE86AB6B3D9759C8E715184808579EFE761683724 * __this, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * ___obj0, bool ___forceInternalExecute1, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.DisposerReplySink::.ctor(System.Runtime.Remoting.Messaging.IMessageSink,System.IDisposable)
extern "C" IL2CPP_METHOD_ATTR void DisposerReplySink__ctor_mD1FC610A3614015F28797281ECF93364167450A6 (DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13 * __this, RuntimeObject* ___next0, RuntimeObject* ___disposable1, const RuntimeMethod* method);
// System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Contexts.Context::get_DefaultContext()
extern "C" IL2CPP_METHOD_ATTR Context_tE86AB6B3D9759C8E715184808579EFE761683724 * Context_get_DefaultContext_m8618C20C00FFE2C0CEEE203BDCC93F45C7FA7189 (const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.ServerIdentity::AttachServerObject(System.MarshalByRefObject,System.Runtime.Remoting.Contexts.Context)
extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_AttachServerObject_mDAF46A8A96123B31091CEDBAA0070BE01226F7DD (ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 * __this, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * ___serverObject0, Context_tE86AB6B3D9759C8E715184808579EFE761683724 * ___context1, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.ServerIdentity::StartTrackingLifetime(System.Runtime.Remoting.Lifetime.ILease)
extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_StartTrackingLifetime_m42193F67CABCFAC75C1652D2AE84930FBAEEC43C (ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 * __this, RuntimeObject* ___lease0, const RuntimeMethod* method);
// System.MarshalByRefObject System.Runtime.Remoting.SingletonIdentity::GetServerObject()
extern "C" IL2CPP_METHOD_ATTR MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * SingletonIdentity_GetServerObject_m4277AA872099799164761C334FA2827E453D0F68 (SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNs()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNs_m3782425A268ACCD005FA9C7C4077EEED2D1CF7FA (const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithAssembly()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithAssembly_mEE75FA7339F314EC86C05E5220B65C37BEA77B39 (const RuntimeMethod* method);
// System.String System.Runtime.Remoting.SoapServices::EncodeNs(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_EncodeNs_mE01A28EB3BC957B2C59EEF7384239E718BBD3E85 (String_t* ___ns0, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNsAndAssembly()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m8C260DAD91DFD63863A6DF09F1ABC69D123B48FE (const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
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.String System.String::Concat(System.String,System.String,System.String)
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.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly)
extern "C" IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method);
// System.String System.Reflection.AssemblyName::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Runtime.Remoting.Metadata.SoapAttribute System.Runtime.Remoting.InternalRemotingServices::GetCachedSoapAttribute(System.Object)
extern "C" IL2CPP_METHOD_ATTR SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE * InternalRemotingServices_GetCachedSoapAttribute_mAFF020E6FAC7FA570DE27002378FF92B7B1CB684 (RuntimeObject * ___reflectionObject0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlElement()
extern "C" IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlElement_m6C463906F6AEE5BB76B52A1DE1ECBA7462C22ACB (SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlElementName()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlElementName_m1B393174668B8462602DCF9D05C73C058614EA87 (SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.SoapServices::GetAssemblyName(System.Reflection.MethodBase)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetAssemblyName_m2A09893B88C4EF7C37C13C57D3D19E27EB476ABC (MethodBase_t * ___mb0, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.SoapServices::CodeXmlNamespaceForClrTypeNamespace(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_CodeXmlNamespaceForClrTypeNamespace_mCF0E7A4181BF6EB8B45D9D550E286BD3F04A6B7C (String_t* ___typeNamespace0, String_t* ___assemblyName1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlType()
extern "C" IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlType_m2B94CD46917CC50B09193DF404D0B95B32171B6D (SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeName_m279D2740C8C9FE80A0840BD9A49B2D8D5900CD28 (SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeNamespace()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeNamespace_m22B14D327DAEEB629A2EC3F9BC629DDE60E74525 (SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Type)
extern "C" IL2CPP_METHOD_ATTR void SoapServices_PreLoad_mC95EC8C061C7034C9271B13FFEBD7D7D228A50BC (Type_t * ___type0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Remoting.SoapServices::GetXmlTypeForInteropType(System.Type,System.String&,System.String&)
extern "C" IL2CPP_METHOD_ATTR bool SoapServices_GetXmlTypeForInteropType_m1D261402804A5C44F721AAADB4FD669379861650 (Type_t * ___type0, String_t** ___xmlType1, String_t** ___xmlTypeNamespace2, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlType(System.String,System.String,System.Type)
extern "C" IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlType_mA3B0DA59F10BF7ACDB32221B534FB8BBCD61376C (String_t* ___xmlType0, String_t* ___xmlTypeNamespace1, Type_t * ___type2, const RuntimeMethod* method);
// System.Boolean System.Runtime.Remoting.SoapServices::GetXmlElementForInteropType(System.Type,System.String&,System.String&)
extern "C" IL2CPP_METHOD_ATTR bool SoapServices_GetXmlElementForInteropType_mDD4BD736C0AC605463899FF8E801F765449476C7 (Type_t * ___type0, String_t** ___xmlElement1, String_t** ___xmlNamespace2, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlElement(System.String,System.String,System.Type)
extern "C" IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlElement_m3A8A9FB8BD336571CE8AAFE8CA8623CAF82A14E7 (String_t* ___xmlElement0, String_t* ___xmlNamespace1, Type_t * ___type2, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.SoapServices/TypeInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m1A19D684B93FC113A5D824B4F87B89A36A3D45D7 (TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::IsInteropXmlElement()
extern "C" IL2CPP_METHOD_ATTR bool SoapFieldAttribute_IsInteropXmlElement_m4317D5BFFB52C5096A6939E3268EB3F9E722A573 (SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::get_XmlElementName()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapFieldAttribute_get_XmlElementName_m48A63760F915ABB18C08DAA74CCE7E5D93CF0C85 (SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.SoapServices::GetNameKey(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetNameKey_m8C808052B958BE1B5951CBE730A5FEC02472F7DF (String_t* ___name0, String_t* ___namspace1, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.String System.String::Replace(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsInterface()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.TypeEntry::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeEntry__ctor_m809BFE15F4CA80F902E2D673337D8822966924D8 (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.TypeEntry::set_AssemblyName(System.String)
extern "C" IL2CPP_METHOD_ATTR void TypeEntry_set_AssemblyName_m5DA50C7C8BBD054C5D34447264C0DA8D0202078E (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.TypeEntry::set_TypeName(System.String)
extern "C" IL2CPP_METHOD_ATTR void TypeEntry_set_TypeName_mB52EB55C5724D950925B949D6D14D3227D674D16 (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Reflection.Assembly System.Reflection.Assembly::Load(System.String)
extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55 (String_t* ___assemblyString0, const RuntimeMethod* method);
// System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void RemotingException__ctor_mE2685EFC6A282F2E8409AFCF860FCE42BAE0ED5B (RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C * __this, String_t* ___message0, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ApplicationUrl()
extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ApplicationUrl_mE616B5188226BFDF177212977BEE53C7D0976791 (WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.TypeEntry::get_TypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeEntry_get_TypeName_mEE014B80B56F17EC04D35452173B556C6C3F684E (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.TypeEntry::get_AssemblyName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeEntry_get_AssemblyName_mB123CC48F49F147588FAE5CDF8EEEBBB7674E177 (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectUrl()
extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ObjectUrl_m75F4EAF368F72E3EB71585945ECF1856341F3170 (WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectUri()
extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_get_ObjectUri_m57AA90363CFBE85146EEE8BB6C92FEB574E3DF06 (WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FixupHolderList::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void FixupHolderList__ctor_m706BDEDE8E9D15D8FBF5059A9323C455EEEA6FB8 (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * __this, int32_t ___startingSize0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FixupHolderList::EnlargeArray()
extern "C" IL2CPP_METHOD_ATTR void FixupHolderList_EnlargeArray_mA34E7CC8A92B82A88A9A8B5E68506B12711DB001 (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * __this, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Single System.Convert::ToSingle(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Convert::ToString(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m10FC2E5535B944C2DFE83E6D2659122C9408F0FF (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::.ctor()
inline void ConcurrentDictionary_2__ctor_mDE5F6A37695E456D0589910C87EC9D7CF6550585 (ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA * __this, const RuntimeMethod* method)
{
(( void (*) (ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA *, const RuntimeMethod*))ConcurrentDictionary_2__ctor_m837A69489E31D437274533E45DD99A224C9C563D_gshared)(__this, method);
}
// System.Reflection.Binder System.Type::get_DefaultBinder()
extern "C" IL2CPP_METHOD_ATTR Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0 (const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.FormatterServices::CheckSerializable(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool FormatterServices_CheckSerializable_m372DCDA9D80B0C22703A13CB4998648D66A52B35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::GetSerializableMembers(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* FormatterServices_GetSerializableMembers_m1924F494CA7A879891AF30D3515ADC6D8E670CE9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::op_Inequality(System.RuntimeType,System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.FormatterServices::GetParentTypes(System.RuntimeType,System.RuntimeType[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool FormatterServices_GetParentTypes_m55A565DABB708BBA43F091F3B7D43A694C5AE1D3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___parentType0, RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** ___parentTypes1, int32_t* ___parentTypeCount2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::.ctor()
inline void List_1__ctor_m4A6D363C52F737DFA0B94C615C68BF990417F314 (List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Boolean System.Reflection.FieldInfo::get_IsNotSerialized()
extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsNotSerialized_mB1C922AA795D536F932AF848D46AA2F9A4874201 (FieldInfo_t * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationFieldInfo::.ctor(System.Reflection.RuntimeFieldInfo,System.String)
extern "C" IL2CPP_METHOD_ATTR void SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * ___field0, String_t* ___namePrefix1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::Add(T)
inline void List_1_Add_mBB944784530E4332D6B4DB99370E53475131256C (List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * __this, SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 *, SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::get_Count()
inline int32_t List_1_get_Count_mB066325A398DCC4FF193586093BCD02A4CFC6145 (List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.Math::Max(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
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.Void System.Runtime.Serialization.FormatterServices/<>c__DisplayClass9_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m2F54AA916E2CEF1CA5E253E345032BBD17D3E87F (U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.MemberHolder::.ctor(System.Type,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void MemberHolder__ctor_m528F1B3B1AC751B32F03D34AA99899CE3725B28D (MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * __this, Type_t * ___type0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx1, const RuntimeMethod* method);
// System.Void System.Func`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mEC2213CA10E66253EFBC550B2629018B04835CF8 (Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared)(__this, p0, p1, method);
}
// TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::GetOrAdd(TKey,System.Func`2<TKey,TValue>)
inline MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* ConcurrentDictionary_2_GetOrAdd_mD1ECD0B9EC337B75AD79F75EE943C1D3276F5D73 (ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA * __this, MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * p0, Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86 * p1, const RuntimeMethod* method)
{
return (( MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* (*) (ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA *, MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 *, Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86 *, const RuntimeMethod*))ConcurrentDictionary_2_GetOrAdd_mEDEC4720BE16CC11CDC5E77482C41C4F24082113_gshared)(__this, p0, p1, method);
}
// System.Object System.Runtime.Serialization.FormatterServices::nativeGetUninitializedObject(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_nativeGetUninitializedObject_mB3A35D76B203FEC059CA3E37572E670D71622832 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Object System.Runtime.Remoting.Activation.ActivationServices::AllocateUninitializedClassInstance(System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ActivationServices_AllocateUninitializedClassInstance_m90F21694AAF74B03A59DB9986A6120F483A41D42 (Type_t * ___type0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.FormatterServices::GetEnableUnsafeTypeForwarders()
extern "C" IL2CPP_METHOD_ATTR bool FormatterServices_GetEnableUnsafeTypeForwarders_m127957094056AC4E317B13F7CD49ED806672EB67 (const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method);
// System.Void System.Reflection.RtFieldInfo::CheckConsistency(System.Object)
extern "C" IL2CPP_METHOD_ATTR void RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___target0, const RuntimeMethod* method);
// System.Void System.Reflection.RtFieldInfo::UnsafeSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RtFieldInfo_UnsafeSetValue_m84A4DDE188235CFC2DAB59032535FB93B32D0D9B (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationFieldInfo::InternalSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.Reflection.MemberInfo::op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
extern "C" IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9 (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FormatterServices::SerializationSetValue(System.Reflection.MemberInfo,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8 (MemberInfo_t * ___fi0, RuntimeObject * ___target1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Object System.Reflection.RtFieldInfo::UnsafeGetValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationFieldInfo::InternalGetValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Reflection.Assembly System.Runtime.Serialization.FormatterServices::LoadAssemblyFromString(System.String)
extern "C" IL2CPP_METHOD_ATTR Assembly_t * FormatterServices_LoadAssemblyFromString_m05616D847972123FB8DEACB5F94402D3C2B6709C (String_t* ___assemblyName0, const RuntimeMethod* method);
// System.String System.Runtime.CompilerServices.TypeForwardedFromAttribute::get_AssemblyFullName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeForwardedFromAttribute_get_AssemblyFullName_m5488360A35976188EA843499B1809EB25D2AF5CB (TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2 * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsArray()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.FormatterServices::GetClrTypeFullNameForArray(System.Type)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrTypeFullNameForArray_m56AE7AF4715894CA398DD08250FD5895663C8FF0 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.FormatterServices::GetClrTypeFullNameForNonArrayTypes(System.Type)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrTypeFullNameForNonArrayTypes_m66B91C30421209F13AC4F8E900500CED98536DEC (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.FormatterServices::GetClrTypeFullName(System.Type)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.FormatterServices::GetClrAssemblyName(System.Type,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9 (Type_t * ___type0, bool* ___hasTypeForwardedFrom1, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::InternalGetSerializableMembers(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* FormatterServices_InternalGetSerializableMembers_m2FB1D8993247FE02A92BFB296DF50D77B081522A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteByte(System.Byte)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint8_t ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt32(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryConverter::WriteTypeInfo(System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum,System.Object,System.Int32,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682 (int32_t ___binaryTypeEnum0, RuntimeObject * ___typeInformation1, int32_t ___assemId2, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout3, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadInt32()
extern "C" IL2CPP_METHOD_ATTR int32_t __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Byte System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadByte()
extern "C" IL2CPP_METHOD_ATTR uint8_t __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryConverter::ReadTypeInfo(System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum,System.Runtime.Serialization.Formatters.Binary.__BinaryParser,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD (int32_t ___binaryTypeEnum0, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input1, int32_t* ___assemId2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteString(System.String)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadString()
extern "C" IL2CPP_METHOD_ATTR String_t* __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Reflection.Assembly System.Runtime.Serialization.FormatterServices::LoadAssemblyFromStringNoThrow(System.String)
extern "C" IL2CPP_METHOD_ATTR Assembly_t * FormatterServices_LoadAssemblyFromStringNoThrow_mBCE4223B672BC1705CDCE99D2A54158B3D225F5C (String_t* ___assemblyName0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.Converter::IsPrimitiveArray(System.Type,System.Object&)
extern "C" IL2CPP_METHOD_ATTR bool Converter_IsPrimitiveArray_mC5E5EF377960D793CE84F4947582844337A117D4 (Type_t * ___type0, RuntimeObject ** ___typeInformation1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ObjectWriter::ToCode(System.Type)
extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetAssemblyString()
extern "C" IL2CPP_METHOD_ATTR String_t* WriteObjectInfo_GetAssemblyString_m149D6DF6A6D3E48B0A4D479ACAC076BF43455DDF (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetTypeFullName()
extern "C" IL2CPP_METHOD_ATTR String_t* WriteObjectInfo_GetTypeFullName_mDD23416337907CECB5C9F9852586324CB0B4A5A8 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToCode(System.Type)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1 (Type_t * ___type0, const RuntimeMethod* method);
// System.Reflection.Assembly System.Reflection.Assembly::GetAssembly(System.Type)
extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.Converter::ToComType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR String_t* Converter_ToComType_m169DE3B8D87973E292AAD3A835E2978561B00439 (int32_t ___code0, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::ToType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR Type_t * Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872 (int32_t ___code0, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::ToArrayType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR Type_t * Converter_ToArrayType_m0E40B0918DF0366AE2C151FF6AC5F20A10663DCB (int32_t ___code0, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetType(System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo0, String_t* ___name1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates)
extern "C" IL2CPP_METHOD_ATTR void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_mD546559A7F1149938EC7F44ACF0EE23F832DE06D (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * ___handler1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.InternalFE::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InternalFE__ctor_mC6EACF30D5F2A38D0D3AF4AD8C89C84F00D07B92 (InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::.ctor(System.IO.Stream,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.InternalFE,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, RuntimeObject* ___selector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * ___formatterEnums3, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::.ctor(System.IO.Stream,System.Runtime.Serialization.Formatters.Binary.ObjectReader)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser__ctor_m9A7FD4D1EE19B81CDC70535E38D7523EA8D806BC (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::Deserialize(System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Serialization.Formatters.Binary.__BinaryParser,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * ___handler0, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___serParser1, bool ___fCheck2, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * ___handler1, bool ___fCheck2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object,System.Runtime.Remoting.Messaging.Header[])
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_mA6A0B819250AF354A73A9DD36DFBBA5556735087 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, RuntimeObject * ___graph1, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object,System.Runtime.Remoting.Messaging.Header[],System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, RuntimeObject * ___graph1, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers2, bool ___fCheck3, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.InternalFE,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter__ctor_mECFAB1F415B1E8654851E8E89ADB042DED3AE3D7 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject* ___selector0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * ___formatterEnums2, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder3, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::.ctor(System.IO.Stream,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.Formatters.FormatterTypeStyle)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter__ctor_m3C5325849D34DC9B0C190C1E75C0435BE32AD2B8 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___sout0, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter1, int32_t ___formatterTypeStyle2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Serialize(System.Object,System.Runtime.Remoting.Messaging.Header[],System.Runtime.Serialization.Formatters.Binary.__BinaryWriter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___graph0, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___inHeaders1, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___serWriter2, bool ___fCheck3, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mD7AEF4B50810A7A47E642DA370CB9339E6FADE3C (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * __this, Type_t * p0, TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 *, Type_t *, TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, method);
}
// System.Void System.Runtime.Serialization.Formatters.Binary.TypeInformation::.ctor(System.String,System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TypeInformation__ctor_m6E7F6B14A9C1AD1F780FF793525EF70C78919BA3 (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, String_t* ___fullTypeName0, String_t* ___assemblyString1, bool ___hasTypeForwardedFrom2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::Add(TKey,TValue)
inline void Dictionary_2_Add_m07046CF918D4B784531C6CE35A1642CC8ABF37D2 (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * __this, Type_t * p0, TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 *, Type_t *, TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::.ctor()
inline void Dictionary_2__ctor_mE6D168A9B7C41837CE3763110EB3D3AD5F4D5111 (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Runtime.Serialization.Formatters.Binary.IOUtil::WriteStringWithCode(System.String,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void IOUtil_WriteStringWithCode_mF50A848D4074456DA7C22BE2D142149ED97F606A (String_t* ___value0, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.IOUtil::FlagTest(System.Runtime.Serialization.Formatters.Binary.MessageEnum,System.Runtime.Serialization.Formatters.Binary.MessageEnum)
extern "C" IL2CPP_METHOD_ATTR bool IOUtil_FlagTest_m33393EB1A5DFE3396A66DAA39A4A74055DD67987 (int32_t ___flag0, int32_t ___target1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.IOUtil::WriteWithCode(System.Type,System.Object,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void IOUtil_WriteWithCode_m00418AEB29CAB78349A3380F2297CE488D8AAC3E (Type_t * ___type0, RuntimeObject * ___value1, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout2, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D (Type_t * ___type0, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPrimitive()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method);
// System.TypeCode System.Type::GetTypeCode(System.Type)
extern "C" IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F (Type_t * ___type0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToPrimitiveTypeEnum(System.TypeCode)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_ToPrimitiveTypeEnum_m5E8A93009000A2036368D7BD4949E63DCDD4D561 (int32_t ___typeCode0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitArrayTypeA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitArrayTypeA_m7A76D38704556F7B09742432895EEE00939DB195 (const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitTypeA_m4753808CD070FBB44592AB9AF595B8FFFA83A38B (const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitValueA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitValueA_m37600F46AE22616F8205F3E499D22A8F469D4F6B (const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeCodeA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitTypeCodeA_m11A138FE04F3A682C6060AB684DE7BC1E8756C5D (const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitCodeA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitCodeA_mD53BE1958DB27806E054BF0E2BDC05F32AB4D499 (const RuntimeMethod* method);
// System.TypeCode System.Runtime.Serialization.Formatters.Binary.Converter::ToTypeCode(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_ToTypeCode_m2847A2E94570E3BF97D3CDC4FA921C01D8EBDDB5 (int32_t ___code0, const RuntimeMethod* method);
// System.Object System.Convert::ChangeType(System.Object,System.TypeCode,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492 (RuntimeObject * ___value0, int32_t ___typeCode1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___code0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Array::CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::.ctor(System.Runtime.Serialization.Formatters.Binary.IntSizedArray)
extern "C" IL2CPP_METHOD_ATTR void IntSizedArray__ctor_m92DC93FF3E46BE2A3A54F163D4D0D3F648A9CD21 (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * ___sizedArray0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::IncreaseCapacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___code0, const RuntimeMethod* method);
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::TryGetValue(TKey,TValue&)
inline bool ConcurrentDictionary_2_TryGetValue_m763DA292EFD66AAF4C88EA4E2CB188A21BA87651 (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * __this, String_t* p0, RuntimeObject ** p1, const RuntimeMethod* method)
{
return (( bool (*) (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A *, String_t*, RuntimeObject **, const RuntimeMethod*))ConcurrentDictionary_2_TryGetValue_mD5DD3F69BAED11C18F08E56ACF3CFE0173F32DD1_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::set_Item(TKey,TValue)
inline void ConcurrentDictionary_2_set_Item_m612B097355148F8CDB34E6B2BD50F91B5025DD53 (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method)
{
(( void (*) (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A *, String_t*, RuntimeObject *, const RuntimeMethod*))ConcurrentDictionary_2_set_Item_mAB1339AD7826A97CC731D71578A69A30B8D31FA0_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::.ctor()
inline void ConcurrentDictionary_2__ctor_mAFE2B032224054209AEDD336B9F2F9BFAE9A4E76 (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * __this, const RuntimeMethod* method)
{
(( void (*) (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A *, const RuntimeMethod*))ConcurrentDictionary_2__ctor_m837A69489E31D437274533E45DD99A224C9C563D_gshared)(__this, method);
}
// System.Boolean System.Type::get_IsSealed()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsSealed_mC42D173AFAF7802291DEA2C3D691340F2375FD9A (Type_t * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ObjectReader::CreateReadObjectInfo(System.Type)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ObjectReader_CreateReadObjectInfo_mAE991534575E55870FD991B3A39774C2A569E810 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Type_t * ___objectType0, const RuntimeMethod* method);
// System.Type[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberTypes(System.String[],System.Type)
extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___inMemberNames0, Type_t * ___objectType1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.BinaryConverter::GetParserBinaryTypeInfo(System.Type,System.Object&)
extern "C" IL2CPP_METHOD_ATTR int32_t BinaryConverter_GetParserBinaryTypeInfo_m92A9B9B93B3740D425358DFBBC14FCE72F00131D (Type_t * ___type0, RuntimeObject ** ___typeInformation1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.SizedArray::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SizedArray_get_Item_mCF7B33ECD9AF610E1E5C56CF489EA5E03B8035BE (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryConverter::TypeFromInfo(System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum,System.Object,System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE&,System.String&,System.Type&,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void BinaryConverter_TypeFromInfo_mCE2190A92625D3518F92D8A05B90F06022ECC5E2 (int32_t ___binaryTypeEnum0, RuntimeObject * ___typeInformation1, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader2, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo3, int32_t* ___primitiveTypeEnum4, String_t** ___typeString5, Type_t ** ___type6, bool* ___isVariant7, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ObjectReader::CreateReadObjectInfo(System.Type,System.String[],System.Type[])
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ObjectReader_CreateReadObjectInfo_m26B06CE67854F58E27E9026B7B0F2EC8D7314AE2 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Type_t * ___objectType0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitDataStore(System.Runtime.Serialization.SerializationInfo&,System.Object[]&)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitDataStore_m0B0A9190843FEEBCB3E321DB5ABB47944C218A54 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** ___si0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___memberData1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::PrepareForReuse()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_PrepareForReuse_mED74C4E395465B67971C214B6EF84F2A97756F90 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectMap::.ctor(System.String,System.Type,System.String[],System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Int32,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectMap__ctor_mA3E99E3F1BBED1D70C90ED20817FEA0ABCFCC66A (ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * __this, String_t* ___objectName0, Type_t * ___objectType1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames2, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader3, int32_t ___objectId4, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo5, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectMap::.ctor(System.String,System.String[],System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[],System.Object[],System.Int32[],System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Int32,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.Runtime.Serialization.Formatters.Binary.SizedArray)
extern "C" IL2CPP_METHOD_ATTR void ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353 (ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * __this, String_t* ___objectName0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___memberAssemIds4, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader5, int32_t ___objectId6, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo7, SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * ___assemIdToAssemblyTable8, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ParseRecord__ctor_mD26BC726525E21C2876D8914F44500EED66B8521 (ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::Init()
extern "C" IL2CPP_METHOD_ATTR void ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC (ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, String_t* ___stackId0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::set_TopObject(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ObjectManager_set_TopObject_mCC3DCA7923123F42665B374460B58D4429A3693B (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.NameCache::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NameCache__ctor_mF2E30662A3EE11DD69FFBB2D5133ED79416ADE97 (NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::set_TopObject(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectManager__ctor_m332F1ACA2633B436B019BA0AC4F51E292532D2F3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject* ___selector0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, bool ___checkSecurity2, bool ___isCrossAppDomain3, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SerObjectInfoInit__ctor_mEE97CBC32B6C51C6C3A0355E67C52E61ABCEE49E (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::Run()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::get_TopObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::HasSurrogate(System.Type)
extern "C" IL2CPP_METHOD_ATTR bool ObjectReader_HasSurrogate_m30C411CB73E1BEE9FC02A29F8C728ABF01F753A5 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Type_t * ___t0, const RuntimeMethod* method);
// System.Object System.Runtime.Remoting.Messaging.HeaderHandler::Invoke(System.Runtime.Remoting.Messaging.Header[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HeaderHandler_Invoke_mDA4A8D1462093A044CD144240096462AF06E15F4 (HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * __this, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FormatterConverter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FormatterConverter__ctor_mC29A9892BB8E1C520225AB3BAF6981580543DD35 (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Create(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ReadObjectInfo_Create_m8B305BBD07591887E8D4EDAA7D307E0453B75381 (Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager3, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit4, RuntimeObject* ___converter5, bool ___bSimpleAssembly6, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Create(System.Type,System.String[],System.Type[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ReadObjectInfo_Create_m0C3E00984DA750670AD5BC48E7E9C681E783B192 (Type_t * ___objectType0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, RuntimeObject* ___surrogateSelector3, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context4, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager5, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit6, RuntimeObject* ___converter7, bool ___bSimpleAssembly8, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseSerializedStreamHeader(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseSerializedStreamHeader_mD64612E53648925847604569FBC70D0ED64619AD (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseSerializedStreamHeaderEnd(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseSerializedStreamHeaderEnd_m24D5FA873DB466DB0624FBAEB7A4D4C257029D5C (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseObject(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseObjectEnd(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseObjectEnd_mDADF7D34CCEAE3FB322C996340A16F9FEC1FBF9D (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseMember(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseMemberEnd(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseMemberEnd_mC66F43524727558ED0B81F981D2C447AAF6CB542 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::Push(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::Pop()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::InitFullDeserialization()
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_InitFullDeserialization_mCBDE19F7FE5F5D51719F948D55F7870F0B88B1F5 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseArray(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.TypeLoadExceptionHolder::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void TypeLoadExceptionHolder__ctor_m0CEBC76DA756F48F4154F3A51C172C71F4AF777F (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * __this, String_t* ___typeName0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::Peek()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::RegisterObject(System.Object,System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_RegisterObject_m487874D6288B52283AD520C6CE89585507D433EE (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, RuntimeObject * ___obj0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr1, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___objectPr2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::CheckSerializable(System.Type)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Type_t * ___t0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::RaiseOnDeserializingEvent(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RaiseOnDeserializingEvent_mC6657622A304FF49362A573E5C7D317CA754B8AC (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::PopulateObjectMembers(System.Object,System.Object[])
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_PopulateObjectMembers_m9EA7CD5BD17F74484977B52C10EB92DA68617494 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___memberData1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.ObjectReader::get_ValueFixupStack()
extern "C" IL2CPP_METHOD_ATTR SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ObjectReader_get_ValueFixupStack_mCED15C5E561BD7BF12AC3637C536760BF7E79AF0 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ValueFixup::Fixup(System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A (ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___record0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___parent1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::ObjectEnd()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_ObjectEnd_mDB3D5E029D2A3E941BD887E633495FE8DCDD5A64 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Byte[] System.Convert::FromBase64String(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156 (String_t* ___s0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.Converter::IsWriteAsByteArray(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR bool Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D (int32_t ___code0, const RuntimeMethod* method);
// System.Array System.Array::UnsafeCreateInstance(System.Type,System.Int32[])
extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B (Type_t * ___elementType0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengths1, const RuntimeMethod* method);
// System.Array System.Array::UnsafeCreateInstance(System.Type,System.Int32[],System.Int32[])
extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_UnsafeCreateInstance_m3524CE53B16324730C94C54940BB63A5CF67BD53 (Type_t * ___elementType0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengths1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBounds2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::.ctor(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Array)
extern "C" IL2CPP_METHOD_ATTR void PrimitiveArray__ctor_m20243BD5BBDABAD6939022C89CE1ED6F90C8DCCA (PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * __this, int32_t ___code0, RuntimeArray * ___array1, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsValueType()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::NextRectangleMap(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_NextRectangleMap_m7CDD0EE4B063B8049A5543150906E15EF3230DB4 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380 (RuntimeArray * __this, RuntimeObject * ___value0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indices1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ValueFixup::.ctor(System.Array,System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void ValueFixup__ctor_m6C6C26156FEB5B3B7B640833D6E882A34EC315F2 (ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA * __this, RuntimeArray * ___arrayObj0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indexMap1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseString(System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseString_m698B285C638B74849CD26B4F8481CAFD1B401AF1 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___parentPr1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.Converter::FromString(System.String,System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Converter_FromString_m71F8A217C021B2E1254B6D3A2DBDD6220D1E1C8A (String_t* ___value0, int32_t ___code1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::SetValue(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void PrimitiveArray_SetValue_mF2D7B1D18196B975D62670A7B2804879D25EDB4B (PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * __this, String_t* ___value0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseError(System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___processing0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___onStack1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseArrayMember(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetType(System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::AddValue(System.String,System.Object,System.Runtime.Serialization.SerializationInfo&,System.Object[]&)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, String_t* ___name0, RuntimeObject * ___value1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** ___si2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___memberData3, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ValueFixup::.ctor(System.Object,System.String,System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void ValueFixup__ctor_mAF69FB8FA1D777CFD8FAEBA3DEA3FC9AD8E17DC6 (ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA * __this, RuntimeObject * ___memberObject0, String_t* ___memberName1, ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ___objectInfo2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::RecordFixup(System.Int64,System.String,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_RecordFixup_m9661CBC67789086143B6FB23BEAA0E8EB6380180 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, int64_t ___objectId0, String_t* ___name1, int64_t ___idRef2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseArrayMemberEnd(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseArrayMemberEnd_m34CB41C85616B95DA8AD7DB61C44B6D0A7D2B37F (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::RegisterObject(System.Object,System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_RegisterObject_mFFCB7060F0B4786BDDE7C1C6DB28B4C383B1BA4E (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, RuntimeObject * ___obj0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr1, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___objectPr2, bool ___bIsString3, const RuntimeMethod* method);
// System.Reflection.MemberInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberInfo(System.String)
extern "C" IL2CPP_METHOD_ATTR MemberInfo_t * ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::RegisterString(System.String,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RegisterString_m7EA5C4CE4DEE8F81021CD64397B370728C87B27B (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, String_t* ___obj0, int64_t ___objectID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, int64_t ___idOfContainingObj3, MemberInfo_t * ___member4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, int64_t ___objectID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, int64_t ___idOfContainingObj3, MemberInfo_t * ___member4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex5, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IntSizedArray__ctor_mBB3C8AD3AD8C5FC00348307260631846A5AD578D (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.Formatters.Binary.IntSizedArray::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t IntSizedArray_get_Item_m9CE4B8BEF9497423BD06BE3D2F5F088D39A0CAE0 (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::set_Item(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IntSizedArray_set_Item_m4C9B62A30FAB44C415603C84D23B5AE545DDF2D1 (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::FastBindToType(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_FastBindToType_m89C96E7588A65CDA8AF2980513B6DF345AF07CE3 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.NameCache::GetCachedValue(System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameCache_GetCachedValue_m062AD244F24BD4E832573EDA387B175C848436EA (NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, String_t* ___assemblyName0, const RuntimeMethod* method);
// System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.ObjectReader::ResolveSimpleAssemblyName(System.Reflection.AssemblyName)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Assembly_t * ObjectReader_ResolveSimpleAssemblyName_mA3169E2A49241D6CD1E421CBE1668931BBF5E996 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___assemblyName0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetSimplyNamedTypeFromAssembly(System.Reflection.Assembly,System.String,System.Type&)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_GetSimplyNamedTypeFromAssembly_m58A12C578F15B6730E7306D00F5C4DFD92DA6A91 (Assembly_t * ___assm0, String_t* ___typeName1, Type_t ** ___type2, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.FormatterServices::GetTypeFromAssembly(System.Reflection.Assembly,System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E (Assembly_t * ___assem0, String_t* ___name1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::CheckTypeForwardedTo(System.Reflection.Assembly,System.Reflection.Assembly,System.Type)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_CheckTypeForwardedTo_m6C1D9DA7068AB1CA1276ED089ABD9E81274A8F52 (Assembly_t * ___sourceAssembly0, Assembly_t * ___destAssembly1, Type_t * ___resolvedType2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeNAssembly::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeNAssembly__ctor_m2AF5FA6D71618FE6EFAF14B2CEF99429C22C3EFC (TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.NameCache::SetCachedValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR void NameCache_SetCachedValue_mBAEB20849C37E31D11438ABF901B5671DA2B6F43 (NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.Reflection.RuntimeAssembly::LoadWithPartialNameInternal(System.Reflection.AssemblyName,System.Security.Policy.Evidence,System.Threading.StackCrawlMark&)
extern "C" IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeAssembly_LoadWithPartialNameInternal_m612DE6E3F915191BB3394E2A687F2928D2AF66C3 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___an0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, int32_t* ___stackMark2, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.Reflection.RuntimeAssembly::LoadWithPartialNameInternal(System.String,System.Security.Policy.Evidence,System.Threading.StackCrawlMark&)
extern "C" IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeAssembly_LoadWithPartialNameInternal_m5D5FB2669D246F0CB75F354E2E035583889F5AEE (String_t* ___partialName0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, int32_t* ___stackMark2, const RuntimeMethod* method);
// System.Void System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mAA26C8E065FEF812868B36EE7B75B7E7BE6C2849 (Func_2_t13827C9725E0D12567E029E178981FB7D0E13430 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t13827C9725E0D12567E029E178981FB7D0E13430 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared)(__this, p0, p1, method);
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader/TopLevelAssemblyTypeResolver::.ctor(System.Reflection.Assembly)
extern "C" IL2CPP_METHOD_ATTR void TopLevelAssemblyTypeResolver__ctor_m7C6E27645E0D348C218E00F50E987A7411FAA67B (TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8 * __this, Assembly_t * ___topLevelAssembly0, const RuntimeMethod* method);
// System.Void System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>::.ctor(System.Object,System.IntPtr)
inline void Func_4__ctor_m65A7E703DE512F803A428895D19D27F5AF9AF939 (Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_4__ctor_m612BA89374D5BE3C22692690653FEFBB27BA9D4C_gshared)(__this, p0, p1, method);
}
// System.Type System.Type::GetType(System.String,System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>,System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>,System.Boolean)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Type_t * Type_GetType_mF35649443ABDC07A0605C04C9CD551DE44497690 (String_t* ___typeName0, Func_2_t13827C9725E0D12567E029E178981FB7D0E13430 * ___assemblyResolver1, Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF * ___typeResolver2, bool ___throwOnError3, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::Bind(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_Bind_mC1E72B7363BC9F05FCE8DC94A599C8D21099FF2E (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, String_t* ___assemblyString0, String_t* ___typeString1, const RuntimeMethod* method);
// System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo::GetAssembly()
extern "C" IL2CPP_METHOD_ATTR Assembly_t * BinaryAssemblyInfo_GetAssembly_m472AE64395F5B2E3A072387F75241DAFDE7EC2B8 (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.FormatterServices::UnsafeTypeForwardersIsEnabled()
extern "C" IL2CPP_METHOD_ATTR bool FormatterServices_UnsafeTypeForwardersIsEnabled_mFBCE9D2E115BBFCC56289B5FAFC908963C585966 (const RuntimeMethod* method);
// System.Boolean System.Reflection.Assembly::op_Inequality(System.Reflection.Assembly,System.Reflection.Assembly)
extern "C" IL2CPP_METHOD_ATTR bool Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.TypeInformation System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::GetTypeInformation(System.Type)
extern "C" IL2CPP_METHOD_ATTR TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911 (Type_t * ___type0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_HasTypeForwardedFrom()
extern "C" IL2CPP_METHOD_ATTR bool TypeInformation_get_HasTypeForwardedFrom_mA3A61926B7D6D193F78BA5BD906B96B31B121099 (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_AssemblyString()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeInformation_get_AssemblyString_mD8BCA35F3DC1BE947C800DF303A0DEFA27FEF502 (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationObjectManager::.ctor(System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBegin()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBegin_m7DBF4A6172CBBF1801618054D98A05927CFE9037 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteSerializedStreamHeader(System.Int64,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteSerializedStreamHeader_mD408BFBB0E2309B78C4ABF2AFC56D98ABED6EC71 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, int64_t ___topId0, int64_t ___headerId1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMethodCall()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMethodReturn()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSerializationHeaderEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteEnd_m53F545DFCA6DD2F79AE3356A648BCD9E8CB97A3C (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectIDGenerator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Queue::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::InternalGetId(System.Object,System.Boolean,System.Type,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectWriter_InternalGetId_mCAF53B01A9182E12EF0C5DB4DF4644991240F6F2 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, bool ___assignUniqueIdToValueType1, Type_t * ___type2, bool* ___isNew3, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::Serialize(System.Object,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * WriteObjectInfo_Serialize_m8869801598BA9FFE7FB30C4928A85EF8E4699AB9 (RuntimeObject * ___obj0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit3, RuntimeObject* ___converter4, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter5, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder6, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetAssemblyId(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_TypeToNameInfo_m233FBADC0EF665DF1C2ADC6FDB885AED76E1EEB8 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Write(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::PutNameInfo(System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::ObjectEnd()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_ObjectEnd_m869341C245DFF03C747D6E5F0F44B041D4774429 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetNext(System.Int64&)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, int64_t* ___objID0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationObjectManager::RaiseOnSerializedEvent()
extern "C" IL2CPP_METHOD_ATTR void SerializationObjectManager_RaiseOnSerializedEvent_m98A5FBD984680AE8529E3065C885BA5B446CF435 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectString(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___objectId0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteArray(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteArray_m59158107038690795DDD13261B05B035EF82C2CB (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___memberObjectInfo2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetMemberInfo(System.String[]&,System.Type[]&,System.Object[]&)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___outMemberNames0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** ___outMemberTypes1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___outMemberData2, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectWriter::CheckTypeFormat(System.Runtime.Serialization.Formatters.FormatterTypeStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle)
extern "C" IL2CPP_METHOD_ATTR bool ObjectWriter_CheckTypeFormat_m60CF400E1C7EFC98B25A6E00BBCC6C0691803993 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, int32_t ___test0, int32_t ___want1, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetType(System.Object)
extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::Serialize(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * WriteObjectInfo_Serialize_m5A45AB363CEA4CF29587E5691D8D0F0096710961 (Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit3, RuntimeObject* ___converter4, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder5, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Write(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.String[],System.Type[],System.Object[],System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo[])
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_Write_m07AEA9D8900B8667EC99425B48BBB4C22437C850 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___memberData5, WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* ___memberObjectInfos6, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObject(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.String[],System.Type[],System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, int32_t ___numMembers2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes4, WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* ___memberObjectInfos5, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::MemberToNameInfo(System.String)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_MemberToNameInfo_mB42466FFB8A464936787A42FDA42F24F086510A7 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteMemberSetup(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.String,System.Type,System.Object,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteMemberSetup_m00E3C2204D8272C336E141CB6354C858BD5466A9 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo2, String_t* ___memberName3, Type_t * ___memberType4, RuntimeObject * ___memberData5, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___memberObjectInfo6, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectEnd(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectEnd_mB2231BC8E663B4929CD0872B2E8810EE2549BA6E (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Type)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_TypeToNameInfo_m8162AAEDE8118FEA10FC6C43D8E9D8FCB4C7EAC3 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteMembers(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteMembers_m36D4761A56AB970AFBDB45D77735B9886FE9BC00 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberTypeNameInfo1, RuntimeObject * ___memberData2, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo3, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo4, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___memberObjectInfo5, const RuntimeMethod* method);
// System.Type System.Nullable::GetUnderlyingType(System.Type)
extern "C" IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04 (Type_t * ___nullableType0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectWriter::CheckForNull(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR bool ObjectWriter_CheckForNull_m88681B58CD90B7DA790D12B16798FB98883BFA1C (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo2, RuntimeObject * ___data3, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Type,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_TypeToNameInfo_mA0F0A7D5634B921A64279BBCF286FC61409A2B0B (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_TypeToNameInfo_m7B7A2186CA4E7B552E9D1693DFF3C0CF24C54B62 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo1, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Schedule(System.Object,System.Boolean,System.Type,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectWriter_Schedule_m9FF1E4BB7244D5F3BA4B86FA8FD9ED92E1AEEE65 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, bool ___assignUniqueIdToValueType1, Type_t * ___type2, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo3, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectRef_m368D1F6A8C8868E73140835176A129FFC2474D2F (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, int64_t ___objectId1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberNested(System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberNested_m9BFEB137822095D5E13C333C2580903AF4FB8109 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteKnownValueClass(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR bool ObjectWriter_WriteKnownValueClass_mE49EDCA71032C0119C010EC78F8F44ED0C653CC4 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___data2, const RuntimeMethod* method);
// System.Int32 System.Array::get_Rank()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Int32 System.Array::GetLength(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method);
// System.Int32 System.Array::GetLowerBound(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_mDCFD284D55CFFA1DD8825D7FCF86A85EFB71FD1B (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method);
// System.Int32 System.Array::GetUpperBound(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetUpperBound_m3BFCEE3EAF66EDFC829270B533D2C2C3907715F4 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectByteArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectByteArray_mE22B877390AAD3D6CBF5341F970A6B3272AE36A6 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___length4, int32_t ___lowerBound5, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteA6, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSingleArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32,System.Array)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___length4, int32_t ___lowerBound5, RuntimeArray * ___array6, const RuntimeMethod* method);
// System.Object System.Array::GetValue(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteArrayMember(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo1, RuntimeObject * ___data2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItemEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItemEnd_mDEA769E88DDE177C57D6DD520BBAC240B86D2D00 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteJaggedArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteJaggedArray_mDF655C56482A2510EAFD536D809DFAD6AF85EE0C (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___length4, int32_t ___lowerBound5, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteRectangleArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32[],System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteRectangleArray_mD30559DC61571D319AD8A421FAFA34B71AFC337C (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___rank4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthA5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBoundA6, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteRectangle(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Int32,System.Int32[],System.Array,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteRectangle_mFFF430430CE53F674FEBF3086CD34B5CD8CA5B3F (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, int32_t ___rank1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___maxA2, RuntimeArray * ___array3, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemNameTypeInfo4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBoundA5, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::get_IsSealed()
extern "C" IL2CPP_METHOD_ATTR bool NameInfo_get_IsSealed_m624AFE19A8CB10BD6BFA3FB6A737A8CB529DF4A6 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Schedule(System.Object,System.Boolean,System.Type)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectWriter_Schedule_mA8443DFD46DC2B642473DFB631FFFE5CC7DA4C62 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, bool ___assignUniqueIdToValueType1, Type_t * ___type2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItemObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItemObjectRef_mB9EC4B776701AF91042839BAA9A288F30C7D9343 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, int32_t ___idRef1, const RuntimeMethod* method);
// System.Object System.Array::GetValue(System.Int32[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m3CEA4EB8E2DAB2C0B9CCC8D6E597F15F82C2C97C (RuntimeArray * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indices0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteString(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteString_mF71F1619B308E83F2FAF40BB3B4F008EA7E71DCA (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___stringObject2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItem(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItem_m1EA983956A213E49C57BB9712ACB5FFA8E867B92 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___itemNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMember(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, int32_t ___idRef1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberString(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.String)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberString_m2633F38F3CD4A4F0761D7B68C0BF6A5A64B9E20D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, String_t* ___value2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDelayedNullItem()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDelayedNullItem_mEE5EF8F308AC0D44C3E0074342ABF1EFA3D605BC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteNullItem(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteNullItem_mC1771E3B91B2343B342E14900D6CDD382142BDF2 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___itemNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteNullMember(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteNullMember_m704E5E682139DD2DF43E509B19DA06533E53BD56 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSerializationHeader(System.Int32,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSerializationHeader_m8C66A66AA79EBE2DC8D85DDDA970C8031734BE99 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___topId0, int32_t ___headerId1, int32_t ___minorVersion2, int32_t ___majorVersion3, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetNameInfo()
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_GetNameInfo_mF17FBDEDAF4CA2B92AFAEEB97A037D620A7A3332 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.NameInfo::Init()
extern "C" IL2CPP_METHOD_ATTR void NameInfo_Init_m00EB22D0A21850F82D88249E9A1B37DC69226645 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.NameInfo::set_NIname(System.String)
extern "C" IL2CPP_METHOD_ATTR void NameInfo_set_NIname_m3E6875566BF50F8E2DEE02AA9DCA45174F0ABBDA (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Type,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_TypeToNameInfo_m8DCC97347FB4E5B1C8333120755949B004534784 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo1, int32_t ___code2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo3, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteAssembly(System.Type,System.String,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteAssembly_m7E65E787D6E845F91A81509D0ADF197EC61BEAC7 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Type_t * ___type0, String_t* ___assemblyString1, int32_t ___assemId2, bool ___isNew3, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.SerStack::IsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool SerStack_IsEmpty_mF546297BB089E963CAEC7F4A3F59C424F47BD661 (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.NameInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NameInfo__ctor_m8DC901BC4060A4049F2BDF69807722329FD51672 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::Init(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Array)
extern "C" IL2CPP_METHOD_ATTR void PrimitiveArray_Init_mFC3ABB39146CEDF76DA6D3465414C7B1744CBE45 (PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * __this, int32_t ___code0, RuntimeArray * ___array1, const RuntimeMethod* method);
// System.Boolean System.Boolean::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F (String_t* ___value0, const RuntimeMethod* method);
// System.Char System.Char::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_Parse_mD55168D7D07F3B2336263A978C44F1E8F6D965EB (String_t* ___s0, const RuntimeMethod* method);
// System.Double System.Double::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m598B75F6A7C50F719F439CF354BDDD22B9AF8C67 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int16 System.Int16::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int16_t Int16_Parse_m1BA1421C8060847322823397FAE590E371B0A92F (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int32 System.Int32::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m9FD0A75E9C7A9BFC26070A60A420D77CD629CC58 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int64 System.Int64::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m58A1CEB948FDC6C2ECCA27CA9D19CB904BF98FD4 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.SByte System.SByte::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int8_t SByte_Parse_m463EDECF23E836076D4EAD9C267759FCED4E9A9A (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Single System.Single::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m341EA42F7782B136FA7335771DA3C6C96AF6BD86 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.UInt16 System.UInt16::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_m63ED81DBC50063DC0C6A7BD92F38D42CE36C14F8 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.UInt32 System.UInt32::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_mE1049C2D5FDBBA83337898D8608580C6E1CCFEE1 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.UInt64 System.UInt64::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_m601A733732850A76D2469F084F2F0E718EBFFD14 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetObjectInfo(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ReadObjectInfo_GetObjectInfo_mD6245880B46D09C76081B6A8EA9A9A0E3F608932 (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Init(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_Init_m06CE9553899E66B41D9295A05B3870E950399B3D (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager3, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit4, RuntimeObject* ___converter5, bool ___bSimpleAssembly6, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitReadConstructor(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitReadConstructor_mE7FD822151F5BA3A5D792D20E0389A869FE60FEE (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Init(System.Type,System.String[],System.Type[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_Init_mC67E96B220D5261577F0B5FA1CE77C973CEF2B03 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, Type_t * ___objectType0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, RuntimeObject* ___surrogateSelector3, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context4, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager5, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit6, RuntimeObject* ___converter7, bool ___bSimpleAssembly8, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitNoMembers()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitNoMembers_m6E864EEEC736A44A9E2C5692E4103B91A7EADE49 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitSiRead()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitSiRead_mA8DD282B63DFDF8B3BB18679F98770F3A6851CF9 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitMemberInfo()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitMemberInfo_mB0E062690C0F9070F5A6968791335123AD045A91 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Type>::.ctor(System.Int32)
inline void List_1__ctor_m3CD6B39CDE0FB0C6C1119BD8A03FB3EB9D46A740 (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, p0, method);
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::.ctor(System.Type)
extern "C" IL2CPP_METHOD_ATTR void SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80 (Type_t * ___type0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberType(System.Reflection.MemberInfo)
extern "C" IL2CPP_METHOD_ATTR Type_t * ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, MemberInfo_t * ___objMember0, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Position(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t ReadObjectInfo_Position_mB5215126D145F2115DB6D5E419039D92A41529C0 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, String_t* ___name0, const RuntimeMethod* method);
// T System.Collections.Generic.List`1<System.Type>::get_Item(System.Int32)
inline Type_t * List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3 (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( Type_t * (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m38A4B9DDACC89C0C310AB6E48ED817223639EA93 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, RuntimeObject* ___converter1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.FormatterServices::PopulateObjectMembers(System.Object,System.Reflection.MemberInfo[],System.Object[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378 (RuntimeObject * ___obj0, MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* ___members1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___data2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo__ctor_mE1000F4A3885002063AD412AFA3EEB9464702A68 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Int32 System.Threading.Interlocked::Increment(System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F (int32_t* ___location0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_FullTypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeInformation_get_FullTypeName_mF1CC92558B1C98BA662C5B899F69A76531F28A54 (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::IncreaseCapacity()
extern "C" IL2CPP_METHOD_ATTR void SerStack_IncreaseCapacity_m2AEECDEB8075ABA0F4BABB1B418752A8A9FF7771 (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method);
// System.Byte[] System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBytes(System.Int32)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* __BinaryParser_ReadBytes_mC33C7339578083D836BEF5A8C63E4E53EB2DA776 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___length0, const RuntimeMethod* method);
// System.Void System.IO.__Error::EndOfFile()
extern "C" IL2CPP_METHOD_ATTR void __Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5 (const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::GetInt32(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t SerializationHeaderRecord_GetInt32_m2E32C52773BCE60BE79603CE1CCC89FDDA25450F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___index1, const RuntimeMethod* method);
// System.String System.BitConverter::ToString(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* BitConverter_ToString_m6201360C9B19FD17437AA1C88AF1743DCF3442E3 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor(System.Runtime.Serialization.Formatters.Binary.SizedArray)
extern "C" IL2CPP_METHOD_ATTR void SizedArray__ctor_mE6A10F1EE48E30910DC6EB427BA63F2CA7E055C7 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * ___sizedArray0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::IncreaseCapacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Reflection.MemberInfo[] System.Type::GetMember(System.String)
extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* Type_GetMember_m715D5865845665F5A72E927F52FB5CFA1BB3D800 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
extern "C" IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::PutObjectInfo(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_PutObjectInfo_m3D975BDD20CE5E2A0BE09B10589D0D7D7C26D9CD (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit0, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetObjectInfo(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit)
extern "C" IL2CPP_METHOD_ATTR WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * WriteObjectInfo_GetObjectInfo_m05EE5B8A6C1B96B3A7C669EB49D15507FC784527 (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitSerialize(System.Object,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, RuntimeObject * ___obj0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit3, RuntimeObject* ___converter4, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter5, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder6, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitNoMembers()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitNoMembers_m4DD038A9E103C35BC85E11F17ED50F3A6F0E9DCA (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InvokeSerializationBinder(System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InvokeSerializationBinder_m54D61D95270DA8EF3D036485B201F06053241109 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder0, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationObjectManager System.Runtime.Serialization.Formatters.Binary.ObjectWriter::get_ObjectManager()
extern "C" IL2CPP_METHOD_ATTR SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * ObjectWriter_get_ObjectManager_mF2C7BB45C3244AB42D17253E9DF28CB7F8861A5C (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationObjectManager::RegisterObject(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitSiWrite()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitSiWrite_mF9854E31135B05E929C8D4856EAFC9B957408CDB (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, RuntimeObject* ___converter1, bool ___requireSameTokenInPartialTrust2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::CheckTypeForwardedFrom(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache,System.Type,System.String)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55 (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * ___cache0, Type_t * ___objectType1, String_t* ___binderAssemblyString2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitMemberInfo()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitMemberInfo_mCCDDD10A6113B727BF5E288FB1F1BCFDCBA0D57E (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitSerialize(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitSerialize_m082581D399415A0888D8894FB4F48C51EB9EEE4D (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit3, RuntimeObject* ___converter4, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder5, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::get_MemberCount()
extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_get_MemberCount_mF79476D1586072A40815637E4E3209B1FAACACEC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfo::get_FullTypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_FullTypeName_m2FA87CB40BE1AFC52F5B38AA139DB69550F32F54 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfo::get_AssemblyName()
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_AssemblyName_mF6B32EE20F3EE9F398DFCF6745B0BD1F3D547DC0 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsFullTypeNameSetExplicit()
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsFullTypeNameSetExplicit_m35B9D2A3CF5D0B4BBA1FF6279CB8DD03D8B402CD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType()
extern "C" IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsAssemblyNameSetExplicit()
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsAssemblyNameSetExplicit_m0570C6F7088735687DE3A5FE6099B6DE2030DEB8 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::.ctor(System.String,System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SerObjectInfoCache__ctor_mBB97452E7BC7F3247EA736752B5DCAFC5E1E17DC (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * __this, String_t* ___typeName0, String_t* ___assemblyName1, bool ___hasTypeForwardedFrom2, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.SerializationInfoEnumerator::get_ObjectType()
extern "C" IL2CPP_METHOD_ATTR Type_t * SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::IsAssemblyNameAssignmentSafe(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method);
// System.Boolean System.Reflection.Assembly::get_IsFullyTrusted()
extern "C" IL2CPP_METHOD_ATTR bool Assembly_get_IsFullyTrusted_m4C6EBFE2F746B78AB2288C3DF5DF9AB00B020C64 (Assembly_t * __this, const RuntimeMethod* method);
// System.Void System.Security.SecurityException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetMemberType(System.Reflection.MemberInfo)
extern "C" IL2CPP_METHOD_ATTR Type_t * WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, MemberInfo_t * ___objMember0, const RuntimeMethod* method);
// System.Object[] System.Runtime.Serialization.FormatterServices::GetObjectData(System.Object,System.Reflection.MemberInfo[])
extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6 (RuntimeObject * ___obj0, MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* ___members1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InternalInit()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InternalInit_mA089988643EB7BB38C068616621379F6C3D64CF9 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo__ctor_mDDB96F8BB6C19ED681830B99897EA610DA664089 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void BinaryReader__ctor_m8086092A91D507C32ADD5D87902115AD36832C6D (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo::.ctor(System.String,System.Reflection.Assembly)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssemblyInfo__ctor_m9BFEB94B5AA9C049EEA5F5FF7707F8CAEF94ED15 (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __this, String_t* ___assemblyString0, Assembly_t * ___assembly1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SizedArray__ctor_m72545E27F538B28BBD92F6A0B940F7766A9FE602 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SizedArray__ctor_m1B7EDFED1577D555076DAE18D8E2DAC86E69C0F1 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___length0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBegin()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadBegin_mB3A34F96CB851D237337AB0D5C6F28A6A0AEF36A (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadSerializationHeaderRecord()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadSerializationHeaderRecord_m3A5A9CB5563722383C8EC4A5149D7435D129E686 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadAssembly(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObject()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadCrossAppDomainMap()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMap(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectWithMap_m6B6E4E650EADF58985DC61AFC19D38ED82E3CE3A (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMapTyped(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectWithMapTyped_m9575A3EFE3EB7B5B3B5A0779FFA3D8A4A37C62F5 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectString(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadArray(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMemberPrimitiveTyped()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMemberReference()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadMemberReference_mED903B373EDBE5C52243AC140302246275343096 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectNull(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectNull_m27468E5E401A5418EAFFA272D0B593DF15EFC9D7 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMessageEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadEnd_m4DF6391644F728330F478C5DF744817BD14CD89F (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMemberPrimitiveUnTyped()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadMemberPrimitiveUnTyped_m93A2805A6576FC9F8ABC364E3D103B6564D4D828 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectProgress::GetNext(System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum&,System.Object&)
extern "C" IL2CPP_METHOD_ATTR bool ObjectProgress_GetNext_mDE711A2BA0BDEF004F5B69DE8959FD26AFDB831A (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, int32_t* ___outBinaryTypeEnum0, RuntimeObject ** ___outTypeInformation1, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ParseRecord System.Runtime.Serialization.Formatters.Binary.__BinaryParser::get_prs()
extern "C" IL2CPP_METHOD_ATTR ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::Parse(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::PutOp(System.Runtime.Serialization.Formatters.Binary.ObjectProgress)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_PutOp_m0EC01A1B5131E9AEEE5BD92236E912F1EB46CB51 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * ___op0, const RuntimeMethod* method);
// System.Decimal System.Decimal::Parse(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_m4C70CC174E4218FA23E03163CF5DBF408876EB0A (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadInt64()
extern "C" IL2CPP_METHOD_ATTR int64_t __BinaryParser_ReadInt64_m52112070496D5901B23FD16671A8E3F633D11654 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.TimeSpan::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method);
// System.DateTime System.DateTime::FromBinaryRaw(System.Int64)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F (int64_t ___dateData0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord__ctor_mB29824E2F0B3129453672687B44FEC2F16E32A37 (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0 (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Dump()
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Dump_mBC16FBDB8ECC583303E3C469577E2FB55D8BDC06 (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetId(System.Int64)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, int64_t ___objectId0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly__ctor_m05C09656FA7EA4FE9E993F435CF110FF6B22B0CE (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainAssembly__ctor_mAA40D9D4C63A21BA020B0A0A4D6E649CBD47E4D2 (BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainAssembly_Read_mC1DE07F798F6F23073978C6E7D0CF540B984156C (BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainAssembly_Dump_m213E6D47F50BC03251EB9BC55BE145762D04A039 (BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::CrossAppDomainArray(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_CrossAppDomainArray_m01C066FFFA88586F54E36E726C1A7A7A2B2E68CE (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Read_mC8BA62E6016AFDDB02C40AC0C3637DCB341C2ED4 (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Dump_m613C3077298D20882D6DAEDEB9D8B20A587B33D1 (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.SizedArray System.Runtime.Serialization.Formatters.Binary.__BinaryParser::get_AssemIdToAssemblyTable()
extern "C" IL2CPP_METHOD_ATTR SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssemblyInfo__ctor_m98841D1267AE715E6A8C10DB683694F738CBBBB4 (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __this, String_t* ___assemblyString0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::set_Item(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SizedArray_set_Item_m2F28D7274B0AF37F9CC39E41B398CC4ED60C33AC (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObject__ctor_m25D8800F6EE10EDA2C209470BBE1252D033CF3D1 (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryObject_Read_m352E6016DE6A4DC0D1090F2A6DBE6CE8B57908E5 (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryObject_Dump_mE49EE2D83A0076130D15812E9DAC614E4AAE730F (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.SizedArray System.Runtime.Serialization.Formatters.Binary.__BinaryParser::get_ObjectMapIdTable()
extern "C" IL2CPP_METHOD_ATTR SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __BinaryParser_get_ObjectMapIdTable_mDC84DD86132971B05EECEB5D92351A849168096A (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ObjectProgress System.Runtime.Serialization.Formatters.Binary.__BinaryParser::GetOp()
extern "C" IL2CPP_METHOD_ATTR ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::PeekPeek()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerStack_PeekPeek_mB6367D657AE51188CFDFD1739129D6304D9AF9B3 (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ObjectMap::CreateObjectInfo(System.Runtime.Serialization.SerializationInfo&,System.Object[]&)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ObjectMap_CreateObjectInfo_mD098C721F037DF59CD25DDE04F59CEEE6BB6A137 (ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** ___si0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___memberData1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainMap__ctor_mAEBDA08AAFA644EFB4B8BC0A2D9B6893F30735C0 (BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainMap_Read_m880A56501C8E5F8F2165C0241B0BDFEB52815B83 (BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainMap_Dump_m066BE8A10FA640BB30E80379ABAB4CBE2348DA71 (BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Dump_m9A61CE1E9A6BB69C5A8A94082D6719E1178FB787 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMap(System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * ___record0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMapTyped(System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * ___record0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap__ctor_m9F39E74C12B5DE40B925663DF53B745C5EBE7977 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Read_m9E1B8C9ADED4E590FA67504A5CA9E9A21C54BEDF (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo System.Runtime.Serialization.Formatters.Binary.__BinaryParser::get_SystemAssemblyInfo()
extern "C" IL2CPP_METHOD_ATTR BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __BinaryParser_get_SystemAssemblyInfo_m27E5ABEC05F37B392FA4590BE6416BDD1B24C2DD (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ObjectMap System.Runtime.Serialization.Formatters.Binary.ObjectMap::Create(System.String,System.Type,System.String[],System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Int32,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo)
extern "C" IL2CPP_METHOD_ATTR ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * ObjectMap_Create_m6CA3A621BB5EC59F2EF084715CF9E8C7CCE4C3FC (String_t* ___name0, Type_t * ___objectType1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames2, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader3, int32_t ___objectId4, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo5, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped__ctor_m95ABA6D3D2337314BC2601D3ADEA22C04AD96CDD (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped_Read_mBC4BC2F854769E3B1A3E12B924B1ADA32D28D66A (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.ObjectMap System.Runtime.Serialization.Formatters.Binary.ObjectMap::Create(System.String,System.String[],System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[],System.Object[],System.Int32[],System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Int32,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.Runtime.Serialization.Formatters.Binary.SizedArray)
extern "C" IL2CPP_METHOD_ATTR ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * ObjectMap_Create_mB3AE856E768ABD32A195B0627326EC45B2159836 (String_t* ___name0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___memberAssemIds4, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader5, int32_t ___objectId6, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo7, SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * ___assemIdToAssemblyTable8, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString__ctor_mA3C8766190F8D14F0F1AEDA02D77B16E3DEDECE0 (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString_Read_m74B83D039ED695D1B568D03C4D565CB1D7C0A876 (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString_Dump_mED3233C5E0CA5F29EA652F7FF9FCC5483176C44E (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainString__ctor_m1C2CAB83EB0936D1540308A43C70AD882F6EB16D (BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainString_Read_mC53B9B43CB3C7C0D8B277B94410BDBBAA07A0904 (BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainString_Dump_m63994A97DB6B387B022FACA8CED8D250A6BFDEA4 (BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped__ctor_mA92E0E0B80348509FADFA44CD5102FF2E2E1DFAA (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Read_mBD7873CD2FC29FFCE6E40CC0E28C8875431BE154 (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Dump_mA50FD278A27252D4F0D98D2260FFD715EEE4AEAF (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void BinaryArray__ctor_m829F087056F7202FDC3C0E25746493FD856C7AE4 (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryArray_Read_m1D7DEF5223C37189846401AE126E7E855E7FDD2A (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadArrayAsBytes(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadArrayAsBytes_m8F544D2EE70A8729D00769D481844A51F1D0F421 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method);
// System.Char[] System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadChars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* __BinaryParser_ReadChars_m27CDF076A717853AC103123A8181B67A1C825D75 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___length0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.Formatters.Binary.Converter::TypeLength(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_TypeLength_m8D5DAA10D90E70ED2EEECDB1CC4915C43FA93BBB (int32_t ___code0, const RuntimeMethod* method);
// System.Array System.Runtime.Serialization.Formatters.Binary.Converter::CreatePrimitiveArray(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Converter_CreatePrimitiveArray_m5C8E9CCD1307AA9A3C678F0E338EA580D67B81D3 (int32_t ___code0, int32_t ___length1, const RuntimeMethod* method);
// System.Int32 System.Array::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBytes(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadBytes_m7DD0DA2BEE911AFE73BC3D756153E95DEA7674DC (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteA0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped__ctor_m568513B5C309103049BB976B44D3BABD4C22C6CB (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Set(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Set_mFB9A5013550F007406411052F712DD11ADC50A2C (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, int32_t ___typeInformation0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Read_mCD4B12D88812FDD4E8F98F7DB741F48539757DF1 (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Dump_mE77F705ACFEC56C4C436DB78C0771500B920B11A (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberReference__ctor_m9E23ECF4F9B49892C6F0DC28627B9F222C6E5C8B (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Read_mF76C63B09BF782B2106FF8EEF62066119AEDBC74 (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Dump_m9CFAFB528EB5D745794F69D6F7CA1A55C4B0B9DD (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ObjectNull__ctor_m90B9A7BFD14454A441AA7D206C28C1C7A7CD80C8 (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser,System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_Read_mE718FFC439AEF0FDCAD8EA60EA5BBF36E13B8EC9 (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, int32_t ___binaryHeaderEnum1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::Dump()
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_Dump_mC92599F3AD09C6B2B6ABA1DE17DA655C3EFB3021 (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress::ArrayCountIncrement(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ObjectProgress_ArrayCountIncrement_m8168D94EFA4D76D70A957976D59DE3B05393FA4D (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MessageEnd__ctor_mACD46A473A484BA33E889CB737C58D6A9DC3A9F6 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void MessageEnd_Read_m26611F85E9FBDBFFA0D7610E50A7E6669FD3B4A7 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Dump()
extern "C" IL2CPP_METHOD_ATTR void MessageEnd_Dump_m015C1D0BF255BA591D91BDFE39552EC06E4C67E2 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBoolean()
extern "C" IL2CPP_METHOD_ATTR bool __BinaryParser_ReadBoolean_mFE6919035D82690E4C9475D83867B6677C2DB713 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Char System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar __BinaryParser_ReadChar_mD14AF5A97CC16A09E8A48034B9E71286F4A38B5D (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Double System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadDouble()
extern "C" IL2CPP_METHOD_ATTR double __BinaryParser_ReadDouble_m7AE239B013E3F891916C510E520706E2F0AF6922 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Int16 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadInt16()
extern "C" IL2CPP_METHOD_ATTR int16_t __BinaryParser_ReadInt16_m7426623358F290BC71CAECFB446B64D12F4BA369 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.SByte System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadSByte()
extern "C" IL2CPP_METHOD_ATTR int8_t __BinaryParser_ReadSByte_mC834C0FFABC8F2F926DDB0D2114AE9F2AC3932A5 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Single System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadSingle()
extern "C" IL2CPP_METHOD_ATTR float __BinaryParser_ReadSingle_m4ED961B2E46245C8891E59101C3802E107B0AEC9 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.UInt16 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadUInt16()
extern "C" IL2CPP_METHOD_ATTR uint16_t __BinaryParser_ReadUInt16_m371EAC17DA694C47C49DEC8F90617E1730735B8D (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.UInt32 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadUInt32()
extern "C" IL2CPP_METHOD_ATTR uint32_t __BinaryParser_ReadUInt32_mDC4E3869D4BAABEEDB3DE40F9A7EC5D5A2D2A1F1 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.UInt64 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadUInt64()
extern "C" IL2CPP_METHOD_ATTR uint64_t __BinaryParser_ReadUInt64_m56836FBDBA6861E71BBF07DF204F8579FB6C10E5 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Decimal System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadDecimal()
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 __BinaryParser_ReadDecimal_mDF4AF0D2251B49A73002D6B24CB06C108BE29D76 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.TimeSpan System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadTimeSpan()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 __BinaryParser_ReadTimeSpan_mAC815CA793E4B80B542FB1C0AE04448942509F67 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.DateTime System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 __BinaryParser_ReadDateTime_m0A56A6B99C9D8A8FB53E96F31C997E95E1030866 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress::Init()
extern "C" IL2CPP_METHOD_ATTR void ObjectProgress_Init_m8C4DC6DF03B8D34B2DBAE237B2BAB5B2173CB25C (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ObjectProgress__ctor_mEE1C9C450B808BE4A72F9C7ADEC4BBB5F933B187 (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, const RuntimeMethod* method);
// System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, bool ___throwOnInvalidBytes1, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyMarshaledObject(System.Object,System.Runtime.Remoting.ObjRef)
extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyMarshaledObject_mE3F8569E9629CEE1DA2A4B1AB995172FF98668EC (RuntimeObject * ___obj0, ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * ___or1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TrackingServices_NotifyMarshaledObject_mE3F8569E9629CEE1DA2A4B1AB995172FF98668EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0);
V_1 = L_1;
V_2 = (bool)0;
}
IL_000d:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_2), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3);
if (L_4)
{
goto IL_0023;
}
}
IL_0021:
{
IL2CPP_LEAVE(0x61, FINALLY_003f);
}
IL_0023:
{
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeArray * L_8 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(45 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_5, L_7);
V_0 = ((ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A*)Castclass((RuntimeObject*)L_8, ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A_il2cpp_TypeInfo_var));
IL2CPP_LEAVE(0x49, FINALLY_003f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003f;
}
FINALLY_003f:
{ // begin finally (depth: 1)
{
bool L_9 = V_2;
if (!L_9)
{
goto IL_0048;
}
}
IL_0042:
{
RuntimeObject * L_10 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL);
}
IL_0048:
{
IL2CPP_END_FINALLY(63)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(63)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_JUMP_TBL(0x49, IL_0049)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0049:
{
V_3 = 0;
goto IL_005b;
}
IL_004d:
{
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* L_11 = V_0;
int32_t L_12 = V_3;
NullCheck(L_11);
int32_t L_13 = L_12;
RuntimeObject* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
RuntimeObject * L_15 = ___obj0;
ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * L_16 = ___or1;
NullCheck(L_14);
InterfaceActionInvoker2< RuntimeObject *, ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * >::Invoke(1 /* System.Void System.Runtime.Remoting.Services.ITrackingHandler::MarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) */, ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734_il2cpp_TypeInfo_var, L_14, L_15, L_16);
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_005b:
{
int32_t L_18 = V_3;
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* L_19 = V_0;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))))))
{
goto IL_004d;
}
}
IL_0061:
{
return;
}
}
// System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyUnmarshaledObject(System.Object,System.Runtime.Remoting.ObjRef)
extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyUnmarshaledObject_mF4DFEB56D2DF9B17E685B09D20FBC92B9A3B965C (RuntimeObject * ___obj0, ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * ___or1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TrackingServices_NotifyUnmarshaledObject_mF4DFEB56D2DF9B17E685B09D20FBC92B9A3B965C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0);
V_1 = L_1;
V_2 = (bool)0;
}
IL_000d:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_2), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3);
if (L_4)
{
goto IL_0023;
}
}
IL_0021:
{
IL2CPP_LEAVE(0x61, FINALLY_003f);
}
IL_0023:
{
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeArray * L_8 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(45 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_5, L_7);
V_0 = ((ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A*)Castclass((RuntimeObject*)L_8, ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A_il2cpp_TypeInfo_var));
IL2CPP_LEAVE(0x49, FINALLY_003f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003f;
}
FINALLY_003f:
{ // begin finally (depth: 1)
{
bool L_9 = V_2;
if (!L_9)
{
goto IL_0048;
}
}
IL_0042:
{
RuntimeObject * L_10 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL);
}
IL_0048:
{
IL2CPP_END_FINALLY(63)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(63)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_JUMP_TBL(0x49, IL_0049)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0049:
{
V_3 = 0;
goto IL_005b;
}
IL_004d:
{
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* L_11 = V_0;
int32_t L_12 = V_3;
NullCheck(L_11);
int32_t L_13 = L_12;
RuntimeObject* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
RuntimeObject * L_15 = ___obj0;
ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * L_16 = ___or1;
NullCheck(L_14);
InterfaceActionInvoker2< RuntimeObject *, ObjRef_tA220448511DCA671EFC23F87F1C7FCA6ACC749D2 * >::Invoke(2 /* System.Void System.Runtime.Remoting.Services.ITrackingHandler::UnmarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) */, ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734_il2cpp_TypeInfo_var, L_14, L_15, L_16);
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_005b:
{
int32_t L_18 = V_3;
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* L_19 = V_0;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))))))
{
goto IL_004d;
}
}
IL_0061:
{
return;
}
}
// System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyDisconnectedObject(System.Object)
extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyDisconnectedObject_m701D4FC12143B5952C18EC2FC184E7845C35B189 (RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TrackingServices_NotifyDisconnectedObject_m701D4FC12143B5952C18EC2FC184E7845C35B189_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0);
V_1 = L_1;
V_2 = (bool)0;
}
IL_000d:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_2), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3);
if (L_4)
{
goto IL_0023;
}
}
IL_0021:
{
IL2CPP_LEAVE(0x60, FINALLY_003f);
}
IL_0023:
{
IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = ((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->get__handlers_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeArray * L_8 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(45 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_5, L_7);
V_0 = ((ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A*)Castclass((RuntimeObject*)L_8, ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A_il2cpp_TypeInfo_var));
IL2CPP_LEAVE(0x49, FINALLY_003f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003f;
}
FINALLY_003f:
{ // begin finally (depth: 1)
{
bool L_9 = V_2;
if (!L_9)
{
goto IL_0048;
}
}
IL_0042:
{
RuntimeObject * L_10 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL);
}
IL_0048:
{
IL2CPP_END_FINALLY(63)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(63)
{
IL2CPP_JUMP_TBL(0x60, IL_0060)
IL2CPP_JUMP_TBL(0x49, IL_0049)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0049:
{
V_3 = 0;
goto IL_005a;
}
IL_004d:
{
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* L_11 = V_0;
int32_t L_12 = V_3;
NullCheck(L_11);
int32_t L_13 = L_12;
RuntimeObject* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
RuntimeObject * L_15 = ___obj0;
NullCheck(L_14);
InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void System.Runtime.Remoting.Services.ITrackingHandler::DisconnectedObject(System.Object) */, ITrackingHandler_t6441C7FB66CA24E96B206C2F884F496993BDD734_il2cpp_TypeInfo_var, L_14, L_15);
int32_t L_16 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_005a:
{
int32_t L_17 = V_3;
ITrackingHandlerU5BU5D_t660E4548BC8B5A92AC4A3FB21F6D161C6078253A* L_18 = V_0;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))))
{
goto IL_004d;
}
}
IL_0060:
{
return;
}
}
// System.Void System.Runtime.Remoting.Services.TrackingServices::.cctor()
extern "C" IL2CPP_METHOD_ATTR void TrackingServices__cctor_mB7998C9371EDC7900E395D69B247D01304E82DF0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TrackingServices__cctor_mB7998C9371EDC7900E395D69B247D01304E82DF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
((TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t2C809B5035163AEE0FBA4ECE826F9EDDB152CF69_il2cpp_TypeInfo_var))->set__handlers_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.Runtime.Remoting.SingleCallIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type)
extern "C" IL2CPP_METHOD_ATTR void SingleCallIdentity__ctor_m4B0D7D93CC9617660664172436323EF610FFC0D1 (SingleCallIdentity_tAFE479E42C2A9EFED817B8D3426104994CC04083 * __this, String_t* ___objectUri0, Context_tE86AB6B3D9759C8E715184808579EFE761683724 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___objectUri0;
Context_tE86AB6B3D9759C8E715184808579EFE761683724 * L_1 = ___context1;
Type_t * L_2 = ___objectType2;
ServerIdentity__ctor_m8C4EC6337312700EBE1BB141CA1AF376D79B37DC(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.SingleCallIdentity::SyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SingleCallIdentity_SyncObjectProcessMessage_m42ED83943CD159458A8438DC787594BDB0B2E657 (SingleCallIdentity_tAFE479E42C2A9EFED817B8D3426104994CC04083 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SingleCallIdentity_SyncObjectProcessMessage_m42ED83943CD159458A8438DC787594BDB0B2E657_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * V_0 = NULL;
RuntimeObject* G_B4_0 = NULL;
RuntimeObject* G_B3_0 = NULL;
{
Type_t * L_0 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__objectType_7();
RuntimeObject * L_1 = Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3(L_0, (bool)1, /*hidden argument*/NULL);
V_0 = ((MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF *)CastclassClass((RuntimeObject*)L_1, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_il2cpp_TypeInfo_var));
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_2 = V_0;
NullCheck(L_2);
ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 * L_3 = MarshalByRefObject_get_ObjectIdentity_m7416B44A5332EFEB874C4E6A8100F22511D3997C(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0021;
}
}
{
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_4 = V_0;
NullCheck(L_4);
MarshalByRefObject_set_ObjectIdentity_mE1E420865553E02EA38D821EF08642EC35E891B2(L_4, __this, /*hidden argument*/NULL);
}
IL_0021:
{
Context_tE86AB6B3D9759C8E715184808579EFE761683724 * L_5 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__context_10();
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_6 = V_0;
NullCheck(L_5);
RuntimeObject* L_7 = Context_CreateServerObjectSinkChain_m6923378542152C208060176D6C466905C1AE7B25(L_5, L_6, (bool)0, /*hidden argument*/NULL);
RuntimeObject* L_8 = ___msg0;
NullCheck(L_7);
RuntimeObject* L_9 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_tB1CED1C3E8A2782C843D48468DB443B7940FC76C_il2cpp_TypeInfo_var, L_7, L_8);
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_10 = V_0;
G_B3_0 = L_9;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)))
{
G_B4_0 = L_9;
goto IL_0047;
}
}
{
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_11 = V_0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_11, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)));
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)));
G_B4_0 = G_B3_0;
}
IL_0047:
{
return G_B4_0;
}
}
// System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.SingleCallIdentity::AsyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SingleCallIdentity_AsyncObjectProcessMessage_mF0B7490D15A7BD4DB62BB8A84F3A9A9E7F7793B3 (SingleCallIdentity_tAFE479E42C2A9EFED817B8D3426104994CC04083 * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SingleCallIdentity_AsyncObjectProcessMessage_mF0B7490D15A7BD4DB62BB8A84F3A9A9E7F7793B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * V_0 = NULL;
RuntimeObject* G_B2_0 = NULL;
RuntimeObject* G_B1_0 = NULL;
{
Type_t * L_0 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__objectType_7();
RuntimeObject * L_1 = Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3(L_0, (bool)1, /*hidden argument*/NULL);
V_0 = ((MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF *)CastclassClass((RuntimeObject*)L_1, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_il2cpp_TypeInfo_var));
Context_tE86AB6B3D9759C8E715184808579EFE761683724 * L_2 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__context_10();
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_3 = V_0;
NullCheck(L_2);
RuntimeObject* L_4 = Context_CreateServerObjectSinkChain_m6923378542152C208060176D6C466905C1AE7B25(L_2, L_3, (bool)0, /*hidden argument*/NULL);
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_5 = V_0;
G_B1_0 = L_4;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)))
{
G_B2_0 = L_4;
goto IL_0035;
}
}
{
RuntimeObject* L_6 = ___replySink1;
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_7 = V_0;
DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13 * L_8 = (DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13 *)il2cpp_codegen_object_new(DisposerReplySink_tB82C204D78F2AC7B0C3F08CDF7F331E36188ED13_il2cpp_TypeInfo_var);
DisposerReplySink__ctor_mD1FC610A3614015F28797281ECF93364167450A6(L_8, L_6, ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
___replySink1 = L_8;
G_B2_0 = G_B1_0;
}
IL_0035:
{
RuntimeObject* L_9 = ___msg0;
RuntimeObject* L_10 = ___replySink1;
NullCheck(G_B2_0);
RuntimeObject* L_11 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.IMessageSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, IMessageSink_tB1CED1C3E8A2782C843D48468DB443B7940FC76C_il2cpp_TypeInfo_var, G_B2_0, L_9, L_10);
return L_11;
}
}
#ifdef __clang__
#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.Runtime.Remoting.SingletonIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type)
extern "C" IL2CPP_METHOD_ATTR void SingletonIdentity__ctor_m40742B79B36568EEEEF86558C348DDB254AA40CC (SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 * __this, String_t* ___objectUri0, Context_tE86AB6B3D9759C8E715184808579EFE761683724 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___objectUri0;
Context_tE86AB6B3D9759C8E715184808579EFE761683724 * L_1 = ___context1;
Type_t * L_2 = ___objectType2;
ServerIdentity__ctor_m8C4EC6337312700EBE1BB141CA1AF376D79B37DC(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.MarshalByRefObject System.Runtime.Remoting.SingletonIdentity::GetServerObject()
extern "C" IL2CPP_METHOD_ATTR MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * SingletonIdentity_GetServerObject_m4277AA872099799164761C334FA2827E453D0F68 (SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SingletonIdentity_GetServerObject_m4277AA872099799164761C334FA2827E453D0F68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 * V_0 = NULL;
bool V_1 = false;
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_0 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__serverObject_8();
if (!L_0)
{
goto IL_000f;
}
}
{
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_1 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__serverObject_8();
return L_1;
}
IL_000f:
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0013:
try
{ // begin try (depth: 1)
{
SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_3 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__serverObject_8();
if (L_3)
{
goto IL_0052;
}
}
IL_0023:
{
Type_t * L_4 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__objectType_7();
RuntimeObject * L_5 = Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3(L_4, (bool)1, /*hidden argument*/NULL);
V_2 = ((MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF *)CastclassClass((RuntimeObject*)L_5, MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_il2cpp_TypeInfo_var));
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_6 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Context_tE86AB6B3D9759C8E715184808579EFE761683724_il2cpp_TypeInfo_var);
Context_tE86AB6B3D9759C8E715184808579EFE761683724 * L_7 = Context_get_DefaultContext_m8618C20C00FFE2C0CEEE203BDCC93F45C7FA7189(/*hidden argument*/NULL);
ServerIdentity_AttachServerObject_mDAF46A8A96123B31091CEDBAA0070BE01226F7DD(__this, L_6, L_7, /*hidden argument*/NULL);
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_8 = V_2;
NullCheck(L_8);
RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.MarshalByRefObject::InitializeLifetimeService() */, L_8);
ServerIdentity_StartTrackingLifetime_m42193F67CABCFAC75C1652D2AE84930FBAEEC43C(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_9, ILease_t341D788D16ADC594871883DAC6ADB6A316E1AF4B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
}
IL_0052:
{
IL2CPP_LEAVE(0x5E, FINALLY_0054);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0054;
}
FINALLY_0054:
{ // begin finally (depth: 1)
{
bool L_10 = V_1;
if (!L_10)
{
goto IL_005d;
}
}
IL_0057:
{
SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 * L_11 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL);
}
IL_005d:
{
IL2CPP_END_FINALLY(84)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(84)
{
IL2CPP_JUMP_TBL(0x5E, IL_005e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005e:
{
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_12 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__serverObject_8();
return L_12;
}
}
// System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.SingletonIdentity::SyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SingletonIdentity_SyncObjectProcessMessage_m920C013850F102995548C447A70EB86AA0031BB6 (SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SingletonIdentity_SyncObjectProcessMessage_m920C013850F102995548C447A70EB86AA0031BB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * V_0 = NULL;
{
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_0 = SingletonIdentity_GetServerObject_m4277AA872099799164761C334FA2827E453D0F68(__this, /*hidden argument*/NULL);
V_0 = L_0;
RuntimeObject* L_1 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__serverSink_9();
if (L_1)
{
goto IL_0022;
}
}
{
Context_tE86AB6B3D9759C8E715184808579EFE761683724 * L_2 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__context_10();
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_3 = V_0;
NullCheck(L_2);
RuntimeObject* L_4 = Context_CreateServerObjectSinkChain_m6923378542152C208060176D6C466905C1AE7B25(L_2, L_3, (bool)0, /*hidden argument*/NULL);
((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->set__serverSink_9(L_4);
}
IL_0022:
{
RuntimeObject* L_5 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__serverSink_9();
RuntimeObject* L_6 = ___msg0;
NullCheck(L_5);
RuntimeObject* L_7 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_tB1CED1C3E8A2782C843D48468DB443B7940FC76C_il2cpp_TypeInfo_var, L_5, L_6);
return L_7;
}
}
// System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.SingletonIdentity::AsyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SingletonIdentity_AsyncObjectProcessMessage_mD97C5F5851AC790F179CC268EA63DCE0491138BC (SingletonIdentity_t766AB38F2A063031B6DBEE246C251FC02F3E1DB5 * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SingletonIdentity_AsyncObjectProcessMessage_mD97C5F5851AC790F179CC268EA63DCE0491138BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * V_0 = NULL;
{
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_0 = SingletonIdentity_GetServerObject_m4277AA872099799164761C334FA2827E453D0F68(__this, /*hidden argument*/NULL);
V_0 = L_0;
RuntimeObject* L_1 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__serverSink_9();
if (L_1)
{
goto IL_0022;
}
}
{
Context_tE86AB6B3D9759C8E715184808579EFE761683724 * L_2 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__context_10();
MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * L_3 = V_0;
NullCheck(L_2);
RuntimeObject* L_4 = Context_CreateServerObjectSinkChain_m6923378542152C208060176D6C466905C1AE7B25(L_2, L_3, (bool)0, /*hidden argument*/NULL);
((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->set__serverSink_9(L_4);
}
IL_0022:
{
RuntimeObject* L_5 = ((ServerIdentity_t93C5C5C4D608C5E714F0C5061B9BFC17B3B567D2 *)__this)->get__serverSink_9();
RuntimeObject* L_6 = ___msg0;
RuntimeObject* L_7 = ___replySink1;
NullCheck(L_5);
RuntimeObject* L_8 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.IMessageSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, IMessageSink_tB1CED1C3E8A2782C843D48468DB443B7940FC76C_il2cpp_TypeInfo_var, L_5, L_6, L_7);
return L_8;
}
}
#ifdef __clang__
#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.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithAssembly()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithAssembly_mEE75FA7339F314EC86C05E5220B65C37BEA77B39 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_get_XmlNsForClrTypeWithAssembly_mEE75FA7339F314EC86C05E5220B65C37BEA77B39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralC291D2B42BABD53568DAD6D11CAD3B8EE09F7FE2;
}
}
// System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNs()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNs_m3782425A268ACCD005FA9C7C4077EEED2D1CF7FA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_get_XmlNsForClrTypeWithNs_m3782425A268ACCD005FA9C7C4077EEED2D1CF7FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral49A5F5D435638D7B1D2AA6AD1C31E898F3BD9D44;
}
}
// System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNsAndAssembly()
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m8C260DAD91DFD63863A6DF09F1ABC69D123B48FE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m8C260DAD91DFD63863A6DF09F1ABC69D123B48FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral838865685079C853D12AD6B73205C386DFE1478D;
}
}
// System.String System.Runtime.Remoting.SoapServices::CodeXmlNamespaceForClrTypeNamespace(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_CodeXmlNamespaceForClrTypeNamespace_mCF0E7A4181BF6EB8B45D9D550E286BD3F04A6B7C (String_t* ___typeNamespace0, String_t* ___assemblyName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_CodeXmlNamespaceForClrTypeNamespace_mCF0E7A4181BF6EB8B45D9D550E286BD3F04A6B7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___assemblyName1;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0019;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
String_t* L_3 = SoapServices_get_XmlNsForClrTypeWithNs_m3782425A268ACCD005FA9C7C4077EEED2D1CF7FA(/*hidden argument*/NULL);
String_t* L_4 = ___typeNamespace0;
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0019:
{
String_t* L_6 = ___typeNamespace0;
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0037;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
String_t* L_9 = SoapServices_get_XmlNsForClrTypeWithAssembly_mEE75FA7339F314EC86C05E5220B65C37BEA77B39(/*hidden argument*/NULL);
String_t* L_10 = ___assemblyName1;
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_9, L_10, /*hidden argument*/NULL);
String_t* L_12 = SoapServices_EncodeNs_mE01A28EB3BC957B2C59EEF7384239E718BBD3E85(L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0037:
{
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
String_t* L_13 = SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m8C260DAD91DFD63863A6DF09F1ABC69D123B48FE(/*hidden argument*/NULL);
String_t* L_14 = ___typeNamespace0;
String_t* L_15 = ___assemblyName1;
String_t* L_16 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_13, L_14, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_15, /*hidden argument*/NULL);
String_t* L_17 = SoapServices_EncodeNs_mE01A28EB3BC957B2C59EEF7384239E718BBD3E85(L_16, /*hidden argument*/NULL);
return L_17;
}
}
// System.String System.Runtime.Remoting.SoapServices::GetNameKey(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetNameKey_m8C808052B958BE1B5951CBE730A5FEC02472F7DF (String_t* ___name0, String_t* ___namspace1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_GetNameKey_m8C808052B958BE1B5951CBE730A5FEC02472F7DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___namspace1;
if (L_0)
{
goto IL_0005;
}
}
{
String_t* L_1 = ___name0;
return L_1;
}
IL_0005:
{
String_t* L_2 = ___name0;
String_t* L_3 = ___namspace1;
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.Runtime.Remoting.SoapServices::GetAssemblyName(System.Reflection.MethodBase)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetAssemblyName_m2A09893B88C4EF7C37C13C57D3D19E27EB476ABC (MethodBase_t * ___mb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_GetAssemblyName_m2A09893B88C4EF7C37C13C57D3D19E27EB476ABC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MethodBase_t * L_0 = ___mb0;
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
NullCheck(L_1);
Assembly_t * L_2 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
Assembly_t * L_5 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4);
bool L_6 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_2, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0027;
}
}
{
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_7;
}
IL_0027:
{
MethodBase_t * L_8 = ___mb0;
NullCheck(L_8);
Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_8);
NullCheck(L_9);
Assembly_t * L_10 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_9);
NullCheck(L_10);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_11 = VirtFuncInvoker0< AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * >::Invoke(17 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_10);
NullCheck(L_11);
String_t* L_12 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B(L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.Boolean System.Runtime.Remoting.SoapServices::GetXmlElementForInteropType(System.Type,System.StringU26,System.StringU26)
extern "C" IL2CPP_METHOD_ATTR bool SoapServices_GetXmlElementForInteropType_mDD4BD736C0AC605463899FF8E801F765449476C7 (Type_t * ___type0, String_t** ___xmlElement1, String_t** ___xmlNamespace2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_GetXmlElementForInteropType_mDD4BD736C0AC605463899FF8E801F765449476C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * V_0 = NULL;
{
Type_t * L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t29F59247A12F343EFDCCB57E1F75DC33873532A3_il2cpp_TypeInfo_var);
SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE * L_1 = InternalRemotingServices_GetCachedSoapAttribute_mAFF020E6FAC7FA570DE27002378FF92B7B1CB684(L_0, /*hidden argument*/NULL);
V_0 = ((SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A *)CastclassSealed((RuntimeObject*)L_1, SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A_il2cpp_TypeInfo_var));
SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * L_2 = V_0;
NullCheck(L_2);
bool L_3 = SoapTypeAttribute_get_IsInteropXmlElement_m6C463906F6AEE5BB76B52A1DE1ECBA7462C22ACB(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001c;
}
}
{
String_t** L_4 = ___xmlElement1;
*((RuntimeObject **)L_4) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_4, (RuntimeObject *)NULL);
String_t** L_5 = ___xmlNamespace2;
*((RuntimeObject **)L_5) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_5, (RuntimeObject *)NULL);
return (bool)0;
}
IL_001c:
{
String_t** L_6 = ___xmlElement1;
SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = SoapTypeAttribute_get_XmlElementName_m1B393174668B8462602DCF9D05C73C058614EA87(L_7, /*hidden argument*/NULL);
*((RuntimeObject **)L_6) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_6, (RuntimeObject *)L_8);
String_t** L_9 = ___xmlNamespace2;
SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Runtime.Remoting.Metadata.SoapAttribute::get_XmlNamespace() */, L_10);
*((RuntimeObject **)L_9) = (RuntimeObject *)L_11;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_9, (RuntimeObject *)L_11);
return (bool)1;
}
}
// System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodCall(System.Reflection.MethodBase)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodCall_m4A1C57780FBF810E42A16512D811A98C569C6316 (MethodBase_t * ___mb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_GetXmlNamespaceForMethodCall_m4A1C57780FBF810E42A16512D811A98C569C6316_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MethodBase_t * L_0 = ___mb0;
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1);
MethodBase_t * L_3 = ___mb0;
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
String_t* L_4 = SoapServices_GetAssemblyName_m2A09893B88C4EF7C37C13C57D3D19E27EB476ABC(L_3, /*hidden argument*/NULL);
String_t* L_5 = SoapServices_CodeXmlNamespaceForClrTypeNamespace_mCF0E7A4181BF6EB8B45D9D550E286BD3F04A6B7C(L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodResponse(System.Reflection.MethodBase)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodResponse_m868F2E6F50D18120AEB71E048E5362E04FC66F06 (MethodBase_t * ___mb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_GetXmlNamespaceForMethodResponse_m868F2E6F50D18120AEB71E048E5362E04FC66F06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MethodBase_t * L_0 = ___mb0;
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1);
MethodBase_t * L_3 = ___mb0;
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
String_t* L_4 = SoapServices_GetAssemblyName_m2A09893B88C4EF7C37C13C57D3D19E27EB476ABC(L_3, /*hidden argument*/NULL);
String_t* L_5 = SoapServices_CodeXmlNamespaceForClrTypeNamespace_mCF0E7A4181BF6EB8B45D9D550E286BD3F04A6B7C(L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.Runtime.Remoting.SoapServices::GetXmlTypeForInteropType(System.Type,System.StringU26,System.StringU26)
extern "C" IL2CPP_METHOD_ATTR bool SoapServices_GetXmlTypeForInteropType_m1D261402804A5C44F721AAADB4FD669379861650 (Type_t * ___type0, String_t** ___xmlType1, String_t** ___xmlTypeNamespace2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_GetXmlTypeForInteropType_m1D261402804A5C44F721AAADB4FD669379861650_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * V_0 = NULL;
{
Type_t * L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t29F59247A12F343EFDCCB57E1F75DC33873532A3_il2cpp_TypeInfo_var);
SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE * L_1 = InternalRemotingServices_GetCachedSoapAttribute_mAFF020E6FAC7FA570DE27002378FF92B7B1CB684(L_0, /*hidden argument*/NULL);
V_0 = ((SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A *)CastclassSealed((RuntimeObject*)L_1, SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A_il2cpp_TypeInfo_var));
SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * L_2 = V_0;
NullCheck(L_2);
bool L_3 = SoapTypeAttribute_get_IsInteropXmlType_m2B94CD46917CC50B09193DF404D0B95B32171B6D(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001c;
}
}
{
String_t** L_4 = ___xmlType1;
*((RuntimeObject **)L_4) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_4, (RuntimeObject *)NULL);
String_t** L_5 = ___xmlTypeNamespace2;
*((RuntimeObject **)L_5) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_5, (RuntimeObject *)NULL);
return (bool)0;
}
IL_001c:
{
String_t** L_6 = ___xmlType1;
SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = SoapTypeAttribute_get_XmlTypeName_m279D2740C8C9FE80A0840BD9A49B2D8D5900CD28(L_7, /*hidden argument*/NULL);
*((RuntimeObject **)L_6) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_6, (RuntimeObject *)L_8);
String_t** L_9 = ___xmlTypeNamespace2;
SoapTypeAttribute_t1C7E0B175F9D3211051EC6DF57A195527AEE937A * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = SoapTypeAttribute_get_XmlTypeNamespace_m22B14D327DAEEB629A2EC3F9BC629DDE60E74525(L_10, /*hidden argument*/NULL);
*((RuntimeObject **)L_9) = (RuntimeObject *)L_11;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_9, (RuntimeObject *)L_11);
return (bool)1;
}
}
// System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Reflection.Assembly)
extern "C" IL2CPP_METHOD_ATTR void SoapServices_PreLoad_m798050B102AF1EAA9BE53FF1A2B84AB9582996D1 (Assembly_t * ___assembly0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_PreLoad_m798050B102AF1EAA9BE53FF1A2B84AB9582996D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
int32_t V_1 = 0;
{
Assembly_t * L_0 = ___assembly0;
NullCheck(L_0);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(13 /* System.Type[] System.Reflection.Assembly::GetTypes() */, L_0);
V_0 = L_1;
V_1 = 0;
goto IL_0017;
}
IL_000b:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
Type_t * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
SoapServices_PreLoad_mC95EC8C061C7034C9271B13FFEBD7D7D228A50BC(L_5, /*hidden argument*/NULL);
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0017:
{
int32_t L_7 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = V_0;
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))))
{
goto IL_000b;
}
}
{
return;
}
}
// System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Type)
extern "C" IL2CPP_METHOD_ATTR void SoapServices_PreLoad_mC95EC8C061C7034C9271B13FFEBD7D7D228A50BC (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_PreLoad_mC95EC8C061C7034C9271B13FFEBD7D7D228A50BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * V_2 = NULL;
RuntimeObject * V_3 = NULL;
bool V_4 = false;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_5 = NULL;
int32_t V_6 = 0;
FieldInfo_t * V_7 = NULL;
SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C * V_8 = NULL;
String_t* V_9 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->get__typeInfos_4();
Type_t * L_1 = ___type0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
V_2 = ((TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 *)IsInstClass((RuntimeObject*)L_2, TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0_il2cpp_TypeInfo_var));
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_3 = V_2;
if (!L_3)
{
goto IL_0015;
}
}
{
return;
}
IL_0015:
{
Type_t * L_4 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
bool L_5 = SoapServices_GetXmlTypeForInteropType_m1D261402804A5C44F721AAADB4FD669379861650(L_4, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
String_t* L_6 = V_0;
String_t* L_7 = V_1;
Type_t * L_8 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
SoapServices_RegisterInteropXmlType_mA3B0DA59F10BF7ACDB32221B534FB8BBCD61376C(L_6, L_7, L_8, /*hidden argument*/NULL);
}
IL_0029:
{
Type_t * L_9 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
bool L_10 = SoapServices_GetXmlElementForInteropType_mDD4BD736C0AC605463899FF8E801F765449476C7(L_9, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_003d;
}
}
{
String_t* L_11 = V_0;
String_t* L_12 = V_1;
Type_t * L_13 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
SoapServices_RegisterInteropXmlElement_m3A8A9FB8BD336571CE8AAFE8CA8623CAF82A14E7(L_11, L_12, L_13, /*hidden argument*/NULL);
}
IL_003d:
{
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_14 = ((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->get__typeInfos_4();
NullCheck(L_14);
RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_14);
V_3 = L_15;
V_4 = (bool)0;
}
IL_004b:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_16 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_16, (bool*)(&V_4), /*hidden argument*/NULL);
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_17 = (TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 *)il2cpp_codegen_object_new(TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0_il2cpp_TypeInfo_var);
TypeInfo__ctor_m1A19D684B93FC113A5D824B4F87B89A36A3D45D7(L_17, /*hidden argument*/NULL);
V_2 = L_17;
Type_t * L_18 = ___type0;
NullCheck(L_18);
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_19 = VirtFuncInvoker1< FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*, int32_t >::Invoke(43 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_18, ((int32_t)52));
V_5 = L_19;
V_6 = 0;
goto IL_00f3;
}
IL_006b:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_20 = V_5;
int32_t L_21 = V_6;
NullCheck(L_20);
int32_t L_22 = L_21;
FieldInfo_t * L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
V_7 = L_23;
FieldInfo_t * L_24 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t29F59247A12F343EFDCCB57E1F75DC33873532A3_il2cpp_TypeInfo_var);
SoapAttribute_tFAB893E3F49B2A2431C47FA7E79746BD6AE4C5CE * L_25 = InternalRemotingServices_GetCachedSoapAttribute_mAFF020E6FAC7FA570DE27002378FF92B7B1CB684(L_24, /*hidden argument*/NULL);
V_8 = ((SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C *)CastclassSealed((RuntimeObject*)L_25, SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C_il2cpp_TypeInfo_var));
SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C * L_26 = V_8;
NullCheck(L_26);
bool L_27 = SoapFieldAttribute_IsInteropXmlElement_m4317D5BFFB52C5096A6939E3268EB3F9E722A573(L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00ed;
}
}
IL_0089:
{
SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C * L_28 = V_8;
NullCheck(L_28);
String_t* L_29 = SoapFieldAttribute_get_XmlElementName_m48A63760F915ABB18C08DAA74CCE7E5D93CF0C85(L_28, /*hidden argument*/NULL);
SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C * L_30 = V_8;
NullCheck(L_30);
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Runtime.Remoting.Metadata.SoapAttribute::get_XmlNamespace() */, L_30);
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
String_t* L_32 = SoapServices_GetNameKey_m8C808052B958BE1B5951CBE730A5FEC02472F7DF(L_29, L_31, /*hidden argument*/NULL);
V_9 = L_32;
SoapFieldAttribute_t0D4849AE71639A7044E81BF800B5687F7CD5D35C * L_33 = V_8;
NullCheck(L_33);
bool L_34 = VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::get_UseAttribute() */, L_33);
if (!L_34)
{
goto IL_00cb;
}
}
IL_00a7:
{
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_35 = V_2;
NullCheck(L_35);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_36 = L_35->get_Attributes_0();
if (L_36)
{
goto IL_00ba;
}
}
IL_00af:
{
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_37 = V_2;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_38 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
L_37->set_Attributes_0(L_38);
}
IL_00ba:
{
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_39 = V_2;
NullCheck(L_39);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_40 = L_39->get_Attributes_0();
String_t* L_41 = V_9;
FieldInfo_t * L_42 = V_7;
NullCheck(L_40);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_40, L_41, L_42);
goto IL_00ed;
}
IL_00cb:
{
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_43 = V_2;
NullCheck(L_43);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_44 = L_43->get_Elements_1();
if (L_44)
{
goto IL_00de;
}
}
IL_00d3:
{
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_45 = V_2;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_46 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_46, /*hidden argument*/NULL);
NullCheck(L_45);
L_45->set_Elements_1(L_46);
}
IL_00de:
{
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_47 = V_2;
NullCheck(L_47);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_48 = L_47->get_Elements_1();
String_t* L_49 = V_9;
FieldInfo_t * L_50 = V_7;
NullCheck(L_48);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_48, L_49, L_50);
}
IL_00ed:
{
int32_t L_51 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_00f3:
{
int32_t L_52 = V_6;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_53 = V_5;
NullCheck(L_53);
if ((((int32_t)L_52) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_53)->max_length)))))))
{
goto IL_006b;
}
}
IL_00fe:
{
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_54 = ((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->get__typeInfos_4();
Type_t * L_55 = ___type0;
TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * L_56 = V_2;
NullCheck(L_54);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_54, L_55, L_56);
IL2CPP_LEAVE(0x117, FINALLY_010c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_010c;
}
FINALLY_010c:
{ // begin finally (depth: 1)
{
bool L_57 = V_4;
if (!L_57)
{
goto IL_0116;
}
}
IL_0110:
{
RuntimeObject * L_58 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_58, /*hidden argument*/NULL);
}
IL_0116:
{
IL2CPP_END_FINALLY(268)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(268)
{
IL2CPP_JUMP_TBL(0x117, IL_0117)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0117:
{
return;
}
}
// System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlElement(System.String,System.String,System.Type)
extern "C" IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlElement_m3A8A9FB8BD336571CE8AAFE8CA8623CAF82A14E7 (String_t* ___xmlElement0, String_t* ___xmlNamespace1, Type_t * ___type2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_RegisterInteropXmlElement_m3A8A9FB8BD336571CE8AAFE8CA8623CAF82A14E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->get__xmlElements_1();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000d:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->get__xmlElements_1();
String_t* L_4 = ___xmlElement0;
String_t* L_5 = ___xmlNamespace1;
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_4, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_5, /*hidden argument*/NULL);
Type_t * L_7 = ___type2;
NullCheck(L_3);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_6, L_7);
IL2CPP_LEAVE(0x38, FINALLY_002e);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002e;
}
FINALLY_002e:
{ // begin finally (depth: 1)
{
bool L_8 = V_1;
if (!L_8)
{
goto IL_0037;
}
}
IL_0031:
{
RuntimeObject * L_9 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL);
}
IL_0037:
{
IL2CPP_END_FINALLY(46)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(46)
{
IL2CPP_JUMP_TBL(0x38, IL_0038)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0038:
{
return;
}
}
// System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlType(System.String,System.String,System.Type)
extern "C" IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlType_mA3B0DA59F10BF7ACDB32221B534FB8BBCD61376C (String_t* ___xmlType0, String_t* ___xmlTypeNamespace1, Type_t * ___type2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_RegisterInteropXmlType_mA3B0DA59F10BF7ACDB32221B534FB8BBCD61376C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->get__xmlTypes_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000d:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->get__xmlTypes_0();
String_t* L_4 = ___xmlType0;
String_t* L_5 = ___xmlTypeNamespace1;
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_4, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_5, /*hidden argument*/NULL);
Type_t * L_7 = ___type2;
NullCheck(L_3);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_6, L_7);
IL2CPP_LEAVE(0x38, FINALLY_002e);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002e;
}
FINALLY_002e:
{ // begin finally (depth: 1)
{
bool L_8 = V_1;
if (!L_8)
{
goto IL_0037;
}
}
IL_0031:
{
RuntimeObject * L_9 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL);
}
IL_0037:
{
IL2CPP_END_FINALLY(46)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(46)
{
IL2CPP_JUMP_TBL(0x38, IL_0038)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0038:
{
return;
}
}
// System.String System.Runtime.Remoting.SoapServices::EncodeNs(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_EncodeNs_mE01A28EB3BC957B2C59EEF7384239E718BBD3E85 (String_t* ___ns0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices_EncodeNs_mE01A28EB3BC957B2C59EEF7384239E718BBD3E85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___ns0;
NullCheck(L_0);
String_t* L_1 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_0, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, _stringLiteral079254099906492CCE2BBA47946BBE659EB856F6, /*hidden argument*/NULL);
___ns0 = L_1;
String_t* L_2 = ___ns0;
NullCheck(L_2);
String_t* L_3 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_2, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, _stringLiteral986F2ED15C79ED805000ECCD85519810B2DB2A93, /*hidden argument*/NULL);
___ns0 = L_3;
String_t* L_4 = ___ns0;
NullCheck(L_4);
String_t* L_5 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_4, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, _stringLiteral98177E766F5621D954097AB750F9FA49D10E7B4A, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void System.Runtime.Remoting.SoapServices::.cctor()
extern "C" IL2CPP_METHOD_ATTR void SoapServices__cctor_mEEEA128D93491021D51560357C55A5998562B06A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SoapServices__cctor_mEEEA128D93491021D51560357C55A5998562B06A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->set__xmlTypes_0(L_0);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_1, /*hidden argument*/NULL);
((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->set__xmlElements_1(L_1);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_2, /*hidden argument*/NULL);
((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->set__soapActions_2(L_2);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_3, /*hidden argument*/NULL);
((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->set__soapActionsMethods_3(L_3);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_4, /*hidden argument*/NULL);
((SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tFAC138D29909023A659225D2178FBA4155FAB007_il2cpp_TypeInfo_var))->set__typeInfos_4(L_4);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Remoting.SoapServices_TypeInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m1A19D684B93FC113A5D824B4F87B89A36A3D45D7 (TypeInfo_tC2D7109F695DAC68DEBAC703480BEA39B26DA4C0 * __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.Runtime.Remoting.TypeEntry::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeEntry__ctor_m809BFE15F4CA80F902E2D673337D8822966924D8 (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.String System.Runtime.Remoting.TypeEntry::get_AssemblyName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeEntry_get_AssemblyName_mB123CC48F49F147588FAE5CDF8EEEBBB7674E177 (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_assembly_name_0();
return L_0;
}
}
// System.Void System.Runtime.Remoting.TypeEntry::set_AssemblyName(System.String)
extern "C" IL2CPP_METHOD_ATTR void TypeEntry_set_AssemblyName_m5DA50C7C8BBD054C5D34447264C0DA8D0202078E (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_assembly_name_0(L_0);
return;
}
}
// System.String System.Runtime.Remoting.TypeEntry::get_TypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeEntry_get_TypeName_mEE014B80B56F17EC04D35452173B556C6C3F684E (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_type_name_1();
return L_0;
}
}
// System.Void System.Runtime.Remoting.TypeEntry::set_TypeName(System.String)
extern "C" IL2CPP_METHOD_ATTR void TypeEntry_set_TypeName_mB52EB55C5724D950925B949D6D14D3227D674D16 (TypeEntry_t68ED966763A6311520ACC81794643F9E4928E438 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_type_name_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Remoting.TypeInfo::.ctor(System.Type)
extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_mC74EC4DBA656D6170C8060154E5F48156C3FDDA5 (TypeInfo_t621BE6C30385097A31E23DE8B512AA8558B588EE * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeInfo__ctor_mC74EC4DBA656D6170C8060154E5F48156C3FDDA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Type_t * V_1 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Type_t * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0045;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_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_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3);
__this->set_serverType_0(L_4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)0);
__this->set_serverHierarchy_1(L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
Type_t * L_8 = ___type0;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_8);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_9);
__this->set_interfacesImplemented_2(L_7);
return;
}
IL_0045:
{
Type_t * L_10 = ___type0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_10);
__this->set_serverType_0(L_11);
V_0 = 0;
Type_t * L_12 = ___type0;
NullCheck(L_12);
Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(29 /* System.Type System.Type::get_BaseType() */, L_12);
V_1 = L_13;
goto IL_0067;
}
IL_005c:
{
Type_t * L_14 = V_1;
NullCheck(L_14);
Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(29 /* System.Type System.Type::get_BaseType() */, L_14);
V_1 = L_15;
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0067:
{
Type_t * L_17 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
bool L_20 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_17, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0082;
}
}
{
Type_t * L_21 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_22 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_21, (Type_t *)NULL, /*hidden argument*/NULL);
if (L_22)
{
goto IL_005c;
}
}
IL_0082:
{
int32_t L_23 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_23);
__this->set_serverHierarchy_1(L_24);
Type_t * L_25 = ___type0;
NullCheck(L_25);
Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(29 /* System.Type System.Type::get_BaseType() */, L_25);
V_1 = L_26;
V_3 = 0;
goto IL_00b2;
}
IL_0099:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = __this->get_serverHierarchy_1();
int32_t L_28 = V_3;
Type_t * L_29 = V_1;
NullCheck(L_29);
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_29);
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_30);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (String_t*)L_30);
Type_t * L_31 = V_1;
NullCheck(L_31);
Type_t * L_32 = VirtFuncInvoker0< Type_t * >::Invoke(29 /* System.Type System.Type::get_BaseType() */, L_31);
V_1 = L_32;
int32_t L_33 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_00b2:
{
int32_t L_34 = V_3;
int32_t L_35 = V_0;
if ((((int32_t)L_34) < ((int32_t)L_35)))
{
goto IL_0099;
}
}
{
Type_t * L_36 = ___type0;
NullCheck(L_36);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_37 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(44 /* System.Type[] System.Type::GetInterfaces() */, L_36);
V_2 = L_37;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_38 = V_2;
NullCheck(L_38);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))));
__this->set_interfacesImplemented_2(L_39);
V_4 = 0;
goto IL_00e8;
}
IL_00d0:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = __this->get_interfacesImplemented_2();
int32_t L_41 = V_4;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_42 = V_2;
int32_t L_43 = V_4;
NullCheck(L_42);
int32_t L_44 = L_43;
Type_t * L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
NullCheck(L_45);
String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_45);
NullCheck(L_40);
ArrayElementTypeCheck (L_40, L_46);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (String_t*)L_46);
int32_t L_47 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
}
IL_00e8:
{
int32_t L_48 = V_4;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_49 = V_2;
NullCheck(L_49);
if ((((int32_t)L_48) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length)))))))
{
goto IL_00d0;
}
}
{
return;
}
}
// System.String System.Runtime.Remoting.TypeInfo::get_TypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeInfo_get_TypeName_mD4331AC0772F4B091EA81C689FC5400C2B1EF70A (TypeInfo_t621BE6C30385097A31E23DE8B512AA8558B588EE * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_serverType_0();
return L_0;
}
}
// System.Boolean System.Runtime.Remoting.TypeInfo::CanCastTo(System.Type,System.Object)
extern "C" IL2CPP_METHOD_ATTR bool TypeInfo_CanCastTo_m042D75F4E62A7A6E0D2EF8D69FD6A746660D4FE8 (TypeInfo_t621BE6C30385097A31E23DE8B512AA8558B588EE * __this, Type_t * ___fromType0, RuntimeObject * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeInfo_CanCastTo_m042D75F4E62A7A6E0D2EF8D69FD6A746660D4FE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
int32_t V_3 = 0;
{
Type_t * L_0 = ___fromType0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (RuntimeObject_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_0014;
}
}
{
return (bool)1;
}
IL_0014:
{
Type_t * L_4 = ___fromType0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
bool L_7 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0028;
}
}
{
return (bool)1;
}
IL_0028:
{
Type_t * L_8 = ___fromType0;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_8);
V_0 = L_9;
String_t* L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_10, ((int32_t)44), /*hidden argument*/NULL);
V_1 = L_11;
int32_t L_12 = V_1;
if ((((int32_t)L_12) == ((int32_t)(-1))))
{
goto IL_0048;
}
}
{
String_t* L_13 = V_0;
int32_t L_14 = V_1;
NullCheck(L_13);
int32_t L_15 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_13, ((int32_t)44), ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
V_1 = L_15;
}
IL_0048:
{
int32_t L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)(-1))))
{
goto IL_0059;
}
}
{
String_t* L_17 = V_0;
int32_t L_18 = V_1;
NullCheck(L_17);
String_t* L_19 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_17, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL);
V_0 = L_19;
goto IL_0065;
}
IL_0059:
{
String_t* L_20 = V_0;
String_t* L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_20, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
V_0 = L_21;
}
IL_0065:
{
String_t* L_22 = __this->get_serverType_0();
String_t* L_23 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_22, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
String_t* L_24 = V_0;
NullCheck(L_23);
bool L_25 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_23, L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_007f;
}
}
{
return (bool)1;
}
IL_007f:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = __this->get_serverHierarchy_1();
if (!L_26)
{
goto IL_00b3;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = __this->get_serverHierarchy_1();
V_2 = L_27;
V_3 = 0;
goto IL_00ad;
}
IL_0092:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = V_2;
int32_t L_29 = V_3;
NullCheck(L_28);
int32_t L_30 = L_29;
String_t* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
String_t* L_32 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_31, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
String_t* L_33 = V_0;
NullCheck(L_32);
bool L_34 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_32, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00a9;
}
}
{
return (bool)1;
}
IL_00a9:
{
int32_t L_35 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
}
IL_00ad:
{
int32_t L_36 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = V_2;
NullCheck(L_37);
if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))))))
{
goto IL_0092;
}
}
IL_00b3:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = __this->get_interfacesImplemented_2();
if (!L_38)
{
goto IL_00e7;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = __this->get_interfacesImplemented_2();
V_2 = L_39;
V_3 = 0;
goto IL_00e1;
}
IL_00c6:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = V_2;
int32_t L_41 = V_3;
NullCheck(L_40);
int32_t L_42 = L_41;
String_t* L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
String_t* L_44 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_43, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
String_t* L_45 = V_0;
NullCheck(L_44);
bool L_46 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_44, L_45, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_00dd;
}
}
{
return (bool)1;
}
IL_00dd:
{
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
}
IL_00e1:
{
int32_t L_48 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_49 = V_2;
NullCheck(L_49);
if ((((int32_t)L_48) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length)))))))
{
goto IL_00c6;
}
}
IL_00e7:
{
return (bool)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.Runtime.Remoting.WellKnownClientTypeEntry::.ctor(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void WellKnownClientTypeEntry__ctor_m79D9E10F87B7B2BCE8C7ED0509958BD8BE18191D (WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053 * __this, String_t* ___typeName0, String_t* ___assemblyName1, String_t* ___objectUrl2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WellKnownClientTypeEntry__ctor_m79D9E10F87B7B2BCE8C7ED0509958BD8BE18191D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Assembly_t * V_0 = NULL;
{
TypeEntry__ctor_m809BFE15F4CA80F902E2D673337D8822966924D8(__this, /*hidden argument*/NULL);
String_t* L_0 = ___objectUrl2;
__this->set_obj_url_3(L_0);
String_t* L_1 = ___assemblyName1;
TypeEntry_set_AssemblyName_m5DA50C7C8BBD054C5D34447264C0DA8D0202078E(__this, L_1, /*hidden argument*/NULL);
String_t* L_2 = ___typeName0;
TypeEntry_set_TypeName_mB52EB55C5724D950925B949D6D14D3227D674D16(__this, L_2, /*hidden argument*/NULL);
String_t* L_3 = ___assemblyName1;
Assembly_t * L_4 = Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55(L_3, /*hidden argument*/NULL);
V_0 = L_4;
Assembly_t * L_5 = V_0;
String_t* L_6 = ___typeName0;
NullCheck(L_5);
Type_t * L_7 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(15 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_5, L_6);
__this->set_obj_type_2(L_7);
Type_t * L_8 = __this->get_obj_type_2();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_8, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0054;
}
}
{
String_t* L_10 = ___typeName0;
String_t* L_11 = ___assemblyName1;
String_t* L_12 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral3A341249ED071235FBBF2FF4F053FDECD3CECCBD, L_10, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, L_11, /*hidden argument*/NULL);
RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C * L_13 = (RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C *)il2cpp_codegen_object_new(RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C_il2cpp_TypeInfo_var);
RemotingException__ctor_mE2685EFC6A282F2E8409AFCF860FCE42BAE0ED5B(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, WellKnownClientTypeEntry__ctor_m79D9E10F87B7B2BCE8C7ED0509958BD8BE18191D_RuntimeMethod_var);
}
IL_0054:
{
return;
}
}
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ApplicationUrl()
extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ApplicationUrl_mE616B5188226BFDF177212977BEE53C7D0976791 (WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_app_url_4();
return L_0;
}
}
// System.Type System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectType()
extern "C" IL2CPP_METHOD_ATTR Type_t * WellKnownClientTypeEntry_get_ObjectType_m7B955F6C9EBB0DE2122D9167834691511775A852 (WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_obj_type_2();
return L_0;
}
}
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectUrl()
extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ObjectUrl_m75F4EAF368F72E3EB71585945ECF1856341F3170 (WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_obj_url_3();
return L_0;
}
}
// System.String System.Runtime.Remoting.WellKnownClientTypeEntry::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_ToString_m4077DB58134EE474D559D89C39B370A39AF7F29C (WellKnownClientTypeEntry_tC1228B4DBC42EA6BB866007CE019B62E21DA6053 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = WellKnownClientTypeEntry_get_ApplicationUrl_mE616B5188226BFDF177212977BEE53C7D0976791(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0026;
}
}
{
String_t* L_1 = TypeEntry_get_TypeName_mEE014B80B56F17EC04D35452173B556C6C3F684E(__this, /*hidden argument*/NULL);
String_t* L_2 = TypeEntry_get_AssemblyName_mB123CC48F49F147588FAE5CDF8EEEBBB7674E177(__this, /*hidden argument*/NULL);
String_t* L_3 = WellKnownClientTypeEntry_get_ObjectUrl_m75F4EAF368F72E3EB71585945ECF1856341F3170(__this, /*hidden argument*/NULL);
String_t* L_4 = WellKnownClientTypeEntry_get_ApplicationUrl_mE616B5188226BFDF177212977BEE53C7D0976791(__this, /*hidden argument*/NULL);
String_t* L_5 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0026:
{
String_t* L_6 = TypeEntry_get_TypeName_mEE014B80B56F17EC04D35452173B556C6C3F684E(__this, /*hidden argument*/NULL);
String_t* L_7 = TypeEntry_get_AssemblyName_mB123CC48F49F147588FAE5CDF8EEEBBB7674E177(__this, /*hidden argument*/NULL);
String_t* L_8 = WellKnownClientTypeEntry_get_ObjectUrl_m75F4EAF368F72E3EB71585945ECF1856341F3170(__this, /*hidden argument*/NULL);
String_t* L_9 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_6, L_7, L_8, /*hidden argument*/NULL);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.Runtime.Remoting.WellKnownServiceTypeEntry::.ctor(System.String,System.String,System.String,System.Runtime.Remoting.WellKnownObjectMode)
extern "C" IL2CPP_METHOD_ATTR void WellKnownServiceTypeEntry__ctor_mBB73915A0E894C7FF7B174D4F1F388C70D401596 (WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE * __this, String_t* ___typeName0, String_t* ___assemblyName1, String_t* ___objectUri2, int32_t ___mode3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WellKnownServiceTypeEntry__ctor_mBB73915A0E894C7FF7B174D4F1F388C70D401596_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Assembly_t * V_0 = NULL;
{
TypeEntry__ctor_m809BFE15F4CA80F902E2D673337D8822966924D8(__this, /*hidden argument*/NULL);
String_t* L_0 = ___assemblyName1;
TypeEntry_set_AssemblyName_m5DA50C7C8BBD054C5D34447264C0DA8D0202078E(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = ___typeName0;
TypeEntry_set_TypeName_mB52EB55C5724D950925B949D6D14D3227D674D16(__this, L_1, /*hidden argument*/NULL);
String_t* L_2 = ___assemblyName1;
Assembly_t * L_3 = Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55(L_2, /*hidden argument*/NULL);
V_0 = L_3;
Assembly_t * L_4 = V_0;
String_t* L_5 = ___typeName0;
NullCheck(L_4);
Type_t * L_6 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(15 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_4, L_5);
__this->set_obj_type_2(L_6);
String_t* L_7 = ___objectUri2;
__this->set_obj_uri_3(L_7);
int32_t L_8 = ___mode3;
__this->set_obj_mode_4(L_8);
Type_t * L_9 = __this->get_obj_type_2();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_10 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_9, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005c;
}
}
{
String_t* L_11 = ___typeName0;
String_t* L_12 = ___assemblyName1;
String_t* L_13 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral3A341249ED071235FBBF2FF4F053FDECD3CECCBD, L_11, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, L_12, /*hidden argument*/NULL);
RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C * L_14 = (RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C *)il2cpp_codegen_object_new(RemotingException_tDD6EC24895707C7D437EF6437E3913758E8DF02C_il2cpp_TypeInfo_var);
RemotingException__ctor_mE2685EFC6A282F2E8409AFCF860FCE42BAE0ED5B(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, WellKnownServiceTypeEntry__ctor_mBB73915A0E894C7FF7B174D4F1F388C70D401596_RuntimeMethod_var);
}
IL_005c:
{
return;
}
}
// System.Runtime.Remoting.WellKnownObjectMode System.Runtime.Remoting.WellKnownServiceTypeEntry::get_Mode()
extern "C" IL2CPP_METHOD_ATTR int32_t WellKnownServiceTypeEntry_get_Mode_m2BF9E3CAB114FC05F1C871200E9F2BB6D88C4A71 (WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_obj_mode_4();
return L_0;
}
}
// System.Type System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectType()
extern "C" IL2CPP_METHOD_ATTR Type_t * WellKnownServiceTypeEntry_get_ObjectType_m66AB374A118C20B231AB450938D67776EF7D6EED (WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_obj_type_2();
return L_0;
}
}
// System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectUri()
extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_get_ObjectUri_m57AA90363CFBE85146EEE8BB6C92FEB574E3DF06 (WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_obj_uri_3();
return L_0;
}
}
// System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_ToString_m111019CCFE9A9B35AE05D0C5CDB2461B2604225F (WellKnownServiceTypeEntry_t08DE2F9BF2A5B8E02E5A35F8CCEDBA24240605EE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WellKnownServiceTypeEntry_ToString_m111019CCFE9A9B35AE05D0C5CDB2461B2604225F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
String_t* L_2 = TypeEntry_get_TypeName_mEE014B80B56F17EC04D35452173B556C6C3F684E(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_1;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
String_t* L_5 = TypeEntry_get_AssemblyName_mB123CC48F49F147588FAE5CDF8EEEBBB7674E177(__this, /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_4;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
String_t* L_8 = WellKnownServiceTypeEntry_get_ObjectUri_m57AA90363CFBE85146EEE8BB6C92FEB574E3DF06(__this, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_8);
String_t* L_9 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_7, /*hidden argument*/NULL);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.DeserializationEventHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void DeserializationEventHandler__ctor_m85B06052B9622557AFAB56EACF642E914070F3D4 (DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.Runtime.Serialization.DeserializationEventHandler::Invoke(System.Object)
extern "C" IL2CPP_METHOD_ATTR void DeserializationEventHandler_Invoke_mE08F6E81D9791C6A69EA7BFCF50FA33B237B35D3 (DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, targetMethod);
}
}
else if (___parameterCount != 1)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___sender0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___sender0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0);
}
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___sender0);
else
GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___sender0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0);
else
VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, targetMethod);
}
}
else if (___parameterCount != 1)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___sender0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___sender0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0);
}
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___sender0);
else
GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___sender0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0);
else
VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, targetMethod);
}
}
}
}
// System.IAsyncResult System.Runtime.Serialization.DeserializationEventHandler::BeginInvoke(System.Object,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DeserializationEventHandler_BeginInvoke_m000AA2359D183D119B539494156C3588E9D42FE6 (DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * __this, RuntimeObject * ___sender0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___sender0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void System.Runtime.Serialization.DeserializationEventHandler::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void DeserializationEventHandler_EndInvoke_mB89B1D80DD8A950B2166678B6603F7D07846FA52 (DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.FixupHolder::.ctor(System.Int64,System.Object,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void FixupHolder__ctor_m71B470BA2DCA3C1978457308B20BAE6250989D55 (FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * __this, int64_t ___id0, RuntimeObject * ___fixupInfo1, int32_t ___fixupType2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int64_t L_0 = ___id0;
__this->set_m_id_0(L_0);
RuntimeObject * L_1 = ___fixupInfo1;
__this->set_m_fixupInfo_1(L_1);
int32_t L_2 = ___fixupType2;
__this->set_m_fixupType_2(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.FixupHolderList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FixupHolderList__ctor_mE6281A8930EED171198CD43F55943FB2998585CC (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * __this, const RuntimeMethod* method)
{
{
FixupHolderList__ctor_m706BDEDE8E9D15D8FBF5059A9323C455EEEA6FB8(__this, 2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.FixupHolderList::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void FixupHolderList__ctor_m706BDEDE8E9D15D8FBF5059A9323C455EEEA6FB8 (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * __this, int32_t ___startingSize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FixupHolderList__ctor_m706BDEDE8E9D15D8FBF5059A9323C455EEEA6FB8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_count_1(0);
int32_t L_0 = ___startingSize0;
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_1 = (FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641*)SZArrayNew(FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641_il2cpp_TypeInfo_var, (uint32_t)L_0);
__this->set_m_values_0(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.FixupHolderList::Add(System.Runtime.Serialization.FixupHolder)
extern "C" IL2CPP_METHOD_ATTR void FixupHolderList_Add_mECE787206CF33DBDA57831B236C6BF59DF0B7DAF (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * __this, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * ___fixup0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_count_1();
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_1 = __this->get_m_values_0();
NullCheck(L_1);
if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))))
{
goto IL_0016;
}
}
{
FixupHolderList_EnlargeArray_mA34E7CC8A92B82A88A9A8B5E68506B12711DB001(__this, /*hidden argument*/NULL);
}
IL_0016:
{
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_2 = __this->get_m_values_0();
int32_t L_3 = __this->get_m_count_1();
V_0 = L_3;
int32_t L_4 = V_0;
__this->set_m_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
int32_t L_5 = V_0;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_6 = ___fixup0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_6);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 *)L_6);
return;
}
}
// System.Void System.Runtime.Serialization.FixupHolderList::EnlargeArray()
extern "C" IL2CPP_METHOD_ATTR void FixupHolderList_EnlargeArray_mA34E7CC8A92B82A88A9A8B5E68506B12711DB001 (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FixupHolderList_EnlargeArray_mA34E7CC8A92B82A88A9A8B5E68506B12711DB001_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* V_1 = NULL;
{
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_0 = __this->get_m_values_0();
NullCheck(L_0);
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)2));
int32_t L_1 = V_0;
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_002d;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF24CF99E96113662C653A0A7A521BF07D7A516B9, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, FixupHolderList_EnlargeArray_mA34E7CC8A92B82A88A9A8B5E68506B12711DB001_RuntimeMethod_var);
}
IL_0027:
{
V_0 = ((int32_t)2147483647LL);
}
IL_002d:
{
int32_t L_5 = V_0;
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_6 = (FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641*)SZArrayNew(FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_7 = __this->get_m_values_0();
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_8 = V_1;
int32_t L_9 = __this->get_m_count_1();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL);
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_10 = V_1;
__this->set_m_values_0(L_10);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.FormatterConverter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FormatterConverter__ctor_mC29A9892BB8E1C520225AB3BAF6981580543DD35 (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Runtime.Serialization.FormatterConverter::Convert(System.Object,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterConverter_Convert_m91025E26490BD59C43224D896A76E3C7814F6136 (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * __this, RuntimeObject * ___value0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterConverter_Convert_m91025E26490BD59C43224D896A76E3C7814F6136_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, NULL, FormatterConverter_Convert_m91025E26490BD59C43224D896A76E3C7814F6136_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
Type_t * L_3 = ___type1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_5 = Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926(L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.Runtime.Serialization.FormatterConverter::ToBoolean(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool FormatterConverter_ToBoolean_m4C2E0897773074DA06AD222F20EC4C0FD812E163 (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterConverter_ToBoolean_m4C2E0897773074DA06AD222F20EC4C0FD812E163_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, NULL, FormatterConverter_ToBoolean_m4C2E0897773074DA06AD222F20EC4C0FD812E163_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_4 = Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Int32 System.Runtime.Serialization.FormatterConverter::ToInt32(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t FormatterConverter_ToInt32_m2685DF57F723CC0C7BDADA81C52F9247CDAE2AB5 (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterConverter_ToInt32_m2685DF57F723CC0C7BDADA81C52F9247CDAE2AB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, NULL, FormatterConverter_ToInt32_m2685DF57F723CC0C7BDADA81C52F9247CDAE2AB5_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_4 = Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Int64 System.Runtime.Serialization.FormatterConverter::ToInt64(System.Object)
extern "C" IL2CPP_METHOD_ATTR int64_t FormatterConverter_ToInt64_mE19FFE6DE95C0FB1D5B6E05E06092927C0838EE1 (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterConverter_ToInt64_mE19FFE6DE95C0FB1D5B6E05E06092927C0838EE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, NULL, FormatterConverter_ToInt64_mE19FFE6DE95C0FB1D5B6E05E06092927C0838EE1_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_4 = Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Single System.Runtime.Serialization.FormatterConverter::ToSingle(System.Object)
extern "C" IL2CPP_METHOD_ATTR float FormatterConverter_ToSingle_m242880157B5D2C2B92138E8D1DFD87DAE5436EA8 (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterConverter_ToSingle_m242880157B5D2C2B92138E8D1DFD87DAE5436EA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, NULL, FormatterConverter_ToSingle_m242880157B5D2C2B92138E8D1DFD87DAE5436EA8_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_4 = Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.Runtime.Serialization.FormatterConverter::ToString(System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterConverter_ToString_m53D7AC29BC921D748B3FF26FE03B55D5C1FD9147 (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterConverter_ToString_m53D7AC29BC921D748B3FF26FE03B55D5C1FD9147_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, NULL, FormatterConverter_ToString_m53D7AC29BC921D748B3FF26FE03B55D5C1FD9147_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_4 = Convert_ToString_m10FC2E5535B944C2DFE83E6D2659122C9408F0FF(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.FormatterServices::.cctor()
extern "C" IL2CPP_METHOD_ATTR void FormatterServices__cctor_m42808C94978D018C77736094E3E9980EAB8CB9C1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices__cctor_m42808C94978D018C77736094E3E9980EAB8CB9C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA * L_0 = (ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA *)il2cpp_codegen_object_new(ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA_il2cpp_TypeInfo_var);
ConcurrentDictionary_2__ctor_mDE5F6A37695E456D0589910C87EC9D7CF6550585(L_0, /*hidden argument*/ConcurrentDictionary_2__ctor_mDE5F6A37695E456D0589910C87EC9D7CF6550585_RuntimeMethod_var);
((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->set_m_MemberInfoTable_0(L_0);
((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->set_unsafeTypeForwardersIsEnabled_1((bool)0);
il2cpp_codegen_memory_barrier();
((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->set_unsafeTypeForwardersIsEnabledInitialized_2(0);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->set_advancedTypes_3(L_2);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_5 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->set_s_binder_4(L_5);
return;
}
}
// System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::GetSerializableMembers(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* FormatterServices_GetSerializableMembers_m1924F494CA7A879891AF30D3515ADC6D8E670CE9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetSerializableMembers_m1924F494CA7A879891AF30D3515ADC6D8E670CE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_3 = NULL;
int32_t V_4 = 0;
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_1 = VirtFuncInvoker1< FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*, int32_t >::Invoke(43 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_0, ((int32_t)52));
V_0 = L_1;
V_1 = 0;
V_2 = 0;
goto IL_002c;
}
IL_000f:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_2 = V_0;
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = L_3;
FieldInfo_t * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, L_5);
if ((((int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)128)))) == ((int32_t)((int32_t)128))))
{
goto IL_0028;
}
}
{
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_0028:
{
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002c:
{
int32_t L_9 = V_2;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_10 = V_0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))
{
goto IL_000f;
}
}
{
int32_t L_11 = V_1;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)L_11) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
{
goto IL_0076;
}
}
{
int32_t L_13 = V_1;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_14 = (FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)SZArrayNew(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var, (uint32_t)L_13);
V_3 = L_14;
V_1 = 0;
V_4 = 0;
goto IL_006d;
}
IL_0046:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_15 = V_0;
int32_t L_16 = V_4;
NullCheck(L_15);
int32_t L_17 = L_16;
FieldInfo_t * L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_18);
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, L_18);
if ((((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)128)))) == ((int32_t)((int32_t)128))))
{
goto IL_0067;
}
}
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_20 = V_3;
int32_t L_21 = V_1;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_22 = V_0;
int32_t L_23 = V_4;
NullCheck(L_22);
int32_t L_24 = L_23;
FieldInfo_t * L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_25);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (FieldInfo_t *)L_25);
int32_t L_26 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0067:
{
int32_t L_27 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_006d:
{
int32_t L_28 = V_4;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_29 = V_0;
NullCheck(L_29);
if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))))))
{
goto IL_0046;
}
}
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_30 = V_3;
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_30;
}
IL_0076:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_31 = V_0;
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_31;
}
}
// System.Boolean System.Runtime.Serialization.FormatterServices::CheckSerializable(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool FormatterServices_CheckSerializable_m372DCDA9D80B0C22703A13CB4998648D66A52B35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(67 /* System.Boolean System.Type::get_IsSerializable() */, L_0);
if (!L_1)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
return (bool)0;
}
}
// System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::InternalGetSerializableMembers(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* FormatterServices_InternalGetSerializableMembers_m2FB1D8993247FE02A92BFB296DF50D77B081522A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_InternalGetSerializableMembers_m2FB1D8993247FE02A92BFB296DF50D77B081522A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * V_0 = NULL;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_1 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_2 = NULL;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_3 = NULL;
int32_t V_4 = 0;
bool V_5 = false;
int32_t V_6 = 0;
String_t* V_7 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_8 = NULL;
int32_t V_9 = 0;
FieldInfo_t * V_10 = NULL;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_11 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B12_0 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B11_0 = NULL;
String_t* G_B13_0 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B13_1 = NULL;
{
V_0 = (List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 *)NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0011;
}
}
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_2 = (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)SZArrayNew(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6_il2cpp_TypeInfo_var, (uint32_t)0);
return L_2;
}
IL_0011:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_4 = FormatterServices_CheckSerializable_m372DCDA9D80B0C22703A13CB4998648D66A52B35(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_004b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = ___type0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_6;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = ___type0;
NullCheck(L_10);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_11 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_10);
NullCheck(L_11);
Assembly_t * L_12 = VirtFuncInvoker0< Assembly_t * >::Invoke(9 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_11);
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_12);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_13);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_13);
String_t* L_14 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral0B1F89D2E31425DFF5F87CA7E874C32339513C7E, L_9, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_15 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, FormatterServices_InternalGetSerializableMembers_m2FB1D8993247FE02A92BFB296DF50D77B081522A_RuntimeMethod_var);
}
IL_004b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_17 = FormatterServices_GetSerializableMembers_m1924F494CA7A879891AF30D3515ADC6D8E670CE9(L_16, /*hidden argument*/NULL);
V_1 = L_17;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_18 = ___type0;
NullCheck(L_18);
Type_t * L_19 = VirtFuncInvoker0< Type_t * >::Invoke(29 /* System.Type System.Type::get_BaseType() */, L_18);
V_2 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_19, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_20 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_21 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_20, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0184;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_22 = V_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_25 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_22, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_24, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_25)
{
goto IL_0184;
}
}
{
V_3 = (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)NULL;
V_4 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_26 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_27 = FormatterServices_GetParentTypes_m55A565DABB708BBA43F091F3B7D43A694C5AE1D3(L_26, (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE**)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
V_5 = L_27;
int32_t L_28 = V_4;
if ((((int32_t)L_28) <= ((int32_t)0)))
{
goto IL_0184;
}
}
{
List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * L_29 = (List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 *)il2cpp_codegen_object_new(List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469_il2cpp_TypeInfo_var);
List_1__ctor_m4A6D363C52F737DFA0B94C615C68BF990417F314(L_29, /*hidden argument*/List_1__ctor_m4A6D363C52F737DFA0B94C615C68BF990417F314_RuntimeMethod_var);
V_0 = L_29;
V_6 = 0;
goto IL_0145;
}
IL_00ab:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_30 = V_3;
int32_t L_31 = V_6;
NullCheck(L_30);
int32_t L_32 = L_31;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
V_2 = L_33;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_34 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_35 = FormatterServices_CheckSerializable_m372DCDA9D80B0C22703A13CB4998648D66A52B35(L_34, /*hidden argument*/NULL);
if (L_35)
{
goto IL_00ea;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_36 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = L_36;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_38 = V_2;
NullCheck(L_38);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_38);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_39);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_39);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = L_37;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_41 = V_2;
NullCheck(L_41);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_42 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_41);
NullCheck(L_42);
Assembly_t * L_43 = VirtFuncInvoker0< Assembly_t * >::Invoke(9 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_42);
NullCheck(L_43);
String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_43);
NullCheck(L_40);
ArrayElementTypeCheck (L_40, L_44);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_44);
String_t* L_45 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral0B1F89D2E31425DFF5F87CA7E874C32339513C7E, L_40, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_46 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_46, L_45, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, NULL, FormatterServices_InternalGetSerializableMembers_m2FB1D8993247FE02A92BFB296DF50D77B081522A_RuntimeMethod_var);
}
IL_00ea:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_47 = V_2;
NullCheck(L_47);
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_48 = VirtFuncInvoker1< FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*, int32_t >::Invoke(43 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_47, ((int32_t)36));
bool L_49 = V_5;
G_B11_0 = L_48;
if (L_49)
{
G_B12_0 = L_48;
goto IL_00fe;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_50 = V_2;
NullCheck(L_50);
String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_50);
G_B13_0 = L_51;
G_B13_1 = G_B11_0;
goto IL_0104;
}
IL_00fe:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_52 = V_2;
NullCheck(L_52);
String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_52);
G_B13_0 = L_53;
G_B13_1 = G_B12_0;
}
IL_0104:
{
V_7 = G_B13_0;
V_8 = G_B13_1;
V_9 = 0;
goto IL_0137;
}
IL_010d:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_54 = V_8;
int32_t L_55 = V_9;
NullCheck(L_54);
int32_t L_56 = L_55;
FieldInfo_t * L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
V_10 = L_57;
FieldInfo_t * L_58 = V_10;
NullCheck(L_58);
bool L_59 = FieldInfo_get_IsNotSerialized_mB1C922AA795D536F932AF848D46AA2F9A4874201(L_58, /*hidden argument*/NULL);
if (L_59)
{
goto IL_0131;
}
}
{
List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * L_60 = V_0;
FieldInfo_t * L_61 = V_10;
String_t* L_62 = V_7;
SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * L_63 = (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 *)il2cpp_codegen_object_new(SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var);
SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E(L_63, ((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)CastclassClass((RuntimeObject*)L_61, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)), L_62, /*hidden argument*/NULL);
NullCheck(L_60);
List_1_Add_mBB944784530E4332D6B4DB99370E53475131256C(L_60, L_63, /*hidden argument*/List_1_Add_mBB944784530E4332D6B4DB99370E53475131256C_RuntimeMethod_var);
}
IL_0131:
{
int32_t L_64 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1));
}
IL_0137:
{
int32_t L_65 = V_9;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_66 = V_8;
NullCheck(L_66);
if ((((int32_t)L_65) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_66)->max_length)))))))
{
goto IL_010d;
}
}
{
int32_t L_67 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
}
IL_0145:
{
int32_t L_68 = V_6;
int32_t L_69 = V_4;
if ((((int32_t)L_68) < ((int32_t)L_69)))
{
goto IL_00ab;
}
}
{
List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * L_70 = V_0;
if (!L_70)
{
goto IL_0184;
}
}
{
List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * L_71 = V_0;
NullCheck(L_71);
int32_t L_72 = List_1_get_Count_mB066325A398DCC4FF193586093BCD02A4CFC6145(L_71, /*hidden argument*/List_1_get_Count_mB066325A398DCC4FF193586093BCD02A4CFC6145_RuntimeMethod_var);
if ((((int32_t)L_72) <= ((int32_t)0)))
{
goto IL_0184;
}
}
{
List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * L_73 = V_0;
NullCheck(L_73);
int32_t L_74 = List_1_get_Count_mB066325A398DCC4FF193586093BCD02A4CFC6145(L_73, /*hidden argument*/List_1_get_Count_mB066325A398DCC4FF193586093BCD02A4CFC6145_RuntimeMethod_var);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_75 = V_1;
NullCheck(L_75);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_76 = (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)SZArrayNew(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_75)->max_length)))))));
V_11 = L_76;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_77 = V_1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_78 = V_11;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_79 = V_1;
NullCheck(L_79);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_77, (RuntimeArray *)(RuntimeArray *)L_78, (((int32_t)((int32_t)(((RuntimeArray *)L_79)->max_length)))), /*hidden argument*/NULL);
List_1_t5096DCBA1DD98DCE1B85766613AC817FED4F9469 * L_80 = V_0;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_81 = V_11;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_82 = V_1;
NullCheck(L_82);
NullCheck(L_80);
InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var, L_80, (RuntimeArray *)(RuntimeArray *)L_81, (((int32_t)((int32_t)(((RuntimeArray *)L_82)->max_length)))));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_83 = V_11;
V_1 = L_83;
}
IL_0184:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_84 = V_1;
return L_84;
}
}
// System.Boolean System.Runtime.Serialization.FormatterServices::GetParentTypes(System.RuntimeType,System.RuntimeType[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool FormatterServices_GetParentTypes_m55A565DABB708BBA43F091F3B7D43A694C5AE1D3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___parentType0, RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** ___parentTypes1, int32_t* ___parentTypeCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetParentTypes_m55A565DABB708BBA43F091F3B7D43A694C5AE1D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_2 = NULL;
String_t* V_3 = NULL;
int32_t V_4 = 0;
String_t* V_5 = NULL;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_6 = NULL;
int32_t V_7 = 0;
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** L_0 = ___parentTypes1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
int32_t* L_1 = ___parentTypeCount2;
*((int32_t*)L_1) = (int32_t)0;
V_0 = (bool)1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (RuntimeObject_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);
V_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ___parentType0;
V_2 = L_4;
goto IL_00ce;
}
IL_001f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_5 = V_2;
NullCheck(L_5);
bool L_6 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_00c2;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = V_2;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
V_3 = L_8;
V_4 = 0;
goto IL_0076;
}
IL_0036:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** L_9 = ___parentTypes1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_10 = *((RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE**)L_9);
int32_t L_11 = V_4;
NullCheck(L_10);
int32_t L_12 = L_11;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13);
V_5 = L_14;
String_t* L_15 = V_5;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
String_t* L_17 = V_3;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)L_18))))
{
goto IL_0070;
}
}
{
String_t* L_19 = V_5;
NullCheck(L_19);
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, 0, /*hidden argument*/NULL);
String_t* L_21 = V_3;
NullCheck(L_21);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_20) == ((uint32_t)L_22))))
{
goto IL_0070;
}
}
{
String_t* L_23 = V_3;
String_t* L_24 = V_5;
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_0070;
}
}
{
V_0 = (bool)0;
goto IL_007f;
}
IL_0070:
{
int32_t L_26 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0076:
{
bool L_27 = V_0;
if (!L_27)
{
goto IL_007f;
}
}
{
int32_t L_28 = V_4;
int32_t* L_29 = ___parentTypeCount2;
int32_t L_30 = *((int32_t*)L_29);
if ((((int32_t)L_28) < ((int32_t)L_30)))
{
goto IL_0036;
}
}
IL_007f:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** L_31 = ___parentTypes1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_32 = *((RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE**)L_31);
if (!L_32)
{
goto IL_008b;
}
}
{
int32_t* L_33 = ___parentTypeCount2;
int32_t L_34 = *((int32_t*)L_33);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** L_35 = ___parentTypes1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_36 = *((RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE**)L_35);
NullCheck(L_36);
if ((!(((uint32_t)L_34) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))))
{
goto IL_00b2;
}
}
IL_008b:
{
int32_t* L_37 = ___parentTypeCount2;
int32_t L_38 = *((int32_t*)L_37);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_39 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)2)), ((int32_t)12), /*hidden argument*/NULL);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_40 = (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)SZArrayNew(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var, (uint32_t)L_39);
V_6 = L_40;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** L_41 = ___parentTypes1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_42 = *((RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE**)L_41);
if (!L_42)
{
goto IL_00ae;
}
}
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** L_43 = ___parentTypes1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_44 = *((RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE**)L_43);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_45 = V_6;
int32_t* L_46 = ___parentTypeCount2;
int32_t L_47 = *((int32_t*)L_46);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_44, 0, (RuntimeArray *)(RuntimeArray *)L_45, 0, L_47, /*hidden argument*/NULL);
}
IL_00ae:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** L_48 = ___parentTypes1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_49 = V_6;
*((RuntimeObject **)L_48) = (RuntimeObject *)L_49;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_48, (RuntimeObject *)L_49);
}
IL_00b2:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** L_50 = ___parentTypes1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_51 = *((RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE**)L_50);
int32_t* L_52 = ___parentTypeCount2;
int32_t* L_53 = ___parentTypeCount2;
int32_t L_54 = *((int32_t*)L_53);
V_7 = L_54;
int32_t L_55 = V_7;
*((int32_t*)L_52) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
int32_t L_56 = V_7;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_57 = V_2;
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_57);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(L_56), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_57);
}
IL_00c2:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_58 = V_2;
NullCheck(L_58);
Type_t * L_59 = VirtFuncInvoker0< Type_t * >::Invoke(29 /* System.Type System.Type::get_BaseType() */, L_58);
V_2 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_59, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
}
IL_00ce:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_60 = V_2;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_61 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_62 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_60, L_61, /*hidden argument*/NULL);
if (L_62)
{
goto IL_001f;
}
}
{
bool L_63 = V_0;
return L_63;
}
}
// System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80 (Type_t * ___type0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * V_0 = NULL;
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * V_1 = NULL;
{
U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * L_0 = (U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass9_0__ctor_m2F54AA916E2CEF1CA5E253E345032BBD17D3E87F(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * L_1 = V_0;
Type_t * L_2 = ___type0;
NullCheck(L_1);
L_1->set_type_0(L_2);
U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * L_3 = V_0;
NullCheck(L_3);
Type_t * L_4 = L_3->get_type_0();
if (L_4)
{
goto IL_0020;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80_RuntimeMethod_var);
}
IL_0020:
{
U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * L_6 = V_0;
NullCheck(L_6);
Type_t * L_7 = L_6->get_type_0();
if (((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)))
{
goto IL_0051;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * L_10 = V_0;
NullCheck(L_10);
Type_t * L_11 = L_10->get_type_0();
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
String_t* L_13 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral4975019776955B496F12DDE572B06527D53A3D69, L_9, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_14 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80_RuntimeMethod_var);
}
IL_0051:
{
U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * L_15 = V_0;
NullCheck(L_15);
Type_t * L_16 = L_15->get_type_0();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_17 = ___context1;
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * L_18 = (MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 *)il2cpp_codegen_object_new(MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334_il2cpp_TypeInfo_var);
MemberHolder__ctor_m528F1B3B1AC751B32F03D34AA99899CE3725B28D(L_18, L_16, L_17, /*hidden argument*/NULL);
V_1 = L_18;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
ConcurrentDictionary_2_tF29E62AC7E9CB7E308C483F9E2ED500F59864FBA * L_19 = ((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->get_m_MemberInfoTable_0();
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * L_20 = V_1;
U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * L_21 = V_0;
Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86 * L_22 = (Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86 *)il2cpp_codegen_object_new(Func_2_t47ED9DD2ACC122CE472604CA6C5ACB0A2FADFD86_il2cpp_TypeInfo_var);
Func_2__ctor_mEC2213CA10E66253EFBC550B2629018B04835CF8(L_22, L_21, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass9_0_U3CGetSerializableMembersU3Eb__0_mE1A2EB0E725B1DB095BA70591AA3F620310C2910_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mEC2213CA10E66253EFBC550B2629018B04835CF8_RuntimeMethod_var);
NullCheck(L_19);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_23 = ConcurrentDictionary_2_GetOrAdd_mD1ECD0B9EC337B75AD79F75EE943C1D3276F5D73(L_19, L_20, L_22, /*hidden argument*/ConcurrentDictionary_2_GetOrAdd_mD1ECD0B9EC337B75AD79F75EE943C1D3276F5D73_RuntimeMethod_var);
return L_23;
}
}
// System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
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, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___type0;
if (((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)))
{
goto IL_0035;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
Type_t * L_5 = ___type0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_6);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
String_t* L_7 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral4975019776955B496F12DDE572B06527D53A3D69, L_4, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_8 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D_RuntimeMethod_var);
}
IL_0035:
{
Type_t * L_9 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = FormatterServices_nativeGetUninitializedObject_mB3A35D76B203FEC059CA3E37572E670D71622832(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_9, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_10;
}
}
// System.Object System.Runtime.Serialization.FormatterServices::nativeGetUninitializedObject(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_nativeGetUninitializedObject_mB3A35D76B203FEC059CA3E37572E670D71622832 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
RuntimeObject * L_1 = ActivationServices_AllocateUninitializedClassInstance_m90F21694AAF74B03A59DB9986A6120F483A41D42(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Runtime.Serialization.FormatterServices::GetEnableUnsafeTypeForwarders()
extern "C" IL2CPP_METHOD_ATTR bool FormatterServices_GetEnableUnsafeTypeForwarders_m127957094056AC4E317B13F7CD49ED806672EB67 (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Runtime.Serialization.FormatterServices::UnsafeTypeForwardersIsEnabled()
extern "C" IL2CPP_METHOD_ATTR bool FormatterServices_UnsafeTypeForwardersIsEnabled_mFBCE9D2E115BBFCC56289B5FAFC908963C585966 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_UnsafeTypeForwardersIsEnabled_mFBCE9D2E115BBFCC56289B5FAFC908963C585966_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_0 = ((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->get_unsafeTypeForwardersIsEnabledInitialized_2();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001b;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_1 = FormatterServices_GetEnableUnsafeTypeForwarders_m127957094056AC4E317B13F7CD49ED806672EB67(/*hidden argument*/NULL);
((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->set_unsafeTypeForwardersIsEnabled_1(L_1);
il2cpp_codegen_memory_barrier();
((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->set_unsafeTypeForwardersIsEnabledInitialized_2(1);
}
IL_001b:
{
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_2 = ((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->get_unsafeTypeForwardersIsEnabled_1();
return L_2;
}
}
// System.Void System.Runtime.Serialization.FormatterServices::SerializationSetValue(System.Reflection.MemberInfo,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8 (MemberInfo_t * ___fi0, RuntimeObject * ___target1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * V_0 = NULL;
SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * V_1 = NULL;
{
MemberInfo_t * L_0 = ___fi0;
V_0 = ((RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *)IsInstClass((RuntimeObject*)L_0, RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var));
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_1 = V_0;
bool L_2 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_1, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0027;
}
}
{
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_3 = V_0;
RuntimeObject * L_4 = ___target1;
NullCheck(L_3);
RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0(L_3, L_4, /*hidden argument*/NULL);
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_5 = V_0;
RuntimeObject * L_6 = ___target1;
RuntimeObject * L_7 = ___value2;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_8 = ((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->get_s_binder_4();
NullCheck(L_5);
RtFieldInfo_UnsafeSetValue_m84A4DDE188235CFC2DAB59032535FB93B32D0D9B(L_5, L_6, L_7, 0, L_8, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL, /*hidden argument*/NULL);
return;
}
IL_0027:
{
MemberInfo_t * L_9 = ___fi0;
V_1 = ((SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 *)IsInstSealed((RuntimeObject*)L_9, SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var));
SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * L_10 = V_1;
bool L_11 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_10, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0047;
}
}
{
SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * L_12 = V_1;
RuntimeObject * L_13 = ___target1;
RuntimeObject * L_14 = ___value2;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_15 = ((FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_StaticFields*)il2cpp_codegen_static_fields_for(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var))->get_s_binder_4();
NullCheck(L_12);
SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104(L_12, L_13, L_14, 0, L_15, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL, /*hidden argument*/NULL);
return;
}
IL_0047:
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA72625CBE1904A8976C97FA04A3FF40908499645, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8_RuntimeMethod_var);
}
}
// System.Object System.Runtime.Serialization.FormatterServices::PopulateObjectMembers(System.Object,System.Reflection.MemberInfo[],System.Object[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378 (RuntimeObject * ___obj0, MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* ___members1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___data2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MemberInfo_t * V_0 = NULL;
int32_t V_1 = 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, NULL, FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_RuntimeMethod_var);
}
IL_000e:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_2 = ___members1;
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, _stringLiteralF13EB5859F13791AED242EE640EF3A762DF6317B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_RuntimeMethod_var);
}
IL_001c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___data2;
if (L_4)
{
goto IL_002a;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_RuntimeMethod_var);
}
IL_002a:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_6 = ___members1;
NullCheck(L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = ___data2;
NullCheck(L_7);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))))
{
goto IL_0042;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE7C45A93DE29D0D326B1BDC30DA9B3140462DDEB, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_RuntimeMethod_var);
}
IL_0042:
{
V_1 = 0;
goto IL_00a5;
}
IL_0046:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_10 = ___members1;
int32_t L_11 = V_1;
NullCheck(L_10);
int32_t L_12 = L_11;
MemberInfo_t * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_0 = L_13;
MemberInfo_t * L_14 = V_0;
bool L_15 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_14, (MemberInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0077;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_16;
int32_t L_18 = V_1;
int32_t L_19 = L_18;
RuntimeObject * L_20 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_20);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_20);
String_t* L_21 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralFEB55B8E78818232AADCDACF5151F9A5E26DC222, L_17, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_22 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_22, _stringLiteralF13EB5859F13791AED242EE640EF3A762DF6317B, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_RuntimeMethod_var);
}
IL_0077:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = ___data2;
int32_t L_24 = V_1;
NullCheck(L_23);
int32_t L_25 = L_24;
RuntimeObject * L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
if (!L_26)
{
goto IL_00a1;
}
}
{
MemberInfo_t * L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_27);
if ((!(((uint32_t)L_28) == ((uint32_t)4))))
{
goto IL_0091;
}
}
{
MemberInfo_t * L_29 = V_0;
RuntimeObject * L_30 = ___obj0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = ___data2;
int32_t L_32 = V_1;
NullCheck(L_31);
int32_t L_33 = L_32;
RuntimeObject * L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8(L_29, L_30, L_34, /*hidden argument*/NULL);
goto IL_00a1;
}
IL_0091:
{
String_t* L_35 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCDDC42993148A2E661BBD422B8FFB1D0C5F9FC48, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_36 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_36, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NULL, FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378_RuntimeMethod_var);
}
IL_00a1:
{
int32_t L_37 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00a5:
{
int32_t L_38 = V_1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_39 = ___members1;
NullCheck(L_39);
if ((((int32_t)L_38) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length)))))))
{
goto IL_0046;
}
}
{
RuntimeObject * L_40 = ___obj0;
return L_40;
}
}
// System.Object[] System.Runtime.Serialization.FormatterServices::GetObjectData(System.Object,System.Reflection.MemberInfo[])
extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6 (RuntimeObject * ___obj0, MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* ___members1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
MemberInfo_t * V_2 = NULL;
int32_t V_3 = 0;
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * V_4 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6_RuntimeMethod_var);
}
IL_000e:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_2 = ___members1;
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, _stringLiteralF13EB5859F13791AED242EE640EF3A762DF6317B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6_RuntimeMethod_var);
}
IL_001c:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_4 = ___members1;
NullCheck(L_4);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))));
int32_t L_5 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
V_3 = 0;
goto IL_00b4;
}
IL_002e:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_7 = ___members1;
int32_t L_8 = V_3;
NullCheck(L_7);
int32_t L_9 = L_8;
MemberInfo_t * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_2 = L_10;
MemberInfo_t * L_11 = V_2;
bool L_12 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_11, (MemberInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_005f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
int32_t L_15 = V_3;
int32_t L_16 = L_15;
RuntimeObject * L_17 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_16);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_17);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralFEB55B8E78818232AADCDACF5151F9A5E26DC222, L_14, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_19 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_19, _stringLiteralF13EB5859F13791AED242EE640EF3A762DF6317B, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6_RuntimeMethod_var);
}
IL_005f:
{
MemberInfo_t * L_20 = V_2;
NullCheck(L_20);
int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_20);
if ((!(((uint32_t)L_21) == ((uint32_t)4))))
{
goto IL_00a0;
}
}
{
MemberInfo_t * L_22 = V_2;
V_4 = ((RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *)IsInstClass((RuntimeObject*)L_22, RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var));
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_23 = V_4;
bool L_24 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_23, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_008f;
}
}
{
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_25 = V_4;
RuntimeObject * L_26 = ___obj0;
NullCheck(L_25);
RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0(L_25, L_26, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = V_1;
int32_t L_28 = V_3;
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_29 = V_4;
RuntimeObject * L_30 = ___obj0;
NullCheck(L_29);
RuntimeObject * L_31 = RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A(L_29, L_30, /*hidden argument*/NULL);
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_31);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (RuntimeObject *)L_31);
goto IL_00b0;
}
IL_008f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = V_1;
int32_t L_33 = V_3;
MemberInfo_t * L_34 = V_2;
RuntimeObject * L_35 = ___obj0;
NullCheck(((SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 *)CastclassSealed((RuntimeObject*)L_34, SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var)));
RuntimeObject * L_36 = SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5(((SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 *)CastclassSealed((RuntimeObject*)L_34, SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var)), L_35, /*hidden argument*/NULL);
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_36);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(L_33), (RuntimeObject *)L_36);
goto IL_00b0;
}
IL_00a0:
{
String_t* L_37 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCDDC42993148A2E661BBD422B8FFB1D0C5F9FC48, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_38 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_38, L_37, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, NULL, FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6_RuntimeMethod_var);
}
IL_00b0:
{
int32_t L_39 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
}
IL_00b4:
{
int32_t L_40 = V_3;
int32_t L_41 = V_0;
if ((((int32_t)L_40) < ((int32_t)L_41)))
{
goto IL_002e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = V_1;
return L_42;
}
}
// System.Type System.Runtime.Serialization.FormatterServices::GetTypeFromAssembly(System.Reflection.Assembly,System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E (Assembly_t * ___assem0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Assembly_t * L_0 = ___assem0;
bool L_1 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_0, (Assembly_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, _stringLiteral83E646079B99823063E8A960F2B57476A98CDFB0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E_RuntimeMethod_var);
}
IL_0014:
{
Assembly_t * L_3 = ___assem0;
String_t* L_4 = ___name1;
NullCheck(L_3);
Type_t * L_5 = VirtFuncInvoker3< Type_t *, String_t*, bool, bool >::Invoke(19 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) */, L_3, L_4, (bool)0, (bool)0);
return L_5;
}
}
// System.Reflection.Assembly System.Runtime.Serialization.FormatterServices::LoadAssemblyFromString(System.String)
extern "C" IL2CPP_METHOD_ATTR Assembly_t * FormatterServices_LoadAssemblyFromString_m05616D847972123FB8DEACB5F94402D3C2B6709C (String_t* ___assemblyName0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___assemblyName0;
Assembly_t * L_1 = Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Reflection.Assembly System.Runtime.Serialization.FormatterServices::LoadAssemblyFromStringNoThrow(System.String)
extern "C" IL2CPP_METHOD_ATTR Assembly_t * FormatterServices_LoadAssemblyFromStringNoThrow_mBCE4223B672BC1705CDCE99D2A54158B3D225F5C (String_t* ___assemblyName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_LoadAssemblyFromStringNoThrow_mBCE4223B672BC1705CDCE99D2A54158B3D225F5C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Assembly_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
String_t* L_0 = ___assemblyName0;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
Assembly_t * L_1 = FormatterServices_LoadAssemblyFromString_m05616D847972123FB8DEACB5F94402D3C2B6709C(L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0009;
throw e;
}
CATCH_0009:
{ // begin catch(System.Exception)
goto IL_000c;
} // end catch (depth: 1)
IL_000c:
{
return (Assembly_t *)NULL;
}
IL_000e:
{
Assembly_t * L_2 = V_0;
return L_2;
}
}
// System.String System.Runtime.Serialization.FormatterServices::GetClrAssemblyName(System.Type,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9 (Type_t * ___type0, bool* ___hasTypeForwardedFrom1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
Type_t * L_0 = ___type0;
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, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___type0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_2, L_4, (bool)0);
V_0 = L_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = V_0;
if (!L_6)
{
goto IL_0038;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = V_0;
NullCheck(L_7);
if (!(((RuntimeArray *)L_7)->max_length))
{
goto IL_0038;
}
}
{
bool* L_8 = ___hasTypeForwardedFrom1;
*((int8_t*)L_8) = (int8_t)1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = 0;
RuntimeObject * L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(((TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2 *)CastclassSealed((RuntimeObject*)L_11, TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2_il2cpp_TypeInfo_var)));
String_t* L_12 = TypeForwardedFromAttribute_get_AssemblyFullName_m5488360A35976188EA843499B1809EB25D2AF5CB(((TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2 *)CastclassSealed((RuntimeObject*)L_11, TypeForwardedFromAttribute_tEE8D8DA95C9112F53D8E66EA00F476C923A003E2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_12;
}
IL_0038:
{
bool* L_13 = ___hasTypeForwardedFrom1;
*((int8_t*)L_13) = (int8_t)0;
Type_t * L_14 = ___type0;
NullCheck(L_14);
Assembly_t * L_15 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_14);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_15);
return L_16;
}
}
// System.String System.Runtime.Serialization.FormatterServices::GetClrTypeFullName(System.Type)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226 (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
Type_t * L_2 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
String_t* L_3 = FormatterServices_GetClrTypeFullNameForArray_m56AE7AF4715894CA398DD08250FD5895663C8FF0(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000f:
{
Type_t * L_4 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
String_t* L_5 = FormatterServices_GetClrTypeFullNameForNonArrayTypes_m66B91C30421209F13AC4F8E900500CED98536DEC(L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.String System.Runtime.Serialization.FormatterServices::GetClrTypeFullNameForArray(System.Type)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrTypeFullNameForArray_m56AE7AF4715894CA398DD08250FD5895663C8FF0 (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetClrTypeFullNameForArray_m56AE7AF4715894CA398DD08250FD5895663C8FF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
{
Type_t * L_0 = ___type0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.Type::GetArrayRank() */, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_002b;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
Type_t * L_4 = ___type0;
NullCheck(L_4);
Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(93 /* System.Type System.Type::GetElementType() */, L_4);
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
String_t* L_6 = FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226(L_5, /*hidden argument*/NULL);
String_t* L_7 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_3, _stringLiteral6FE2EB9A03CDF5C97481593914D7D863F0FE5F6D, L_6, _stringLiteral97D170E1550EEE4AFC0AF065B78CDA302A97674C, /*hidden argument*/NULL);
return L_7;
}
IL_002b:
{
Type_t * L_8 = ___type0;
NullCheck(L_8);
Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(93 /* System.Type System.Type::GetElementType() */, L_8);
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
String_t* L_10 = FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226(L_9, /*hidden argument*/NULL);
StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_11, L_10, /*hidden argument*/NULL);
NullCheck(L_11);
StringBuilder_t * L_12 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
V_1 = L_12;
V_2 = 1;
goto IL_005a;
}
IL_004a:
{
StringBuilder_t * L_13 = V_1;
NullCheck(L_13);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_005a:
{
int32_t L_15 = V_2;
int32_t L_16 = V_0;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_004a;
}
}
{
StringBuilder_t * L_17 = V_1;
NullCheck(L_17);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
StringBuilder_t * L_18 = V_1;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18);
return L_19;
}
}
// System.String System.Runtime.Serialization.FormatterServices::GetClrTypeFullNameForNonArrayTypes(System.Type)
extern "C" IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrTypeFullNameForNonArrayTypes_m66B91C30421209F13AC4F8E900500CED98536DEC (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FormatterServices_GetClrTypeFullNameForNonArrayTypes_m66B91C30421209F13AC4F8E900500CED98536DEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
bool V_1 = false;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_2 = NULL;
int32_t V_3 = 0;
Type_t * V_4 = NULL;
{
Type_t * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(70 /* System.Boolean System.Type::get_IsGenericType() */, L_0);
if (L_1)
{
goto IL_000f;
}
}
{
Type_t * L_2 = ___type0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_2);
return L_3;
}
IL_000f:
{
Type_t * L_4 = ___type0;
NullCheck(L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(94 /* System.Type[] System.Type::GetGenericArguments() */, L_4);
Type_t * L_6 = ___type0;
NullCheck(L_6);
Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(95 /* System.Type System.Type::GetGenericTypeDefinition() */, L_6);
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_7);
StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_9, L_8, /*hidden argument*/NULL);
NullCheck(L_9);
StringBuilder_t * L_10 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
V_0 = L_10;
V_2 = L_5;
V_3 = 0;
goto IL_007a;
}
IL_0035:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = V_2;
int32_t L_12 = V_3;
NullCheck(L_11);
int32_t L_13 = L_12;
Type_t * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
V_4 = L_14;
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
StringBuilder_t * L_16 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
Type_t * L_17 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
String_t* L_18 = FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
StringBuilder_t * L_19 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, L_18, /*hidden argument*/NULL);
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
StringBuilder_t * L_20 = V_0;
Type_t * L_21 = V_4;
String_t* L_22 = FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9(L_21, (bool*)(&V_1), /*hidden argument*/NULL);
NullCheck(L_20);
StringBuilder_t * L_23 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, L_22, /*hidden argument*/NULL);
NullCheck(L_23);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, _stringLiteral3FFBF029170F49EDDBB26DBBD0BFE2FC0FF6A621, /*hidden argument*/NULL);
int32_t L_24 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_007a:
{
int32_t L_25 = V_3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = V_2;
NullCheck(L_26);
if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))))))
{
goto IL_0035;
}
}
{
StringBuilder_t * L_27 = V_0;
StringBuilder_t * L_28 = V_0;
NullCheck(L_28);
int32_t L_29 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_28, /*hidden argument*/NULL);
NullCheck(L_27);
StringBuilder_t * L_30 = StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), 1, /*hidden argument*/NULL);
NullCheck(L_30);
StringBuilder_t * L_31 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_30, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
NullCheck(L_31);
String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31);
return L_32;
}
}
#ifdef __clang__
#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.Runtime.Serialization.FormatterServices_<>c__DisplayClass9_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m2F54AA916E2CEF1CA5E253E345032BBD17D3E87F (U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices_<>c__DisplayClass9_0::<GetSerializableMembers>b__0(System.Runtime.Serialization.MemberHolder)
extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* U3CU3Ec__DisplayClass9_0_U3CGetSerializableMembersU3Eb__0_mE1A2EB0E725B1DB095BA70591AA3F620310C2910 (U3CU3Ec__DisplayClass9_0_t3FE72D0C843700DFC0A476D14EFD24D16BCE762D * __this, MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * ____0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass9_0_U3CGetSerializableMembersU3Eb__0_mE1A2EB0E725B1DB095BA70591AA3F620310C2910_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = __this->get_type_0();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_1 = FormatterServices_InternalGetSerializableMembers_m2FB1D8993247FE02A92BFB296DF50D77B081522A(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void BinaryArray__ctor_m829F087056F7202FDC3C0E25746493FD856C7AE4 (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___binaryHeaderEnum0;
__this->set_binaryHeaderEnum_7(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::Set(System.Int32,System.Int32,System.Int32[],System.Int32[],System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum,System.Object,System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BinaryArray_Set_m68D0717FEA11D9D4F35FF404851FFD4C94FA839A (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, int32_t ___objectId0, int32_t ___rank1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthA2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBoundA3, int32_t ___binaryTypeEnum4, RuntimeObject * ___typeInformation5, int32_t ___binaryArrayTypeEnum6, int32_t ___assemId7, const RuntimeMethod* method)
{
{
int32_t L_0 = ___objectId0;
__this->set_objectId_0(L_0);
int32_t L_1 = ___binaryArrayTypeEnum6;
__this->set_binaryArrayTypeEnum_8(L_1);
int32_t L_2 = ___rank1;
__this->set_rank_1(L_2);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = ___lengthA2;
__this->set_lengthA_2(L_3);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = ___lowerBoundA3;
__this->set_lowerBoundA_3(L_4);
int32_t L_5 = ___binaryTypeEnum4;
__this->set_binaryTypeEnum_4(L_5);
RuntimeObject * L_6 = ___typeInformation5;
__this->set_typeInformation_5(L_6);
int32_t L_7 = ___assemId7;
__this->set_assemId_6(L_7);
__this->set_binaryHeaderEnum_7(7);
int32_t L_8 = ___binaryArrayTypeEnum6;
if (L_8)
{
goto IL_0070;
}
}
{
int32_t L_9 = ___binaryTypeEnum4;
if (L_9)
{
goto IL_0055;
}
}
{
__this->set_binaryHeaderEnum_7(((int32_t)15));
return;
}
IL_0055:
{
int32_t L_10 = ___binaryTypeEnum4;
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_0063;
}
}
{
__this->set_binaryHeaderEnum_7(((int32_t)17));
return;
}
IL_0063:
{
int32_t L_11 = ___binaryTypeEnum4;
if ((!(((uint32_t)L_11) == ((uint32_t)2))))
{
goto IL_0070;
}
}
{
__this->set_binaryHeaderEnum_7(((int32_t)16));
}
IL_0070:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = __this->get_binaryHeaderEnum_7();
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)15))))
{
case 0:
{
goto IL_0021;
}
case 1:
{
goto IL_0083;
}
case 2:
{
goto IL_005b;
}
}
}
{
goto IL_00ab;
}
IL_0021:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_2 = ___sout0;
int32_t L_3 = __this->get_binaryHeaderEnum_7();
NullCheck(L_2);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_2, (uint8_t)(((int32_t)((uint8_t)L_3))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_4 = ___sout0;
int32_t L_5 = __this->get_objectId_0();
NullCheck(L_4);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_4, L_5, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_6 = ___sout0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_lengthA_2();
NullCheck(L_7);
int32_t L_8 = 0;
int32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_6);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_6, L_9, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_10 = ___sout0;
RuntimeObject * L_11 = __this->get_typeInformation_5();
NullCheck(L_10);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_10, (uint8_t)(((int32_t)((uint8_t)((*(int32_t*)((int32_t*)UnBox(L_11, InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var))))))), /*hidden argument*/NULL);
return;
}
IL_005b:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_12 = ___sout0;
int32_t L_13 = __this->get_binaryHeaderEnum_7();
NullCheck(L_12);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_12, (uint8_t)(((int32_t)((uint8_t)L_13))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_14 = ___sout0;
int32_t L_15 = __this->get_objectId_0();
NullCheck(L_14);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_14, L_15, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_16 = ___sout0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = __this->get_lengthA_2();
NullCheck(L_17);
int32_t L_18 = 0;
int32_t L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
NullCheck(L_16);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_16, L_19, /*hidden argument*/NULL);
return;
}
IL_0083:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_20 = ___sout0;
int32_t L_21 = __this->get_binaryHeaderEnum_7();
NullCheck(L_20);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_20, (uint8_t)(((int32_t)((uint8_t)L_21))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_22 = ___sout0;
int32_t L_23 = __this->get_objectId_0();
NullCheck(L_22);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_22, L_23, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_24 = ___sout0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = __this->get_lengthA_2();
NullCheck(L_25);
int32_t L_26 = 0;
int32_t L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NullCheck(L_24);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_24, L_27, /*hidden argument*/NULL);
return;
}
IL_00ab:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_28 = ___sout0;
int32_t L_29 = __this->get_binaryHeaderEnum_7();
NullCheck(L_28);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_28, (uint8_t)(((int32_t)((uint8_t)L_29))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_30 = ___sout0;
int32_t L_31 = __this->get_objectId_0();
NullCheck(L_30);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_30, L_31, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_32 = ___sout0;
int32_t L_33 = __this->get_binaryArrayTypeEnum_8();
NullCheck(L_32);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_32, (uint8_t)(((int32_t)((uint8_t)L_33))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_34 = ___sout0;
int32_t L_35 = __this->get_rank_1();
NullCheck(L_34);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_34, L_35, /*hidden argument*/NULL);
V_1 = 0;
goto IL_00f3;
}
IL_00e1:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_36 = ___sout0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = __this->get_lengthA_2();
int32_t L_38 = V_1;
NullCheck(L_37);
int32_t L_39 = L_38;
int32_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
NullCheck(L_36);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_36, L_40, /*hidden argument*/NULL);
int32_t L_41 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
}
IL_00f3:
{
int32_t L_42 = V_1;
int32_t L_43 = __this->get_rank_1();
if ((((int32_t)L_42) < ((int32_t)L_43)))
{
goto IL_00e1;
}
}
{
int32_t L_44 = __this->get_binaryArrayTypeEnum_8();
if ((((int32_t)L_44) == ((int32_t)3)))
{
goto IL_0117;
}
}
{
int32_t L_45 = __this->get_binaryArrayTypeEnum_8();
if ((((int32_t)L_45) == ((int32_t)4)))
{
goto IL_0117;
}
}
{
int32_t L_46 = __this->get_binaryArrayTypeEnum_8();
if ((!(((uint32_t)L_46) == ((uint32_t)5))))
{
goto IL_0136;
}
}
IL_0117:
{
V_2 = 0;
goto IL_012d;
}
IL_011b:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_47 = ___sout0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = __this->get_lowerBoundA_3();
int32_t L_49 = V_2;
NullCheck(L_48);
int32_t L_50 = L_49;
int32_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
NullCheck(L_47);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_47, L_51, /*hidden argument*/NULL);
int32_t L_52 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1));
}
IL_012d:
{
int32_t L_53 = V_2;
int32_t L_54 = __this->get_rank_1();
if ((((int32_t)L_53) < ((int32_t)L_54)))
{
goto IL_011b;
}
}
IL_0136:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_55 = ___sout0;
int32_t L_56 = __this->get_binaryTypeEnum_4();
NullCheck(L_55);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_55, (uint8_t)(((int32_t)((uint8_t)L_56))), /*hidden argument*/NULL);
int32_t L_57 = __this->get_binaryTypeEnum_4();
RuntimeObject * L_58 = __this->get_typeInformation_5();
int32_t L_59 = __this->get_assemId_6();
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_60 = ___sout0;
BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682(L_57, L_58, L_59, L_60, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryArray_Read_m1D7DEF5223C37189846401AE126E7E855E7FDD2A (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryArray_Read_m1D7DEF5223C37189846401AE126E7E855E7FDD2A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = __this->get_binaryHeaderEnum_7();
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)15))))
{
case 0:
{
goto IL_0021;
}
case 1:
{
goto IL_00d3;
}
case 2:
{
goto IL_007f;
}
}
}
{
goto IL_0127;
}
IL_0021:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
NullCheck(L_2);
int32_t L_3 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_2, /*hidden argument*/NULL);
__this->set_objectId_0(L_3);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
__this->set_lengthA_2(L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_lengthA_2();
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_6 = ___input0;
NullCheck(L_6);
int32_t L_7 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_7);
__this->set_binaryArrayTypeEnum_8(0);
__this->set_rank_1(1);
int32_t L_8 = __this->get_rank_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_8);
__this->set_lowerBoundA_3(L_9);
__this->set_binaryTypeEnum_4(0);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_10 = ___input0;
NullCheck(L_10);
uint8_t L_11 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(L_10, /*hidden argument*/NULL);
int32_t L_12 = ((int32_t)L_11);
RuntimeObject * L_13 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_12);
__this->set_typeInformation_5(L_13);
return;
}
IL_007f:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_14 = ___input0;
NullCheck(L_14);
int32_t L_15 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_14, /*hidden argument*/NULL);
__this->set_objectId_0(L_15);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
__this->set_lengthA_2(L_16);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = __this->get_lengthA_2();
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_18 = ___input0;
NullCheck(L_18);
int32_t L_19 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_18, /*hidden argument*/NULL);
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_19);
__this->set_binaryArrayTypeEnum_8(0);
__this->set_rank_1(1);
int32_t L_20 = __this->get_rank_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_20);
__this->set_lowerBoundA_3(L_21);
__this->set_binaryTypeEnum_4(1);
__this->set_typeInformation_5(NULL);
return;
}
IL_00d3:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_22 = ___input0;
NullCheck(L_22);
int32_t L_23 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_22, /*hidden argument*/NULL);
__this->set_objectId_0(L_23);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
__this->set_lengthA_2(L_24);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = __this->get_lengthA_2();
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_26 = ___input0;
NullCheck(L_26);
int32_t L_27 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_26, /*hidden argument*/NULL);
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_27);
__this->set_binaryArrayTypeEnum_8(0);
__this->set_rank_1(1);
int32_t L_28 = __this->get_rank_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_28);
__this->set_lowerBoundA_3(L_29);
__this->set_binaryTypeEnum_4(2);
__this->set_typeInformation_5(NULL);
return;
}
IL_0127:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_30 = ___input0;
NullCheck(L_30);
int32_t L_31 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_30, /*hidden argument*/NULL);
__this->set_objectId_0(L_31);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_32 = ___input0;
NullCheck(L_32);
uint8_t L_33 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(L_32, /*hidden argument*/NULL);
__this->set_binaryArrayTypeEnum_8(L_33);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_34 = ___input0;
NullCheck(L_34);
int32_t L_35 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_34, /*hidden argument*/NULL);
__this->set_rank_1(L_35);
int32_t L_36 = __this->get_rank_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_36);
__this->set_lengthA_2(L_37);
int32_t L_38 = __this->get_rank_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_39 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_38);
__this->set_lowerBoundA_3(L_39);
V_1 = 0;
goto IL_0183;
}
IL_0171:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_40 = __this->get_lengthA_2();
int32_t L_41 = V_1;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_42 = ___input0;
NullCheck(L_42);
int32_t L_43 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_42, /*hidden argument*/NULL);
NullCheck(L_40);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (int32_t)L_43);
int32_t L_44 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
}
IL_0183:
{
int32_t L_45 = V_1;
int32_t L_46 = __this->get_rank_1();
if ((((int32_t)L_45) < ((int32_t)L_46)))
{
goto IL_0171;
}
}
{
int32_t L_47 = __this->get_binaryArrayTypeEnum_8();
if ((((int32_t)L_47) == ((int32_t)3)))
{
goto IL_01a7;
}
}
{
int32_t L_48 = __this->get_binaryArrayTypeEnum_8();
if ((((int32_t)L_48) == ((int32_t)4)))
{
goto IL_01a7;
}
}
{
int32_t L_49 = __this->get_binaryArrayTypeEnum_8();
if ((!(((uint32_t)L_49) == ((uint32_t)5))))
{
goto IL_01c6;
}
}
IL_01a7:
{
V_2 = 0;
goto IL_01bd;
}
IL_01ab:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_50 = __this->get_lowerBoundA_3();
int32_t L_51 = V_2;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_52 = ___input0;
NullCheck(L_52);
int32_t L_53 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_52, /*hidden argument*/NULL);
NullCheck(L_50);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(L_51), (int32_t)L_53);
int32_t L_54 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_01bd:
{
int32_t L_55 = V_2;
int32_t L_56 = __this->get_rank_1();
if ((((int32_t)L_55) < ((int32_t)L_56)))
{
goto IL_01ab;
}
}
IL_01c6:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_57 = ___input0;
NullCheck(L_57);
uint8_t L_58 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(L_57, /*hidden argument*/NULL);
__this->set_binaryTypeEnum_4(L_58);
int32_t L_59 = __this->get_binaryTypeEnum_4();
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_60 = ___input0;
int32_t* L_61 = __this->get_address_of_assemId_6();
RuntimeObject * L_62 = BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD(L_59, L_60, (int32_t*)L_61, /*hidden argument*/NULL);
__this->set_typeInformation_5(L_62);
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.Runtime.Serialization.Formatters.Binary.BinaryAssembly::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly__ctor_m05C09656FA7EA4FE9E993F435CF110FF6B22B0CE (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Set(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Set_m064BA83DC31EDAACF1FCFC5FD5C7CE8F8986829D (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, int32_t ___assemId0, String_t* ___assemblyString1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___assemId0;
__this->set_assemId_0(L_0);
String_t* L_1 = ___assemblyString1;
__this->set_assemblyString_1(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Write_m24D43F19F9E55B7A1226E9C7B64A279698C20C95 (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)((int32_t)12), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout0;
int32_t L_2 = __this->get_assemId_0();
NullCheck(L_1);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_1, L_2, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___sout0;
String_t* L_4 = __this->get_assemblyString_1();
NullCheck(L_3);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Read_mC8BA62E6016AFDDB02C40AC0C3637DCB341C2ED4 (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_assemId_0(L_1);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
NullCheck(L_2);
String_t* L_3 = __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F(L_2, /*hidden argument*/NULL);
__this->set_assemblyString_1(L_3);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Dump_m613C3077298D20882D6DAEDEB9D8B20A587B33D1 (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, 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.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssemblyInfo__ctor_m98841D1267AE715E6A8C10DB683694F738CBBBB4 (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __this, String_t* ___assemblyString0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___assemblyString0;
__this->set_assemblyString_0(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo::.ctor(System.String,System.Reflection.Assembly)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssemblyInfo__ctor_m9BFEB94B5AA9C049EEA5F5FF7707F8CAEF94ED15 (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __this, String_t* ___assemblyString0, Assembly_t * ___assembly1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___assemblyString0;
__this->set_assemblyString_0(L_0);
Assembly_t * L_1 = ___assembly1;
__this->set_assembly_1(L_1);
return;
}
}
// System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo::GetAssembly()
extern "C" IL2CPP_METHOD_ATTR Assembly_t * BinaryAssemblyInfo_GetAssembly_m472AE64395F5B2E3A072387F75241DAFDE7EC2B8 (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryAssemblyInfo_GetAssembly_m472AE64395F5B2E3A072387F75241DAFDE7EC2B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Assembly_t * L_0 = __this->get_assembly_1();
bool L_1 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_0, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_004c;
}
}
{
String_t* L_2 = __this->get_assemblyString_0();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
Assembly_t * L_3 = FormatterServices_LoadAssemblyFromStringNoThrow_mBCE4223B672BC1705CDCE99D2A54158B3D225F5C(L_2, /*hidden argument*/NULL);
__this->set_assembly_1(L_3);
Assembly_t * L_4 = __this->get_assembly_1();
bool L_5 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_4, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_004c;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
String_t* L_8 = __this->get_assemblyString_0();
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralBEB865A247EFACA1D59134C407FB25ABEB9C4F35, L_7, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_10 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, BinaryAssemblyInfo_GetAssembly_m472AE64395F5B2E3A072387F75241DAFDE7EC2B8_RuntimeMethod_var);
}
IL_004c:
{
Assembly_t * L_11 = __this->get_assembly_1();
return L_11;
}
}
#ifdef __clang__
#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.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.BinaryConverter::GetBinaryTypeInfo(System.Type,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.String,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.ObjectU26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681 (Type_t * ___type0, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo1, String_t* ___typeName2, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter3, RuntimeObject ** ___typeInformation4, int32_t* ___assemId5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
{
int32_t* L_0 = ___assemId5;
*((int32_t*)L_0) = (int32_t)0;
RuntimeObject ** L_1 = ___typeInformation4;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_1, (RuntimeObject *)NULL);
Type_t * L_2 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_3 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_3))))
{
goto IL_0017;
}
}
{
V_0 = 1;
goto IL_00e7;
}
IL_0017:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_4 = ___objectInfo1;
if (!L_4)
{
goto IL_0025;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_5 = ___objectInfo1;
if (!L_5)
{
goto IL_0034;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_6 = ___objectInfo1;
NullCheck(L_6);
bool L_7 = L_6->get_isSi_3();
if (L_7)
{
goto IL_0034;
}
}
IL_0025:
{
Type_t * L_8 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_9 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9))))
{
goto IL_0034;
}
}
{
V_0 = 2;
goto IL_00e7;
}
IL_0034:
{
Type_t * L_10 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_11 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofStringArray_30();
if ((!(((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_11))))
{
goto IL_0043;
}
}
{
V_0 = 6;
goto IL_00e7;
}
IL_0043:
{
Type_t * L_12 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_13 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObjectArray_29();
if ((!(((RuntimeObject*)(Type_t *)L_12) == ((RuntimeObject*)(Type_t *)L_13))))
{
goto IL_0052;
}
}
{
V_0 = 5;
goto IL_00e7;
}
IL_0052:
{
Type_t * L_14 = ___type0;
RuntimeObject ** L_15 = ___typeInformation4;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
bool L_16 = Converter_IsPrimitiveArray_mC5E5EF377960D793CE84F4947582844337A117D4(L_14, (RuntimeObject **)L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0063;
}
}
{
V_0 = 7;
goto IL_00e7;
}
IL_0063:
{
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_17 = ___objectWriter3;
Type_t * L_18 = ___type0;
NullCheck(L_17);
int32_t L_19 = ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83(L_17, L_18, /*hidden argument*/NULL);
V_1 = L_19;
int32_t L_20 = V_1;
if (L_20)
{
goto IL_00dc;
}
}
{
V_2 = (String_t*)NULL;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_21 = ___objectInfo1;
if (L_21)
{
goto IL_008a;
}
}
{
Type_t * L_22 = ___type0;
NullCheck(L_22);
Assembly_t * L_23 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_22);
NullCheck(L_23);
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_23);
V_2 = L_24;
RuntimeObject ** L_25 = ___typeInformation4;
Type_t * L_26 = ___type0;
NullCheck(L_26);
String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_26);
*((RuntimeObject **)L_25) = (RuntimeObject *)L_27;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_25, (RuntimeObject *)L_27);
goto IL_009a;
}
IL_008a:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_28 = ___objectInfo1;
NullCheck(L_28);
String_t* L_29 = WriteObjectInfo_GetAssemblyString_m149D6DF6A6D3E48B0A4D479ACAC076BF43455DDF(L_28, /*hidden argument*/NULL);
V_2 = L_29;
RuntimeObject ** L_30 = ___typeInformation4;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_31 = ___objectInfo1;
NullCheck(L_31);
String_t* L_32 = WriteObjectInfo_GetTypeFullName_mDD23416337907CECB5C9F9852586324CB0B4A5A8(L_31, /*hidden argument*/NULL);
*((RuntimeObject **)L_30) = (RuntimeObject *)L_32;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_30, (RuntimeObject *)L_32);
}
IL_009a:
{
String_t* L_33 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
String_t* L_34 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_urtAssemblyString_27();
NullCheck(L_33);
bool L_35 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_33, L_34, /*hidden argument*/NULL);
if (!L_35)
{
goto IL_00af;
}
}
{
V_0 = 3;
int32_t* L_36 = ___assemId5;
*((int32_t*)L_36) = (int32_t)0;
goto IL_00e7;
}
IL_00af:
{
V_0 = 4;
int32_t* L_37 = ___assemId5;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_38 = ___objectInfo1;
NullCheck(L_38);
int64_t L_39 = L_38->get_assemId_14();
*((int32_t*)L_37) = (int32_t)(((int32_t)((int32_t)L_39)));
int32_t* L_40 = ___assemId5;
int32_t L_41 = *((int32_t*)L_40);
if (L_41)
{
goto IL_00e7;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_42;
RuntimeObject ** L_44 = ___typeInformation4;
RuntimeObject * L_45 = *((RuntimeObject **)L_44);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_45);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_45);
String_t* L_46 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEE4E7CCB5582A00FE4FAF850DACF22B076FE7D8E, L_43, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_47 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_47, L_46, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, NULL, BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681_RuntimeMethod_var);
}
IL_00dc:
{
V_0 = 0;
RuntimeObject ** L_48 = ___typeInformation4;
int32_t L_49 = V_1;
int32_t L_50 = L_49;
RuntimeObject * L_51 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_50);
*((RuntimeObject **)L_48) = (RuntimeObject *)L_51;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_48, (RuntimeObject *)L_51);
}
IL_00e7:
{
int32_t L_52 = V_0;
return L_52;
}
}
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.BinaryConverter::GetParserBinaryTypeInfo(System.Type,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR int32_t BinaryConverter_GetParserBinaryTypeInfo_m92A9B9B93B3740D425358DFBBC14FCE72F00131D (Type_t * ___type0, RuntimeObject ** ___typeInformation1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryConverter_GetParserBinaryTypeInfo_m92A9B9B93B3740D425358DFBBC14FCE72F00131D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
RuntimeObject ** L_0 = ___typeInformation1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
Type_t * L_1 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_2 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_2))))
{
goto IL_000f;
}
}
{
V_0 = 1;
goto IL_0076;
}
IL_000f:
{
Type_t * L_3 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_4 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001b;
}
}
{
V_0 = 2;
goto IL_0076;
}
IL_001b:
{
Type_t * L_5 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_6 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObjectArray_29();
if ((!(((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6))))
{
goto IL_0027;
}
}
{
V_0 = 5;
goto IL_0076;
}
IL_0027:
{
Type_t * L_7 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_8 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofStringArray_30();
if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_8))))
{
goto IL_0033;
}
}
{
V_0 = 6;
goto IL_0076;
}
IL_0033:
{
Type_t * L_9 = ___type0;
RuntimeObject ** L_10 = ___typeInformation1;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
bool L_11 = Converter_IsPrimitiveArray_mC5E5EF377960D793CE84F4947582844337A117D4(L_9, (RuntimeObject **)L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0040;
}
}
{
V_0 = 7;
goto IL_0076;
}
IL_0040:
{
Type_t * L_12 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_13 = Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1(L_12, /*hidden argument*/NULL);
V_1 = L_13;
int32_t L_14 = V_1;
if (L_14)
{
goto IL_006c;
}
}
{
Type_t * L_15 = ___type0;
Assembly_t * L_16 = Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6(L_15, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Assembly_t * L_17 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_urtAssembly_26();
bool L_18 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_16, L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0060;
}
}
{
V_0 = 3;
goto IL_0062;
}
IL_0060:
{
V_0 = 4;
}
IL_0062:
{
RuntimeObject ** L_19 = ___typeInformation1;
Type_t * L_20 = ___type0;
NullCheck(L_20);
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_20);
*((RuntimeObject **)L_19) = (RuntimeObject *)L_21;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_19, (RuntimeObject *)L_21);
goto IL_0076;
}
IL_006c:
{
V_0 = 0;
RuntimeObject ** L_22 = ___typeInformation1;
int32_t L_23 = V_1;
int32_t L_24 = L_23;
RuntimeObject * L_25 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_24);
*((RuntimeObject **)L_22) = (RuntimeObject *)L_25;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_22, (RuntimeObject *)L_25);
}
IL_0076:
{
int32_t L_26 = V_0;
return L_26;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryConverter::WriteTypeInfo(System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum,System.Object,System.Int32,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682 (int32_t ___binaryTypeEnum0, RuntimeObject * ___typeInformation1, int32_t ___assemId2, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___binaryTypeEnum0;
switch (L_0)
{
case 0:
{
goto IL_0028;
}
case 1:
{
goto IL_007b;
}
case 2:
{
goto IL_007b;
}
case 3:
{
goto IL_0036;
}
case 4:
{
goto IL_0043;
}
case 5:
{
goto IL_007b;
}
case 6:
{
goto IL_007b;
}
case 7:
{
goto IL_0028;
}
}
}
{
goto IL_0057;
}
IL_0028:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout3;
RuntimeObject * L_2 = ___typeInformation1;
NullCheck(L_1);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_1, (uint8_t)(((int32_t)((uint8_t)((*(int32_t*)((int32_t*)UnBox(L_2, InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var))))))), /*hidden argument*/NULL);
return;
}
IL_0036:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___sout3;
RuntimeObject * L_4 = ___typeInformation1;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
NullCheck(L_3);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_3, L_5, /*hidden argument*/NULL);
return;
}
IL_0043:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_6 = ___sout3;
RuntimeObject * L_7 = ___typeInformation1;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
NullCheck(L_6);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_6, L_8, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_9 = ___sout3;
int32_t L_10 = ___assemId2;
NullCheck(L_9);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_9, L_10, /*hidden argument*/NULL);
return;
}
IL_0057:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
int32_t L_13 = ___binaryTypeEnum0;
int32_t L_14 = L_13;
RuntimeObject * L_15 = Box(BinaryTypeEnum_t7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
String_t* L_17 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral35BEDF26222DB606209340A7D5C40CB5141954AC, L_12, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_18 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_18, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682_RuntimeMethod_var);
}
IL_007b:
{
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryConverter::ReadTypeInfo(System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum,System.Runtime.Serialization.Formatters.Binary.__BinaryParser,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD (int32_t ___binaryTypeEnum0, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input1, int32_t* ___assemId2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
{
V_0 = NULL;
V_1 = 0;
int32_t L_0 = ___binaryTypeEnum0;
switch (L_0)
{
case 0:
{
goto IL_002c;
}
case 1:
{
goto IL_0077;
}
case 2:
{
goto IL_0077;
}
case 3:
{
goto IL_003a;
}
case 4:
{
goto IL_0043;
}
case 5:
{
goto IL_0077;
}
case 6:
{
goto IL_0077;
}
case 7:
{
goto IL_002c;
}
}
}
{
goto IL_0053;
}
IL_002c:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_1 = ___input1;
NullCheck(L_1);
uint8_t L_2 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(L_1, /*hidden argument*/NULL);
int32_t L_3 = ((int32_t)L_2);
RuntimeObject * L_4 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_3);
V_0 = L_4;
goto IL_0077;
}
IL_003a:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_5 = ___input1;
NullCheck(L_5);
String_t* L_6 = __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F(L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0077;
}
IL_0043:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_7 = ___input1;
NullCheck(L_7);
String_t* L_8 = __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F(L_7, /*hidden argument*/NULL);
V_0 = L_8;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_9 = ___input1;
NullCheck(L_9);
int32_t L_10 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_0077;
}
IL_0053:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
int32_t L_13 = ___binaryTypeEnum0;
int32_t L_14 = L_13;
RuntimeObject * L_15 = Box(BinaryTypeEnum_t7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
String_t* L_17 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral9E72B775E2B3FBB43AECAA8E6E6000F2D1F6BFB9, L_12, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_18 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_18, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD_RuntimeMethod_var);
}
IL_0077:
{
int32_t* L_19 = ___assemId2;
int32_t L_20 = V_1;
*((int32_t*)L_19) = (int32_t)L_20;
RuntimeObject * L_21 = V_0;
return L_21;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryConverter::TypeFromInfo(System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum,System.Object,System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeEU26,System.StringU26,System.TypeU26,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR void BinaryConverter_TypeFromInfo_mCE2190A92625D3518F92D8A05B90F06022ECC5E2 (int32_t ___binaryTypeEnum0, RuntimeObject * ___typeInformation1, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader2, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo3, int32_t* ___primitiveTypeEnum4, String_t** ___typeString5, Type_t ** ___type6, bool* ___isVariant7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryConverter_TypeFromInfo_mCE2190A92625D3518F92D8A05B90F06022ECC5E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool* L_0 = ___isVariant7;
*((int8_t*)L_0) = (int8_t)0;
int32_t* L_1 = ___primitiveTypeEnum4;
*((int32_t*)L_1) = (int32_t)0;
String_t** L_2 = ___typeString5;
*((RuntimeObject **)L_2) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_2, (RuntimeObject *)NULL);
Type_t ** L_3 = ___type6;
*((RuntimeObject **)L_3) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_3, (RuntimeObject *)NULL);
int32_t L_4 = ___binaryTypeEnum0;
switch (L_4)
{
case 0:
{
goto IL_003b;
}
case 1:
{
goto IL_005b;
}
case 2:
{
goto IL_0064;
}
case 3:
{
goto IL_0098;
}
case 4:
{
goto IL_0098;
}
case 5:
{
goto IL_0071;
}
case 6:
{
goto IL_007a;
}
case 7:
{
goto IL_0083;
}
}
}
{
goto IL_00c0;
}
IL_003b:
{
int32_t* L_5 = ___primitiveTypeEnum4;
RuntimeObject * L_6 = ___typeInformation1;
*((int32_t*)L_5) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_6, InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var))));
String_t** L_7 = ___typeString5;
int32_t* L_8 = ___primitiveTypeEnum4;
int32_t L_9 = *((int32_t*)L_8);
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
String_t* L_10 = Converter_ToComType_m169DE3B8D87973E292AAD3A835E2978561B00439(L_9, /*hidden argument*/NULL);
*((RuntimeObject **)L_7) = (RuntimeObject *)L_10;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_7, (RuntimeObject *)L_10);
Type_t ** L_11 = ___type6;
int32_t* L_12 = ___primitiveTypeEnum4;
int32_t L_13 = *((int32_t*)L_12);
Type_t * L_14 = Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872(L_13, /*hidden argument*/NULL);
*((RuntimeObject **)L_11) = (RuntimeObject *)L_14;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_11, (RuntimeObject *)L_14);
return;
}
IL_005b:
{
Type_t ** L_15 = ___type6;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_16 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
*((RuntimeObject **)L_15) = (RuntimeObject *)L_16;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_15, (RuntimeObject *)L_16);
return;
}
IL_0064:
{
Type_t ** L_17 = ___type6;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_18 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
*((RuntimeObject **)L_17) = (RuntimeObject *)L_18;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_17, (RuntimeObject *)L_18);
bool* L_19 = ___isVariant7;
*((int8_t*)L_19) = (int8_t)1;
return;
}
IL_0071:
{
Type_t ** L_20 = ___type6;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_21 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObjectArray_29();
*((RuntimeObject **)L_20) = (RuntimeObject *)L_21;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_20, (RuntimeObject *)L_21);
return;
}
IL_007a:
{
Type_t ** L_22 = ___type6;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_23 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofStringArray_30();
*((RuntimeObject **)L_22) = (RuntimeObject *)L_23;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_22, (RuntimeObject *)L_23);
return;
}
IL_0083:
{
int32_t* L_24 = ___primitiveTypeEnum4;
RuntimeObject * L_25 = ___typeInformation1;
*((int32_t*)L_24) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_25, InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var))));
Type_t ** L_26 = ___type6;
int32_t* L_27 = ___primitiveTypeEnum4;
int32_t L_28 = *((int32_t*)L_27);
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_29 = Converter_ToArrayType_m0E40B0918DF0366AE2C151FF6AC5F20A10663DCB(L_28, /*hidden argument*/NULL);
*((RuntimeObject **)L_26) = (RuntimeObject *)L_29;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_26, (RuntimeObject *)L_29);
return;
}
IL_0098:
{
RuntimeObject * L_30 = ___typeInformation1;
if (!L_30)
{
goto IL_00e4;
}
}
{
String_t** L_31 = ___typeString5;
RuntimeObject * L_32 = ___typeInformation1;
NullCheck(L_32);
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32);
*((RuntimeObject **)L_31) = (RuntimeObject *)L_33;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_31, (RuntimeObject *)L_33);
Type_t ** L_34 = ___type6;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_35 = ___objectReader2;
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_36 = ___assemblyInfo3;
String_t** L_37 = ___typeString5;
String_t* L_38 = *((String_t**)L_37);
NullCheck(L_35);
Type_t * L_39 = ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897(L_35, L_36, L_38, /*hidden argument*/NULL);
*((RuntimeObject **)L_34) = (RuntimeObject *)L_39;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_34, (RuntimeObject *)L_39);
Type_t ** L_40 = ___type6;
Type_t * L_41 = *((Type_t **)L_40);
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_42 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((!(((RuntimeObject*)(Type_t *)L_41) == ((RuntimeObject*)(Type_t *)L_42))))
{
goto IL_00e4;
}
}
{
bool* L_43 = ___isVariant7;
*((int8_t*)L_43) = (int8_t)1;
return;
}
IL_00c0:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_45 = L_44;
int32_t L_46 = ___binaryTypeEnum0;
int32_t L_47 = L_46;
RuntimeObject * L_48 = Box(BinaryTypeEnum_t7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_il2cpp_TypeInfo_var, &L_47);
NullCheck(L_48);
String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_48);
NullCheck(L_45);
ArrayElementTypeCheck (L_45, L_49);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_49);
String_t* L_50 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral9E72B775E2B3FBB43AECAA8E6E6000F2D1F6BFB9, L_45, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_51 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_51, L_50, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, NULL, BinaryConverter_TypeFromInfo_mCE2190A92625D3518F92D8A05B90F06022ECC5E2_RuntimeMethod_var);
}
IL_00e4:
{
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.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainAssembly__ctor_mAA40D9D4C63A21BA020B0A0A4D6E649CBD47E4D2 (BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainAssembly_Read_mC1DE07F798F6F23073978C6E7D0CF540B984156C (BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_assemId_0(L_1);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
NullCheck(L_2);
int32_t L_3 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_2, /*hidden argument*/NULL);
__this->set_assemblyIndex_1(L_3);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainAssembly_Dump_m213E6D47F50BC03251EB9BC55BE145762D04A039 (BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * __this, 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.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainMap__ctor_mAEBDA08AAFA644EFB4B8BC0A2D9B6893F30735C0 (BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainMap_Read_m880A56501C8E5F8F2165C0241B0BDFEB52815B83 (BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_crossAppDomainArrayIndex_0(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainMap_Dump_m066BE8A10FA640BB30E80379ABAB4CBE2348DA71 (BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * __this, 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.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainString__ctor_m1C2CAB83EB0936D1540308A43C70AD882F6EB16D (BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainString_Read_mC53B9B43CB3C7C0D8B277B94410BDBBAA07A0904 (BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_objectId_0(L_1);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
NullCheck(L_2);
int32_t L_3 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_2, /*hidden argument*/NULL);
__this->set_value_1(L_3);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryCrossAppDomainString_Dump_m63994A97DB6B387B022FACA8CED8D250A6BFDEA4 (BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * __this, 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.Runtime.Serialization.Formatters.Binary.BinaryFormatter::set_AssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle)
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_set_AssemblyFormat_m7D82B2B610F97286886BAB761B98E6655056E8F7 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_m_assemblyFormat_4(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::set_SurrogateSelector(System.Runtime.Serialization.ISurrogateSelector)
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_set_SurrogateSelector_m734A020E6D3E2A6FCE060287576235CAB2EFCB4C (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->set_m_surrogates_0(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_mEA8ADD359BFAC7D9E9B6183FDC1C5C80E0F29806 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, const RuntimeMethod* method)
{
{
__this->set_m_typeFormat_3(1);
__this->set_m_securityLevel_5(3);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_surrogates_0((RuntimeObject*)NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_0;
memset(&L_0, 0, sizeof(L_0));
StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA((&L_0), ((int32_t)255), /*hidden argument*/NULL);
__this->set_m_context_1(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m89DA9542D935A5F3272C49D26984E68FEF2D8713 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, RuntimeObject* ___selector0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
__this->set_m_typeFormat_3(1);
__this->set_m_securityLevel_5(3);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___selector0;
__this->set_m_surrogates_0(L_0);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
__this->set_m_context_1(L_1);
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_m20A831B13DF5C3F031F2141730291630A16A32AD (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___serializationStream0;
RuntimeObject * L_1 = BinaryFormatter_Deserialize_mD546559A7F1149938EC7F44ACF0EE23F832DE06D(__this, L_0, (HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F *)NULL, /*hidden argument*/NULL);
return L_1;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * ___handler1, bool ___fCheck2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * V_0 = NULL;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * V_1 = NULL;
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___serializationStream0;
if (L_0)
{
goto IL_0022;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___serializationStream0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
String_t* L_4 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAA8B35A6461EB9A3EA0CAFB631931F5D8E14F90D, L_2, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, _stringLiteral6FE531C6BC150EB79BF1DDACAC6FE286033F8539, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145_RuntimeMethod_var);
}
IL_0022:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = ___serializationStream0;
NullCheck(L_6);
bool L_7 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_6);
if (!L_7)
{
goto IL_0042;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = ___serializationStream0;
NullCheck(L_8);
int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_8);
if (L_9)
{
goto IL_0042;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral75E4637135ECBDBD4FA2EC86365C5656668FA742, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_11 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145_RuntimeMethod_var);
}
IL_0042:
{
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_12 = (InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 *)il2cpp_codegen_object_new(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1_il2cpp_TypeInfo_var);
InternalFE__ctor_mC6EACF30D5F2A38D0D3AF4AD8C89C84F00D07B92(L_12, /*hidden argument*/NULL);
V_0 = L_12;
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_13 = V_0;
int32_t L_14 = __this->get_m_typeFormat_3();
NullCheck(L_13);
L_13->set_FEtypeFormat_0(L_14);
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_15 = V_0;
NullCheck(L_15);
L_15->set_FEserializerTypeEnum_3(2);
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_16 = V_0;
int32_t L_17 = __this->get_m_assemblyFormat_4();
NullCheck(L_16);
L_16->set_FEassemblyFormat_1(L_17);
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_18 = V_0;
int32_t L_19 = __this->get_m_securityLevel_5();
NullCheck(L_18);
L_18->set_FEsecurityLevel_2(L_19);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = ___serializationStream0;
RuntimeObject* L_21 = __this->get_m_surrogates_0();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_22 = __this->get_m_context_1();
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_23 = V_0;
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_24 = __this->get_m_binder_2();
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_25 = (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 *)il2cpp_codegen_object_new(ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667_il2cpp_TypeInfo_var);
ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A(L_25, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
V_1 = L_25;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_26 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = __this->get_m_crossAppDomainArray_6();
NullCheck(L_26);
L_26->set_crossAppDomainArray_16(L_27);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_28 = V_1;
HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * L_29 = ___handler1;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_30 = ___serializationStream0;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_31 = V_1;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_32 = (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 *)il2cpp_codegen_object_new(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var);
__BinaryParser__ctor_m9A7FD4D1EE19B81CDC70535E38D7523EA8D806BC(L_32, L_30, L_31, /*hidden argument*/NULL);
bool L_33 = ___fCheck2;
NullCheck(L_28);
RuntimeObject * L_34 = ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB(L_28, L_29, L_32, L_33, /*hidden argument*/NULL);
return L_34;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_mD546559A7F1149938EC7F44ACF0EE23F832DE06D (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * ___handler1, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___serializationStream0;
HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * L_1 = ___handler1;
RuntimeObject * L_2 = BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object)
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_mBA2FB6DB94D34F42E14DF7D788056FCF0CF41D52 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, RuntimeObject * ___graph1, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___serializationStream0;
RuntimeObject * L_1 = ___graph1;
BinaryFormatter_Serialize_mA6A0B819250AF354A73A9DD36DFBBA5556735087(__this, L_0, L_1, (HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC*)(HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object,System.Runtime.Remoting.Messaging.Header[])
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_mA6A0B819250AF354A73A9DD36DFBBA5556735087 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, RuntimeObject * ___graph1, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers2, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___serializationStream0;
RuntimeObject * L_1 = ___graph1;
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_2 = ___headers2;
BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99(__this, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object,System.Runtime.Remoting.Messaging.Header[],System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, RuntimeObject * ___graph1, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers2, bool ___fCheck3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * V_0 = NULL;
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * V_1 = NULL;
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * V_2 = NULL;
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___serializationStream0;
if (L_0)
{
goto IL_0022;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___serializationStream0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
String_t* L_4 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAA8B35A6461EB9A3EA0CAFB631931F5D8E14F90D, L_2, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, _stringLiteral6FE531C6BC150EB79BF1DDACAC6FE286033F8539, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99_RuntimeMethod_var);
}
IL_0022:
{
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_6 = (InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 *)il2cpp_codegen_object_new(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1_il2cpp_TypeInfo_var);
InternalFE__ctor_mC6EACF30D5F2A38D0D3AF4AD8C89C84F00D07B92(L_6, /*hidden argument*/NULL);
V_0 = L_6;
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_7 = V_0;
int32_t L_8 = __this->get_m_typeFormat_3();
NullCheck(L_7);
L_7->set_FEtypeFormat_0(L_8);
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_9 = V_0;
NullCheck(L_9);
L_9->set_FEserializerTypeEnum_3(2);
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_10 = V_0;
int32_t L_11 = __this->get_m_assemblyFormat_4();
NullCheck(L_10);
L_10->set_FEassemblyFormat_1(L_11);
RuntimeObject* L_12 = __this->get_m_surrogates_0();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_13 = __this->get_m_context_1();
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_14 = V_0;
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_15 = __this->get_m_binder_2();
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_16 = (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 *)il2cpp_codegen_object_new(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_il2cpp_TypeInfo_var);
ObjectWriter__ctor_mECFAB1F415B1E8654851E8E89ADB042DED3AE3D7(L_16, L_12, L_13, L_14, L_15, /*hidden argument*/NULL);
V_1 = L_16;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = ___serializationStream0;
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_18 = V_1;
int32_t L_19 = __this->get_m_typeFormat_3();
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_20 = (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 *)il2cpp_codegen_object_new(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727_il2cpp_TypeInfo_var);
__BinaryWriter__ctor_m3C5325849D34DC9B0C190C1E75C0435BE32AD2B8(L_20, L_17, L_18, L_19, /*hidden argument*/NULL);
V_2 = L_20;
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_21 = V_1;
RuntimeObject * L_22 = ___graph1;
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_23 = ___headers2;
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_24 = V_2;
bool L_25 = ___fCheck3;
NullCheck(L_21);
ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295(L_21, L_22, L_23, L_24, L_25, /*hidden argument*/NULL);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_26 = V_1;
NullCheck(L_26);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_26->get_crossAppDomainArray_14();
__this->set_m_crossAppDomainArray_6(L_27);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.TypeInformation System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::GetTypeInformation(System.Type)
extern "C" IL2CPP_METHOD_ATTR TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911 (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * V_0 = NULL;
bool V_1 = false;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * V_2 = NULL;
bool V_3 = false;
String_t* V_4 = NULL;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var);
Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * L_0 = ((BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_StaticFields*)il2cpp_codegen_static_fields_for(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var))->get_typeNameCache_7();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
V_2 = (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 *)NULL;
IL2CPP_RUNTIME_CLASS_INIT(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var);
Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * L_2 = ((BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_StaticFields*)il2cpp_codegen_static_fields_for(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var))->get_typeNameCache_7();
Type_t * L_3 = ___type0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_mD7AEF4B50810A7A47E642DA370CB9339E6FADE3C(L_2, L_3, (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mD7AEF4B50810A7A47E642DA370CB9339E6FADE3C_RuntimeMethod_var);
if (L_4)
{
goto IL_0046;
}
}
IL_0021:
{
Type_t * L_5 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
String_t* L_6 = FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9(L_5, (bool*)(&V_3), /*hidden argument*/NULL);
V_4 = L_6;
Type_t * L_7 = ___type0;
String_t* L_8 = FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226(L_7, /*hidden argument*/NULL);
String_t* L_9 = V_4;
bool L_10 = V_3;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_11 = (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 *)il2cpp_codegen_object_new(TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17_il2cpp_TypeInfo_var);
TypeInformation__ctor_m6E7F6B14A9C1AD1F780FF793525EF70C78919BA3(L_11, L_8, L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
IL2CPP_RUNTIME_CLASS_INIT(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var);
Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * L_12 = ((BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_StaticFields*)il2cpp_codegen_static_fields_for(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var))->get_typeNameCache_7();
Type_t * L_13 = ___type0;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_14 = V_2;
NullCheck(L_12);
Dictionary_2_Add_m07046CF918D4B784531C6CE35A1642CC8ABF37D2(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_Add_m07046CF918D4B784531C6CE35A1642CC8ABF37D2_RuntimeMethod_var);
}
IL_0046:
{
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_15 = V_2;
V_5 = L_15;
IL2CPP_LEAVE(0x55, FINALLY_004b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_004b;
}
FINALLY_004b:
{ // begin finally (depth: 1)
{
bool L_16 = V_1;
if (!L_16)
{
goto IL_0054;
}
}
IL_004e:
{
Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * L_17 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL);
}
IL_0054:
{
IL2CPP_END_FINALLY(75)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(75)
{
IL2CPP_JUMP_TBL(0x55, IL_0055)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0055:
{
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_18 = V_5;
return L_18;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.cctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter__cctor_m4AB62026D46A186BFF71B49C2D1955BFEBB1C175 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryFormatter__cctor_m4AB62026D46A186BFF71B49C2D1955BFEBB1C175_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * L_0 = (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 *)il2cpp_codegen_object_new(Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mE6D168A9B7C41837CE3763110EB3D3AD5F4D5111(L_0, /*hidden argument*/Dictionary_2__ctor_mE6D168A9B7C41837CE3763110EB3D3AD5F4D5111_RuntimeMethod_var);
((BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_StaticFields*)il2cpp_codegen_static_fields_for(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var))->set_typeNameCache_7(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodCall_Write_m0050BB14C5EC88126B3CA96836080D1B60BD627F (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryMethodCall_Write_m0050BB14C5EC88126B3CA96836080D1B60BD627F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)((int32_t)21), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout0;
int32_t L_2 = __this->get_messageEnum_6();
NullCheck(L_1);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_1, L_2, /*hidden argument*/NULL);
String_t* L_3 = __this->get_methodName_0();
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_4 = ___sout0;
IOUtil_WriteStringWithCode_mF50A848D4074456DA7C22BE2D142149ED97F606A(L_3, L_4, /*hidden argument*/NULL);
String_t* L_5 = __this->get_typeName_1();
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_6 = ___sout0;
IOUtil_WriteStringWithCode_mF50A848D4074456DA7C22BE2D142149ED97F606A(L_5, L_6, /*hidden argument*/NULL);
int32_t L_7 = __this->get_messageEnum_6();
bool L_8 = IOUtil_FlagTest_m33393EB1A5DFE3396A66DAA39A4A74055DD67987(L_7, ((int32_t)32), /*hidden argument*/NULL);
if (!L_8)
{
goto IL_004c;
}
}
{
RuntimeObject * L_9 = __this->get_callContext_3();
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_10 = ___sout0;
IOUtil_WriteStringWithCode_mF50A848D4074456DA7C22BE2D142149ED97F606A(((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)), L_10, /*hidden argument*/NULL);
}
IL_004c:
{
int32_t L_11 = __this->get_messageEnum_6();
bool L_12 = IOUtil_FlagTest_m33393EB1A5DFE3396A66DAA39A4A74055DD67987(L_11, 2, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0091;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_13 = ___sout0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = __this->get_args_2();
NullCheck(L_14);
NullCheck(L_13);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_13, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL);
V_0 = 0;
goto IL_0086;
}
IL_006c:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = __this->get_argTypes_4();
int32_t L_16 = V_0;
NullCheck(L_15);
int32_t L_17 = L_16;
Type_t * L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = __this->get_args_2();
int32_t L_20 = V_0;
NullCheck(L_19);
int32_t L_21 = L_20;
RuntimeObject * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_23 = ___sout0;
IOUtil_WriteWithCode_m00418AEB29CAB78349A3380F2297CE488D8AAC3E(L_18, L_22, L_23, /*hidden argument*/NULL);
int32_t L_24 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_0086:
{
int32_t L_25 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = __this->get_args_2();
NullCheck(L_26);
if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))))))
{
goto IL_006c;
}
}
IL_0091:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodCall_Dump_m1F81CBE0869F89604A9AFAFAB892708D7055650B (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodCall__ctor_m574C119C34667A7E88268658C039F5F44AAC3181 (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, const RuntimeMethod* method)
{
{
__this->set_bArgsPrimitive_5((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.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::.cctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodReturn__cctor_m464FA6C21EB950F10C907D1753D449220BA2E27B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryMethodReturn__cctor_m464FA6C21EB950F10C907D1753D449220BA2E27B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofSystemVoid_25();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D(L_0, /*hidden argument*/NULL);
((BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_StaticFields*)il2cpp_codegen_static_fields_for(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_il2cpp_TypeInfo_var))->set_instanceOfVoid_7(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodReturn__ctor_m413738112C6F2CB2258FBF50E0F94141C234E76B (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, const RuntimeMethod* method)
{
{
__this->set_bArgsPrimitive_4((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodReturn_Write_mEFDB7EC2BF9BA5577A2826555515AF08CC5B4550 (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryMethodReturn_Write_mEFDB7EC2BF9BA5577A2826555515AF08CC5B4550_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)((int32_t)22), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout0;
int32_t L_2 = __this->get_messageEnum_5();
NullCheck(L_1);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_1, L_2, /*hidden argument*/NULL);
int32_t L_3 = __this->get_messageEnum_5();
bool L_4 = IOUtil_FlagTest_m33393EB1A5DFE3396A66DAA39A4A74055DD67987(L_3, ((int32_t)2048), /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0038;
}
}
{
Type_t * L_5 = __this->get_returnType_6();
RuntimeObject * L_6 = __this->get_returnValue_0();
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_7 = ___sout0;
IOUtil_WriteWithCode_m00418AEB29CAB78349A3380F2297CE488D8AAC3E(L_5, L_6, L_7, /*hidden argument*/NULL);
}
IL_0038:
{
int32_t L_8 = __this->get_messageEnum_5();
bool L_9 = IOUtil_FlagTest_m33393EB1A5DFE3396A66DAA39A4A74055DD67987(L_8, ((int32_t)32), /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0058;
}
}
{
RuntimeObject * L_10 = __this->get_callContext_2();
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_11 = ___sout0;
IOUtil_WriteStringWithCode_mF50A848D4074456DA7C22BE2D142149ED97F606A(((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var)), L_11, /*hidden argument*/NULL);
}
IL_0058:
{
int32_t L_12 = __this->get_messageEnum_5();
bool L_13 = IOUtil_FlagTest_m33393EB1A5DFE3396A66DAA39A4A74055DD67987(L_12, 2, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_009d;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_14 = ___sout0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = __this->get_args_1();
NullCheck(L_15);
NullCheck(L_14);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_14, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), /*hidden argument*/NULL);
V_0 = 0;
goto IL_0092;
}
IL_0078:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = __this->get_argTypes_3();
int32_t L_17 = V_0;
NullCheck(L_16);
int32_t L_18 = L_17;
Type_t * L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = __this->get_args_1();
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = L_21;
RuntimeObject * L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_24 = ___sout0;
IOUtil_WriteWithCode_m00418AEB29CAB78349A3380F2297CE488D8AAC3E(L_19, L_23, L_24, /*hidden argument*/NULL);
int32_t L_25 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_0092:
{
int32_t L_26 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = __this->get_args_1();
NullCheck(L_27);
if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))))))
{
goto IL_0078;
}
}
IL_009d:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodReturn_Dump_mED70CD4BA259A8C9812CC68E4347B82D78B33236 (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, 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.Runtime.Serialization.Formatters.Binary.BinaryObject::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObject__ctor_m25D8800F6EE10EDA2C209470BBE1252D033CF3D1 (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Set(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BinaryObject_Set_m1FC3F9DDF36145FEA892F62D889093C0F3DC0EFD (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, int32_t ___objectId0, int32_t ___mapId1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___objectId0;
__this->set_objectId_0(L_0);
int32_t L_1 = ___mapId1;
__this->set_mapId_1(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryObject_Write_mE200A7D31B7B011706DAFD93DA22CA6445001B87 (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)1, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout0;
int32_t L_2 = __this->get_objectId_0();
NullCheck(L_1);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_1, L_2, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___sout0;
int32_t L_4 = __this->get_mapId_1();
NullCheck(L_3);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryObject_Read_m352E6016DE6A4DC0D1090F2A6DBE6CE8B57908E5 (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_objectId_0(L_1);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
NullCheck(L_2);
int32_t L_3 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_2, /*hidden argument*/NULL);
__this->set_mapId_1(L_3);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryObject_Dump_mE49EE2D83A0076130D15812E9DAC614E4AAE730F (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, 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.Runtime.Serialization.Formatters.Binary.BinaryObjectString::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString__ctor_mA3C8766190F8D14F0F1AEDA02D77B16E3DEDECE0 (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Set(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString_Set_m42F597477F549522AE80B9DCB3A5D7AA7ABA0944 (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, int32_t ___objectId0, String_t* ___value1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___objectId0;
__this->set_objectId_0(L_0);
String_t* L_1 = ___value1;
__this->set_value_1(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString_Write_mD9DB5580C569BE0F09DC95332A53060C4404703B (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)6, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout0;
int32_t L_2 = __this->get_objectId_0();
NullCheck(L_1);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_1, L_2, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___sout0;
String_t* L_4 = __this->get_value_1();
NullCheck(L_3);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString_Read_m74B83D039ED695D1B568D03C4D565CB1D7C0A876 (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_objectId_0(L_1);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
NullCheck(L_2);
String_t* L_3 = __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F(L_2, /*hidden argument*/NULL);
__this->set_value_1(L_3);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString_Dump_mED3233C5E0CA5F29EA652F7FF9FCC5483176C44E (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, 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.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap__ctor_mFF9A9CC9FA3704FAA97C996C05489D359C871CC1 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap__ctor_m9F39E74C12B5DE40B925663DF53B745C5EBE7977 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___binaryHeaderEnum0;
__this->set_binaryHeaderEnum_0(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Set(System.Int32,System.String,System.Int32,System.String[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Set_mD79D5EDB54F37E6F3FF3A0D6C66D98287F258324 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, int32_t ___objectId0, String_t* ___name1, int32_t ___numMembers2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames3, int32_t ___assemId4, const RuntimeMethod* method)
{
{
int32_t L_0 = ___objectId0;
__this->set_objectId_1(L_0);
String_t* L_1 = ___name1;
__this->set_name_2(L_1);
int32_t L_2 = ___numMembers2;
__this->set_numMembers_3(L_2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___memberNames3;
__this->set_memberNames_4(L_3);
int32_t L_4 = ___assemId4;
__this->set_assemId_5(L_4);
int32_t L_5 = ___assemId4;
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0032;
}
}
{
__this->set_binaryHeaderEnum_0(3);
return;
}
IL_0032:
{
__this->set_binaryHeaderEnum_0(2);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Write_m700AD2221D26F2D875BB3829238F05C65EAD8D4B (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
int32_t L_1 = __this->get_binaryHeaderEnum_0();
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)(((int32_t)((uint8_t)L_1))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_2 = ___sout0;
int32_t L_3 = __this->get_objectId_1();
NullCheck(L_2);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_2, L_3, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_4 = ___sout0;
String_t* L_5 = __this->get_name_2();
NullCheck(L_4);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_4, L_5, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_6 = ___sout0;
int32_t L_7 = __this->get_numMembers_3();
NullCheck(L_6);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_6, L_7, /*hidden argument*/NULL);
V_0 = 0;
goto IL_0047;
}
IL_0035:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_8 = ___sout0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = __this->get_memberNames_4();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
String_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_8);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_8, L_12, /*hidden argument*/NULL);
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0047:
{
int32_t L_14 = V_0;
int32_t L_15 = __this->get_numMembers_3();
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_0035;
}
}
{
int32_t L_16 = __this->get_assemId_5();
if ((((int32_t)L_16) <= ((int32_t)0)))
{
goto IL_0065;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_17 = ___sout0;
int32_t L_18 = __this->get_assemId_5();
NullCheck(L_17);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_17, L_18, /*hidden argument*/NULL);
}
IL_0065:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Read_m9E1B8C9ADED4E590FA67504A5CA9E9A21C54BEDF (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryObjectWithMap_Read_m9E1B8C9ADED4E590FA67504A5CA9E9A21C54BEDF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_objectId_1(L_1);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
NullCheck(L_2);
String_t* L_3 = __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F(L_2, /*hidden argument*/NULL);
__this->set_name_2(L_3);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_4 = ___input0;
NullCheck(L_4);
int32_t L_5 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_4, /*hidden argument*/NULL);
__this->set_numMembers_3(L_5);
int32_t L_6 = __this->get_numMembers_3();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_6);
__this->set_memberNames_4(L_7);
V_0 = 0;
goto IL_004b;
}
IL_0039:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_memberNames_4();
int32_t L_9 = V_0;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_10 = ___input0;
NullCheck(L_10);
String_t* L_11 = __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F(L_10, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_11);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (String_t*)L_11);
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_004b:
{
int32_t L_13 = V_0;
int32_t L_14 = __this->get_numMembers_3();
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0039;
}
}
{
int32_t L_15 = __this->get_binaryHeaderEnum_0();
if ((!(((uint32_t)L_15) == ((uint32_t)3))))
{
goto IL_0069;
}
}
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_16 = ___input0;
NullCheck(L_16);
int32_t L_17 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_16, /*hidden argument*/NULL);
__this->set_assemId_5(L_17);
}
IL_0069:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Dump_m9A61CE1E9A6BB69C5A8A94082D6719E1178FB787 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, 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.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped__ctor_m14C2763312F68FBADF65C61571B3FFFA1D02D547 (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped__ctor_m95ABA6D3D2337314BC2601D3ADEA22C04AD96CDD (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___binaryHeaderEnum0;
__this->set_binaryHeaderEnum_0(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::Set(System.Int32,System.String,System.Int32,System.String[],System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[],System.Object[],System.Int32[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped_Set_mF103DF1131915665D40DCC24A6F2A327BC627244 (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, int32_t ___objectId0, String_t* ___name1, int32_t ___numMembers2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames3, BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___memberAssemIds6, int32_t ___assemId7, const RuntimeMethod* method)
{
{
int32_t L_0 = ___objectId0;
__this->set_objectId_1(L_0);
int32_t L_1 = ___assemId7;
__this->set_assemId_8(L_1);
String_t* L_2 = ___name1;
__this->set_name_2(L_2);
int32_t L_3 = ___numMembers2;
__this->set_numMembers_3(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___memberNames3;
__this->set_memberNames_4(L_4);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_5 = ___binaryTypeEnumA4;
__this->set_binaryTypeEnumA_5(L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___typeInformationA5;
__this->set_typeInformationA_6(L_6);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ___memberAssemIds6;
__this->set_memberAssemIds_7(L_7);
int32_t L_8 = ___assemId7;
__this->set_assemId_8(L_8);
int32_t L_9 = ___assemId7;
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_0052;
}
}
{
__this->set_binaryHeaderEnum_0(5);
return;
}
IL_0052:
{
__this->set_binaryHeaderEnum_0(4);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped_Write_mFAA4A8A0975F10D4C51CEBC6681D6009739F292A (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
int32_t L_1 = __this->get_binaryHeaderEnum_0();
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)(((int32_t)((uint8_t)L_1))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_2 = ___sout0;
int32_t L_3 = __this->get_objectId_1();
NullCheck(L_2);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_2, L_3, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_4 = ___sout0;
String_t* L_5 = __this->get_name_2();
NullCheck(L_4);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_4, L_5, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_6 = ___sout0;
int32_t L_7 = __this->get_numMembers_3();
NullCheck(L_6);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_6, L_7, /*hidden argument*/NULL);
V_0 = 0;
goto IL_0047;
}
IL_0035:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_8 = ___sout0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = __this->get_memberNames_4();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
String_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_8);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_8, L_12, /*hidden argument*/NULL);
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0047:
{
int32_t L_14 = V_0;
int32_t L_15 = __this->get_numMembers_3();
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_0035;
}
}
{
V_1 = 0;
goto IL_0067;
}
IL_0054:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_16 = ___sout0;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_17 = __this->get_binaryTypeEnumA_5();
int32_t L_18 = V_1;
NullCheck(L_17);
int32_t L_19 = L_18;
int32_t L_20 = (int32_t)(L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
NullCheck(L_16);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_16, (uint8_t)(((int32_t)((uint8_t)L_20))), /*hidden argument*/NULL);
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0067:
{
int32_t L_22 = V_1;
int32_t L_23 = __this->get_numMembers_3();
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_0054;
}
}
{
V_2 = 0;
goto IL_0096;
}
IL_0074:
{
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_24 = __this->get_binaryTypeEnumA_5();
int32_t L_25 = V_2;
NullCheck(L_24);
int32_t L_26 = L_25;
int32_t L_27 = (int32_t)(L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = __this->get_typeInformationA_6();
int32_t L_29 = V_2;
NullCheck(L_28);
int32_t L_30 = L_29;
RuntimeObject * L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_32 = __this->get_memberAssemIds_7();
int32_t L_33 = V_2;
NullCheck(L_32);
int32_t L_34 = L_33;
int32_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_36 = ___sout0;
BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682(L_27, L_31, L_35, L_36, /*hidden argument*/NULL);
int32_t L_37 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_0096:
{
int32_t L_38 = V_2;
int32_t L_39 = __this->get_numMembers_3();
if ((((int32_t)L_38) < ((int32_t)L_39)))
{
goto IL_0074;
}
}
{
int32_t L_40 = __this->get_assemId_8();
if ((((int32_t)L_40) <= ((int32_t)0)))
{
goto IL_00b4;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_41 = ___sout0;
int32_t L_42 = __this->get_assemId_8();
NullCheck(L_41);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_41, L_42, /*hidden argument*/NULL);
}
IL_00b4:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped_Read_mBC4BC2F854769E3B1A3E12B924B1ADA32D28D66A (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryObjectWithMapTyped_Read_mBC4BC2F854769E3B1A3E12B924B1ADA32D28D66A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_objectId_1(L_1);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
NullCheck(L_2);
String_t* L_3 = __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F(L_2, /*hidden argument*/NULL);
__this->set_name_2(L_3);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_4 = ___input0;
NullCheck(L_4);
int32_t L_5 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_4, /*hidden argument*/NULL);
__this->set_numMembers_3(L_5);
int32_t L_6 = __this->get_numMembers_3();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_6);
__this->set_memberNames_4(L_7);
int32_t L_8 = __this->get_numMembers_3();
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_9 = (BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B*)SZArrayNew(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B_il2cpp_TypeInfo_var, (uint32_t)L_8);
__this->set_binaryTypeEnumA_5(L_9);
int32_t L_10 = __this->get_numMembers_3();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_10);
__this->set_typeInformationA_6(L_11);
int32_t L_12 = __this->get_numMembers_3();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_12);
__this->set_memberAssemIds_7(L_13);
V_0 = 0;
goto IL_007e;
}
IL_006c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = __this->get_memberNames_4();
int32_t L_15 = V_0;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_16 = ___input0;
NullCheck(L_16);
String_t* L_17 = __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F(L_16, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_17);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (String_t*)L_17);
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_007e:
{
int32_t L_19 = V_0;
int32_t L_20 = __this->get_numMembers_3();
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_006c;
}
}
{
V_1 = 0;
goto IL_009d;
}
IL_008b:
{
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_21 = __this->get_binaryTypeEnumA_5();
int32_t L_22 = V_1;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_23 = ___input0;
NullCheck(L_23);
uint8_t L_24 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(L_23, /*hidden argument*/NULL);
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (int32_t)L_24);
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_009d:
{
int32_t L_26 = V_1;
int32_t L_27 = __this->get_numMembers_3();
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_008b;
}
}
{
V_2 = 0;
goto IL_0103;
}
IL_00aa:
{
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_28 = __this->get_binaryTypeEnumA_5();
int32_t L_29 = V_2;
NullCheck(L_28);
int32_t L_30 = L_29;
int32_t L_31 = (int32_t)(L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
if ((((int32_t)L_31) == ((int32_t)3)))
{
goto IL_00e4;
}
}
{
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_32 = __this->get_binaryTypeEnumA_5();
int32_t L_33 = V_2;
NullCheck(L_32);
int32_t L_34 = L_33;
int32_t L_35 = (int32_t)(L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
if ((((int32_t)L_35) == ((int32_t)4)))
{
goto IL_00e4;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_36 = __this->get_typeInformationA_6();
int32_t L_37 = V_2;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_38 = __this->get_binaryTypeEnumA_5();
int32_t L_39 = V_2;
NullCheck(L_38);
int32_t L_40 = L_39;
int32_t L_41 = (int32_t)(L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_42 = ___input0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = __this->get_memberAssemIds_7();
int32_t L_44 = V_2;
NullCheck(L_43);
RuntimeObject * L_45 = BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD(L_41, L_42, (int32_t*)((L_43)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_44))), /*hidden argument*/NULL);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_45);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (RuntimeObject *)L_45);
goto IL_00ff;
}
IL_00e4:
{
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_46 = __this->get_binaryTypeEnumA_5();
int32_t L_47 = V_2;
NullCheck(L_46);
int32_t L_48 = L_47;
int32_t L_49 = (int32_t)(L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_50 = ___input0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_51 = __this->get_memberAssemIds_7();
int32_t L_52 = V_2;
NullCheck(L_51);
BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD(L_49, L_50, (int32_t*)((L_51)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_52))), /*hidden argument*/NULL);
}
IL_00ff:
{
int32_t L_53 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
}
IL_0103:
{
int32_t L_54 = V_2;
int32_t L_55 = __this->get_numMembers_3();
if ((((int32_t)L_54) < ((int32_t)L_55)))
{
goto IL_00aa;
}
}
{
int32_t L_56 = __this->get_binaryHeaderEnum_0();
if ((!(((uint32_t)L_56) == ((uint32_t)5))))
{
goto IL_0121;
}
}
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_57 = ___input0;
NullCheck(L_57);
int32_t L_58 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_57, /*hidden argument*/NULL);
__this->set_assemId_8(L_58);
}
IL_0121:
{
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.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToCode(System.Type)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1 (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Type_t * L_0 = ___type0;
if (!L_0)
{
goto IL_0035;
}
}
{
Type_t * L_1 = ___type0;
NullCheck(L_1);
bool L_2 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0035;
}
}
{
Type_t * L_3 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_4 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDateTime_20();
if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_0018;
}
}
{
V_0 = ((int32_t)13);
goto IL_0041;
}
IL_0018:
{
Type_t * L_5 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_6 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofTimeSpan_19();
if ((!(((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6))))
{
goto IL_0025;
}
}
{
V_0 = ((int32_t)12);
goto IL_0041;
}
IL_0025:
{
Type_t * L_7 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_8 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDecimal_12();
if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_8))))
{
goto IL_0031;
}
}
{
V_0 = 5;
goto IL_0041;
}
IL_0031:
{
V_0 = 0;
goto IL_0041;
}
IL_0035:
{
Type_t * L_9 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
int32_t L_10 = Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F(L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_11 = Converter_ToPrimitiveTypeEnum_m5E8A93009000A2036368D7BD4949E63DCDD4D561(L_10, /*hidden argument*/NULL);
V_0 = L_11;
}
IL_0041:
{
int32_t L_12 = V_0;
return L_12;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.Converter::IsWriteAsByteArray(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR bool Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D (int32_t ___code0, const RuntimeMethod* method)
{
bool V_0 = false;
{
V_0 = (bool)0;
int32_t L_0 = ___code0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_004c;
}
case 1:
{
goto IL_004c;
}
case 2:
{
goto IL_004c;
}
case 3:
{
goto IL_004e;
}
case 4:
{
goto IL_004e;
}
case 5:
{
goto IL_004c;
}
case 6:
{
goto IL_004c;
}
case 7:
{
goto IL_004c;
}
case 8:
{
goto IL_004c;
}
case 9:
{
goto IL_004c;
}
case 10:
{
goto IL_004c;
}
case 11:
{
goto IL_004e;
}
case 12:
{
goto IL_004e;
}
case 13:
{
goto IL_004c;
}
case 14:
{
goto IL_004c;
}
case 15:
{
goto IL_004c;
}
}
}
{
goto IL_004e;
}
IL_004c:
{
V_0 = (bool)1;
}
IL_004e:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Int32 System.Runtime.Serialization.Formatters.Binary.Converter::TypeLength(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_TypeLength_m8D5DAA10D90E70ED2EEECDB1CC4915C43FA93BBB (int32_t ___code0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
int32_t L_0 = ___code0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_004c;
}
case 1:
{
goto IL_0054;
}
case 2:
{
goto IL_0050;
}
case 3:
{
goto IL_007a;
}
case 4:
{
goto IL_007a;
}
case 5:
{
goto IL_0058;
}
case 6:
{
goto IL_005c;
}
case 7:
{
goto IL_0060;
}
case 8:
{
goto IL_0064;
}
case 9:
{
goto IL_0068;
}
case 10:
{
goto IL_006c;
}
case 11:
{
goto IL_007a;
}
case 12:
{
goto IL_007a;
}
case 13:
{
goto IL_0070;
}
case 14:
{
goto IL_0074;
}
case 15:
{
goto IL_0078;
}
}
}
{
goto IL_007a;
}
IL_004c:
{
V_0 = 1;
goto IL_007a;
}
IL_0050:
{
V_0 = 2;
goto IL_007a;
}
IL_0054:
{
V_0 = 1;
goto IL_007a;
}
IL_0058:
{
V_0 = 8;
goto IL_007a;
}
IL_005c:
{
V_0 = 2;
goto IL_007a;
}
IL_0060:
{
V_0 = 4;
goto IL_007a;
}
IL_0064:
{
V_0 = 8;
goto IL_007a;
}
IL_0068:
{
V_0 = 1;
goto IL_007a;
}
IL_006c:
{
V_0 = 4;
goto IL_007a;
}
IL_0070:
{
V_0 = 2;
goto IL_007a;
}
IL_0074:
{
V_0 = 4;
goto IL_007a;
}
IL_0078:
{
V_0 = 8;
}
IL_007a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::ToArrayType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR Type_t * Converter_ToArrayType_m0E40B0918DF0366AE2C151FF6AC5F20A10663DCB (int32_t ___code0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_ToArrayType_m0E40B0918DF0366AE2C151FF6AC5F20A10663DCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_arrayTypeA_2();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Converter_InitArrayTypeA_m7A76D38704556F7B09742432895EEE00939DB195(/*hidden argument*/NULL);
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_arrayTypeA_2();
il2cpp_codegen_memory_barrier();
int32_t L_2 = ___code0;
NullCheck(L_1);
int32_t L_3 = L_2;
Type_t * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitTypeA_m4753808CD070FBB44592AB9AF595B8FFFA83A38B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_InitTypeA_m4753808CD070FBB44592AB9AF595B8FFFA83A38B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_primitiveTypeEnumLength_0();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_0);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, NULL);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = L_2;
Type_t * L_4 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofBoolean_9();
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_3;
Type_t * L_6 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofByte_10();
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t *)L_6);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = L_5;
Type_t * L_8 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofChar_11();
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t *)L_8);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = L_7;
Type_t * L_10 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDecimal_12();
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (Type_t *)L_10);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = L_9;
Type_t * L_12 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDouble_13();
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(6), (Type_t *)L_12);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = L_11;
Type_t * L_14 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt16_14();
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(7), (Type_t *)L_14);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = L_13;
Type_t * L_16 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt32_15();
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(8), (Type_t *)L_16);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = L_15;
Type_t * L_18 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt64_16();
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_18);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (Type_t *)L_18);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = L_17;
Type_t * L_20 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofSByte_17();
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_20);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (Type_t *)L_20);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_21 = L_19;
Type_t * L_22 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofSingle_18();
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (Type_t *)L_22);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = L_21;
Type_t * L_24 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofTimeSpan_19();
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_24);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (Type_t *)L_24);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_25 = L_23;
Type_t * L_26 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDateTime_20();
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (Type_t *)L_26);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_27 = L_25;
Type_t * L_28 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt16_21();
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_28);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (Type_t *)L_28);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = L_27;
Type_t * L_30 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt32_22();
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_30);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (Type_t *)L_30);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_31 = L_29;
Type_t * L_32 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt64_23();
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_32);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (Type_t *)L_32);
il2cpp_codegen_memory_barrier();
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeA_1(L_31);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitArrayTypeA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitArrayTypeA_m7A76D38704556F7B09742432895EEE00939DB195 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_InitArrayTypeA_m7A76D38704556F7B09742432895EEE00939DB195_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_primitiveTypeEnumLength_0();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_0);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, NULL);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = L_2;
Type_t * L_4 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofBooleanArray_31();
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_3;
Type_t * L_6 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofByteArray_32();
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t *)L_6);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = L_5;
Type_t * L_8 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofCharArray_33();
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t *)L_8);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = L_7;
Type_t * L_10 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDecimalArray_34();
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (Type_t *)L_10);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = L_9;
Type_t * L_12 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDoubleArray_35();
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(6), (Type_t *)L_12);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = L_11;
Type_t * L_14 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt16Array_36();
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(7), (Type_t *)L_14);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = L_13;
Type_t * L_16 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt32Array_37();
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(8), (Type_t *)L_16);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = L_15;
Type_t * L_18 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt64Array_38();
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_18);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (Type_t *)L_18);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = L_17;
Type_t * L_20 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofSByteArray_39();
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_20);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (Type_t *)L_20);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_21 = L_19;
Type_t * L_22 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofSingleArray_40();
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (Type_t *)L_22);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = L_21;
Type_t * L_24 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofTimeSpanArray_41();
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_24);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (Type_t *)L_24);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_25 = L_23;
Type_t * L_26 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDateTimeArray_42();
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (Type_t *)L_26);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_27 = L_25;
Type_t * L_28 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt16Array_43();
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_28);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (Type_t *)L_28);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = L_27;
Type_t * L_30 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt32Array_44();
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_30);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (Type_t *)L_30);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_31 = L_29;
Type_t * L_32 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt64Array_45();
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_32);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (Type_t *)L_32);
il2cpp_codegen_memory_barrier();
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_arrayTypeA_2(L_31);
return;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.Converter::ToType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR Type_t * Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872 (int32_t ___code0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeA_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Converter_InitTypeA_m4753808CD070FBB44592AB9AF595B8FFFA83A38B(/*hidden argument*/NULL);
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeA_1();
il2cpp_codegen_memory_barrier();
int32_t L_2 = ___code0;
NullCheck(L_1);
int32_t L_3 = L_2;
Type_t * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// System.Array System.Runtime.Serialization.Formatters.Binary.Converter::CreatePrimitiveArray(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Converter_CreatePrimitiveArray_m5C8E9CCD1307AA9A3C678F0E338EA580D67B81D3 (int32_t ___code0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_CreatePrimitiveArray_m5C8E9CCD1307AA9A3C678F0E338EA580D67B81D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeArray * V_0 = NULL;
{
V_0 = (RuntimeArray *)NULL;
int32_t L_0 = ___code0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_004f;
}
case 1:
{
goto IL_0058;
}
case 2:
{
goto IL_0061;
}
case 3:
{
goto IL_00d4;
}
case 4:
{
goto IL_006a;
}
case 5:
{
goto IL_0073;
}
case 6:
{
goto IL_007c;
}
case 7:
{
goto IL_0085;
}
case 8:
{
goto IL_008e;
}
case 9:
{
goto IL_0097;
}
case 10:
{
goto IL_00a0;
}
case 11:
{
goto IL_00a9;
}
case 12:
{
goto IL_00b2;
}
case 13:
{
goto IL_00bb;
}
case 14:
{
goto IL_00c4;
}
case 15:
{
goto IL_00cd;
}
}
}
{
goto IL_00d4;
}
IL_004f:
{
int32_t L_1 = ___length1;
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_2 = (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = (RuntimeArray *)L_2;
goto IL_00d4;
}
IL_0058:
{
int32_t L_3 = ___length1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_0 = (RuntimeArray *)L_4;
goto IL_00d4;
}
IL_0061:
{
int32_t L_5 = ___length1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_0 = (RuntimeArray *)L_6;
goto IL_00d4;
}
IL_006a:
{
int32_t L_7 = ___length1;
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_8 = (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)SZArrayNew(DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_0 = (RuntimeArray *)L_8;
goto IL_00d4;
}
IL_0073:
{
int32_t L_9 = ___length1;
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_10 = (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)SZArrayNew(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_0 = (RuntimeArray *)L_10;
goto IL_00d4;
}
IL_007c:
{
int32_t L_11 = ___length1;
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_12 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_0 = (RuntimeArray *)L_12;
goto IL_00d4;
}
IL_0085:
{
int32_t L_13 = ___length1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_13);
V_0 = (RuntimeArray *)L_14;
goto IL_00d4;
}
IL_008e:
{
int32_t L_15 = ___length1;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_16 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)L_15);
V_0 = (RuntimeArray *)L_16;
goto IL_00d4;
}
IL_0097:
{
int32_t L_17 = ___length1;
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_18 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var, (uint32_t)L_17);
V_0 = (RuntimeArray *)L_18;
goto IL_00d4;
}
IL_00a0:
{
int32_t L_19 = ___length1;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_20 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)L_19);
V_0 = (RuntimeArray *)L_20;
goto IL_00d4;
}
IL_00a9:
{
int32_t L_21 = ___length1;
TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5* L_22 = (TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5*)SZArrayNew(TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5_il2cpp_TypeInfo_var, (uint32_t)L_21);
V_0 = (RuntimeArray *)L_22;
goto IL_00d4;
}
IL_00b2:
{
int32_t L_23 = ___length1;
DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1* L_24 = (DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1*)SZArrayNew(DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1_il2cpp_TypeInfo_var, (uint32_t)L_23);
V_0 = (RuntimeArray *)L_24;
goto IL_00d4;
}
IL_00bb:
{
int32_t L_25 = ___length1;
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_26 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)L_25);
V_0 = (RuntimeArray *)L_26;
goto IL_00d4;
}
IL_00c4:
{
int32_t L_27 = ___length1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_28 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)L_27);
V_0 = (RuntimeArray *)L_28;
goto IL_00d4;
}
IL_00cd:
{
int32_t L_29 = ___length1;
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_30 = (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)SZArrayNew(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_il2cpp_TypeInfo_var, (uint32_t)L_29);
V_0 = (RuntimeArray *)L_30;
}
IL_00d4:
{
RuntimeArray * L_31 = V_0;
return L_31;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.Converter::IsPrimitiveArray(System.Type,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR bool Converter_IsPrimitiveArray_mC5E5EF377960D793CE84F4947582844337A117D4 (Type_t * ___type0, RuntimeObject ** ___typeInformation1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_IsPrimitiveArray_mC5E5EF377960D793CE84F4947582844337A117D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RuntimeObject ** L_0 = ___typeInformation1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
V_0 = (bool)1;
Type_t * L_1 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_2 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofBooleanArray_31();
if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_2))))
{
goto IL_001a;
}
}
{
RuntimeObject ** L_3 = ___typeInformation1;
int32_t L_4 = ((int32_t)1);
RuntimeObject * L_5 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_4);
*((RuntimeObject **)L_3) = (RuntimeObject *)L_5;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_3, (RuntimeObject *)L_5);
goto IL_00f4;
}
IL_001a:
{
Type_t * L_6 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_7 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofByteArray_32();
if ((!(((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))))
{
goto IL_002f;
}
}
{
RuntimeObject ** L_8 = ___typeInformation1;
int32_t L_9 = ((int32_t)2);
RuntimeObject * L_10 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_9);
*((RuntimeObject **)L_8) = (RuntimeObject *)L_10;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_8, (RuntimeObject *)L_10);
goto IL_00f4;
}
IL_002f:
{
Type_t * L_11 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_12 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofCharArray_33();
if ((!(((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_12))))
{
goto IL_0044;
}
}
{
RuntimeObject ** L_13 = ___typeInformation1;
int32_t L_14 = ((int32_t)3);
RuntimeObject * L_15 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_14);
*((RuntimeObject **)L_13) = (RuntimeObject *)L_15;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_13, (RuntimeObject *)L_15);
goto IL_00f4;
}
IL_0044:
{
Type_t * L_16 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_17 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofDoubleArray_35();
if ((!(((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_17))))
{
goto IL_0059;
}
}
{
RuntimeObject ** L_18 = ___typeInformation1;
int32_t L_19 = ((int32_t)6);
RuntimeObject * L_20 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_19);
*((RuntimeObject **)L_18) = (RuntimeObject *)L_20;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_18, (RuntimeObject *)L_20);
goto IL_00f4;
}
IL_0059:
{
Type_t * L_21 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_22 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt16Array_36();
if ((!(((RuntimeObject*)(Type_t *)L_21) == ((RuntimeObject*)(Type_t *)L_22))))
{
goto IL_006e;
}
}
{
RuntimeObject ** L_23 = ___typeInformation1;
int32_t L_24 = ((int32_t)7);
RuntimeObject * L_25 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_24);
*((RuntimeObject **)L_23) = (RuntimeObject *)L_25;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_23, (RuntimeObject *)L_25);
goto IL_00f4;
}
IL_006e:
{
Type_t * L_26 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_27 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt32Array_37();
if ((!(((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_27))))
{
goto IL_0080;
}
}
{
RuntimeObject ** L_28 = ___typeInformation1;
int32_t L_29 = ((int32_t)8);
RuntimeObject * L_30 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_29);
*((RuntimeObject **)L_28) = (RuntimeObject *)L_30;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_28, (RuntimeObject *)L_30);
goto IL_00f4;
}
IL_0080:
{
Type_t * L_31 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_32 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofInt64Array_38();
if ((!(((RuntimeObject*)(Type_t *)L_31) == ((RuntimeObject*)(Type_t *)L_32))))
{
goto IL_0093;
}
}
{
RuntimeObject ** L_33 = ___typeInformation1;
int32_t L_34 = ((int32_t)((int32_t)9));
RuntimeObject * L_35 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_34);
*((RuntimeObject **)L_33) = (RuntimeObject *)L_35;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_33, (RuntimeObject *)L_35);
goto IL_00f4;
}
IL_0093:
{
Type_t * L_36 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_37 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofSByteArray_39();
if ((!(((RuntimeObject*)(Type_t *)L_36) == ((RuntimeObject*)(Type_t *)L_37))))
{
goto IL_00a6;
}
}
{
RuntimeObject ** L_38 = ___typeInformation1;
int32_t L_39 = ((int32_t)((int32_t)10));
RuntimeObject * L_40 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_39);
*((RuntimeObject **)L_38) = (RuntimeObject *)L_40;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_38, (RuntimeObject *)L_40);
goto IL_00f4;
}
IL_00a6:
{
Type_t * L_41 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_42 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofSingleArray_40();
if ((!(((RuntimeObject*)(Type_t *)L_41) == ((RuntimeObject*)(Type_t *)L_42))))
{
goto IL_00b9;
}
}
{
RuntimeObject ** L_43 = ___typeInformation1;
int32_t L_44 = ((int32_t)((int32_t)11));
RuntimeObject * L_45 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_44);
*((RuntimeObject **)L_43) = (RuntimeObject *)L_45;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_43, (RuntimeObject *)L_45);
goto IL_00f4;
}
IL_00b9:
{
Type_t * L_46 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_47 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt16Array_43();
if ((!(((RuntimeObject*)(Type_t *)L_46) == ((RuntimeObject*)(Type_t *)L_47))))
{
goto IL_00cc;
}
}
{
RuntimeObject ** L_48 = ___typeInformation1;
int32_t L_49 = ((int32_t)((int32_t)14));
RuntimeObject * L_50 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_49);
*((RuntimeObject **)L_48) = (RuntimeObject *)L_50;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_48, (RuntimeObject *)L_50);
goto IL_00f4;
}
IL_00cc:
{
Type_t * L_51 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_52 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt32Array_44();
if ((!(((RuntimeObject*)(Type_t *)L_51) == ((RuntimeObject*)(Type_t *)L_52))))
{
goto IL_00df;
}
}
{
RuntimeObject ** L_53 = ___typeInformation1;
int32_t L_54 = ((int32_t)((int32_t)15));
RuntimeObject * L_55 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_54);
*((RuntimeObject **)L_53) = (RuntimeObject *)L_55;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_53, (RuntimeObject *)L_55);
goto IL_00f4;
}
IL_00df:
{
Type_t * L_56 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_57 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofUInt64Array_45();
if ((!(((RuntimeObject*)(Type_t *)L_56) == ((RuntimeObject*)(Type_t *)L_57))))
{
goto IL_00f2;
}
}
{
RuntimeObject ** L_58 = ___typeInformation1;
int32_t L_59 = ((int32_t)((int32_t)16));
RuntimeObject * L_60 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_59);
*((RuntimeObject **)L_58) = (RuntimeObject *)L_60;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_58, (RuntimeObject *)L_60);
goto IL_00f4;
}
IL_00f2:
{
V_0 = (bool)0;
}
IL_00f4:
{
bool L_61 = V_0;
return L_61;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitValueA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitValueA_m37600F46AE22616F8205F3E499D22A8F469D4F6B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_InitValueA_m37600F46AE22616F8205F3E499D22A8F469D4F6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_primitiveTypeEnumLength_0();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, NULL);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral81581597044514BF54D4F97266022FC991F3915E);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral81581597044514BF54D4F97266022FC991F3915E);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteral716BF4BFDD48C8BE1229F59CD0D8B35D54774E2D);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)_stringLiteral716BF4BFDD48C8BE1229F59CD0D8B35D54774E2D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (String_t*)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_14;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (String_t*)_stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_15;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (String_t*)_stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (String_t*)_stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
il2cpp_codegen_memory_barrier();
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_valueA_3(L_17);
return;
}
}
// System.String System.Runtime.Serialization.Formatters.Binary.Converter::ToComType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR String_t* Converter_ToComType_m169DE3B8D87973E292AAD3A835E2978561B00439 (int32_t ___code0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_ToComType_m169DE3B8D87973E292AAD3A835E2978561B00439_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_valueA_3();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Converter_InitValueA_m37600F46AE22616F8205F3E499D22A8F469D4F6B(/*hidden argument*/NULL);
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_valueA_3();
il2cpp_codegen_memory_barrier();
int32_t L_2 = ___code0;
NullCheck(L_1);
int32_t L_3 = L_2;
String_t* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeCodeA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitTypeCodeA_m11A138FE04F3A682C6060AB684DE7BC1E8756C5D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_InitTypeCodeA_m11A138FE04F3A682C6060AB684DE7BC1E8756C5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_primitiveTypeEnumLength_0();
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_1 = (TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58*)SZArrayNew(TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58_il2cpp_TypeInfo_var, (uint32_t)L_0);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)1);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_3 = L_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)3);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_4 = L_3;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)6);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (int32_t)4);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_6 = L_5;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (int32_t)((int32_t)15));
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_7 = L_6;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (int32_t)((int32_t)14));
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_8 = L_7;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (int32_t)7);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_9 = L_8;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (int32_t)((int32_t)9));
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_10 = L_9;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (int32_t)((int32_t)11));
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_11 = L_10;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (int32_t)5);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_12 = L_11;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (int32_t)((int32_t)13));
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_13 = L_12;
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (int32_t)1);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_14 = L_13;
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (int32_t)((int32_t)16));
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_15 = L_14;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (int32_t)8);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_16 = L_15;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (int32_t)((int32_t)10));
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_17 = L_16;
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (int32_t)((int32_t)12));
il2cpp_codegen_memory_barrier();
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeCodeA_4(L_17);
return;
}
}
// System.TypeCode System.Runtime.Serialization.Formatters.Binary.Converter::ToTypeCode(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_ToTypeCode_m2847A2E94570E3BF97D3CDC4FA921C01D8EBDDB5 (int32_t ___code0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_ToTypeCode_m2847A2E94570E3BF97D3CDC4FA921C01D8EBDDB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeCodeA_4();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Converter_InitTypeCodeA_m11A138FE04F3A682C6060AB684DE7BC1E8756C5D(/*hidden argument*/NULL);
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58* L_1 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeCodeA_4();
il2cpp_codegen_memory_barrier();
int32_t L_2 = ___code0;
NullCheck(L_1);
int32_t L_3 = L_2;
int32_t L_4 = (int32_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return (int32_t)(L_4);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitCodeA()
extern "C" IL2CPP_METHOD_ATTR void Converter_InitCodeA_mD53BE1958DB27806E054BF0E2BDC05F32AB4D499 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_InitCodeA_mD53BE1958DB27806E054BF0E2BDC05F32AB4D499_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_0 = (InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C*)SZArrayNew(InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19));
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)0);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)0);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_3 = L_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)0);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_4 = L_3;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (int32_t)1);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (int32_t)3);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_6 = L_5;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (int32_t)((int32_t)10));
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_7 = L_6;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (int32_t)2);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_8 = L_7;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (int32_t)7);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_9 = L_8;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (int32_t)((int32_t)14));
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_10 = L_9;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (int32_t)8);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_11 = L_10;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (int32_t)((int32_t)15));
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_12 = L_11;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (int32_t)((int32_t)9));
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_13 = L_12;
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (int32_t)((int32_t)16));
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_14 = L_13;
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (int32_t)((int32_t)11));
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_15 = L_14;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (int32_t)6);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_16 = L_15;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (int32_t)5);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_17 = L_16;
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (int32_t)((int32_t)13));
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_18 = L_17;
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (int32_t)0);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_19 = L_18;
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (int32_t)0);
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_codeA_5(L_19);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToPrimitiveTypeEnum(System.TypeCode)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_ToPrimitiveTypeEnum_m5E8A93009000A2036368D7BD4949E63DCDD4D561 (int32_t ___typeCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_ToPrimitiveTypeEnum_m5E8A93009000A2036368D7BD4949E63DCDD4D561_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_0 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_codeA_5();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Converter_InitCodeA_mD53BE1958DB27806E054BF0E2BDC05F32AB4D499(/*hidden argument*/NULL);
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C* L_1 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_codeA_5();
il2cpp_codegen_memory_barrier();
int32_t L_2 = ___typeCode0;
NullCheck(L_1);
int32_t L_3 = L_2;
int32_t L_4 = (int32_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return (int32_t)(L_4);
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.Converter::FromString(System.String,System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Converter_FromString_m71F8A217C021B2E1254B6D3A2DBDD6220D1E1C8A (String_t* ___value0, int32_t ___code1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter_FromString_m71F8A217C021B2E1254B6D3A2DBDD6220D1E1C8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
int32_t L_0 = ___code1;
if (!L_0)
{
goto IL_0017;
}
}
{
String_t* L_1 = ___value0;
int32_t L_2 = ___code1;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_3 = Converter_ToTypeCode_m2847A2E94570E3BF97D3CDC4FA921C01D8EBDDB5(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_5 = Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492(L_1, L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0019;
}
IL_0017:
{
String_t* L_6 = ___value0;
V_0 = L_6;
}
IL_0019:
{
RuntimeObject * L_7 = V_0;
return L_7;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Converter__cctor_mF97F8E5DE6E22A967B607EF5928D9CB0A119EB03 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Converter__cctor_mF97F8E5DE6E22A967B607EF5928D9CB0A119EB03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_primitiveTypeEnumLength_0(((int32_t)17));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofISerializable_6(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofString_7(L_3);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_0_0_0_var) };
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofConverter_8(L_5);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofBoolean_9(L_7);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var) };
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofByte_10(L_9);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofChar_11(L_11);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofDecimal_12(L_13);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var) };
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofDouble_13(L_15);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) };
Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofInt16_14(L_17);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofInt32_15(L_19);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_20 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
Type_t * L_21 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_20, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofInt64_16(L_21);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var) };
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_22, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofSByte_17(L_23);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_24 = { reinterpret_cast<intptr_t> (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) };
Type_t * L_25 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_24, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofSingle_18(L_25);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast<intptr_t> (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var) };
Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofTimeSpan_19(L_27);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_28 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
Type_t * L_29 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_28, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofDateTime_20(L_29);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_30 = { reinterpret_cast<intptr_t> (UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var) };
Type_t * L_31 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_30, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofUInt16_21(L_31);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_32 = { reinterpret_cast<intptr_t> (UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var) };
Type_t * L_33 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_32, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofUInt32_22(L_33);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_34 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
Type_t * L_35 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_34, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofUInt64_23(L_35);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_36 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
Type_t * L_37 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_36, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofObject_24(L_37);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var) };
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofSystemVoid_25(L_39);
Type_t * L_40 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
Assembly_t * L_41 = Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6(L_40, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_urtAssembly_26(L_41);
Assembly_t * L_42 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_urtAssembly_26();
NullCheck(L_42);
String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_42);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_urtAssemblyString_27(L_43);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast<intptr_t> (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_0_0_0_var) };
Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofTypeArray_28(L_45);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_46 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) };
Type_t * L_47 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_46, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofObjectArray_29(L_47);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast<intptr_t> (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) };
Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofStringArray_30(L_49);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_50 = { reinterpret_cast<intptr_t> (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_0_0_0_var) };
Type_t * L_51 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_50, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofBooleanArray_31(L_51);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_52 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
Type_t * L_53 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_52, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofByteArray_32(L_53);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_54 = { reinterpret_cast<intptr_t> (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_0_0_0_var) };
Type_t * L_55 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_54, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofCharArray_33(L_55);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_56 = { reinterpret_cast<intptr_t> (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F_0_0_0_var) };
Type_t * L_57 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_56, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofDecimalArray_34(L_57);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_58 = { reinterpret_cast<intptr_t> (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_0_0_0_var) };
Type_t * L_59 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_58, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofDoubleArray_35(L_59);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_60 = { reinterpret_cast<intptr_t> (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_0_0_0_var) };
Type_t * L_61 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_60, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofInt16Array_36(L_61);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_62 = { reinterpret_cast<intptr_t> (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_0_0_0_var) };
Type_t * L_63 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_62, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofInt32Array_37(L_63);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_64 = { reinterpret_cast<intptr_t> (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_0_0_0_var) };
Type_t * L_65 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_64, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofInt64Array_38(L_65);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_66 = { reinterpret_cast<intptr_t> (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_0_0_0_var) };
Type_t * L_67 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_66, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofSByteArray_39(L_67);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_68 = { reinterpret_cast<intptr_t> (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_0_0_0_var) };
Type_t * L_69 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_68, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofSingleArray_40(L_69);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_70 = { reinterpret_cast<intptr_t> (TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5_0_0_0_var) };
Type_t * L_71 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_70, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofTimeSpanArray_41(L_71);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_72 = { reinterpret_cast<intptr_t> (DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1_0_0_0_var) };
Type_t * L_73 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_72, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofDateTimeArray_42(L_73);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_74 = { reinterpret_cast<intptr_t> (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_0_0_0_var) };
Type_t * L_75 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_74, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofUInt16Array_43(L_75);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_76 = { reinterpret_cast<intptr_t> (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_0_0_0_var) };
Type_t * L_77 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_76, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofUInt32Array_44(L_77);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_78 = { reinterpret_cast<intptr_t> (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_0_0_0_var) };
Type_t * L_79 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_78, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofUInt64Array_45(L_79);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_80 = { reinterpret_cast<intptr_t> (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var) };
Type_t * L_81 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_80, /*hidden argument*/NULL);
((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->set_typeofMarshalByRefObject_46(L_81);
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.Runtime.Serialization.Formatters.Binary.IOUtil::FlagTest(System.Runtime.Serialization.Formatters.Binary.MessageEnum,System.Runtime.Serialization.Formatters.Binary.MessageEnum)
extern "C" IL2CPP_METHOD_ATTR bool IOUtil_FlagTest_m33393EB1A5DFE3396A66DAA39A4A74055DD67987 (int32_t ___flag0, int32_t ___target1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___flag0;
int32_t L_1 = ___target1;
int32_t L_2 = ___target1;
if ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((uint32_t)L_2))))
{
goto IL_0008;
}
}
{
return (bool)1;
}
IL_0008:
{
return (bool)0;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.IOUtil::WriteStringWithCode(System.String,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void IOUtil_WriteStringWithCode_mF50A848D4074456DA7C22BE2D142149ED97F606A (String_t* ___value0, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000c;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout1;
NullCheck(L_1);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_1, (uint8_t)((int32_t)17), /*hidden argument*/NULL);
return;
}
IL_000c:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_2 = ___sout1;
NullCheck(L_2);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_2, (uint8_t)((int32_t)18), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___sout1;
String_t* L_4 = ___value0;
NullCheck(L_3);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.IOUtil::WriteWithCode(System.Type,System.Object,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void IOUtil_WriteWithCode_m00418AEB29CAB78349A3380F2297CE488D8AAC3E (Type_t * ___type0, RuntimeObject * ___value1, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IOUtil_WriteWithCode_m00418AEB29CAB78349A3380F2297CE488D8AAC3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Type_t * L_0 = ___type0;
if (L_0)
{
goto IL_000c;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout2;
NullCheck(L_1);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_1, (uint8_t)((int32_t)17), /*hidden argument*/NULL);
return;
}
IL_000c:
{
Type_t * L_2 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_3 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_3))))
{
goto IL_0021;
}
}
{
RuntimeObject * L_4 = ___value1;
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_5 = ___sout2;
IOUtil_WriteStringWithCode_mF50A848D4074456DA7C22BE2D142149ED97F606A(((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
return;
}
IL_0021:
{
Type_t * L_6 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_7 = Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1(L_6, /*hidden argument*/NULL);
V_0 = L_7;
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_8 = ___sout2;
int32_t L_9 = V_0;
NullCheck(L_8);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_8, (uint8_t)(((int32_t)((uint8_t)L_9))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_10 = ___sout2;
int32_t L_11 = V_0;
RuntimeObject * L_12 = ___value1;
NullCheck(L_10);
__BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8(L_10, L_11, L_12, /*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.Runtime.Serialization.Formatters.Binary.IntSizedArray::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IntSizedArray__ctor_mBB3C8AD3AD8C5FC00348307260631846A5AD578D (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IntSizedArray__ctor_mBB3C8AD3AD8C5FC00348307260631846A5AD578D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_objects_0(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_negObjects_1(L_1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::.ctor(System.Runtime.Serialization.Formatters.Binary.IntSizedArray)
extern "C" IL2CPP_METHOD_ATTR void IntSizedArray__ctor_m92DC93FF3E46BE2A3A54F163D4D0D3F648A9CD21 (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * ___sizedArray0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IntSizedArray__ctor_m92DC93FF3E46BE2A3A54F163D4D0D3F648A9CD21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_objects_0(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_negObjects_1(L_1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_2 = ___sizedArray0;
NullCheck(L_2);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = L_2->get_objects_0();
NullCheck(L_3);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))));
__this->set_objects_0(L_4);
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_5 = ___sizedArray0;
NullCheck(L_5);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = L_5->get_objects_0();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_objects_0();
NullCheck((RuntimeArray *)(RuntimeArray *)L_6);
Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_6, (RuntimeArray *)(RuntimeArray *)L_7, 0, /*hidden argument*/NULL);
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_8 = ___sizedArray0;
NullCheck(L_8);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = L_8->get_negObjects_1();
NullCheck(L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))));
__this->set_negObjects_1(L_10);
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_11 = ___sizedArray0;
NullCheck(L_11);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = L_11->get_negObjects_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = __this->get_negObjects_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_12);
Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.IntSizedArray::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * IntSizedArray_Clone_m051542122782B39D808D780E5B9EF8445C734186 (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IntSizedArray_Clone_m051542122782B39D808D780E5B9EF8445C734186_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_0 = (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 *)il2cpp_codegen_object_new(IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01_il2cpp_TypeInfo_var);
IntSizedArray__ctor_m92DC93FF3E46BE2A3A54F163D4D0D3F648A9CD21(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Runtime.Serialization.Formatters.Binary.IntSizedArray::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t IntSizedArray_get_Item_m9CE4B8BEF9497423BD06BE3D2F5F088D39A0CAE0 (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001e;
}
}
{
int32_t L_1 = ___index0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_negObjects_1();
NullCheck(L_2);
if ((((int32_t)((-L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)1)))))
{
goto IL_0014;
}
}
{
return 0;
}
IL_0014:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = __this->get_negObjects_1();
int32_t L_4 = ___index0;
NullCheck(L_3);
int32_t L_5 = ((-L_4));
int32_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
IL_001e:
{
int32_t L_7 = ___index0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get_objects_0();
NullCheck(L_8);
if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)1)))))
{
goto IL_002d;
}
}
{
return 0;
}
IL_002d:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = __this->get_objects_0();
int32_t L_10 = ___index0;
NullCheck(L_9);
int32_t L_11 = L_10;
int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
return L_12;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::set_Item(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IntSizedArray_set_Item_m4C9B62A30FAB44C415603C84D23B5AE545DDF2D1 (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0024;
}
}
{
int32_t L_1 = ___index0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_negObjects_1();
NullCheck(L_2);
if ((((int32_t)((-L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)1)))))
{
goto IL_0019;
}
}
{
int32_t L_3 = ___index0;
IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E(__this, L_3, /*hidden argument*/NULL);
}
IL_0019:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get_negObjects_1();
int32_t L_5 = ___index0;
int32_t L_6 = ___value1;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(((-L_5))), (int32_t)L_6);
return;
}
IL_0024:
{
int32_t L_7 = ___index0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get_objects_0();
NullCheck(L_8);
if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)1)))))
{
goto IL_0038;
}
}
{
int32_t L_9 = ___index0;
IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E(__this, L_9, /*hidden argument*/NULL);
}
IL_0038:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get_objects_0();
int32_t L_11 = ___index0;
int32_t L_12 = ___value1;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)L_12);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::IncreaseCapacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_003c;
}
}
IL_0004:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get_negObjects_1();
NullCheck(L_1);
int32_t L_2 = ___index0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_3 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)((-L_2)), (int32_t)1)), /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_0 = L_4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_negObjects_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_negObjects_1();
NullCheck(L_7);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
__this->set_negObjects_1(L_8);
goto IL_0071;
}
IL_003c:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = __this->get_objects_0();
NullCheck(L_9);
int32_t L_10 = ___index0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_11 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_1 = L_12;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = __this->get_objects_0();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get_objects_0();
NullCheck(L_15);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = V_1;
__this->set_objects_0(L_16);
}
IL_0071:
{
goto IL_0084;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0073;
throw e;
}
CATCH_0073:
{ // begin catch(System.Exception)
String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral804DC0091D6FDA4C7769FCA3EF4E5C5277C4774F, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_18 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_18, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0084:
{
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.Runtime.Serialization.Formatters.Binary.InternalFE::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InternalFE__ctor_mC6EACF30D5F2A38D0D3AF4AD8C89C84F00D07B92 (InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * __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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped__ctor_mA92E0E0B80348509FADFA44CD5102FF2E2E1DFAA (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Set(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Set_m7D4691AFA943E3622BE72F15B68D8F622D38018C (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, int32_t ___primitiveTypeEnum0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___primitiveTypeEnum0;
__this->set_primitiveTypeEnum_0(L_0);
RuntimeObject * L_1 = ___value1;
__this->set_value_1(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Write_mC16B1F7546A9F57182772CCDEDF62FFE86B43B2B (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)8, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout0;
int32_t L_2 = __this->get_primitiveTypeEnum_0();
NullCheck(L_1);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_1, (uint8_t)(((int32_t)((uint8_t)L_2))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___sout0;
int32_t L_4 = __this->get_primitiveTypeEnum_0();
RuntimeObject * L_5 = __this->get_value_1();
NullCheck(L_3);
__BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8(L_3, L_4, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Read_mBD7873CD2FC29FFCE6E40CC0E28C8875431BE154 (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
uint8_t L_1 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(L_0, /*hidden argument*/NULL);
__this->set_primitiveTypeEnum_0(L_1);
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_2 = ___input0;
int32_t L_3 = __this->get_primitiveTypeEnum_0();
NullCheck(L_2);
RuntimeObject * L_4 = __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9(L_2, L_3, /*hidden argument*/NULL);
__this->set_value_1(L_4);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Dump_mA50FD278A27252D4F0D98D2260FFD715EEE4AEAF (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, 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.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped__ctor_m568513B5C309103049BB976B44D3BABD4C22C6CB (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Set(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Set_m270E577638C2CD47873843E8CDEA5A69A974ACAA (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, int32_t ___typeInformation0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___typeInformation0;
__this->set_typeInformation_0(L_0);
RuntimeObject * L_1 = ___value1;
__this->set_value_1(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Set(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Set_mFB9A5013550F007406411052F712DD11ADC50A2C (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, int32_t ___typeInformation0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___typeInformation0;
__this->set_typeInformation_0(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Write_m46A2F76F806F2C391D597EFCD19748BC289B4272 (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
int32_t L_1 = __this->get_typeInformation_0();
RuntimeObject * L_2 = __this->get_value_1();
NullCheck(L_0);
__BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Read_mCD4B12D88812FDD4E8F98F7DB741F48539757DF1 (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
int32_t L_1 = __this->get_typeInformation_0();
NullCheck(L_0);
RuntimeObject * L_2 = __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9(L_0, L_1, /*hidden argument*/NULL);
__this->set_value_1(L_2);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Dump_mE77F705ACFEC56C4C436DB78C0771500B920B11A (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, 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.Runtime.Serialization.Formatters.Binary.MemberReference::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberReference__ctor_m9E23ECF4F9B49892C6F0DC28627B9F222C6E5C8B (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Set(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Set_m86A31A20EC895309DA47D5552C8B852C26B22CE6 (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, int32_t ___idRef0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___idRef0;
__this->set_idRef_0(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Write_mE126D1F2343CA15D721F56E5D391AA94F248E61A (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout0;
int32_t L_2 = __this->get_idRef_0();
NullCheck(L_1);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Read_mF76C63B09BF782B2106FF8EEF62066119AEDBC74 (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_0, /*hidden argument*/NULL);
__this->set_idRef_0(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Dump_m9CFAFB528EB5D745794F69D6F7CA1A55C4B0B9DD (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, 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.Runtime.Serialization.Formatters.Binary.MessageEnd::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MessageEnd__ctor_mACD46A473A484BA33E889CB737C58D6A9DC3A9F6 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void MessageEnd_Write_m8CF38079537B8D79BA3B7C1EB135E28A6367FEC7 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = ___sout0;
NullCheck(L_0);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_0, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void MessageEnd_Read_m26611F85E9FBDBFFA0D7610E50A7E6669FD3B4A7 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Dump()
extern "C" IL2CPP_METHOD_ATTR void MessageEnd_Dump_m015C1D0BF255BA591D91BDFE39552EC06E4C67E2 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Dump(System.IO.Stream)
extern "C" IL2CPP_METHOD_ATTR void MessageEnd_Dump_mABCF28D46A04A23715EB6110B43B7B11F2218EB3 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___sout0, 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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Runtime.Serialization.Formatters.Binary.NameCache::GetCachedValue(System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameCache_GetCachedValue_m062AD244F24BD4E832573EDA387B175C848436EA (NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameCache_GetCachedValue_m062AD244F24BD4E832573EDA387B175C848436EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
String_t* L_0 = ___name0;
__this->set_name_1(L_0);
IL2CPP_RUNTIME_CLASS_INIT(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_il2cpp_TypeInfo_var);
ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * L_1 = ((NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_StaticFields*)il2cpp_codegen_static_fields_for(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_il2cpp_TypeInfo_var))->get_ht_0();
String_t* L_2 = ___name0;
NullCheck(L_1);
bool L_3 = ConcurrentDictionary_2_TryGetValue_m763DA292EFD66AAF4C88EA4E2CB188A21BA87651(L_1, L_2, (RuntimeObject **)(&V_0), /*hidden argument*/ConcurrentDictionary_2_TryGetValue_m763DA292EFD66AAF4C88EA4E2CB188A21BA87651_RuntimeMethod_var);
if (L_3)
{
goto IL_0018;
}
}
{
return NULL;
}
IL_0018:
{
RuntimeObject * L_4 = V_0;
return L_4;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.NameCache::SetCachedValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR void NameCache_SetCachedValue_mBAEB20849C37E31D11438ABF901B5671DA2B6F43 (NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameCache_SetCachedValue_mBAEB20849C37E31D11438ABF901B5671DA2B6F43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_il2cpp_TypeInfo_var);
ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * L_0 = ((NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_StaticFields*)il2cpp_codegen_static_fields_for(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_il2cpp_TypeInfo_var))->get_ht_0();
String_t* L_1 = __this->get_name_1();
RuntimeObject * L_2 = ___value0;
NullCheck(L_0);
ConcurrentDictionary_2_set_Item_m612B097355148F8CDB34E6B2BD50F91B5025DD53(L_0, L_1, L_2, /*hidden argument*/ConcurrentDictionary_2_set_Item_m612B097355148F8CDB34E6B2BD50F91B5025DD53_RuntimeMethod_var);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.NameCache::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NameCache__ctor_mF2E30662A3EE11DD69FFBB2D5133ED79416ADE97 (NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.NameCache::.cctor()
extern "C" IL2CPP_METHOD_ATTR void NameCache__cctor_m0D4BD1EA2F5C33AB0E2C0D7FE8A438A47F8B9072 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameCache__cctor_m0D4BD1EA2F5C33AB0E2C0D7FE8A438A47F8B9072_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A * L_0 = (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A *)il2cpp_codegen_object_new(ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A_il2cpp_TypeInfo_var);
ConcurrentDictionary_2__ctor_mAFE2B032224054209AEDD336B9F2F9BFAE9A4E76(L_0, /*hidden argument*/ConcurrentDictionary_2__ctor_mAFE2B032224054209AEDD336B9F2F9BFAE9A4E76_RuntimeMethod_var);
((NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_StaticFields*)il2cpp_codegen_static_fields_for(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_il2cpp_TypeInfo_var))->set_ht_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.Runtime.Serialization.Formatters.Binary.NameInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NameInfo__ctor_m8DC901BC4060A4049F2BDF69807722329FD51672 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.NameInfo::Init()
extern "C" IL2CPP_METHOD_ATTR void NameInfo_Init_m00EB22D0A21850F82D88249E9A1B37DC69226645 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method)
{
{
__this->set_NIFullName_0((String_t*)NULL);
__this->set_NIobjectId_1((((int64_t)((int64_t)0))));
__this->set_NIassemId_2((((int64_t)((int64_t)0))));
__this->set_NIprimitiveTypeEnum_3(0);
__this->set_NItype_4((Type_t *)NULL);
__this->set_NIisSealed_5((bool)0);
__this->set_NItransmitTypeOnObject_8((bool)0);
__this->set_NItransmitTypeOnMember_9((bool)0);
__this->set_NIisParentTypeOnObject_10((bool)0);
__this->set_NIisArray_6((bool)0);
__this->set_NIisArrayItem_7((bool)0);
__this->set_NIarrayEnum_11(0);
__this->set_NIsealedStatusChecked_12((bool)0);
return;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::get_IsSealed()
extern "C" IL2CPP_METHOD_ATTR bool NameInfo_get_IsSealed_m624AFE19A8CB10BD6BFA3FB6A737A8CB529DF4A6 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_NIsealedStatusChecked_12();
if (L_0)
{
goto IL_0020;
}
}
{
Type_t * L_1 = __this->get_NItype_4();
NullCheck(L_1);
bool L_2 = Type_get_IsSealed_mC42D173AFAF7802291DEA2C3D691340F2375FD9A(L_1, /*hidden argument*/NULL);
__this->set_NIisSealed_5(L_2);
__this->set_NIsealedStatusChecked_12((bool)1);
}
IL_0020:
{
bool L_3 = __this->get_NIisSealed_5();
return L_3;
}
}
// System.String System.Runtime.Serialization.Formatters.Binary.NameInfo::get_NIname()
extern "C" IL2CPP_METHOD_ATTR String_t* NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_NIFullName_0();
if (L_0)
{
goto IL_0019;
}
}
{
Type_t * L_1 = __this->get_NItype_4();
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1);
__this->set_NIFullName_0(L_2);
}
IL_0019:
{
String_t* L_3 = __this->get_NIFullName_0();
return L_3;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.NameInfo::set_NIname(System.String)
extern "C" IL2CPP_METHOD_ATTR void NameInfo_set_NIname_m3E6875566BF50F8E2DEE02AA9DCA45174F0ABBDA (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_NIFullName_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.Runtime.Serialization.Formatters.Binary.ObjectMap::.ctor(System.String,System.Type,System.String[],System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Int32,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectMap__ctor_mA3E99E3F1BBED1D70C90ED20817FEA0ABCFCC66A (ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * __this, String_t* ___objectName0, Type_t * ___objectType1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames2, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader3, int32_t ___objectId4, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectMap__ctor_mA3E99E3F1BBED1D70C90ED20817FEA0ABCFCC66A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject * V_1 = NULL;
int32_t V_2 = 0;
{
__this->set_isInitObjectInfo_7((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___objectName0;
__this->set_objectName_0(L_0);
Type_t * L_1 = ___objectType1;
__this->set_objectType_1(L_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___memberNames2;
__this->set_memberNames_5(L_2);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_3 = ___objectReader3;
__this->set_objectReader_8(L_3);
int32_t L_4 = ___objectId4;
__this->set_objectId_9(L_4);
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_5 = ___assemblyInfo5;
__this->set_assemblyInfo_10(L_5);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_6 = ___objectReader3;
Type_t * L_7 = ___objectType1;
NullCheck(L_6);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_8 = ObjectReader_CreateReadObjectInfo_mAE991534575E55870FD991B3A39774C2A569E810(L_6, L_7, /*hidden argument*/NULL);
__this->set_objectInfo_6(L_8);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_9 = __this->get_objectInfo_6();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = ___memberNames2;
Type_t * L_11 = ___objectType1;
NullCheck(L_9);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_12 = ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC(L_9, L_10, L_11, /*hidden argument*/NULL);
__this->set_memberTypes_4(L_12);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = __this->get_memberTypes_4();
NullCheck(L_13);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_14 = (BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B*)SZArrayNew(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))));
__this->set_binaryTypeEnumA_2(L_14);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = __this->get_memberTypes_4();
NullCheck(L_15);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))));
__this->set_typeInformationA_3(L_16);
V_0 = 0;
goto IL_00ad;
}
IL_0085:
{
V_1 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = __this->get_memberTypes_4();
int32_t L_18 = V_0;
NullCheck(L_17);
int32_t L_19 = L_18;
Type_t * L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
int32_t L_21 = BinaryConverter_GetParserBinaryTypeInfo_m92A9B9B93B3740D425358DFBBC14FCE72F00131D(L_20, (RuntimeObject **)(&V_1), /*hidden argument*/NULL);
V_2 = L_21;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_22 = __this->get_binaryTypeEnumA_2();
int32_t L_23 = V_0;
int32_t L_24 = V_2;
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (int32_t)L_24);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = __this->get_typeInformationA_3();
int32_t L_26 = V_0;
RuntimeObject * L_27 = V_1;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_27);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (RuntimeObject *)L_27);
int32_t L_28 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_00ad:
{
int32_t L_29 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_30 = __this->get_memberTypes_4();
NullCheck(L_30);
if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))))))
{
goto IL_0085;
}
}
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectMap::.ctor(System.String,System.String[],System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[],System.Object[],System.Int32[],System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Int32,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.Runtime.Serialization.Formatters.Binary.SizedArray)
extern "C" IL2CPP_METHOD_ATTR void ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353 (ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * __this, String_t* ___objectName0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___memberAssemIds4, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader5, int32_t ___objectId6, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo7, SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * ___assemIdToAssemblyTable8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
Type_t * V_3 = NULL;
bool V_4 = false;
{
__this->set_isInitObjectInfo_7((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___objectName0;
__this->set_objectName_0(L_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___memberNames1;
__this->set_memberNames_5(L_1);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_2 = ___binaryTypeEnumA2;
__this->set_binaryTypeEnumA_2(L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___typeInformationA3;
__this->set_typeInformationA_3(L_3);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_4 = ___objectReader5;
__this->set_objectReader_8(L_4);
int32_t L_5 = ___objectId6;
__this->set_objectId_9(L_5);
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_6 = ___assemblyInfo7;
__this->set_assemblyInfo_10(L_6);
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_7 = ___assemblyInfo7;
if (L_7)
{
goto IL_0060;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
String_t* L_10 = ___objectName0;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEE61FCD163339643B27C4723B7969B083B2F5AEE, L_9, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353_RuntimeMethod_var);
}
IL_0060:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_13 = ___objectReader5;
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_14 = ___assemblyInfo7;
String_t* L_15 = ___objectName0;
NullCheck(L_13);
Type_t * L_16 = ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897(L_13, L_14, L_15, /*hidden argument*/NULL);
__this->set_objectType_1(L_16);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = ___memberNames1;
NullCheck(L_17);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))));
__this->set_memberTypes_4(L_18);
V_0 = 0;
goto IL_00b5;
}
IL_0082:
{
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_19 = ___binaryTypeEnumA2;
int32_t L_20 = V_0;
NullCheck(L_19);
int32_t L_21 = L_20;
int32_t L_22 = (int32_t)(L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = ___typeInformationA3;
int32_t L_24 = V_0;
NullCheck(L_23);
int32_t L_25 = L_24;
RuntimeObject * L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_27 = ___objectReader5;
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_28 = ___assemIdToAssemblyTable8;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = ___memberAssemIds4;
int32_t L_30 = V_0;
NullCheck(L_29);
int32_t L_31 = L_30;
int32_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
NullCheck(L_28);
RuntimeObject * L_33 = SizedArray_get_Item_mCF7B33ECD9AF610E1E5C56CF489EA5E03B8035BE(L_28, L_32, /*hidden argument*/NULL);
BinaryConverter_TypeFromInfo_mCE2190A92625D3518F92D8A05B90F06022ECC5E2(L_22, L_26, L_27, ((BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)CastclassSealed((RuntimeObject*)L_33, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B_il2cpp_TypeInfo_var)), (int32_t*)(&V_1), (String_t**)(&V_2), (Type_t **)(&V_3), (bool*)(&V_4), /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_34 = __this->get_memberTypes_4();
int32_t L_35 = V_0;
Type_t * L_36 = V_3;
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_36);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(L_35), (Type_t *)L_36);
int32_t L_37 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00b5:
{
int32_t L_38 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = ___memberNames1;
NullCheck(L_39);
if ((((int32_t)L_38) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length)))))))
{
goto IL_0082;
}
}
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_40 = ___objectReader5;
Type_t * L_41 = __this->get_objectType_1();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = ___memberNames1;
NullCheck(L_40);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_43 = ObjectReader_CreateReadObjectInfo_m26B06CE67854F58E27E9026B7B0F2EC8D7314AE2(L_40, L_41, L_42, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, /*hidden argument*/NULL);
__this->set_objectInfo_6(L_43);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_44 = __this->get_objectInfo_6();
NullCheck(L_44);
bool L_45 = L_44->get_isSi_5();
if (L_45)
{
goto IL_00f5;
}
}
{
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_46 = __this->get_objectInfo_6();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = ___memberNames1;
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_48 = __this->get_objectInfo_6();
NullCheck(L_48);
Type_t * L_49 = L_48->get_objectType_2();
NullCheck(L_46);
ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC(L_46, L_47, L_49, /*hidden argument*/NULL);
}
IL_00f5:
{
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ObjectMap::CreateObjectInfo(System.Runtime.Serialization.SerializationInfoU26,System.Object[]U26)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ObjectMap_CreateObjectInfo_mD098C721F037DF59CD25DDE04F59CEEE6BB6A137 (ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** ___si0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___memberData1, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isInitObjectInfo_7();
if (!L_0)
{
goto IL_0023;
}
}
{
__this->set_isInitObjectInfo_7((bool)0);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_1 = __this->get_objectInfo_6();
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_2 = ___si0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_3 = ___memberData1;
NullCheck(L_1);
ReadObjectInfo_InitDataStore_m0B0A9190843FEEBCB3E321DB5ABB47944C218A54(L_1, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_2, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_3, /*hidden argument*/NULL);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_4 = __this->get_objectInfo_6();
return L_4;
}
IL_0023:
{
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_5 = __this->get_objectInfo_6();
NullCheck(L_5);
ReadObjectInfo_PrepareForReuse_mED74C4E395465B67971C214B6EF84F2A97756F90(L_5, /*hidden argument*/NULL);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_6 = __this->get_objectInfo_6();
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_7 = ___si0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_8 = ___memberData1;
NullCheck(L_6);
ReadObjectInfo_InitDataStore_m0B0A9190843FEEBCB3E321DB5ABB47944C218A54(L_6, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_7, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_8, /*hidden argument*/NULL);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_9 = __this->get_objectInfo_6();
return L_9;
}
}
// System.Runtime.Serialization.Formatters.Binary.ObjectMap System.Runtime.Serialization.Formatters.Binary.ObjectMap::Create(System.String,System.Type,System.String[],System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Int32,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo)
extern "C" IL2CPP_METHOD_ATTR ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * ObjectMap_Create_m6CA3A621BB5EC59F2EF084715CF9E8C7CCE4C3FC (String_t* ___name0, Type_t * ___objectType1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames2, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader3, int32_t ___objectId4, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectMap_Create_m6CA3A621BB5EC59F2EF084715CF9E8C7CCE4C3FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
Type_t * L_1 = ___objectType1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___memberNames2;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_3 = ___objectReader3;
int32_t L_4 = ___objectId4;
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_5 = ___assemblyInfo5;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_6 = (ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D *)il2cpp_codegen_object_new(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D_il2cpp_TypeInfo_var);
ObjectMap__ctor_mA3E99E3F1BBED1D70C90ED20817FEA0ABCFCC66A(L_6, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Runtime.Serialization.Formatters.Binary.ObjectMap System.Runtime.Serialization.Formatters.Binary.ObjectMap::Create(System.String,System.String[],System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[],System.Object[],System.Int32[],System.Runtime.Serialization.Formatters.Binary.ObjectReader,System.Int32,System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.Runtime.Serialization.Formatters.Binary.SizedArray)
extern "C" IL2CPP_METHOD_ATTR ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * ObjectMap_Create_mB3AE856E768ABD32A195B0627326EC45B2159836 (String_t* ___name0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___memberAssemIds4, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader5, int32_t ___objectId6, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo7, SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * ___assemIdToAssemblyTable8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectMap_Create_mB3AE856E768ABD32A195B0627326EC45B2159836_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___memberNames1;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_2 = ___binaryTypeEnumA2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___typeInformationA3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = ___memberAssemIds4;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_5 = ___objectReader5;
int32_t L_6 = ___objectId6;
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_7 = ___assemblyInfo7;
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_8 = ___assemIdToAssemblyTable8;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_9 = (ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D *)il2cpp_codegen_object_new(ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D_il2cpp_TypeInfo_var);
ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353(L_9, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::.ctor(System.Int32,System.Int32,System.String[],System.Type[])
extern "C" IL2CPP_METHOD_ATTR void ObjectMapInfo__ctor_m55C2E0CD6BE4BCE52A4F012DADA057C057AF47E3 (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * __this, int32_t ___objectId0, int32_t ___numMembers1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes3, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___objectId0;
__this->set_objectId_0(L_0);
int32_t L_1 = ___numMembers1;
__this->set_numMembers_1(L_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___memberNames2;
__this->set_memberNames_2(L_2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = ___memberTypes3;
__this->set_memberTypes_3(L_3);
return;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::isCompatible(System.Int32,System.String[],System.Type[])
extern "C" IL2CPP_METHOD_ATTR bool ObjectMapInfo_isCompatible_mDCEE231165B988DF120F243B8E706D5F38CFDADF (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * __this, int32_t ___numMembers0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectMapInfo_isCompatible_mDCEE231165B988DF120F243B8E706D5F38CFDADF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
V_0 = (bool)1;
int32_t L_0 = __this->get_numMembers_1();
int32_t L_1 = ___numMembers0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0048;
}
}
{
V_1 = 0;
goto IL_0042;
}
IL_000f:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = __this->get_memberNames_2();
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = ___memberNames1;
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_5);
bool L_10 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_5, L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0025;
}
}
{
V_0 = (bool)0;
goto IL_004a;
}
IL_0025:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = ___memberTypes2;
if (!L_11)
{
goto IL_003e;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_12 = __this->get_memberTypes_3();
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = L_13;
Type_t * L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = ___memberTypes2;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = L_17;
Type_t * L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_20 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_15, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_003e;
}
}
{
V_0 = (bool)0;
goto IL_004a;
}
IL_003e:
{
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0042:
{
int32_t L_22 = V_1;
int32_t L_23 = ___numMembers0;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_000f;
}
}
{
goto IL_004a;
}
IL_0048:
{
V_0 = (bool)0;
}
IL_004a:
{
bool L_24 = V_0;
return L_24;
}
}
#ifdef __clang__
#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.Runtime.Serialization.Formatters.Binary.ObjectNull::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ObjectNull__ctor_m90B9A7BFD14454A441AA7D206C28C1C7A7CD80C8 (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::SetNullCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_SetNullCount_m1E655DD5E8585C2E245BFC8C4B1D34B54E23B26C (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, int32_t ___nullCount0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___nullCount0;
__this->set_nullCount_0(L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_Write_m9C3FE197DDBF658D1BDA13E31C3BB2F1B4EC019B (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nullCount_0();
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0012;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_1 = ___sout0;
NullCheck(L_1);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_1, (uint8_t)((int32_t)10), /*hidden argument*/NULL);
return;
}
IL_0012:
{
int32_t L_2 = __this->get_nullCount_0();
if ((((int32_t)L_2) >= ((int32_t)((int32_t)256))))
{
goto IL_0035;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___sout0;
NullCheck(L_3);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_3, (uint8_t)((int32_t)13), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_4 = ___sout0;
int32_t L_5 = __this->get_nullCount_0();
NullCheck(L_4);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_4, (uint8_t)(((int32_t)((uint8_t)L_5))), /*hidden argument*/NULL);
return;
}
IL_0035:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_6 = ___sout0;
NullCheck(L_6);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_6, (uint8_t)((int32_t)14), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_7 = ___sout0;
int32_t L_8 = __this->get_nullCount_0();
NullCheck(L_7);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_7, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser,System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_Read_mE718FFC439AEF0FDCAD8EA60EA5BBF36E13B8EC9 (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, int32_t ___binaryHeaderEnum1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___binaryHeaderEnum1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)10))))
{
case 0:
{
goto IL_001e;
}
case 1:
{
goto IL_003f;
}
case 2:
{
goto IL_003f;
}
case 3:
{
goto IL_0026;
}
case 4:
{
goto IL_0033;
}
}
}
{
return;
}
IL_001e:
{
__this->set_nullCount_0(1);
return;
}
IL_0026:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_1 = ___input0;
NullCheck(L_1);
uint8_t L_2 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(L_1, /*hidden argument*/NULL);
__this->set_nullCount_0(L_2);
return;
}
IL_0033:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_3 = ___input0;
NullCheck(L_3);
int32_t L_4 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(L_3, /*hidden argument*/NULL);
__this->set_nullCount_0(L_4);
}
IL_003f:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::Dump()
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_Dump_mC92599F3AD09C6B2B6ABA1DE17DA655C3EFB3021 (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, 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.Runtime.Serialization.Formatters.Binary.ObjectProgress::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ObjectProgress__ctor_mEE1C9C450B808BE4A72F9C7ADEC4BBB5F933B187 (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectProgress__ctor_mEE1C9C450B808BE4A72F9C7ADEC4BBB5F933B187_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_expectedType_3(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = (ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)il2cpp_codegen_object_new(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var);
ParseRecord__ctor_mD26BC726525E21C2876D8914F44500EED66B8521(L_0, /*hidden argument*/NULL);
__this->set_pr_19(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress::Init()
extern "C" IL2CPP_METHOD_ATTR void ObjectProgress_Init_m8C4DC6DF03B8D34B2DBAE237B2BAB5B2173CB25C (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, const RuntimeMethod* method)
{
{
__this->set_isInitial_1((bool)0);
__this->set_count_2(0);
__this->set_expectedType_3(3);
__this->set_expectedTypeInformation_4(NULL);
__this->set_name_5((String_t*)NULL);
__this->set_objectTypeEnum_6(0);
__this->set_memberTypeEnum_7(0);
__this->set_memberValueEnum_8(0);
__this->set_dtType_9((Type_t *)NULL);
__this->set_numItems_10(0);
__this->set_nullCount_13(0);
__this->set_typeInformation_12(NULL);
__this->set_memberLength_14(0);
__this->set_binaryTypeEnumA_15((BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B*)NULL);
__this->set_typeInformationA_16((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
__this->set_memberNames_17((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL);
__this->set_memberTypes_18((TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = __this->get_pr_19();
NullCheck(L_0);
ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC(L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress::ArrayCountIncrement(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ObjectProgress_ArrayCountIncrement_m8168D94EFA4D76D70A957976D59DE3B05393FA4D (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_count_2();
int32_t L_1 = ___value0;
__this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)));
return;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectProgress::GetNext(System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnumU26,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR bool ObjectProgress_GetNext_mDE711A2BA0BDEF004F5B69DE8959FD26AFDB831A (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, int32_t* ___outBinaryTypeEnum0, RuntimeObject ** ___outTypeInformation1, const RuntimeMethod* method)
{
{
int32_t* L_0 = ___outBinaryTypeEnum0;
*((int32_t*)L_0) = (int32_t)0;
RuntimeObject ** L_1 = ___outTypeInformation1;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_1, (RuntimeObject *)NULL);
int32_t L_2 = __this->get_objectTypeEnum_6();
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_004e;
}
}
{
int32_t L_3 = __this->get_count_2();
int32_t L_4 = __this->get_numItems_10();
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
int32_t* L_5 = ___outBinaryTypeEnum0;
int32_t L_6 = __this->get_binaryTypeEnum_11();
*((int32_t*)L_5) = (int32_t)L_6;
RuntimeObject ** L_7 = ___outTypeInformation1;
RuntimeObject * L_8 = __this->get_typeInformation_12();
*((RuntimeObject **)L_7) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_7, (RuntimeObject *)L_8);
int32_t L_9 = __this->get_count_2();
if (L_9)
{
goto IL_003e;
}
}
{
__this->set_isInitial_1((bool)0);
}
IL_003e:
{
int32_t L_10 = __this->get_count_2();
__this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
return (bool)1;
}
IL_004e:
{
int32_t L_11 = __this->get_count_2();
int32_t L_12 = __this->get_memberLength_14();
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
{
goto IL_0066;
}
}
{
bool L_13 = __this->get_isInitial_1();
if (L_13)
{
goto IL_0066;
}
}
{
return (bool)0;
}
IL_0066:
{
int32_t* L_14 = ___outBinaryTypeEnum0;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_15 = __this->get_binaryTypeEnumA_15();
int32_t L_16 = __this->get_count_2();
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (int32_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
*((int32_t*)L_14) = (int32_t)L_18;
RuntimeObject ** L_19 = ___outTypeInformation1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = __this->get_typeInformationA_16();
int32_t L_21 = __this->get_count_2();
NullCheck(L_20);
int32_t L_22 = L_21;
RuntimeObject * L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
*((RuntimeObject **)L_19) = (RuntimeObject *)L_23;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_19, (RuntimeObject *)L_23);
int32_t L_24 = __this->get_count_2();
if (L_24)
{
goto IL_0093;
}
}
{
__this->set_isInitial_1((bool)0);
}
IL_0093:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = __this->get_memberNames_17();
int32_t L_26 = __this->get_count_2();
NullCheck(L_25);
int32_t L_27 = L_26;
String_t* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
__this->set_name_5(L_28);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = __this->get_memberTypes_18();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_30 = __this->get_memberTypes_18();
int32_t L_31 = __this->get_count_2();
NullCheck(L_30);
int32_t L_32 = L_31;
Type_t * L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
__this->set_dtType_9(L_33);
int32_t L_34 = __this->get_count_2();
__this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)));
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress::.cctor()
extern "C" IL2CPP_METHOD_ATTR void ObjectProgress__cctor_m15EE06277A8845A0E0F719B7A347B67426C6EEE2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectProgress__cctor_m15EE06277A8845A0E0F719B7A347B67426C6EEE2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_StaticFields*)il2cpp_codegen_static_fields_for(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var))->set_opRecordIdCount_0(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.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.ObjectReader::get_ValueFixupStack()
extern "C" IL2CPP_METHOD_ATTR SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ObjectReader_get_ValueFixupStack_mCED15C5E561BD7BF12AC3637C536760BF7E79AF0 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_get_ValueFixupStack_mCED15C5E561BD7BF12AC3637C536760BF7E79AF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_valueFixupStack_15();
if (L_0)
{
goto IL_0018;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_1 = (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF *)il2cpp_codegen_object_new(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF_il2cpp_TypeInfo_var);
SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A(L_1, _stringLiteral3ADFC2074B5D0DA56AAE8C04AF047DE8BA33001D, /*hidden argument*/NULL);
__this->set_valueFixupStack_15(L_1);
}
IL_0018:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_2 = __this->get_valueFixupStack_15();
return L_2;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::get_TopObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_topObject_9();
return L_0;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::set_TopObject(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
__this->set_m_topObject_9(L_0);
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_1 = __this->get_m_objectManager_3();
if (!L_1)
{
goto IL_001b;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_2 = __this->get_m_objectManager_3();
RuntimeObject * L_3 = ___value0;
NullCheck(L_2);
ObjectManager_set_TopObject_mCC3DCA7923123F42665B374460B58D4429A3693B(L_2, L_3, /*hidden argument*/NULL);
}
IL_001b:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::.ctor(System.IO.Stream,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.InternalFE,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, RuntimeObject* ___selector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * ___formatterEnums3, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * L_0 = (NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F *)il2cpp_codegen_object_new(NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_il2cpp_TypeInfo_var);
NameCache__ctor_mF2E30662A3EE11DD69FFBB2D5133ED79416ADE97(L_0, /*hidden argument*/NULL);
__this->set_typeCache_20(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0;
if (L_1)
{
goto IL_0029;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDC4037880C067CB6991DEA24BF69F317086A4580, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_3, _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A_RuntimeMethod_var);
}
IL_0029:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___stream0;
__this->set_m_stream_0(L_4);
RuntimeObject* L_5 = ___selector1;
__this->set_m_surrogates_1(L_5);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_6 = ___context2;
__this->set_m_context_2(L_6);
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_7 = ___binder4;
__this->set_m_binder_5(L_7);
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_8 = ___formatterEnums3;
__this->set_formatterEnums_4(L_8);
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::Deserialize(System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Serialization.Formatters.Binary.__BinaryParser,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * ___handler0, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___serParser1, bool ___fCheck2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___serParser1;
if (L_0)
{
goto IL_0022;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_3 = ___serParser1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
String_t* L_4 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAA8B35A6461EB9A3EA0CAFB631931F5D8E14F90D, L_2, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, _stringLiteral32BCDD86083366DEAC549EAB1274A1B133289EAA, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB_RuntimeMethod_var);
}
IL_0022:
{
__this->set_bFullDeserialization_17((bool)0);
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, NULL, /*hidden argument*/NULL);
__this->set_topId_6((((int64_t)((int64_t)0))));
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_6 = __this->get_formatterEnums_4();
NullCheck(L_6);
int32_t L_7 = L_6->get_FEassemblyFormat_1();
__this->set_bSimpleAssembly_7((bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0));
HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * L_8 = ___handler0;
__this->set_handler_11(L_8);
bool L_9 = __this->get_bFullDeserialization_17();
if (!L_9)
{
goto IL_007f;
}
}
{
RuntimeObject* L_10 = __this->get_m_surrogates_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_11 = __this->get_m_context_2();
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_12 = (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 *)il2cpp_codegen_object_new(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281_il2cpp_TypeInfo_var);
ObjectManager__ctor_m332F1ACA2633B436B019BA0AC4F51E292532D2F3(L_12, L_10, L_11, (bool)0, (bool)0, /*hidden argument*/NULL);
__this->set_m_objectManager_3(L_12);
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_13 = (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 *)il2cpp_codegen_object_new(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2_il2cpp_TypeInfo_var);
SerObjectInfoInit__ctor_mEE97CBC32B6C51C6C3A0355E67C52E61ABCEE49E(L_13, /*hidden argument*/NULL);
__this->set_serObjectInfoInit_12(L_13);
}
IL_007f:
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_14 = ___serParser1;
NullCheck(L_14);
__BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982(L_14, /*hidden argument*/NULL);
bool L_15 = __this->get_bFullDeserialization_17();
if (!L_15)
{
goto IL_0098;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_16 = __this->get_m_objectManager_3();
NullCheck(L_16);
VirtActionInvoker0::Invoke(5 /* System.Void System.Runtime.Serialization.ObjectManager::DoFixups() */, L_16);
}
IL_0098:
{
RuntimeObject * L_17 = ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1(__this, /*hidden argument*/NULL);
if (L_17)
{
goto IL_00b0;
}
}
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral906B565C4A06C0758C6873A30A285999CF6C4A03, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_19 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB_RuntimeMethod_var);
}
IL_00b0:
{
RuntimeObject * L_20 = ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1(__this, /*hidden argument*/NULL);
NullCheck(L_20);
Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL);
bool L_22 = ObjectReader_HasSurrogate_m30C411CB73E1BEE9FC02A29F8C728ABF01F753A5(__this, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_00e2;
}
}
{
int64_t L_23 = __this->get_topId_6();
if (!L_23)
{
goto IL_00e2;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_24 = __this->get_m_objectManager_3();
int64_t L_25 = __this->get_topId_6();
NullCheck(L_24);
RuntimeObject * L_26 = VirtFuncInvoker1< RuntimeObject *, int64_t >::Invoke(4 /* System.Object System.Runtime.Serialization.ObjectManager::GetObject(System.Int64) */, L_24, L_25);
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_26, /*hidden argument*/NULL);
}
IL_00e2:
{
RuntimeObject * L_27 = ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1(__this, /*hidden argument*/NULL);
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_27, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var)))
{
goto IL_010b;
}
}
{
RuntimeObject * L_28 = ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1(__this, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_29 = __this->get_m_context_2();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_28, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var)));
RuntimeObject * L_30 = InterfaceFuncInvoker1< RuntimeObject *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(0 /* System.Object System.Runtime.Serialization.IObjectReference::GetRealObject(System.Runtime.Serialization.StreamingContext) */, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_28, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var)), L_29);
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_30, /*hidden argument*/NULL);
}
IL_010b:
{
bool L_31 = __this->get_bFullDeserialization_17();
if (!L_31)
{
goto IL_011e;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_32 = __this->get_m_objectManager_3();
NullCheck(L_32);
VirtActionInvoker0::Invoke(9 /* System.Void System.Runtime.Serialization.ObjectManager::RaiseDeserializationEvent() */, L_32);
}
IL_011e:
{
HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * L_33 = ___handler0;
if (!L_33)
{
goto IL_0133;
}
}
{
HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * L_34 = ___handler0;
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_35 = __this->get_headers_10();
NullCheck(L_34);
RuntimeObject * L_36 = HeaderHandler_Invoke_mDA4A8D1462093A044CD144240096462AF06E15F4(L_34, L_35, /*hidden argument*/NULL);
__this->set_handlerObject_8(L_36);
}
IL_0133:
{
RuntimeObject * L_37 = ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1(__this, /*hidden argument*/NULL);
return L_37;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::HasSurrogate(System.Type)
extern "C" IL2CPP_METHOD_ATTR bool ObjectReader_HasSurrogate_m30C411CB73E1BEE9FC02A29F8C728ABF01F753A5 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Type_t * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_HasSurrogate_m30C411CB73E1BEE9FC02A29F8C728ABF01F753A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->get_m_surrogates_1();
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject* L_1 = __this->get_m_surrogates_1();
Type_t * L_2 = ___t0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_3 = __this->get_m_context_2();
NullCheck(L_1);
RuntimeObject* L_4 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var, L_1, L_2, L_3, (RuntimeObject**)(&V_0));
return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::CheckSerializable(System.Type)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Type_t * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___t0;
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(67 /* System.Boolean System.Type::get_IsSerializable() */, L_0);
if (L_1)
{
goto IL_003c;
}
}
{
Type_t * L_2 = ___t0;
bool L_3 = ObjectReader_HasSurrogate_m30C411CB73E1BEE9FC02A29F8C728ABF01F753A5(__this, L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_003c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0B1F89D2E31425DFF5F87CA7E874C32339513C7E, /*hidden argument*/NULL);
Type_t * L_6 = ___t0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_6);
Type_t * L_8 = ___t0;
NullCheck(L_8);
Assembly_t * L_9 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_8);
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_9);
String_t* L_11 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_4, L_5, L_7, L_10, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898_RuntimeMethod_var);
}
IL_003c:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::InitFullDeserialization()
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_InitFullDeserialization_mCBDE19F7FE5F5D51719F948D55F7870F0B88B1F5 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_InitFullDeserialization_mCBDE19F7FE5F5D51719F948D55F7870F0B88B1F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_bFullDeserialization_17((bool)1);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF *)il2cpp_codegen_object_new(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF_il2cpp_TypeInfo_var);
SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A(L_0, _stringLiteralACB5DCEA5AF7B49F1E209722E8EC9FC325F7BEBA, /*hidden argument*/NULL);
__this->set_stack_14(L_0);
RuntimeObject* L_1 = __this->get_m_surrogates_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = __this->get_m_context_2();
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_3 = (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 *)il2cpp_codegen_object_new(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281_il2cpp_TypeInfo_var);
ObjectManager__ctor_m332F1ACA2633B436B019BA0AC4F51E292532D2F3(L_3, L_1, L_2, (bool)0, (bool)0, /*hidden argument*/NULL);
__this->set_m_objectManager_3(L_3);
RuntimeObject* L_4 = __this->get_m_formatterConverter_13();
if (L_4)
{
goto IL_0043;
}
}
{
FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * L_5 = (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 *)il2cpp_codegen_object_new(FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85_il2cpp_TypeInfo_var);
FormatterConverter__ctor_mC29A9892BB8E1C520225AB3BAF6981580543DD35(L_5, /*hidden argument*/NULL);
__this->set_m_formatterConverter_13(L_5);
}
IL_0043:
{
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::CrossAppDomainArray(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_CrossAppDomainArray_m01C066FFFA88586F54E36E726C1A7A7A2B2E68CE (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = __this->get_crossAppDomainArray_16();
int32_t L_1 = ___index0;
NullCheck(L_0);
int32_t L_2 = L_1;
RuntimeObject * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ObjectReader::CreateReadObjectInfo(System.Type)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ObjectReader_CreateReadObjectInfo_mAE991534575E55870FD991B3A39774C2A569E810 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Type_t * ___objectType0, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___objectType0;
RuntimeObject* L_1 = __this->get_m_surrogates_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = __this->get_m_context_2();
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_3 = __this->get_m_objectManager_3();
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_4 = __this->get_serObjectInfoInit_12();
RuntimeObject* L_5 = __this->get_m_formatterConverter_13();
bool L_6 = __this->get_bSimpleAssembly_7();
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_7 = ReadObjectInfo_Create_m8B305BBD07591887E8D4EDAA7D307E0453B75381(L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ObjectReader::CreateReadObjectInfo(System.Type,System.String[],System.Type[])
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ObjectReader_CreateReadObjectInfo_m26B06CE67854F58E27E9026B7B0F2EC8D7314AE2 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, Type_t * ___objectType0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___objectType0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___memberNames1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___memberTypes2;
RuntimeObject* L_3 = __this->get_m_surrogates_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_4 = __this->get_m_context_2();
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_5 = __this->get_m_objectManager_3();
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_6 = __this->get_serObjectInfoInit_12();
RuntimeObject* L_7 = __this->get_m_formatterConverter_13();
bool L_8 = __this->get_bSimpleAssembly_7();
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_9 = ReadObjectInfo_Create_m0C3E00984DA750670AD5BC48E7E9C681E783B192(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::Parse(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___pr0;
NullCheck(L_0);
int32_t L_1 = L_0->get_PRparseTypeEnum_1();
V_0 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0073;
}
case 1:
{
goto IL_0043;
}
case 2:
{
goto IL_0053;
}
case 3:
{
goto IL_0063;
}
case 4:
{
goto IL_005b;
}
case 5:
{
goto IL_006b;
}
case 6:
{
goto IL_0073;
}
case 7:
{
goto IL_0073;
}
case 8:
{
goto IL_004b;
}
case 9:
{
goto IL_0092;
}
case 10:
{
goto IL_0092;
}
case 11:
{
goto IL_0092;
}
case 12:
{
goto IL_0092;
}
}
}
{
goto IL_0073;
}
IL_0043:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_3 = ___pr0;
ObjectReader_ParseSerializedStreamHeader_mD64612E53648925847604569FBC70D0ED64619AD(__this, L_3, /*hidden argument*/NULL);
return;
}
IL_004b:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_4 = ___pr0;
ObjectReader_ParseSerializedStreamHeaderEnd_m24D5FA873DB466DB0624FBAEB7A4D4C257029D5C(__this, L_4, /*hidden argument*/NULL);
return;
}
IL_0053:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_5 = ___pr0;
ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746(__this, L_5, /*hidden argument*/NULL);
return;
}
IL_005b:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_6 = ___pr0;
ObjectReader_ParseObjectEnd_mDADF7D34CCEAE3FB322C996340A16F9FEC1FBF9D(__this, L_6, /*hidden argument*/NULL);
return;
}
IL_0063:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = ___pr0;
ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA(__this, L_7, /*hidden argument*/NULL);
return;
}
IL_006b:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = ___pr0;
ObjectReader_ParseMemberEnd_mC66F43524727558ED0B81F981D2C447AAF6CB542(__this, L_8, /*hidden argument*/NULL);
return;
}
IL_0073:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_11 = ___pr0;
NullCheck(L_11);
String_t* L_12 = L_11->get_PRname_7();
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
String_t* L_13 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral4B96E41B05CEA388BE98A86628839E5144ACED38, L_10, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_14 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97_RuntimeMethod_var);
}
IL_0092:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseError(System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___processing0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___onStack1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_4 = ___onStack1;
NullCheck(L_4);
String_t* L_5 = L_4->get_PRname_7();
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_3;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = ___onStack1;
NullCheck(L_8);
int32_t L_9 = L_8->get_PRparseTypeEnum_1();
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(InternalParseTypeE_t53859E04B4CCCAC15695C4008ED656AAAE5D6A3A_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_11);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_7;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_14 = ___processing0;
NullCheck(L_14);
String_t* L_15 = L_14->get_PRname_7();
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_15);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_15);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_13;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_16;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_18 = ___processing0;
NullCheck(L_18);
int32_t L_19 = L_18->get_PRparseTypeEnum_1();
int32_t L_20 = L_19;
RuntimeObject * L_21 = Box(InternalParseTypeE_t53859E04B4CCCAC15695C4008ED656AAAE5D6A3A_il2cpp_TypeInfo_var, &L_20);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_21);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_21);
String_t* L_22 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_17, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_22);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_22);
String_t* L_23 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5C5013B39802FE6B51DA0CE8EB1413052C3B261B, L_1, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_24 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E_RuntimeMethod_var);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseSerializedStreamHeader(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseSerializedStreamHeader_mD64612E53648925847604569FBC70D0ED64619AD (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_stack_14();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_1 = ___pr0;
NullCheck(L_0);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseSerializedStreamHeaderEnd(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseSerializedStreamHeaderEnd_m24D5FA873DB466DB0624FBAEB7A4D4C257029D5C (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_stack_14();
NullCheck(L_0);
SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseObject(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_bFullDeserialization_17();
if (L_0)
{
goto IL_000e;
}
}
{
ObjectReader_InitFullDeserialization_mCBDE19F7FE5F5D51719F948D55F7870F0B88B1F5(__this, /*hidden argument*/NULL);
}
IL_000e:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_1 = ___pr0;
NullCheck(L_1);
int32_t L_2 = L_1->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0023;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_3 = ___pr0;
NullCheck(L_3);
int64_t L_4 = L_3->get_PRobjectId_14();
__this->set_topId_6(L_4);
}
IL_0023:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_5 = ___pr0;
NullCheck(L_5);
int32_t L_6 = L_5->get_PRparseTypeEnum_1();
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
{
goto IL_0038;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_7 = __this->get_stack_14();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = ___pr0;
NullCheck(L_7);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_7, L_8, /*hidden argument*/NULL);
}
IL_0038:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_9 = ___pr0;
NullCheck(L_9);
int32_t L_10 = L_9->get_PRobjectTypeEnum_2();
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
{
goto IL_0049;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_11 = ___pr0;
ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2(__this, L_11, /*hidden argument*/NULL);
return;
}
IL_0049:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_12 = ___pr0;
NullCheck(L_12);
Type_t * L_13 = L_12->get_PRdtType_11();
if (L_13)
{
goto IL_0063;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_14 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_15 = ___pr0;
NullCheck(L_15);
String_t* L_16 = L_15->get_PRkeyDt_10();
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_17 = (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)il2cpp_codegen_object_new(TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var);
TypeLoadExceptionHolder__ctor_m0CEBC76DA756F48F4154F3A51C172C71F4AF777F(L_17, L_16, /*hidden argument*/NULL);
NullCheck(L_14);
L_14->set_PRnewObj_34(L_17);
return;
}
IL_0063:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_18 = ___pr0;
NullCheck(L_18);
Type_t * L_19 = L_18->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_20 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_19) == ((RuntimeObject*)(Type_t *)L_20))))
{
goto IL_00c5;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_21 = ___pr0;
NullCheck(L_21);
String_t* L_22 = L_21->get_PRvalue_8();
if (!L_22)
{
goto IL_00c4;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_23 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_24 = ___pr0;
NullCheck(L_24);
String_t* L_25 = L_24->get_PRvalue_8();
NullCheck(L_23);
L_23->set_PRnewObj_34(L_25);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_26 = ___pr0;
NullCheck(L_26);
int32_t L_27 = L_26->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_27) == ((uint32_t)1))))
{
goto IL_009a;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_28 = ___pr0;
NullCheck(L_28);
RuntimeObject * L_29 = L_28->get_PRnewObj_34();
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_29, /*hidden argument*/NULL);
return;
}
IL_009a:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_30 = __this->get_stack_14();
NullCheck(L_30);
SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_30, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_31 = ___pr0;
NullCheck(L_31);
RuntimeObject * L_32 = L_31->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_33 = ___pr0;
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_34 = __this->get_stack_14();
NullCheck(L_34);
RuntimeObject * L_35 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_34, /*hidden argument*/NULL);
ObjectReader_RegisterObject_m487874D6288B52283AD520C6CE89585507D433EE(__this, L_32, L_33, ((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)CastclassSealed((RuntimeObject*)L_35, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_00c4:
{
return;
}
IL_00c5:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_36 = ___pr0;
NullCheck(L_36);
Type_t * L_37 = L_36->get_PRdtType_11();
ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898(__this, L_37, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_38 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_39 = ___pr0;
NullCheck(L_39);
Type_t * L_40 = L_39->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
RuntimeObject * L_41 = FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D(L_40, /*hidden argument*/NULL);
NullCheck(L_38);
L_38->set_PRnewObj_34(L_41);
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_42 = __this->get_m_objectManager_3();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_43 = ___pr0;
NullCheck(L_43);
RuntimeObject * L_44 = L_43->get_PRnewObj_34();
NullCheck(L_42);
ObjectManager_RaiseOnDeserializingEvent_mC6657622A304FF49362A573E5C7D317CA754B8AC(L_42, L_44, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_45 = ___pr0;
NullCheck(L_45);
RuntimeObject * L_46 = L_45->get_PRnewObj_34();
if (L_46)
{
goto IL_011a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_47 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = L_47;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_49 = ___pr0;
NullCheck(L_49);
Type_t * L_50 = L_49->get_PRdtType_11();
NullCheck(L_48);
ArrayElementTypeCheck (L_48, L_50);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_50);
String_t* L_51 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral4EEFB5B30F9DF87CE6BB80E12AF837CB10EAC54B, L_48, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_52 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_52, L_51, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, NULL, ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746_RuntimeMethod_var);
}
IL_011a:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_53 = ___pr0;
NullCheck(L_53);
int32_t L_54 = L_53->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_54) == ((uint32_t)1))))
{
goto IL_012f;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_55 = ___pr0;
NullCheck(L_55);
RuntimeObject * L_56 = L_55->get_PRnewObj_34();
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_56, /*hidden argument*/NULL);
}
IL_012f:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_57 = ___pr0;
NullCheck(L_57);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_58 = L_57->get_PRobjectInfo_32();
if (L_58)
{
goto IL_016c;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_59 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_60 = ___pr0;
NullCheck(L_60);
Type_t * L_61 = L_60->get_PRdtType_11();
RuntimeObject* L_62 = __this->get_m_surrogates_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_63 = __this->get_m_context_2();
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_64 = __this->get_m_objectManager_3();
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_65 = __this->get_serObjectInfoInit_12();
RuntimeObject* L_66 = __this->get_m_formatterConverter_13();
bool L_67 = __this->get_bSimpleAssembly_7();
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_68 = ReadObjectInfo_Create_m8B305BBD07591887E8D4EDAA7D307E0453B75381(L_61, L_62, L_63, L_64, L_65, L_66, L_67, /*hidden argument*/NULL);
NullCheck(L_59);
L_59->set_PRobjectInfo_32(L_68);
}
IL_016c:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseObjectEnd(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseObjectEnd_mDADF7D34CCEAE3FB322C996340A16F9FEC1FBF9D (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_ParseObjectEnd_mDADF7D34CCEAE3FB322C996340A16F9FEC1FBF9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_0 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_1 = NULL;
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_stack_14();
NullCheck(L_0);
RuntimeObject * L_1 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_0, /*hidden argument*/NULL);
V_0 = ((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)CastclassSealed((RuntimeObject*)L_1, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = V_0;
if (L_2)
{
goto IL_0016;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_3 = ___pr0;
V_0 = L_3;
}
IL_0016:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = L_4->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0045;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_6 = V_0;
NullCheck(L_6);
Type_t * L_7 = L_6->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_8 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_8))))
{
goto IL_0045;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_9 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = L_10->get_PRvalue_8();
NullCheck(L_9);
L_9->set_PRnewObj_34(L_11);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_12 = V_0;
NullCheck(L_12);
RuntimeObject * L_13 = L_12->get_PRnewObj_34();
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_13, /*hidden argument*/NULL);
return;
}
IL_0045:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_14 = __this->get_stack_14();
NullCheck(L_14);
SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_14, /*hidden argument*/NULL);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_15 = __this->get_stack_14();
NullCheck(L_15);
RuntimeObject * L_16 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_15, /*hidden argument*/NULL);
V_1 = ((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)CastclassSealed((RuntimeObject*)L_16, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_17 = V_0;
NullCheck(L_17);
RuntimeObject * L_18 = L_17->get_PRnewObj_34();
if (L_18)
{
goto IL_006b;
}
}
{
return;
}
IL_006b:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = L_19->get_PRobjectTypeEnum_2();
if ((!(((uint32_t)L_20) == ((uint32_t)2))))
{
goto IL_0098;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_21 = V_0;
NullCheck(L_21);
int32_t L_22 = L_21->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_22) == ((uint32_t)1))))
{
goto IL_0089;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_23 = V_0;
NullCheck(L_23);
RuntimeObject * L_24 = L_23->get_PRnewObj_34();
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_24, /*hidden argument*/NULL);
}
IL_0089:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_25 = V_0;
NullCheck(L_25);
RuntimeObject * L_26 = L_25->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_27 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_28 = V_1;
ObjectReader_RegisterObject_m487874D6288B52283AD520C6CE89585507D433EE(__this, L_26, L_27, L_28, /*hidden argument*/NULL);
return;
}
IL_0098:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_29 = V_0;
NullCheck(L_29);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_30 = L_29->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_31 = V_0;
NullCheck(L_31);
RuntimeObject * L_32 = L_31->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_33 = V_0;
NullCheck(L_33);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_33->get_PRmemberData_38();
NullCheck(L_30);
ReadObjectInfo_PopulateObjectMembers_m9EA7CD5BD17F74484977B52C10EB92DA68617494(L_30, L_32, L_34, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_35 = V_0;
NullCheck(L_35);
bool L_36 = L_35->get_PRisRegistered_37();
if (L_36)
{
goto IL_00cf;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_37 = V_0;
NullCheck(L_37);
int64_t L_38 = L_37->get_PRobjectId_14();
if ((((int64_t)L_38) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00cf;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_39 = V_0;
NullCheck(L_39);
RuntimeObject * L_40 = L_39->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_41 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_42 = V_1;
ObjectReader_RegisterObject_m487874D6288B52283AD520C6CE89585507D433EE(__this, L_40, L_41, L_42, /*hidden argument*/NULL);
}
IL_00cf:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_43 = V_0;
NullCheck(L_43);
bool L_44 = L_43->get_PRisValueTypeFixup_33();
if (!L_44)
{
goto IL_00ee;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_45 = ObjectReader_get_ValueFixupStack_mCED15C5E561BD7BF12AC3637C536760BF7E79AF0(__this, /*hidden argument*/NULL);
NullCheck(L_45);
RuntimeObject * L_46 = SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_45, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_47 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_48 = V_1;
NullCheck(((ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA *)CastclassSealed((RuntimeObject*)L_46, ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var)));
ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A(((ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA *)CastclassSealed((RuntimeObject*)L_46, ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var)), L_47, L_48, /*hidden argument*/NULL);
}
IL_00ee:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_49 = V_0;
NullCheck(L_49);
int32_t L_50 = L_49->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_50) == ((uint32_t)1))))
{
goto IL_0103;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_51 = V_0;
NullCheck(L_51);
RuntimeObject * L_52 = L_51->get_PRnewObj_34();
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_52, /*hidden argument*/NULL);
}
IL_0103:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_53 = V_0;
NullCheck(L_53);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_54 = L_53->get_PRobjectInfo_32();
NullCheck(L_54);
ReadObjectInfo_ObjectEnd_mDB3D5E029D2A3E941BD887E633495FE8DCDD5A64(L_54, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseArray(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_0 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___pr0;
NullCheck(L_0);
int32_t L_1 = L_0->get_PRarrayTypeEnum_3();
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
{
goto IL_0085;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = ___pr0;
NullCheck(L_2);
String_t* L_3 = L_2->get_PRvalue_8();
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_002a;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_5 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_6 = ___pr0;
NullCheck(L_6);
String_t* L_7 = L_6->get_PRvalue_8();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_7, /*hidden argument*/NULL);
NullCheck(L_5);
L_5->set_PRnewObj_34((RuntimeObject *)L_8);
goto IL_0036;
}
IL_002a:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_9 = ___pr0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
NullCheck(L_9);
L_9->set_PRnewObj_34((RuntimeObject *)L_10);
}
IL_0036:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_11 = __this->get_stack_14();
NullCheck(L_11);
RuntimeObject * L_12 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_11, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_13 = ___pr0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_12) == ((RuntimeObject*)(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)L_13))))
{
goto IL_0050;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_14 = __this->get_stack_14();
NullCheck(L_14);
SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_14, /*hidden argument*/NULL);
}
IL_0050:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_15 = ___pr0;
NullCheck(L_15);
int32_t L_16 = L_15->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_16) == ((uint32_t)1))))
{
goto IL_0065;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_17 = ___pr0;
NullCheck(L_17);
RuntimeObject * L_18 = L_17->get_PRnewObj_34();
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_18, /*hidden argument*/NULL);
}
IL_0065:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_19 = __this->get_stack_14();
NullCheck(L_19);
RuntimeObject * L_20 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_19, /*hidden argument*/NULL);
V_0 = ((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)CastclassSealed((RuntimeObject*)L_20, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_21 = ___pr0;
NullCheck(L_21);
RuntimeObject * L_22 = L_21->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_23 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_24 = V_0;
ObjectReader_RegisterObject_m487874D6288B52283AD520C6CE89585507D433EE(__this, L_22, L_23, L_24, /*hidden argument*/NULL);
return;
}
IL_0085:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_25 = ___pr0;
NullCheck(L_25);
RuntimeObject * L_26 = L_25->get_PRnewObj_34();
if (!L_26)
{
goto IL_00cf;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_27 = ___pr0;
NullCheck(L_27);
int32_t L_28 = L_27->get_PRarrayElementTypeCode_19();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
bool L_29 = Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D(L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00cf;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_30 = ___pr0;
NullCheck(L_30);
int32_t L_31 = L_30->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_31) == ((uint32_t)1))))
{
goto IL_00af;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_32 = ___pr0;
NullCheck(L_32);
RuntimeObject * L_33 = L_32->get_PRnewObj_34();
ObjectReader_set_TopObject_m37FCC44E7D8FDB46E6E804E107C16F66F6A8C9A9(__this, L_33, /*hidden argument*/NULL);
}
IL_00af:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_34 = __this->get_stack_14();
NullCheck(L_34);
RuntimeObject * L_35 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_34, /*hidden argument*/NULL);
V_1 = ((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)CastclassSealed((RuntimeObject*)L_35, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_36 = ___pr0;
NullCheck(L_36);
RuntimeObject * L_37 = L_36->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_38 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_39 = V_1;
ObjectReader_RegisterObject_m487874D6288B52283AD520C6CE89585507D433EE(__this, L_37, L_38, L_39, /*hidden argument*/NULL);
return;
}
IL_00cf:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_40 = ___pr0;
NullCheck(L_40);
int32_t L_41 = L_40->get_PRarrayTypeEnum_3();
if ((((int32_t)L_41) == ((int32_t)2)))
{
goto IL_00e4;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_42 = ___pr0;
NullCheck(L_42);
int32_t L_43 = L_42->get_PRarrayTypeEnum_3();
if ((!(((uint32_t)L_43) == ((uint32_t)1))))
{
goto IL_024e;
}
}
IL_00e4:
{
V_2 = (bool)1;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_44 = ___pr0;
NullCheck(L_44);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_45 = L_44->get_PRlowerBoundA_23();
if (!L_45)
{
goto IL_00fb;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_46 = ___pr0;
NullCheck(L_46);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_47 = L_46->get_PRlowerBoundA_23();
NullCheck(L_47);
int32_t L_48 = 0;
int32_t L_49 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
if (L_49)
{
goto IL_018e;
}
}
IL_00fb:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_50 = ___pr0;
NullCheck(L_50);
Type_t * L_51 = L_50->get_PRarrayElementType_17();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_52 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_51) == ((RuntimeObject*)(Type_t *)L_52))))
{
goto IL_012b;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_53 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_54 = ___pr0;
NullCheck(L_54);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_55 = L_54->get_PRlengthA_21();
NullCheck(L_55);
int32_t L_56 = 0;
int32_t L_57 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_58 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_57);
NullCheck(L_53);
L_53->set_PRobjectA_35((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_58);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_59 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_60 = ___pr0;
NullCheck(L_60);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_61 = L_60->get_PRobjectA_35();
NullCheck(L_59);
L_59->set_PRnewObj_34((RuntimeObject *)L_61);
V_2 = (bool)0;
goto IL_0185;
}
IL_012b:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_62 = ___pr0;
NullCheck(L_62);
Type_t * L_63 = L_62->get_PRarrayElementType_17();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_64 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((!(((RuntimeObject*)(Type_t *)L_63) == ((RuntimeObject*)(Type_t *)L_64))))
{
goto IL_015b;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_65 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_66 = ___pr0;
NullCheck(L_66);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_67 = L_66->get_PRlengthA_21();
NullCheck(L_67);
int32_t L_68 = 0;
int32_t L_69 = (L_67)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_70 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_69);
NullCheck(L_65);
L_65->set_PRobjectA_35(L_70);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_71 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_72 = ___pr0;
NullCheck(L_72);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_73 = L_72->get_PRobjectA_35();
NullCheck(L_71);
L_71->set_PRnewObj_34((RuntimeObject *)L_73);
V_2 = (bool)0;
goto IL_0185;
}
IL_015b:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_74 = ___pr0;
NullCheck(L_74);
Type_t * L_75 = L_74->get_PRarrayElementType_17();
if (!L_75)
{
goto IL_0185;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_76 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_77 = ___pr0;
NullCheck(L_77);
Type_t * L_78 = L_77->get_PRarrayElementType_17();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_79 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_80 = L_79;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_81 = ___pr0;
NullCheck(L_81);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_82 = L_81->get_PRlengthA_21();
NullCheck(L_82);
int32_t L_83 = 0;
int32_t L_84 = (L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_84);
RuntimeArray * L_85 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(L_78, L_80, /*hidden argument*/NULL);
NullCheck(L_76);
L_76->set_PRnewObj_34(L_85);
}
IL_0185:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_86 = ___pr0;
NullCheck(L_86);
L_86->set_PRisLowerBound_29((bool)0);
goto IL_01ba;
}
IL_018e:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_87 = ___pr0;
NullCheck(L_87);
Type_t * L_88 = L_87->get_PRarrayElementType_17();
if (!L_88)
{
goto IL_01b3;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_89 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_90 = ___pr0;
NullCheck(L_90);
Type_t * L_91 = L_90->get_PRarrayElementType_17();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_92 = ___pr0;
NullCheck(L_92);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_93 = L_92->get_PRlengthA_21();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_94 = ___pr0;
NullCheck(L_94);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_95 = L_94->get_PRlowerBoundA_23();
RuntimeArray * L_96 = Array_UnsafeCreateInstance_m3524CE53B16324730C94C54940BB63A5CF67BD53(L_91, L_93, L_95, /*hidden argument*/NULL);
NullCheck(L_89);
L_89->set_PRnewObj_34(L_96);
}
IL_01b3:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_97 = ___pr0;
NullCheck(L_97);
L_97->set_PRisLowerBound_29((bool)1);
}
IL_01ba:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_98 = ___pr0;
NullCheck(L_98);
int32_t L_99 = L_98->get_PRarrayTypeEnum_3();
if ((!(((uint32_t)L_99) == ((uint32_t)1))))
{
goto IL_0227;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_100 = ___pr0;
NullCheck(L_100);
bool L_101 = L_100->get_PRisLowerBound_29();
if (L_101)
{
goto IL_01f6;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_102 = ___pr0;
NullCheck(L_102);
int32_t L_103 = L_102->get_PRarrayElementTypeCode_19();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
bool L_104 = Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D(L_103, /*hidden argument*/NULL);
if (!L_104)
{
goto IL_01f6;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_105 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_106 = ___pr0;
NullCheck(L_106);
int32_t L_107 = L_106->get_PRarrayElementTypeCode_19();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_108 = ___pr0;
NullCheck(L_108);
RuntimeObject * L_109 = L_108->get_PRnewObj_34();
PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * L_110 = (PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 *)il2cpp_codegen_object_new(PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4_il2cpp_TypeInfo_var);
PrimitiveArray__ctor_m20243BD5BBDABAD6939022C89CE1ED6F90C8DCCA(L_110, L_107, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_109, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(L_105);
L_105->set_PRprimitiveArray_36(L_110);
goto IL_0227;
}
IL_01f6:
{
bool L_111 = V_2;
if (!L_111)
{
goto IL_0227;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_112 = ___pr0;
NullCheck(L_112);
Type_t * L_113 = L_112->get_PRarrayElementType_17();
if (!L_113)
{
goto IL_0227;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_114 = ___pr0;
NullCheck(L_114);
Type_t * L_115 = L_114->get_PRarrayElementType_17();
NullCheck(L_115);
bool L_116 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_115, /*hidden argument*/NULL);
if (L_116)
{
goto IL_0227;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_117 = ___pr0;
NullCheck(L_117);
bool L_118 = L_117->get_PRisLowerBound_29();
if (L_118)
{
goto IL_0227;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_119 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_120 = ___pr0;
NullCheck(L_120);
RuntimeObject * L_121 = L_120->get_PRnewObj_34();
NullCheck(L_119);
L_119->set_PRobjectA_35(((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_121, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)));
}
IL_0227:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_122 = ___pr0;
NullCheck(L_122);
int32_t L_123 = L_122->get_PRobjectPositionEnum_6();
if ((!(((uint32_t)L_123) == ((uint32_t)3))))
{
goto IL_0241;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_124 = ___pr0;
NullCheck(L_124);
RuntimeObject * L_125 = L_124->get_PRnewObj_34();
__this->set_headers_10(((HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC*)Castclass((RuntimeObject*)L_125, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC_il2cpp_TypeInfo_var)));
}
IL_0241:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_126 = ___pr0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_127 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
NullCheck(L_126);
L_126->set_PRindexMap_25(L_127);
return;
}
IL_024e:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_128 = ___pr0;
NullCheck(L_128);
int32_t L_129 = L_128->get_PRarrayTypeEnum_3();
if ((!(((uint32_t)L_129) == ((uint32_t)3))))
{
goto IL_0323;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_130 = ___pr0;
NullCheck(L_130);
L_130->set_PRisLowerBound_29((bool)0);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_131 = ___pr0;
NullCheck(L_131);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_132 = L_131->get_PRlowerBoundA_23();
if (!L_132)
{
goto IL_0290;
}
}
{
V_4 = 0;
goto IL_0286;
}
IL_026e:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_133 = ___pr0;
NullCheck(L_133);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_134 = L_133->get_PRlowerBoundA_23();
int32_t L_135 = V_4;
NullCheck(L_134);
int32_t L_136 = L_135;
int32_t L_137 = (L_134)->GetAt(static_cast<il2cpp_array_size_t>(L_136));
if (!L_137)
{
goto IL_0280;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_138 = ___pr0;
NullCheck(L_138);
L_138->set_PRisLowerBound_29((bool)1);
}
IL_0280:
{
int32_t L_139 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1));
}
IL_0286:
{
int32_t L_140 = V_4;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_141 = ___pr0;
NullCheck(L_141);
int32_t L_142 = L_141->get_PRrank_20();
if ((((int32_t)L_140) < ((int32_t)L_142)))
{
goto IL_026e;
}
}
IL_0290:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_143 = ___pr0;
NullCheck(L_143);
Type_t * L_144 = L_143->get_PRarrayElementType_17();
if (!L_144)
{
goto IL_02d6;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_145 = ___pr0;
NullCheck(L_145);
bool L_146 = L_145->get_PRisLowerBound_29();
if (L_146)
{
goto IL_02b9;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_147 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_148 = ___pr0;
NullCheck(L_148);
Type_t * L_149 = L_148->get_PRarrayElementType_17();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_150 = ___pr0;
NullCheck(L_150);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_151 = L_150->get_PRlengthA_21();
RuntimeArray * L_152 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(L_149, L_151, /*hidden argument*/NULL);
NullCheck(L_147);
L_147->set_PRnewObj_34(L_152);
goto IL_02d6;
}
IL_02b9:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_153 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_154 = ___pr0;
NullCheck(L_154);
Type_t * L_155 = L_154->get_PRarrayElementType_17();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_156 = ___pr0;
NullCheck(L_156);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_157 = L_156->get_PRlengthA_21();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_158 = ___pr0;
NullCheck(L_158);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_159 = L_158->get_PRlowerBoundA_23();
RuntimeArray * L_160 = Array_UnsafeCreateInstance_m3524CE53B16324730C94C54940BB63A5CF67BD53(L_155, L_157, L_159, /*hidden argument*/NULL);
NullCheck(L_153);
L_153->set_PRnewObj_34(L_160);
}
IL_02d6:
{
V_3 = 1;
V_5 = 0;
goto IL_02ef;
}
IL_02dd:
{
int32_t L_161 = V_3;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_162 = ___pr0;
NullCheck(L_162);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_163 = L_162->get_PRlengthA_21();
int32_t L_164 = V_5;
NullCheck(L_163);
int32_t L_165 = L_164;
int32_t L_166 = (L_163)->GetAt(static_cast<il2cpp_array_size_t>(L_165));
V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_161, (int32_t)L_166));
int32_t L_167 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1));
}
IL_02ef:
{
int32_t L_168 = V_5;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_169 = ___pr0;
NullCheck(L_169);
int32_t L_170 = L_169->get_PRrank_20();
if ((((int32_t)L_168) < ((int32_t)L_170)))
{
goto IL_02dd;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_171 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_172 = ___pr0;
NullCheck(L_172);
int32_t L_173 = L_172->get_PRrank_20();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_174 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_173);
NullCheck(L_171);
L_171->set_PRindexMap_25(L_174);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_175 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_176 = ___pr0;
NullCheck(L_176);
int32_t L_177 = L_176->get_PRrank_20();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_178 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_177);
NullCheck(L_175);
L_175->set_PRrectangularMap_28(L_178);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_179 = ___pr0;
int32_t L_180 = V_3;
NullCheck(L_179);
L_179->set_PRlinearlength_27(L_180);
return;
}
IL_0323:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_181 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_182 = L_181;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_183 = ___pr0;
NullCheck(L_183);
int32_t L_184 = L_183->get_PRarrayTypeEnum_3();
int32_t L_185 = L_184;
RuntimeObject * L_186 = Box(InternalArrayTypeE_tE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_il2cpp_TypeInfo_var, &L_185);
NullCheck(L_182);
ArrayElementTypeCheck (L_182, L_186);
(L_182)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_186);
String_t* L_187 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral9F29A73C702265A76F99D1412DEAF60DE5AAD3A4, L_182, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_188 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_188, L_187, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_188, NULL, ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2_RuntimeMethod_var);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::NextRectangleMap(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_NextRectangleMap_m7CDD0EE4B063B8049A5543150906E15EF3230DB4 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___pr0;
NullCheck(L_0);
int32_t L_1 = L_0->get_PRrank_20();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
goto IL_0073;
}
IL_000b:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = ___pr0;
NullCheck(L_2);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = L_2->get_PRrectangularMap_28();
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
int32_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = ___pr0;
NullCheck(L_7);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = L_7->get_PRlengthA_21();
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
if ((((int32_t)L_6) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)))))
{
goto IL_006f;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_12 = ___pr0;
NullCheck(L_12);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = L_12->get_PRrectangularMap_28();
int32_t L_14 = V_0;
NullCheck(L_13);
int32_t* L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)));
int32_t L_16 = *((int32_t*)L_15);
*((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
int32_t L_17 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_18 = ___pr0;
NullCheck(L_18);
int32_t L_19 = L_18->get_PRrank_20();
if ((((int32_t)L_17) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)))))
{
goto IL_0057;
}
}
{
int32_t L_20 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
goto IL_004e;
}
IL_0041:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_21 = ___pr0;
NullCheck(L_21);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = L_21->get_PRrectangularMap_28();
int32_t L_23 = V_1;
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (int32_t)0);
int32_t L_24 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_004e:
{
int32_t L_25 = V_1;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_26 = ___pr0;
NullCheck(L_26);
int32_t L_27 = L_26->get_PRrank_20();
if ((((int32_t)L_25) < ((int32_t)L_27)))
{
goto IL_0041;
}
}
IL_0057:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_28 = ___pr0;
NullCheck(L_28);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = L_28->get_PRrectangularMap_28();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_30 = ___pr0;
NullCheck(L_30);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = L_30->get_PRindexMap_25();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_32 = ___pr0;
NullCheck(L_32);
int32_t L_33 = L_32->get_PRrank_20();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_29, (RuntimeArray *)(RuntimeArray *)L_31, L_33, /*hidden argument*/NULL);
return;
}
IL_006f:
{
int32_t L_34 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1));
}
IL_0073:
{
int32_t L_35 = V_0;
if ((((int32_t)L_35) > ((int32_t)(-1))))
{
goto IL_000b;
}
}
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseArrayMember(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_0 = NULL;
int32_t V_1 = 0;
RuntimeObject * V_2 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_3 = NULL;
RuntimeObject * V_4 = NULL;
RuntimeObject * V_5 = NULL;
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_stack_14();
NullCheck(L_0);
RuntimeObject * L_1 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_0, /*hidden argument*/NULL);
V_0 = ((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)CastclassSealed((RuntimeObject*)L_1, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = L_2->get_PRarrayTypeEnum_3();
if ((!(((uint32_t)L_3) == ((uint32_t)3))))
{
goto IL_005e;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = L_4->get_PRmemberIndex_26();
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_002a;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_6 = V_0;
ObjectReader_NextRectangleMap_m7CDD0EE4B063B8049A5543150906E15EF3230DB4(__this, L_6, /*hidden argument*/NULL);
}
IL_002a:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = V_0;
NullCheck(L_7);
bool L_8 = L_7->get_PRisLowerBound_29();
if (!L_8)
{
goto IL_008d;
}
}
{
V_1 = 0;
goto IL_0053;
}
IL_0036:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_9 = V_0;
NullCheck(L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = L_9->get_PRindexMap_25();
int32_t L_11 = V_1;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_12 = V_0;
NullCheck(L_12);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = L_12->get_PRrectangularMap_28();
int32_t L_14 = V_1;
NullCheck(L_13);
int32_t L_15 = L_14;
int32_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_17 = V_0;
NullCheck(L_17);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = L_17->get_PRlowerBoundA_23();
int32_t L_19 = V_1;
NullCheck(L_18);
int32_t L_20 = L_19;
int32_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_21)));
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0053:
{
int32_t L_23 = V_1;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_24 = V_0;
NullCheck(L_24);
int32_t L_25 = L_24->get_PRrank_20();
if ((((int32_t)L_23) < ((int32_t)L_25)))
{
goto IL_0036;
}
}
{
goto IL_008d;
}
IL_005e:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_26 = V_0;
NullCheck(L_26);
bool L_27 = L_26->get_PRisLowerBound_29();
if (L_27)
{
goto IL_0076;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_28 = V_0;
NullCheck(L_28);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = L_28->get_PRindexMap_25();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_30 = V_0;
NullCheck(L_30);
int32_t L_31 = L_30->get_PRmemberIndex_26();
NullCheck(L_29);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_31);
goto IL_008d;
}
IL_0076:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_32 = V_0;
NullCheck(L_32);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = L_32->get_PRindexMap_25();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_34 = V_0;
NullCheck(L_34);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = L_34->get_PRlowerBoundA_23();
NullCheck(L_35);
int32_t L_36 = 0;
int32_t L_37 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_38 = V_0;
NullCheck(L_38);
int32_t L_39 = L_38->get_PRmemberIndex_26();
NullCheck(L_33);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_39)));
}
IL_008d:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_40 = ___pr0;
NullCheck(L_40);
int32_t L_41 = L_40->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_41) == ((uint32_t)3))))
{
goto IL_0124;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_42 = __this->get_m_objectManager_3();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_43 = ___pr0;
NullCheck(L_43);
int64_t L_44 = L_43->get_PRidRef_15();
NullCheck(L_42);
RuntimeObject * L_45 = VirtFuncInvoker1< RuntimeObject *, int64_t >::Invoke(4 /* System.Object System.Runtime.Serialization.ObjectManager::GetObject(System.Int64) */, L_42, L_44);
V_2 = L_45;
RuntimeObject * L_46 = V_2;
if (L_46)
{
goto IL_00eb;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_47 = V_0;
NullCheck(L_47);
int32_t L_48 = L_47->get_PRrank_20();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_49 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_48);
V_3 = L_49;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_50 = V_0;
NullCheck(L_50);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_51 = L_50->get_PRindexMap_25();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_52 = V_3;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_53 = V_0;
NullCheck(L_53);
int32_t L_54 = L_53->get_PRrank_20();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_51, 0, (RuntimeArray *)(RuntimeArray *)L_52, 0, L_54, /*hidden argument*/NULL);
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_55 = __this->get_m_objectManager_3();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_56 = V_0;
NullCheck(L_56);
int64_t L_57 = L_56->get_PRobjectId_14();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_58 = V_3;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_59 = ___pr0;
NullCheck(L_59);
int64_t L_60 = L_59->get_PRidRef_15();
NullCheck(L_55);
VirtActionInvoker3< int64_t, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*, int64_t >::Invoke(8 /* System.Void System.Runtime.Serialization.ObjectManager::RecordArrayElementFixup(System.Int64,System.Int32[],System.Int64) */, L_55, L_57, L_58, L_60);
goto IL_03d6;
}
IL_00eb:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_61 = V_0;
NullCheck(L_61);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = L_61->get_PRobjectA_35();
if (!L_62)
{
goto IL_0108;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_63 = V_0;
NullCheck(L_63);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_64 = L_63->get_PRobjectA_35();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_65 = V_0;
NullCheck(L_65);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_66 = L_65->get_PRindexMap_25();
NullCheck(L_66);
int32_t L_67 = 0;
int32_t L_68 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
RuntimeObject * L_69 = V_2;
NullCheck(L_64);
ArrayElementTypeCheck (L_64, L_69);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(L_68), (RuntimeObject *)L_69);
goto IL_03d6;
}
IL_0108:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_70 = V_0;
NullCheck(L_70);
RuntimeObject * L_71 = L_70->get_PRnewObj_34();
RuntimeObject * L_72 = V_2;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_73 = V_0;
NullCheck(L_73);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_74 = L_73->get_PRindexMap_25();
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_71, RuntimeArray_il2cpp_TypeInfo_var)));
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(((RuntimeArray *)CastclassClass((RuntimeObject*)L_71, RuntimeArray_il2cpp_TypeInfo_var)), L_72, L_74, /*hidden argument*/NULL);
goto IL_03d6;
}
IL_0124:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_75 = ___pr0;
NullCheck(L_75);
int32_t L_76 = L_75->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_76) == ((uint32_t)2))))
{
goto IL_01e7;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_77 = ___pr0;
NullCheck(L_77);
Type_t * L_78 = L_77->get_PRdtType_11();
if (L_78)
{
goto IL_0144;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_79 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_80 = V_0;
NullCheck(L_80);
Type_t * L_81 = L_80->get_PRarrayElementType_17();
NullCheck(L_79);
L_79->set_PRdtType_11(L_81);
}
IL_0144:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_82 = ___pr0;
ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746(__this, L_82, /*hidden argument*/NULL);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_83 = __this->get_stack_14();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_84 = ___pr0;
NullCheck(L_83);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_83, L_84, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_85 = V_0;
NullCheck(L_85);
Type_t * L_86 = L_85->get_PRarrayElementType_17();
if (!L_86)
{
goto IL_03d6;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_87 = V_0;
NullCheck(L_87);
Type_t * L_88 = L_87->get_PRarrayElementType_17();
NullCheck(L_88);
bool L_89 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_88, /*hidden argument*/NULL);
if (!L_89)
{
goto IL_01a4;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_90 = ___pr0;
NullCheck(L_90);
int32_t L_91 = L_90->get_PRarrayElementTypeCode_19();
if (L_91)
{
goto IL_01a4;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_92 = ___pr0;
NullCheck(L_92);
L_92->set_PRisValueTypeFixup_33((bool)1);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_93 = ObjectReader_get_ValueFixupStack_mCED15C5E561BD7BF12AC3637C536760BF7E79AF0(__this, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_94 = V_0;
NullCheck(L_94);
RuntimeObject * L_95 = L_94->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_96 = V_0;
NullCheck(L_96);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_97 = L_96->get_PRindexMap_25();
ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA * L_98 = (ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA *)il2cpp_codegen_object_new(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var);
ValueFixup__ctor_m6C6C26156FEB5B3B7B640833D6E882A34EC315F2(L_98, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_95, RuntimeArray_il2cpp_TypeInfo_var)), L_97, /*hidden argument*/NULL);
NullCheck(L_93);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_93, L_98, /*hidden argument*/NULL);
goto IL_03d6;
}
IL_01a4:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_99 = V_0;
NullCheck(L_99);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_100 = L_99->get_PRobjectA_35();
if (!L_100)
{
goto IL_01c6;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_101 = V_0;
NullCheck(L_101);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_102 = L_101->get_PRobjectA_35();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_103 = V_0;
NullCheck(L_103);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_104 = L_103->get_PRindexMap_25();
NullCheck(L_104);
int32_t L_105 = 0;
int32_t L_106 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_105));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_107 = ___pr0;
NullCheck(L_107);
RuntimeObject * L_108 = L_107->get_PRnewObj_34();
NullCheck(L_102);
ArrayElementTypeCheck (L_102, L_108);
(L_102)->SetAt(static_cast<il2cpp_array_size_t>(L_106), (RuntimeObject *)L_108);
goto IL_03d6;
}
IL_01c6:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_109 = V_0;
NullCheck(L_109);
RuntimeObject * L_110 = L_109->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_111 = ___pr0;
NullCheck(L_111);
RuntimeObject * L_112 = L_111->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_113 = V_0;
NullCheck(L_113);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_114 = L_113->get_PRindexMap_25();
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_110, RuntimeArray_il2cpp_TypeInfo_var)));
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(((RuntimeArray *)CastclassClass((RuntimeObject*)L_110, RuntimeArray_il2cpp_TypeInfo_var)), L_112, L_114, /*hidden argument*/NULL);
goto IL_03d6;
}
IL_01e7:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_115 = ___pr0;
NullCheck(L_115);
int32_t L_116 = L_115->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_116) == ((uint32_t)1))))
{
goto IL_03ae;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_117 = V_0;
NullCheck(L_117);
Type_t * L_118 = L_117->get_PRarrayElementType_17();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_119 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((((RuntimeObject*)(Type_t *)L_118) == ((RuntimeObject*)(Type_t *)L_119)))
{
goto IL_020d;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_120 = ___pr0;
NullCheck(L_120);
Type_t * L_121 = L_120->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_122 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_121) == ((RuntimeObject*)(Type_t *)L_122))))
{
goto IL_0258;
}
}
IL_020d:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_123 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_124 = V_0;
ObjectReader_ParseString_m698B285C638B74849CD26B4F8481CAFD1B401AF1(__this, L_123, L_124, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_125 = V_0;
NullCheck(L_125);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_126 = L_125->get_PRobjectA_35();
if (!L_126)
{
goto IL_0237;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_127 = V_0;
NullCheck(L_127);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_128 = L_127->get_PRobjectA_35();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_129 = V_0;
NullCheck(L_129);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_130 = L_129->get_PRindexMap_25();
NullCheck(L_130);
int32_t L_131 = 0;
int32_t L_132 = (L_130)->GetAt(static_cast<il2cpp_array_size_t>(L_131));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_133 = ___pr0;
NullCheck(L_133);
String_t* L_134 = L_133->get_PRvalue_8();
NullCheck(L_128);
ArrayElementTypeCheck (L_128, L_134);
(L_128)->SetAt(static_cast<il2cpp_array_size_t>(L_132), (RuntimeObject *)L_134);
goto IL_03d6;
}
IL_0237:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_135 = V_0;
NullCheck(L_135);
RuntimeObject * L_136 = L_135->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_137 = ___pr0;
NullCheck(L_137);
String_t* L_138 = L_137->get_PRvalue_8();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_139 = V_0;
NullCheck(L_139);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_140 = L_139->get_PRindexMap_25();
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_136, RuntimeArray_il2cpp_TypeInfo_var)));
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(((RuntimeArray *)CastclassClass((RuntimeObject*)L_136, RuntimeArray_il2cpp_TypeInfo_var)), L_138, L_140, /*hidden argument*/NULL);
goto IL_03d6;
}
IL_0258:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_141 = V_0;
NullCheck(L_141);
bool L_142 = L_141->get_PRisArrayVariant_18();
if (!L_142)
{
goto IL_032b;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_143 = ___pr0;
NullCheck(L_143);
String_t* L_144 = L_143->get_PRkeyDt_10();
if (L_144)
{
goto IL_027b;
}
}
{
String_t* L_145 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF845AB2F6F76DC8900DBAAFCEF150271DBAA52BA, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_146 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_146, L_145, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_146, NULL, ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569_RuntimeMethod_var);
}
IL_027b:
{
V_4 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_147 = ___pr0;
NullCheck(L_147);
Type_t * L_148 = L_147->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_149 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_148) == ((RuntimeObject*)(Type_t *)L_149))))
{
goto IL_029d;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_150 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_151 = V_0;
ObjectReader_ParseString_m698B285C638B74849CD26B4F8481CAFD1B401AF1(__this, L_150, L_151, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_152 = ___pr0;
NullCheck(L_152);
String_t* L_153 = L_152->get_PRvalue_8();
V_4 = L_153;
goto IL_02f0;
}
IL_029d:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_154 = ___pr0;
NullCheck(L_154);
int32_t L_155 = L_154->get_PRdtTypeCode_12();
int32_t L_156 = L_155;
RuntimeObject * L_157 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_156);
int32_t L_158 = ((int32_t)0);
RuntimeObject * L_159 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_158);
if ((!(((RuntimeObject*)(RuntimeObject *)L_157) == ((RuntimeObject*)(RuntimeObject *)L_159))))
{
goto IL_02cb;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_160 = ___pr0;
NullCheck(L_160);
Type_t * L_161 = L_160->get_PRdtType_11();
ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898(__this, L_161, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_162 = ___pr0;
NullCheck(L_162);
Type_t * L_163 = L_162->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
RuntimeObject * L_164 = FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D(L_163, /*hidden argument*/NULL);
V_4 = L_164;
goto IL_02f0;
}
IL_02cb:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_165 = ___pr0;
NullCheck(L_165);
RuntimeObject * L_166 = L_165->get_PRvarValue_9();
if (!L_166)
{
goto IL_02dd;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_167 = ___pr0;
NullCheck(L_167);
RuntimeObject * L_168 = L_167->get_PRvarValue_9();
V_4 = L_168;
goto IL_02f0;
}
IL_02dd:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_169 = ___pr0;
NullCheck(L_169);
String_t* L_170 = L_169->get_PRvalue_8();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_171 = ___pr0;
NullCheck(L_171);
int32_t L_172 = L_171->get_PRdtTypeCode_12();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
RuntimeObject * L_173 = Converter_FromString_m71F8A217C021B2E1254B6D3A2DBDD6220D1E1C8A(L_170, L_172, /*hidden argument*/NULL);
V_4 = L_173;
}
IL_02f0:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_174 = V_0;
NullCheck(L_174);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_175 = L_174->get_PRobjectA_35();
if (!L_175)
{
goto IL_030e;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_176 = V_0;
NullCheck(L_176);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_177 = L_176->get_PRobjectA_35();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_178 = V_0;
NullCheck(L_178);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_179 = L_178->get_PRindexMap_25();
NullCheck(L_179);
int32_t L_180 = 0;
int32_t L_181 = (L_179)->GetAt(static_cast<il2cpp_array_size_t>(L_180));
RuntimeObject * L_182 = V_4;
NullCheck(L_177);
ArrayElementTypeCheck (L_177, L_182);
(L_177)->SetAt(static_cast<il2cpp_array_size_t>(L_181), (RuntimeObject *)L_182);
goto IL_03d6;
}
IL_030e:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_183 = V_0;
NullCheck(L_183);
RuntimeObject * L_184 = L_183->get_PRnewObj_34();
RuntimeObject * L_185 = V_4;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_186 = V_0;
NullCheck(L_186);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_187 = L_186->get_PRindexMap_25();
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_184, RuntimeArray_il2cpp_TypeInfo_var)));
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(((RuntimeArray *)CastclassClass((RuntimeObject*)L_184, RuntimeArray_il2cpp_TypeInfo_var)), L_185, L_187, /*hidden argument*/NULL);
goto IL_03d6;
}
IL_032b:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_188 = V_0;
NullCheck(L_188);
PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * L_189 = L_188->get_PRprimitiveArray_36();
if (!L_189)
{
goto IL_0351;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_190 = V_0;
NullCheck(L_190);
PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * L_191 = L_190->get_PRprimitiveArray_36();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_192 = ___pr0;
NullCheck(L_192);
String_t* L_193 = L_192->get_PRvalue_8();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_194 = V_0;
NullCheck(L_194);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_195 = L_194->get_PRindexMap_25();
NullCheck(L_195);
int32_t L_196 = 0;
int32_t L_197 = (L_195)->GetAt(static_cast<il2cpp_array_size_t>(L_196));
NullCheck(L_191);
PrimitiveArray_SetValue_mF2D7B1D18196B975D62670A7B2804879D25EDB4B(L_191, L_193, L_197, /*hidden argument*/NULL);
goto IL_03d6;
}
IL_0351:
{
V_5 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_198 = ___pr0;
NullCheck(L_198);
RuntimeObject * L_199 = L_198->get_PRvarValue_9();
if (!L_199)
{
goto IL_0366;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_200 = ___pr0;
NullCheck(L_200);
RuntimeObject * L_201 = L_200->get_PRvarValue_9();
V_5 = L_201;
goto IL_0379;
}
IL_0366:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_202 = ___pr0;
NullCheck(L_202);
String_t* L_203 = L_202->get_PRvalue_8();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_204 = V_0;
NullCheck(L_204);
int32_t L_205 = L_204->get_PRarrayElementTypeCode_19();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
RuntimeObject * L_206 = Converter_FromString_m71F8A217C021B2E1254B6D3A2DBDD6220D1E1C8A(L_203, L_205, /*hidden argument*/NULL);
V_5 = L_206;
}
IL_0379:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_207 = V_0;
NullCheck(L_207);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_208 = L_207->get_PRobjectA_35();
if (!L_208)
{
goto IL_0394;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_209 = V_0;
NullCheck(L_209);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_210 = L_209->get_PRobjectA_35();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_211 = V_0;
NullCheck(L_211);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_212 = L_211->get_PRindexMap_25();
NullCheck(L_212);
int32_t L_213 = 0;
int32_t L_214 = (L_212)->GetAt(static_cast<il2cpp_array_size_t>(L_213));
RuntimeObject * L_215 = V_5;
NullCheck(L_210);
ArrayElementTypeCheck (L_210, L_215);
(L_210)->SetAt(static_cast<il2cpp_array_size_t>(L_214), (RuntimeObject *)L_215);
goto IL_03d6;
}
IL_0394:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_216 = V_0;
NullCheck(L_216);
RuntimeObject * L_217 = L_216->get_PRnewObj_34();
RuntimeObject * L_218 = V_5;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_219 = V_0;
NullCheck(L_219);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_220 = L_219->get_PRindexMap_25();
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_217, RuntimeArray_il2cpp_TypeInfo_var)));
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(((RuntimeArray *)CastclassClass((RuntimeObject*)L_217, RuntimeArray_il2cpp_TypeInfo_var)), L_218, L_220, /*hidden argument*/NULL);
goto IL_03d6;
}
IL_03ae:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_221 = ___pr0;
NullCheck(L_221);
int32_t L_222 = L_221->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_222) == ((uint32_t)4))))
{
goto IL_03ce;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_223 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_224 = L_223;
NullCheck(L_224);
int32_t L_225 = L_224->get_PRmemberIndex_26();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_226 = ___pr0;
NullCheck(L_226);
int32_t L_227 = L_226->get_PRnullCount_40();
NullCheck(L_224);
L_224->set_PRmemberIndex_26(((int32_t)il2cpp_codegen_add((int32_t)L_225, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_227, (int32_t)1)))));
goto IL_03d6;
}
IL_03ce:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_228 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_229 = V_0;
ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E(__this, L_228, L_229, /*hidden argument*/NULL);
}
IL_03d6:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_230 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_231 = L_230;
NullCheck(L_231);
int32_t L_232 = L_231->get_PRmemberIndex_26();
NullCheck(L_231);
L_231->set_PRmemberIndex_26(((int32_t)il2cpp_codegen_add((int32_t)L_232, (int32_t)1)));
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseArrayMemberEnd(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseArrayMemberEnd_m34CB41C85616B95DA8AD7DB61C44B6D0A7D2B37F (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___pr0;
NullCheck(L_0);
int32_t L_1 = L_0->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_0010;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = ___pr0;
ObjectReader_ParseObjectEnd_mDADF7D34CCEAE3FB322C996340A16F9FEC1FBF9D(__this, L_2, /*hidden argument*/NULL);
}
IL_0010:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseMember(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_0 = NULL;
int32_t V_1 = 0;
RuntimeObject * V_2 = NULL;
RuntimeObject * V_3 = NULL;
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_stack_14();
NullCheck(L_0);
RuntimeObject * L_1 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_0, /*hidden argument*/NULL);
V_0 = ((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)CastclassSealed((RuntimeObject*)L_1, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = ___pr0;
NullCheck(L_2);
int32_t L_3 = L_2->get_PRmemberTypeEnum_4();
V_1 = L_3;
int32_t L_4 = V_1;
if ((((int32_t)L_4) == ((int32_t)2)))
{
goto IL_0028;
}
}
{
int32_t L_5 = V_1;
if ((!(((uint32_t)L_5) == ((uint32_t)3))))
{
goto IL_0028;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_6 = ___pr0;
ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569(__this, L_6, /*hidden argument*/NULL);
return;
}
IL_0028:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = ___pr0;
NullCheck(L_7);
Type_t * L_8 = L_7->get_PRdtType_11();
if (L_8)
{
goto IL_006d;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_9 = V_0;
NullCheck(L_9);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_10 = L_9->get_PRobjectInfo_32();
NullCheck(L_10);
bool L_11 = L_10->get_isTyped_7();
if (!L_11)
{
goto IL_006d;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_12 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_13 = V_0;
NullCheck(L_13);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_14 = L_13->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_15 = ___pr0;
NullCheck(L_15);
String_t* L_16 = L_15->get_PRname_7();
NullCheck(L_14);
Type_t * L_17 = ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A(L_14, L_16, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_PRdtType_11(L_17);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_18 = ___pr0;
NullCheck(L_18);
Type_t * L_19 = L_18->get_PRdtType_11();
if (!L_19)
{
goto IL_006d;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_20 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_21 = ___pr0;
NullCheck(L_21);
Type_t * L_22 = L_21->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_23 = Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1(L_22, /*hidden argument*/NULL);
NullCheck(L_20);
L_20->set_PRdtTypeCode_12(L_23);
}
IL_006d:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_24 = ___pr0;
NullCheck(L_24);
int32_t L_25 = L_24->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_25) == ((uint32_t)4))))
{
goto IL_0095;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_26 = V_0;
NullCheck(L_26);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_27 = L_26->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_28 = ___pr0;
NullCheck(L_28);
String_t* L_29 = L_28->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_30 = V_0;
NullCheck(L_30);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_31 = L_30->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_32 = V_0;
NullCheck(L_32);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_33 = L_32->get_address_of_PRmemberData_38();
NullCheck(L_27);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_27, L_29, NULL, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_31, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_33, /*hidden argument*/NULL);
return;
}
IL_0095:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_34 = ___pr0;
NullCheck(L_34);
int32_t L_35 = L_34->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_35) == ((uint32_t)2))))
{
goto IL_0129;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_36 = ___pr0;
ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746(__this, L_36, /*hidden argument*/NULL);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_37 = __this->get_stack_14();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_38 = ___pr0;
NullCheck(L_37);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_37, L_38, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_39 = ___pr0;
NullCheck(L_39);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_40 = L_39->get_PRobjectInfo_32();
if (!L_40)
{
goto IL_0105;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_41 = ___pr0;
NullCheck(L_41);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_42 = L_41->get_PRobjectInfo_32();
NullCheck(L_42);
Type_t * L_43 = L_42->get_objectType_2();
if (!L_43)
{
goto IL_0105;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_44 = ___pr0;
NullCheck(L_44);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_45 = L_44->get_PRobjectInfo_32();
NullCheck(L_45);
Type_t * L_46 = L_45->get_objectType_2();
NullCheck(L_46);
bool L_47 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_0105;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_48 = ___pr0;
NullCheck(L_48);
L_48->set_PRisValueTypeFixup_33((bool)1);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_49 = ObjectReader_get_ValueFixupStack_mCED15C5E561BD7BF12AC3637C536760BF7E79AF0(__this, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_50 = V_0;
NullCheck(L_50);
RuntimeObject * L_51 = L_50->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_52 = ___pr0;
NullCheck(L_52);
String_t* L_53 = L_52->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_54 = V_0;
NullCheck(L_54);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_55 = L_54->get_PRobjectInfo_32();
ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA * L_56 = (ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA *)il2cpp_codegen_object_new(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var);
ValueFixup__ctor_mAF69FB8FA1D777CFD8FAEBA3DEA3FC9AD8E17DC6(L_56, L_51, L_53, L_55, /*hidden argument*/NULL);
NullCheck(L_49);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_49, L_56, /*hidden argument*/NULL);
return;
}
IL_0105:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_57 = V_0;
NullCheck(L_57);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_58 = L_57->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_59 = ___pr0;
NullCheck(L_59);
String_t* L_60 = L_59->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_61 = ___pr0;
NullCheck(L_61);
RuntimeObject * L_62 = L_61->get_PRnewObj_34();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_63 = V_0;
NullCheck(L_63);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_64 = L_63->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_65 = V_0;
NullCheck(L_65);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_66 = L_65->get_address_of_PRmemberData_38();
NullCheck(L_58);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_58, L_60, L_62, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_64, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_66, /*hidden argument*/NULL);
return;
}
IL_0129:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_67 = ___pr0;
NullCheck(L_67);
int32_t L_68 = L_67->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_68) == ((uint32_t)3))))
{
goto IL_01a2;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_69 = __this->get_m_objectManager_3();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_70 = ___pr0;
NullCheck(L_70);
int64_t L_71 = L_70->get_PRidRef_15();
NullCheck(L_69);
RuntimeObject * L_72 = VirtFuncInvoker1< RuntimeObject *, int64_t >::Invoke(4 /* System.Object System.Runtime.Serialization.ObjectManager::GetObject(System.Int64) */, L_69, L_71);
V_2 = L_72;
RuntimeObject * L_73 = V_2;
if (L_73)
{
goto IL_0183;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_74 = V_0;
NullCheck(L_74);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_75 = L_74->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_76 = ___pr0;
NullCheck(L_76);
String_t* L_77 = L_76->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_78 = V_0;
NullCheck(L_78);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_79 = L_78->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_80 = V_0;
NullCheck(L_80);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_81 = L_80->get_address_of_PRmemberData_38();
NullCheck(L_75);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_75, L_77, NULL, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_79, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_81, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_82 = V_0;
NullCheck(L_82);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_83 = L_82->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_84 = V_0;
NullCheck(L_84);
int64_t L_85 = L_84->get_PRobjectId_14();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_86 = ___pr0;
NullCheck(L_86);
String_t* L_87 = L_86->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_88 = ___pr0;
NullCheck(L_88);
int64_t L_89 = L_88->get_PRidRef_15();
NullCheck(L_83);
ReadObjectInfo_RecordFixup_m9661CBC67789086143B6FB23BEAA0E8EB6380180(L_83, L_85, L_87, L_89, /*hidden argument*/NULL);
return;
}
IL_0183:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_90 = V_0;
NullCheck(L_90);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_91 = L_90->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_92 = ___pr0;
NullCheck(L_92);
String_t* L_93 = L_92->get_PRname_7();
RuntimeObject * L_94 = V_2;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_95 = V_0;
NullCheck(L_95);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_96 = L_95->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_97 = V_0;
NullCheck(L_97);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_98 = L_97->get_address_of_PRmemberData_38();
NullCheck(L_91);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_91, L_93, L_94, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_96, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_98, /*hidden argument*/NULL);
return;
}
IL_01a2:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_99 = ___pr0;
NullCheck(L_99);
int32_t L_100 = L_99->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_100) == ((uint32_t)1))))
{
goto IL_02fe;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_101 = ___pr0;
NullCheck(L_101);
Type_t * L_102 = L_101->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_103 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_102) == ((RuntimeObject*)(Type_t *)L_103))))
{
goto IL_01e7;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_104 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_105 = V_0;
ObjectReader_ParseString_m698B285C638B74849CD26B4F8481CAFD1B401AF1(__this, L_104, L_105, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_106 = V_0;
NullCheck(L_106);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_107 = L_106->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_108 = ___pr0;
NullCheck(L_108);
String_t* L_109 = L_108->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_110 = ___pr0;
NullCheck(L_110);
String_t* L_111 = L_110->get_PRvalue_8();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_112 = V_0;
NullCheck(L_112);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_113 = L_112->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_114 = V_0;
NullCheck(L_114);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_115 = L_114->get_address_of_PRmemberData_38();
NullCheck(L_107);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_107, L_109, L_111, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_113, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_115, /*hidden argument*/NULL);
return;
}
IL_01e7:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_116 = ___pr0;
NullCheck(L_116);
int32_t L_117 = L_116->get_PRdtTypeCode_12();
if (L_117)
{
goto IL_02ba;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_118 = ___pr0;
NullCheck(L_118);
int32_t L_119 = L_118->get_PRarrayTypeEnum_3();
if ((!(((uint32_t)L_119) == ((uint32_t)4))))
{
goto IL_0224;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_120 = V_0;
NullCheck(L_120);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_121 = L_120->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_122 = ___pr0;
NullCheck(L_122);
String_t* L_123 = L_122->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_124 = ___pr0;
NullCheck(L_124);
String_t* L_125 = L_124->get_PRvalue_8();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_126 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_125, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_127 = V_0;
NullCheck(L_127);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_128 = L_127->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_129 = V_0;
NullCheck(L_129);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_130 = L_129->get_address_of_PRmemberData_38();
NullCheck(L_121);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_121, L_123, (RuntimeObject *)(RuntimeObject *)L_126, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_128, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_130, /*hidden argument*/NULL);
return;
}
IL_0224:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_131 = ___pr0;
NullCheck(L_131);
Type_t * L_132 = L_131->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_133 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((!(((RuntimeObject*)(Type_t *)L_132) == ((RuntimeObject*)(Type_t *)L_133))))
{
goto IL_0250;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_134 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_135 = L_134;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_136 = ___pr0;
NullCheck(L_136);
String_t* L_137 = L_136->get_PRname_7();
NullCheck(L_135);
ArrayElementTypeCheck (L_135, L_137);
(L_135)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_137);
String_t* L_138 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral409C6FD541E1E4ADEF912A193B1417AB9806716F, L_135, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_139 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_139, L_138, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_139, NULL, ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA_RuntimeMethod_var);
}
IL_0250:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_140 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_141 = V_0;
ObjectReader_ParseString_m698B285C638B74849CD26B4F8481CAFD1B401AF1(__this, L_140, L_141, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_142 = ___pr0;
NullCheck(L_142);
Type_t * L_143 = L_142->get_PRdtType_11();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_144 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofSystemVoid_25();
if ((!(((RuntimeObject*)(Type_t *)L_143) == ((RuntimeObject*)(Type_t *)L_144))))
{
goto IL_0289;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_145 = V_0;
NullCheck(L_145);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_146 = L_145->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_147 = ___pr0;
NullCheck(L_147);
String_t* L_148 = L_147->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_149 = ___pr0;
NullCheck(L_149);
Type_t * L_150 = L_149->get_PRdtType_11();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_151 = V_0;
NullCheck(L_151);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_152 = L_151->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_153 = V_0;
NullCheck(L_153);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_154 = L_153->get_address_of_PRmemberData_38();
NullCheck(L_146);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_146, L_148, L_150, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_152, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_154, /*hidden argument*/NULL);
return;
}
IL_0289:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_155 = V_0;
NullCheck(L_155);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_156 = L_155->get_PRobjectInfo_32();
NullCheck(L_156);
bool L_157 = L_156->get_isSi_5();
if (!L_157)
{
goto IL_0306;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_158 = V_0;
NullCheck(L_158);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_159 = L_158->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_160 = ___pr0;
NullCheck(L_160);
String_t* L_161 = L_160->get_PRname_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_162 = ___pr0;
NullCheck(L_162);
String_t* L_163 = L_162->get_PRvalue_8();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_164 = V_0;
NullCheck(L_164);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_165 = L_164->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_166 = V_0;
NullCheck(L_166);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_167 = L_166->get_address_of_PRmemberData_38();
NullCheck(L_159);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_159, L_161, L_163, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_165, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_167, /*hidden argument*/NULL);
return;
}
IL_02ba:
{
V_3 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_168 = ___pr0;
NullCheck(L_168);
RuntimeObject * L_169 = L_168->get_PRvarValue_9();
if (!L_169)
{
goto IL_02cd;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_170 = ___pr0;
NullCheck(L_170);
RuntimeObject * L_171 = L_170->get_PRvarValue_9();
V_3 = L_171;
goto IL_02df;
}
IL_02cd:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_172 = ___pr0;
NullCheck(L_172);
String_t* L_173 = L_172->get_PRvalue_8();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_174 = ___pr0;
NullCheck(L_174);
int32_t L_175 = L_174->get_PRdtTypeCode_12();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
RuntimeObject * L_176 = Converter_FromString_m71F8A217C021B2E1254B6D3A2DBDD6220D1E1C8A(L_173, L_175, /*hidden argument*/NULL);
V_3 = L_176;
}
IL_02df:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_177 = V_0;
NullCheck(L_177);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_178 = L_177->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_179 = ___pr0;
NullCheck(L_179);
String_t* L_180 = L_179->get_PRname_7();
RuntimeObject * L_181 = V_3;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_182 = V_0;
NullCheck(L_182);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_183 = L_182->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_184 = V_0;
NullCheck(L_184);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_185 = L_184->get_address_of_PRmemberData_38();
NullCheck(L_178);
ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED(L_178, L_180, L_181, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_183, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_185, /*hidden argument*/NULL);
return;
}
IL_02fe:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_186 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_187 = V_0;
ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E(__this, L_186, L_187, /*hidden argument*/NULL);
}
IL_0306:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseMemberEnd(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseMemberEnd_mC66F43524727558ED0B81F981D2C447AAF6CB542 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_ParseMemberEnd_mC66F43524727558ED0B81F981D2C447AAF6CB542_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___pr0;
NullCheck(L_0);
int32_t L_1 = L_0->get_PRmemberTypeEnum_4();
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)2)))
{
goto IL_0017;
}
}
{
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)3))))
{
goto IL_0028;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_4 = ___pr0;
ObjectReader_ParseArrayMemberEnd_m34CB41C85616B95DA8AD7DB61C44B6D0A7D2B37F(__this, L_4, /*hidden argument*/NULL);
return;
}
IL_0017:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_5 = ___pr0;
NullCheck(L_5);
int32_t L_6 = L_5->get_PRmemberValueEnum_5();
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
{
goto IL_003f;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = ___pr0;
ObjectReader_ParseObjectEnd_mDADF7D34CCEAE3FB322C996340A16F9FEC1FBF9D(__this, L_7, /*hidden argument*/NULL);
return;
}
IL_0028:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = ___pr0;
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_9 = __this->get_stack_14();
NullCheck(L_9);
RuntimeObject * L_10 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_9, /*hidden argument*/NULL);
ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E(__this, L_8, ((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)CastclassSealed((RuntimeObject*)L_10, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
}
IL_003f:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseString(System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ParseString_m698B285C638B74849CD26B4F8481CAFD1B401AF1 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___parentPr1, const RuntimeMethod* method)
{
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___pr0;
NullCheck(L_0);
bool L_1 = L_0->get_PRisRegistered_37();
if (L_1)
{
goto IL_0021;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = ___pr0;
NullCheck(L_2);
int64_t L_3 = L_2->get_PRobjectId_14();
if ((((int64_t)L_3) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0021;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_4 = ___pr0;
NullCheck(L_4);
String_t* L_5 = L_4->get_PRvalue_8();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_6 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = ___parentPr1;
ObjectReader_RegisterObject_mFFCB7060F0B4786BDDE7C1C6DB28B4C383B1BA4E(__this, L_5, L_6, L_7, (bool)1, /*hidden argument*/NULL);
}
IL_0021:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::RegisterObject(System.Object,System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_RegisterObject_m487874D6288B52283AD520C6CE89585507D433EE (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, RuntimeObject * ___obj0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr1, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___objectPr2, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___obj0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_1 = ___pr1;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = ___objectPr2;
ObjectReader_RegisterObject_mFFCB7060F0B4786BDDE7C1C6DB28B4C383B1BA4E(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::RegisterObject(System.Object,System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_RegisterObject_mFFCB7060F0B4786BDDE7C1C6DB28B4C383B1BA4E (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, RuntimeObject * ___obj0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr1, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___objectPr2, bool ___bIsString3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_RegisterObject_mFFCB7060F0B4786BDDE7C1C6DB28B4C383B1BA4E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * V_0 = NULL;
int64_t V_1 = 0;
MemberInfo_t * V_2 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_3 = NULL;
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___pr1;
NullCheck(L_0);
bool L_1 = L_0->get_PRisRegistered_37();
if (L_1)
{
goto IL_008f;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = ___pr1;
NullCheck(L_2);
L_2->set_PRisRegistered_37((bool)1);
V_0 = (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL;
V_1 = (((int64_t)((int64_t)0)));
V_2 = (MemberInfo_t *)NULL;
V_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_3 = ___objectPr2;
if (!L_3)
{
goto IL_0053;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_4 = ___objectPr2;
NullCheck(L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = L_4->get_PRindexMap_25();
V_3 = L_5;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_6 = ___objectPr2;
NullCheck(L_6);
int64_t L_7 = L_6->get_PRobjectId_14();
V_1 = L_7;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = ___objectPr2;
NullCheck(L_8);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_9 = L_8->get_PRobjectInfo_32();
if (!L_9)
{
goto IL_0053;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_10 = ___objectPr2;
NullCheck(L_10);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_11 = L_10->get_PRobjectInfo_32();
NullCheck(L_11);
bool L_12 = L_11->get_isSi_5();
if (L_12)
{
goto IL_0053;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_13 = ___objectPr2;
NullCheck(L_13);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_14 = L_13->get_PRobjectInfo_32();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_15 = ___pr1;
NullCheck(L_15);
String_t* L_16 = L_15->get_PRname_7();
NullCheck(L_14);
MemberInfo_t * L_17 = ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F(L_14, L_16, /*hidden argument*/NULL);
V_2 = L_17;
}
IL_0053:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_18 = ___pr1;
NullCheck(L_18);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_19 = L_18->get_PRsi_39();
V_0 = L_19;
bool L_20 = ___bIsString3;
if (!L_20)
{
goto IL_0079;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_21 = __this->get_m_objectManager_3();
RuntimeObject * L_22 = ___obj0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_23 = ___pr1;
NullCheck(L_23);
int64_t L_24 = L_23->get_PRobjectId_14();
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_25 = V_0;
int64_t L_26 = V_1;
MemberInfo_t * L_27 = V_2;
NullCheck(L_21);
ObjectManager_RegisterString_m7EA5C4CE4DEE8F81021CD64397B370728C87B27B(L_21, ((String_t*)CastclassSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var)), L_24, L_25, L_26, L_27, /*hidden argument*/NULL);
return;
}
IL_0079:
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_28 = __this->get_m_objectManager_3();
RuntimeObject * L_29 = ___obj0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_30 = ___pr1;
NullCheck(L_30);
int64_t L_31 = L_30->get_PRobjectId_14();
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_32 = V_0;
int64_t L_33 = V_1;
MemberInfo_t * L_34 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = V_3;
NullCheck(L_28);
ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053(L_28, L_29, L_31, L_32, L_33, L_34, L_35, /*hidden argument*/NULL);
}
IL_008f:
{
return;
}
}
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetId(System.Int64)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, int64_t ___objectId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
bool L_0 = __this->get_bFullDeserialization_17();
if (L_0)
{
goto IL_000e;
}
}
{
ObjectReader_InitFullDeserialization_mCBDE19F7FE5F5D51719F948D55F7870F0B88B1F5(__this, /*hidden argument*/NULL);
}
IL_000e:
{
int64_t L_1 = ___objectId0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0015;
}
}
{
int64_t L_2 = ___objectId0;
return L_2;
}
IL_0015:
{
bool L_3 = __this->get_bOldFormatDetected_18();
if (L_3)
{
goto IL_0022;
}
}
{
int64_t L_4 = ___objectId0;
if ((!(((uint64_t)L_4) == ((uint64_t)(((int64_t)((int64_t)(-1))))))))
{
goto IL_006b;
}
}
IL_0022:
{
__this->set_bOldFormatDetected_18((bool)1);
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_5 = __this->get_valTypeObjectIdTable_19();
if (L_5)
{
goto IL_003c;
}
}
{
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_6 = (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 *)il2cpp_codegen_object_new(IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01_il2cpp_TypeInfo_var);
IntSizedArray__ctor_mBB3C8AD3AD8C5FC00348307260631846A5AD578D(L_6, /*hidden argument*/NULL);
__this->set_valTypeObjectIdTable_19(L_6);
}
IL_003c:
{
V_0 = (((int64_t)((int64_t)0)));
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_7 = __this->get_valTypeObjectIdTable_19();
int64_t L_8 = ___objectId0;
NullCheck(L_7);
int32_t L_9 = IntSizedArray_get_Item_m9CE4B8BEF9497423BD06BE3D2F5F088D39A0CAE0(L_7, (((int32_t)((int32_t)L_8))), /*hidden argument*/NULL);
int64_t L_10 = (((int64_t)((int64_t)L_9)));
V_0 = L_10;
if (L_10)
{
goto IL_0069;
}
}
{
int64_t L_11 = ___objectId0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))), (int64_t)L_11));
IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * L_12 = __this->get_valTypeObjectIdTable_19();
int64_t L_13 = ___objectId0;
int64_t L_14 = V_0;
NullCheck(L_12);
IntSizedArray_set_Item_m4C9B62A30FAB44C415603C84D23B5AE545DDF2D1(L_12, (((int32_t)((int32_t)L_13))), (((int32_t)((int32_t)L_14))), /*hidden argument*/NULL);
}
IL_0069:
{
int64_t L_15 = V_0;
return L_15;
}
IL_006b:
{
int64_t L_16 = ___objectId0;
return ((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)(-1)))), (int64_t)L_16));
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::Bind(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_Bind_mC1E72B7363BC9F05FCE8DC94A599C8D21099FF2E (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, String_t* ___assemblyString0, String_t* ___typeString1, const RuntimeMethod* method)
{
Type_t * V_0 = NULL;
{
V_0 = (Type_t *)NULL;
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_0 = __this->get_m_binder_5();
if (!L_0)
{
goto IL_0018;
}
}
{
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_1 = __this->get_m_binder_5();
String_t* L_2 = ___assemblyString0;
String_t* L_3 = ___typeString1;
NullCheck(L_1);
Type_t * L_4 = VirtFuncInvoker2< Type_t *, String_t*, String_t* >::Invoke(5 /* System.Type System.Runtime.Serialization.SerializationBinder::BindToType(System.String,System.String) */, L_1, L_2, L_3);
V_0 = L_4;
}
IL_0018:
{
Type_t * L_5 = V_0;
if (L_5)
{
goto IL_0024;
}
}
{
String_t* L_6 = ___assemblyString0;
String_t* L_7 = ___typeString1;
Type_t * L_8 = ObjectReader_FastBindToType_m89C96E7588A65CDA8AF2980513B6DF345AF07CE3(__this, L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
}
IL_0024:
{
Type_t * L_9 = V_0;
return L_9;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::FastBindToType(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_FastBindToType_m89C96E7588A65CDA8AF2980513B6DF345AF07CE3 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_FastBindToType_m89C96E7588A65CDA8AF2980513B6DF345AF07CE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * V_1 = NULL;
Assembly_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Type_t *)NULL;
NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * L_0 = __this->get_typeCache_20();
String_t* L_1 = ___typeName1;
NullCheck(L_0);
RuntimeObject * L_2 = NameCache_GetCachedValue_m062AD244F24BD4E832573EDA387B175C848436EA(L_0, L_1, /*hidden argument*/NULL);
V_1 = ((TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 *)CastclassClass((RuntimeObject*)L_2, TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933_il2cpp_TypeInfo_var));
TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * L_3 = V_1;
if (!L_3)
{
goto IL_0028;
}
}
{
TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * L_4 = V_1;
NullCheck(L_4);
String_t* L_5 = L_4->get_assemblyName_1();
String_t* L_6 = ___assemblyName0;
bool L_7 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_00ab;
}
}
IL_0028:
{
V_2 = (Assembly_t *)NULL;
bool L_8 = __this->get_bSimpleAssembly_7();
if (!L_8)
{
goto IL_0059;
}
}
IL_0032:
try
{ // begin try (depth: 1)
String_t* L_9 = ___assemblyName0;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_10 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF(L_10, L_9, /*hidden argument*/NULL);
Assembly_t * L_11 = ObjectReader_ResolveSimpleAssemblyName_mA3169E2A49241D6CD1E421CBE1668931BBF5E996(L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0043;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0040;
throw e;
}
CATCH_0040:
{ // begin catch(System.Exception)
goto IL_0043;
} // end catch (depth: 1)
IL_0043:
{
Assembly_t * L_12 = V_2;
bool L_13 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_12, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_004e;
}
}
{
return (Type_t *)NULL;
}
IL_004e:
{
Assembly_t * L_14 = V_2;
String_t* L_15 = ___typeName1;
ObjectReader_GetSimplyNamedTypeFromAssembly_m58A12C578F15B6730E7306D00F5C4DFD92DA6A91(L_14, L_15, (Type_t **)(&V_0), /*hidden argument*/NULL);
goto IL_0079;
}
IL_0059:
{
}
IL_005a:
try
{ // begin try (depth: 1)
String_t* L_16 = ___assemblyName0;
Assembly_t * L_17 = Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55(L_16, /*hidden argument*/NULL);
V_2 = L_17;
goto IL_0066;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0063;
throw e;
}
CATCH_0063:
{ // begin catch(System.Exception)
goto IL_0066;
} // end catch (depth: 1)
IL_0066:
{
Assembly_t * L_18 = V_2;
bool L_19 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_18, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0071;
}
}
{
return (Type_t *)NULL;
}
IL_0071:
{
Assembly_t * L_20 = V_2;
String_t* L_21 = ___typeName1;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
Type_t * L_22 = FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E(L_20, L_21, /*hidden argument*/NULL);
V_0 = L_22;
}
IL_0079:
{
Type_t * L_23 = V_0;
if (L_23)
{
goto IL_007e;
}
}
{
return (Type_t *)NULL;
}
IL_007e:
{
Assembly_t * L_24 = V_2;
Type_t * L_25 = V_0;
NullCheck(L_25);
Assembly_t * L_26 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_25);
Type_t * L_27 = V_0;
ObjectReader_CheckTypeForwardedTo_m6C1D9DA7068AB1CA1276ED089ABD9E81274A8F52(L_24, L_26, L_27, /*hidden argument*/NULL);
TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * L_28 = (TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 *)il2cpp_codegen_object_new(TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933_il2cpp_TypeInfo_var);
TypeNAssembly__ctor_m2AF5FA6D71618FE6EFAF14B2CEF99429C22C3EFC(L_28, /*hidden argument*/NULL);
V_1 = L_28;
TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * L_29 = V_1;
Type_t * L_30 = V_0;
NullCheck(L_29);
L_29->set_type_0(L_30);
TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * L_31 = V_1;
String_t* L_32 = ___assemblyName0;
NullCheck(L_31);
L_31->set_assemblyName_1(L_32);
NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F * L_33 = __this->get_typeCache_20();
TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * L_34 = V_1;
NullCheck(L_33);
NameCache_SetCachedValue_mBAEB20849C37E31D11438ABF901B5671DA2B6F43(L_33, L_34, /*hidden argument*/NULL);
}
IL_00ab:
{
TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * L_35 = V_1;
NullCheck(L_35);
Type_t * L_36 = L_35->get_type_0();
return L_36;
}
}
// System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.ObjectReader::ResolveSimpleAssemblyName(System.Reflection.AssemblyName)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Assembly_t * ObjectReader_ResolveSimpleAssemblyName_mA3169E2A49241D6CD1E421CBE1668931BBF5E996 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___assemblyName0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Assembly_t * V_1 = NULL;
{
V_0 = 0;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = ___assemblyName0;
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_1 = RuntimeAssembly_LoadWithPartialNameInternal_m612DE6E3F915191BB3394E2A687F2928D2AF66C3(L_0, (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 *)NULL, (int32_t*)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Assembly_t * L_2 = V_1;
bool L_3 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_2, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_4 = ___assemblyName0;
if (!L_4)
{
goto IL_0027;
}
}
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_5 = ___assemblyName0;
NullCheck(L_5);
String_t* L_6 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B(L_5, /*hidden argument*/NULL);
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_7 = RuntimeAssembly_LoadWithPartialNameInternal_m5D5FB2669D246F0CB75F354E2E035583889F5AEE(L_6, (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 *)NULL, (int32_t*)(&V_0), /*hidden argument*/NULL);
V_1 = L_7;
}
IL_0027:
{
Assembly_t * L_8 = V_1;
return L_8;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetSimplyNamedTypeFromAssembly(System.Reflection.Assembly,System.String,System.TypeU26)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_GetSimplyNamedTypeFromAssembly_m58A12C578F15B6730E7306D00F5C4DFD92DA6A91 (Assembly_t * ___assm0, String_t* ___typeName1, Type_t ** ___type2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_GetSimplyNamedTypeFromAssembly_m58A12C578F15B6730E7306D00F5C4DFD92DA6A91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
Type_t ** L_0 = ___type2;
Assembly_t * L_1 = ___assm0;
String_t* L_2 = ___typeName1;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
Type_t * L_3 = FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E(L_1, L_2, /*hidden argument*/NULL);
*((RuntimeObject **)L_0) = (RuntimeObject *)L_3;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)L_3);
goto IL_0017;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000b;
if(il2cpp_codegen_class_is_assignable_from (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000e;
if(il2cpp_codegen_class_is_assignable_from (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0011;
if(il2cpp_codegen_class_is_assignable_from (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0014;
throw e;
}
CATCH_000b:
{ // begin catch(System.TypeLoadException)
goto IL_0017;
} // end catch (depth: 1)
CATCH_000e:
{ // begin catch(System.IO.FileNotFoundException)
goto IL_0017;
} // end catch (depth: 1)
CATCH_0011:
{ // begin catch(System.IO.FileLoadException)
goto IL_0017;
} // end catch (depth: 1)
CATCH_0014:
{ // begin catch(System.BadImageFormatException)
goto IL_0017;
} // end catch (depth: 1)
IL_0017:
{
Type_t ** L_4 = ___type2;
Type_t * L_5 = *((Type_t **)L_4);
if (L_5)
{
goto IL_0041;
}
}
{
Type_t ** L_6 = ___type2;
String_t* L_7 = ___typeName1;
Func_2_t13827C9725E0D12567E029E178981FB7D0E13430 * L_8 = (Func_2_t13827C9725E0D12567E029E178981FB7D0E13430 *)il2cpp_codegen_object_new(Func_2_t13827C9725E0D12567E029E178981FB7D0E13430_il2cpp_TypeInfo_var);
Func_2__ctor_mAA26C8E065FEF812868B36EE7B75B7E7BE6C2849(L_8, NULL, (intptr_t)((intptr_t)ObjectReader_ResolveSimpleAssemblyName_mA3169E2A49241D6CD1E421CBE1668931BBF5E996_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mAA26C8E065FEF812868B36EE7B75B7E7BE6C2849_RuntimeMethod_var);
Assembly_t * L_9 = ___assm0;
TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8 * L_10 = (TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8 *)il2cpp_codegen_object_new(TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8_il2cpp_TypeInfo_var);
TopLevelAssemblyTypeResolver__ctor_m7C6E27645E0D348C218E00F50E987A7411FAA67B(L_10, L_9, /*hidden argument*/NULL);
Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF * L_11 = (Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF *)il2cpp_codegen_object_new(Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF_il2cpp_TypeInfo_var);
Func_4__ctor_m65A7E703DE512F803A428895D19D27F5AF9AF939(L_11, L_10, (intptr_t)((intptr_t)TopLevelAssemblyTypeResolver_ResolveType_mA664A44054ED5F33AAAB03A7375FC2D33896C952_RuntimeMethod_var), /*hidden argument*/Func_4__ctor_m65A7E703DE512F803A428895D19D27F5AF9AF939_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_12 = Type_GetType_mF35649443ABDC07A0605C04C9CD551DE44497690(L_7, L_8, L_11, (bool)0, /*hidden argument*/NULL);
*((RuntimeObject **)L_6) = (RuntimeObject *)L_12;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_6, (RuntimeObject *)L_12);
}
IL_0041:
{
return;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetType(System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
Assembly_t * V_1 = NULL;
{
V_0 = (Type_t *)NULL;
String_t* L_0 = __this->get_previousName_22();
if (!L_0)
{
goto IL_0067;
}
}
{
String_t* L_1 = __this->get_previousName_22();
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
String_t* L_3 = ___name1;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)L_4))))
{
goto IL_0067;
}
}
{
String_t* L_5 = __this->get_previousName_22();
String_t* L_6 = ___name1;
NullCheck(L_5);
bool L_7 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0067;
}
}
{
String_t* L_8 = __this->get_previousAssemblyString_21();
if (!L_8)
{
goto IL_0067;
}
}
{
String_t* L_9 = __this->get_previousAssemblyString_21();
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_11 = ___assemblyInfo0;
NullCheck(L_11);
String_t* L_12 = L_11->get_assemblyString_0();
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)L_13))))
{
goto IL_0067;
}
}
{
String_t* L_14 = __this->get_previousAssemblyString_21();
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_15 = ___assemblyInfo0;
NullCheck(L_15);
String_t* L_16 = L_15->get_assemblyString_0();
NullCheck(L_14);
bool L_17 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_14, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0067;
}
}
{
Type_t * L_18 = __this->get_previousType_23();
V_0 = L_18;
goto IL_00ca;
}
IL_0067:
{
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_19 = ___assemblyInfo0;
NullCheck(L_19);
String_t* L_20 = L_19->get_assemblyString_0();
String_t* L_21 = ___name1;
Type_t * L_22 = ObjectReader_Bind_mC1E72B7363BC9F05FCE8DC94A599C8D21099FF2E(__this, L_20, L_21, /*hidden argument*/NULL);
V_0 = L_22;
Type_t * L_23 = V_0;
if (L_23)
{
goto IL_00b0;
}
}
{
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_24 = ___assemblyInfo0;
NullCheck(L_24);
Assembly_t * L_25 = BinaryAssemblyInfo_GetAssembly_m472AE64395F5B2E3A072387F75241DAFDE7EC2B8(L_24, /*hidden argument*/NULL);
V_1 = L_25;
bool L_26 = __this->get_bSimpleAssembly_7();
if (!L_26)
{
goto IL_0092;
}
}
{
Assembly_t * L_27 = V_1;
String_t* L_28 = ___name1;
ObjectReader_GetSimplyNamedTypeFromAssembly_m58A12C578F15B6730E7306D00F5C4DFD92DA6A91(L_27, L_28, (Type_t **)(&V_0), /*hidden argument*/NULL);
goto IL_009a;
}
IL_0092:
{
Assembly_t * L_29 = V_1;
String_t* L_30 = ___name1;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
Type_t * L_31 = FormatterServices_GetTypeFromAssembly_m2197D26C72DE10D0CDA038A81024C3EA5A839D6E(L_29, L_30, /*hidden argument*/NULL);
V_0 = L_31;
}
IL_009a:
{
Type_t * L_32 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_33 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_32, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_00b0;
}
}
{
Assembly_t * L_34 = V_1;
Type_t * L_35 = V_0;
NullCheck(L_35);
Assembly_t * L_36 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_35);
Type_t * L_37 = V_0;
ObjectReader_CheckTypeForwardedTo_m6C1D9DA7068AB1CA1276ED089ABD9E81274A8F52(L_34, L_36, L_37, /*hidden argument*/NULL);
}
IL_00b0:
{
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_38 = ___assemblyInfo0;
NullCheck(L_38);
String_t* L_39 = L_38->get_assemblyString_0();
__this->set_previousAssemblyString_21(L_39);
String_t* L_40 = ___name1;
__this->set_previousName_22(L_40);
Type_t * L_41 = V_0;
__this->set_previousType_23(L_41);
}
IL_00ca:
{
Type_t * L_42 = V_0;
return L_42;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::CheckTypeForwardedTo(System.Reflection.Assembly,System.Reflection.Assembly,System.Type)
extern "C" IL2CPP_METHOD_ATTR void ObjectReader_CheckTypeForwardedTo_m6C1D9DA7068AB1CA1276ED089ABD9E81274A8F52 (Assembly_t * ___sourceAssembly0, Assembly_t * ___destAssembly1, Type_t * ___resolvedType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectReader_CheckTypeForwardedTo_m6C1D9DA7068AB1CA1276ED089ABD9E81274A8F52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_0 = FormatterServices_UnsafeTypeForwardersIsEnabled_mFBCE9D2E115BBFCC56289B5FAFC908963C585966(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0030;
}
}
{
Assembly_t * L_1 = ___sourceAssembly0;
Assembly_t * L_2 = ___destAssembly1;
bool L_3 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0030;
}
}
{
Type_t * L_4 = ___resolvedType2;
IL2CPP_RUNTIME_CLASS_INIT(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var);
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_5 = BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911(L_4, /*hidden argument*/NULL);
V_0 = L_5;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_6 = V_0;
NullCheck(L_6);
bool L_7 = TypeInformation_get_HasTypeForwardedFrom_mA3A61926B7D6D193F78BA5BD906B96B31B121099(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0030;
}
}
IL_001f:
try
{ // begin try (depth: 1)
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_8 = V_0;
NullCheck(L_8);
String_t* L_9 = TypeInformation_get_AssemblyString_mD8BCA35F3DC1BE947C800DF303A0DEFA27FEF502(L_8, /*hidden argument*/NULL);
Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55(L_9, /*hidden argument*/NULL);
goto IL_0030;
} // 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_002d;
throw e;
}
CATCH_002d:
{ // begin catch(System.Object)
goto IL_0030;
} // end catch (depth: 1)
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
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader_TopLevelAssemblyTypeResolver::.ctor(System.Reflection.Assembly)
extern "C" IL2CPP_METHOD_ATTR void TopLevelAssemblyTypeResolver__ctor_m7C6E27645E0D348C218E00F50E987A7411FAA67B (TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8 * __this, Assembly_t * ___topLevelAssembly0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Assembly_t * L_0 = ___topLevelAssembly0;
__this->set_m_topLevelAssembly_0(L_0);
return;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader_TopLevelAssemblyTypeResolver::ResolveType(System.Reflection.Assembly,System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Type_t * TopLevelAssemblyTypeResolver_ResolveType_mA664A44054ED5F33AAAB03A7375FC2D33896C952 (TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8 * __this, Assembly_t * ___assembly0, String_t* ___simpleTypeName1, bool ___ignoreCase2, const RuntimeMethod* method)
{
{
Assembly_t * L_0 = ___assembly0;
bool L_1 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_0, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0011;
}
}
{
Assembly_t * L_2 = __this->get_m_topLevelAssembly_0();
___assembly0 = L_2;
}
IL_0011:
{
Assembly_t * L_3 = ___assembly0;
String_t* L_4 = ___simpleTypeName1;
bool L_5 = ___ignoreCase2;
NullCheck(L_3);
Type_t * L_6 = VirtFuncInvoker3< Type_t *, String_t*, bool, bool >::Invoke(19 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) */, L_3, L_4, (bool)0, L_5);
return L_6;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader_TypeNAssembly::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeNAssembly__ctor_m2AF5FA6D71618FE6EFAF14B2CEF99429C22C3EFC (TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933 * __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.Runtime.Serialization.Formatters.Binary.ObjectWriter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.InternalFE,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter__ctor_mECFAB1F415B1E8654851E8E89ADB042DED3AE3D7 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject* ___selector0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * ___formatterEnums2, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter__ctor_mECFAB1F415B1E8654851E8E89ADB042DED3AE3D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF *)il2cpp_codegen_object_new(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF_il2cpp_TypeInfo_var);
SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A(L_0, _stringLiteralCF8DBEF790B58937F61A2DB8EE38A8C7ECEF524B, /*hidden argument*/NULL);
__this->set_niPool_20(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_currentId_2(1);
RuntimeObject* L_1 = ___selector0;
__this->set_m_surrogates_3(L_1);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = ___context1;
__this->set_m_context_4(L_2);
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_3 = ___binder3;
__this->set_m_binder_11(L_3);
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_4 = ___formatterEnums2;
__this->set_formatterEnums_10(L_4);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context1;
SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * L_6 = (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA *)il2cpp_codegen_object_new(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA_il2cpp_TypeInfo_var);
SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE(L_6, L_5, /*hidden argument*/NULL);
__this->set_m_objectManager_6(L_6);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Serialize(System.Object,System.Runtime.Remoting.Messaging.Header[],System.Runtime.Serialization.Formatters.Binary.__BinaryWriter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___graph0, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___inHeaders1, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___serWriter2, bool ___fCheck3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
RuntimeObject * V_1 = NULL;
int64_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * V_6 = NULL;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_7 = NULL;
{
RuntimeObject * L_0 = ___graph0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral53E802A1B06791B9E7095B9C38DBE455DEBE76EB, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral29A184B65CAB57768DAC7FD2BF422BC583CCC38A, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295_RuntimeMethod_var);
}
IL_0018:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___serWriter2;
if (L_3)
{
goto IL_003e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteral8027D31F18072FBA50E9656FBDD688F3CAAB3341);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral8027D31F18072FBA50E9656FBDD688F3CAAB3341);
String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAA8B35A6461EB9A3EA0CAFB631931F5D8E14F90D, L_5, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_7, _stringLiteral8027D31F18072FBA50E9656FBDD688F3CAAB3341, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295_RuntimeMethod_var);
}
IL_003e:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_8 = ___serWriter2;
__this->set_serWriter_5(L_8);
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_9 = ___inHeaders1;
__this->set_headers_9(L_9);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_10 = ___serWriter2;
NullCheck(L_10);
__BinaryWriter_WriteBegin_m7DBF4A6172CBBF1801618054D98A05927CFE9037(L_10, /*hidden argument*/NULL);
V_0 = (((int64_t)((int64_t)0)));
V_4 = (bool)0;
V_5 = (bool)0;
RuntimeObject * L_11 = ___graph0;
if (L_11)
{
goto IL_008e;
}
}
{
int64_t L_12 = __this->get_topId_7();
int64_t L_13 = V_0;
ObjectWriter_WriteSerializedStreamHeader_mD408BFBB0E2309B78C4ABF2AFC56D98ABED6EC71(__this, L_12, L_13, /*hidden argument*/NULL);
bool L_14 = V_4;
if (!L_14)
{
goto IL_0077;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_15 = ___serWriter2;
NullCheck(L_15);
__BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB(L_15, /*hidden argument*/NULL);
goto IL_0081;
}
IL_0077:
{
bool L_16 = V_5;
if (!L_16)
{
goto IL_0081;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_17 = ___serWriter2;
NullCheck(L_17);
__BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7(L_17, /*hidden argument*/NULL);
}
IL_0081:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_18 = ___serWriter2;
NullCheck(L_18);
__BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE(L_18, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_19 = ___serWriter2;
NullCheck(L_19);
__BinaryWriter_WriteEnd_m53F545DFCA6DD2F79AE3356A648BCD9E8CB97A3C(L_19, /*hidden argument*/NULL);
return;
}
IL_008e:
{
ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_20 = (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 *)il2cpp_codegen_object_new(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var);
ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B(L_20, /*hidden argument*/NULL);
__this->set_m_idGenerator_1(L_20);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_21 = (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 *)il2cpp_codegen_object_new(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var);
Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4(L_21, /*hidden argument*/NULL);
__this->set_m_objectQueue_0(L_21);
FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 * L_22 = (FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 *)il2cpp_codegen_object_new(FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85_il2cpp_TypeInfo_var);
FormatterConverter__ctor_mC29A9892BB8E1C520225AB3BAF6981580543DD35(L_22, /*hidden argument*/NULL);
__this->set_m_formatterConverter_13(L_22);
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_23 = (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 *)il2cpp_codegen_object_new(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2_il2cpp_TypeInfo_var);
SerObjectInfoInit__ctor_mEE97CBC32B6C51C6C3A0355E67C52E61ABCEE49E(L_23, /*hidden argument*/NULL);
__this->set_serObjectInfoInit_12(L_23);
RuntimeObject * L_24 = ___graph0;
int64_t L_25 = ObjectWriter_InternalGetId_mCAF53B01A9182E12EF0C5DB4DF4644991240F6F2(__this, L_24, (bool)0, (Type_t *)NULL, (bool*)(&V_3), /*hidden argument*/NULL);
__this->set_topId_7(L_25);
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_26 = __this->get_headers_9();
if (!L_26)
{
goto IL_00e6;
}
}
{
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_27 = __this->get_headers_9();
int64_t L_28 = ObjectWriter_InternalGetId_mCAF53B01A9182E12EF0C5DB4DF4644991240F6F2(__this, (RuntimeObject *)(RuntimeObject *)L_27, (bool)0, (Type_t *)NULL, (bool*)(&V_3), /*hidden argument*/NULL);
V_0 = L_28;
goto IL_00e9;
}
IL_00e6:
{
V_0 = (((int64_t)((int64_t)(-1))));
}
IL_00e9:
{
int64_t L_29 = __this->get_topId_7();
int64_t L_30 = V_0;
ObjectWriter_WriteSerializedStreamHeader_mD408BFBB0E2309B78C4ABF2AFC56D98ABED6EC71(__this, L_29, L_30, /*hidden argument*/NULL);
bool L_31 = V_4;
if (!L_31)
{
goto IL_0102;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_32 = ___serWriter2;
NullCheck(L_32);
__BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB(L_32, /*hidden argument*/NULL);
goto IL_010c;
}
IL_0102:
{
bool L_33 = V_5;
if (!L_33)
{
goto IL_010c;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_34 = ___serWriter2;
NullCheck(L_34);
__BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7(L_34, /*hidden argument*/NULL);
}
IL_010c:
{
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_35 = __this->get_headers_9();
if (!L_35)
{
goto IL_012e;
}
}
{
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_36 = __this->get_headers_9();
NullCheck(L_36);
if (!(((RuntimeArray *)L_36)->max_length))
{
goto IL_012e;
}
}
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_37 = __this->get_m_objectQueue_0();
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* L_38 = __this->get_headers_9();
NullCheck(L_37);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_37, (RuntimeObject *)(RuntimeObject *)L_38);
}
IL_012e:
{
RuntimeObject * L_39 = ___graph0;
if (!L_39)
{
goto IL_01ba;
}
}
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_40 = __this->get_m_objectQueue_0();
RuntimeObject * L_41 = ___graph0;
NullCheck(L_40);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_40, L_41);
goto IL_01ba;
}
IL_0142:
{
V_6 = (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)NULL;
RuntimeObject * L_42 = V_1;
if (!((WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)IsInstSealed((RuntimeObject*)L_42, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var)))
{
goto IL_0157;
}
}
{
RuntimeObject * L_43 = V_1;
V_6 = ((WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)CastclassSealed((RuntimeObject*)L_43, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var));
goto IL_018d;
}
IL_0157:
{
RuntimeObject * L_44 = V_1;
RuntimeObject* L_45 = __this->get_m_surrogates_3();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_46 = __this->get_m_context_4();
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_47 = __this->get_serObjectInfoInit_12();
RuntimeObject* L_48 = __this->get_m_formatterConverter_13();
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_49 = __this->get_m_binder_11();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_50 = WriteObjectInfo_Serialize_m8869801598BA9FFE7FB30C4928A85EF8E4699AB9(L_44, L_45, L_46, L_47, L_48, __this, L_49, /*hidden argument*/NULL);
V_6 = L_50;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_51 = V_6;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_52 = V_6;
int64_t L_53 = ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF(__this, L_52, /*hidden argument*/NULL);
NullCheck(L_51);
L_51->set_assemId_14(L_53);
}
IL_018d:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_54 = V_6;
int64_t L_55 = V_2;
NullCheck(L_54);
L_54->set_objectId_13(L_55);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_56 = V_6;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_57 = ObjectWriter_TypeToNameInfo_m233FBADC0EF665DF1C2ADC6FDB885AED76E1EEB8(__this, L_56, /*hidden argument*/NULL);
V_7 = L_57;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_58 = V_6;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_59 = V_7;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_60 = V_7;
ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923(__this, L_58, L_59, L_60, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_61 = V_7;
ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79(__this, L_61, /*hidden argument*/NULL);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_62 = V_6;
NullCheck(L_62);
WriteObjectInfo_ObjectEnd_m869341C245DFF03C747D6E5F0F44B041D4774429(L_62, /*hidden argument*/NULL);
}
IL_01ba:
{
RuntimeObject * L_63 = ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33(__this, (int64_t*)(&V_2), /*hidden argument*/NULL);
RuntimeObject * L_64 = L_63;
V_1 = L_64;
if (L_64)
{
goto IL_0142;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_65 = ___serWriter2;
NullCheck(L_65);
__BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE(L_65, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_66 = ___serWriter2;
NullCheck(L_66);
__BinaryWriter_WriteEnd_m53F545DFCA6DD2F79AE3356A648BCD9E8CB97A3C(L_66, /*hidden argument*/NULL);
SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * L_67 = __this->get_m_objectManager_6();
NullCheck(L_67);
SerializationObjectManager_RaiseOnSerializedEvent_m98A5FBD984680AE8529E3065C885BA5B446CF435(L_67, /*hidden argument*/NULL);
return;
}
}
// System.Runtime.Serialization.SerializationObjectManager System.Runtime.Serialization.Formatters.Binary.ObjectWriter::get_ObjectManager()
extern "C" IL2CPP_METHOD_ATTR SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * ObjectWriter_get_ObjectManager_mF2C7BB45C3244AB42D17253E9DF28CB7F8861A5C (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, const RuntimeMethod* method)
{
{
SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * L_0 = __this->get_m_objectManager_6();
return L_0;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Write(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int64_t V_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_3 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_4 = NULL;
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* V_5 = NULL;
int32_t V_6 = 0;
Type_t * V_7 = NULL;
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_0 = ___objectInfo0;
NullCheck(L_0);
RuntimeObject * L_1 = L_0->get_obj_1();
V_0 = L_1;
RuntimeObject * L_2 = V_0;
if (L_2)
{
goto IL_001f;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0B2F6DA49F1EAC197064F7D8B56931A145C07F43, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, _stringLiteral278B54854C7A04DE2D53A55F1A85A12355EFE7BB, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923_RuntimeMethod_var);
}
IL_001f:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_5 = ___objectInfo0;
NullCheck(L_5);
Type_t * L_6 = L_5->get_objectType_2();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_7 = ___objectInfo0;
NullCheck(L_7);
int64_t L_8 = L_7->get_objectId_13();
V_1 = L_8;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_9 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_9))))
{
goto IL_004e;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_10 = ___memberNameInfo1;
int64_t L_11 = V_1;
NullCheck(L_10);
L_10->set_NIobjectId_1(L_11);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_12 = __this->get_serWriter_5();
int64_t L_13 = V_1;
RuntimeObject * L_14 = V_0;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
NullCheck(L_12);
__BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798(L_12, (((int32_t)((int32_t)L_13))), L_15, /*hidden argument*/NULL);
return;
}
IL_004e:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_16 = ___objectInfo0;
NullCheck(L_16);
bool L_17 = L_16->get_isArray_6();
if (!L_17)
{
goto IL_0060;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_18 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_19 = ___memberNameInfo1;
ObjectWriter_WriteArray_m59158107038690795DDD13261B05B035EF82C2CB(__this, L_18, L_19, (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)NULL, /*hidden argument*/NULL);
return;
}
IL_0060:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_20 = ___objectInfo0;
NullCheck(L_20);
WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791(L_20, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_2), (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F**)(&V_3), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&V_4), /*hidden argument*/NULL);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_21 = ___objectInfo0;
NullCheck(L_21);
bool L_22 = L_21->get_isSi_3();
if (L_22)
{
goto IL_0088;
}
}
{
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_23 = __this->get_formatterEnums_10();
NullCheck(L_23);
int32_t L_24 = L_23->get_FEtypeFormat_0();
bool L_25 = ObjectWriter_CheckTypeFormat_m60CF400E1C7EFC98B25A6E00BBCC6C0691803993(__this, L_24, 1, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00a4;
}
}
IL_0088:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_26 = ___memberNameInfo1;
NullCheck(L_26);
L_26->set_NItransmitTypeOnObject_8((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_27 = ___memberNameInfo1;
NullCheck(L_27);
L_27->set_NIisParentTypeOnObject_10((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_28 = ___typeNameInfo2;
NullCheck(L_28);
L_28->set_NItransmitTypeOnObject_8((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_29 = ___typeNameInfo2;
NullCheck(L_29);
L_29->set_NIisParentTypeOnObject_10((bool)1);
}
IL_00a4:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = V_2;
NullCheck(L_30);
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_31 = (WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9*)SZArrayNew(WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))));
V_5 = L_31;
V_6 = 0;
goto IL_018d;
}
IL_00b6:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = V_3;
int32_t L_33 = V_6;
NullCheck(L_32);
int32_t L_34 = L_33;
Type_t * L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
if (!L_35)
{
goto IL_00c4;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_36 = V_3;
int32_t L_37 = V_6;
NullCheck(L_36);
int32_t L_38 = L_37;
Type_t * L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
V_7 = L_39;
goto IL_00e1;
}
IL_00c4:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = V_4;
int32_t L_41 = V_6;
NullCheck(L_40);
int32_t L_42 = L_41;
RuntimeObject * L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
if (!L_43)
{
goto IL_00da;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = V_4;
int32_t L_45 = V_6;
NullCheck(L_44);
int32_t L_46 = L_45;
RuntimeObject * L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
Type_t * L_48 = ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7(__this, L_47, /*hidden argument*/NULL);
V_7 = L_48;
goto IL_00e1;
}
IL_00da:
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_49 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
V_7 = L_49;
}
IL_00e1:
{
Type_t * L_50 = V_7;
int32_t L_51 = ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83(__this, L_50, /*hidden argument*/NULL);
if (L_51)
{
goto IL_0187;
}
}
{
Type_t * L_52 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_53 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((((RuntimeObject*)(Type_t *)L_52) == ((RuntimeObject*)(Type_t *)L_53)))
{
goto IL_0187;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_54 = V_4;
int32_t L_55 = V_6;
NullCheck(L_54);
int32_t L_56 = L_55;
RuntimeObject * L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
if (!L_57)
{
goto IL_0146;
}
}
{
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_58 = V_5;
int32_t L_59 = V_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = V_4;
int32_t L_61 = V_6;
NullCheck(L_60);
int32_t L_62 = L_61;
RuntimeObject * L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
RuntimeObject* L_64 = __this->get_m_surrogates_3();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_65 = __this->get_m_context_4();
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_66 = __this->get_serObjectInfoInit_12();
RuntimeObject* L_67 = __this->get_m_formatterConverter_13();
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_68 = __this->get_m_binder_11();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_69 = WriteObjectInfo_Serialize_m8869801598BA9FFE7FB30C4928A85EF8E4699AB9(L_63, L_64, L_65, L_66, L_67, __this, L_68, /*hidden argument*/NULL);
NullCheck(L_58);
ArrayElementTypeCheck (L_58, L_69);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(L_59), (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)L_69);
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_70 = V_5;
int32_t L_71 = V_6;
NullCheck(L_70);
int32_t L_72 = L_71;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_73 = (L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_74 = V_5;
int32_t L_75 = V_6;
NullCheck(L_74);
int32_t L_76 = L_75;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_77 = (L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
int64_t L_78 = ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF(__this, L_77, /*hidden argument*/NULL);
NullCheck(L_73);
L_73->set_assemId_14(L_78);
goto IL_0187;
}
IL_0146:
{
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_79 = V_5;
int32_t L_80 = V_6;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_81 = V_3;
int32_t L_82 = V_6;
NullCheck(L_81);
int32_t L_83 = L_82;
Type_t * L_84 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
RuntimeObject* L_85 = __this->get_m_surrogates_3();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_86 = __this->get_m_context_4();
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_87 = __this->get_serObjectInfoInit_12();
RuntimeObject* L_88 = __this->get_m_formatterConverter_13();
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_89 = __this->get_m_binder_11();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_90 = WriteObjectInfo_Serialize_m5A45AB363CEA4CF29587E5691D8D0F0096710961(L_84, L_85, L_86, L_87, L_88, L_89, /*hidden argument*/NULL);
NullCheck(L_79);
ArrayElementTypeCheck (L_79, L_90);
(L_79)->SetAt(static_cast<il2cpp_array_size_t>(L_80), (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)L_90);
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_91 = V_5;
int32_t L_92 = V_6;
NullCheck(L_91);
int32_t L_93 = L_92;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_94 = (L_91)->GetAt(static_cast<il2cpp_array_size_t>(L_93));
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_95 = V_5;
int32_t L_96 = V_6;
NullCheck(L_95);
int32_t L_97 = L_96;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_98 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
int64_t L_99 = ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF(__this, L_98, /*hidden argument*/NULL);
NullCheck(L_94);
L_94->set_assemId_14(L_99);
}
IL_0187:
{
int32_t L_100 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1));
}
IL_018d:
{
int32_t L_101 = V_6;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_102 = V_3;
NullCheck(L_102);
if ((((int32_t)L_101) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_102)->max_length)))))))
{
goto IL_00b6;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_103 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_104 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_105 = ___typeNameInfo2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_106 = V_2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_107 = V_3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_108 = V_4;
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_109 = V_5;
ObjectWriter_Write_m07AEA9D8900B8667EC99425B48BBB4C22437C850(__this, L_103, L_104, L_105, L_106, L_107, L_108, L_109, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Write(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.String[],System.Type[],System.Object[],System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo[])
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_Write_m07AEA9D8900B8667EC99425B48BBB4C22437C850 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___memberData5, WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* ___memberObjectInfos6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_Write_m07AEA9D8900B8667EC99425B48BBB4C22437C850_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_1 = NULL;
int32_t V_2 = 0;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___memberNames3;
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))));
V_1 = (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)NULL;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ___memberNameInfo1;
if (!L_1)
{
goto IL_002c;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___memberNameInfo1;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_3 = ___objectInfo0;
NullCheck(L_3);
int64_t L_4 = L_3->get_objectId_13();
NullCheck(L_2);
L_2->set_NIobjectId_1(L_4);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_5 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_7 = ___typeNameInfo2;
int32_t L_8 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = ___memberTypes4;
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_11 = ___memberObjectInfos6;
NullCheck(L_5);
__BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7(L_5, L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
goto IL_009e;
}
IL_002c:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_12 = ___objectInfo0;
NullCheck(L_12);
int64_t L_13 = L_12->get_objectId_13();
int64_t L_14 = __this->get_topId_7();
if ((!(((uint64_t)L_13) == ((uint64_t)L_14))))
{
goto IL_0071;
}
}
{
String_t* L_15 = __this->get_topName_8();
if (!L_15)
{
goto IL_0071;
}
}
{
String_t* L_16 = __this->get_topName_8();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ObjectWriter_MemberToNameInfo_mB42466FFB8A464936787A42FDA42F24F086510A7(__this, L_16, /*hidden argument*/NULL);
V_1 = L_17;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_18 = V_1;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_19 = ___objectInfo0;
NullCheck(L_19);
int64_t L_20 = L_19->get_objectId_13();
NullCheck(L_18);
L_18->set_NIobjectId_1(L_20);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_21 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_22 = V_1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_23 = ___typeNameInfo2;
int32_t L_24 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = ___memberTypes4;
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_27 = ___memberObjectInfos6;
NullCheck(L_21);
__BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7(L_21, L_22, L_23, L_24, L_25, L_26, L_27, /*hidden argument*/NULL);
goto IL_009e;
}
IL_0071:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_28 = ___objectInfo0;
NullCheck(L_28);
Type_t * L_29 = L_28->get_objectType_2();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_30 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((((RuntimeObject*)(Type_t *)L_29) == ((RuntimeObject*)(Type_t *)L_30)))
{
goto IL_009e;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_31 = ___typeNameInfo2;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_32 = ___objectInfo0;
NullCheck(L_32);
int64_t L_33 = L_32->get_objectId_13();
NullCheck(L_31);
L_31->set_NIobjectId_1(L_33);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_34 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_35 = ___typeNameInfo2;
int32_t L_36 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_38 = ___memberTypes4;
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_39 = ___memberObjectInfos6;
NullCheck(L_34);
__BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7(L_34, L_35, (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)NULL, L_36, L_37, L_38, L_39, /*hidden argument*/NULL);
}
IL_009e:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_40 = ___memberNameInfo1;
NullCheck(L_40);
bool L_41 = L_40->get_NIisParentTypeOnObject_10();
if (!L_41)
{
goto IL_00b6;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_42 = ___memberNameInfo1;
NullCheck(L_42);
L_42->set_NItransmitTypeOnObject_8((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_43 = ___memberNameInfo1;
NullCheck(L_43);
L_43->set_NIisParentTypeOnObject_10((bool)0);
goto IL_00bd;
}
IL_00b6:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_44 = ___memberNameInfo1;
NullCheck(L_44);
L_44->set_NItransmitTypeOnObject_8((bool)0);
}
IL_00bd:
{
V_2 = 0;
goto IL_00de;
}
IL_00c1:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_45 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_46 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_47 = ___typeNameInfo2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_48 = ___memberNames3;
int32_t L_49 = V_2;
NullCheck(L_48);
int32_t L_50 = L_49;
String_t* L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_52 = ___memberTypes4;
int32_t L_53 = V_2;
NullCheck(L_52);
int32_t L_54 = L_53;
Type_t * L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = ___memberData5;
int32_t L_57 = V_2;
NullCheck(L_56);
int32_t L_58 = L_57;
RuntimeObject * L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_60 = ___memberObjectInfos6;
int32_t L_61 = V_2;
NullCheck(L_60);
int32_t L_62 = L_61;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
ObjectWriter_WriteMemberSetup_m00E3C2204D8272C336E141CB6354C858BD5466A9(__this, L_45, L_46, L_47, L_51, L_55, L_59, L_63, /*hidden argument*/NULL);
int32_t L_64 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1));
}
IL_00de:
{
int32_t L_65 = V_2;
int32_t L_66 = V_0;
if ((((int32_t)L_65) < ((int32_t)L_66)))
{
goto IL_00c1;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_67 = ___memberNameInfo1;
if (!L_67)
{
goto IL_00ff;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_68 = ___memberNameInfo1;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_69 = ___objectInfo0;
NullCheck(L_69);
int64_t L_70 = L_69->get_objectId_13();
NullCheck(L_68);
L_68->set_NIobjectId_1(L_70);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_71 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_72 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_73 = ___typeNameInfo2;
NullCheck(L_71);
__BinaryWriter_WriteObjectEnd_mB2231BC8E663B4929CD0872B2E8810EE2549BA6E(L_71, L_72, L_73, /*hidden argument*/NULL);
return;
}
IL_00ff:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_74 = ___objectInfo0;
NullCheck(L_74);
int64_t L_75 = L_74->get_objectId_13();
int64_t L_76 = __this->get_topId_7();
if ((!(((uint64_t)L_75) == ((uint64_t)L_76))))
{
goto IL_012a;
}
}
{
String_t* L_77 = __this->get_topName_8();
if (!L_77)
{
goto IL_012a;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_78 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_79 = V_1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_80 = ___typeNameInfo2;
NullCheck(L_78);
__BinaryWriter_WriteObjectEnd_mB2231BC8E663B4929CD0872B2E8810EE2549BA6E(L_78, L_79, L_80, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_81 = V_1;
ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79(__this, L_81, /*hidden argument*/NULL);
return;
}
IL_012a:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_82 = ___objectInfo0;
NullCheck(L_82);
Type_t * L_83 = L_82->get_objectType_2();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_84 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((((RuntimeObject*)(Type_t *)L_83) == ((RuntimeObject*)(Type_t *)L_84)))
{
goto IL_0144;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_85 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_86 = ___typeNameInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_87 = ___typeNameInfo2;
NullCheck(L_85);
__BinaryWriter_WriteObjectEnd_mB2231BC8E663B4929CD0872B2E8810EE2549BA6E(L_85, L_86, L_87, /*hidden argument*/NULL);
}
IL_0144:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteMemberSetup(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.String,System.Type,System.Object,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteMemberSetup_m00E3C2204D8272C336E141CB6354C858BD5466A9 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo2, String_t* ___memberName3, Type_t * ___memberType4, RuntimeObject * ___memberData5, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___memberObjectInfo6, const RuntimeMethod* method)
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_0 = NULL;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_1 = NULL;
{
String_t* L_0 = ___memberName3;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ObjectWriter_MemberToNameInfo_mB42466FFB8A464936787A42FDA42F24F086510A7(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___memberObjectInfo6;
if (!L_2)
{
goto IL_001a;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = V_0;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_4 = ___memberObjectInfo6;
NullCheck(L_4);
int64_t L_5 = L_4->get_assemId_14();
NullCheck(L_3);
L_3->set_NIassemId_2(L_5);
}
IL_001a:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = V_0;
Type_t * L_7 = ___memberType4;
NullCheck(L_6);
L_6->set_NItype_4(L_7);
V_1 = (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)NULL;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_8 = ___memberObjectInfo6;
if (L_8)
{
goto IL_0033;
}
}
{
Type_t * L_9 = ___memberType4;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_10 = ObjectWriter_TypeToNameInfo_m8162AAEDE8118FEA10FC6C43D8E9D8FCB4C7EAC3(__this, L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_003c;
}
IL_0033:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_11 = ___memberObjectInfo6;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_12 = ObjectWriter_TypeToNameInfo_m233FBADC0EF665DF1C2ADC6FDB885AED76E1EEB8(__this, L_11, /*hidden argument*/NULL);
V_1 = L_12;
}
IL_003c:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_13 = V_0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_14 = ___memberNameInfo1;
NullCheck(L_14);
bool L_15 = L_14->get_NItransmitTypeOnObject_8();
NullCheck(L_13);
L_13->set_NItransmitTypeOnObject_8(L_15);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_16 = V_0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___memberNameInfo1;
NullCheck(L_17);
bool L_18 = L_17->get_NIisParentTypeOnObject_10();
NullCheck(L_16);
L_16->set_NIisParentTypeOnObject_10(L_18);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_19 = V_0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_20 = V_1;
RuntimeObject * L_21 = ___memberData5;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_22 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_23 = ___typeNameInfo2;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_24 = ___memberObjectInfo6;
ObjectWriter_WriteMembers_m36D4761A56AB970AFBDB45D77735B9886FE9BC00(__this, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_25 = V_0;
ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79(__this, L_25, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_26 = V_1;
ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79(__this, L_26, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteMembers(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteMembers_m36D4761A56AB970AFBDB45D77735B9886FE9BC00 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberTypeNameInfo1, RuntimeObject * ___memberData2, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo3, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo4, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___memberObjectInfo5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_WriteMembers_m36D4761A56AB970AFBDB45D77735B9886FE9BC00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
Type_t * V_3 = NULL;
int64_t V_4 = 0;
int64_t V_5 = 0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_6 = NULL;
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___memberNameInfo0;
NullCheck(L_0);
Type_t * L_1 = L_0->get_NItype_4();
V_0 = L_1;
V_1 = (bool)0;
Type_t * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_3 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_3)))
{
goto IL_0019;
}
}
{
Type_t * L_4 = V_0;
Type_t * L_5 = Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0027;
}
}
IL_0019:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___memberTypeNameInfo1;
NullCheck(L_6);
L_6->set_NItransmitTypeOnMember_9((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_7 = ___memberNameInfo0;
NullCheck(L_7);
L_7->set_NItransmitTypeOnMember_9((bool)1);
}
IL_0027:
{
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_8 = __this->get_formatterEnums_10();
NullCheck(L_8);
int32_t L_9 = L_8->get_FEtypeFormat_0();
bool L_10 = ObjectWriter_CheckTypeFormat_m60CF400E1C7EFC98B25A6E00BBCC6C0691803993(__this, L_9, 1, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0044;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_11 = ___objectInfo3;
NullCheck(L_11);
bool L_12 = L_11->get_isSi_3();
if (!L_12)
{
goto IL_0059;
}
}
IL_0044:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_13 = ___memberTypeNameInfo1;
NullCheck(L_13);
L_13->set_NItransmitTypeOnObject_8((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_14 = ___memberNameInfo0;
NullCheck(L_14);
L_14->set_NItransmitTypeOnObject_8((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_15 = ___memberNameInfo0;
NullCheck(L_15);
L_15->set_NIisParentTypeOnObject_10((bool)1);
}
IL_0059:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_16 = ___objectInfo3;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_18 = ___memberTypeNameInfo1;
RuntimeObject * L_19 = ___memberData2;
bool L_20 = ObjectWriter_CheckForNull_m88681B58CD90B7DA790D12B16798FB98883BFA1C(__this, L_16, L_17, L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0067;
}
}
{
return;
}
IL_0067:
{
RuntimeObject * L_21 = ___memberData2;
V_2 = L_21;
V_3 = (Type_t *)NULL;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_22 = ___memberTypeNameInfo1;
NullCheck(L_22);
int32_t L_23 = L_22->get_NIprimitiveTypeEnum_3();
if (L_23)
{
goto IL_008d;
}
}
{
RuntimeObject * L_24 = V_2;
Type_t * L_25 = ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7(__this, L_24, /*hidden argument*/NULL);
V_3 = L_25;
Type_t * L_26 = V_0;
Type_t * L_27 = V_3;
if ((((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_27)))
{
goto IL_008d;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_28 = ___memberTypeNameInfo1;
NullCheck(L_28);
L_28->set_NItransmitTypeOnMember_9((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_29 = ___memberNameInfo0;
NullCheck(L_29);
L_29->set_NItransmitTypeOnMember_9((bool)1);
}
IL_008d:
{
Type_t * L_30 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_31 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((!(((RuntimeObject*)(Type_t *)L_30) == ((RuntimeObject*)(Type_t *)L_31))))
{
goto IL_00b7;
}
}
{
V_1 = (bool)1;
RuntimeObject * L_32 = ___memberData2;
Type_t * L_33 = ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7(__this, L_32, /*hidden argument*/NULL);
V_0 = L_33;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_34 = ___memberObjectInfo5;
if (L_34)
{
goto IL_00ad;
}
}
{
Type_t * L_35 = V_0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_36 = ___memberTypeNameInfo1;
ObjectWriter_TypeToNameInfo_mA0F0A7D5634B921A64279BBCF286FC61409A2B0B(__this, L_35, L_36, /*hidden argument*/NULL);
goto IL_00b7;
}
IL_00ad:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_37 = ___memberObjectInfo5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_38 = ___memberTypeNameInfo1;
ObjectWriter_TypeToNameInfo_m7B7A2186CA4E7B552E9D1693DFF3C0CF24C54B62(__this, L_37, L_38, /*hidden argument*/NULL);
}
IL_00b7:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_39 = ___memberObjectInfo5;
if (!L_39)
{
goto IL_0128;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_40 = ___memberObjectInfo5;
NullCheck(L_40);
bool L_41 = L_40->get_isArray_6();
if (!L_41)
{
goto IL_0128;
}
}
{
V_4 = (((int64_t)((int64_t)0)));
Type_t * L_42 = V_3;
if (L_42)
{
goto IL_00d3;
}
}
{
RuntimeObject * L_43 = V_2;
Type_t * L_44 = ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7(__this, L_43, /*hidden argument*/NULL);
V_3 = L_44;
}
IL_00d3:
{
RuntimeObject * L_45 = V_2;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_46 = ___memberObjectInfo5;
int64_t L_47 = ObjectWriter_Schedule_m9FF1E4BB7244D5F3BA4B86FA8FD9ED92E1AEEE65(__this, L_45, (bool)0, (Type_t *)NULL, L_46, /*hidden argument*/NULL);
V_4 = L_47;
int64_t L_48 = V_4;
if ((((int64_t)L_48) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00f8;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_49 = ___memberNameInfo0;
int64_t L_50 = V_4;
NullCheck(L_49);
L_49->set_NIobjectId_1(L_50);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_51 = ___memberNameInfo0;
int64_t L_52 = V_4;
ObjectWriter_WriteObjectRef_m368D1F6A8C8868E73140835176A129FFC2474D2F(__this, L_51, L_52, /*hidden argument*/NULL);
return;
}
IL_00f8:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_53 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_54 = ___memberNameInfo0;
NullCheck(L_53);
__BinaryWriter_WriteMemberNested_m9BFEB137822095D5E13C333C2580903AF4FB8109(L_53, L_54, /*hidden argument*/NULL);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_55 = ___memberObjectInfo5;
int64_t L_56 = V_4;
NullCheck(L_55);
L_55->set_objectId_13(L_56);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_57 = ___memberNameInfo0;
int64_t L_58 = V_4;
NullCheck(L_57);
L_57->set_NIobjectId_1(L_58);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_59 = ___memberObjectInfo5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_60 = ___memberNameInfo0;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_61 = ___memberObjectInfo5;
ObjectWriter_WriteArray_m59158107038690795DDD13261B05B035EF82C2CB(__this, L_59, L_60, L_61, /*hidden argument*/NULL);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_62 = ___objectInfo3;
NullCheck(L_62);
WriteObjectInfo_ObjectEnd_m869341C245DFF03C747D6E5F0F44B041D4774429(L_62, /*hidden argument*/NULL);
return;
}
IL_0128:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_63 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_64 = ___memberTypeNameInfo1;
RuntimeObject * L_65 = ___memberData2;
bool L_66 = ObjectWriter_WriteKnownValueClass_mE49EDCA71032C0119C010EC78F8F44ED0C653CC4(__this, L_63, L_64, L_65, /*hidden argument*/NULL);
if (L_66)
{
goto IL_0199;
}
}
{
Type_t * L_67 = V_3;
if (L_67)
{
goto IL_013e;
}
}
{
RuntimeObject * L_68 = V_2;
Type_t * L_69 = ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7(__this, L_68, /*hidden argument*/NULL);
V_3 = L_69;
}
IL_013e:
{
RuntimeObject * L_70 = V_2;
bool L_71 = V_1;
Type_t * L_72 = V_3;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_73 = ___memberObjectInfo5;
int64_t L_74 = ObjectWriter_Schedule_m9FF1E4BB7244D5F3BA4B86FA8FD9ED92E1AEEE65(__this, L_70, L_71, L_72, L_73, /*hidden argument*/NULL);
V_5 = L_74;
int64_t L_75 = V_5;
if ((((int64_t)L_75) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0188;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_76 = ___memberObjectInfo5;
int64_t L_77 = V_5;
NullCheck(L_76);
L_76->set_objectId_13(L_77);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_78 = ___memberObjectInfo5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_79 = ObjectWriter_TypeToNameInfo_m233FBADC0EF665DF1C2ADC6FDB885AED76E1EEB8(__this, L_78, /*hidden argument*/NULL);
V_6 = L_79;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_80 = V_6;
int64_t L_81 = V_5;
NullCheck(L_80);
L_80->set_NIobjectId_1(L_81);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_82 = ___memberObjectInfo5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_83 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_84 = V_6;
ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923(__this, L_82, L_83, L_84, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_85 = V_6;
ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79(__this, L_85, /*hidden argument*/NULL);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_86 = ___memberObjectInfo5;
NullCheck(L_86);
WriteObjectInfo_ObjectEnd_m869341C245DFF03C747D6E5F0F44B041D4774429(L_86, /*hidden argument*/NULL);
return;
}
IL_0188:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_87 = ___memberNameInfo0;
int64_t L_88 = V_5;
NullCheck(L_87);
L_87->set_NIobjectId_1(L_88);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_89 = ___memberNameInfo0;
int64_t L_90 = V_5;
ObjectWriter_WriteObjectRef_m368D1F6A8C8868E73140835176A129FFC2474D2F(__this, L_89, L_90, /*hidden argument*/NULL);
}
IL_0199:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteArray(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteArray_m59158107038690795DDD13261B05B035EF82C2CB (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___memberObjectInfo2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_WriteArray_m59158107038690795DDD13261B05B035EF82C2CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int64_t V_1 = 0;
RuntimeArray * V_2 = NULL;
Type_t * V_3 = NULL;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * V_4 = NULL;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_5 = NULL;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_6 = NULL;
int32_t V_7 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_8 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_9 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_10 = NULL;
int32_t V_11 = 0;
int32_t V_12 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_13 = NULL;
int32_t V_14 = 0;
int32_t V_15 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_16 = NULL;
int32_t V_17 = 0;
bool V_18 = false;
int32_t V_19 = 0;
{
V_0 = (bool)0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___memberNameInfo1;
if (L_0)
{
goto IL_0010;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_1 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ObjectWriter_TypeToNameInfo_m233FBADC0EF665DF1C2ADC6FDB885AED76E1EEB8(__this, L_1, /*hidden argument*/NULL);
___memberNameInfo1 = L_2;
V_0 = (bool)1;
}
IL_0010:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ___memberNameInfo1;
NullCheck(L_3);
L_3->set_NIisArray_6((bool)1);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_4 = ___objectInfo0;
NullCheck(L_4);
int64_t L_5 = L_4->get_objectId_13();
V_1 = L_5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___memberNameInfo1;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_7 = ___objectInfo0;
NullCheck(L_7);
int64_t L_8 = L_7->get_objectId_13();
NullCheck(L_6);
L_6->set_NIobjectId_1(L_8);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_9 = ___objectInfo0;
NullCheck(L_9);
RuntimeObject * L_10 = L_9->get_obj_1();
V_2 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_10, RuntimeArray_il2cpp_TypeInfo_var));
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_11 = ___objectInfo0;
NullCheck(L_11);
Type_t * L_12 = L_11->get_objectType_2();
NullCheck(L_12);
Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(93 /* System.Type System.Type::GetElementType() */, L_12);
V_3 = L_13;
V_4 = (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)NULL;
Type_t * L_14 = V_3;
NullCheck(L_14);
bool L_15 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0082;
}
}
{
Type_t * L_16 = V_3;
RuntimeObject* L_17 = __this->get_m_surrogates_3();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_18 = __this->get_m_context_4();
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_19 = __this->get_serObjectInfoInit_12();
RuntimeObject* L_20 = __this->get_m_formatterConverter_13();
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_21 = __this->get_m_binder_11();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_22 = WriteObjectInfo_Serialize_m5A45AB363CEA4CF29587E5691D8D0F0096710961(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
V_4 = L_22;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_23 = V_4;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_24 = V_4;
int64_t L_25 = ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF(__this, L_24, /*hidden argument*/NULL);
NullCheck(L_23);
L_23->set_assemId_14(L_25);
}
IL_0082:
{
V_5 = (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)NULL;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_26 = V_4;
if (L_26)
{
goto IL_0094;
}
}
{
Type_t * L_27 = V_3;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_28 = ObjectWriter_TypeToNameInfo_m8162AAEDE8118FEA10FC6C43D8E9D8FCB4C7EAC3(__this, L_27, /*hidden argument*/NULL);
V_5 = L_28;
goto IL_009e;
}
IL_0094:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_29 = V_4;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_30 = ObjectWriter_TypeToNameInfo_m233FBADC0EF665DF1C2ADC6FDB885AED76E1EEB8(__this, L_29, /*hidden argument*/NULL);
V_5 = L_30;
}
IL_009e:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_31 = V_5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_32 = V_5;
NullCheck(L_32);
Type_t * L_33 = L_32->get_NItype_4();
NullCheck(L_33);
bool L_34 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_33, /*hidden argument*/NULL);
NullCheck(L_31);
L_31->set_NIisArray_6(L_34);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_35 = ___memberNameInfo1;
V_6 = L_35;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_36 = V_6;
int64_t L_37 = V_1;
NullCheck(L_36);
L_36->set_NIobjectId_1(L_37);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_38 = V_6;
NullCheck(L_38);
L_38->set_NIisArray_6((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_39 = V_5;
int64_t L_40 = V_1;
NullCheck(L_39);
L_39->set_NIobjectId_1(L_40);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_41 = V_5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_42 = ___memberNameInfo1;
NullCheck(L_42);
bool L_43 = L_42->get_NItransmitTypeOnMember_9();
NullCheck(L_41);
L_41->set_NItransmitTypeOnMember_9(L_43);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_44 = V_5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_45 = ___memberNameInfo1;
NullCheck(L_45);
bool L_46 = L_45->get_NItransmitTypeOnObject_8();
NullCheck(L_44);
L_44->set_NItransmitTypeOnObject_8(L_46);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_47 = V_5;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_48 = ___memberNameInfo1;
NullCheck(L_48);
bool L_49 = L_48->get_NIisParentTypeOnObject_10();
NullCheck(L_47);
L_47->set_NIisParentTypeOnObject_10(L_49);
RuntimeArray * L_50 = V_2;
NullCheck(L_50);
int32_t L_51 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_50, /*hidden argument*/NULL);
V_7 = L_51;
int32_t L_52 = V_7;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_53 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_52);
V_8 = L_53;
int32_t L_54 = V_7;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_55 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_54);
V_9 = L_55;
int32_t L_56 = V_7;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_57 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_56);
V_10 = L_57;
V_12 = 0;
goto IL_0148;
}
IL_011b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_58 = V_8;
int32_t L_59 = V_12;
RuntimeArray * L_60 = V_2;
int32_t L_61 = V_12;
NullCheck(L_60);
int32_t L_62 = Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359(L_60, L_61, /*hidden argument*/NULL);
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(L_59), (int32_t)L_62);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_63 = V_9;
int32_t L_64 = V_12;
RuntimeArray * L_65 = V_2;
int32_t L_66 = V_12;
NullCheck(L_65);
int32_t L_67 = Array_GetLowerBound_mDCFD284D55CFFA1DD8825D7FCF86A85EFB71FD1B(L_65, L_66, /*hidden argument*/NULL);
NullCheck(L_63);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(L_64), (int32_t)L_67);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_68 = V_10;
int32_t L_69 = V_12;
RuntimeArray * L_70 = V_2;
int32_t L_71 = V_12;
NullCheck(L_70);
int32_t L_72 = Array_GetUpperBound_m3BFCEE3EAF66EDFC829270B533D2C2C3907715F4(L_70, L_71, /*hidden argument*/NULL);
NullCheck(L_68);
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(L_69), (int32_t)L_72);
int32_t L_73 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1));
}
IL_0148:
{
int32_t L_74 = V_12;
int32_t L_75 = V_7;
if ((((int32_t)L_74) < ((int32_t)L_75)))
{
goto IL_011b;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_76 = V_5;
NullCheck(L_76);
bool L_77 = L_76->get_NIisArray_6();
if (!L_77)
{
goto IL_0166;
}
}
{
int32_t L_78 = V_7;
if ((!(((uint32_t)L_78) == ((uint32_t)1))))
{
goto IL_0161;
}
}
{
V_11 = 2;
goto IL_0173;
}
IL_0161:
{
V_11 = 3;
goto IL_0173;
}
IL_0166:
{
int32_t L_79 = V_7;
if ((!(((uint32_t)L_79) == ((uint32_t)1))))
{
goto IL_0170;
}
}
{
V_11 = 1;
goto IL_0173;
}
IL_0170:
{
V_11 = 3;
}
IL_0173:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_80 = V_5;
int32_t L_81 = V_11;
NullCheck(L_80);
L_80->set_NIarrayEnum_11(L_81);
Type_t * L_82 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_83 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofByte_10();
if ((!(((RuntimeObject*)(Type_t *)L_82) == ((RuntimeObject*)(Type_t *)L_83))))
{
goto IL_01b0;
}
}
{
int32_t L_84 = V_7;
if ((!(((uint32_t)L_84) == ((uint32_t)1))))
{
goto IL_01b0;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_85 = V_9;
NullCheck(L_85);
int32_t L_86 = 0;
int32_t L_87 = (L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
if (L_87)
{
goto IL_01b0;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_88 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_89 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_90 = V_6;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_91 = V_4;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_92 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_93 = V_8;
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_9;
NullCheck(L_96);
int32_t L_97 = 0;
int32_t L_98 = (L_96)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
RuntimeArray * L_99 = V_2;
NullCheck(L_88);
__BinaryWriter_WriteObjectByteArray_mE22B877390AAD3D6CBF5341F970A6B3272AE36A6(L_88, L_89, L_90, L_91, L_92, L_95, L_98, ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_99, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_01b0:
{
Type_t * L_100 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_101 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((((RuntimeObject*)(Type_t *)L_100) == ((RuntimeObject*)(Type_t *)L_101)))
{
goto IL_01c0;
}
}
{
Type_t * L_102 = V_3;
Type_t * L_103 = Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04(L_102, /*hidden argument*/NULL);
if (!L_103)
{
goto IL_01cf;
}
}
IL_01c0:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_104 = ___memberNameInfo1;
NullCheck(L_104);
L_104->set_NItransmitTypeOnMember_9((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_105 = V_5;
NullCheck(L_105);
L_105->set_NItransmitTypeOnMember_9((bool)1);
}
IL_01cf:
{
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_106 = __this->get_formatterEnums_10();
NullCheck(L_106);
int32_t L_107 = L_106->get_FEtypeFormat_0();
bool L_108 = ObjectWriter_CheckTypeFormat_m60CF400E1C7EFC98B25A6E00BBCC6C0691803993(__this, L_107, 1, /*hidden argument*/NULL);
if (!L_108)
{
goto IL_01f2;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_109 = ___memberNameInfo1;
NullCheck(L_109);
L_109->set_NItransmitTypeOnObject_8((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_110 = V_5;
NullCheck(L_110);
L_110->set_NItransmitTypeOnObject_8((bool)1);
}
IL_01f2:
{
int32_t L_111 = V_11;
if ((!(((uint32_t)L_111) == ((uint32_t)1))))
{
goto IL_0290;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_112 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_113 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_114 = V_6;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_115 = V_4;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_116 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_117 = V_8;
NullCheck(L_117);
int32_t L_118 = 0;
int32_t L_119 = (L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_120 = V_9;
NullCheck(L_120);
int32_t L_121 = 0;
int32_t L_122 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
RuntimeArray * L_123 = V_2;
NullCheck(L_112);
__BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345(L_112, L_113, L_114, L_115, L_116, L_119, L_122, L_123, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_124 = V_5;
NullCheck(L_124);
int32_t L_125 = L_124->get_NIprimitiveTypeEnum_3();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
bool L_126 = Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D(L_125, /*hidden argument*/NULL);
if (!L_126)
{
goto IL_022c;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_127 = V_9;
NullCheck(L_127);
int32_t L_128 = 0;
int32_t L_129 = (L_127)->GetAt(static_cast<il2cpp_array_size_t>(L_128));
if (!L_129)
{
goto IL_0351;
}
}
IL_022c:
{
V_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
Type_t * L_130 = V_3;
NullCheck(L_130);
bool L_131 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_130, /*hidden argument*/NULL);
if (L_131)
{
goto IL_023f;
}
}
{
RuntimeArray * L_132 = V_2;
V_13 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_132, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
}
IL_023f:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_133 = V_10;
NullCheck(L_133);
int32_t L_134 = 0;
int32_t L_135 = (L_133)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_136 = V_9;
NullCheck(L_136);
int32_t L_137 = 0;
int32_t L_138 = (L_136)->GetAt(static_cast<il2cpp_array_size_t>(L_137));
V_15 = L_138;
goto IL_027a;
}
IL_024f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_139 = V_13;
if (L_139)
{
goto IL_0266;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_140 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_141 = V_5;
RuntimeArray * L_142 = V_2;
int32_t L_143 = V_15;
NullCheck(L_142);
RuntimeObject * L_144 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_142, L_143, /*hidden argument*/NULL);
ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523(__this, L_140, L_141, L_144, /*hidden argument*/NULL);
goto IL_0274;
}
IL_0266:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_145 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_146 = V_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_147 = V_13;
int32_t L_148 = V_15;
NullCheck(L_147);
int32_t L_149 = L_148;
RuntimeObject * L_150 = (L_147)->GetAt(static_cast<il2cpp_array_size_t>(L_149));
ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523(__this, L_145, L_146, L_150, /*hidden argument*/NULL);
}
IL_0274:
{
int32_t L_151 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1));
}
IL_027a:
{
int32_t L_152 = V_15;
int32_t L_153 = V_14;
if ((((int32_t)L_152) < ((int32_t)L_153)))
{
goto IL_024f;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_154 = __this->get_serWriter_5();
NullCheck(L_154);
__BinaryWriter_WriteItemEnd_mDEA769E88DDE177C57D6DD520BBAC240B86D2D00(L_154, /*hidden argument*/NULL);
goto IL_0351;
}
IL_0290:
{
int32_t L_155 = V_11;
if ((!(((uint32_t)L_155) == ((uint32_t)2))))
{
goto IL_02f2;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_156 = V_6;
int64_t L_157 = V_1;
NullCheck(L_156);
L_156->set_NIobjectId_1(L_157);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_158 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_159 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_160 = V_6;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_161 = V_4;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_162 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_163 = V_8;
NullCheck(L_163);
int32_t L_164 = 0;
int32_t L_165 = (L_163)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_166 = V_9;
NullCheck(L_166);
int32_t L_167 = 0;
int32_t L_168 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_167));
NullCheck(L_158);
__BinaryWriter_WriteJaggedArray_mDF655C56482A2510EAFD536D809DFAD6AF85EE0C(L_158, L_159, L_160, L_161, L_162, L_165, L_168, /*hidden argument*/NULL);
RuntimeArray * L_169 = V_2;
V_16 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_169, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_170 = V_9;
NullCheck(L_170);
int32_t L_171 = 0;
int32_t L_172 = (L_170)->GetAt(static_cast<il2cpp_array_size_t>(L_171));
V_17 = L_172;
goto IL_02db;
}
IL_02c7:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_173 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_174 = V_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_175 = V_16;
int32_t L_176 = V_17;
NullCheck(L_175);
int32_t L_177 = L_176;
RuntimeObject * L_178 = (L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523(__this, L_173, L_174, L_178, /*hidden argument*/NULL);
int32_t L_179 = V_17;
V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)1));
}
IL_02db:
{
int32_t L_180 = V_17;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_181 = V_10;
NullCheck(L_181);
int32_t L_182 = 0;
int32_t L_183 = (L_181)->GetAt(static_cast<il2cpp_array_size_t>(L_182));
if ((((int32_t)L_180) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_183, (int32_t)1)))))
{
goto IL_02c7;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_184 = __this->get_serWriter_5();
NullCheck(L_184);
__BinaryWriter_WriteItemEnd_mDEA769E88DDE177C57D6DD520BBAC240B86D2D00(L_184, /*hidden argument*/NULL);
goto IL_0351;
}
IL_02f2:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_185 = V_6;
int64_t L_186 = V_1;
NullCheck(L_185);
L_185->set_NIobjectId_1(L_186);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_187 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_188 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_189 = V_6;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_190 = V_4;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_191 = V_5;
int32_t L_192 = V_7;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_193 = V_8;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_194 = V_9;
NullCheck(L_187);
__BinaryWriter_WriteRectangleArray_mD30559DC61571D319AD8A421FAFA34B71AFC337C(L_187, L_188, L_189, L_190, L_191, L_192, L_193, L_194, /*hidden argument*/NULL);
V_18 = (bool)0;
V_19 = 0;
goto IL_032c;
}
IL_031a:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_195 = V_8;
int32_t L_196 = V_19;
NullCheck(L_195);
int32_t L_197 = L_196;
int32_t L_198 = (L_195)->GetAt(static_cast<il2cpp_array_size_t>(L_197));
if (L_198)
{
goto IL_0326;
}
}
{
V_18 = (bool)1;
goto IL_0332;
}
IL_0326:
{
int32_t L_199 = V_19;
V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)1));
}
IL_032c:
{
int32_t L_200 = V_19;
int32_t L_201 = V_7;
if ((((int32_t)L_200) < ((int32_t)L_201)))
{
goto IL_031a;
}
}
IL_0332:
{
bool L_202 = V_18;
if (L_202)
{
goto IL_0346;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_203 = ___objectInfo0;
int32_t L_204 = V_7;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_205 = V_8;
RuntimeArray * L_206 = V_2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_207 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_208 = V_9;
ObjectWriter_WriteRectangle_mFFF430430CE53F674FEBF3086CD34B5CD8CA5B3F(__this, L_203, L_204, L_205, L_206, L_207, L_208, /*hidden argument*/NULL);
}
IL_0346:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_209 = __this->get_serWriter_5();
NullCheck(L_209);
__BinaryWriter_WriteItemEnd_mDEA769E88DDE177C57D6DD520BBAC240B86D2D00(L_209, /*hidden argument*/NULL);
}
IL_0351:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_210 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_211 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_212 = V_6;
NullCheck(L_210);
__BinaryWriter_WriteObjectEnd_mB2231BC8E663B4929CD0872B2E8810EE2549BA6E(L_210, L_211, L_212, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_213 = V_5;
ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79(__this, L_213, /*hidden argument*/NULL);
bool L_214 = V_0;
if (!L_214)
{
goto IL_0371;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_215 = ___memberNameInfo1;
ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79(__this, L_215, /*hidden argument*/NULL);
}
IL_0371:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteArrayMember(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo1, RuntimeObject * ___data2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_0 = NULL;
Type_t * V_1 = NULL;
bool V_2 = false;
RuntimeObject * V_3 = NULL;
bool V_4 = false;
int64_t V_5 = 0;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * V_6 = NULL;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_7 = NULL;
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___arrayElemTypeNameInfo1;
NullCheck(L_0);
L_0->set_NIisArrayItem_7((bool)1);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_1 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___arrayElemTypeNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ___arrayElemTypeNameInfo1;
RuntimeObject * L_4 = ___data2;
bool L_5 = ObjectWriter_CheckForNull_m88681B58CD90B7DA790D12B16798FB98883BFA1C(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0014;
}
}
{
return;
}
IL_0014:
{
V_0 = (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)NULL;
V_1 = (Type_t *)NULL;
V_2 = (bool)0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___arrayElemTypeNameInfo1;
NullCheck(L_6);
bool L_7 = L_6->get_NItransmitTypeOnMember_9();
if (!L_7)
{
goto IL_0024;
}
}
{
V_2 = (bool)1;
}
IL_0024:
{
bool L_8 = V_2;
if (L_8)
{
goto IL_0042;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_9 = ___arrayElemTypeNameInfo1;
NullCheck(L_9);
bool L_10 = NameInfo_get_IsSealed_m624AFE19A8CB10BD6BFA3FB6A737A8CB529DF4A6(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0042;
}
}
{
RuntimeObject * L_11 = ___data2;
Type_t * L_12 = ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7(__this, L_11, /*hidden argument*/NULL);
V_1 = L_12;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_13 = ___arrayElemTypeNameInfo1;
NullCheck(L_13);
Type_t * L_14 = L_13->get_NItype_4();
Type_t * L_15 = V_1;
if ((((RuntimeObject*)(Type_t *)L_14) == ((RuntimeObject*)(Type_t *)L_15)))
{
goto IL_0042;
}
}
{
V_2 = (bool)1;
}
IL_0042:
{
bool L_16 = V_2;
if (!L_16)
{
goto IL_0080;
}
}
{
Type_t * L_17 = V_1;
if (L_17)
{
goto IL_0050;
}
}
{
RuntimeObject * L_18 = ___data2;
Type_t * L_19 = ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7(__this, L_18, /*hidden argument*/NULL);
V_1 = L_19;
}
IL_0050:
{
Type_t * L_20 = V_1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_21 = ObjectWriter_TypeToNameInfo_m8162AAEDE8118FEA10FC6C43D8E9D8FCB4C7EAC3(__this, L_20, /*hidden argument*/NULL);
V_0 = L_21;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_22 = V_0;
NullCheck(L_22);
L_22->set_NItransmitTypeOnMember_9((bool)1);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_23 = V_0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_24 = ___arrayElemTypeNameInfo1;
NullCheck(L_24);
int64_t L_25 = L_24->get_NIobjectId_1();
NullCheck(L_23);
L_23->set_NIobjectId_1(L_25);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_26 = V_0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_27 = ___arrayElemTypeNameInfo1;
NullCheck(L_27);
int64_t L_28 = L_27->get_NIassemId_2();
NullCheck(L_26);
L_26->set_NIassemId_2(L_28);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_29 = V_0;
NullCheck(L_29);
L_29->set_NIisArrayItem_7((bool)1);
goto IL_0089;
}
IL_0080:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_30 = ___arrayElemTypeNameInfo1;
V_0 = L_30;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_31 = V_0;
NullCheck(L_31);
L_31->set_NIisArrayItem_7((bool)1);
}
IL_0089:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_32 = ___arrayElemTypeNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_33 = V_0;
RuntimeObject * L_34 = ___data2;
bool L_35 = ObjectWriter_WriteKnownValueClass_mE49EDCA71032C0119C010EC78F8F44ED0C653CC4(__this, L_32, L_33, L_34, /*hidden argument*/NULL);
if (L_35)
{
goto IL_017d;
}
}
{
RuntimeObject * L_36 = ___data2;
V_3 = L_36;
V_4 = (bool)0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_37 = ___arrayElemTypeNameInfo1;
NullCheck(L_37);
Type_t * L_38 = L_37->get_NItype_4();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_39 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((!(((RuntimeObject*)(Type_t *)L_38) == ((RuntimeObject*)(Type_t *)L_39))))
{
goto IL_00ac;
}
}
{
V_4 = (bool)1;
}
IL_00ac:
{
RuntimeObject * L_40 = V_3;
bool L_41 = V_4;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_42 = V_0;
NullCheck(L_42);
Type_t * L_43 = L_42->get_NItype_4();
int64_t L_44 = ObjectWriter_Schedule_mA8443DFD46DC2B642473DFB631FFFE5CC7DA4C62(__this, L_40, L_41, L_43, /*hidden argument*/NULL);
V_5 = L_44;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_45 = ___arrayElemTypeNameInfo1;
int64_t L_46 = V_5;
NullCheck(L_45);
L_45->set_NIobjectId_1(L_46);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_47 = V_0;
int64_t L_48 = V_5;
NullCheck(L_47);
L_47->set_NIobjectId_1(L_48);
int64_t L_49 = V_5;
if ((((int64_t)L_49) >= ((int64_t)(((int64_t)((int64_t)1))))))
{
goto IL_016e;
}
}
{
RuntimeObject * L_50 = V_3;
RuntimeObject* L_51 = __this->get_m_surrogates_3();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_52 = __this->get_m_context_4();
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_53 = __this->get_serObjectInfoInit_12();
RuntimeObject* L_54 = __this->get_m_formatterConverter_13();
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_55 = __this->get_m_binder_11();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_56 = WriteObjectInfo_Serialize_m8869801598BA9FFE7FB30C4928A85EF8E4699AB9(L_50, L_51, L_52, L_53, L_54, __this, L_55, /*hidden argument*/NULL);
V_6 = L_56;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_57 = V_6;
int64_t L_58 = V_5;
NullCheck(L_57);
L_57->set_objectId_13(L_58);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_59 = ___arrayElemTypeNameInfo1;
NullCheck(L_59);
Type_t * L_60 = L_59->get_NItype_4();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_61 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((((RuntimeObject*)(Type_t *)L_60) == ((RuntimeObject*)(Type_t *)L_61)))
{
goto IL_012f;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_62 = ___arrayElemTypeNameInfo1;
NullCheck(L_62);
Type_t * L_63 = L_62->get_NItype_4();
Type_t * L_64 = Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04(L_63, /*hidden argument*/NULL);
if (L_64)
{
goto IL_012f;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_65 = V_6;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_66 = V_0;
NullCheck(L_66);
int64_t L_67 = L_66->get_NIassemId_2();
NullCheck(L_65);
L_65->set_assemId_14(L_67);
goto IL_013e;
}
IL_012f:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_68 = V_6;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_69 = V_6;
int64_t L_70 = ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF(__this, L_69, /*hidden argument*/NULL);
NullCheck(L_68);
L_68->set_assemId_14(L_70);
}
IL_013e:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_71 = V_6;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_72 = ObjectWriter_TypeToNameInfo_m233FBADC0EF665DF1C2ADC6FDB885AED76E1EEB8(__this, L_71, /*hidden argument*/NULL);
V_7 = L_72;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_73 = V_7;
int64_t L_74 = V_5;
NullCheck(L_73);
L_73->set_NIobjectId_1(L_74);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_75 = V_6;
int64_t L_76 = V_5;
NullCheck(L_75);
L_75->set_objectId_13(L_76);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_77 = V_6;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_78 = V_0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_79 = V_7;
ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923(__this, L_77, L_78, L_79, /*hidden argument*/NULL);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_80 = V_6;
NullCheck(L_80);
WriteObjectInfo_ObjectEnd_m869341C245DFF03C747D6E5F0F44B041D4774429(L_80, /*hidden argument*/NULL);
goto IL_017d;
}
IL_016e:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_81 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_82 = ___arrayElemTypeNameInfo1;
int64_t L_83 = V_5;
NullCheck(L_81);
__BinaryWriter_WriteItemObjectRef_mB9EC4B776701AF91042839BAA9A288F30C7D9343(L_81, L_82, (((int32_t)((int32_t)L_83))), /*hidden argument*/NULL);
}
IL_017d:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_84 = ___arrayElemTypeNameInfo1;
NullCheck(L_84);
bool L_85 = L_84->get_NItransmitTypeOnMember_9();
if (!L_85)
{
goto IL_018c;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_86 = V_0;
ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79(__this, L_86, /*hidden argument*/NULL);
}
IL_018c:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteRectangle(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Int32,System.Int32[],System.Array,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteRectangle_mFFF430430CE53F674FEBF3086CD34B5CD8CA5B3F (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, int32_t ___rank1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___maxA2, RuntimeArray * ___array3, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemNameTypeInfo4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBoundA5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_WriteRectangle_mFFF430430CE53F674FEBF3086CD34B5CD8CA5B3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
{
int32_t L_0 = ___rank1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
V_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
V_2 = (bool)0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___lowerBoundA5;
if (!L_2)
{
goto IL_0028;
}
}
{
V_4 = 0;
goto IL_0023;
}
IL_0014:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = ___lowerBoundA5;
int32_t L_4 = V_4;
NullCheck(L_3);
int32_t L_5 = L_4;
int32_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (!L_6)
{
goto IL_001d;
}
}
{
V_2 = (bool)1;
}
IL_001d:
{
int32_t L_7 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_0023:
{
int32_t L_8 = V_4;
int32_t L_9 = ___rank1;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_0014;
}
}
IL_0028:
{
bool L_10 = V_2;
if (!L_10)
{
goto IL_0032;
}
}
{
int32_t L_11 = ___rank1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_1 = L_12;
}
IL_0032:
{
V_3 = (bool)1;
goto IL_00ce;
}
IL_0039:
{
V_3 = (bool)0;
bool L_13 = V_2;
if (!L_13)
{
goto IL_006f;
}
}
{
V_5 = 0;
goto IL_0057;
}
IL_0043:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = V_1;
int32_t L_15 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = V_0;
int32_t L_17 = V_5;
NullCheck(L_16);
int32_t L_18 = L_17;
int32_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = ___lowerBoundA5;
int32_t L_21 = V_5;
NullCheck(L_20);
int32_t L_22 = L_21;
int32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_23)));
int32_t L_24 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_0057:
{
int32_t L_25 = V_5;
int32_t L_26 = ___rank1;
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_0043;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_27 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_28 = ___arrayElemNameTypeInfo4;
RuntimeArray * L_29 = ___array3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = V_1;
NullCheck(L_29);
RuntimeObject * L_31 = Array_GetValue_m3CEA4EB8E2DAB2C0B9CCC8D6E597F15F82C2C97C(L_29, L_30, /*hidden argument*/NULL);
ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523(__this, L_27, L_28, L_31, /*hidden argument*/NULL);
goto IL_0080;
}
IL_006f:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_32 = ___objectInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_33 = ___arrayElemNameTypeInfo4;
RuntimeArray * L_34 = ___array3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = V_0;
NullCheck(L_34);
RuntimeObject * L_36 = Array_GetValue_m3CEA4EB8E2DAB2C0B9CCC8D6E597F15F82C2C97C(L_34, L_35, /*hidden argument*/NULL);
ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523(__this, L_32, L_33, L_36, /*hidden argument*/NULL);
}
IL_0080:
{
int32_t L_37 = ___rank1;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1));
goto IL_00c9;
}
IL_0087:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = V_0;
int32_t L_39 = V_6;
NullCheck(L_38);
int32_t L_40 = L_39;
int32_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_42 = ___maxA2;
int32_t L_43 = V_6;
NullCheck(L_42);
int32_t L_44 = L_43;
int32_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
if ((((int32_t)L_41) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)))))
{
goto IL_00c3;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_46 = V_0;
int32_t L_47 = V_6;
NullCheck(L_46);
int32_t* L_48 = ((L_46)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_47)));
int32_t L_49 = *((int32_t*)L_48);
*((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
int32_t L_50 = V_6;
int32_t L_51 = ___rank1;
if ((((int32_t)L_50) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1)))))
{
goto IL_00bf;
}
}
{
int32_t L_52 = V_6;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1));
goto IL_00ba;
}
IL_00af:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_53 = V_0;
int32_t L_54 = V_7;
NullCheck(L_53);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(L_54), (int32_t)0);
int32_t L_55 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_00ba:
{
int32_t L_56 = V_7;
int32_t L_57 = ___rank1;
if ((((int32_t)L_56) < ((int32_t)L_57)))
{
goto IL_00af;
}
}
IL_00bf:
{
V_3 = (bool)1;
goto IL_00ce;
}
IL_00c3:
{
int32_t L_58 = V_6;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1));
}
IL_00c9:
{
int32_t L_59 = V_6;
if ((((int32_t)L_59) > ((int32_t)(-1))))
{
goto IL_0087;
}
}
IL_00ce:
{
bool L_60 = V_3;
if (L_60)
{
goto IL_0039;
}
}
{
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetNext(System.Int64U26)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, int64_t* ___objID0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject * V_1 = NULL;
RuntimeObject * V_2 = NULL;
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_0 = __this->get_m_objectQueue_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_0);
if (L_1)
{
goto IL_0013;
}
}
{
int64_t* L_2 = ___objID0;
*((int64_t*)L_2) = (int64_t)(((int64_t)((int64_t)0)));
return NULL;
}
IL_0013:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_3 = __this->get_m_objectQueue_0();
NullCheck(L_3);
RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Queue::Dequeue() */, L_3);
V_1 = L_4;
V_2 = NULL;
RuntimeObject * L_5 = V_1;
if (!((WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)IsInstSealed((RuntimeObject*)L_5, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var)))
{
goto IL_0037;
}
}
{
RuntimeObject * L_6 = V_1;
NullCheck(((WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)CastclassSealed((RuntimeObject*)L_6, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var)));
RuntimeObject * L_7 = ((WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)CastclassSealed((RuntimeObject*)L_6, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var))->get_obj_1();
V_2 = L_7;
goto IL_0039;
}
IL_0037:
{
RuntimeObject * L_8 = V_1;
V_2 = L_8;
}
IL_0039:
{
int64_t* L_9 = ___objID0;
ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_10 = __this->get_m_idGenerator_1();
RuntimeObject * L_11 = V_2;
NullCheck(L_10);
int64_t L_12 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(5 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::HasId(System.Object,System.Boolean&) */, L_10, L_11, (bool*)(&V_0));
*((int64_t*)L_9) = (int64_t)L_12;
bool L_13 = V_0;
if (!L_13)
{
goto IL_0066;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14;
RuntimeObject * L_16 = V_2;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
String_t* L_17 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral0A2A2CCCF2C08C9DE62081AA802F9254CCAC3B94, L_15, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_18 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_18, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33_RuntimeMethod_var);
}
IL_0066:
{
RuntimeObject * L_19 = V_1;
return L_19;
}
}
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::InternalGetId(System.Object,System.Boolean,System.Type,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectWriter_InternalGetId_mCAF53B01A9182E12EF0C5DB4DF4644991240F6F2 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, bool ___assignUniqueIdToValueType1, Type_t * ___type2, bool* ___isNew3, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int32_t V_1 = 0;
{
RuntimeObject * L_0 = ___obj0;
RuntimeObject * L_1 = __this->get_previousObj_15();
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_0014;
}
}
{
bool* L_2 = ___isNew3;
*((int8_t*)L_2) = (int8_t)0;
int64_t L_3 = __this->get_previousId_16();
return L_3;
}
IL_0014:
{
ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_4 = __this->get_m_idGenerator_1();
int32_t L_5 = __this->get_m_currentId_2();
NullCheck(L_4);
L_4->set_m_currentCount_0(L_5);
Type_t * L_6 = ___type2;
if (!L_6)
{
goto IL_004c;
}
}
{
Type_t * L_7 = ___type2;
NullCheck(L_7);
bool L_8 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_004c;
}
}
{
bool L_9 = ___assignUniqueIdToValueType1;
if (L_9)
{
goto IL_004c;
}
}
{
bool* L_10 = ___isNew3;
*((int8_t*)L_10) = (int8_t)0;
int32_t L_11 = __this->get_m_currentId_2();
V_1 = L_11;
int32_t L_12 = V_1;
__this->set_m_currentId_2(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
int32_t L_13 = V_1;
return (((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)(-1), (int32_t)L_13)))));
}
IL_004c:
{
int32_t L_14 = __this->get_m_currentId_2();
__this->set_m_currentId_2(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)));
ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_15 = __this->get_m_idGenerator_1();
RuntimeObject * L_16 = ___obj0;
bool* L_17 = ___isNew3;
NullCheck(L_15);
int64_t L_18 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(4 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&) */, L_15, L_16, (bool*)L_17);
V_0 = L_18;
RuntimeObject * L_19 = ___obj0;
__this->set_previousObj_15(L_19);
int64_t L_20 = V_0;
__this->set_previousId_16(L_20);
int64_t L_21 = V_0;
return L_21;
}
}
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Schedule(System.Object,System.Boolean,System.Type)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectWriter_Schedule_mA8443DFD46DC2B642473DFB631FFFE5CC7DA4C62 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, bool ___assignUniqueIdToValueType1, Type_t * ___type2, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___obj0;
bool L_1 = ___assignUniqueIdToValueType1;
Type_t * L_2 = ___type2;
int64_t L_3 = ObjectWriter_Schedule_m9FF1E4BB7244D5F3BA4B86FA8FD9ED92E1AEEE65(__this, L_0, L_1, L_2, (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)NULL, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::Schedule(System.Object,System.Boolean,System.Type,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectWriter_Schedule_m9FF1E4BB7244D5F3BA4B86FA8FD9ED92E1AEEE65 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, bool ___assignUniqueIdToValueType1, Type_t * ___type2, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo3, const RuntimeMethod* method)
{
bool V_0 = false;
int64_t V_1 = 0;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_0006;
}
}
{
return (((int64_t)((int64_t)0)));
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
bool L_2 = ___assignUniqueIdToValueType1;
Type_t * L_3 = ___type2;
int64_t L_4 = ObjectWriter_InternalGetId_mCAF53B01A9182E12EF0C5DB4DF4644991240F6F2(__this, L_1, L_2, L_3, (bool*)(&V_0), /*hidden argument*/NULL);
V_1 = L_4;
bool L_5 = V_0;
if (!L_5)
{
goto IL_0039;
}
}
{
int64_t L_6 = V_1;
if ((((int64_t)L_6) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0039;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_7 = ___objectInfo3;
if (L_7)
{
goto IL_002c;
}
}
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_8 = __this->get_m_objectQueue_0();
RuntimeObject * L_9 = ___obj0;
NullCheck(L_8);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_8, L_9);
goto IL_0039;
}
IL_002c:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_10 = __this->get_m_objectQueue_0();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_11 = ___objectInfo3;
NullCheck(L_10);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_10, L_11);
}
IL_0039:
{
int64_t L_12 = V_1;
return L_12;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteKnownValueClass(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR bool ObjectWriter_WriteKnownValueClass_mE49EDCA71032C0119C010EC78F8F44ED0C653CC4 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___data2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_WriteKnownValueClass_mE49EDCA71032C0119C010EC78F8F44ED0C653CC4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___typeNameInfo1;
NullCheck(L_0);
Type_t * L_1 = L_0->get_NItype_4();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_2 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_2))))
{
goto IL_0018;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_4 = ___typeNameInfo1;
RuntimeObject * L_5 = ___data2;
ObjectWriter_WriteString_mF71F1619B308E83F2FAF40BB3B4F008EA7E71DCA(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
goto IL_0048;
}
IL_0018:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___typeNameInfo1;
NullCheck(L_6);
int32_t L_7 = L_6->get_NIprimitiveTypeEnum_3();
if (L_7)
{
goto IL_0022;
}
}
{
return (bool)0;
}
IL_0022:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_8 = ___typeNameInfo1;
NullCheck(L_8);
bool L_9 = L_8->get_NIisArray_6();
if (!L_9)
{
goto IL_003a;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_10 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_11 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_12 = ___typeNameInfo1;
RuntimeObject * L_13 = ___data2;
NullCheck(L_10);
__BinaryWriter_WriteItem_m1EA983956A213E49C57BB9712ACB5FFA8E867B92(L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
goto IL_0048;
}
IL_003a:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_14 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_15 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_16 = ___typeNameInfo1;
RuntimeObject * L_17 = ___data2;
NullCheck(L_14);
__BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D(L_14, L_15, L_16, L_17, /*hidden argument*/NULL);
}
IL_0048:
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectRef_m368D1F6A8C8868E73140835176A129FFC2474D2F (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, int64_t ___objectId1, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ___nameInfo0;
int64_t L_2 = ___objectId1;
NullCheck(L_0);
__BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF(L_0, L_1, (((int32_t)((int32_t)L_2))), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteString(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteString_mF71F1619B308E83F2FAF40BB3B4F008EA7E71DCA (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___stringObject2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_WriteString_mF71F1619B308E83F2FAF40BB3B4F008EA7E71DCA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int64_t V_1 = 0;
{
V_0 = (bool)1;
V_1 = (((int64_t)((int64_t)(-1))));
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_0 = __this->get_formatterEnums_10();
NullCheck(L_0);
int32_t L_1 = L_0->get_FEtypeFormat_0();
bool L_2 = ObjectWriter_CheckTypeFormat_m60CF400E1C7EFC98B25A6E00BBCC6C0691803993(__this, L_1, 2, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0025;
}
}
{
RuntimeObject * L_3 = ___stringObject2;
int64_t L_4 = ObjectWriter_InternalGetId_mCAF53B01A9182E12EF0C5DB4DF4644991240F6F2(__this, L_3, (bool)0, (Type_t *)NULL, (bool*)(&V_0), /*hidden argument*/NULL);
V_1 = L_4;
}
IL_0025:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_5 = ___typeNameInfo1;
int64_t L_6 = V_1;
NullCheck(L_5);
L_5->set_NIobjectId_1(L_6);
bool L_7 = V_0;
if (L_7)
{
goto IL_0034;
}
}
{
int64_t L_8 = V_1;
if ((((int64_t)L_8) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0048;
}
}
IL_0034:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_9 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_10 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_11 = ___typeNameInfo1;
RuntimeObject * L_12 = ___stringObject2;
NullCheck(L_9);
__BinaryWriter_WriteMemberString_m2633F38F3CD4A4F0761D7B68C0BF6A5A64B9E20D(L_9, L_10, L_11, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_0048:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_13 = ___memberNameInfo0;
int64_t L_14 = V_1;
ObjectWriter_WriteObjectRef_m368D1F6A8C8868E73140835176A129FFC2474D2F(__this, L_13, L_14, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectWriter::CheckForNull(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR bool ObjectWriter_CheckForNull_m88681B58CD90B7DA790D12B16798FB98883BFA1C (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo1, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo2, RuntimeObject * ___data3, const RuntimeMethod* method)
{
bool V_0 = false;
{
V_0 = (bool)0;
RuntimeObject * L_0 = ___data3;
if (L_0)
{
goto IL_0008;
}
}
{
V_0 = (bool)1;
}
IL_0008:
{
bool L_1 = V_0;
if (!L_1)
{
goto IL_0087;
}
}
{
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_2 = __this->get_formatterEnums_10();
NullCheck(L_2);
int32_t L_3 = L_2->get_FEserializerTypeEnum_3();
if ((((int32_t)L_3) == ((int32_t)2)))
{
goto IL_004d;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_4 = ___memberNameInfo1;
NullCheck(L_4);
bool L_5 = L_4->get_NIisArrayItem_7();
if (L_5)
{
goto IL_004d;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___memberNameInfo1;
NullCheck(L_6);
bool L_7 = L_6->get_NItransmitTypeOnObject_8();
if (L_7)
{
goto IL_004d;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_8 = ___memberNameInfo1;
NullCheck(L_8);
bool L_9 = L_8->get_NItransmitTypeOnMember_9();
if (L_9)
{
goto IL_004d;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_10 = ___objectInfo0;
NullCheck(L_10);
bool L_11 = L_10->get_isSi_3();
if (L_11)
{
goto IL_004d;
}
}
{
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * L_12 = __this->get_formatterEnums_10();
NullCheck(L_12);
int32_t L_13 = L_12->get_FEtypeFormat_0();
bool L_14 = ObjectWriter_CheckTypeFormat_m60CF400E1C7EFC98B25A6E00BBCC6C0691803993(__this, L_13, 1, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0087;
}
}
IL_004d:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_15 = ___typeNameInfo2;
NullCheck(L_15);
bool L_16 = L_15->get_NIisArrayItem_7();
if (!L_16)
{
goto IL_007a;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___typeNameInfo2;
NullCheck(L_17);
int32_t L_18 = L_17->get_NIarrayEnum_11();
if ((!(((uint32_t)L_18) == ((uint32_t)1))))
{
goto IL_006b;
}
}
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_19 = __this->get_serWriter_5();
NullCheck(L_19);
__BinaryWriter_WriteDelayedNullItem_mEE5EF8F308AC0D44C3E0074342ABF1EFA3D605BC(L_19, /*hidden argument*/NULL);
goto IL_0087;
}
IL_006b:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_20 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_21 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_22 = ___typeNameInfo2;
NullCheck(L_20);
__BinaryWriter_WriteNullItem_mC1771E3B91B2343B342E14900D6CDD382142BDF2(L_20, L_21, L_22, /*hidden argument*/NULL);
goto IL_0087;
}
IL_007a:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_23 = __this->get_serWriter_5();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_24 = ___memberNameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_25 = ___typeNameInfo2;
NullCheck(L_23);
__BinaryWriter_WriteNullMember_m704E5E682139DD2DF43E509B19DA06533E53BD56(L_23, L_24, L_25, /*hidden argument*/NULL);
}
IL_0087:
{
bool L_26 = V_0;
return L_26;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteSerializedStreamHeader(System.Int64,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteSerializedStreamHeader_mD408BFBB0E2309B78C4ABF2AFC56D98ABED6EC71 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, int64_t ___topId0, int64_t ___headerId1, const RuntimeMethod* method)
{
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_0 = __this->get_serWriter_5();
int64_t L_1 = ___topId0;
int64_t L_2 = ___headerId1;
NullCheck(L_0);
__BinaryWriter_WriteSerializationHeader_m8C66A66AA79EBE2DC8D85DDDA970C8031734BE99(L_0, (((int32_t)((int32_t)L_1))), (((int32_t)((int32_t)L_2))), 1, 0, /*hidden argument*/NULL);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Type,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_TypeToNameInfo_m8DCC97347FB4E5B1C8333120755949B004534784 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo1, int32_t ___code2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo3, const RuntimeMethod* method)
{
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___nameInfo3;
if (L_0)
{
goto IL_000e;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ObjectWriter_GetNameInfo_mF17FBDEDAF4CA2B92AFAEEB97A037D620A7A3332(__this, /*hidden argument*/NULL);
___nameInfo3 = L_1;
goto IL_0015;
}
IL_000e:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___nameInfo3;
NullCheck(L_2);
NameInfo_Init_m00EB22D0A21850F82D88249E9A1B37DC69226645(L_2, /*hidden argument*/NULL);
}
IL_0015:
{
int32_t L_3 = ___code2;
if (L_3)
{
goto IL_0035;
}
}
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_4 = ___objectInfo1;
if (!L_4)
{
goto IL_0035;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_5 = ___nameInfo3;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_6 = ___objectInfo1;
NullCheck(L_6);
String_t* L_7 = WriteObjectInfo_GetTypeFullName_mDD23416337907CECB5C9F9852586324CB0B4A5A8(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
NameInfo_set_NIname_m3E6875566BF50F8E2DEE02AA9DCA45174F0ABBDA(L_5, L_7, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_8 = ___nameInfo3;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_9 = ___objectInfo1;
NullCheck(L_9);
int64_t L_10 = L_9->get_assemId_14();
NullCheck(L_8);
L_8->set_NIassemId_2(L_10);
}
IL_0035:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_11 = ___nameInfo3;
int32_t L_12 = ___code2;
NullCheck(L_11);
L_11->set_NIprimitiveTypeEnum_3(L_12);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_13 = ___nameInfo3;
Type_t * L_14 = ___type0;
NullCheck(L_13);
L_13->set_NItype_4(L_14);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_15 = ___nameInfo3;
return L_15;
}
}
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Type)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_TypeToNameInfo_m8162AAEDE8118FEA10FC6C43D8E9D8FCB4C7EAC3 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___type0;
Type_t * L_1 = ___type0;
int32_t L_2 = ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83(__this, L_1, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ObjectWriter_TypeToNameInfo_m8DCC97347FB4E5B1C8333120755949B004534784(__this, L_0, (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)NULL, L_2, (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)NULL, /*hidden argument*/NULL);
return L_3;
}
}
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_TypeToNameInfo_m233FBADC0EF665DF1C2ADC6FDB885AED76E1EEB8 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, const RuntimeMethod* method)
{
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_0 = ___objectInfo0;
NullCheck(L_0);
Type_t * L_1 = L_0->get_objectType_2();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___objectInfo0;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_3 = ___objectInfo0;
NullCheck(L_3);
Type_t * L_4 = L_3->get_objectType_2();
int32_t L_5 = ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83(__this, L_4, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ObjectWriter_TypeToNameInfo_m8DCC97347FB4E5B1C8333120755949B004534784(__this, L_1, L_2, L_5, (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)NULL, /*hidden argument*/NULL);
return L_6;
}
}
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_TypeToNameInfo_m7B7A2186CA4E7B552E9D1693DFF3C0CF24C54B62 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo1, const RuntimeMethod* method)
{
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_0 = ___objectInfo0;
NullCheck(L_0);
Type_t * L_1 = L_0->get_objectType_2();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___objectInfo0;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_3 = ___objectInfo0;
NullCheck(L_3);
Type_t * L_4 = L_3->get_objectType_2();
int32_t L_5 = ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83(__this, L_4, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___nameInfo1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_7 = ObjectWriter_TypeToNameInfo_m8DCC97347FB4E5B1C8333120755949B004534784(__this, L_1, L_2, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::TypeToNameInfo(System.Type,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_TypeToNameInfo_mA0F0A7D5634B921A64279BBCF286FC61409A2B0B (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo1, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___type0;
Type_t * L_1 = ___type0;
int32_t L_2 = ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83(__this, L_1, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ___nameInfo1;
ObjectWriter_TypeToNameInfo_m8DCC97347FB4E5B1C8333120755949B004534784(__this, L_0, (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)NULL, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::MemberToNameInfo(System.String)
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_MemberToNameInfo_mB42466FFB8A464936787A42FDA42F24F086510A7 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ObjectWriter_GetNameInfo_mF17FBDEDAF4CA2B92AFAEEB97A037D620A7A3332(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = L_0;
String_t* L_2 = ___name0;
NullCheck(L_1);
NameInfo_set_NIname_m3E6875566BF50F8E2DEE02AA9DCA45174F0ABBDA(L_1, L_2, /*hidden argument*/NULL);
return L_1;
}
}
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ObjectWriter::ToCode(System.Type)
extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Type_t * L_0 = __this->get_previousType_17();
Type_t * L_1 = ___type0;
if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1))))
{
goto IL_0010;
}
}
{
int32_t L_2 = __this->get_previousCode_18();
return L_2;
}
IL_0010:
{
Type_t * L_3 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_4 = Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1(L_3, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = V_0;
if (!L_5)
{
goto IL_0028;
}
}
{
Type_t * L_6 = ___type0;
__this->set_previousType_17(L_6);
int32_t L_7 = V_0;
__this->set_previousCode_18(L_7);
}
IL_0028:
{
int32_t L_8 = V_0;
return L_8;
}
}
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetAssemblyId(System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
bool V_1 = false;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_assemblyToIdTable_19();
if (L_0)
{
goto IL_0014;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9(L_1, 5, /*hidden argument*/NULL);
__this->set_assemblyToIdTable_19(L_1);
}
IL_0014:
{
V_0 = (((int64_t)((int64_t)0)));
V_1 = (bool)0;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___objectInfo0;
NullCheck(L_2);
String_t* L_3 = WriteObjectInfo_GetAssemblyString_m149D6DF6A6D3E48B0A4D479ACAC076BF43455DDF(L_2, /*hidden argument*/NULL);
V_2 = L_3;
String_t* L_4 = V_2;
V_3 = L_4;
String_t* L_5 = V_2;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_002f;
}
}
{
V_0 = (((int64_t)((int64_t)0)));
goto IL_00a2;
}
IL_002f:
{
String_t* L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
String_t* L_8 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_urtAssemblyString_27();
NullCheck(L_7);
bool L_9 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0041;
}
}
{
V_0 = (((int64_t)((int64_t)0)));
goto IL_00a2;
}
IL_0041:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get_assemblyToIdTable_19();
String_t* L_11 = V_2;
NullCheck(L_10);
bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(19 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_10, L_11);
if (!L_12)
{
goto IL_0065;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_assemblyToIdTable_19();
String_t* L_14 = V_2;
NullCheck(L_13);
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14);
V_0 = ((*(int64_t*)((int64_t*)UnBox(L_15, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
V_1 = (bool)0;
goto IL_008d;
}
IL_0065:
{
String_t* L_16 = V_2;
String_t* L_17 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral2237986FB3A858EE35807743FFEB4ED04BDB5244, L_16, /*hidden argument*/NULL);
int64_t L_18 = ObjectWriter_InternalGetId_mCAF53B01A9182E12EF0C5DB4DF4644991240F6F2(__this, L_17, (bool)0, (Type_t *)NULL, (bool*)(&V_1), /*hidden argument*/NULL);
V_0 = L_18;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_19 = __this->get_assemblyToIdTable_19();
String_t* L_20 = V_2;
int64_t L_21 = V_0;
int64_t L_22 = L_21;
RuntimeObject * L_23 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_22);
NullCheck(L_19);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, L_20, L_23);
}
IL_008d:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_24 = __this->get_serWriter_5();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_25 = ___objectInfo0;
NullCheck(L_25);
Type_t * L_26 = L_25->get_objectType_2();
String_t* L_27 = V_3;
int64_t L_28 = V_0;
bool L_29 = V_1;
NullCheck(L_24);
__BinaryWriter_WriteAssembly_m7E65E787D6E845F91A81509D0ADF197EC61BEAC7(L_24, L_26, L_27, (((int32_t)((int32_t)L_28))), L_29, /*hidden argument*/NULL);
}
IL_00a2:
{
int64_t L_30 = V_0;
return L_30;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetType(System.Object)
extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Runtime.Serialization.Formatters.Binary.NameInfo System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetNameInfo()
extern "C" IL2CPP_METHOD_ATTR NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ObjectWriter_GetNameInfo_mF17FBDEDAF4CA2B92AFAEEB97A037D620A7A3332 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectWriter_GetNameInfo_mF17FBDEDAF4CA2B92AFAEEB97A037D620A7A3332_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * V_0 = NULL;
{
V_0 = (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)NULL;
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_niPool_20();
NullCheck(L_0);
bool L_1 = SerStack_IsEmpty_mF546297BB089E963CAEC7F4A3F59C424F47BD661(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0028;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_2 = __this->get_niPool_20();
NullCheck(L_2);
RuntimeObject * L_3 = SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_2, /*hidden argument*/NULL);
V_0 = ((NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)CastclassSealed((RuntimeObject*)L_3, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77_il2cpp_TypeInfo_var));
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_4 = V_0;
NullCheck(L_4);
NameInfo_Init_m00EB22D0A21850F82D88249E9A1B37DC69226645(L_4, /*hidden argument*/NULL);
goto IL_002e;
}
IL_0028:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_5 = (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 *)il2cpp_codegen_object_new(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77_il2cpp_TypeInfo_var);
NameInfo__ctor_m8DC901BC4060A4049F2BDF69807722329FD51672(L_5, /*hidden argument*/NULL);
V_0 = L_5;
}
IL_002e:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = V_0;
return L_6;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectWriter::CheckTypeFormat(System.Runtime.Serialization.Formatters.FormatterTypeStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle)
extern "C" IL2CPP_METHOD_ATTR bool ObjectWriter_CheckTypeFormat_m60CF400E1C7EFC98B25A6E00BBCC6C0691803993 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, int32_t ___test0, int32_t ___want1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___test0;
int32_t L_1 = ___want1;
int32_t L_2 = ___want1;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((int32_t)L_2))? 1 : 0);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::PutNameInfo(System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_PutNameInfo_m60B4804558D54E111C37CB8BB60F9F8F65258D79 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, const RuntimeMethod* method)
{
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_niPool_20();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ___nameInfo0;
NullCheck(L_0);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(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.Runtime.Serialization.Formatters.Binary.ParseRecord::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ParseRecord__ctor_mD26BC726525E21C2876D8914F44500EED66B8521 (ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::Init()
extern "C" IL2CPP_METHOD_ATTR void ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC (ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * __this, const RuntimeMethod* method)
{
{
__this->set_PRparseTypeEnum_1(0);
__this->set_PRobjectTypeEnum_2(0);
__this->set_PRarrayTypeEnum_3(0);
__this->set_PRmemberTypeEnum_4(0);
__this->set_PRmemberValueEnum_5(0);
__this->set_PRobjectPositionEnum_6(0);
__this->set_PRname_7((String_t*)NULL);
__this->set_PRvalue_8((String_t*)NULL);
__this->set_PRkeyDt_10((String_t*)NULL);
__this->set_PRdtType_11((Type_t *)NULL);
__this->set_PRdtTypeCode_12(0);
__this->set_PRisEnum_13((bool)0);
__this->set_PRobjectId_14((((int64_t)((int64_t)0))));
__this->set_PRidRef_15((((int64_t)((int64_t)0))));
__this->set_PRarrayElementTypeString_16((String_t*)NULL);
__this->set_PRarrayElementType_17((Type_t *)NULL);
__this->set_PRisArrayVariant_18((bool)0);
__this->set_PRarrayElementTypeCode_19(0);
__this->set_PRrank_20(0);
__this->set_PRlengthA_21((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL);
__this->set_PRpositionA_22((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL);
__this->set_PRlowerBoundA_23((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL);
__this->set_PRupperBoundA_24((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL);
__this->set_PRindexMap_25((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL);
__this->set_PRmemberIndex_26(0);
__this->set_PRlinearlength_27(0);
__this->set_PRrectangularMap_28((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL);
__this->set_PRisLowerBound_29((bool)0);
__this->set_PRtopId_30((((int64_t)((int64_t)0))));
__this->set_PRheaderId_31((((int64_t)((int64_t)0))));
__this->set_PRisValueTypeFixup_33((bool)0);
__this->set_PRnewObj_34(NULL);
__this->set_PRobjectA_35((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
__this->set_PRprimitiveArray_36((PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 *)NULL);
__this->set_PRobjectInfo_32((ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 *)NULL);
__this->set_PRisRegistered_37((bool)0);
__this->set_PRmemberData_38((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
__this->set_PRsi_39((SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL);
__this->set_PRnullCount_40(0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::.cctor()
extern "C" IL2CPP_METHOD_ATTR void ParseRecord__cctor_m3D427120DB6BC9A24F41BA46FC15FA4032765F2F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParseRecord__cctor_m3D427120DB6BC9A24F41BA46FC15FA4032765F2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_StaticFields*)il2cpp_codegen_static_fields_for(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var))->set_parseRecordIdCount_0(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.Runtime.Serialization.Formatters.Binary.PrimitiveArray::.ctor(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Array)
extern "C" IL2CPP_METHOD_ATTR void PrimitiveArray__ctor_m20243BD5BBDABAD6939022C89CE1ED6F90C8DCCA (PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * __this, int32_t ___code0, RuntimeArray * ___array1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___code0;
RuntimeArray * L_1 = ___array1;
PrimitiveArray_Init_mFC3ABB39146CEDF76DA6D3465414C7B1744CBE45(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::Init(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Array)
extern "C" IL2CPP_METHOD_ATTR void PrimitiveArray_Init_mFC3ABB39146CEDF76DA6D3465414C7B1744CBE45 (PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * __this, int32_t ___code0, RuntimeArray * ___array1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrimitiveArray_Init_mFC3ABB39146CEDF76DA6D3465414C7B1744CBE45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___code0;
__this->set_code_0(L_0);
int32_t L_1 = ___code0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
{
case 0:
{
goto IL_0050;
}
case 1:
{
goto IL_00de;
}
case 2:
{
goto IL_005d;
}
case 3:
{
goto IL_00de;
}
case 4:
{
goto IL_00de;
}
case 5:
{
goto IL_006a;
}
case 6:
{
goto IL_0077;
}
case 7:
{
goto IL_0084;
}
case 8:
{
goto IL_0091;
}
case 9:
{
goto IL_009e;
}
case 10:
{
goto IL_00ab;
}
case 11:
{
goto IL_00de;
}
case 12:
{
goto IL_00de;
}
case 13:
{
goto IL_00b8;
}
case 14:
{
goto IL_00c5;
}
case 15:
{
goto IL_00d2;
}
}
}
{
return;
}
IL_0050:
{
RuntimeArray * L_2 = ___array1;
__this->set_booleanA_1(((BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)Castclass((RuntimeObject*)L_2, BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var)));
return;
}
IL_005d:
{
RuntimeArray * L_3 = ___array1;
__this->set_charA_2(((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)Castclass((RuntimeObject*)L_3, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var)));
return;
}
IL_006a:
{
RuntimeArray * L_4 = ___array1;
__this->set_doubleA_3(((DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)Castclass((RuntimeObject*)L_4, DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_il2cpp_TypeInfo_var)));
return;
}
IL_0077:
{
RuntimeArray * L_5 = ___array1;
__this->set_int16A_4(((Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)Castclass((RuntimeObject*)L_5, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var)));
return;
}
IL_0084:
{
RuntimeArray * L_6 = ___array1;
__this->set_int32A_5(((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)Castclass((RuntimeObject*)L_6, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var)));
return;
}
IL_0091:
{
RuntimeArray * L_7 = ___array1;
__this->set_int64A_6(((Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)Castclass((RuntimeObject*)L_7, Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var)));
return;
}
IL_009e:
{
RuntimeArray * L_8 = ___array1;
__this->set_sbyteA_7(((SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)Castclass((RuntimeObject*)L_8, SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var)));
return;
}
IL_00ab:
{
RuntimeArray * L_9 = ___array1;
__this->set_singleA_8(((SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)Castclass((RuntimeObject*)L_9, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var)));
return;
}
IL_00b8:
{
RuntimeArray * L_10 = ___array1;
__this->set_uint16A_9(((UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)Castclass((RuntimeObject*)L_10, UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var)));
return;
}
IL_00c5:
{
RuntimeArray * L_11 = ___array1;
__this->set_uint32A_10(((UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)Castclass((RuntimeObject*)L_11, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var)));
return;
}
IL_00d2:
{
RuntimeArray * L_12 = ___array1;
__this->set_uint64A_11(((UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)Castclass((RuntimeObject*)L_12, UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_il2cpp_TypeInfo_var)));
}
IL_00de:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::SetValue(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void PrimitiveArray_SetValue_mF2D7B1D18196B975D62670A7B2804879D25EDB4B (PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4 * __this, String_t* ___value0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrimitiveArray_SetValue_mF2D7B1D18196B975D62670A7B2804879D25EDB4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_code_0();
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
{
case 0:
{
goto IL_0050;
}
case 1:
{
goto IL_0143;
}
case 2:
{
goto IL_005f;
}
case 3:
{
goto IL_0143;
}
case 4:
{
goto IL_0143;
}
case 5:
{
goto IL_0090;
}
case 6:
{
goto IL_00a4;
}
case 7:
{
goto IL_00b8;
}
case 8:
{
goto IL_00cc;
}
case 9:
{
goto IL_00e0;
}
case 10:
{
goto IL_00f4;
}
case 11:
{
goto IL_0143;
}
case 12:
{
goto IL_0143;
}
case 13:
{
goto IL_0108;
}
case 14:
{
goto IL_011c;
}
case 15:
{
goto IL_0130;
}
}
}
{
return;
}
IL_0050:
{
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_2 = __this->get_booleanA_1();
int32_t L_3 = ___index1;
String_t* L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var);
bool L_5 = Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F(L_4, /*hidden argument*/NULL);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (bool)L_5);
return;
}
IL_005f:
{
String_t* L_6 = ___value0;
NullCheck(L_6);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)95)))))
{
goto IL_0081;
}
}
{
String_t* L_8 = ___value0;
NullCheck(L_8);
bool L_9 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_8, _stringLiteral1145D7FF5DA39D12C22BC0CEEA6DD6A10244B190, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0081;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = __this->get_charA_2();
int32_t L_11 = ___index1;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (Il2CppChar)0);
return;
}
IL_0081:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = __this->get_charA_2();
int32_t L_13 = ___index1;
String_t* L_14 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_15 = Char_Parse_mD55168D7D07F3B2336263A978C44F1E8F6D965EB(L_14, /*hidden argument*/NULL);
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Il2CppChar)L_15);
return;
}
IL_0090:
{
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_16 = __this->get_doubleA_3();
int32_t L_17 = ___index1;
String_t* L_18 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
double L_20 = Double_Parse_m598B75F6A7C50F719F439CF354BDDD22B9AF8C67(L_18, L_19, /*hidden argument*/NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (double)L_20);
return;
}
IL_00a4:
{
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_21 = __this->get_int16A_4();
int32_t L_22 = ___index1;
String_t* L_23 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int16_t L_25 = Int16_Parse_m1BA1421C8060847322823397FAE590E371B0A92F(L_23, L_24, /*hidden argument*/NULL);
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (int16_t)L_25);
return;
}
IL_00b8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = __this->get_int32A_5();
int32_t L_27 = ___index1;
String_t* L_28 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_30 = Int32_Parse_m9FD0A75E9C7A9BFC26070A60A420D77CD629CC58(L_28, L_29, /*hidden argument*/NULL);
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (int32_t)L_30);
return;
}
IL_00cc:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_31 = __this->get_int64A_6();
int32_t L_32 = ___index1;
String_t* L_33 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_34 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int64_t L_35 = Int64_Parse_m58A1CEB948FDC6C2ECCA27CA9D19CB904BF98FD4(L_33, L_34, /*hidden argument*/NULL);
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (int64_t)L_35);
return;
}
IL_00e0:
{
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_36 = __this->get_sbyteA_7();
int32_t L_37 = ___index1;
String_t* L_38 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_39 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int8_t L_40 = SByte_Parse_m463EDECF23E836076D4EAD9C267759FCED4E9A9A(L_38, L_39, /*hidden argument*/NULL);
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (int8_t)L_40);
return;
}
IL_00f4:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_41 = __this->get_singleA_8();
int32_t L_42 = ___index1;
String_t* L_43 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_44 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
float L_45 = Single_Parse_m341EA42F7782B136FA7335771DA3C6C96AF6BD86(L_43, L_44, /*hidden argument*/NULL);
NullCheck(L_41);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(L_42), (float)L_45);
return;
}
IL_0108:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_46 = __this->get_uint16A_9();
int32_t L_47 = ___index1;
String_t* L_48 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_49 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
uint16_t L_50 = UInt16_Parse_m63ED81DBC50063DC0C6A7BD92F38D42CE36C14F8(L_48, L_49, /*hidden argument*/NULL);
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(L_47), (uint16_t)L_50);
return;
}
IL_011c:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_51 = __this->get_uint32A_10();
int32_t L_52 = ___index1;
String_t* L_53 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_54 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
uint32_t L_55 = UInt32_Parse_mE1049C2D5FDBBA83337898D8608580C6E1CCFEE1(L_53, L_54, /*hidden argument*/NULL);
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(L_52), (uint32_t)L_55);
return;
}
IL_0130:
{
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_56 = __this->get_uint64A_11();
int32_t L_57 = ___index1;
String_t* L_58 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_59 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
uint64_t L_60 = UInt64_Parse_m601A733732850A76D2469F084F2F0E718EBFFD14(L_58, L_59, /*hidden argument*/NULL);
NullCheck(L_56);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(L_57), (uint64_t)L_60);
}
IL_0143:
{
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.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo__ctor_mE1000F4A3885002063AD412AFA3EEB9464702A68 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::ObjectEnd()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_ObjectEnd_mDB3D5E029D2A3E941BD887E633495FE8DCDD5A64 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::PrepareForReuse()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_PrepareForReuse_mED74C4E395465B67971C214B6EF84F2A97756F90 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method)
{
{
__this->set_lastPosition_12(0);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Create(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ReadObjectInfo_Create_m8B305BBD07591887E8D4EDAA7D307E0453B75381 (Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager3, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit4, RuntimeObject* ___converter5, bool ___bSimpleAssembly6, const RuntimeMethod* method)
{
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = ___serObjectInfoInit4;
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_1 = ReadObjectInfo_GetObjectInfo_mD6245880B46D09C76081B6A8EA9A9A0E3F608932(L_0, /*hidden argument*/NULL);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_2 = L_1;
Type_t * L_3 = ___objectType0;
RuntimeObject* L_4 = ___surrogateSelector1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context2;
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_6 = ___objectManager3;
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_7 = ___serObjectInfoInit4;
RuntimeObject* L_8 = ___converter5;
bool L_9 = ___bSimpleAssembly6;
NullCheck(L_2);
ReadObjectInfo_Init_m06CE9553899E66B41D9295A05B3870E950399B3D(L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Init(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_Init_m06CE9553899E66B41D9295A05B3870E950399B3D (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager3, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit4, RuntimeObject* ___converter5, bool ___bSimpleAssembly6, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___objectType0;
__this->set_objectType_2(L_0);
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_1 = ___objectManager3;
__this->set_objectManager_3(L_1);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = ___context2;
__this->set_context_14(L_2);
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_3 = ___serObjectInfoInit4;
__this->set_serObjectInfoInit_16(L_3);
RuntimeObject* L_4 = ___converter5;
__this->set_formatterConverter_17(L_4);
bool L_5 = ___bSimpleAssembly6;
__this->set_bSimpleAssembly_8(L_5);
Type_t * L_6 = ___objectType0;
RuntimeObject* L_7 = ___surrogateSelector1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_8 = ___context2;
ReadObjectInfo_InitReadConstructor_mE7FD822151F5BA3A5D792D20E0389A869FE60FEE(__this, L_6, L_7, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Create(System.Type,System.String[],System.Type[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ReadObjectInfo_Create_m0C3E00984DA750670AD5BC48E7E9C681E783B192 (Type_t * ___objectType0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, RuntimeObject* ___surrogateSelector3, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context4, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager5, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit6, RuntimeObject* ___converter7, bool ___bSimpleAssembly8, const RuntimeMethod* method)
{
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = ___serObjectInfoInit6;
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_1 = ReadObjectInfo_GetObjectInfo_mD6245880B46D09C76081B6A8EA9A9A0E3F608932(L_0, /*hidden argument*/NULL);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_2 = L_1;
Type_t * L_3 = ___objectType0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___memberNames1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = ___memberTypes2;
RuntimeObject* L_6 = ___surrogateSelector3;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_7 = ___context4;
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_8 = ___objectManager5;
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_9 = ___serObjectInfoInit6;
RuntimeObject* L_10 = ___converter7;
bool L_11 = ___bSimpleAssembly8;
NullCheck(L_2);
ReadObjectInfo_Init_mC67E96B220D5261577F0B5FA1CE77C973CEF2B03(L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Init(System.Type,System.String[],System.Type[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_Init_mC67E96B220D5261577F0B5FA1CE77C973CEF2B03 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, Type_t * ___objectType0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, RuntimeObject* ___surrogateSelector3, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context4, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___objectManager5, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit6, RuntimeObject* ___converter7, bool ___bSimpleAssembly8, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___objectType0;
__this->set_objectType_2(L_0);
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_1 = ___objectManager5;
__this->set_objectManager_3(L_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___memberNames1;
__this->set_wireMemberNames_10(L_2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = ___memberTypes2;
__this->set_wireMemberTypes_11(L_3);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_4 = ___context4;
__this->set_context_14(L_4);
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_5 = ___serObjectInfoInit6;
__this->set_serObjectInfoInit_16(L_5);
RuntimeObject* L_6 = ___converter7;
__this->set_formatterConverter_17(L_6);
bool L_7 = ___bSimpleAssembly8;
__this->set_bSimpleAssembly_8(L_7);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = ___memberNames1;
if (!L_8)
{
goto IL_0047;
}
}
{
__this->set_isNamed_6((bool)1);
}
IL_0047:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = ___memberTypes2;
if (!L_9)
{
goto IL_0051;
}
}
{
__this->set_isTyped_7((bool)1);
}
IL_0051:
{
Type_t * L_10 = ___objectType0;
if (!L_10)
{
goto IL_005f;
}
}
{
Type_t * L_11 = ___objectType0;
RuntimeObject* L_12 = ___surrogateSelector3;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_13 = ___context4;
ReadObjectInfo_InitReadConstructor_mE7FD822151F5BA3A5D792D20E0389A869FE60FEE(__this, L_11, L_12, L_13, /*hidden argument*/NULL);
}
IL_005f:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitReadConstructor(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitReadConstructor_mE7FD822151F5BA3A5D792D20E0389A869FE60FEE (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_InitReadConstructor_mE7FD822151F5BA3A5D792D20E0389A869FE60FEE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Type_t * L_0 = ___objectType0;
NullCheck(L_0);
bool L_1 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
ReadObjectInfo_InitNoMembers_m6E864EEEC736A44A9E2C5692E4103B91A7EADE49(__this, /*hidden argument*/NULL);
return;
}
IL_000f:
{
V_0 = (RuntimeObject*)NULL;
RuntimeObject* L_2 = ___surrogateSelector1;
if (!L_2)
{
goto IL_0024;
}
}
{
RuntimeObject* L_3 = ___surrogateSelector1;
Type_t * L_4 = ___objectType0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context2;
NullCheck(L_3);
RuntimeObject* L_6 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var, L_3, L_4, L_5, (RuntimeObject**)(&V_0));
__this->set_serializationSurrogate_13(L_6);
}
IL_0024:
{
RuntimeObject* L_7 = __this->get_serializationSurrogate_13();
if (!L_7)
{
goto IL_0035;
}
}
{
__this->set_isSi_5((bool)1);
goto IL_0051;
}
IL_0035:
{
Type_t * L_8 = ___objectType0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_9 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9)))
{
goto IL_0051;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_10 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofISerializable_6();
Type_t * L_11 = ___objectType0;
NullCheck(L_10);
bool L_12 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_10, L_11);
if (!L_12)
{
goto IL_0051;
}
}
{
__this->set_isSi_5((bool)1);
}
IL_0051:
{
bool L_13 = __this->get_isSi_5();
if (!L_13)
{
goto IL_0060;
}
}
{
ReadObjectInfo_InitSiRead_mA8DD282B63DFDF8B3BB18679F98770F3A6851CF9(__this, /*hidden argument*/NULL);
return;
}
IL_0060:
{
ReadObjectInfo_InitMemberInfo_mB0E062690C0F9070F5A6968791335123AD045A91(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitSiRead()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitSiRead_mA8DD282B63DFDF8B3BB18679F98770F3A6851CF9 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_InitSiRead_mA8DD282B63DFDF8B3BB18679F98770F3A6851CF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_0 = __this->get_memberTypesList_15();
if (!L_0)
{
goto IL_0015;
}
}
{
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_1 = (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *)il2cpp_codegen_object_new(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_il2cpp_TypeInfo_var);
List_1__ctor_m3CD6B39CDE0FB0C6C1119BD8A03FB3EB9D46A740(L_1, ((int32_t)20), /*hidden argument*/List_1__ctor_m3CD6B39CDE0FB0C6C1119BD8A03FB3EB9D46A740_RuntimeMethod_var);
__this->set_memberTypesList_15(L_1);
}
IL_0015:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitNoMembers()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitNoMembers_m6E864EEEC736A44A9E2C5692E4103B91A7EADE49 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_InitNoMembers_m6E864EEEC736A44A9E2C5692E4103B91A7EADE49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = __this->get_objectType_2();
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_1 = (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)il2cpp_codegen_object_new(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var);
SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B(L_1, L_0, /*hidden argument*/NULL);
__this->set_cache_9(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitMemberInfo()
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitMemberInfo_mB0E062690C0F9070F5A6968791335123AD045A91 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_InitMemberInfo_mB0E062690C0F9070F5A6968791335123AD045A91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Type_t * L_0 = __this->get_objectType_2();
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_1 = (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)il2cpp_codegen_object_new(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var);
SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B(L_1, L_0, /*hidden argument*/NULL);
__this->set_cache_9(L_1);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_2 = __this->get_cache_9();
Type_t * L_3 = __this->get_objectType_2();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_4 = __this->get_context_14();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_5 = FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80(L_3, L_4, /*hidden argument*/NULL);
NullCheck(L_2);
L_2->set_memberInfos_3(L_5);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_6 = __this->get_cache_9();
NullCheck(L_6);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_7 = L_6->get_memberInfos_3();
NullCheck(L_7);
__this->set_count_4((((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))));
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_8 = __this->get_cache_9();
int32_t L_9 = __this->get_count_4();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_9);
NullCheck(L_8);
L_8->set_memberNames_4(L_10);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_11 = __this->get_cache_9();
int32_t L_12 = __this->get_count_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_12);
NullCheck(L_11);
L_11->set_memberTypes_5(L_13);
V_0 = 0;
goto IL_00b3;
}
IL_0070:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_14 = __this->get_cache_9();
NullCheck(L_14);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_14->get_memberNames_4();
int32_t L_16 = V_0;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_17 = __this->get_cache_9();
NullCheck(L_17);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_18 = L_17->get_memberInfos_3();
int32_t L_19 = V_0;
NullCheck(L_18);
int32_t L_20 = L_19;
MemberInfo_t * L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_21);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_22);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (String_t*)L_22);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_23 = __this->get_cache_9();
NullCheck(L_23);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = L_23->get_memberTypes_5();
int32_t L_25 = V_0;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_26 = __this->get_cache_9();
NullCheck(L_26);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_27 = L_26->get_memberInfos_3();
int32_t L_28 = V_0;
NullCheck(L_27);
int32_t L_29 = L_28;
MemberInfo_t * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
Type_t * L_31 = ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69(__this, L_30, /*hidden argument*/NULL);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_31);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_25), (Type_t *)L_31);
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_00b3:
{
int32_t L_33 = V_0;
int32_t L_34 = __this->get_count_4();
if ((((int32_t)L_33) < ((int32_t)L_34)))
{
goto IL_0070;
}
}
{
__this->set_isTyped_7((bool)1);
__this->set_isNamed_6((bool)1);
return;
}
}
// System.Reflection.MemberInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberInfo(System.String)
extern "C" IL2CPP_METHOD_ATTR MemberInfo_t * ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_0 = __this->get_cache_9();
if (L_0)
{
goto IL_000a;
}
}
{
return (MemberInfo_t *)NULL;
}
IL_000a:
{
bool L_1 = __this->get_isSi_5();
if (!L_1)
{
goto IL_003c;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
Type_t * L_4 = __this->get_objectType_2();
String_t* L_5 = ___name0;
String_t* L_6 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_4, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_5, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_6);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
String_t* L_7 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral7A86DCB6DD55C522517B94DEA28078A2AEB108D6, L_3, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_8 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F_RuntimeMethod_var);
}
IL_003c:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_9 = __this->get_cache_9();
NullCheck(L_9);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_10 = L_9->get_memberInfos_3();
if (L_10)
{
goto IL_0073;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
Type_t * L_13 = __this->get_objectType_2();
String_t* L_14 = ___name0;
String_t* L_15 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_13, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_14, /*hidden argument*/NULL);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_15);
String_t* L_16 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral762D623BB8556E7C143FB6C857F097FEFF0B0842, L_12, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_17 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F_RuntimeMethod_var);
}
IL_0073:
{
String_t* L_18 = ___name0;
int32_t L_19 = ReadObjectInfo_Position_mB5215126D145F2115DB6D5E419039D92A41529C0(__this, L_18, /*hidden argument*/NULL);
if ((((int32_t)L_19) == ((int32_t)(-1))))
{
goto IL_0091;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_20 = __this->get_cache_9();
NullCheck(L_20);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_21 = L_20->get_memberInfos_3();
String_t* L_22 = ___name0;
int32_t L_23 = ReadObjectInfo_Position_mB5215126D145F2115DB6D5E419039D92A41529C0(__this, L_22, /*hidden argument*/NULL);
NullCheck(L_21);
int32_t L_24 = L_23;
MemberInfo_t * L_25 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
return L_25;
}
IL_0091:
{
return (MemberInfo_t *)NULL;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetType(System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
int32_t V_1 = 0;
{
V_0 = (Type_t *)NULL;
String_t* L_0 = ___name0;
int32_t L_1 = ReadObjectInfo_Position_mB5215126D145F2115DB6D5E419039D92A41529C0(__this, L_0, /*hidden argument*/NULL);
V_1 = L_1;
int32_t L_2 = V_1;
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_0010;
}
}
{
return (Type_t *)NULL;
}
IL_0010:
{
bool L_3 = __this->get_isTyped_7();
if (!L_3)
{
goto IL_0028;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_4 = __this->get_cache_9();
NullCheck(L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_4->get_memberTypes_5();
int32_t L_6 = V_1;
NullCheck(L_5);
int32_t L_7 = L_6;
Type_t * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_0 = L_8;
goto IL_0035;
}
IL_0028:
{
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_9 = __this->get_memberTypesList_15();
int32_t L_10 = V_1;
NullCheck(L_9);
Type_t * L_11 = List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3(L_9, L_10, /*hidden argument*/List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_RuntimeMethod_var);
V_0 = L_11;
}
IL_0035:
{
Type_t * L_12 = V_0;
if (L_12)
{
goto IL_0062;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
Type_t * L_15 = __this->get_objectType_2();
String_t* L_16 = ___name0;
String_t* L_17 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_15, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_16, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_17);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral464E32D9ED1361786904937EE4F912B751C37B2A, L_14, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_19 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A_RuntimeMethod_var);
}
IL_0062:
{
Type_t * L_20 = V_0;
return L_20;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::AddValue(System.String,System.Object,System.Runtime.Serialization.SerializationInfoU26,System.Object[]U26)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_AddValue_m95260BAC7673C14E9F13A1B1F944F6A790CA63ED (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, String_t* ___name0, RuntimeObject * ___value1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** ___si2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___memberData3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get_isSi_5();
if (!L_0)
{
goto IL_0012;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_1 = ___si2;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = *((SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_1);
String_t* L_3 = ___name0;
RuntimeObject * L_4 = ___value1;
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
IL_0012:
{
String_t* L_5 = ___name0;
int32_t L_6 = ReadObjectInfo_Position_mB5215126D145F2115DB6D5E419039D92A41529C0(__this, L_5, /*hidden argument*/NULL);
V_0 = L_6;
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_0024;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_8 = ___memberData3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_8);
int32_t L_10 = V_0;
RuntimeObject * L_11 = ___value1;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (RuntimeObject *)L_11);
}
IL_0024:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitDataStore(System.Runtime.Serialization.SerializationInfoU26,System.Object[]U26)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_InitDataStore_m0B0A9190843FEEBCB3E321DB5ABB47944C218A54 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** ___si0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___memberData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_InitDataStore_m0B0A9190843FEEBCB3E321DB5ABB47944C218A54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_isSi_5();
if (!L_0)
{
goto IL_0020;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_1 = ___si0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = *((SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_1);
if (L_2)
{
goto IL_0040;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_3 = ___si0;
Type_t * L_4 = __this->get_objectType_2();
RuntimeObject* L_5 = __this->get_formatterConverter_17();
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)il2cpp_codegen_object_new(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_il2cpp_TypeInfo_var);
SerializationInfo__ctor_m38A4B9DDACC89C0C310AB6E48ED817223639EA93(L_6, L_4, L_5, /*hidden argument*/NULL);
*((RuntimeObject **)L_3) = (RuntimeObject *)L_6;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_3, (RuntimeObject *)L_6);
return;
}
IL_0020:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_7 = ___memberData1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_7);
if (L_8)
{
goto IL_0040;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_9 = __this->get_cache_9();
if (!L_9)
{
goto IL_0040;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_10 = ___memberData1;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_11 = __this->get_cache_9();
NullCheck(L_11);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11->get_memberNames_4();
NullCheck(L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))));
*((RuntimeObject **)L_10) = (RuntimeObject *)L_13;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_10, (RuntimeObject *)L_13);
}
IL_0040:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::RecordFixup(System.Int64,System.String,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_RecordFixup_m9661CBC67789086143B6FB23BEAA0E8EB6380180 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, int64_t ___objectId0, String_t* ___name1, int64_t ___idRef2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get_isSi_5();
if (!L_0)
{
goto IL_0017;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_1 = __this->get_objectManager_3();
int64_t L_2 = ___objectId0;
String_t* L_3 = ___name1;
int64_t L_4 = ___idRef2;
NullCheck(L_1);
VirtActionInvoker3< int64_t, String_t*, int64_t >::Invoke(7 /* System.Void System.Runtime.Serialization.ObjectManager::RecordDelayedFixup(System.Int64,System.String,System.Int64) */, L_1, L_2, L_3, L_4);
return;
}
IL_0017:
{
String_t* L_5 = ___name1;
int32_t L_6 = ReadObjectInfo_Position_mB5215126D145F2115DB6D5E419039D92A41529C0(__this, L_5, /*hidden argument*/NULL);
V_0 = L_6;
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_003d;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_8 = __this->get_objectManager_3();
int64_t L_9 = ___objectId0;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_10 = __this->get_cache_9();
NullCheck(L_10);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_11 = L_10->get_memberInfos_3();
int32_t L_12 = V_0;
NullCheck(L_11);
int32_t L_13 = L_12;
MemberInfo_t * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
int64_t L_15 = ___idRef2;
NullCheck(L_8);
VirtActionInvoker3< int64_t, MemberInfo_t *, int64_t >::Invoke(6 /* System.Void System.Runtime.Serialization.ObjectManager::RecordFixup(System.Int64,System.Reflection.MemberInfo,System.Int64) */, L_8, L_9, L_14, L_15);
}
IL_003d:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::PopulateObjectMembers(System.Object,System.Object[])
extern "C" IL2CPP_METHOD_ATTR void ReadObjectInfo_PopulateObjectMembers_m9EA7CD5BD17F74484977B52C10EB92DA68617494 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___memberData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_PopulateObjectMembers_m9EA7CD5BD17F74484977B52C10EB92DA68617494_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_isSi_5();
if (L_0)
{
goto IL_001e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___memberData1;
if (!L_1)
{
goto IL_001e;
}
}
{
RuntimeObject * L_2 = ___obj0;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_3 = __this->get_cache_9();
NullCheck(L_3);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_4 = L_3->get_memberInfos_3();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___memberData1;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
FormatterServices_PopulateObjectMembers_m0ED9FEFCF9917AF9C8C8228081EBD17696A4F378(L_2, L_4, L_5, /*hidden argument*/NULL);
}
IL_001e:
{
return;
}
}
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Position(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t ReadObjectInfo_Position_mB5215126D145F2115DB6D5E419039D92A41529C0 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, String_t* ___name0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_0 = __this->get_cache_9();
if (L_0)
{
goto IL_000a;
}
}
{
return (-1);
}
IL_000a:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_1 = __this->get_cache_9();
NullCheck(L_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_memberNames_4();
NullCheck(L_2);
if (!(((RuntimeArray *)L_2)->max_length))
{
goto IL_0039;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_3 = __this->get_cache_9();
NullCheck(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3->get_memberNames_4();
int32_t L_5 = __this->get_lastPosition_12();
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
String_t* L_8 = ___name0;
NullCheck(L_7);
bool L_9 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0039;
}
}
{
int32_t L_10 = __this->get_lastPosition_12();
return L_10;
}
IL_0039:
{
int32_t L_11 = __this->get_lastPosition_12();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
int32_t L_12 = V_0;
__this->set_lastPosition_12(L_12);
int32_t L_13 = V_0;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_14 = __this->get_cache_9();
NullCheck(L_14);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_14->get_memberNames_4();
NullCheck(L_15);
if ((((int32_t)L_13) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))))
{
goto IL_007a;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_16 = __this->get_cache_9();
NullCheck(L_16);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16->get_memberNames_4();
int32_t L_18 = __this->get_lastPosition_12();
NullCheck(L_17);
int32_t L_19 = L_18;
String_t* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
String_t* L_21 = ___name0;
NullCheck(L_20);
bool L_22 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_20, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_007a;
}
}
{
int32_t L_23 = __this->get_lastPosition_12();
return L_23;
}
IL_007a:
{
V_1 = 0;
goto IL_00a5;
}
IL_007e:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_24 = __this->get_cache_9();
NullCheck(L_24);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = L_24->get_memberNames_4();
int32_t L_26 = V_1;
NullCheck(L_25);
int32_t L_27 = L_26;
String_t* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
String_t* L_29 = ___name0;
NullCheck(L_28);
bool L_30 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_28, L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00a1;
}
}
{
int32_t L_31 = V_1;
__this->set_lastPosition_12(L_31);
int32_t L_32 = __this->get_lastPosition_12();
return L_32;
}
IL_00a1:
{
int32_t L_33 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_00a5:
{
int32_t L_34 = V_1;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_35 = __this->get_cache_9();
NullCheck(L_35);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = L_35->get_memberNames_4();
NullCheck(L_36);
if ((((int32_t)L_34) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))))))
{
goto IL_007e;
}
}
{
__this->set_lastPosition_12(0);
return (-1);
}
}
// System.Type[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberTypes(System.String[],System.Type)
extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___inMemberNames0, Type_t * ___objectType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_6 = NULL;
{
bool L_0 = __this->get_isSi_5();
if (!L_0)
{
goto IL_0022;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
Type_t * L_3 = ___objectType1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
String_t* L_4 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral464E32D9ED1361786904937EE4F912B751C37B2A, L_2, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_5 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC_RuntimeMethod_var);
}
IL_0022:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_6 = __this->get_cache_9();
if (L_6)
{
goto IL_002c;
}
}
{
return (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL;
}
IL_002c:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_7 = __this->get_cache_9();
NullCheck(L_7);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = L_7->get_memberTypes_5();
if (L_8)
{
goto IL_0080;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_9 = __this->get_cache_9();
int32_t L_10 = __this->get_count_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_10);
NullCheck(L_9);
L_9->set_memberTypes_5(L_11);
V_3 = 0;
goto IL_0077;
}
IL_0053:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_12 = __this->get_cache_9();
NullCheck(L_12);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = L_12->get_memberTypes_5();
int32_t L_14 = V_3;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_15 = __this->get_cache_9();
NullCheck(L_15);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_16 = L_15->get_memberInfos_3();
int32_t L_17 = V_3;
NullCheck(L_16);
int32_t L_18 = L_17;
MemberInfo_t * L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
Type_t * L_20 = ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69(__this, L_19, /*hidden argument*/NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_20);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (Type_t *)L_20);
int32_t L_21 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0077:
{
int32_t L_22 = V_3;
int32_t L_23 = __this->get_count_4();
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_0053;
}
}
IL_0080:
{
V_0 = (bool)0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = ___inMemberNames0;
NullCheck(L_24);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_25 = __this->get_cache_9();
NullCheck(L_25);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_26 = L_25->get_memberInfos_3();
NullCheck(L_26);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))))))
{
goto IL_0096;
}
}
{
V_0 = (bool)1;
}
IL_0096:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_27 = __this->get_cache_9();
NullCheck(L_27);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_28 = L_27->get_memberInfos_3();
NullCheck(L_28);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))));
V_1 = L_29;
V_2 = (bool)0;
V_4 = 0;
goto IL_01aa;
}
IL_00b3:
{
bool L_30 = V_0;
if (L_30)
{
goto IL_00eb;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = ___inMemberNames0;
int32_t L_32 = V_4;
NullCheck(L_31);
int32_t L_33 = L_32;
String_t* L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_35 = __this->get_cache_9();
NullCheck(L_35);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_36 = L_35->get_memberInfos_3();
int32_t L_37 = V_4;
NullCheck(L_36);
int32_t L_38 = L_37;
MemberInfo_t * L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
NullCheck(L_39);
String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_39);
NullCheck(L_34);
bool L_41 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_34, L_40, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_00eb;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_42 = V_1;
int32_t L_43 = V_4;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_44 = __this->get_cache_9();
NullCheck(L_44);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_45 = L_44->get_memberTypes_5();
int32_t L_46 = V_4;
NullCheck(L_45);
int32_t L_47 = L_46;
Type_t * L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_48);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(L_43), (Type_t *)L_48);
goto IL_01a4;
}
IL_00eb:
{
V_2 = (bool)0;
V_5 = 0;
goto IL_012c;
}
IL_00f2:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_49 = __this->get_cache_9();
NullCheck(L_49);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_50 = L_49->get_memberInfos_3();
int32_t L_51 = V_4;
NullCheck(L_50);
int32_t L_52 = L_51;
MemberInfo_t * L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
NullCheck(L_53);
String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_53);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = ___inMemberNames0;
int32_t L_56 = V_5;
NullCheck(L_55);
int32_t L_57 = L_56;
String_t* L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
NullCheck(L_54);
bool L_59 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_54, L_58, /*hidden argument*/NULL);
if (!L_59)
{
goto IL_0126;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_60 = V_1;
int32_t L_61 = V_4;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_62 = __this->get_cache_9();
NullCheck(L_62);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_63 = L_62->get_memberTypes_5();
int32_t L_64 = V_4;
NullCheck(L_63);
int32_t L_65 = L_64;
Type_t * L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
NullCheck(L_60);
ArrayElementTypeCheck (L_60, L_66);
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(L_61), (Type_t *)L_66);
V_2 = (bool)1;
goto IL_0133;
}
IL_0126:
{
int32_t L_67 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
}
IL_012c:
{
int32_t L_68 = V_5;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_69 = ___inMemberNames0;
NullCheck(L_69);
if ((((int32_t)L_68) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_69)->max_length)))))))
{
goto IL_00f2;
}
}
IL_0133:
{
bool L_70 = V_2;
if (L_70)
{
goto IL_01a4;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_71 = __this->get_cache_9();
NullCheck(L_71);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_72 = L_71->get_memberInfos_3();
int32_t L_73 = V_4;
NullCheck(L_72);
int32_t L_74 = L_73;
MemberInfo_t * L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_76 = { reinterpret_cast<intptr_t> (OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_77 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_76, /*hidden argument*/NULL);
NullCheck(L_75);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_75, L_77, (bool)0);
V_6 = L_78;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = V_6;
if (!L_79)
{
goto IL_015f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_80 = V_6;
NullCheck(L_80);
if ((((RuntimeArray *)L_80)->max_length))
{
goto IL_01a4;
}
}
IL_015f:
{
bool L_81 = __this->get_bSimpleAssembly_8();
if (L_81)
{
goto IL_01a4;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_82 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_83 = L_82;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_84 = __this->get_cache_9();
NullCheck(L_84);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_85 = L_84->get_memberNames_4();
int32_t L_86 = V_4;
NullCheck(L_85);
int32_t L_87 = L_86;
String_t* L_88 = (L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_87));
NullCheck(L_83);
ArrayElementTypeCheck (L_83, L_88);
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_88);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_89 = L_83;
Type_t * L_90 = ___objectType1;
NullCheck(L_89);
ArrayElementTypeCheck (L_89, L_90);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_90);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_91 = L_89;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_92 = { reinterpret_cast<intptr_t> (OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_93 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_92, /*hidden argument*/NULL);
NullCheck(L_93);
String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_93);
NullCheck(L_91);
ArrayElementTypeCheck (L_91, L_94);
(L_91)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_94);
String_t* L_95 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5F43A9F4A65A990AC8B24473013478536E153397, L_91, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_96 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_96, L_95, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, NULL, ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC_RuntimeMethod_var);
}
IL_01a4:
{
int32_t L_97 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1));
}
IL_01aa:
{
int32_t L_98 = V_4;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_99 = __this->get_cache_9();
NullCheck(L_99);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_100 = L_99->get_memberInfos_3();
NullCheck(L_100);
if ((((int32_t)L_98) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_100)->max_length)))))))
{
goto IL_00b3;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_101 = V_1;
return L_101;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberType(System.Reflection.MemberInfo)
extern "C" IL2CPP_METHOD_ATTR Type_t * ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, MemberInfo_t * ___objMember0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
{
V_0 = (Type_t *)NULL;
MemberInfo_t * L_0 = ___objMember0;
if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_0, FieldInfo_t_il2cpp_TypeInfo_var)))
{
goto IL_0018;
}
}
{
MemberInfo_t * L_1 = ___objMember0;
NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_1, FieldInfo_t_il2cpp_TypeInfo_var)));
Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_1, FieldInfo_t_il2cpp_TypeInfo_var)));
V_0 = L_2;
goto IL_004d;
}
IL_0018:
{
MemberInfo_t * L_3 = ___objMember0;
if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_3, PropertyInfo_t_il2cpp_TypeInfo_var)))
{
goto IL_002e;
}
}
{
MemberInfo_t * L_4 = ___objMember0;
NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var)));
Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var)));
V_0 = L_5;
goto IL_004d;
}
IL_002e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
MemberInfo_t * L_8 = ___objMember0;
NullCheck(L_8);
Type_t * L_9 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
String_t* L_10 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral0C5CD494F310691585D499377BEBAED675CD389C, L_7, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_11 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69_RuntimeMethod_var);
}
IL_004d:
{
Type_t * L_12 = V_0;
return L_12;
}
}
// System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetObjectInfo(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit)
extern "C" IL2CPP_METHOD_ATTR ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ReadObjectInfo_GetObjectInfo_mD6245880B46D09C76081B6A8EA9A9A0E3F608932 (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadObjectInfo_GetObjectInfo_mD6245880B46D09C76081B6A8EA9A9A0E3F608932_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_0 = (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 *)il2cpp_codegen_object_new(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_il2cpp_TypeInfo_var);
ReadObjectInfo__ctor_mE1000F4A3885002063AD412AFA3EEB9464702A68(L_0, /*hidden argument*/NULL);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_1 = L_0;
int32_t L_2 = Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F((int32_t*)(((ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_StaticFields*)il2cpp_codegen_static_fields_for(ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_il2cpp_TypeInfo_var))->get_address_of_readObjectInfoCounter_1()), /*hidden argument*/NULL);
NullCheck(L_1);
L_1->set_objectInfoId_0(L_2);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::.ctor(System.String,System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SerObjectInfoCache__ctor_mBB97452E7BC7F3247EA736752B5DCAFC5E1E17DC (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * __this, String_t* ___typeName0, String_t* ___assemblyName1, bool ___hasTypeForwardedFrom2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___typeName0;
__this->set_fullTypeName_0(L_0);
String_t* L_1 = ___assemblyName1;
__this->set_assemblyString_1(L_1);
bool L_2 = ___hasTypeForwardedFrom2;
__this->set_hasTypeForwardedFrom_2(L_2);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::.ctor(System.Type)
extern "C" IL2CPP_METHOD_ATTR void SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * V_0 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Type_t * L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var);
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_1 = BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911(L_0, /*hidden argument*/NULL);
V_0 = L_1;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = TypeInformation_get_FullTypeName_mF1CC92558B1C98BA662C5B899F69A76531F28A54(L_2, /*hidden argument*/NULL);
__this->set_fullTypeName_0(L_3);
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = TypeInformation_get_AssemblyString_mD8BCA35F3DC1BE947C800DF303A0DEFA27FEF502(L_4, /*hidden argument*/NULL);
__this->set_assemblyString_1(L_5);
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_6 = V_0;
NullCheck(L_6);
bool L_7 = TypeInformation_get_HasTypeForwardedFrom_mA3A61926B7D6D193F78BA5BD906B96B31B121099(L_6, /*hidden argument*/NULL);
__this->set_hasTypeForwardedFrom_2(L_7);
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.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SerObjectInfoInit__ctor_mEE97CBC32B6C51C6C3A0355E67C52E61ABCEE49E (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerObjectInfoInit__ctor_mEE97CBC32B6C51C6C3A0355E67C52E61ABCEE49E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
__this->set_seenBeforeTable_0(L_0);
__this->set_objectInfoIdCount_1(1);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_1 = (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF *)il2cpp_codegen_object_new(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF_il2cpp_TypeInfo_var);
SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A(L_1, _stringLiteral16C37E95BF92B7413E6D9AE7B704257C7164322D, /*hidden argument*/NULL);
__this->set_oiPool_2(L_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.Void System.Runtime.Serialization.Formatters.Binary.SerStack::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, String_t* ___stackId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
__this->set_objects_0(L_0);
__this->set_top_2((-1));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_1 = ___stackId0;
__this->set_stackId_1(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::Push(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_top_2();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_objects_0();
NullCheck(L_1);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)1))))))
{
goto IL_0018;
}
}
{
SerStack_IncreaseCapacity_m2AEECDEB8075ABA0F4BABB1B418752A8A9FF7771(__this, /*hidden argument*/NULL);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = __this->get_objects_0();
int32_t L_3 = __this->get_top_2();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
int32_t L_4 = V_0;
__this->set_top_2(L_4);
int32_t L_5 = V_0;
RuntimeObject * L_6 = ___obj0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_6);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (RuntimeObject *)L_6);
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::Pop()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_top_2();
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000b;
}
}
{
return NULL;
}
IL_000b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_objects_0();
int32_t L_2 = __this->get_top_2();
NullCheck(L_1);
int32_t L_3 = L_2;
RuntimeObject * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get_objects_0();
int32_t L_6 = __this->get_top_2();
V_0 = L_6;
int32_t L_7 = V_0;
__this->set_top_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)));
int32_t L_8 = V_0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, NULL);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (RuntimeObject *)NULL);
return L_4;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::IncreaseCapacity()
extern "C" IL2CPP_METHOD_ATTR void SerStack_IncreaseCapacity_m2AEECDEB8075ABA0F4BABB1B418752A8A9FF7771 (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerStack_IncreaseCapacity_m2AEECDEB8075ABA0F4BABB1B418752A8A9FF7771_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = __this->get_objects_0();
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)2)));
V_0 = L_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = __this->get_objects_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = __this->get_objects_0();
NullCheck(L_4);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = V_0;
__this->set_objects_0(L_5);
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::Peek()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_top_2();
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000b;
}
}
{
return NULL;
}
IL_000b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_objects_0();
int32_t L_2 = __this->get_top_2();
NullCheck(L_1);
int32_t L_3 = L_2;
RuntimeObject * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::PeekPeek()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerStack_PeekPeek_mB6367D657AE51188CFDFD1739129D6304D9AF9B3 (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_top_2();
if ((((int32_t)L_0) >= ((int32_t)1)))
{
goto IL_000b;
}
}
{
return NULL;
}
IL_000b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_objects_0();
int32_t L_2 = __this->get_top_2();
NullCheck(L_1);
int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1));
RuntimeObject * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.SerStack::IsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool SerStack_IsEmpty_mF546297BB089E963CAEC7F4A3F59C424F47BD661 (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_top_2();
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
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
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord__ctor_mB29824E2F0B3129453672687B44FEC2F16E32A37 (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, const RuntimeMethod* method)
{
{
__this->set_binaryFormatterMajorVersion_0(1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum,System.Int32,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord__ctor_m31F9D25395928CA6B0F6CB8E9B86984BA43EF1DB (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, int32_t ___binaryHeaderEnum0, int32_t ___topId1, int32_t ___headerId2, int32_t ___majorVersion3, int32_t ___minorVersion4, const RuntimeMethod* method)
{
{
__this->set_binaryFormatterMajorVersion_0(1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___binaryHeaderEnum0;
__this->set_binaryHeaderEnum_2(L_0);
int32_t L_1 = ___topId1;
__this->set_topId_3(L_1);
int32_t L_2 = ___headerId2;
__this->set_headerId_4(L_2);
int32_t L_3 = ___majorVersion3;
__this->set_majorVersion_5(L_3);
int32_t L_4 = ___minorVersion4;
__this->set_minorVersion_6(L_4);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Write_m4673AAD04C272B5A9E549F905F7F71ED2437AF0C (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_binaryFormatterMajorVersion_0();
__this->set_majorVersion_5(L_0);
int32_t L_1 = __this->get_binaryFormatterMinorVersion_1();
__this->set_minorVersion_6(L_1);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_2 = ___sout0;
int32_t L_3 = __this->get_binaryHeaderEnum_2();
NullCheck(L_2);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(L_2, (uint8_t)(((int32_t)((uint8_t)L_3))), /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_4 = ___sout0;
int32_t L_5 = __this->get_topId_3();
NullCheck(L_4);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_4, L_5, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_6 = ___sout0;
int32_t L_7 = __this->get_headerId_4();
NullCheck(L_6);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_6, L_7, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_8 = ___sout0;
int32_t L_9 = __this->get_binaryFormatterMajorVersion_0();
NullCheck(L_8);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_8, L_9, /*hidden argument*/NULL);
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_10 = ___sout0;
int32_t L_11 = __this->get_binaryFormatterMinorVersion_1();
NullCheck(L_10);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(L_10, L_11, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::GetInt32(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t SerializationHeaderRecord_GetInt32_m2E32C52773BCE60BE79603CE1CCC89FDDA25450F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___index1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___index1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
int32_t L_5 = ___index1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0;
int32_t L_9 = ___index1;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___buffer0;
int32_t L_13 = ___index1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)24)))));
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0 (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * L_0 = ___input0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __BinaryParser_ReadBytes_mC33C7339578083D836BEF5A8C63E4E53EB2DA776(L_0, ((int32_t)17), /*hidden argument*/NULL);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
NullCheck(L_2);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) >= ((int32_t)((int32_t)17))))
{
goto IL_0015;
}
}
{
__Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5(/*hidden argument*/NULL);
}
IL_0015:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
int32_t L_4 = SerializationHeaderRecord_GetInt32_m2E32C52773BCE60BE79603CE1CCC89FDDA25450F(L_3, ((int32_t)9), /*hidden argument*/NULL);
__this->set_majorVersion_5(L_4);
int32_t L_5 = __this->get_majorVersion_5();
int32_t L_6 = __this->get_binaryFormatterMajorVersion_0();
if ((((int32_t)L_5) <= ((int32_t)L_6)))
{
goto IL_0050;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
String_t* L_10 = BitConverter_ToString_m6201360C9B19FD17437AA1C88AF1743DCF3442E3(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralB41928609ED9B6C0A95C85DE7314927EE69BDC10, L_8, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0_RuntimeMethod_var);
}
IL_0050:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = 0;
uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
__this->set_binaryHeaderEnum_2(L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0;
int32_t L_17 = SerializationHeaderRecord_GetInt32_m2E32C52773BCE60BE79603CE1CCC89FDDA25450F(L_16, 1, /*hidden argument*/NULL);
__this->set_topId_3(L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_0;
int32_t L_19 = SerializationHeaderRecord_GetInt32_m2E32C52773BCE60BE79603CE1CCC89FDDA25450F(L_18, 5, /*hidden argument*/NULL);
__this->set_headerId_4(L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_0;
int32_t L_21 = SerializationHeaderRecord_GetInt32_m2E32C52773BCE60BE79603CE1CCC89FDDA25450F(L_20, ((int32_t)13), /*hidden argument*/NULL);
__this->set_minorVersion_6(L_21);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Dump()
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Dump_mBC16FBDB8ECC583303E3C469577E2FB55D8BDC06 (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, 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.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SizedArray__ctor_m72545E27F538B28BBD92F6A0B940F7766A9FE602 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SizedArray__ctor_m72545E27F538B28BBD92F6A0B940F7766A9FE602_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_objects_0(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_negObjects_1(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SizedArray__ctor_m1B7EDFED1577D555076DAE18D8E2DAC86E69C0F1 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___length0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SizedArray__ctor_m1B7EDFED1577D555076DAE18D8E2DAC86E69C0F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___length0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_0);
__this->set_objects_0(L_1);
int32_t L_2 = ___length0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_2);
__this->set_negObjects_1(L_3);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor(System.Runtime.Serialization.Formatters.Binary.SizedArray)
extern "C" IL2CPP_METHOD_ATTR void SizedArray__ctor_mE6A10F1EE48E30910DC6EB427BA63F2CA7E055C7 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * ___sizedArray0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SizedArray__ctor_mE6A10F1EE48E30910DC6EB427BA63F2CA7E055C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_0 = ___sizedArray0;
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0->get_objects_0();
NullCheck(L_1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))));
__this->set_objects_0(L_2);
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_3 = ___sizedArray0;
NullCheck(L_3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3->get_objects_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get_objects_0();
NullCheck((RuntimeArray *)(RuntimeArray *)L_4);
Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, /*hidden argument*/NULL);
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_6 = ___sizedArray0;
NullCheck(L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6->get_negObjects_1();
NullCheck(L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))));
__this->set_negObjects_1(L_8);
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_9 = ___sizedArray0;
NullCheck(L_9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9->get_negObjects_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = __this->get_negObjects_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_10);
Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.SizedArray::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SizedArray_Clone_m6BBC4C074AE8A7BF205489F3D564E1732D337621 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SizedArray_Clone_m6BBC4C074AE8A7BF205489F3D564E1732D337621_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_0 = (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C *)il2cpp_codegen_object_new(SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C_il2cpp_TypeInfo_var);
SizedArray__ctor_mE6A10F1EE48E30910DC6EB427BA63F2CA7E055C7(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.SizedArray::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SizedArray_get_Item_mCF7B33ECD9AF610E1E5C56CF489EA5E03B8035BE (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001e;
}
}
{
int32_t L_1 = ___index0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = __this->get_negObjects_1();
NullCheck(L_2);
if ((((int32_t)((-L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)1)))))
{
goto IL_0014;
}
}
{
return NULL;
}
IL_0014:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get_negObjects_1();
int32_t L_4 = ___index0;
NullCheck(L_3);
int32_t L_5 = ((-L_4));
RuntimeObject * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
IL_001e:
{
int32_t L_7 = ___index0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = __this->get_objects_0();
NullCheck(L_8);
if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)1)))))
{
goto IL_002d;
}
}
{
return NULL;
}
IL_002d:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get_objects_0();
int32_t L_10 = ___index0;
NullCheck(L_9);
int32_t L_11 = L_10;
RuntimeObject * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
return L_12;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::set_Item(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SizedArray_set_Item_m2F28D7274B0AF37F9CC39E41B398CC4ED60C33AC (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0024;
}
}
{
int32_t L_1 = ___index0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = __this->get_negObjects_1();
NullCheck(L_2);
if ((((int32_t)((-L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)1)))))
{
goto IL_0019;
}
}
{
int32_t L_3 = ___index0;
SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985(__this, L_3, /*hidden argument*/NULL);
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = __this->get_negObjects_1();
int32_t L_5 = ___index0;
RuntimeObject * L_6 = ___value1;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_6);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(((-L_5))), (RuntimeObject *)L_6);
return;
}
IL_0024:
{
int32_t L_7 = ___index0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = __this->get_objects_0();
NullCheck(L_8);
if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)1)))))
{
goto IL_0038;
}
}
{
int32_t L_9 = ___index0;
SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985(__this, L_9, /*hidden argument*/NULL);
}
IL_0038:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = __this->get_objects_0();
int32_t L_11 = ___index0;
NullCheck(L_10);
int32_t L_12 = L_11;
RuntimeObject * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = __this->get_objects_0();
int32_t L_15 = ___index0;
RuntimeObject * L_16 = ___value1;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (RuntimeObject *)L_16);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::IncreaseCapacity(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_003c;
}
}
IL_0004:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_negObjects_1();
NullCheck(L_1);
int32_t L_2 = ___index0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_3 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)((-L_2)), (int32_t)1)), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_0 = L_4;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = __this->get_negObjects_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_negObjects_1();
NullCheck(L_7);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = V_0;
__this->set_negObjects_1(L_8);
goto IL_0071;
}
IL_003c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get_objects_0();
NullCheck(L_9);
int32_t L_10 = ___index0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_11 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_1 = L_12;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_objects_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = __this->get_objects_0();
NullCheck(L_15);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_1;
__this->set_objects_0(L_16);
}
IL_0071:
{
goto IL_0084;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0073;
throw e;
}
CATCH_0073:
{ // begin catch(System.Exception)
String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral804DC0091D6FDA4C7769FCA3EF4E5C5277C4774F, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_18 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_18, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0084:
{
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.Runtime.Serialization.Formatters.Binary.TypeInformation::get_FullTypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeInformation_get_FullTypeName_mF1CC92558B1C98BA662C5B899F69A76531F28A54 (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_fullTypeName_0();
return L_0;
}
}
// System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_AssemblyString()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeInformation_get_AssemblyString_mD8BCA35F3DC1BE947C800DF303A0DEFA27FEF502 (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_assemblyString_1();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_HasTypeForwardedFrom()
extern "C" IL2CPP_METHOD_ATTR bool TypeInformation_get_HasTypeForwardedFrom_mA3A61926B7D6D193F78BA5BD906B96B31B121099 (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_hasTypeForwardedFrom_2();
return L_0;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.TypeInformation::.ctor(System.String,System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TypeInformation__ctor_m6E7F6B14A9C1AD1F780FF793525EF70C78919BA3 (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, String_t* ___fullTypeName0, String_t* ___assemblyString1, bool ___hasTypeForwardedFrom2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___fullTypeName0;
__this->set_fullTypeName_0(L_0);
String_t* L_1 = ___assemblyString1;
__this->set_assemblyString_1(L_1);
bool L_2 = ___hasTypeForwardedFrom2;
__this->set_hasTypeForwardedFrom_2(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.Formatters.Binary.ValueFixup::.ctor(System.Array,System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void ValueFixup__ctor_m6C6C26156FEB5B3B7B640833D6E882A34EC315F2 (ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA * __this, RuntimeArray * ___arrayObj0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indexMap1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_valueFixupEnum_0(1);
RuntimeArray * L_0 = ___arrayObj0;
__this->set_arrayObj_1(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = ___indexMap1;
__this->set_indexMap_2(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ValueFixup::.ctor(System.Object,System.String,System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void ValueFixup__ctor_mAF69FB8FA1D777CFD8FAEBA3DEA3FC9AD8E17DC6 (ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA * __this, RuntimeObject * ___memberObject0, String_t* ___memberName1, ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * ___objectInfo2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_valueFixupEnum_0(3);
RuntimeObject * L_0 = ___memberObject0;
__this->set_memberObject_4(L_0);
String_t* L_1 = ___memberName1;
__this->set_memberName_7(L_1);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_2 = ___objectInfo2;
__this->set_objectInfo_6(L_2);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ValueFixup::Fixup(System.Runtime.Serialization.Formatters.Binary.ParseRecord,System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A (ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___record0, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___parent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
Type_t * V_2 = NULL;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_3 = NULL;
MemberInfo_t * V_4 = NULL;
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___record0;
NullCheck(L_0);
RuntimeObject * L_1 = L_0->get_PRnewObj_34();
V_0 = L_1;
int32_t L_2 = __this->get_valueFixupEnum_0();
V_1 = L_2;
int32_t L_3 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))
{
case 0:
{
goto IL_0023;
}
case 1:
{
goto IL_0036;
}
case 2:
{
goto IL_00a1;
}
}
}
{
return;
}
IL_0023:
{
RuntimeArray * L_4 = __this->get_arrayObj_1();
RuntimeObject * L_5 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = __this->get_indexMap_2();
NullCheck(L_4);
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
IL_0036:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C_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);
V_2 = L_8;
MemberInfo_t * L_9 = ((ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_StaticFields*)il2cpp_codegen_static_fields_for(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var))->get_valueInfo_5();
il2cpp_codegen_memory_barrier();
bool L_10 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_9, (MemberInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_008d;
}
}
{
Type_t * L_11 = V_2;
NullCheck(L_11);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_12 = Type_GetMember_m715D5865845665F5A72E927F52FB5CFA1BB3D800(L_11, _stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB, /*hidden argument*/NULL);
V_3 = L_12;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_13 = V_3;
NullCheck(L_13);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) == ((int32_t)1)))
{
goto IL_0083;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_16 = V_3;
NullCheck(L_16);
int32_t L_17 = (((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))));
RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_18);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_18);
String_t* L_19 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC32AE19B9B4E740D3EFA427CA76C9E411288B3B3, L_15, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_20 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A_RuntimeMethod_var);
}
IL_0083:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_21 = V_3;
NullCheck(L_21);
int32_t L_22 = 0;
MemberInfo_t * L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
il2cpp_codegen_memory_barrier();
((ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_StaticFields*)il2cpp_codegen_static_fields_for(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var))->set_valueInfo_5(L_23);
}
IL_008d:
{
MemberInfo_t * L_24 = ((ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_StaticFields*)il2cpp_codegen_static_fields_for(ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var))->get_valueInfo_5();
il2cpp_codegen_memory_barrier();
RuntimeObject * L_25 = __this->get_header_3();
RuntimeObject * L_26 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8(L_24, L_25, L_26, /*hidden argument*/NULL);
return;
}
IL_00a1:
{
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_27 = __this->get_objectInfo_6();
NullCheck(L_27);
bool L_28 = L_27->get_isSi_5();
if (!L_28)
{
goto IL_00d1;
}
}
{
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_29 = __this->get_objectInfo_6();
NullCheck(L_29);
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_30 = L_29->get_objectManager_3();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_31 = ___parent1;
NullCheck(L_31);
int64_t L_32 = L_31->get_PRobjectId_14();
String_t* L_33 = __this->get_memberName_7();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_34 = ___record0;
NullCheck(L_34);
int64_t L_35 = L_34->get_PRobjectId_14();
NullCheck(L_30);
VirtActionInvoker3< int64_t, String_t*, int64_t >::Invoke(7 /* System.Void System.Runtime.Serialization.ObjectManager::RecordDelayedFixup(System.Int64,System.String,System.Int64) */, L_30, L_32, L_33, L_35);
return;
}
IL_00d1:
{
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_36 = __this->get_objectInfo_6();
String_t* L_37 = __this->get_memberName_7();
NullCheck(L_36);
MemberInfo_t * L_38 = ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F(L_36, L_37, /*hidden argument*/NULL);
V_4 = L_38;
MemberInfo_t * L_39 = V_4;
bool L_40 = MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B(L_39, (MemberInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_010c;
}
}
{
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_41 = __this->get_objectInfo_6();
NullCheck(L_41);
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_42 = L_41->get_objectManager_3();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_43 = ___parent1;
NullCheck(L_43);
int64_t L_44 = L_43->get_PRobjectId_14();
MemberInfo_t * L_45 = V_4;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_46 = ___record0;
NullCheck(L_46);
int64_t L_47 = L_46->get_PRobjectId_14();
NullCheck(L_42);
VirtActionInvoker3< int64_t, MemberInfo_t *, int64_t >::Invoke(6 /* System.Void System.Runtime.Serialization.ObjectManager::RecordFixup(System.Int64,System.Reflection.MemberInfo,System.Int64) */, L_42, L_44, L_45, L_47);
}
IL_010c:
{
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.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo__ctor_mDDB96F8BB6C19ED681830B99897EA610DA664089 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::ObjectEnd()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_ObjectEnd_m869341C245DFF03C747D6E5F0F44B041D4774429 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method)
{
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = __this->get_serObjectInfoInit_12();
WriteObjectInfo_PutObjectInfo_m3D975BDD20CE5E2A0BE09B10589D0D7D7C26D9CD(L_0, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InternalInit()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InternalInit_mA089988643EB7BB38C068616621379F6C3D64CF9 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method)
{
{
__this->set_obj_1(NULL);
__this->set_objectType_2((Type_t *)NULL);
__this->set_isSi_3((bool)0);
__this->set_isNamed_4((bool)0);
__this->set_isTyped_5((bool)0);
__this->set_isArray_6((bool)0);
__this->set_si_7((SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL);
__this->set_cache_8((SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)NULL);
__this->set_memberData_9((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
__this->set_objectId_13((((int64_t)((int64_t)0))));
__this->set_assemId_14((((int64_t)((int64_t)0))));
__this->set_binderTypeName_15((String_t*)NULL);
__this->set_binderAssemblyString_16((String_t*)NULL);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::Serialize(System.Object,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * WriteObjectInfo_Serialize_m8869801598BA9FFE7FB30C4928A85EF8E4699AB9 (RuntimeObject * ___obj0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit3, RuntimeObject* ___converter4, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter5, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder6, const RuntimeMethod* method)
{
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = ___serObjectInfoInit3;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_1 = WriteObjectInfo_GetObjectInfo_m05EE5B8A6C1B96B3A7C669EB49D15507FC784527(L_0, /*hidden argument*/NULL);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = L_1;
RuntimeObject * L_3 = ___obj0;
RuntimeObject* L_4 = ___surrogateSelector1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context2;
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_6 = ___serObjectInfoInit3;
RuntimeObject* L_7 = ___converter4;
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_8 = ___objectWriter5;
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_9 = ___binder6;
NullCheck(L_2);
WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15(L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitSerialize(System.Object,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, RuntimeObject * ___obj0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit3, RuntimeObject* ___converter4, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter5, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_0 = ___context2;
__this->set_context_11(L_0);
RuntimeObject * L_1 = ___obj0;
__this->set_obj_1(L_1);
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_2 = ___serObjectInfoInit3;
__this->set_serObjectInfoInit_12(L_2);
RuntimeObject * L_3 = ___obj0;
NullCheck(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
__this->set_objectType_2(L_4);
Type_t * L_5 = __this->get_objectType_2();
NullCheck(L_5);
bool L_6 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_003d;
}
}
{
__this->set_isArray_6((bool)1);
WriteObjectInfo_InitNoMembers_m4DD038A9E103C35BC85E11F17ED50F3A6F0E9DCA(__this, /*hidden argument*/NULL);
return;
}
IL_003d:
{
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_7 = ___binder6;
WriteObjectInfo_InvokeSerializationBinder_m54D61D95270DA8EF3D036485B201F06053241109(__this, L_7, /*hidden argument*/NULL);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_8 = ___objectWriter5;
NullCheck(L_8);
SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * L_9 = ObjectWriter_get_ObjectManager_mF2C7BB45C3244AB42D17253E9DF28CB7F8861A5C(L_8, /*hidden argument*/NULL);
RuntimeObject * L_10 = ___obj0;
NullCheck(L_9);
SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695(L_9, L_10, /*hidden argument*/NULL);
RuntimeObject* L_11 = ___surrogateSelector1;
if (!L_11)
{
goto IL_00a9;
}
}
{
RuntimeObject* L_12 = ___surrogateSelector1;
Type_t * L_13 = __this->get_objectType_2();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = ___context2;
NullCheck(L_12);
RuntimeObject* L_15 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var, L_12, L_13, L_14, (RuntimeObject**)(&V_0));
RuntimeObject* L_16 = L_15;
V_1 = L_16;
__this->set_serializationSurrogate_10(L_16);
RuntimeObject* L_17 = V_1;
if (!L_17)
{
goto IL_00a9;
}
}
{
Type_t * L_18 = __this->get_objectType_2();
RuntimeObject* L_19 = ___converter4;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)il2cpp_codegen_object_new(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_il2cpp_TypeInfo_var);
SerializationInfo__ctor_m38A4B9DDACC89C0C310AB6E48ED817223639EA93(L_20, L_18, L_19, /*hidden argument*/NULL);
__this->set_si_7(L_20);
Type_t * L_21 = __this->get_objectType_2();
NullCheck(L_21);
bool L_22 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_21, /*hidden argument*/NULL);
if (L_22)
{
goto IL_00a2;
}
}
{
RuntimeObject* L_23 = __this->get_serializationSurrogate_10();
RuntimeObject * L_24 = ___obj0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_25 = __this->get_si_7();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_26 = ___context2;
NullCheck(L_23);
InterfaceActionInvoker3< RuntimeObject *, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(0 /* System.Void System.Runtime.Serialization.ISerializationSurrogate::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816_il2cpp_TypeInfo_var, L_23, L_24, L_25, L_26);
}
IL_00a2:
{
WriteObjectInfo_InitSiWrite_mF9854E31135B05E929C8D4856EAFC9B957408CDB(__this, /*hidden argument*/NULL);
return;
}
IL_00a9:
{
RuntimeObject * L_27 = ___obj0;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_27, ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var)))
{
goto IL_0143;
}
}
{
Type_t * L_28 = __this->get_objectType_2();
NullCheck(L_28);
bool L_29 = VirtFuncInvoker0< bool >::Invoke(67 /* System.Boolean System.Type::get_IsSerializable() */, L_28);
if (L_29)
{
goto IL_00f8;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_30;
Type_t * L_32 = __this->get_objectType_2();
NullCheck(L_32);
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_32);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_33);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_33);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_31;
Type_t * L_35 = __this->get_objectType_2();
NullCheck(L_35);
Assembly_t * L_36 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_35);
NullCheck(L_36);
String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_36);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_37);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_37);
String_t* L_38 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral0B1F89D2E31425DFF5F87CA7E874C32339513C7E, L_34, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_39 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_39, L_38, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, NULL, WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15_RuntimeMethod_var);
}
IL_00f8:
{
Type_t * L_40 = __this->get_objectType_2();
RuntimeObject* L_41 = ___converter4;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_42 = FormatterServices_UnsafeTypeForwardersIsEnabled_mFBCE9D2E115BBFCC56289B5FAFC908963C585966(/*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_43 = (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)il2cpp_codegen_object_new(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_il2cpp_TypeInfo_var);
SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA(L_43, L_40, L_41, (bool)((((int32_t)L_42) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
__this->set_si_7(L_43);
RuntimeObject * L_44 = ___obj0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_45 = __this->get_si_7();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_46 = ___context2;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_44, ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var)));
InterfaceActionInvoker2< SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(0 /* System.Void System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_44, ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var)), L_45, L_46);
WriteObjectInfo_InitSiWrite_mF9854E31135B05E929C8D4856EAFC9B957408CDB(__this, /*hidden argument*/NULL);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_47 = __this->get_cache_8();
Type_t * L_48 = __this->get_objectType_2();
String_t* L_49 = __this->get_binderAssemblyString_16();
WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55(L_47, L_48, L_49, /*hidden argument*/NULL);
return;
}
IL_0143:
{
WriteObjectInfo_InitMemberInfo_mCCDDD10A6113B727BF5E288FB1F1BCFDCBA0D57E(__this, /*hidden argument*/NULL);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_50 = __this->get_cache_8();
Type_t * L_51 = __this->get_objectType_2();
String_t* L_52 = __this->get_binderAssemblyString_16();
WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55(L_50, L_51, L_52, /*hidden argument*/NULL);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::Serialize(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * WriteObjectInfo_Serialize_m5A45AB363CEA4CF29587E5691D8D0F0096710961 (Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit3, RuntimeObject* ___converter4, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder5, const RuntimeMethod* method)
{
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = ___serObjectInfoInit3;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_1 = WriteObjectInfo_GetObjectInfo_m05EE5B8A6C1B96B3A7C669EB49D15507FC784527(L_0, /*hidden argument*/NULL);
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = L_1;
Type_t * L_3 = ___objectType0;
RuntimeObject* L_4 = ___surrogateSelector1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context2;
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_6 = ___serObjectInfoInit3;
RuntimeObject* L_7 = ___converter4;
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_8 = ___binder5;
NullCheck(L_2);
WriteObjectInfo_InitSerialize_m082581D399415A0888D8894FB4F48C51EB9EEE4D(L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitSerialize(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitSerialize_m082581D399415A0888D8894FB4F48C51EB9EEE4D (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit3, RuntimeObject* ___converter4, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_InitSerialize_m082581D399415A0888D8894FB4F48C51EB9EEE4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Type_t * L_0 = ___objectType0;
__this->set_objectType_2(L_0);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context2;
__this->set_context_11(L_1);
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_2 = ___serObjectInfoInit3;
__this->set_serObjectInfoInit_12(L_2);
Type_t * L_3 = ___objectType0;
NullCheck(L_3);
bool L_4 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0025;
}
}
{
WriteObjectInfo_InitNoMembers_m4DD038A9E103C35BC85E11F17ED50F3A6F0E9DCA(__this, /*hidden argument*/NULL);
return;
}
IL_0025:
{
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_5 = ___binder5;
WriteObjectInfo_InvokeSerializationBinder_m54D61D95270DA8EF3D036485B201F06053241109(__this, L_5, /*hidden argument*/NULL);
V_0 = (RuntimeObject*)NULL;
RuntimeObject* L_6 = ___surrogateSelector1;
if (!L_6)
{
goto IL_0042;
}
}
{
RuntimeObject* L_7 = ___surrogateSelector1;
Type_t * L_8 = ___objectType0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_9 = ___context2;
NullCheck(L_7);
RuntimeObject* L_10 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var, L_7, L_8, L_9, (RuntimeObject**)(&V_0));
__this->set_serializationSurrogate_10(L_10);
}
IL_0042:
{
RuntimeObject* L_11 = __this->get_serializationSurrogate_10();
if (!L_11)
{
goto IL_006d;
}
}
{
Type_t * L_12 = ___objectType0;
RuntimeObject* L_13 = ___converter4;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)il2cpp_codegen_object_new(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_il2cpp_TypeInfo_var);
SerializationInfo__ctor_m38A4B9DDACC89C0C310AB6E48ED817223639EA93(L_14, L_12, L_13, /*hidden argument*/NULL);
__this->set_si_7(L_14);
Type_t * L_15 = ___objectType0;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_16 = (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)il2cpp_codegen_object_new(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var);
SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B(L_16, L_15, /*hidden argument*/NULL);
__this->set_cache_8(L_16);
__this->set_isSi_3((bool)1);
goto IL_00bd;
}
IL_006d:
{
Type_t * L_17 = ___objectType0;
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_18 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofObject_24();
if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18)))
{
goto IL_00bd;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_19 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofISerializable_6();
Type_t * L_20 = ___objectType0;
NullCheck(L_19);
bool L_21 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_19, L_20);
if (!L_21)
{
goto IL_00bd;
}
}
{
Type_t * L_22 = ___objectType0;
RuntimeObject* L_23 = ___converter4;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_24 = FormatterServices_UnsafeTypeForwardersIsEnabled_mFBCE9D2E115BBFCC56289B5FAFC908963C585966(/*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_25 = (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)il2cpp_codegen_object_new(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_il2cpp_TypeInfo_var);
SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA(L_25, L_22, L_23, (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
__this->set_si_7(L_25);
Type_t * L_26 = ___objectType0;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_27 = (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)il2cpp_codegen_object_new(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var);
SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B(L_27, L_26, /*hidden argument*/NULL);
__this->set_cache_8(L_27);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_28 = __this->get_cache_8();
Type_t * L_29 = ___objectType0;
String_t* L_30 = __this->get_binderAssemblyString_16();
WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55(L_28, L_29, L_30, /*hidden argument*/NULL);
__this->set_isSi_3((bool)1);
}
IL_00bd:
{
bool L_31 = __this->get_isSi_3();
if (L_31)
{
goto IL_00dd;
}
}
{
WriteObjectInfo_InitMemberInfo_mCCDDD10A6113B727BF5E288FB1F1BCFDCBA0D57E(__this, /*hidden argument*/NULL);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_32 = __this->get_cache_8();
Type_t * L_33 = ___objectType0;
String_t* L_34 = __this->get_binderAssemblyString_16();
WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55(L_32, L_33, L_34, /*hidden argument*/NULL);
}
IL_00dd:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitSiWrite()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitSiWrite_mF9854E31135B05E929C8D4856EAFC9B957408CDB (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_InitSiWrite_mF9854E31135B05E929C8D4856EAFC9B957408CDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_0 = NULL;
int32_t V_1 = 0;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
bool V_5 = false;
int32_t V_6 = 0;
{
V_0 = (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 *)NULL;
__this->set_isSi_3((bool)1);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = __this->get_si_7();
NullCheck(L_0);
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_1 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_0, /*hidden argument*/NULL);
V_0 = L_1;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = __this->get_si_7();
NullCheck(L_2);
int32_t L_3 = SerializationInfo_get_MemberCount_mF79476D1586072A40815637E4E3209B1FAACACEC(L_2, /*hidden argument*/NULL);
V_1 = L_3;
V_2 = (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 *)NULL;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = __this->get_si_7();
NullCheck(L_4);
String_t* L_5 = SerializationInfo_get_FullTypeName_m2FA87CB40BE1AFC52F5B38AA139DB69550F32F54(L_4, /*hidden argument*/NULL);
V_3 = L_5;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = __this->get_si_7();
NullCheck(L_6);
String_t* L_7 = SerializationInfo_get_AssemblyName_mF6B32EE20F3EE9F398DFCF6745B0BD1F3D547DC0(L_6, /*hidden argument*/NULL);
V_4 = L_7;
V_5 = (bool)0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = __this->get_si_7();
NullCheck(L_8);
bool L_9 = SerializationInfo_get_IsFullTypeNameSetExplicit_m35B9D2A3CF5D0B4BBA1FF6279CB8DD03D8B402CD(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_006c;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = __this->get_si_7();
NullCheck(L_10);
Type_t * L_11 = SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B(L_10, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var);
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_12 = BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911(L_11, /*hidden argument*/NULL);
V_2 = L_12;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_13 = V_2;
NullCheck(L_13);
String_t* L_14 = TypeInformation_get_FullTypeName_mF1CC92558B1C98BA662C5B899F69A76531F28A54(L_13, /*hidden argument*/NULL);
V_3 = L_14;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_15 = V_2;
NullCheck(L_15);
bool L_16 = TypeInformation_get_HasTypeForwardedFrom_mA3A61926B7D6D193F78BA5BD906B96B31B121099(L_15, /*hidden argument*/NULL);
V_5 = L_16;
}
IL_006c:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_17 = __this->get_si_7();
NullCheck(L_17);
bool L_18 = SerializationInfo_get_IsAssemblyNameSetExplicit_m0570C6F7088735687DE3A5FE6099B6DE2030DEB8(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_009d;
}
}
{
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_19 = V_2;
if (L_19)
{
goto IL_008d;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = __this->get_si_7();
NullCheck(L_20);
Type_t * L_21 = SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B(L_20, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var);
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_22 = BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911(L_21, /*hidden argument*/NULL);
V_2 = L_22;
}
IL_008d:
{
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_23 = V_2;
NullCheck(L_23);
String_t* L_24 = TypeInformation_get_AssemblyString_mD8BCA35F3DC1BE947C800DF303A0DEFA27FEF502(L_23, /*hidden argument*/NULL);
V_4 = L_24;
TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * L_25 = V_2;
NullCheck(L_25);
bool L_26 = TypeInformation_get_HasTypeForwardedFrom_mA3A61926B7D6D193F78BA5BD906B96B31B121099(L_25, /*hidden argument*/NULL);
V_5 = L_26;
}
IL_009d:
{
String_t* L_27 = V_3;
String_t* L_28 = V_4;
bool L_29 = V_5;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_30 = (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)il2cpp_codegen_object_new(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var);
SerObjectInfoCache__ctor_mBB97452E7BC7F3247EA736752B5DCAFC5E1E17DC(L_30, L_27, L_28, L_29, /*hidden argument*/NULL);
__this->set_cache_8(L_30);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_31 = __this->get_cache_8();
int32_t L_32 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_32);
NullCheck(L_31);
L_31->set_memberNames_4(L_33);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_34 = __this->get_cache_8();
int32_t L_35 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_36 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_35);
NullCheck(L_34);
L_34->set_memberTypes_5(L_36);
int32_t L_37 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_37);
__this->set_memberData_9(L_38);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_39 = __this->get_si_7();
NullCheck(L_39);
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_40 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_39, /*hidden argument*/NULL);
V_0 = L_40;
V_6 = 0;
goto IL_0129;
}
IL_00ec:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_41 = __this->get_cache_8();
NullCheck(L_41);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = L_41->get_memberNames_4();
int32_t L_43 = V_6;
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_44 = V_0;
NullCheck(L_44);
String_t* L_45 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_44, /*hidden argument*/NULL);
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_45);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(L_43), (String_t*)L_45);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_46 = __this->get_cache_8();
NullCheck(L_46);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_47 = L_46->get_memberTypes_5();
int32_t L_48 = V_6;
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_49 = V_0;
NullCheck(L_49);
Type_t * L_50 = SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675(L_49, /*hidden argument*/NULL);
NullCheck(L_47);
ArrayElementTypeCheck (L_47, L_50);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(L_48), (Type_t *)L_50);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = __this->get_memberData_9();
int32_t L_52 = V_6;
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_53 = V_0;
NullCheck(L_53);
RuntimeObject * L_54 = SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1(L_53, /*hidden argument*/NULL);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_54);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(L_52), (RuntimeObject *)L_54);
int32_t L_55 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_0129:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_56 = V_0;
NullCheck(L_56);
bool L_57 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_56, /*hidden argument*/NULL);
if (L_57)
{
goto IL_00ec;
}
}
{
__this->set_isNamed_4((bool)1);
__this->set_isTyped_5((bool)0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::CheckTypeForwardedFrom(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache,System.Type,System.String)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55 (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * ___cache0, Type_t * ___objectType1, String_t* ___binderAssemblyString2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Assembly_t * V_0 = NULL;
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_0 = ___cache0;
NullCheck(L_0);
bool L_1 = L_0->get_hasTypeForwardedFrom_2();
if (!L_1)
{
goto IL_004e;
}
}
{
String_t* L_2 = ___binderAssemblyString2;
if (L_2)
{
goto IL_004e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
bool L_3 = FormatterServices_UnsafeTypeForwardersIsEnabled_mFBCE9D2E115BBFCC56289B5FAFC908963C585966(/*hidden argument*/NULL);
if (L_3)
{
goto IL_004e;
}
}
{
Type_t * L_4 = ___objectType1;
NullCheck(L_4);
Assembly_t * L_5 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4);
V_0 = L_5;
Assembly_t * L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_6);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_8 = ___cache0;
NullCheck(L_8);
String_t* L_9 = L_8->get_assemblyString_1();
bool L_10 = SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5(L_7, L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_004e;
}
}
{
Assembly_t * L_11 = V_0;
NullCheck(L_11);
bool L_12 = Assembly_get_IsFullyTrusted_m4C6EBFE2F746B78AB2288C3DF5DF9AB00B020C64(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_004e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
Type_t * L_15 = ___objectType1;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_15);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_15);
String_t* L_16 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5C41A227D584E9AAB5C455C50A2997A8ADEA6F17, L_14, /*hidden argument*/NULL);
SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * L_17 = (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 *)il2cpp_codegen_object_new(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var);
SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55_RuntimeMethod_var);
}
IL_004e:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitNoMembers()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitNoMembers_m4DD038A9E103C35BC85E11F17ED50F3A6F0E9DCA (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_InitNoMembers_m4DD038A9E103C35BC85E11F17ED50F3A6F0E9DCA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = __this->get_serObjectInfoInit_12();
NullCheck(L_0);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = L_0->get_seenBeforeTable_0();
Type_t * L_2 = __this->get_objectType_2();
NullCheck(L_1);
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2);
__this->set_cache_8(((SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)CastclassSealed((RuntimeObject*)L_3, SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var)));
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_4 = __this->get_cache_8();
if (L_4)
{
goto IL_0056;
}
}
{
Type_t * L_5 = __this->get_objectType_2();
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_6 = (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)il2cpp_codegen_object_new(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var);
SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B(L_6, L_5, /*hidden argument*/NULL);
__this->set_cache_8(L_6);
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_7 = __this->get_serObjectInfoInit_12();
NullCheck(L_7);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = L_7->get_seenBeforeTable_0();
Type_t * L_9 = __this->get_objectType_2();
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_10 = __this->get_cache_8();
NullCheck(L_8);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_8, L_9, L_10);
}
IL_0056:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitMemberInfo()
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InitMemberInfo_mCCDDD10A6113B727BF5E288FB1F1BCFDCBA0D57E (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_InitMemberInfo_mCCDDD10A6113B727BF5E288FB1F1BCFDCBA0D57E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = __this->get_serObjectInfoInit_12();
NullCheck(L_0);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = L_0->get_seenBeforeTable_0();
Type_t * L_2 = __this->get_objectType_2();
NullCheck(L_1);
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2);
__this->set_cache_8(((SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)CastclassSealed((RuntimeObject*)L_3, SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var)));
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_4 = __this->get_cache_8();
if (L_4)
{
goto IL_00f0;
}
}
{
Type_t * L_5 = __this->get_objectType_2();
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_6 = (SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 *)il2cpp_codegen_object_new(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var);
SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B(L_6, L_5, /*hidden argument*/NULL);
__this->set_cache_8(L_6);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_7 = __this->get_cache_8();
Type_t * L_8 = __this->get_objectType_2();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_9 = __this->get_context_11();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_10 = FormatterServices_GetSerializableMembers_mFE8D5DF1D18B0BBD34F8394E89485DC48432BF80(L_8, L_9, /*hidden argument*/NULL);
NullCheck(L_7);
L_7->set_memberInfos_3(L_10);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_11 = __this->get_cache_8();
NullCheck(L_11);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_12 = L_11->get_memberInfos_3();
NullCheck(L_12);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))));
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_13 = __this->get_cache_8();
int32_t L_14 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_14);
NullCheck(L_13);
L_13->set_memberNames_4(L_15);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_16 = __this->get_cache_8();
int32_t L_17 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_17);
NullCheck(L_16);
L_16->set_memberTypes_5(L_18);
V_1 = 0;
goto IL_00d0;
}
IL_008d:
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_19 = __this->get_cache_8();
NullCheck(L_19);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19->get_memberNames_4();
int32_t L_21 = V_1;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_22 = __this->get_cache_8();
NullCheck(L_22);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_23 = L_22->get_memberInfos_3();
int32_t L_24 = V_1;
NullCheck(L_23);
int32_t L_25 = L_24;
MemberInfo_t * L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
NullCheck(L_26);
String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_26);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_27);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (String_t*)L_27);
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_28 = __this->get_cache_8();
NullCheck(L_28);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = L_28->get_memberTypes_5();
int32_t L_30 = V_1;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_31 = __this->get_cache_8();
NullCheck(L_31);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_32 = L_31->get_memberInfos_3();
int32_t L_33 = V_1;
NullCheck(L_32);
int32_t L_34 = L_33;
MemberInfo_t * L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
Type_t * L_36 = WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C(__this, L_35, /*hidden argument*/NULL);
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_36);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (Type_t *)L_36);
int32_t L_37 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00d0:
{
int32_t L_38 = V_1;
int32_t L_39 = V_0;
if ((((int32_t)L_38) < ((int32_t)L_39)))
{
goto IL_008d;
}
}
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_40 = __this->get_serObjectInfoInit_12();
NullCheck(L_40);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_41 = L_40->get_seenBeforeTable_0();
Type_t * L_42 = __this->get_objectType_2();
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_43 = __this->get_cache_8();
NullCheck(L_41);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_41, L_42, L_43);
}
IL_00f0:
{
RuntimeObject * L_44 = __this->get_obj_1();
if (!L_44)
{
goto IL_0114;
}
}
{
RuntimeObject * L_45 = __this->get_obj_1();
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_46 = __this->get_cache_8();
NullCheck(L_46);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_47 = L_46->get_memberInfos_3();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = FormatterServices_GetObjectData_m3D1D114FCE594AD309A80CCDDF64D358DFD13FC6(L_45, L_47, /*hidden argument*/NULL);
__this->set_memberData_9(L_48);
}
IL_0114:
{
__this->set_isTyped_5((bool)1);
__this->set_isNamed_4((bool)1);
return;
}
}
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetTypeFullName()
extern "C" IL2CPP_METHOD_ATTR String_t* WriteObjectInfo_GetTypeFullName_mDD23416337907CECB5C9F9852586324CB0B4A5A8 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method)
{
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
String_t* L_0 = __this->get_binderTypeName_15();
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0015;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_2 = __this->get_cache_8();
NullCheck(L_2);
String_t* L_3 = L_2->get_fullTypeName_0();
G_B2_0 = L_3;
}
IL_0015:
{
return G_B2_0;
}
}
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetAssemblyString()
extern "C" IL2CPP_METHOD_ATTR String_t* WriteObjectInfo_GetAssemblyString_m149D6DF6A6D3E48B0A4D479ACAC076BF43455DDF (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method)
{
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
String_t* L_0 = __this->get_binderAssemblyString_16();
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0015;
}
}
{
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_2 = __this->get_cache_8();
NullCheck(L_2);
String_t* L_3 = L_2->get_assemblyString_1();
G_B2_0 = L_3;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InvokeSerializationBinder(System.Runtime.Serialization.SerializationBinder)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_InvokeSerializationBinder_m54D61D95270DA8EF3D036485B201F06053241109 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___binder0, const RuntimeMethod* method)
{
{
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_0 = ___binder0;
if (!L_0)
{
goto IL_001b;
}
}
{
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * L_1 = ___binder0;
Type_t * L_2 = __this->get_objectType_2();
String_t** L_3 = __this->get_address_of_binderAssemblyString_16();
String_t** L_4 = __this->get_address_of_binderTypeName_15();
NullCheck(L_1);
VirtActionInvoker3< Type_t *, String_t**, String_t** >::Invoke(4 /* System.Void System.Runtime.Serialization.SerializationBinder::BindToName(System.Type,System.String&,System.String&) */, L_1, L_2, (String_t**)L_3, (String_t**)L_4);
}
IL_001b:
{
return;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetMemberType(System.Reflection.MemberInfo)
extern "C" IL2CPP_METHOD_ATTR Type_t * WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, MemberInfo_t * ___objMember0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
{
V_0 = (Type_t *)NULL;
MemberInfo_t * L_0 = ___objMember0;
if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_0, FieldInfo_t_il2cpp_TypeInfo_var)))
{
goto IL_0018;
}
}
{
MemberInfo_t * L_1 = ___objMember0;
NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_1, FieldInfo_t_il2cpp_TypeInfo_var)));
Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_1, FieldInfo_t_il2cpp_TypeInfo_var)));
V_0 = L_2;
goto IL_004d;
}
IL_0018:
{
MemberInfo_t * L_3 = ___objMember0;
if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_3, PropertyInfo_t_il2cpp_TypeInfo_var)))
{
goto IL_002e;
}
}
{
MemberInfo_t * L_4 = ___objMember0;
NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var)));
Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var)));
V_0 = L_5;
goto IL_004d;
}
IL_002e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
MemberInfo_t * L_8 = ___objMember0;
NullCheck(L_8);
Type_t * L_9 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
String_t* L_10 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral0C5CD494F310691585D499377BEBAED675CD389C, L_7, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_11 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C_RuntimeMethod_var);
}
IL_004d:
{
Type_t * L_12 = V_0;
return L_12;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetMemberInfo(System.String[]U26,System.Type[]U26,System.Object[]U26)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___outMemberNames0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** ___outMemberTypes1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___outMemberData2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** L_0 = ___outMemberNames0;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_1 = __this->get_cache_8();
NullCheck(L_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_memberNames_4();
*((RuntimeObject **)L_0) = (RuntimeObject *)L_2;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)L_2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** L_3 = ___outMemberTypes1;
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * L_4 = __this->get_cache_8();
NullCheck(L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_4->get_memberTypes_5();
*((RuntimeObject **)L_3) = (RuntimeObject *)L_5;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_3, (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_6 = ___outMemberData2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_memberData_9();
*((RuntimeObject **)L_6) = (RuntimeObject *)L_7;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_6, (RuntimeObject *)L_7);
bool L_8 = __this->get_isSi_3();
if (!L_8)
{
goto IL_0042;
}
}
{
bool L_9 = __this->get_isNamed_4();
if (L_9)
{
goto IL_0042;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD6B8DD801C810489744C4827EE8782BB3FAA4551, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_11 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791_RuntimeMethod_var);
}
IL_0042:
{
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetObjectInfo(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit)
extern "C" IL2CPP_METHOD_ATTR WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * WriteObjectInfo_GetObjectInfo_m05EE5B8A6C1B96B3A7C669EB49D15507FC784527 (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteObjectInfo_GetObjectInfo_m05EE5B8A6C1B96B3A7C669EB49D15507FC784527_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * V_0 = NULL;
int32_t V_1 = 0;
{
V_0 = (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)NULL;
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = ___serObjectInfoInit0;
NullCheck(L_0);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_1 = L_0->get_oiPool_2();
NullCheck(L_1);
bool L_2 = SerStack_IsEmpty_mF546297BB089E963CAEC7F4A3F59C424F47BD661(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0028;
}
}
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_3 = ___serObjectInfoInit0;
NullCheck(L_3);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_4 = L_3->get_oiPool_2();
NullCheck(L_4);
RuntimeObject * L_5 = SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_4, /*hidden argument*/NULL);
V_0 = ((WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)CastclassSealed((RuntimeObject*)L_5, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var));
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_6 = V_0;
NullCheck(L_6);
WriteObjectInfo_InternalInit_mA089988643EB7BB38C068616621379F6C3D64CF9(L_6, /*hidden argument*/NULL);
goto IL_0045;
}
IL_0028:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_7 = (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 *)il2cpp_codegen_object_new(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var);
WriteObjectInfo__ctor_mDDB96F8BB6C19ED681830B99897EA610DA664089(L_7, /*hidden argument*/NULL);
V_0 = L_7;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_8 = V_0;
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_9 = ___serObjectInfoInit0;
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_10 = L_9;
NullCheck(L_10);
int32_t L_11 = L_10->get_objectInfoIdCount_1();
V_1 = L_11;
int32_t L_12 = V_1;
NullCheck(L_10);
L_10->set_objectInfoIdCount_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
int32_t L_13 = V_1;
NullCheck(L_8);
L_8->set_objectInfoId_0(L_13);
}
IL_0045:
{
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_14 = V_0;
return L_14;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::PutObjectInfo(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo)
extern "C" IL2CPP_METHOD_ATTR void WriteObjectInfo_PutObjectInfo_m3D975BDD20CE5E2A0BE09B10589D0D7D7C26D9CD (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit0, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo1, const RuntimeMethod* method)
{
{
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * L_0 = ___serObjectInfoInit0;
NullCheck(L_0);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_1 = L_0->get_oiPool_2();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___objectInfo1;
NullCheck(L_1);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_1, L_2, /*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.Runtime.Serialization.Formatters.Binary.__BinaryParser::.ctor(System.IO.Stream,System.Runtime.Serialization.Formatters.Binary.ObjectReader)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser__ctor_m9A7FD4D1EE19B81CDC70535E38D7523EA8D806BC (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * ___objectReader1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser__ctor_m9A7FD4D1EE19B81CDC70535E38D7523EA8D806BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF *)il2cpp_codegen_object_new(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF_il2cpp_TypeInfo_var);
SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A(L_0, _stringLiteralCCA8E2E1A882B9C3986A1355062827E385C2A705, /*hidden argument*/NULL);
__this->set_stack_6(L_0);
__this->set_expectedType_7(3);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0;
__this->set_input_1(L_1);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_2 = ___objectReader1;
__this->set_objectReader_0(L_2);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_input_1();
IL2CPP_RUNTIME_CLASS_INIT(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = ((__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields*)il2cpp_codegen_static_fields_for(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var))->get_encoding_12();
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_5 = (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 *)il2cpp_codegen_object_new(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969_il2cpp_TypeInfo_var);
BinaryReader__ctor_m8086092A91D507C32ADD5D87902115AD36832C6D(L_5, L_3, L_4, /*hidden argument*/NULL);
__this->set_dataReader_11(L_5);
return;
}
}
// System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo System.Runtime.Serialization.Formatters.Binary.__BinaryParser::get_SystemAssemblyInfo()
extern "C" IL2CPP_METHOD_ATTR BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __BinaryParser_get_SystemAssemblyInfo_m27E5ABEC05F37B392FA4590BE6416BDD1B24C2DD (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_get_SystemAssemblyInfo_m27E5ABEC05F37B392FA4590BE6416BDD1B24C2DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_0 = __this->get_systemAssemblyInfo_10();
if (L_0)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
String_t* L_1 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_urtAssemblyString_27();
Assembly_t * L_2 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_urtAssembly_26();
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_3 = (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)il2cpp_codegen_object_new(BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B_il2cpp_TypeInfo_var);
BinaryAssemblyInfo__ctor_m9BFEB94B5AA9C049EEA5F5FF7707F8CAEF94ED15(L_3, L_1, L_2, /*hidden argument*/NULL);
__this->set_systemAssemblyInfo_10(L_3);
}
IL_001d:
{
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_4 = __this->get_systemAssemblyInfo_10();
return L_4;
}
}
// System.Runtime.Serialization.Formatters.Binary.SizedArray System.Runtime.Serialization.Formatters.Binary.__BinaryParser::get_ObjectMapIdTable()
extern "C" IL2CPP_METHOD_ATTR SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __BinaryParser_get_ObjectMapIdTable_mDC84DD86132971B05EECEB5D92351A849168096A (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_get_ObjectMapIdTable_mDC84DD86132971B05EECEB5D92351A849168096A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_0 = __this->get_objectMapIdTable_4();
if (L_0)
{
goto IL_0013;
}
}
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_1 = (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C *)il2cpp_codegen_object_new(SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C_il2cpp_TypeInfo_var);
SizedArray__ctor_m72545E27F538B28BBD92F6A0B940F7766A9FE602(L_1, /*hidden argument*/NULL);
__this->set_objectMapIdTable_4(L_1);
}
IL_0013:
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_2 = __this->get_objectMapIdTable_4();
return L_2;
}
}
// System.Runtime.Serialization.Formatters.Binary.SizedArray System.Runtime.Serialization.Formatters.Binary.__BinaryParser::get_AssemIdToAssemblyTable()
extern "C" IL2CPP_METHOD_ATTR SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_0 = __this->get_assemIdToAssemblyTable_5();
if (L_0)
{
goto IL_0014;
}
}
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_1 = (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C *)il2cpp_codegen_object_new(SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C_il2cpp_TypeInfo_var);
SizedArray__ctor_m1B7EDFED1577D555076DAE18D8E2DAC86E69C0F1(L_1, 2, /*hidden argument*/NULL);
__this->set_assemIdToAssemblyTable_5(L_1);
}
IL_0014:
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_2 = __this->get_assemIdToAssemblyTable_5();
return L_2;
}
}
// System.Runtime.Serialization.Formatters.Binary.ParseRecord System.Runtime.Serialization.Formatters.Binary.__BinaryParser::get_prs()
extern "C" IL2CPP_METHOD_ATTR ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = __this->get_PRS_9();
if (L_0)
{
goto IL_0013;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_1 = (ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 *)il2cpp_codegen_object_new(ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var);
ParseRecord__ctor_mD26BC726525E21C2876D8914F44500EED66B8521(L_1, /*hidden argument*/NULL);
__this->set_PRS_9(L_1);
}
IL_0013:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = __this->get_PRS_9();
return L_2;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::Run()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
uint8_t V_3 = 0x0;
bool V_4 = false;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
V_0 = (bool)1;
__BinaryParser_ReadBegin_mB3A34F96CB851D237337AB0D5C6F28A6A0AEF36A(__this, /*hidden argument*/NULL);
__BinaryParser_ReadSerializationHeaderRecord_m3A5A9CB5563722383C8EC4A5149D7435D129E686(__this, /*hidden argument*/NULL);
goto IL_0261;
}
IL_0013:
{
V_1 = 1;
int32_t L_0 = __this->get_expectedType_7();
V_2 = L_0;
int32_t L_1 = V_2;
if (!L_1)
{
goto IL_0121;
}
}
IL_0022:
{
int32_t L_2 = V_2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) <= ((uint32_t)6))))
{
goto IL_0129;
}
}
IL_002b:
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_3 = __this->get_dataReader_11();
NullCheck(L_3);
uint8_t L_4 = VirtFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_3);
V_3 = L_4;
uint8_t L_5 = V_3;
V_1 = L_5;
int32_t L_6 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))
{
case 0:
{
goto IL_009f;
}
case 1:
{
goto IL_00b5;
}
case 2:
{
goto IL_00b5;
}
case 3:
{
goto IL_00be;
}
case 4:
{
goto IL_00be;
}
case 5:
{
goto IL_00c7;
}
case 6:
{
goto IL_00d0;
}
case 7:
{
goto IL_00d9;
}
case 8:
{
goto IL_00e1;
}
case 9:
{
goto IL_00e9;
}
case 10:
{
goto IL_00f2;
}
case 11:
{
goto IL_0093;
}
case 12:
{
goto IL_00e9;
}
case 13:
{
goto IL_00e9;
}
case 14:
{
goto IL_00d0;
}
case 15:
{
goto IL_00d0;
}
case 16:
{
goto IL_00d0;
}
case 17:
{
goto IL_00aa;
}
case 18:
{
goto IL_00c7;
}
case 19:
{
goto IL_0093;
}
}
}
IL_0091:
{
goto IL_0102;
}
IL_0093:
{
int32_t L_7 = V_1;
__BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC(__this, L_7, /*hidden argument*/NULL);
goto IL_0139;
}
IL_009f:
{
__BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8(__this, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00aa:
{
__BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02(__this, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00b5:
{
int32_t L_8 = V_1;
__BinaryParser_ReadObjectWithMap_m6B6E4E650EADF58985DC61AFC19D38ED82E3CE3A(__this, L_8, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00be:
{
int32_t L_9 = V_1;
__BinaryParser_ReadObjectWithMapTyped_m9575A3EFE3EB7B5B3B5A0779FFA3D8A4A37C62F5(__this, L_9, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00c7:
{
int32_t L_10 = V_1;
__BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB(__this, L_10, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00d0:
{
int32_t L_11 = V_1;
__BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05(__this, L_11, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00d9:
{
__BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1(__this, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00e1:
{
__BinaryParser_ReadMemberReference_mED903B373EDBE5C52243AC140302246275343096(__this, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00e9:
{
int32_t L_12 = V_1;
__BinaryParser_ReadObjectNull_m27468E5E401A5418EAFFA272D0B593DF15EFC9D7(__this, L_12, /*hidden argument*/NULL);
goto IL_0139;
}
IL_00f2:
{
V_0 = (bool)0;
__BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156(__this, /*hidden argument*/NULL);
__BinaryParser_ReadEnd_m4DF6391644F728330F478C5DF744817BD14CD89F(__this, /*hidden argument*/NULL);
goto IL_0139;
}
IL_0102:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
uint8_t L_15 = V_3;
uint8_t L_16 = L_15;
RuntimeObject * L_17 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_16);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_17);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral3E0040DE2ED6FBB175C03E1CFA52E40F9B7638E3, L_14, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_19 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_RuntimeMethod_var);
}
IL_0121:
{
__BinaryParser_ReadMemberPrimitiveUnTyped_m93A2805A6576FC9F8ABC364E3D103B6564D4D828(__this, /*hidden argument*/NULL);
goto IL_0139;
}
IL_0129:
{
String_t* L_20 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4E510487A47D4044DD1C268A43E9B33E436B72CF, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_21 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_RuntimeMethod_var);
}
IL_0139:
{
int32_t L_22 = V_1;
if ((((int32_t)L_22) == ((int32_t)((int32_t)12))))
{
goto IL_0261;
}
}
IL_0141:
{
V_4 = (bool)0;
goto IL_025a;
}
IL_0149:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_23 = __this->get_stack_6();
NullCheck(L_23);
RuntimeObject * L_24 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_23, /*hidden argument*/NULL);
V_5 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_24, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_25 = V_5;
if (L_25)
{
goto IL_0175;
}
}
IL_015f:
{
__this->set_expectedType_7(3);
__this->set_expectedTypeInformation_8(NULL);
V_4 = (bool)1;
goto IL_025a;
}
IL_0175:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_26 = V_5;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_27 = V_5;
NullCheck(L_27);
int32_t* L_28 = L_27->get_address_of_expectedType_3();
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_29 = V_5;
NullCheck(L_29);
RuntimeObject ** L_30 = L_29->get_address_of_expectedTypeInformation_4();
NullCheck(L_26);
bool L_31 = ObjectProgress_GetNext_mDE711A2BA0BDEF004F5B69DE8959FD26AFDB831A(L_26, (int32_t*)L_28, (RuntimeObject **)L_30, /*hidden argument*/NULL);
V_4 = L_31;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_32 = V_5;
NullCheck(L_32);
int32_t L_33 = L_32->get_expectedType_3();
__this->set_expectedType_7(L_33);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_34 = V_5;
NullCheck(L_34);
RuntimeObject * L_35 = L_34->get_expectedTypeInformation_4();
__this->set_expectedTypeInformation_8(L_35);
bool L_36 = V_4;
if (L_36)
{
goto IL_025a;
}
}
IL_01ad:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_37 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_37);
ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC(L_37, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_38 = V_5;
NullCheck(L_38);
int32_t L_39 = L_38->get_memberValueEnum_8();
if ((!(((uint32_t)L_39) == ((uint32_t)2))))
{
goto IL_0205;
}
}
IL_01c2:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_40 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_40);
L_40->set_PRparseTypeEnum_1(5);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_41 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_42 = V_5;
NullCheck(L_42);
int32_t L_43 = L_42->get_memberTypeEnum_7();
NullCheck(L_41);
L_41->set_PRmemberTypeEnum_4(L_43);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_44 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_45 = V_5;
NullCheck(L_45);
int32_t L_46 = L_45->get_memberValueEnum_8();
NullCheck(L_44);
L_44->set_PRmemberValueEnum_5(L_46);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_47 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_48 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_47);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_47, L_48, /*hidden argument*/NULL);
goto IL_0246;
}
IL_0205:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_49 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_49);
L_49->set_PRparseTypeEnum_1(4);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_50 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_51 = V_5;
NullCheck(L_51);
int32_t L_52 = L_51->get_memberTypeEnum_7();
NullCheck(L_50);
L_50->set_PRmemberTypeEnum_4(L_52);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_53 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_54 = V_5;
NullCheck(L_54);
int32_t L_55 = L_54->get_memberValueEnum_8();
NullCheck(L_53);
L_53->set_PRmemberValueEnum_5(L_55);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_56 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_57 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_56);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_56, L_57, /*hidden argument*/NULL);
}
IL_0246:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_58 = __this->get_stack_6();
NullCheck(L_58);
SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_58, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_59 = V_5;
__BinaryParser_PutOp_m0EC01A1B5131E9AEEE5BD92236E912F1EB46CB51(__this, L_59, /*hidden argument*/NULL);
}
IL_025a:
{
bool L_60 = V_4;
if (!L_60)
{
goto IL_0149;
}
}
IL_0261:
{
bool L_61 = V_0;
if (L_61)
{
goto IL_0013;
}
}
IL_0267:
{
goto IL_027a;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0269;
throw e;
}
CATCH_0269:
{ // begin catch(System.IO.EndOfStreamException)
String_t* L_62 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3DDFC0DDCD8D19F9839B8B3782BD80CD8C9F7A30, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_63 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_63, L_62, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, NULL, __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_RuntimeMethod_var);
} // end catch (depth: 1)
IL_027a:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBegin()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadBegin_mB3A34F96CB851D237337AB0D5C6F28A6A0AEF36A (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadEnd_m4DF6391644F728330F478C5DF744817BD14CD89F (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBoolean()
extern "C" IL2CPP_METHOD_ATTR bool __BinaryParser_ReadBoolean_mFE6919035D82690E4C9475D83867B6677C2DB713 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.BinaryReader::ReadBoolean() */, L_0);
return L_1;
}
}
// System.Byte System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadByte()
extern "C" IL2CPP_METHOD_ATTR uint8_t __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
uint8_t L_1 = VirtFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_0);
return L_1;
}
}
// System.Byte[] System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBytes(System.Int32)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* __BinaryParser_ReadBytes_mC33C7339578083D836BEF5A8C63E4E53EB2DA776 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___length0, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
int32_t L_1 = ___length0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(25 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBytes(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadBytes_m7DD0DA2BEE911AFE73BC3D756153E95DEA7674DC (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteA0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
goto IL_0023;
}
IL_0002:
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___byteA0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
NullCheck(L_0);
int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(24 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
V_0 = L_4;
int32_t L_5 = V_0;
if (L_5)
{
goto IL_0019;
}
}
{
__Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5(/*hidden argument*/NULL);
}
IL_0019:
{
int32_t L_6 = ___offset1;
int32_t L_7 = V_0;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
int32_t L_8 = ___size2;
int32_t L_9 = V_0;
___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9));
}
IL_0023:
{
int32_t L_10 = ___size2;
if ((((int32_t)L_10) > ((int32_t)0)))
{
goto IL_0002;
}
}
{
return;
}
}
// System.Char System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar __BinaryParser_ReadChar_mD14AF5A97CC16A09E8A48034B9E71286F4A38B5D (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
Il2CppChar L_1 = VirtFuncInvoker0< Il2CppChar >::Invoke(12 /* System.Char System.IO.BinaryReader::ReadChar() */, L_0);
return L_1;
}
}
// System.Char[] System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadChars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* __BinaryParser_ReadChars_m27CDF076A717853AC103123A8181B67A1C825D75 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___length0, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
int32_t L_1 = ___length0;
NullCheck(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = VirtFuncInvoker1< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(23 /* System.Char[] System.IO.BinaryReader::ReadChars(System.Int32) */, L_0, L_1);
return L_2;
}
}
// System.Decimal System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadDecimal()
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 __BinaryParser_ReadDecimal_mDF4AF0D2251B49A73002D6B24CB06C108BE29D76 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadDecimal_mDF4AF0D2251B49A73002D6B24CB06C108BE29D76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_0);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = Decimal_Parse_m4C70CC174E4218FA23E03163CF5DBF408876EB0A(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Single System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadSingle()
extern "C" IL2CPP_METHOD_ATTR float __BinaryParser_ReadSingle_m4ED961B2E46245C8891E59101C3802E107B0AEC9 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
float L_1 = VirtFuncInvoker0< float >::Invoke(19 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_0);
return L_1;
}
}
// System.Double System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadDouble()
extern "C" IL2CPP_METHOD_ATTR double __BinaryParser_ReadDouble_m7AE239B013E3F891916C510E520706E2F0AF6922 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
double L_1 = VirtFuncInvoker0< double >::Invoke(20 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_0);
return L_1;
}
}
// System.Int16 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadInt16()
extern "C" IL2CPP_METHOD_ATTR int16_t __BinaryParser_ReadInt16_m7426623358F290BC71CAECFB446B64D12F4BA369 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
int16_t L_1 = VirtFuncInvoker0< int16_t >::Invoke(13 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_0);
return L_1;
}
}
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadInt32()
extern "C" IL2CPP_METHOD_ATTR int32_t __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_0);
return L_1;
}
}
// System.Int64 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadInt64()
extern "C" IL2CPP_METHOD_ATTR int64_t __BinaryParser_ReadInt64_m52112070496D5901B23FD16671A8E3F633D11654 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_0);
return L_1;
}
}
// System.SByte System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadSByte()
extern "C" IL2CPP_METHOD_ATTR int8_t __BinaryParser_ReadSByte_mC834C0FFABC8F2F926DDB0D2114AE9F2AC3932A5 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(__this, /*hidden argument*/NULL);
return (((int8_t)((int8_t)L_0)));
}
}
// System.String System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadString()
extern "C" IL2CPP_METHOD_ATTR String_t* __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_0);
return L_1;
}
}
// System.TimeSpan System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadTimeSpan()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 __BinaryParser_ReadTimeSpan_mAC815CA793E4B80B542FB1C0AE04448942509F67 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __BinaryParser_ReadInt64_m52112070496D5901B23FD16671A8E3F633D11654(__this, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1;
memset(&L_1, 0, sizeof(L_1));
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.DateTime System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 __BinaryParser_ReadDateTime_m0A56A6B99C9D8A8FB53E96F31C997E95E1030866 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadDateTime_m0A56A6B99C9D8A8FB53E96F31C997E95E1030866_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = __BinaryParser_ReadInt64_m52112070496D5901B23FD16671A8E3F633D11654(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_FromBinaryRaw_m62E01B6FBD437260699D149A18C00CA49B793A5F(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.UInt16 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadUInt16()
extern "C" IL2CPP_METHOD_ATTR uint16_t __BinaryParser_ReadUInt16_m371EAC17DA694C47C49DEC8F90617E1730735B8D (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
uint16_t L_1 = VirtFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_0);
return L_1;
}
}
// System.UInt32 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadUInt32()
extern "C" IL2CPP_METHOD_ATTR uint32_t __BinaryParser_ReadUInt32_mDC4E3869D4BAABEEDB3DE40F9A7EC5D5A2D2A1F1 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
uint32_t L_1 = VirtFuncInvoker0< uint32_t >::Invoke(16 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_0);
return L_1;
}
}
// System.UInt64 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadUInt64()
extern "C" IL2CPP_METHOD_ATTR uint64_t __BinaryParser_ReadUInt64_m56836FBDBA6861E71BBF07DF204F8579FB6C10E5 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
{
BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get_dataReader_11();
NullCheck(L_0);
uint64_t L_1 = VirtFuncInvoker0< uint64_t >::Invoke(18 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_0);
return L_1;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadSerializationHeaderRecord()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadSerializationHeaderRecord_m3A5A9CB5563722383C8EC4A5149D7435D129E686 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadSerializationHeaderRecord_m3A5A9CB5563722383C8EC4A5149D7435D129E686_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * V_0 = NULL;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * G_B2_0 = NULL;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * G_B1_0 = NULL;
int64_t G_B3_0 = 0;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * G_B3_1 = NULL;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * G_B5_0 = NULL;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * G_B4_0 = NULL;
int64_t G_B6_0 = 0;
__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * G_B6_1 = NULL;
{
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_0 = (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 *)il2cpp_codegen_object_new(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05_il2cpp_TypeInfo_var);
SerializationHeaderRecord__ctor_mB29824E2F0B3129453672687B44FEC2F16E32A37(L_0, /*hidden argument*/NULL);
V_0 = L_0;
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_1 = V_0;
NullCheck(L_1);
SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0(L_1, __this, /*hidden argument*/NULL);
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_2 = V_0;
NullCheck(L_2);
SerializationHeaderRecord_Dump_mBC16FBDB8ECC583303E3C469577E2FB55D8BDC06(L_2, /*hidden argument*/NULL);
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_topId_3();
G_B1_0 = __this;
if ((((int32_t)L_4) > ((int32_t)0)))
{
G_B2_0 = __this;
goto IL_0026;
}
}
{
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = L_5->get_topId_3();
G_B3_0 = (((int64_t)((int64_t)L_6)));
G_B3_1 = G_B1_0;
goto IL_0038;
}
IL_0026:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_7 = __this->get_objectReader_0();
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = L_8->get_topId_3();
NullCheck(L_7);
int64_t L_10 = ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7(L_7, (((int64_t)((int64_t)L_9))), /*hidden argument*/NULL);
G_B3_0 = L_10;
G_B3_1 = G_B2_0;
}
IL_0038:
{
NullCheck(G_B3_1);
G_B3_1->set_topId_2(G_B3_0);
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_11 = V_0;
NullCheck(L_11);
int32_t L_12 = L_11->get_headerId_4();
G_B4_0 = __this;
if ((((int32_t)L_12) > ((int32_t)0)))
{
G_B5_0 = __this;
goto IL_0050;
}
}
{
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = L_13->get_headerId_4();
G_B6_0 = (((int64_t)((int64_t)L_14)));
G_B6_1 = G_B4_0;
goto IL_0062;
}
IL_0050:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_15 = __this->get_objectReader_0();
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_16 = V_0;
NullCheck(L_16);
int32_t L_17 = L_16->get_headerId_4();
NullCheck(L_15);
int64_t L_18 = ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7(L_15, (((int64_t)((int64_t)L_17))), /*hidden argument*/NULL);
G_B6_0 = L_18;
G_B6_1 = G_B5_0;
}
IL_0062:
{
NullCheck(G_B6_1);
G_B6_1->set_headerId_3(G_B6_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadAssembly(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * V_0 = NULL;
BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * V_1 = NULL;
{
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_0 = (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE *)il2cpp_codegen_object_new(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE_il2cpp_TypeInfo_var);
BinaryAssembly__ctor_m05C09656FA7EA4FE9E993F435CF110FF6B22B0CE(L_0, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = ___binaryHeaderEnum0;
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)20)))))
{
goto IL_007a;
}
}
{
BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * L_2 = (BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 *)il2cpp_codegen_object_new(BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9_il2cpp_TypeInfo_var);
BinaryCrossAppDomainAssembly__ctor_mAA40D9D4C63A21BA020B0A0A4D6E649CBD47E4D2(L_2, /*hidden argument*/NULL);
V_1 = L_2;
BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * L_3 = V_1;
NullCheck(L_3);
BinaryCrossAppDomainAssembly_Read_mC1DE07F798F6F23073978C6E7D0CF540B984156C(L_3, __this, /*hidden argument*/NULL);
BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * L_4 = V_1;
NullCheck(L_4);
BinaryCrossAppDomainAssembly_Dump_m213E6D47F50BC03251EB9BC55BE145762D04A039(L_4, /*hidden argument*/NULL);
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_5 = V_0;
BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * L_6 = V_1;
NullCheck(L_6);
int32_t L_7 = L_6->get_assemId_0();
NullCheck(L_5);
L_5->set_assemId_0(L_7);
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_8 = V_0;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_9 = __this->get_objectReader_0();
BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * L_10 = V_1;
NullCheck(L_10);
int32_t L_11 = L_10->get_assemblyIndex_1();
NullCheck(L_9);
RuntimeObject * L_12 = ObjectReader_CrossAppDomainArray_m01C066FFFA88586F54E36E726C1A7A7A2B2E68CE(L_9, L_11, /*hidden argument*/NULL);
NullCheck(L_8);
L_8->set_assemblyString_1(((String_t*)IsInstSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)));
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_13 = V_0;
NullCheck(L_13);
String_t* L_14 = L_13->get_assemblyString_1();
if (L_14)
{
goto IL_0087;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteral3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_16;
BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9 * L_18 = V_1;
NullCheck(L_18);
int32_t L_19 = L_18->get_assemblyIndex_1();
int32_t L_20 = L_19;
RuntimeObject * L_21 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_20);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_21);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_21);
String_t* L_22 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralF57C73BCD7DF7BB072666BD3B1BA83176CD77FA2, L_17, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_23 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, NULL, __BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC_RuntimeMethod_var);
}
IL_007a:
{
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_24 = V_0;
NullCheck(L_24);
BinaryAssembly_Read_mC8BA62E6016AFDDB02C40AC0C3637DCB341C2ED4(L_24, __this, /*hidden argument*/NULL);
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_25 = V_0;
NullCheck(L_25);
BinaryAssembly_Dump_m613C3077298D20882D6DAEDEB9D8B20A587B33D1(L_25, /*hidden argument*/NULL);
}
IL_0087:
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_26 = __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526(__this, /*hidden argument*/NULL);
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = L_27->get_assemId_0();
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_29 = V_0;
NullCheck(L_29);
String_t* L_30 = L_29->get_assemblyString_1();
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_31 = (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)il2cpp_codegen_object_new(BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B_il2cpp_TypeInfo_var);
BinaryAssemblyInfo__ctor_m98841D1267AE715E6A8C10DB683694F738CBBBB4(L_31, L_30, /*hidden argument*/NULL);
NullCheck(L_26);
SizedArray_set_Item_m2F28D7274B0AF37F9CC39E41B398CC4ED60C33AC(L_26, L_28, L_31, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObject()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * V_0 = NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_1 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_2 = NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_3 = NULL;
int32_t V_4 = 0;
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_0 = __this->get_binaryObject_14();
if (L_0)
{
goto IL_0013;
}
}
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_1 = (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F *)il2cpp_codegen_object_new(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F_il2cpp_TypeInfo_var);
BinaryObject__ctor_m25D8800F6EE10EDA2C209470BBE1252D033CF3D1(L_1, /*hidden argument*/NULL);
__this->set_binaryObject_14(L_1);
}
IL_0013:
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_2 = __this->get_binaryObject_14();
NullCheck(L_2);
BinaryObject_Read_m352E6016DE6A4DC0D1090F2A6DBE6CE8B57908E5(L_2, __this, /*hidden argument*/NULL);
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_3 = __this->get_binaryObject_14();
NullCheck(L_3);
BinaryObject_Dump_mE49EE2D83A0076130D15812E9DAC614E4AAE730F(L_3, /*hidden argument*/NULL);
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_4 = __BinaryParser_get_ObjectMapIdTable_mDC84DD86132971B05EECEB5D92351A849168096A(__this, /*hidden argument*/NULL);
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_5 = __this->get_binaryObject_14();
NullCheck(L_5);
int32_t L_6 = L_5->get_mapId_1();
NullCheck(L_4);
RuntimeObject * L_7 = SizedArray_get_Item_mCF7B33ECD9AF610E1E5C56CF489EA5E03B8035BE(L_4, L_6, /*hidden argument*/NULL);
V_0 = ((ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D *)CastclassSealed((RuntimeObject*)L_7, ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D_il2cpp_TypeInfo_var));
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_8 = V_0;
if (L_8)
{
goto IL_0072;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_11 = __this->get_binaryObject_14();
NullCheck(L_11);
int32_t L_12 = L_11->get_mapId_1();
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_13);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_14);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
String_t* L_15 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA61614E9559CEF1DA2A69A9C3D052762FD3737F0, L_10, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_16 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8_RuntimeMethod_var);
}
IL_0072:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_17 = __BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378(__this, /*hidden argument*/NULL);
V_1 = L_17;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_18 = V_1;
NullCheck(L_18);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_19 = L_18->get_pr_19();
V_2 = L_19;
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_20 = __this->get_stack_6();
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_21 = V_1;
NullCheck(L_20);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_20, L_21, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_22 = V_1;
NullCheck(L_22);
L_22->set_objectTypeEnum_6(1);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_23 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_24 = V_0;
NullCheck(L_24);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_25 = L_24->get_binaryTypeEnumA_2();
NullCheck(L_23);
L_23->set_binaryTypeEnumA_15(L_25);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_26 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_27 = V_0;
NullCheck(L_27);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27->get_memberNames_5();
NullCheck(L_26);
L_26->set_memberNames_17(L_28);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_29 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_30 = V_0;
NullCheck(L_30);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_31 = L_30->get_memberTypes_4();
NullCheck(L_29);
L_29->set_memberTypes_18(L_31);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_32 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_33 = V_0;
NullCheck(L_33);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_33->get_typeInformationA_3();
NullCheck(L_32);
L_32->set_typeInformationA_16(L_34);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_35 = V_1;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_36 = V_1;
NullCheck(L_36);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_37 = L_36->get_binaryTypeEnumA_15();
NullCheck(L_37);
NullCheck(L_35);
L_35->set_memberLength_14((((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))));
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_38 = __this->get_stack_6();
NullCheck(L_38);
RuntimeObject * L_39 = SerStack_PeekPeek_mB6367D657AE51188CFDFD1739129D6304D9AF9B3(L_38, /*hidden argument*/NULL);
V_3 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_39, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_40 = V_3;
if (!L_40)
{
goto IL_00ed;
}
}
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_41 = V_3;
NullCheck(L_41);
bool L_42 = L_41->get_isInitial_1();
if (!L_42)
{
goto IL_0109;
}
}
IL_00ed:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_43 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_44 = V_0;
NullCheck(L_44);
String_t* L_45 = L_44->get_objectName_0();
NullCheck(L_43);
L_43->set_name_5(L_45);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_46 = V_2;
NullCheck(L_46);
L_46->set_PRparseTypeEnum_1(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_47 = V_1;
NullCheck(L_47);
L_47->set_memberValueEnum_8(0);
goto IL_0187;
}
IL_0109:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_48 = V_2;
NullCheck(L_48);
L_48->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_49 = V_2;
NullCheck(L_49);
L_49->set_PRmemberValueEnum_5(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_50 = V_1;
NullCheck(L_50);
L_50->set_memberValueEnum_8(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_51 = V_3;
NullCheck(L_51);
int32_t L_52 = L_51->get_objectTypeEnum_6();
V_4 = L_52;
int32_t L_53 = V_4;
if ((((int32_t)L_53) == ((int32_t)1)))
{
goto IL_0132;
}
}
{
int32_t L_54 = V_4;
if ((((int32_t)L_54) == ((int32_t)2)))
{
goto IL_014e;
}
}
{
goto IL_015e;
}
IL_0132:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_55 = V_2;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_56 = V_3;
NullCheck(L_56);
String_t* L_57 = L_56->get_name_5();
NullCheck(L_55);
L_55->set_PRname_7(L_57);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_58 = V_2;
NullCheck(L_58);
L_58->set_PRmemberTypeEnum_4(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_59 = V_1;
NullCheck(L_59);
L_59->set_memberTypeEnum_7(2);
goto IL_0187;
}
IL_014e:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_60 = V_2;
NullCheck(L_60);
L_60->set_PRmemberTypeEnum_4(3);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_61 = V_1;
NullCheck(L_61);
L_61->set_memberTypeEnum_7(3);
goto IL_0187;
}
IL_015e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_63 = L_62;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_64 = V_3;
NullCheck(L_64);
int32_t L_65 = L_64->get_objectTypeEnum_6();
int32_t L_66 = L_65;
RuntimeObject * L_67 = Box(InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30_il2cpp_TypeInfo_var, &L_66);
NullCheck(L_67);
String_t* L_68 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_67);
NullCheck(L_63);
ArrayElementTypeCheck (L_63, L_68);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_68);
String_t* L_69 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA61614E9559CEF1DA2A69A9C3D052762FD3737F0, L_63, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_70 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_70, L_69, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_70, NULL, __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8_RuntimeMethod_var);
}
IL_0187:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_71 = V_2;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_72 = __this->get_objectReader_0();
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_73 = __this->get_binaryObject_14();
NullCheck(L_73);
int32_t L_74 = L_73->get_objectId_0();
NullCheck(L_72);
int64_t L_75 = ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7(L_72, (((int64_t)((int64_t)L_74))), /*hidden argument*/NULL);
NullCheck(L_71);
L_71->set_PRobjectId_14(L_75);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_76 = V_2;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_77 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_78 = V_2;
NullCheck(L_78);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_79 = L_78->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_80 = V_2;
NullCheck(L_80);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_81 = L_80->get_address_of_PRmemberData_38();
NullCheck(L_77);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_82 = ObjectMap_CreateObjectInfo_mD098C721F037DF59CD25DDE04F59CEEE6BB6A137(L_77, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_79, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_81, /*hidden argument*/NULL);
NullCheck(L_76);
L_76->set_PRobjectInfo_32(L_82);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_83 = V_2;
NullCheck(L_83);
int64_t L_84 = L_83->get_PRobjectId_14();
int64_t L_85 = __this->get_topId_2();
if ((!(((uint64_t)L_84) == ((uint64_t)L_85))))
{
goto IL_01d1;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_86 = V_2;
NullCheck(L_86);
L_86->set_PRobjectPositionEnum_6(1);
}
IL_01d1:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_87 = V_2;
NullCheck(L_87);
L_87->set_PRobjectTypeEnum_2(1);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_88 = V_2;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_89 = V_0;
NullCheck(L_89);
String_t* L_90 = L_89->get_objectName_0();
NullCheck(L_88);
L_88->set_PRkeyDt_10(L_90);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_91 = V_2;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_92 = V_0;
NullCheck(L_92);
Type_t * L_93 = L_92->get_objectType_1();
NullCheck(L_91);
L_91->set_PRdtType_11(L_93);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_94 = V_2;
NullCheck(L_94);
L_94->set_PRdtTypeCode_12(0);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_95 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_96 = V_2;
NullCheck(L_95);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_95, L_96, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadCrossAppDomainMap()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * V_0 = NULL;
RuntimeObject * V_1 = NULL;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * V_2 = NULL;
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * V_3 = NULL;
{
BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * L_0 = (BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E *)il2cpp_codegen_object_new(BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E_il2cpp_TypeInfo_var);
BinaryCrossAppDomainMap__ctor_mAEBDA08AAFA644EFB4B8BC0A2D9B6893F30735C0(L_0, /*hidden argument*/NULL);
V_0 = L_0;
BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * L_1 = V_0;
NullCheck(L_1);
BinaryCrossAppDomainMap_Read_m880A56501C8E5F8F2165C0241B0BDFEB52815B83(L_1, __this, /*hidden argument*/NULL);
BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * L_2 = V_0;
NullCheck(L_2);
BinaryCrossAppDomainMap_Dump_m066BE8A10FA640BB30E80379ABAB4CBE2348DA71(L_2, /*hidden argument*/NULL);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_3 = __this->get_objectReader_0();
BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = L_4->get_crossAppDomainArrayIndex_0();
NullCheck(L_3);
RuntimeObject * L_6 = ObjectReader_CrossAppDomainArray_m01C066FFFA88586F54E36E726C1A7A7A2B2E68CE(L_3, L_5, /*hidden argument*/NULL);
V_1 = L_6;
RuntimeObject * L_7 = V_1;
V_2 = ((BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 *)IsInstSealed((RuntimeObject*)L_7, BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107_il2cpp_TypeInfo_var));
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_8 = V_2;
if (!L_8)
{
goto IL_003d;
}
}
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_9 = V_2;
NullCheck(L_9);
BinaryObjectWithMap_Dump_m9A61CE1E9A6BB69C5A8A94082D6719E1178FB787(L_9, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_10 = V_2;
__BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D(__this, L_10, /*hidden argument*/NULL);
return;
}
IL_003d:
{
RuntimeObject * L_11 = V_1;
V_3 = ((BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 *)IsInstSealed((RuntimeObject*)L_11, BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_il2cpp_TypeInfo_var));
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_12 = V_3;
if (!L_12)
{
goto IL_004f;
}
}
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_13 = V_3;
__BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420(__this, L_13, /*hidden argument*/NULL);
return;
}
IL_004f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteral57E754E2390E182A440FB5298E60F0A7FC515D02);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral57E754E2390E182A440FB5298E60F0A7FC515D02);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
RuntimeObject * L_17 = V_1;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_17);
String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralF57C73BCD7DF7BB072666BD3B1BA83176CD77FA2, L_16, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_19 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, __BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02_RuntimeMethod_var);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMap(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectWithMap_m6B6E4E650EADF58985DC61AFC19D38ED82E3CE3A (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadObjectWithMap_m6B6E4E650EADF58985DC61AFC19D38ED82E3CE3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_0 = __this->get_bowm_15();
if (L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = ___binaryHeaderEnum0;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_2 = (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 *)il2cpp_codegen_object_new(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107_il2cpp_TypeInfo_var);
BinaryObjectWithMap__ctor_m9F39E74C12B5DE40B925663DF53B745C5EBE7977(L_2, L_1, /*hidden argument*/NULL);
__this->set_bowm_15(L_2);
goto IL_0022;
}
IL_0016:
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_3 = __this->get_bowm_15();
int32_t L_4 = ___binaryHeaderEnum0;
NullCheck(L_3);
L_3->set_binaryHeaderEnum_0(L_4);
}
IL_0022:
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_5 = __this->get_bowm_15();
NullCheck(L_5);
BinaryObjectWithMap_Read_m9E1B8C9ADED4E590FA67504A5CA9E9A21C54BEDF(L_5, __this, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_6 = __this->get_bowm_15();
NullCheck(L_6);
BinaryObjectWithMap_Dump_m9A61CE1E9A6BB69C5A8A94082D6719E1178FB787(L_6, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_7 = __this->get_bowm_15();
__BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D(__this, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMap(System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * ___record0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * V_0 = NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_1 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_2 = NULL;
Type_t * V_3 = NULL;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * V_4 = NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_5 = NULL;
int32_t V_6 = 0;
{
V_0 = (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_0 = __BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378(__this, /*hidden argument*/NULL);
V_1 = L_0;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_1 = V_1;
NullCheck(L_1);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = L_1->get_pr_19();
V_2 = L_2;
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_3 = __this->get_stack_6();
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_4 = V_1;
NullCheck(L_3);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_3, L_4, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_5 = ___record0;
NullCheck(L_5);
int32_t L_6 = L_5->get_binaryHeaderEnum_0();
if ((!(((uint32_t)L_6) == ((uint32_t)3))))
{
goto IL_009b;
}
}
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_7 = ___record0;
NullCheck(L_7);
int32_t L_8 = L_7->get_assemId_5();
if ((((int32_t)L_8) >= ((int32_t)1)))
{
goto IL_004d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_11 = ___record0;
NullCheck(L_11);
String_t* L_12 = L_11->get_name_2();
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
String_t* L_13 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEE61FCD163339643B27C4723B7969B083B2F5AEE, L_10, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_14 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D_RuntimeMethod_var);
}
IL_004d:
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_15 = __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526(__this, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_16 = ___record0;
NullCheck(L_16);
int32_t L_17 = L_16->get_assemId_5();
NullCheck(L_15);
RuntimeObject * L_18 = SizedArray_get_Item_mCF7B33ECD9AF610E1E5C56CF489EA5E03B8035BE(L_15, L_17, /*hidden argument*/NULL);
V_0 = ((BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)CastclassSealed((RuntimeObject*)L_18, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B_il2cpp_TypeInfo_var));
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_19 = V_0;
if (L_19)
{
goto IL_00ab;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_22 = ___record0;
NullCheck(L_22);
int32_t L_23 = L_22->get_assemId_5();
int32_t L_24 = L_23;
RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_26 = ___record0;
NullCheck(L_26);
String_t* L_27 = L_26->get_name_2();
String_t* L_28 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_25, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_27, /*hidden argument*/NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_28);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
String_t* L_29 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEE61FCD163339643B27C4723B7969B083B2F5AEE, L_21, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_30 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_30, L_29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, NULL, __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D_RuntimeMethod_var);
}
IL_009b:
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_31 = ___record0;
NullCheck(L_31);
int32_t L_32 = L_31->get_binaryHeaderEnum_0();
if ((!(((uint32_t)L_32) == ((uint32_t)2))))
{
goto IL_00ab;
}
}
{
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_33 = __BinaryParser_get_SystemAssemblyInfo_m27E5ABEC05F37B392FA4590BE6416BDD1B24C2DD(__this, /*hidden argument*/NULL);
V_0 = L_33;
}
IL_00ab:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_34 = __this->get_objectReader_0();
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_35 = V_0;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_36 = ___record0;
NullCheck(L_36);
String_t* L_37 = L_36->get_name_2();
NullCheck(L_34);
Type_t * L_38 = ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897(L_34, L_35, L_37, /*hidden argument*/NULL);
V_3 = L_38;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_39 = ___record0;
NullCheck(L_39);
String_t* L_40 = L_39->get_name_2();
Type_t * L_41 = V_3;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_42 = ___record0;
NullCheck(L_42);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = L_42->get_memberNames_4();
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_44 = __this->get_objectReader_0();
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_45 = ___record0;
NullCheck(L_45);
int32_t L_46 = L_45->get_objectId_1();
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_47 = V_0;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_48 = ObjectMap_Create_m6CA3A621BB5EC59F2EF084715CF9E8C7CCE4C3FC(L_40, L_41, L_43, L_44, L_46, L_47, /*hidden argument*/NULL);
V_4 = L_48;
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_49 = __BinaryParser_get_ObjectMapIdTable_mDC84DD86132971B05EECEB5D92351A849168096A(__this, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_50 = ___record0;
NullCheck(L_50);
int32_t L_51 = L_50->get_objectId_1();
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_52 = V_4;
NullCheck(L_49);
SizedArray_set_Item_m2F28D7274B0AF37F9CC39E41B398CC4ED60C33AC(L_49, L_51, L_52, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_53 = V_1;
NullCheck(L_53);
L_53->set_objectTypeEnum_6(1);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_54 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_55 = V_4;
NullCheck(L_55);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_56 = L_55->get_binaryTypeEnumA_2();
NullCheck(L_54);
L_54->set_binaryTypeEnumA_15(L_56);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_57 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_58 = V_4;
NullCheck(L_58);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = L_58->get_typeInformationA_3();
NullCheck(L_57);
L_57->set_typeInformationA_16(L_59);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_60 = V_1;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_61 = V_1;
NullCheck(L_61);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_62 = L_61->get_binaryTypeEnumA_15();
NullCheck(L_62);
NullCheck(L_60);
L_60->set_memberLength_14((((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length)))));
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_63 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_64 = V_4;
NullCheck(L_64);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = L_64->get_memberNames_5();
NullCheck(L_63);
L_63->set_memberNames_17(L_65);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_66 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_67 = V_4;
NullCheck(L_67);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_68 = L_67->get_memberTypes_4();
NullCheck(L_66);
L_66->set_memberTypes_18(L_68);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_69 = __this->get_stack_6();
NullCheck(L_69);
RuntimeObject * L_70 = SerStack_PeekPeek_mB6367D657AE51188CFDFD1739129D6304D9AF9B3(L_69, /*hidden argument*/NULL);
V_5 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_70, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_71 = V_5;
if (!L_71)
{
goto IL_015a;
}
}
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_72 = V_5;
NullCheck(L_72);
bool L_73 = L_72->get_isInitial_1();
if (!L_73)
{
goto IL_0179;
}
}
IL_015a:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_74 = V_1;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_75 = ___record0;
NullCheck(L_75);
String_t* L_76 = L_75->get_name_2();
NullCheck(L_74);
L_74->set_name_5(L_76);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_77 = V_2;
NullCheck(L_77);
L_77->set_PRparseTypeEnum_1(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_78 = V_1;
NullCheck(L_78);
L_78->set_memberValueEnum_8(0);
goto IL_01fa;
}
IL_0179:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_79 = V_2;
NullCheck(L_79);
L_79->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_80 = V_2;
NullCheck(L_80);
L_80->set_PRmemberValueEnum_5(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_81 = V_1;
NullCheck(L_81);
L_81->set_memberValueEnum_8(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_82 = V_5;
NullCheck(L_82);
int32_t L_83 = L_82->get_objectTypeEnum_6();
V_6 = L_83;
int32_t L_84 = V_6;
if ((((int32_t)L_84) == ((int32_t)1)))
{
goto IL_01a3;
}
}
{
int32_t L_85 = V_6;
if ((((int32_t)L_85) == ((int32_t)2)))
{
goto IL_01c0;
}
}
{
goto IL_01d0;
}
IL_01a3:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_86 = V_2;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_87 = V_5;
NullCheck(L_87);
String_t* L_88 = L_87->get_name_5();
NullCheck(L_86);
L_86->set_PRname_7(L_88);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_89 = V_2;
NullCheck(L_89);
L_89->set_PRmemberTypeEnum_4(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_90 = V_1;
NullCheck(L_90);
L_90->set_memberTypeEnum_7(2);
goto IL_01fa;
}
IL_01c0:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_91 = V_2;
NullCheck(L_91);
L_91->set_PRmemberTypeEnum_4(3);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_92 = V_1;
NullCheck(L_92);
L_92->set_memberTypeEnum_7(2);
goto IL_01fa;
}
IL_01d0:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_93 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_94 = L_93;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_95 = V_5;
NullCheck(L_95);
int32_t L_96 = L_95->get_objectTypeEnum_6();
int32_t L_97 = L_96;
RuntimeObject * L_98 = Box(InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30_il2cpp_TypeInfo_var, &L_97);
NullCheck(L_98);
String_t* L_99 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_98);
NullCheck(L_94);
ArrayElementTypeCheck (L_94, L_99);
(L_94)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_99);
String_t* L_100 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral316938CD79B51A687EC55B5E0353990046188150, L_94, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_101 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_101, L_100, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_101, NULL, __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D_RuntimeMethod_var);
}
IL_01fa:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_102 = V_2;
NullCheck(L_102);
L_102->set_PRobjectTypeEnum_2(1);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_103 = V_2;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_104 = __this->get_objectReader_0();
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_105 = ___record0;
NullCheck(L_105);
int32_t L_106 = L_105->get_objectId_1();
NullCheck(L_104);
int64_t L_107 = ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7(L_104, (((int64_t)((int64_t)L_106))), /*hidden argument*/NULL);
NullCheck(L_103);
L_103->set_PRobjectId_14(L_107);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_108 = V_2;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_109 = V_4;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_110 = V_2;
NullCheck(L_110);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_111 = L_110->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_112 = V_2;
NullCheck(L_112);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_113 = L_112->get_address_of_PRmemberData_38();
NullCheck(L_109);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_114 = ObjectMap_CreateObjectInfo_mD098C721F037DF59CD25DDE04F59CEEE6BB6A137(L_109, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_111, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_113, /*hidden argument*/NULL);
NullCheck(L_108);
L_108->set_PRobjectInfo_32(L_114);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_115 = V_2;
NullCheck(L_115);
int64_t L_116 = L_115->get_PRobjectId_14();
int64_t L_117 = __this->get_topId_2();
if ((!(((uint64_t)L_116) == ((uint64_t)L_117))))
{
goto IL_0247;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_118 = V_2;
NullCheck(L_118);
L_118->set_PRobjectPositionEnum_6(1);
}
IL_0247:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_119 = V_2;
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_120 = ___record0;
NullCheck(L_120);
String_t* L_121 = L_120->get_name_2();
NullCheck(L_119);
L_119->set_PRkeyDt_10(L_121);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_122 = V_2;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_123 = V_4;
NullCheck(L_123);
Type_t * L_124 = L_123->get_objectType_1();
NullCheck(L_122);
L_122->set_PRdtType_11(L_124);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_125 = V_2;
NullCheck(L_125);
L_125->set_PRdtTypeCode_12(0);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_126 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_127 = V_2;
NullCheck(L_126);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_126, L_127, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMapTyped(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectWithMapTyped_m9575A3EFE3EB7B5B3B5A0779FFA3D8A4A37C62F5 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadObjectWithMapTyped_m9575A3EFE3EB7B5B3B5A0779FFA3D8A4A37C62F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_0 = __this->get_bowmt_16();
if (L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = ___binaryHeaderEnum0;
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_2 = (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 *)il2cpp_codegen_object_new(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_il2cpp_TypeInfo_var);
BinaryObjectWithMapTyped__ctor_m95ABA6D3D2337314BC2601D3ADEA22C04AD96CDD(L_2, L_1, /*hidden argument*/NULL);
__this->set_bowmt_16(L_2);
goto IL_0022;
}
IL_0016:
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_3 = __this->get_bowmt_16();
int32_t L_4 = ___binaryHeaderEnum0;
NullCheck(L_3);
L_3->set_binaryHeaderEnum_0(L_4);
}
IL_0022:
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_5 = __this->get_bowmt_16();
NullCheck(L_5);
BinaryObjectWithMapTyped_Read_mBC4BC2F854769E3B1A3E12B924B1ADA32D28D66A(L_5, __this, /*hidden argument*/NULL);
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_6 = __this->get_bowmt_16();
__BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420(__this, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMapTyped(System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * ___record0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * V_0 = NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_1 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_2 = NULL;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * V_3 = NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_4 = NULL;
int32_t V_5 = 0;
{
V_0 = (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_0 = __BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378(__this, /*hidden argument*/NULL);
V_1 = L_0;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_1 = V_1;
NullCheck(L_1);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = L_1->get_pr_19();
V_2 = L_2;
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_3 = __this->get_stack_6();
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_4 = V_1;
NullCheck(L_3);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_3, L_4, /*hidden argument*/NULL);
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_5 = ___record0;
NullCheck(L_5);
int32_t L_6 = L_5->get_binaryHeaderEnum_0();
if ((!(((uint32_t)L_6) == ((uint32_t)5))))
{
goto IL_009b;
}
}
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_7 = ___record0;
NullCheck(L_7);
int32_t L_8 = L_7->get_assemId_8();
if ((((int32_t)L_8) >= ((int32_t)1)))
{
goto IL_004d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_11 = ___record0;
NullCheck(L_11);
String_t* L_12 = L_11->get_name_2();
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
String_t* L_13 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEE4E7CCB5582A00FE4FAF850DACF22B076FE7D8E, L_10, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_14 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420_RuntimeMethod_var);
}
IL_004d:
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_15 = __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526(__this, /*hidden argument*/NULL);
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_16 = ___record0;
NullCheck(L_16);
int32_t L_17 = L_16->get_assemId_8();
NullCheck(L_15);
RuntimeObject * L_18 = SizedArray_get_Item_mCF7B33ECD9AF610E1E5C56CF489EA5E03B8035BE(L_15, L_17, /*hidden argument*/NULL);
V_0 = ((BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)CastclassSealed((RuntimeObject*)L_18, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B_il2cpp_TypeInfo_var));
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_19 = V_0;
if (L_19)
{
goto IL_00ab;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_22 = ___record0;
NullCheck(L_22);
int32_t L_23 = L_22->get_assemId_8();
int32_t L_24 = L_23;
RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24);
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_26 = ___record0;
NullCheck(L_26);
String_t* L_27 = L_26->get_name_2();
String_t* L_28 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_25, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_27, /*hidden argument*/NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_28);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
String_t* L_29 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEE4E7CCB5582A00FE4FAF850DACF22B076FE7D8E, L_21, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_30 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_30, L_29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, NULL, __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420_RuntimeMethod_var);
}
IL_009b:
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_31 = ___record0;
NullCheck(L_31);
int32_t L_32 = L_31->get_binaryHeaderEnum_0();
if ((!(((uint32_t)L_32) == ((uint32_t)4))))
{
goto IL_00ab;
}
}
{
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_33 = __BinaryParser_get_SystemAssemblyInfo_m27E5ABEC05F37B392FA4590BE6416BDD1B24C2DD(__this, /*hidden argument*/NULL);
V_0 = L_33;
}
IL_00ab:
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_34 = ___record0;
NullCheck(L_34);
String_t* L_35 = L_34->get_name_2();
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_36 = ___record0;
NullCheck(L_36);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = L_36->get_memberNames_4();
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_38 = ___record0;
NullCheck(L_38);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_39 = L_38->get_binaryTypeEnumA_5();
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_40 = ___record0;
NullCheck(L_40);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40->get_typeInformationA_6();
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_42 = ___record0;
NullCheck(L_42);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = L_42->get_memberAssemIds_7();
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_44 = __this->get_objectReader_0();
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_45 = ___record0;
NullCheck(L_45);
int32_t L_46 = L_45->get_objectId_1();
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_47 = V_0;
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_48 = __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526(__this, /*hidden argument*/NULL);
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_49 = ObjectMap_Create_mB3AE856E768ABD32A195B0627326EC45B2159836(L_35, L_37, L_39, L_41, L_43, L_44, L_46, L_47, L_48, /*hidden argument*/NULL);
V_3 = L_49;
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_50 = __BinaryParser_get_ObjectMapIdTable_mDC84DD86132971B05EECEB5D92351A849168096A(__this, /*hidden argument*/NULL);
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_51 = ___record0;
NullCheck(L_51);
int32_t L_52 = L_51->get_objectId_1();
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_53 = V_3;
NullCheck(L_50);
SizedArray_set_Item_m2F28D7274B0AF37F9CC39E41B398CC4ED60C33AC(L_50, L_52, L_53, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_54 = V_1;
NullCheck(L_54);
L_54->set_objectTypeEnum_6(1);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_55 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_56 = V_3;
NullCheck(L_56);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_57 = L_56->get_binaryTypeEnumA_2();
NullCheck(L_55);
L_55->set_binaryTypeEnumA_15(L_57);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_58 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_59 = V_3;
NullCheck(L_59);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = L_59->get_typeInformationA_3();
NullCheck(L_58);
L_58->set_typeInformationA_16(L_60);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_61 = V_1;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_62 = V_1;
NullCheck(L_62);
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_63 = L_62->get_binaryTypeEnumA_15();
NullCheck(L_63);
NullCheck(L_61);
L_61->set_memberLength_14((((int32_t)((int32_t)(((RuntimeArray *)L_63)->max_length)))));
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_64 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_65 = V_3;
NullCheck(L_65);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_66 = L_65->get_memberNames_5();
NullCheck(L_64);
L_64->set_memberNames_17(L_66);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_67 = V_1;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_68 = V_3;
NullCheck(L_68);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_69 = L_68->get_memberTypes_4();
NullCheck(L_67);
L_67->set_memberTypes_18(L_69);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_70 = __this->get_stack_6();
NullCheck(L_70);
RuntimeObject * L_71 = SerStack_PeekPeek_mB6367D657AE51188CFDFD1739129D6304D9AF9B3(L_70, /*hidden argument*/NULL);
V_4 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_71, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_72 = V_4;
if (!L_72)
{
goto IL_0158;
}
}
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_73 = V_4;
NullCheck(L_73);
bool L_74 = L_73->get_isInitial_1();
if (!L_74)
{
goto IL_0177;
}
}
IL_0158:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_75 = V_1;
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_76 = ___record0;
NullCheck(L_76);
String_t* L_77 = L_76->get_name_2();
NullCheck(L_75);
L_75->set_name_5(L_77);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_78 = V_2;
NullCheck(L_78);
L_78->set_PRparseTypeEnum_1(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_79 = V_1;
NullCheck(L_79);
L_79->set_memberValueEnum_8(0);
goto IL_01f8;
}
IL_0177:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_80 = V_2;
NullCheck(L_80);
L_80->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_81 = V_2;
NullCheck(L_81);
L_81->set_PRmemberValueEnum_5(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_82 = V_1;
NullCheck(L_82);
L_82->set_memberValueEnum_8(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_83 = V_4;
NullCheck(L_83);
int32_t L_84 = L_83->get_objectTypeEnum_6();
V_5 = L_84;
int32_t L_85 = V_5;
if ((((int32_t)L_85) == ((int32_t)1)))
{
goto IL_01a1;
}
}
{
int32_t L_86 = V_5;
if ((((int32_t)L_86) == ((int32_t)2)))
{
goto IL_01be;
}
}
{
goto IL_01ce;
}
IL_01a1:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_87 = V_2;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_88 = V_4;
NullCheck(L_88);
String_t* L_89 = L_88->get_name_5();
NullCheck(L_87);
L_87->set_PRname_7(L_89);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_90 = V_2;
NullCheck(L_90);
L_90->set_PRmemberTypeEnum_4(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_91 = V_1;
NullCheck(L_91);
L_91->set_memberTypeEnum_7(2);
goto IL_01f8;
}
IL_01be:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_92 = V_2;
NullCheck(L_92);
L_92->set_PRmemberTypeEnum_4(3);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_93 = V_1;
NullCheck(L_93);
L_93->set_memberTypeEnum_7(3);
goto IL_01f8;
}
IL_01ce:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_94 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_95 = L_94;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_96 = V_4;
NullCheck(L_96);
int32_t L_97 = L_96->get_objectTypeEnum_6();
int32_t L_98 = L_97;
RuntimeObject * L_99 = Box(InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30_il2cpp_TypeInfo_var, &L_98);
NullCheck(L_99);
String_t* L_100 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_99);
NullCheck(L_95);
ArrayElementTypeCheck (L_95, L_100);
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_100);
String_t* L_101 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral316938CD79B51A687EC55B5E0353990046188150, L_95, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_102 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_102, L_101, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_102, NULL, __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420_RuntimeMethod_var);
}
IL_01f8:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_103 = V_2;
NullCheck(L_103);
L_103->set_PRobjectTypeEnum_2(1);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_104 = V_2;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_105 = V_3;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_106 = V_2;
NullCheck(L_106);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** L_107 = L_106->get_address_of_PRsi_39();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_108 = V_2;
NullCheck(L_108);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_109 = L_108->get_address_of_PRmemberData_38();
NullCheck(L_105);
ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * L_110 = ObjectMap_CreateObjectInfo_mD098C721F037DF59CD25DDE04F59CEEE6BB6A137(L_105, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 **)L_107, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_109, /*hidden argument*/NULL);
NullCheck(L_104);
L_104->set_PRobjectInfo_32(L_110);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_111 = V_2;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_112 = __this->get_objectReader_0();
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_113 = ___record0;
NullCheck(L_113);
int32_t L_114 = L_113->get_objectId_1();
NullCheck(L_112);
int64_t L_115 = ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7(L_112, (((int64_t)((int64_t)L_114))), /*hidden argument*/NULL);
NullCheck(L_111);
L_111->set_PRobjectId_14(L_115);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_116 = V_2;
NullCheck(L_116);
int64_t L_117 = L_116->get_PRobjectId_14();
int64_t L_118 = __this->get_topId_2();
if ((!(((uint64_t)L_117) == ((uint64_t)L_118))))
{
goto IL_0244;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_119 = V_2;
NullCheck(L_119);
L_119->set_PRobjectPositionEnum_6(1);
}
IL_0244:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_120 = V_2;
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_121 = ___record0;
NullCheck(L_121);
String_t* L_122 = L_121->get_name_2();
NullCheck(L_120);
L_120->set_PRkeyDt_10(L_122);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_123 = V_2;
ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D * L_124 = V_3;
NullCheck(L_124);
Type_t * L_125 = L_124->get_objectType_1();
NullCheck(L_123);
L_123->set_PRdtType_11(L_125);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_126 = V_2;
NullCheck(L_126);
L_126->set_PRdtTypeCode_12(0);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_127 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_128 = V_2;
NullCheck(L_127);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_127, L_128, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectString(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_0 = NULL;
int32_t V_1 = 0;
{
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_0 = __this->get_objectString_17();
if (L_0)
{
goto IL_0013;
}
}
{
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_1 = (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 *)il2cpp_codegen_object_new(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7_il2cpp_TypeInfo_var);
BinaryObjectString__ctor_mA3C8766190F8D14F0F1AEDA02D77B16E3DEDECE0(L_1, /*hidden argument*/NULL);
__this->set_objectString_17(L_1);
}
IL_0013:
{
int32_t L_2 = ___binaryHeaderEnum0;
if ((!(((uint32_t)L_2) == ((uint32_t)6))))
{
goto IL_0033;
}
}
{
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_3 = __this->get_objectString_17();
NullCheck(L_3);
BinaryObjectString_Read_m74B83D039ED695D1B568D03C4D565CB1D7C0A876(L_3, __this, /*hidden argument*/NULL);
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_4 = __this->get_objectString_17();
NullCheck(L_4);
BinaryObjectString_Dump_mED3233C5E0CA5F29EA652F7FF9FCC5483176C44E(L_4, /*hidden argument*/NULL);
goto IL_00d7;
}
IL_0033:
{
BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * L_5 = __this->get_crossAppDomainString_18();
if (L_5)
{
goto IL_0046;
}
}
{
BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * L_6 = (BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB *)il2cpp_codegen_object_new(BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB_il2cpp_TypeInfo_var);
BinaryCrossAppDomainString__ctor_m1C2CAB83EB0936D1540308A43C70AD882F6EB16D(L_6, /*hidden argument*/NULL);
__this->set_crossAppDomainString_18(L_6);
}
IL_0046:
{
BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * L_7 = __this->get_crossAppDomainString_18();
NullCheck(L_7);
BinaryCrossAppDomainString_Read_mC53B9B43CB3C7C0D8B277B94410BDBBAA07A0904(L_7, __this, /*hidden argument*/NULL);
BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * L_8 = __this->get_crossAppDomainString_18();
NullCheck(L_8);
BinaryCrossAppDomainString_Dump_m63994A97DB6B387B022FACA8CED8D250A6BFDEA4(L_8, /*hidden argument*/NULL);
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_9 = __this->get_objectString_17();
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_10 = __this->get_objectReader_0();
BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * L_11 = __this->get_crossAppDomainString_18();
NullCheck(L_11);
int32_t L_12 = L_11->get_value_1();
NullCheck(L_10);
RuntimeObject * L_13 = ObjectReader_CrossAppDomainArray_m01C066FFFA88586F54E36E726C1A7A7A2B2E68CE(L_10, L_12, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_value_1(((String_t*)IsInstSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)));
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_14 = __this->get_objectString_17();
NullCheck(L_14);
String_t* L_15 = L_14->get_value_1();
if (L_15)
{
goto IL_00c1;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * L_19 = __this->get_crossAppDomainString_18();
NullCheck(L_19);
int32_t L_20 = L_19->get_value_1();
int32_t L_21 = L_20;
RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_22);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_22);
String_t* L_23 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralF57C73BCD7DF7BB072666BD3B1BA83176CD77FA2, L_18, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_24 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, __BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB_RuntimeMethod_var);
}
IL_00c1:
{
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_25 = __this->get_objectString_17();
BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * L_26 = __this->get_crossAppDomainString_18();
NullCheck(L_26);
int32_t L_27 = L_26->get_objectId_0();
NullCheck(L_25);
L_25->set_objectId_0(L_27);
}
IL_00d7:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_28 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_28);
ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC(L_28, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_29 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_29);
L_29->set_PRparseTypeEnum_1(2);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_30 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_31 = __this->get_objectReader_0();
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_32 = __this->get_objectString_17();
NullCheck(L_32);
int32_t L_33 = L_32->get_objectId_0();
NullCheck(L_31);
int64_t L_34 = ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7(L_31, (((int64_t)((int64_t)L_33))), /*hidden argument*/NULL);
NullCheck(L_30);
L_30->set_PRobjectId_14(L_34);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_35 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_35);
int64_t L_36 = L_35->get_PRobjectId_14();
int64_t L_37 = __this->get_topId_2();
if ((!(((uint64_t)L_36) == ((uint64_t)L_37))))
{
goto IL_012f;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_38 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_38);
L_38->set_PRobjectPositionEnum_6(1);
}
IL_012f:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_39 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_39);
L_39->set_PRobjectTypeEnum_2(1);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_40 = __this->get_stack_6();
NullCheck(L_40);
RuntimeObject * L_41 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_40, /*hidden argument*/NULL);
V_0 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_41, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_42 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_43 = __this->get_objectString_17();
NullCheck(L_43);
String_t* L_44 = L_43->get_value_1();
NullCheck(L_42);
L_42->set_PRvalue_8(L_44);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_45 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_45);
L_45->set_PRkeyDt_10(_stringLiteral6C7F5DBEA96FB021D061F17D2A3551EBD23D40FE);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_46 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_47 = ((Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var))->get_typeofString_7();
NullCheck(L_46);
L_46->set_PRdtType_11(L_47);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_48 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_48);
L_48->set_PRdtTypeCode_12(0);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_49 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_50 = __this->get_objectString_17();
NullCheck(L_50);
String_t* L_51 = L_50->get_value_1();
NullCheck(L_49);
L_49->set_PRvarValue_9(L_51);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_52 = V_0;
if (L_52)
{
goto IL_01c5;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_53 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_53);
L_53->set_PRparseTypeEnum_1(2);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_54 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_54);
L_54->set_PRname_7(_stringLiteral6C7F5DBEA96FB021D061F17D2A3551EBD23D40FE);
goto IL_0244;
}
IL_01c5:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_55 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_55);
L_55->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_56 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_56);
L_56->set_PRmemberValueEnum_5(1);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_57 = V_0;
NullCheck(L_57);
int32_t L_58 = L_57->get_objectTypeEnum_6();
V_1 = L_58;
int32_t L_59 = V_1;
if ((((int32_t)L_59) == ((int32_t)1)))
{
goto IL_01ee;
}
}
{
int32_t L_60 = V_1;
if ((((int32_t)L_60) == ((int32_t)2)))
{
goto IL_020d;
}
}
{
goto IL_021b;
}
IL_01ee:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_61 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_62 = V_0;
NullCheck(L_62);
String_t* L_63 = L_62->get_name_5();
NullCheck(L_61);
L_61->set_PRname_7(L_63);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_64 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_64);
L_64->set_PRmemberTypeEnum_4(2);
goto IL_0244;
}
IL_020d:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_65 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_65);
L_65->set_PRmemberTypeEnum_4(3);
goto IL_0244;
}
IL_021b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_66 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_67 = L_66;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_68 = V_0;
NullCheck(L_68);
int32_t L_69 = L_68->get_objectTypeEnum_6();
int32_t L_70 = L_69;
RuntimeObject * L_71 = Box(InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30_il2cpp_TypeInfo_var, &L_70);
NullCheck(L_71);
String_t* L_72 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_71);
NullCheck(L_67);
ArrayElementTypeCheck (L_67, L_72);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_72);
String_t* L_73 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral316938CD79B51A687EC55B5E0353990046188150, L_67, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_74 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_74, L_73, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, NULL, __BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB_RuntimeMethod_var);
}
IL_0244:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_75 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_76 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_75);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_75, L_76, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMemberPrimitiveTyped()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_0 = NULL;
int32_t V_1 = 0;
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_0 = __this->get_memberPrimitiveTyped_19();
if (L_0)
{
goto IL_0013;
}
}
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_1 = (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F *)il2cpp_codegen_object_new(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_il2cpp_TypeInfo_var);
MemberPrimitiveTyped__ctor_mA92E0E0B80348509FADFA44CD5102FF2E2E1DFAA(L_1, /*hidden argument*/NULL);
__this->set_memberPrimitiveTyped_19(L_1);
}
IL_0013:
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_2 = __this->get_memberPrimitiveTyped_19();
NullCheck(L_2);
MemberPrimitiveTyped_Read_mBD7873CD2FC29FFCE6E40CC0E28C8875431BE154(L_2, __this, /*hidden argument*/NULL);
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_3 = __this->get_memberPrimitiveTyped_19();
NullCheck(L_3);
MemberPrimitiveTyped_Dump_mA50FD278A27252D4F0D98D2260FFD715EEE4AEAF(L_3, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_4 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_4);
L_4->set_PRobjectTypeEnum_2(1);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_5 = __this->get_stack_6();
NullCheck(L_5);
RuntimeObject * L_6 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_5, /*hidden argument*/NULL);
V_0 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_6, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_7);
ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC(L_7, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_9 = __this->get_memberPrimitiveTyped_19();
NullCheck(L_9);
RuntimeObject * L_10 = L_9->get_value_1();
NullCheck(L_8);
L_8->set_PRvarValue_9(L_10);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_11 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_12 = __this->get_memberPrimitiveTyped_19();
NullCheck(L_12);
int32_t L_13 = L_12->get_primitiveTypeEnum_0();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
String_t* L_14 = Converter_ToComType_m169DE3B8D87973E292AAD3A835E2978561B00439(L_13, /*hidden argument*/NULL);
NullCheck(L_11);
L_11->set_PRkeyDt_10(L_14);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_15 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_16 = __this->get_memberPrimitiveTyped_19();
NullCheck(L_16);
int32_t L_17 = L_16->get_primitiveTypeEnum_0();
Type_t * L_18 = Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872(L_17, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_PRdtType_11(L_18);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_19 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_20 = __this->get_memberPrimitiveTyped_19();
NullCheck(L_20);
int32_t L_21 = L_20->get_primitiveTypeEnum_0();
NullCheck(L_19);
L_19->set_PRdtTypeCode_12(L_21);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_22 = V_0;
if (L_22)
{
goto IL_00d5;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_23 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_23);
L_23->set_PRparseTypeEnum_1(2);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_24 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_24);
L_24->set_PRname_7(_stringLiteral218EC55F63D6ED3982C307DBD8B8F1D45D4C7BF8);
goto IL_0154;
}
IL_00d5:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_25 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_25);
L_25->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_26 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_26);
L_26->set_PRmemberValueEnum_5(1);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = L_27->get_objectTypeEnum_6();
V_1 = L_28;
int32_t L_29 = V_1;
if ((((int32_t)L_29) == ((int32_t)1)))
{
goto IL_00fe;
}
}
{
int32_t L_30 = V_1;
if ((((int32_t)L_30) == ((int32_t)2)))
{
goto IL_011d;
}
}
{
goto IL_012b;
}
IL_00fe:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_31 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_32 = V_0;
NullCheck(L_32);
String_t* L_33 = L_32->get_name_5();
NullCheck(L_31);
L_31->set_PRname_7(L_33);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_34 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_34);
L_34->set_PRmemberTypeEnum_4(2);
goto IL_0154;
}
IL_011d:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_35 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_35);
L_35->set_PRmemberTypeEnum_4(3);
goto IL_0154;
}
IL_012b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_36 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = L_36;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_38 = V_0;
NullCheck(L_38);
int32_t L_39 = L_38->get_objectTypeEnum_6();
int32_t L_40 = L_39;
RuntimeObject * L_41 = Box(InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30_il2cpp_TypeInfo_var, &L_40);
NullCheck(L_41);
String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_42);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_42);
String_t* L_43 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral316938CD79B51A687EC55B5E0353990046188150, L_37, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_44 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_44, L_43, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, NULL, __BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1_RuntimeMethod_var);
}
IL_0154:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_45 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_46 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_45);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_45, L_46, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadArray(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * V_0 = NULL;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * V_1 = NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_2 = NULL;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * V_3 = NULL;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_4 = NULL;
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
{
V_0 = (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)NULL;
int32_t L_0 = ___binaryHeaderEnum0;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_1 = (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 *)il2cpp_codegen_object_new(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var);
BinaryArray__ctor_m829F087056F7202FDC3C0E25746493FD856C7AE4(L_1, L_0, /*hidden argument*/NULL);
V_1 = L_1;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_2 = V_1;
NullCheck(L_2);
BinaryArray_Read_m1D7DEF5223C37189846401AE126E7E855E7FDD2A(L_2, __this, /*hidden argument*/NULL);
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_3 = V_1;
NullCheck(L_3);
int32_t L_4 = L_3->get_binaryTypeEnum_4();
if ((!(((uint32_t)L_4) == ((uint32_t)4))))
{
goto IL_005a;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = L_5->get_assemId_6();
if ((((int32_t)L_6) >= ((int32_t)1)))
{
goto IL_0041;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_9 = V_1;
NullCheck(L_9);
RuntimeObject * L_10 = L_9->get_typeInformation_5();
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEE4E7CCB5582A00FE4FAF850DACF22B076FE7D8E, L_8, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05_RuntimeMethod_var);
}
IL_0041:
{
SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * L_13 = __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526(__this, /*hidden argument*/NULL);
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_14 = V_1;
NullCheck(L_14);
int32_t L_15 = L_14->get_assemId_6();
NullCheck(L_13);
RuntimeObject * L_16 = SizedArray_get_Item_mCF7B33ECD9AF610E1E5C56CF489EA5E03B8035BE(L_13, L_15, /*hidden argument*/NULL);
V_0 = ((BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B *)CastclassSealed((RuntimeObject*)L_16, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B_il2cpp_TypeInfo_var));
goto IL_0061;
}
IL_005a:
{
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_17 = __BinaryParser_get_SystemAssemblyInfo_m27E5ABEC05F37B392FA4590BE6416BDD1B24C2DD(__this, /*hidden argument*/NULL);
V_0 = L_17;
}
IL_0061:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_18 = __BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378(__this, /*hidden argument*/NULL);
V_2 = L_18;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_19 = V_2;
NullCheck(L_19);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_20 = L_19->get_pr_19();
V_3 = L_20;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_21 = V_2;
NullCheck(L_21);
L_21->set_objectTypeEnum_6(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_22 = V_2;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_23 = V_1;
NullCheck(L_23);
int32_t L_24 = L_23->get_binaryTypeEnum_4();
NullCheck(L_22);
L_22->set_binaryTypeEnum_11(L_24);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_25 = V_2;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_26 = V_1;
NullCheck(L_26);
RuntimeObject * L_27 = L_26->get_typeInformation_5();
NullCheck(L_25);
L_25->set_typeInformation_12(L_27);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_28 = __this->get_stack_6();
NullCheck(L_28);
RuntimeObject * L_29 = SerStack_PeekPeek_mB6367D657AE51188CFDFD1739129D6304D9AF9B3(L_28, /*hidden argument*/NULL);
V_4 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_29, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_30 = V_4;
if (!L_30)
{
goto IL_00ad;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = L_31->get_objectId_0();
if ((((int32_t)L_32) <= ((int32_t)0)))
{
goto IL_00cb;
}
}
IL_00ad:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_33 = V_2;
NullCheck(L_33);
L_33->set_name_5(_stringLiteral6DBF1623A68A0515420830E1304861491A12D2DA);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_34 = V_3;
NullCheck(L_34);
L_34->set_PRparseTypeEnum_1(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_35 = V_2;
NullCheck(L_35);
L_35->set_memberValueEnum_8(0);
goto IL_0166;
}
IL_00cb:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_36 = V_3;
NullCheck(L_36);
L_36->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_37 = V_3;
NullCheck(L_37);
L_37->set_PRmemberValueEnum_5(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_38 = V_2;
NullCheck(L_38);
L_38->set_memberValueEnum_8(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_39 = V_4;
NullCheck(L_39);
int32_t L_40 = L_39->get_objectTypeEnum_6();
V_6 = L_40;
int32_t L_41 = V_6;
if ((((int32_t)L_41) == ((int32_t)1)))
{
goto IL_00f5;
}
}
{
int32_t L_42 = V_6;
if ((((int32_t)L_42) == ((int32_t)2)))
{
goto IL_012c;
}
}
{
goto IL_013c;
}
IL_00f5:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_43 = V_3;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_44 = V_4;
NullCheck(L_44);
String_t* L_45 = L_44->get_name_5();
NullCheck(L_43);
L_43->set_PRname_7(L_45);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_46 = V_3;
NullCheck(L_46);
L_46->set_PRmemberTypeEnum_4(2);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_47 = V_2;
NullCheck(L_47);
L_47->set_memberTypeEnum_7(2);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_48 = V_3;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_49 = V_4;
NullCheck(L_49);
String_t* L_50 = L_49->get_name_5();
NullCheck(L_48);
L_48->set_PRkeyDt_10(L_50);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_51 = V_3;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_52 = V_4;
NullCheck(L_52);
Type_t * L_53 = L_52->get_dtType_9();
NullCheck(L_51);
L_51->set_PRdtType_11(L_53);
goto IL_0166;
}
IL_012c:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_54 = V_3;
NullCheck(L_54);
L_54->set_PRmemberTypeEnum_4(3);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_55 = V_2;
NullCheck(L_55);
L_55->set_memberTypeEnum_7(3);
goto IL_0166;
}
IL_013c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_57 = L_56;
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_58 = V_4;
NullCheck(L_58);
int32_t L_59 = L_58->get_objectTypeEnum_6();
int32_t L_60 = L_59;
RuntimeObject * L_61 = Box(InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30_il2cpp_TypeInfo_var, &L_60);
NullCheck(L_61);
String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_61);
NullCheck(L_57);
ArrayElementTypeCheck (L_57, L_62);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_62);
String_t* L_63 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral316938CD79B51A687EC55B5E0353990046188150, L_57, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_64 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_64, L_63, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, NULL, __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05_RuntimeMethod_var);
}
IL_0166:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_65 = V_3;
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_66 = __this->get_objectReader_0();
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_67 = V_1;
NullCheck(L_67);
int32_t L_68 = L_67->get_objectId_0();
NullCheck(L_66);
int64_t L_69 = ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7(L_66, (((int64_t)((int64_t)L_68))), /*hidden argument*/NULL);
NullCheck(L_65);
L_65->set_PRobjectId_14(L_69);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_70 = V_3;
NullCheck(L_70);
int64_t L_71 = L_70->get_PRobjectId_14();
int64_t L_72 = __this->get_topId_2();
if ((!(((uint64_t)L_71) == ((uint64_t)L_72))))
{
goto IL_0195;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_73 = V_3;
NullCheck(L_73);
L_73->set_PRobjectPositionEnum_6(1);
goto IL_01bd;
}
IL_0195:
{
int64_t L_74 = __this->get_headerId_3();
if ((((int64_t)L_74) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_01b6;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_75 = V_3;
NullCheck(L_75);
int64_t L_76 = L_75->get_PRobjectId_14();
int64_t L_77 = __this->get_headerId_3();
if ((!(((uint64_t)L_76) == ((uint64_t)L_77))))
{
goto IL_01b6;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_78 = V_3;
NullCheck(L_78);
L_78->set_PRobjectPositionEnum_6(3);
goto IL_01bd;
}
IL_01b6:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_79 = V_3;
NullCheck(L_79);
L_79->set_PRobjectPositionEnum_6(2);
}
IL_01bd:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_80 = V_3;
NullCheck(L_80);
L_80->set_PRobjectTypeEnum_2(2);
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_81 = V_1;
NullCheck(L_81);
int32_t L_82 = L_81->get_binaryTypeEnum_4();
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_83 = V_1;
NullCheck(L_83);
RuntimeObject * L_84 = L_83->get_typeInformation_5();
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_85 = __this->get_objectReader_0();
BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * L_86 = V_0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_87 = V_3;
NullCheck(L_87);
int32_t* L_88 = L_87->get_address_of_PRarrayElementTypeCode_19();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_89 = V_3;
NullCheck(L_89);
String_t** L_90 = L_89->get_address_of_PRarrayElementTypeString_16();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_91 = V_3;
NullCheck(L_91);
Type_t ** L_92 = L_91->get_address_of_PRarrayElementType_17();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_93 = V_3;
NullCheck(L_93);
bool* L_94 = L_93->get_address_of_PRisArrayVariant_18();
BinaryConverter_TypeFromInfo_mCE2190A92625D3518F92D8A05B90F06022ECC5E2(L_82, L_84, L_85, L_86, (int32_t*)L_88, (String_t**)L_90, (Type_t **)L_92, (bool*)L_94, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_95 = V_3;
NullCheck(L_95);
L_95->set_PRdtTypeCode_12(0);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_96 = V_3;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_97 = V_1;
NullCheck(L_97);
int32_t L_98 = L_97->get_rank_1();
NullCheck(L_96);
L_96->set_PRrank_20(L_98);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_99 = V_3;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_100 = V_1;
NullCheck(L_100);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_101 = L_100->get_lengthA_2();
NullCheck(L_99);
L_99->set_PRlengthA_21(L_101);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_102 = V_3;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_103 = V_1;
NullCheck(L_103);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_104 = L_103->get_lowerBoundA_3();
NullCheck(L_102);
L_102->set_PRlowerBoundA_23(L_104);
V_5 = (bool)0;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_105 = V_1;
NullCheck(L_105);
int32_t L_106 = L_105->get_binaryArrayTypeEnum_8();
V_7 = L_106;
int32_t L_107 = V_7;
switch (L_107)
{
case 0:
{
goto IL_024e;
}
case 1:
{
goto IL_028c;
}
case 2:
{
goto IL_02a3;
}
case 3:
{
goto IL_024e;
}
case 4:
{
goto IL_028c;
}
case 5:
{
goto IL_02a3;
}
}
}
{
goto IL_02da;
}
IL_024e:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_108 = V_2;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_109 = V_1;
NullCheck(L_109);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_110 = L_109->get_lengthA_2();
NullCheck(L_110);
int32_t L_111 = 0;
int32_t L_112 = (L_110)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
NullCheck(L_108);
L_108->set_numItems_10(L_112);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_113 = V_3;
NullCheck(L_113);
L_113->set_PRarrayTypeEnum_3(1);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_114 = V_3;
NullCheck(L_114);
int32_t L_115 = L_114->get_PRarrayElementTypeCode_19();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
bool L_116 = Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D(L_115, /*hidden argument*/NULL);
if (!L_116)
{
goto IL_0303;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_117 = V_1;
NullCheck(L_117);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_118 = L_117->get_lowerBoundA_3();
NullCheck(L_118);
int32_t L_119 = 0;
int32_t L_120 = (L_118)->GetAt(static_cast<il2cpp_array_size_t>(L_119));
if (L_120)
{
goto IL_0303;
}
}
{
V_5 = (bool)1;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_121 = V_3;
__BinaryParser_ReadArrayAsBytes_m8F544D2EE70A8729D00769D481844A51F1D0F421(__this, L_121, /*hidden argument*/NULL);
goto IL_0303;
}
IL_028c:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_122 = V_2;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_123 = V_1;
NullCheck(L_123);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_124 = L_123->get_lengthA_2();
NullCheck(L_124);
int32_t L_125 = 0;
int32_t L_126 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_125));
NullCheck(L_122);
L_122->set_numItems_10(L_126);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_127 = V_3;
NullCheck(L_127);
L_127->set_PRarrayTypeEnum_3(2);
goto IL_0303;
}
IL_02a3:
{
V_8 = 1;
V_9 = 0;
goto IL_02bf;
}
IL_02ab:
{
int32_t L_128 = V_8;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_129 = V_1;
NullCheck(L_129);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_130 = L_129->get_lengthA_2();
int32_t L_131 = V_9;
NullCheck(L_130);
int32_t L_132 = L_131;
int32_t L_133 = (L_130)->GetAt(static_cast<il2cpp_array_size_t>(L_132));
V_8 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_128, (int32_t)L_133));
int32_t L_134 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1));
}
IL_02bf:
{
int32_t L_135 = V_9;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_136 = V_1;
NullCheck(L_136);
int32_t L_137 = L_136->get_rank_1();
if ((((int32_t)L_135) < ((int32_t)L_137)))
{
goto IL_02ab;
}
}
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_138 = V_2;
int32_t L_139 = V_8;
NullCheck(L_138);
L_138->set_numItems_10(L_139);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_140 = V_3;
NullCheck(L_140);
L_140->set_PRarrayTypeEnum_3(3);
goto IL_0303;
}
IL_02da:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_141 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_142 = L_141;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_143 = V_1;
NullCheck(L_143);
int32_t L_144 = L_143->get_binaryArrayTypeEnum_8();
int32_t L_145 = L_144;
RuntimeObject * L_146 = Box(BinaryArrayTypeEnum_t524B2624D887D491698CB4BECFFC9FCF33871C86_il2cpp_TypeInfo_var, &L_145);
NullCheck(L_146);
String_t* L_147 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_146);
NullCheck(L_142);
ArrayElementTypeCheck (L_142, L_147);
(L_142)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_147);
String_t* L_148 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral9F29A73C702265A76F99D1412DEAF60DE5AAD3A4, L_142, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_149 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_149, L_148, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_149, NULL, __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05_RuntimeMethod_var);
}
IL_0303:
{
bool L_150 = V_5;
if (L_150)
{
goto IL_0315;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_151 = __this->get_stack_6();
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_152 = V_2;
NullCheck(L_151);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_151, L_152, /*hidden argument*/NULL);
goto IL_031c;
}
IL_0315:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_153 = V_2;
__BinaryParser_PutOp_m0EC01A1B5131E9AEEE5BD92236E912F1EB46CB51(__this, L_153, /*hidden argument*/NULL);
}
IL_031c:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_154 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_155 = V_3;
NullCheck(L_154);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_154, L_155, /*hidden argument*/NULL);
bool L_156 = V_5;
if (!L_156)
{
goto IL_033f;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_157 = V_3;
NullCheck(L_157);
L_157->set_PRparseTypeEnum_1(4);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_158 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_159 = V_3;
NullCheck(L_158);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_158, L_159, /*hidden argument*/NULL);
}
IL_033f:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadArrayAsBytes(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadArrayAsBytes_m8F544D2EE70A8729D00769D481844A51F1D0F421 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * ___pr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadArrayAsBytes_m8F544D2EE70A8729D00769D481844A51F1D0F421_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeArray * V_1 = NULL;
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;
uint8_t V_7 = 0x0;
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_0 = ___pr0;
NullCheck(L_0);
int32_t L_1 = L_0->get_PRarrayElementTypeCode_19();
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_001e;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_2 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_3 = ___pr0;
NullCheck(L_3);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = L_3->get_PRlengthA_21();
NullCheck(L_4);
int32_t L_5 = 0;
int32_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __BinaryParser_ReadBytes_mC33C7339578083D836BEF5A8C63E4E53EB2DA776(__this, L_6, /*hidden argument*/NULL);
NullCheck(L_2);
L_2->set_PRnewObj_34((RuntimeObject *)L_7);
return;
}
IL_001e:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = ___pr0;
NullCheck(L_8);
int32_t L_9 = L_8->get_PRarrayElementTypeCode_19();
if ((!(((uint32_t)L_9) == ((uint32_t)3))))
{
goto IL_003c;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_10 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_11 = ___pr0;
NullCheck(L_11);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = L_11->get_PRlengthA_21();
NullCheck(L_12);
int32_t L_13 = 0;
int32_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = __BinaryParser_ReadChars_m27CDF076A717853AC103123A8181B67A1C825D75(__this, L_14, /*hidden argument*/NULL);
NullCheck(L_10);
L_10->set_PRnewObj_34((RuntimeObject *)L_15);
return;
}
IL_003c:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_16 = ___pr0;
NullCheck(L_16);
int32_t L_17 = L_16->get_PRarrayElementTypeCode_19();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_18 = Converter_TypeLength_m8D5DAA10D90E70ED2EEECDB1CC4915C43FA93BBB(L_17, /*hidden argument*/NULL);
V_0 = L_18;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_19 = ___pr0;
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_20 = ___pr0;
NullCheck(L_20);
int32_t L_21 = L_20->get_PRarrayElementTypeCode_19();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_22 = ___pr0;
NullCheck(L_22);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = L_22->get_PRlengthA_21();
NullCheck(L_23);
int32_t L_24 = 0;
int32_t L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
RuntimeArray * L_26 = Converter_CreatePrimitiveArray_m5C8E9CCD1307AA9A3C678F0E338EA580D67B81D3(L_21, L_25, /*hidden argument*/NULL);
NullCheck(L_19);
L_19->set_PRnewObj_34(L_26);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_27 = ___pr0;
NullCheck(L_27);
RuntimeObject * L_28 = L_27->get_PRnewObj_34();
V_1 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_28, RuntimeArray_il2cpp_TypeInfo_var));
V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = __this->get_byteBuffer_20();
if (L_29)
{
goto IL_0135;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
__this->set_byteBuffer_20(L_30);
goto IL_0135;
}
IL_008f:
{
int32_t L_31 = V_0;
RuntimeArray * L_32 = V_1;
NullCheck(L_32);
int32_t L_33 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_32, /*hidden argument*/NULL);
int32_t L_34 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_35 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)((int32_t)((int32_t)4096)/(int32_t)L_31)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)), /*hidden argument*/NULL);
V_3 = L_35;
int32_t L_36 = V_3;
int32_t L_37 = V_0;
V_4 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)L_37));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = __this->get_byteBuffer_20();
int32_t L_39 = V_4;
__BinaryParser_ReadBytes_m7DD0DA2BEE911AFE73BC3D756153E95DEA7674DC(__this, L_38, 0, L_39, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_40 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (L_40)
{
goto IL_011e;
}
}
{
V_5 = 0;
goto IL_0118;
}
IL_00c4:
{
V_6 = 0;
goto IL_010b;
}
IL_00c9:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = __this->get_byteBuffer_20();
int32_t L_42 = V_5;
int32_t L_43 = V_6;
NullCheck(L_41);
int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43));
uint8_t L_45 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
V_7 = L_45;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = __this->get_byteBuffer_20();
int32_t L_47 = V_5;
int32_t L_48 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = __this->get_byteBuffer_20();
int32_t L_50 = V_5;
int32_t L_51 = V_0;
int32_t L_52 = V_6;
NullCheck(L_49);
int32_t L_53 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51)), (int32_t)1)), (int32_t)L_52));
uint8_t L_54 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48))), (uint8_t)L_54);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = __this->get_byteBuffer_20();
int32_t L_56 = V_5;
int32_t L_57 = V_0;
int32_t L_58 = V_6;
uint8_t L_59 = V_7;
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_57)), (int32_t)1)), (int32_t)L_58))), (uint8_t)L_59);
int32_t L_60 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
}
IL_010b:
{
int32_t L_61 = V_6;
int32_t L_62 = V_0;
if ((((int32_t)L_61) < ((int32_t)((int32_t)((int32_t)L_62/(int32_t)2)))))
{
goto IL_00c9;
}
}
{
int32_t L_63 = V_5;
int32_t L_64 = V_0;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64));
}
IL_0118:
{
int32_t L_65 = V_5;
int32_t L_66 = V_4;
if ((((int32_t)L_65) < ((int32_t)L_66)))
{
goto IL_00c4;
}
}
IL_011e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = __this->get_byteBuffer_20();
RuntimeArray * L_68 = V_1;
int32_t L_69 = V_2;
int32_t L_70 = V_0;
int32_t L_71 = V_4;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_67, 0, L_68, ((int32_t)il2cpp_codegen_multiply((int32_t)L_69, (int32_t)L_70)), L_71, /*hidden argument*/NULL);
int32_t L_72 = V_2;
int32_t L_73 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_73));
}
IL_0135:
{
int32_t L_74 = V_2;
RuntimeArray * L_75 = V_1;
NullCheck(L_75);
int32_t L_76 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_75, /*hidden argument*/NULL);
if ((((int32_t)L_74) < ((int32_t)L_76)))
{
goto IL_008f;
}
}
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMemberPrimitiveUnTyped()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadMemberPrimitiveUnTyped_m93A2805A6576FC9F8ABC364E3D103B6564D4D828 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadMemberPrimitiveUnTyped_m93A2805A6576FC9F8ABC364E3D103B6564D4D828_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_0 = NULL;
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_stack_6();
NullCheck(L_0);
RuntimeObject * L_1 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_0, /*hidden argument*/NULL);
V_0 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_1, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_2 = __this->get_memberPrimitiveUnTyped_21();
if (L_2)
{
goto IL_0024;
}
}
{
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_3 = (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 *)il2cpp_codegen_object_new(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423_il2cpp_TypeInfo_var);
MemberPrimitiveUnTyped__ctor_m568513B5C309103049BB976B44D3BABD4C22C6CB(L_3, /*hidden argument*/NULL);
__this->set_memberPrimitiveUnTyped_21(L_3);
}
IL_0024:
{
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_4 = __this->get_memberPrimitiveUnTyped_21();
RuntimeObject * L_5 = __this->get_expectedTypeInformation_8();
NullCheck(L_4);
MemberPrimitiveUnTyped_Set_mFB9A5013550F007406411052F712DD11ADC50A2C(L_4, ((*(int32_t*)((int32_t*)UnBox(L_5, InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_6 = __this->get_memberPrimitiveUnTyped_21();
NullCheck(L_6);
MemberPrimitiveUnTyped_Read_mCD4B12D88812FDD4E8F98F7DB741F48539757DF1(L_6, __this, /*hidden argument*/NULL);
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_7 = __this->get_memberPrimitiveUnTyped_21();
NullCheck(L_7);
MemberPrimitiveUnTyped_Dump_mE77F705ACFEC56C4C436DB78C0771500B920B11A(L_7, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_8);
ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC(L_8, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_9 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_10 = __this->get_memberPrimitiveUnTyped_21();
NullCheck(L_10);
RuntimeObject * L_11 = L_10->get_value_1();
NullCheck(L_9);
L_9->set_PRvarValue_9(L_11);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_12 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
RuntimeObject * L_13 = __this->get_expectedTypeInformation_8();
NullCheck(L_12);
L_12->set_PRdtTypeCode_12(((*(int32_t*)((int32_t*)UnBox(L_13, InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var)))));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_14 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_15 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_15);
int32_t L_16 = L_15->get_PRdtTypeCode_12();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
Type_t * L_17 = Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872(L_16, /*hidden argument*/NULL);
NullCheck(L_14);
L_14->set_PRdtType_11(L_17);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_18 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_18);
L_18->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_19 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_19);
L_19->set_PRmemberValueEnum_5(1);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_20 = V_0;
NullCheck(L_20);
int32_t L_21 = L_20->get_objectTypeEnum_6();
if ((!(((uint32_t)L_21) == ((uint32_t)1))))
{
goto IL_00e3;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_22 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_22);
L_22->set_PRmemberTypeEnum_4(2);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_23 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_24 = V_0;
NullCheck(L_24);
String_t* L_25 = L_24->get_name_5();
NullCheck(L_23);
L_23->set_PRname_7(L_25);
goto IL_00ef;
}
IL_00e3:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_26 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_26);
L_26->set_PRmemberTypeEnum_4(3);
}
IL_00ef:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_27 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_28 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_27);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_27, L_28, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMemberReference()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadMemberReference_mED903B373EDBE5C52243AC140302246275343096 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadMemberReference_mED903B373EDBE5C52243AC140302246275343096_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_0 = NULL;
{
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_0 = __this->get_memberReference_22();
if (L_0)
{
goto IL_0013;
}
}
{
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_1 = (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 *)il2cpp_codegen_object_new(MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66_il2cpp_TypeInfo_var);
MemberReference__ctor_m9E23ECF4F9B49892C6F0DC28627B9F222C6E5C8B(L_1, /*hidden argument*/NULL);
__this->set_memberReference_22(L_1);
}
IL_0013:
{
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_2 = __this->get_memberReference_22();
NullCheck(L_2);
MemberReference_Read_mF76C63B09BF782B2106FF8EEF62066119AEDBC74(L_2, __this, /*hidden argument*/NULL);
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_3 = __this->get_memberReference_22();
NullCheck(L_3);
MemberReference_Dump_m9CFAFB528EB5D745794F69D6F7CA1A55C4B0B9DD(L_3, /*hidden argument*/NULL);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_4 = __this->get_stack_6();
NullCheck(L_4);
RuntimeObject * L_5 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_4, /*hidden argument*/NULL);
V_0 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_5, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_6 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_6);
ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC(L_6, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_8 = __this->get_objectReader_0();
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_9 = __this->get_memberReference_22();
NullCheck(L_9);
int32_t L_10 = L_9->get_idRef_0();
NullCheck(L_8);
int64_t L_11 = ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7(L_8, (((int64_t)((int64_t)L_10))), /*hidden argument*/NULL);
NullCheck(L_7);
L_7->set_PRidRef_15(L_11);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_12 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_13 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_13);
L_13->set_PRmemberValueEnum_5(3);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_14 = V_0;
NullCheck(L_14);
int32_t L_15 = L_14->get_objectTypeEnum_6();
if ((!(((uint32_t)L_15) == ((uint32_t)1))))
{
goto IL_00b9;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_16 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_16);
L_16->set_PRmemberTypeEnum_4(2);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_17 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_18 = V_0;
NullCheck(L_18);
String_t* L_19 = L_18->get_name_5();
NullCheck(L_17);
L_17->set_PRname_7(L_19);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_20 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_21 = V_0;
NullCheck(L_21);
Type_t * L_22 = L_21->get_dtType_9();
NullCheck(L_20);
L_20->set_PRdtType_11(L_22);
goto IL_00c5;
}
IL_00b9:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_23 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_23);
L_23->set_PRmemberTypeEnum_4(3);
}
IL_00c5:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_24 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_25 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_24);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_24, L_25, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectNull(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadObjectNull_m27468E5E401A5418EAFFA272D0B593DF15EFC9D7 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___binaryHeaderEnum0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadObjectNull_m27468E5E401A5418EAFFA272D0B593DF15EFC9D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_0 = NULL;
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_0 = __this->get_objectNull_23();
if (L_0)
{
goto IL_0013;
}
}
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_1 = (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 *)il2cpp_codegen_object_new(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05_il2cpp_TypeInfo_var);
ObjectNull__ctor_m90B9A7BFD14454A441AA7D206C28C1C7A7CD80C8(L_1, /*hidden argument*/NULL);
__this->set_objectNull_23(L_1);
}
IL_0013:
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_2 = __this->get_objectNull_23();
int32_t L_3 = ___binaryHeaderEnum0;
NullCheck(L_2);
ObjectNull_Read_mE718FFC439AEF0FDCAD8EA60EA5BBF36E13B8EC9(L_2, __this, L_3, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_4 = __this->get_objectNull_23();
NullCheck(L_4);
ObjectNull_Dump_mC92599F3AD09C6B2B6ABA1DE17DA655C3EFB3021(L_4, /*hidden argument*/NULL);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_5 = __this->get_stack_6();
NullCheck(L_5);
RuntimeObject * L_6 = SerStack_Peek_m28C85D1AD957216AB253F4E991D60FC8E2FF4D2B(L_5, /*hidden argument*/NULL);
V_0 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_6, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_7 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_7);
ParseRecord_Init_m891FB7442C52D9055F2615A36C68979F644CA1CC(L_7, /*hidden argument*/NULL);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_8 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_8);
L_8->set_PRparseTypeEnum_1(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_9 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_PRmemberValueEnum_5(4);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = L_10->get_objectTypeEnum_6();
if ((!(((uint32_t)L_11) == ((uint32_t)1))))
{
goto IL_0098;
}
}
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_12 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_PRmemberTypeEnum_4(2);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_13 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_14 = V_0;
NullCheck(L_14);
String_t* L_15 = L_14->get_name_5();
NullCheck(L_13);
L_13->set_PRname_7(L_15);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_16 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_17 = V_0;
NullCheck(L_17);
Type_t * L_18 = L_17->get_dtType_9();
NullCheck(L_16);
L_16->set_PRdtType_11(L_18);
goto IL_00cd;
}
IL_0098:
{
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_19 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_19);
L_19->set_PRmemberTypeEnum_4(3);
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_20 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_21 = __this->get_objectNull_23();
NullCheck(L_21);
int32_t L_22 = L_21->get_nullCount_0();
NullCheck(L_20);
L_20->set_PRnullCount_40(L_22);
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_23 = V_0;
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_24 = __this->get_objectNull_23();
NullCheck(L_24);
int32_t L_25 = L_24->get_nullCount_0();
NullCheck(L_23);
ObjectProgress_ArrayCountIncrement_m8168D94EFA4D76D70A957976D59DE3B05393FA4D(L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL);
}
IL_00cd:
{
ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * L_26 = __this->get_objectReader_0();
ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * L_27 = __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC(__this, /*hidden argument*/NULL);
NullCheck(L_26);
ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97(L_26, L_27, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMessageEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var);
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * L_0 = ((__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields*)il2cpp_codegen_static_fields_for(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var))->get_messageEnd_24();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0015;
}
}
{
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * L_1 = (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF *)il2cpp_codegen_object_new(MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_il2cpp_TypeInfo_var);
MessageEnd__ctor_mACD46A473A484BA33E889CB737C58D6A9DC3A9F6(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields*)il2cpp_codegen_static_fields_for(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var))->set_messageEnd_24(L_1);
}
IL_0015:
{
IL2CPP_RUNTIME_CLASS_INIT(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var);
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * L_2 = ((__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields*)il2cpp_codegen_static_fields_for(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var))->get_messageEnd_24();
il2cpp_codegen_memory_barrier();
NullCheck(L_2);
MessageEnd_Read_m26611F85E9FBDBFFA0D7610E50A7E6669FD3B4A7(L_2, __this, /*hidden argument*/NULL);
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * L_3 = ((__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields*)il2cpp_codegen_static_fields_for(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var))->get_messageEnd_24();
il2cpp_codegen_memory_barrier();
NullCheck(L_3);
MessageEnd_Dump_m015C1D0BF255BA591D91BDFE39552EC06E4C67E2(L_3, /*hidden argument*/NULL);
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_4 = __this->get_stack_6();
NullCheck(L_4);
bool L_5 = SerStack_IsEmpty_mF546297BB089E963CAEC7F4A3F59C424F47BD661(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_004b;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3DDFC0DDCD8D19F9839B8B3782BD80CD8C9F7A30, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_7 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156_RuntimeMethod_var);
}
IL_004b:
{
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, int32_t ___code0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
V_0 = NULL;
int32_t L_0 = ___code0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_004f;
}
case 1:
{
goto IL_0060;
}
case 2:
{
goto IL_0071;
}
case 3:
{
goto IL_0139;
}
case 4:
{
goto IL_010f;
}
case 5:
{
goto IL_0082;
}
case 6:
{
goto IL_0093;
}
case 7:
{
goto IL_00a4;
}
case 8:
{
goto IL_00b5;
}
case 9:
{
goto IL_00c6;
}
case 10:
{
goto IL_00d7;
}
case 11:
{
goto IL_011d;
}
case 12:
{
goto IL_012b;
}
case 13:
{
goto IL_00e5;
}
case 14:
{
goto IL_00f3;
}
case 15:
{
goto IL_0101;
}
}
}
{
goto IL_0139;
}
IL_004f:
{
bool L_1 = __BinaryParser_ReadBoolean_mFE6919035D82690E4C9475D83867B6677C2DB713(__this, /*hidden argument*/NULL);
bool L_2 = L_1;
RuntimeObject * L_3 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_2);
V_0 = L_3;
goto IL_015d;
}
IL_0060:
{
uint8_t L_4 = __BinaryParser_ReadByte_m47E28F3A153684A0FD6B8443705215646144535F(__this, /*hidden argument*/NULL);
uint8_t L_5 = L_4;
RuntimeObject * L_6 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_5);
V_0 = L_6;
goto IL_015d;
}
IL_0071:
{
Il2CppChar L_7 = __BinaryParser_ReadChar_mD14AF5A97CC16A09E8A48034B9E71286F4A38B5D(__this, /*hidden argument*/NULL);
Il2CppChar L_8 = L_7;
RuntimeObject * L_9 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_8);
V_0 = L_9;
goto IL_015d;
}
IL_0082:
{
double L_10 = __BinaryParser_ReadDouble_m7AE239B013E3F891916C510E520706E2F0AF6922(__this, /*hidden argument*/NULL);
double L_11 = L_10;
RuntimeObject * L_12 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_11);
V_0 = L_12;
goto IL_015d;
}
IL_0093:
{
int16_t L_13 = __BinaryParser_ReadInt16_m7426623358F290BC71CAECFB446B64D12F4BA369(__this, /*hidden argument*/NULL);
int16_t L_14 = L_13;
RuntimeObject * L_15 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_14);
V_0 = L_15;
goto IL_015d;
}
IL_00a4:
{
int32_t L_16 = __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95(__this, /*hidden argument*/NULL);
int32_t L_17 = L_16;
RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17);
V_0 = L_18;
goto IL_015d;
}
IL_00b5:
{
int64_t L_19 = __BinaryParser_ReadInt64_m52112070496D5901B23FD16671A8E3F633D11654(__this, /*hidden argument*/NULL);
int64_t L_20 = L_19;
RuntimeObject * L_21 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_20);
V_0 = L_21;
goto IL_015d;
}
IL_00c6:
{
int8_t L_22 = __BinaryParser_ReadSByte_mC834C0FFABC8F2F926DDB0D2114AE9F2AC3932A5(__this, /*hidden argument*/NULL);
int8_t L_23 = L_22;
RuntimeObject * L_24 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_23);
V_0 = L_24;
goto IL_015d;
}
IL_00d7:
{
float L_25 = __BinaryParser_ReadSingle_m4ED961B2E46245C8891E59101C3802E107B0AEC9(__this, /*hidden argument*/NULL);
float L_26 = L_25;
RuntimeObject * L_27 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_26);
V_0 = L_27;
goto IL_015d;
}
IL_00e5:
{
uint16_t L_28 = __BinaryParser_ReadUInt16_m371EAC17DA694C47C49DEC8F90617E1730735B8D(__this, /*hidden argument*/NULL);
uint16_t L_29 = L_28;
RuntimeObject * L_30 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_29);
V_0 = L_30;
goto IL_015d;
}
IL_00f3:
{
uint32_t L_31 = __BinaryParser_ReadUInt32_mDC4E3869D4BAABEEDB3DE40F9A7EC5D5A2D2A1F1(__this, /*hidden argument*/NULL);
uint32_t L_32 = L_31;
RuntimeObject * L_33 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_32);
V_0 = L_33;
goto IL_015d;
}
IL_0101:
{
uint64_t L_34 = __BinaryParser_ReadUInt64_m56836FBDBA6861E71BBF07DF204F8579FB6C10E5(__this, /*hidden argument*/NULL);
uint64_t L_35 = L_34;
RuntimeObject * L_36 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_35);
V_0 = L_36;
goto IL_015d;
}
IL_010f:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_37 = __BinaryParser_ReadDecimal_mDF4AF0D2251B49A73002D6B24CB06C108BE29D76(__this, /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_38 = L_37;
RuntimeObject * L_39 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_38);
V_0 = L_39;
goto IL_015d;
}
IL_011d:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_40 = __BinaryParser_ReadTimeSpan_mAC815CA793E4B80B542FB1C0AE04448942509F67(__this, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_41 = L_40;
RuntimeObject * L_42 = Box(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var, &L_41);
V_0 = L_42;
goto IL_015d;
}
IL_012b:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_43 = __BinaryParser_ReadDateTime_m0A56A6B99C9D8A8FB53E96F31C997E95E1030866(__this, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_44 = L_43;
RuntimeObject * L_45 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_44);
V_0 = L_45;
goto IL_015d;
}
IL_0139:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_47 = L_46;
int32_t L_48 = ___code0;
int32_t L_49 = L_48;
RuntimeObject * L_50 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_49);
NullCheck(L_50);
String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_50);
NullCheck(L_47);
ArrayElementTypeCheck (L_47, L_51);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_51);
String_t* L_52 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral34396285DCC00850D89DA89D254E9D577693F10B, L_47, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_53 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_53, L_52, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, NULL, __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9_RuntimeMethod_var);
}
IL_015d:
{
RuntimeObject * L_54 = V_0;
return L_54;
}
}
// System.Runtime.Serialization.Formatters.Binary.ObjectProgress System.Runtime.Serialization.Formatters.Binary.__BinaryParser::GetOp()
extern "C" IL2CPP_METHOD_ATTR ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * V_0 = NULL;
{
V_0 = (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)NULL;
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_opPool_13();
if (!L_0)
{
goto IL_0030;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_1 = __this->get_opPool_13();
NullCheck(L_1);
bool L_2 = SerStack_IsEmpty_mF546297BB089E963CAEC7F4A3F59C424F47BD661(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0030;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_3 = __this->get_opPool_13();
NullCheck(L_3);
RuntimeObject * L_4 = SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B(L_3, /*hidden argument*/NULL);
V_0 = ((ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)CastclassSealed((RuntimeObject*)L_4, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var));
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_5 = V_0;
NullCheck(L_5);
ObjectProgress_Init_m8C4DC6DF03B8D34B2DBAE237B2BAB5B2173CB25C(L_5, /*hidden argument*/NULL);
goto IL_0036;
}
IL_0030:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_6 = (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 *)il2cpp_codegen_object_new(ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var);
ObjectProgress__ctor_mEE1C9C450B808BE4A72F9C7ADEC4BBB5F933B187(L_6, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0036:
{
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_7 = V_0;
return L_7;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::PutOp(System.Runtime.Serialization.Formatters.Binary.ObjectProgress)
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser_PutOp_m0EC01A1B5131E9AEEE5BD92236E912F1EB46CB51 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * ___op0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser_PutOp_m0EC01A1B5131E9AEEE5BD92236E912F1EB46CB51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_0 = __this->get_opPool_13();
if (L_0)
{
goto IL_0018;
}
}
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_1 = (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF *)il2cpp_codegen_object_new(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF_il2cpp_TypeInfo_var);
SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A(L_1, _stringLiteral9404D93B4D314F3645692C865D18816C0D316948, /*hidden argument*/NULL);
__this->set_opPool_13(L_1);
}
IL_0018:
{
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * L_2 = __this->get_opPool_13();
ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * L_3 = ___op0;
NullCheck(L_2);
SerStack_Push_m0861D60834BE3F34BCD86C1D066D679F66B4F72C(L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::.cctor()
extern "C" IL2CPP_METHOD_ATTR void __BinaryParser__cctor_mA13B280E2FAB2857E10946957C62AC7B4DBB3BA8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryParser__cctor_mA13B280E2FAB2857E10946957C62AC7B4DBB3BA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_0 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_0, (bool)0, (bool)1, /*hidden argument*/NULL);
((__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_StaticFields*)il2cpp_codegen_static_fields_for(__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var))->set_encoding_12(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif