yunque9/xcode/Classes/Native/mscorlib13.cpp

35950 lines
1.8 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
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, 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);
}
};
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename 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 T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, 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);
}
};
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);
}
};
// 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.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.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.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.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.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`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.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.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.MethodInfo
struct MethodInfo_t;
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1;
// System.Reflection.StrongNameKeyPair
struct StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD;
// 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.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.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.LongList
struct LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF;
// System.Runtime.Serialization.MemberHolder
struct MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334;
// System.Runtime.Serialization.ObjectHolder
struct ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942;
// 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.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.Runtime.Serialization.ValueTypeFixupInfo
struct ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC;
// 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.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// 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;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryArrayTypeEnum_t524B2624D887D491698CB4BECFFC9FCF33871C86_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryCrossAppDomainAssembly_t1DEA469A2AF1234F9C34B41E3D2CA8420DBF3DF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t13827C9725E0D12567E029E178981FB7D0E13430_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalArrayTypeE_tE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalObjectTypeE_t13A697BF79035A10D4644AA1F95D35508F006D30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalParseTypeE_t53859E04B4CCCAC15695C4008ED656AAAE5D6A3A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NameCache_t8E2C6F16791BF70942F3599CC096E43EE51FEC7F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectMap_t4A3376E393D41E3EA28A67569CF7663D01B5B92D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrimitiveArray_tE20DCA935C848882BB2335163271DCDA1E7C05A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TopLevelAssemblyTypeResolver_t04636F94B55405B0EE48DD9BCA570DAA810DA4C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeCodeU5BU5D_t8C47CEC9ECBC7EB64C0108B34A744FEA93F3FB58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeNAssembly_tC7486A43B108786A3E5305EBA7DF4F5EBF9F6933_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValueFixup_t663CB792F748647C6959DC5F57F382987ABC1ABA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0A2A2CCCF2C08C9DE62081AA802F9254CCAC3B94;
IL2CPP_EXTERN_C String_t* _stringLiteral0B1F89D2E31425DFF5F87CA7E874C32339513C7E;
IL2CPP_EXTERN_C String_t* _stringLiteral0B2F6DA49F1EAC197064F7D8B56931A145C07F43;
IL2CPP_EXTERN_C String_t* _stringLiteral0C5CD494F310691585D499377BEBAED675CD389C;
IL2CPP_EXTERN_C String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
IL2CPP_EXTERN_C String_t* _stringLiteral1145D7FF5DA39D12C22BC0CEEA6DD6A10244B190;
IL2CPP_EXTERN_C String_t* _stringLiteral16C37E95BF92B7413E6D9AE7B704257C7164322D;
IL2CPP_EXTERN_C String_t* _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01;
IL2CPP_EXTERN_C String_t* _stringLiteral218EC55F63D6ED3982C307DBD8B8F1D45D4C7BF8;
IL2CPP_EXTERN_C String_t* _stringLiteral2237986FB3A858EE35807743FFEB4ED04BDB5244;
IL2CPP_EXTERN_C String_t* _stringLiteral278B54854C7A04DE2D53A55F1A85A12355EFE7BB;
IL2CPP_EXTERN_C String_t* _stringLiteral29A184B65CAB57768DAC7FD2BF422BC583CCC38A;
IL2CPP_EXTERN_C String_t* _stringLiteral316938CD79B51A687EC55B5E0353990046188150;
IL2CPP_EXTERN_C String_t* _stringLiteral32BCDD86083366DEAC549EAB1274A1B133289EAA;
IL2CPP_EXTERN_C String_t* _stringLiteral34396285DCC00850D89DA89D254E9D577693F10B;
IL2CPP_EXTERN_C String_t* _stringLiteral3ADFC2074B5D0DA56AAE8C04AF047DE8BA33001D;
IL2CPP_EXTERN_C String_t* _stringLiteral3DDFC0DDCD8D19F9839B8B3782BD80CD8C9F7A30;
IL2CPP_EXTERN_C String_t* _stringLiteral3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264;
IL2CPP_EXTERN_C String_t* _stringLiteral3E0040DE2ED6FBB175C03E1CFA52E40F9B7638E3;
IL2CPP_EXTERN_C String_t* _stringLiteral409C6FD541E1E4ADEF912A193B1417AB9806716F;
IL2CPP_EXTERN_C String_t* _stringLiteral464E32D9ED1361786904937EE4F912B751C37B2A;
IL2CPP_EXTERN_C String_t* _stringLiteral4B96E41B05CEA388BE98A86628839E5144ACED38;
IL2CPP_EXTERN_C String_t* _stringLiteral4E510487A47D4044DD1C268A43E9B33E436B72CF;
IL2CPP_EXTERN_C String_t* _stringLiteral4E6F2B2D93374316E84ABE79E52E8BFFF3E4F1A7;
IL2CPP_EXTERN_C String_t* _stringLiteral4EEFB5B30F9DF87CE6BB80E12AF837CB10EAC54B;
IL2CPP_EXTERN_C String_t* _stringLiteral53E802A1B06791B9E7095B9C38DBE455DEBE76EB;
IL2CPP_EXTERN_C String_t* _stringLiteral57E754E2390E182A440FB5298E60F0A7FC515D02;
IL2CPP_EXTERN_C String_t* _stringLiteral5C41A227D584E9AAB5C455C50A2997A8ADEA6F17;
IL2CPP_EXTERN_C String_t* _stringLiteral5C5013B39802FE6B51DA0CE8EB1413052C3B261B;
IL2CPP_EXTERN_C String_t* _stringLiteral5F43A9F4A65A990AC8B24473013478536E153397;
IL2CPP_EXTERN_C String_t* _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1;
IL2CPP_EXTERN_C String_t* _stringLiteral6C7F5DBEA96FB021D061F17D2A3551EBD23D40FE;
IL2CPP_EXTERN_C String_t* _stringLiteral6DBF1623A68A0515420830E1304861491A12D2DA;
IL2CPP_EXTERN_C String_t* _stringLiteral6FE531C6BC150EB79BF1DDACAC6FE286033F8539;
IL2CPP_EXTERN_C String_t* _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6;
IL2CPP_EXTERN_C String_t* _stringLiteral716BF4BFDD48C8BE1229F59CD0D8B35D54774E2D;
IL2CPP_EXTERN_C String_t* _stringLiteral75E4637135ECBDBD4FA2EC86365C5656668FA742;
IL2CPP_EXTERN_C String_t* _stringLiteral762D623BB8556E7C143FB6C857F097FEFF0B0842;
IL2CPP_EXTERN_C String_t* _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD;
IL2CPP_EXTERN_C String_t* _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C;
IL2CPP_EXTERN_C String_t* _stringLiteral7A86DCB6DD55C522517B94DEA28078A2AEB108D6;
IL2CPP_EXTERN_C String_t* _stringLiteral8027D31F18072FBA50E9656FBDD688F3CAAB3341;
IL2CPP_EXTERN_C String_t* _stringLiteral804DC0091D6FDA4C7769FCA3EF4E5C5277C4774F;
IL2CPP_EXTERN_C String_t* _stringLiteral81581597044514BF54D4F97266022FC991F3915E;
IL2CPP_EXTERN_C String_t* _stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB;
IL2CPP_EXTERN_C String_t* _stringLiteral906B565C4A06C0758C6873A30A285999CF6C4A03;
IL2CPP_EXTERN_C String_t* _stringLiteral9404D93B4D314F3645692C865D18816C0D316948;
IL2CPP_EXTERN_C String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
IL2CPP_EXTERN_C String_t* _stringLiteral9F29A73C702265A76F99D1412DEAF60DE5AAD3A4;
IL2CPP_EXTERN_C String_t* _stringLiteralA61614E9559CEF1DA2A69A9C3D052762FD3737F0;
IL2CPP_EXTERN_C String_t* _stringLiteralAA8B35A6461EB9A3EA0CAFB631931F5D8E14F90D;
IL2CPP_EXTERN_C String_t* _stringLiteralACB5DCEA5AF7B49F1E209722E8EC9FC325F7BEBA;
IL2CPP_EXTERN_C String_t* _stringLiteralB41928609ED9B6C0A95C85DE7314927EE69BDC10;
IL2CPP_EXTERN_C String_t* _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C;
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
IL2CPP_EXTERN_C String_t* _stringLiteralC32AE19B9B4E740D3EFA427CA76C9E411288B3B3;
IL2CPP_EXTERN_C String_t* _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F;
IL2CPP_EXTERN_C String_t* _stringLiteralCCA8E2E1A882B9C3986A1355062827E385C2A705;
IL2CPP_EXTERN_C String_t* _stringLiteralCF8DBEF790B58937F61A2DB8EE38A8C7ECEF524B;
IL2CPP_EXTERN_C String_t* _stringLiteralD6B8DD801C810489744C4827EE8782BB3FAA4551;
IL2CPP_EXTERN_C String_t* _stringLiteralDC4037880C067CB6991DEA24BF69F317086A4580;
IL2CPP_EXTERN_C String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5;
IL2CPP_EXTERN_C String_t* _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A;
IL2CPP_EXTERN_C String_t* _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36;
IL2CPP_EXTERN_C String_t* _stringLiteralEE4E7CCB5582A00FE4FAF850DACF22B076FE7D8E;
IL2CPP_EXTERN_C String_t* _stringLiteralEE61FCD163339643B27C4723B7969B083B2F5AEE;
IL2CPP_EXTERN_C String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
IL2CPP_EXTERN_C String_t* _stringLiteralF24CF99E96113662C653A0A7A521BF07D7A516B9;
IL2CPP_EXTERN_C String_t* _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE;
IL2CPP_EXTERN_C String_t* _stringLiteralF57C73BCD7DF7BB072666BD3B1BA83176CD77FA2;
IL2CPP_EXTERN_C String_t* _stringLiteralF845AB2F6F76DC8900DBAAFCEF150271DBAA52BA;
IL2CPP_EXTERN_C const RuntimeMethod* BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConcurrentDictionary_2_TryGetValue_m763DA292EFD66AAF4C88EA4E2CB188A21BA87651_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConcurrentDictionary_2__ctor_mAFE2B032224054209AEDD336B9F2F9BFAE9A4E76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConcurrentDictionary_2_set_Item_m612B097355148F8CDB34E6B2BD50F91B5025DD53_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m07046CF918D4B784531C6CE35A1642CC8ABF37D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD7AEF4B50810A7A47E642DA370CB9339E6FADE3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE6D168A9B7C41837CE3763110EB3D3AD5F4D5111_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mAA26C8E065FEF812868B36EE7B75B7E7BE6C2849_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_4__ctor_m65A7E703DE512F803A428895D19D27F5AF9AF939_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3CD6B39CDE0FB0C6C1119BD8A03FB3EB9D46A740_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader_ResolveSimpleAssemblyName_mA3169E2A49241D6CD1E421CBE1668931BBF5E996_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TopLevelAssemblyTypeResolver_ResolveType_mA664A44054ED5F33AAAB03A7375FC2D33896C952_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t BinaryFormatter_Deserialize_mCDF75C0E68110B746817B0E0D82304FFC7AC0145_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryFormatter_GetTypeInformation_m941E6CB390383873933F84B60AA94013392FE911_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryFormatter_Serialize_mB03B144FF0DADC1E19D8ABC93743132F463EDB99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryFormatter__cctor_m4AB62026D46A186BFF71B49C2D1955BFEBB1C175_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryMethodCall_Write_m0050BB14C5EC88126B3CA96836080D1B60BD627F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryMethodReturn_Write_mEFDB7EC2BF9BA5577A2826555515AF08CC5B4550_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryMethodReturn__cctor_m464FA6C21EB950F10C907D1753D449220BA2E27B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryObjectWithMapTyped_Read_mBC4BC2F854769E3B1A3E12B924B1ADA32D28D66A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryObjectWithMap_Read_m9E1B8C9ADED4E590FA67504A5CA9E9A21C54BEDF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_CreatePrimitiveArray_m5C8E9CCD1307AA9A3C678F0E338EA580D67B81D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_FromString_m71F8A217C021B2E1254B6D3A2DBDD6220D1E1C8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_InitArrayTypeA_m7A76D38704556F7B09742432895EEE00939DB195_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_InitCodeA_mD53BE1958DB27806E054BF0E2BDC05F32AB4D499_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_InitTypeA_m4753808CD070FBB44592AB9AF595B8FFFA83A38B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_InitTypeCodeA_m11A138FE04F3A682C6060AB684DE7BC1E8756C5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_InitValueA_m37600F46AE22616F8205F3E499D22A8F469D4F6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_IsPrimitiveArray_mC5E5EF377960D793CE84F4947582844337A117D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_ToArrayType_m0E40B0918DF0366AE2C151FF6AC5F20A10663DCB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_ToComType_m169DE3B8D87973E292AAD3A835E2978561B00439_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_ToPrimitiveTypeEnum_m5E8A93009000A2036368D7BD4949E63DCDD4D561_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_ToTypeCode_m2847A2E94570E3BF97D3CDC4FA921C01D8EBDDB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Converter__cctor_mF97F8E5DE6E22A967B607EF5928D9CB0A119EB03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IOUtil_WriteWithCode_m00418AEB29CAB78349A3380F2297CE488D8AAC3E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IntSizedArray_Clone_m051542122782B39D808D780E5B9EF8445C734186_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IntSizedArray__ctor_m92DC93FF3E46BE2A3A54F163D4D0D3F648A9CD21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IntSizedArray__ctor_mBB3C8AD3AD8C5FC00348307260631846A5AD578D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MemberHolder_Equals_mA6EED75BB4CB4EC189C6ED4B7179D65A512665CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameCache_GetCachedValue_m062AD244F24BD4E832573EDA387B175C848436EA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameCache_SetCachedValue_mBAEB20849C37E31D11438ABF901B5671DA2B6F43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameCache__cctor_m0D4BD1EA2F5C33AB0E2C0D7FE8A438A47F8B9072_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolder_AddDependency_mE072892D26BAF0441611F504021EE19814DABFC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolder_AddFixup_mAD6AAF901FE52337C44D7CF8B6BC19922DF1342E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectMapInfo_isCompatible_mDCEE231165B988DF120F243B8E706D5F38CFDADF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectMap_Create_m6CA3A621BB5EC59F2EF084715CF9E8C7CCE4C3FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectMap_Create_mB3AE856E768ABD32A195B0627326EC45B2159836_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectMap__ctor_mA33E46892F5CFF050D985CD3E115804E0FCE8353_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectMap__ctor_mA3E99E3F1BBED1D70C90ED20817FEA0ABCFCC66A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectProgress__cctor_m15EE06277A8845A0E0F719B7A347B67426C6EEE2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectProgress__ctor_mEE1C9C450B808BE4A72F9C7ADEC4BBB5F933B187_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_CheckTypeForwardedTo_m6C1D9DA7068AB1CA1276ED089ABD9E81274A8F52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_FastBindToType_m89C96E7588A65CDA8AF2980513B6DF345AF07CE3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_GetId_m48CAE4CC89BA4934BF1552F3CD716371001C17A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_GetSimplyNamedTypeFromAssembly_m58A12C578F15B6730E7306D00F5C4DFD92DA6A91_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_HasSurrogate_m30C411CB73E1BEE9FC02A29F8C728ABF01F753A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_InitFullDeserialization_mCBDE19F7FE5F5D51719F948D55F7870F0B88B1F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_ParseArrayMember_mB84F07E3B71C7CA362A0D514AA199E4FE0124569_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_ParseMemberEnd_mC66F43524727558ED0B81F981D2C447AAF6CB542_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_ParseMember_m69F95A34FC3731124BA62DD0BA3367480256E9BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_ParseObjectEnd_mDADF7D34CCEAE3FB322C996340A16F9FEC1FBF9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_ParseObject_m45A69ECA80BEA6BF5CD2829AEB9ED446210DC746_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_Parse_mF33CD07B4F0253D8B552E9537C36CBFE03010E97_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_RegisterObject_mFFCB7060F0B4786BDDE7C1C6DB28B4C383B1BA4E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader__ctor_m6DD0D502579E6E9644493383990FBFD8E83A373A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectReader_get_ValueFixupStack_mCED15C5E561BD7BF12AC3637C536760BF7E79AF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_GetAssemblyId_mFA0B5B58653A65DC7C956D7533A1659F7E2DEAAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_GetNameInfo_mF17FBDEDAF4CA2B92AFAEEB97A037D620A7A3332_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_GetNext_m44211E54D8825B9B53E29E974C6BDB18F9337F33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_WriteArrayMember_m7E299A6AF1ECDBC2BA0F772563CA766658E08523_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_WriteArray_m59158107038690795DDD13261B05B035EF82C2CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_WriteKnownValueClass_mE49EDCA71032C0119C010EC78F8F44ED0C653CC4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_WriteMembers_m36D4761A56AB970AFBDB45D77735B9886FE9BC00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_WriteRectangle_mFFF430430CE53F674FEBF3086CD34B5CD8CA5B3F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_WriteString_mF71F1619B308E83F2FAF40BB3B4F008EA7E71DCA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_Write_m07AEA9D8900B8667EC99425B48BBB4C22437C850_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter_Write_m28E50186A295F39327045DC38260B20DF5F6A923_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectWriter__ctor_mECFAB1F415B1E8654851E8E89ADB042DED3AE3D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParseRecord__cctor_m3D427120DB6BC9A24F41BA46FC15FA4032765F2F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrimitiveArray_Init_mFC3ABB39146CEDF76DA6D3465414C7B1744CBE45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrimitiveArray_SetValue_mF2D7B1D18196B975D62670A7B2804879D25EDB4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_GetMemberInfo_m76E7CD15D674CD1CCBDF2A1FFCCAAF003D932E5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_GetMemberType_m01475812DFC888A9F132D53EB2ADC4D7A932FA69_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_GetMemberTypes_mB5C3298B52445A0BD3A7E735963FF125F16991EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_GetObjectInfo_mD6245880B46D09C76081B6A8EA9A9A0E3F608932_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_GetType_m0473707C250754D50DC941450A4EEE8E6E64679A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_InitDataStore_m0B0A9190843FEEBCB3E321DB5ABB47944C218A54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_InitMemberInfo_mB0E062690C0F9070F5A6968791335123AD045A91_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_InitNoMembers_m6E864EEEC736A44A9E2C5692E4103B91A7EADE49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_InitReadConstructor_mE7FD822151F5BA3A5D792D20E0389A869FE60FEE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_InitSiRead_mA8DD282B63DFDF8B3BB18679F98770F3A6851CF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadObjectInfo_PopulateObjectMembers_m9EA7CD5BD17F74484977B52C10EB92DA68617494_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerObjectInfoCache__ctor_m46FE5F390475E05F2C959772005CE968223ACA6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerObjectInfoInit__ctor_mEE97CBC32B6C51C6C3A0355E67C52E61ABCEE49E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerStack_IncreaseCapacity_m2AEECDEB8075ABA0F4BABB1B418752A8A9FF7771_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerStack__ctor_m6D02D84B1D92F8155BDA6A0CB6A5DD1F83A7DC4A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationHeaderRecord_Read_m58839CA8B9F76D166CCBF6B1BE2DD2A240DFDCB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SizedArray_Clone_m6BBC4C074AE8A7BF205489F3D564E1732D337621_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SizedArray__ctor_m1B7EDFED1577D555076DAE18D8E2DAC86E69C0F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SizedArray__ctor_m72545E27F538B28BBD92F6A0B940F7766A9FE602_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SizedArray__ctor_mE6A10F1EE48E30910DC6EB427BA63F2CA7E055C7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ValueFixup_Fixup_m6F007BEBAA4B9DD47D6E1EC969733A11322AFF5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_GetMemberInfo_m527818A7FDD744E088778F6216EFDC5EFDB31791_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_GetMemberType_m2AAC29DF8AB71019D1F6F36F08D2D40D579EBB9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_GetObjectInfo_m05EE5B8A6C1B96B3A7C669EB49D15507FC784527_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_InitMemberInfo_mCCDDD10A6113B727BF5E288FB1F1BCFDCBA0D57E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_InitNoMembers_m4DD038A9E103C35BC85E11F17ED50F3A6F0E9DCA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_InitSerialize_m082581D399415A0888D8894FB4F48C51EB9EEE4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_InitSerialize_m5920721DC73E4CC340116ADB465E16A579D70B15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteObjectInfo_InitSiWrite_mF9854E31135B05E929C8D4856EAFC9B957408CDB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_GetOp_m415C23C0942FB00764C8781078B1C80918E4F378_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_PutOp_m0EC01A1B5131E9AEEE5BD92236E912F1EB46CB51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadArrayAsBytes_m8F544D2EE70A8729D00769D481844A51F1D0F421_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadArray_m14C8BB89A3506B1D2F6817E85DF670062406CE05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadAssembly_m96F6CA42DDE6802F90F98C2389D69DA537E3A5CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadDateTime_m0A56A6B99C9D8A8FB53E96F31C997E95E1030866_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadDecimal_mDF4AF0D2251B49A73002D6B24CB06C108BE29D76_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadMemberPrimitiveUnTyped_m93A2805A6576FC9F8ABC364E3D103B6564D4D828_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadMemberReference_mED903B373EDBE5C52243AC140302246275343096_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadObjectNull_m27468E5E401A5418EAFFA272D0B593DF15EFC9D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadObjectString_mED516C6A7B2D8B06FC2A43638345542FC48C82CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadObjectWithMapTyped_m40ADD25607DFA91ECF0A3FE1AB68BB84237B2420_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadObjectWithMapTyped_m9575A3EFE3EB7B5B3B5A0779FFA3D8A4A37C62F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadObjectWithMap_m6B6E4E650EADF58985DC61AFC19D38ED82E3CE3A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadObjectWithMap_m759DE2833851EE2B06B13DEAAD0137E05B49087D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadSerializationHeaderRecord_m3A5A9CB5563722383C8EC4A5149D7435D129E686_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_ReadValue_mE06AFB733AD261448A24A8DDC3B06E689C53E7A9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser__cctor_mA13B280E2FAB2857E10946957C62AC7B4DBB3BA8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser__ctor_m9A7FD4D1EE19B81CDC70535E38D7523EA8D806BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_get_AssemIdToAssemblyTable_m614C06BA03B15D078371A0C1C119F8E90119E526_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_get_ObjectMapIdTable_mDC84DD86132971B05EECEB5D92351A849168096A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_get_SystemAssemblyInfo_m27E5ABEC05F37B392FA4590BE6416BDD1B24C2DD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryParser_get_prs_mF2EBE7BFA7B34DDCA89B2794F92CEF34E4DEF8CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteAssembly_m7E65E787D6E845F91A81509D0ADF197EC61BEAC7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteJaggedArray_mDF655C56482A2510EAFD536D809DFAD6AF85EE0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteNullMember_m704E5E682139DD2DF43E509B19DA06533E53BD56_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteRectangleArray_mD30559DC61571D319AD8A421FAFA34B71AFC337C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteSerializationHeader_m8C66A66AA79EBE2DC8D85DDDA970C8031734BE99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t __BinaryWriter__ctor_m3C5325849D34DC9B0C190C1E75C0435BE32AD2B8_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1;
struct DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F;
struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D;
struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6;
struct HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC;
struct BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B;
struct InternalPrimitiveTypeEU5BU5D_t71A19555C9BF41D0F2AE55D48E4FB4D26A05703C;
struct WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9;
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;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
struct Il2CppArrayBounds;
// System.Array
// System.BitConverter
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject
{
public:
public:
};
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields
{
public:
// System.Boolean System.BitConverter::IsLittleEndian
bool ___IsLittleEndian_0;
public:
inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast<int32_t>(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); }
inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; }
inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; }
inline void set_IsLittleEndian_0(bool value)
{
___IsLittleEndian_0 = value;
}
};
// System.Collections.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((void**)(&____tables_0), (void*)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((void**)(&____comparer_1), (void*)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;
}
};
// 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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value);
}
};
// 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((void**)(&____array_0), (void*)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((void**)(&____syncRoot_6), (void*)value);
}
};
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.IO.BinaryReader
struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 : public RuntimeObject
{
public:
// System.IO.Stream System.IO.BinaryReader::m_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_0;
// System.Byte[] System.IO.BinaryReader::m_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_buffer_1;
// System.Text.Decoder System.IO.BinaryReader::m_decoder
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___m_decoder_2;
// System.Byte[] System.IO.BinaryReader::m_charBytes
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_charBytes_3;
// System.Char[] System.IO.BinaryReader::m_singleChar
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_singleChar_4;
// System.Char[] System.IO.BinaryReader::m_charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_charBuffer_5;
// System.Int32 System.IO.BinaryReader::m_maxCharsSize
int32_t ___m_maxCharsSize_6;
// System.Boolean System.IO.BinaryReader::m_2BytesPerChar
bool ___m_2BytesPerChar_7;
// System.Boolean System.IO.BinaryReader::m_isMemoryStream
bool ___m_isMemoryStream_8;
// System.Boolean System.IO.BinaryReader::m_leaveOpen
bool ___m_leaveOpen_9;
public:
inline static int32_t get_offset_of_m_stream_0() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_stream_0)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_0() const { return ___m_stream_0; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_0() { return &___m_stream_0; }
inline void set_m_stream_0(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___m_stream_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_stream_0), (void*)value);
}
inline static int32_t get_offset_of_m_buffer_1() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_buffer_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_buffer_1() const { return ___m_buffer_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_buffer_1() { return &___m_buffer_1; }
inline void set_m_buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_buffer_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_buffer_1), (void*)value);
}
inline static int32_t get_offset_of_m_decoder_2() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_decoder_2)); }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_m_decoder_2() const { return ___m_decoder_2; }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_m_decoder_2() { return &___m_decoder_2; }
inline void set_m_decoder_2(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
{
___m_decoder_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_decoder_2), (void*)value);
}
inline static int32_t get_offset_of_m_charBytes_3() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBytes_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_charBytes_3() const { return ___m_charBytes_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_charBytes_3() { return &___m_charBytes_3; }
inline void set_m_charBytes_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_charBytes_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_charBytes_3), (void*)value);
}
inline static int32_t get_offset_of_m_singleChar_4() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_singleChar_4)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_singleChar_4() const { return ___m_singleChar_4; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_singleChar_4() { return &___m_singleChar_4; }
inline void set_m_singleChar_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_singleChar_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_singleChar_4), (void*)value);
}
inline static int32_t get_offset_of_m_charBuffer_5() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBuffer_5)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_charBuffer_5() const { return ___m_charBuffer_5; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_charBuffer_5() { return &___m_charBuffer_5; }
inline void set_m_charBuffer_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_charBuffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_charBuffer_5), (void*)value);
}
inline static int32_t get_offset_of_m_maxCharsSize_6() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_maxCharsSize_6)); }
inline int32_t get_m_maxCharsSize_6() const { return ___m_maxCharsSize_6; }
inline int32_t* get_address_of_m_maxCharsSize_6() { return &___m_maxCharsSize_6; }
inline void set_m_maxCharsSize_6(int32_t value)
{
___m_maxCharsSize_6 = value;
}
inline static int32_t get_offset_of_m_2BytesPerChar_7() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_2BytesPerChar_7)); }
inline bool get_m_2BytesPerChar_7() const { return ___m_2BytesPerChar_7; }
inline bool* get_address_of_m_2BytesPerChar_7() { return &___m_2BytesPerChar_7; }
inline void set_m_2BytesPerChar_7(bool value)
{
___m_2BytesPerChar_7 = value;
}
inline static int32_t get_offset_of_m_isMemoryStream_8() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_isMemoryStream_8)); }
inline bool get_m_isMemoryStream_8() const { return ___m_isMemoryStream_8; }
inline bool* get_address_of_m_isMemoryStream_8() { return &___m_isMemoryStream_8; }
inline void set_m_isMemoryStream_8(bool value)
{
___m_isMemoryStream_8 = value;
}
inline static int32_t get_offset_of_m_leaveOpen_9() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_leaveOpen_9)); }
inline bool get_m_leaveOpen_9() const { return ___m_leaveOpen_9; }
inline bool* get_address_of_m_leaveOpen_9() { return &___m_leaveOpen_9; }
inline void set_m_leaveOpen_9(bool value)
{
___m_leaveOpen_9 = value;
}
};
// System.IO.BinaryWriter
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 : public RuntimeObject
{
public:
// System.IO.Stream System.IO.BinaryWriter::OutStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___OutStream_1;
// System.Byte[] System.IO.BinaryWriter::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_2;
// System.Text.Encoding System.IO.BinaryWriter::_encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____encoding_3;
// System.Text.Encoder System.IO.BinaryWriter::_encoder
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ____encoder_4;
// System.Boolean System.IO.BinaryWriter::_leaveOpen
bool ____leaveOpen_5;
// System.Byte[] System.IO.BinaryWriter::_largeByteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____largeByteBuffer_6;
// System.Int32 System.IO.BinaryWriter::_maxChars
int32_t ____maxChars_7;
public:
inline static int32_t get_offset_of_OutStream_1() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ___OutStream_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_OutStream_1() const { return ___OutStream_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_OutStream_1() { return &___OutStream_1; }
inline void set_OutStream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___OutStream_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OutStream_1), (void*)value);
}
inline static int32_t get_offset_of__buffer_2() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____buffer_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_2() const { return ____buffer_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_2() { return &____buffer_2; }
inline void set__buffer_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buffer_2), (void*)value);
}
inline static int32_t get_offset_of__encoding_3() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__encoding_3() const { return ____encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__encoding_3() { return &____encoding_3; }
inline void set__encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
____encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____encoding_3), (void*)value);
}
inline static int32_t get_offset_of__encoder_4() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoder_4)); }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get__encoder_4() const { return ____encoder_4; }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of__encoder_4() { return &____encoder_4; }
inline void set__encoder_4(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
{
____encoder_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____encoder_4), (void*)value);
}
inline static int32_t get_offset_of__leaveOpen_5() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____leaveOpen_5)); }
inline bool get__leaveOpen_5() const { return ____leaveOpen_5; }
inline bool* get_address_of__leaveOpen_5() { return &____leaveOpen_5; }
inline void set__leaveOpen_5(bool value)
{
____leaveOpen_5 = value;
}
inline static int32_t get_offset_of__largeByteBuffer_6() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____largeByteBuffer_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__largeByteBuffer_6() const { return ____largeByteBuffer_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__largeByteBuffer_6() { return &____largeByteBuffer_6; }
inline void set__largeByteBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____largeByteBuffer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____largeByteBuffer_6), (void*)value);
}
inline static int32_t get_offset_of__maxChars_7() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____maxChars_7)); }
inline int32_t get__maxChars_7() const { return ____maxChars_7; }
inline int32_t* get_address_of__maxChars_7() { return &____maxChars_7; }
inline void set__maxChars_7(int32_t value)
{
____maxChars_7 = value;
}
};
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields
{
public:
// System.IO.BinaryWriter System.IO.BinaryWriter::Null
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___Null_0;
public:
inline static int32_t get_offset_of_Null_0() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields, ___Null_0)); }
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_Null_0() const { return ___Null_0; }
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_Null_0() { return &___Null_0; }
inline void set_Null_0(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value)
{
___Null_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_0), (void*)value);
}
};
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Runtime.Remoting.Messaging.Header
struct Header_tBB05146C08BE55AC72B8813E862DA50FDFB2417C : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___m_fixupInfo_1), (void*)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;
}
};
// 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((void**)(&___m_values_0), (void*)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;
}
};
// System.Runtime.Serialization.FormatterConverter
struct FormatterConverter_t16A7C06C3E01FFCC5F35D5FB98AF3E9AF61ADA85 : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___assemblyString_1), (void*)value);
}
};
// 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((void**)(&___assemblyString_0), (void*)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((void**)(&___assembly_1), (void*)value);
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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((void**)(&___value_1), (void*)value);
}
};
// 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((void**)(&___typeA_1), (void*)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((void**)(&___arrayTypeA_2), (void*)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((void**)(&___valueA_3), (void*)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((void**)(&___typeCodeA_4), (void*)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((void**)(&___codeA_5), (void*)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((void**)(&___typeofISerializable_6), (void*)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((void**)(&___typeofString_7), (void*)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((void**)(&___typeofConverter_8), (void*)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((void**)(&___typeofBoolean_9), (void*)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((void**)(&___typeofByte_10), (void*)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((void**)(&___typeofChar_11), (void*)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((void**)(&___typeofDecimal_12), (void*)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((void**)(&___typeofDouble_13), (void*)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((void**)(&___typeofInt16_14), (void*)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((void**)(&___typeofInt32_15), (void*)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((void**)(&___typeofInt64_16), (void*)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((void**)(&___typeofSByte_17), (void*)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((void**)(&___typeofSingle_18), (void*)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((void**)(&___typeofTimeSpan_19), (void*)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((void**)(&___typeofDateTime_20), (void*)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((void**)(&___typeofUInt16_21), (void*)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((void**)(&___typeofUInt32_22), (void*)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((void**)(&___typeofUInt64_23), (void*)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((void**)(&___typeofObject_24), (void*)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((void**)(&___typeofSystemVoid_25), (void*)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((void**)(&___urtAssembly_26), (void*)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((void**)(&___urtAssemblyString_27), (void*)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((void**)(&___typeofTypeArray_28), (void*)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((void**)(&___typeofObjectArray_29), (void*)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((void**)(&___typeofStringArray_30), (void*)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((void**)(&___typeofBooleanArray_31), (void*)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((void**)(&___typeofByteArray_32), (void*)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((void**)(&___typeofCharArray_33), (void*)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((void**)(&___typeofDecimalArray_34), (void*)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((void**)(&___typeofDoubleArray_35), (void*)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((void**)(&___typeofInt16Array_36), (void*)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((void**)(&___typeofInt32Array_37), (void*)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((void**)(&___typeofInt64Array_38), (void*)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((void**)(&___typeofSByteArray_39), (void*)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((void**)(&___typeofSingleArray_40), (void*)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((void**)(&___typeofTimeSpanArray_41), (void*)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((void**)(&___typeofDateTimeArray_42), (void*)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((void**)(&___typeofUInt16Array_43), (void*)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((void**)(&___typeofUInt32Array_44), (void*)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((void**)(&___typeofUInt64Array_45), (void*)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((void**)(&___typeofMarshalByRefObject_46), (void*)value);
}
};
// System.Runtime.Serialization.Formatters.Binary.IOUtil
struct IOUtil_t0D27E53B04596A7A21D96C0959E5CA56E7F2DFEE : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___objects_0), (void*)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((void**)(&___negObjects_1), (void*)value);
}
};
// 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;
}
};
// System.Runtime.Serialization.Formatters.Binary.MessageEnd
struct MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___name_1), (void*)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((void**)(&___ht_0), (void*)value);
}
};
// 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((void**)(&___objectName_0), (void*)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((void**)(&___objectType_1), (void*)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((void**)(&___binaryTypeEnumA_2), (void*)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((void**)(&___typeInformationA_3), (void*)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((void**)(&___memberTypes_4), (void*)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((void**)(&___memberNames_5), (void*)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((void**)(&___objectInfo_6), (void*)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((void**)(&___objectReader_8), (void*)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((void**)(&___assemblyInfo_10), (void*)value);
}
};
// 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((void**)(&___memberNames_2), (void*)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((void**)(&___memberTypes_3), (void*)value);
}
};
// 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;
}
};
// 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((void**)(&___m_topLevelAssembly_0), (void*)value);
}
};
// 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((void**)(&___type_0), (void*)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((void**)(&___assemblyName_1), (void*)value);
}
};
// 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((void**)(&___fullTypeName_0), (void*)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((void**)(&___assemblyString_1), (void*)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((void**)(&___memberInfos_3), (void*)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((void**)(&___memberNames_4), (void*)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((void**)(&___memberTypes_5), (void*)value);
}
};
// 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((void**)(&___seenBeforeTable_0), (void*)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((void**)(&___oiPool_2), (void*)value);
}
};
// 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((void**)(&___objects_0), (void*)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((void**)(&___stackId_1), (void*)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;
}
};
// 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((void**)(&___objects_0), (void*)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((void**)(&___negObjects_1), (void*)value);
}
};
// 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((void**)(&___fullTypeName_0), (void*)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((void**)(&___assemblyString_1), (void*)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;
}
};
// System.Runtime.Serialization.LongList
struct LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF : public RuntimeObject
{
public:
// System.Int64[] System.Runtime.Serialization.LongList::m_values
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ___m_values_0;
// System.Int32 System.Runtime.Serialization.LongList::m_count
int32_t ___m_count_1;
// System.Int32 System.Runtime.Serialization.LongList::m_totalItems
int32_t ___m_totalItems_2;
// System.Int32 System.Runtime.Serialization.LongList::m_currentItem
int32_t ___m_currentItem_3;
public:
inline static int32_t get_offset_of_m_values_0() { return static_cast<int32_t>(offsetof(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF, ___m_values_0)); }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* get_m_values_0() const { return ___m_values_0; }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** get_address_of_m_values_0() { return &___m_values_0; }
inline void set_m_values_0(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* value)
{
___m_values_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_values_0), (void*)value);
}
inline static int32_t get_offset_of_m_count_1() { return static_cast<int32_t>(offsetof(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF, ___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;
}
inline static int32_t get_offset_of_m_totalItems_2() { return static_cast<int32_t>(offsetof(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF, ___m_totalItems_2)); }
inline int32_t get_m_totalItems_2() const { return ___m_totalItems_2; }
inline int32_t* get_address_of_m_totalItems_2() { return &___m_totalItems_2; }
inline void set_m_totalItems_2(int32_t value)
{
___m_totalItems_2 = value;
}
inline static int32_t get_offset_of_m_currentItem_3() { return static_cast<int32_t>(offsetof(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF, ___m_currentItem_3)); }
inline int32_t get_m_currentItem_3() const { return ___m_currentItem_3; }
inline int32_t* get_address_of_m_currentItem_3() { return &___m_currentItem_3; }
inline void set_m_currentItem_3(int32_t value)
{
___m_currentItem_3 = value;
}
};
// System.Runtime.Serialization.ObjectHolder
struct ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 : public RuntimeObject
{
public:
// System.Object System.Runtime.Serialization.ObjectHolder::m_object
RuntimeObject * ___m_object_0;
// System.Int64 System.Runtime.Serialization.ObjectHolder::m_id
int64_t ___m_id_1;
// System.Int32 System.Runtime.Serialization.ObjectHolder::m_missingElementsRemaining
int32_t ___m_missingElementsRemaining_2;
// System.Int32 System.Runtime.Serialization.ObjectHolder::m_missingDecendents
int32_t ___m_missingDecendents_3;
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.ObjectHolder::m_serInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___m_serInfo_4;
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ObjectHolder::m_surrogate
RuntimeObject* ___m_surrogate_5;
// System.Runtime.Serialization.FixupHolderList System.Runtime.Serialization.ObjectHolder::m_missingElements
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * ___m_missingElements_6;
// System.Runtime.Serialization.LongList System.Runtime.Serialization.ObjectHolder::m_dependentObjects
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ___m_dependentObjects_7;
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectHolder::m_next
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___m_next_8;
// System.Int32 System.Runtime.Serialization.ObjectHolder::m_flags
int32_t ___m_flags_9;
// System.Boolean System.Runtime.Serialization.ObjectHolder::m_markForFixupWhenAvailable
bool ___m_markForFixupWhenAvailable_10;
// System.Runtime.Serialization.ValueTypeFixupInfo System.Runtime.Serialization.ObjectHolder::m_valueFixup
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * ___m_valueFixup_11;
// System.Runtime.Serialization.TypeLoadExceptionHolder System.Runtime.Serialization.ObjectHolder::m_typeLoad
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ___m_typeLoad_12;
// System.Boolean System.Runtime.Serialization.ObjectHolder::m_reachable
bool ___m_reachable_13;
public:
inline static int32_t get_offset_of_m_object_0() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_object_0)); }
inline RuntimeObject * get_m_object_0() const { return ___m_object_0; }
inline RuntimeObject ** get_address_of_m_object_0() { return &___m_object_0; }
inline void set_m_object_0(RuntimeObject * value)
{
___m_object_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_object_0), (void*)value);
}
inline static int32_t get_offset_of_m_id_1() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_id_1)); }
inline int64_t get_m_id_1() const { return ___m_id_1; }
inline int64_t* get_address_of_m_id_1() { return &___m_id_1; }
inline void set_m_id_1(int64_t value)
{
___m_id_1 = value;
}
inline static int32_t get_offset_of_m_missingElementsRemaining_2() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_missingElementsRemaining_2)); }
inline int32_t get_m_missingElementsRemaining_2() const { return ___m_missingElementsRemaining_2; }
inline int32_t* get_address_of_m_missingElementsRemaining_2() { return &___m_missingElementsRemaining_2; }
inline void set_m_missingElementsRemaining_2(int32_t value)
{
___m_missingElementsRemaining_2 = value;
}
inline static int32_t get_offset_of_m_missingDecendents_3() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_missingDecendents_3)); }
inline int32_t get_m_missingDecendents_3() const { return ___m_missingDecendents_3; }
inline int32_t* get_address_of_m_missingDecendents_3() { return &___m_missingDecendents_3; }
inline void set_m_missingDecendents_3(int32_t value)
{
___m_missingDecendents_3 = value;
}
inline static int32_t get_offset_of_m_serInfo_4() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_serInfo_4)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_m_serInfo_4() const { return ___m_serInfo_4; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_m_serInfo_4() { return &___m_serInfo_4; }
inline void set_m_serInfo_4(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
___m_serInfo_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serInfo_4), (void*)value);
}
inline static int32_t get_offset_of_m_surrogate_5() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_surrogate_5)); }
inline RuntimeObject* get_m_surrogate_5() const { return ___m_surrogate_5; }
inline RuntimeObject** get_address_of_m_surrogate_5() { return &___m_surrogate_5; }
inline void set_m_surrogate_5(RuntimeObject* value)
{
___m_surrogate_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_surrogate_5), (void*)value);
}
inline static int32_t get_offset_of_m_missingElements_6() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_missingElements_6)); }
inline FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * get_m_missingElements_6() const { return ___m_missingElements_6; }
inline FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A ** get_address_of_m_missingElements_6() { return &___m_missingElements_6; }
inline void set_m_missingElements_6(FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * value)
{
___m_missingElements_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_missingElements_6), (void*)value);
}
inline static int32_t get_offset_of_m_dependentObjects_7() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_dependentObjects_7)); }
inline LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * get_m_dependentObjects_7() const { return ___m_dependentObjects_7; }
inline LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF ** get_address_of_m_dependentObjects_7() { return &___m_dependentObjects_7; }
inline void set_m_dependentObjects_7(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * value)
{
___m_dependentObjects_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_dependentObjects_7), (void*)value);
}
inline static int32_t get_offset_of_m_next_8() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_next_8)); }
inline ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * get_m_next_8() const { return ___m_next_8; }
inline ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** get_address_of_m_next_8() { return &___m_next_8; }
inline void set_m_next_8(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * value)
{
___m_next_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_next_8), (void*)value);
}
inline static int32_t get_offset_of_m_flags_9() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_flags_9)); }
inline int32_t get_m_flags_9() const { return ___m_flags_9; }
inline int32_t* get_address_of_m_flags_9() { return &___m_flags_9; }
inline void set_m_flags_9(int32_t value)
{
___m_flags_9 = value;
}
inline static int32_t get_offset_of_m_markForFixupWhenAvailable_10() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_markForFixupWhenAvailable_10)); }
inline bool get_m_markForFixupWhenAvailable_10() const { return ___m_markForFixupWhenAvailable_10; }
inline bool* get_address_of_m_markForFixupWhenAvailable_10() { return &___m_markForFixupWhenAvailable_10; }
inline void set_m_markForFixupWhenAvailable_10(bool value)
{
___m_markForFixupWhenAvailable_10 = value;
}
inline static int32_t get_offset_of_m_valueFixup_11() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_valueFixup_11)); }
inline ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * get_m_valueFixup_11() const { return ___m_valueFixup_11; }
inline ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC ** get_address_of_m_valueFixup_11() { return &___m_valueFixup_11; }
inline void set_m_valueFixup_11(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * value)
{
___m_valueFixup_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_valueFixup_11), (void*)value);
}
inline static int32_t get_offset_of_m_typeLoad_12() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_typeLoad_12)); }
inline TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * get_m_typeLoad_12() const { return ___m_typeLoad_12; }
inline TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 ** get_address_of_m_typeLoad_12() { return &___m_typeLoad_12; }
inline void set_m_typeLoad_12(TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * value)
{
___m_typeLoad_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_typeLoad_12), (void*)value);
}
inline static int32_t get_offset_of_m_reachable_13() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_reachable_13)); }
inline bool get_m_reachable_13() const { return ___m_reachable_13; }
inline bool* get_address_of_m_reachable_13() { return &___m_reachable_13; }
inline void set_m_reachable_13(bool value)
{
___m_reachable_13 = value;
}
};
// 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((void**)(&___m_ids_2), (void*)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((void**)(&___m_objs_3), (void*)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((void**)(&___sizes_4), (void*)value);
}
};
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.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((void**)(&___m_members_0), (void*)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((void**)(&___m_data_1), (void*)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((void**)(&___m_types_2), (void*)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;
}
};
// 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((void**)(&___m_typeName_0), (void*)value);
}
};
// System.Runtime.Serialization.ValueTypeFixupInfo
struct ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC : public RuntimeObject
{
public:
// System.Int64 System.Runtime.Serialization.ValueTypeFixupInfo::m_containerID
int64_t ___m_containerID_0;
// System.Reflection.FieldInfo System.Runtime.Serialization.ValueTypeFixupInfo::m_parentField
FieldInfo_t * ___m_parentField_1;
// System.Int32[] System.Runtime.Serialization.ValueTypeFixupInfo::m_parentIndex
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_parentIndex_2;
public:
inline static int32_t get_offset_of_m_containerID_0() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_containerID_0)); }
inline int64_t get_m_containerID_0() const { return ___m_containerID_0; }
inline int64_t* get_address_of_m_containerID_0() { return &___m_containerID_0; }
inline void set_m_containerID_0(int64_t value)
{
___m_containerID_0 = value;
}
inline static int32_t get_offset_of_m_parentField_1() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_parentField_1)); }
inline FieldInfo_t * get_m_parentField_1() const { return ___m_parentField_1; }
inline FieldInfo_t ** get_address_of_m_parentField_1() { return &___m_parentField_1; }
inline void set_m_parentField_1(FieldInfo_t * value)
{
___m_parentField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parentField_1), (void*)value);
}
inline static int32_t get_offset_of_m_parentIndex_2() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_parentIndex_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_parentIndex_2() const { return ___m_parentIndex_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_parentIndex_2() { return &___m_parentIndex_2; }
inline void set_m_parentIndex_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_parentIndex_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parentIndex_2), (void*)value);
}
};
// System.Security.Policy.Evidence
struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 : public RuntimeObject
{
public:
// System.Boolean System.Security.Policy.Evidence::_locked
bool ____locked_0;
// System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___hostEvidenceList_1;
// System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___assemblyEvidenceList_2;
public:
inline static int32_t get_offset_of__locked_0() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ____locked_0)); }
inline bool get__locked_0() const { return ____locked_0; }
inline bool* get_address_of__locked_0() { return &____locked_0; }
inline void set__locked_0(bool value)
{
____locked_0 = value;
}
inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___hostEvidenceList_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; }
inline void set_hostEvidenceList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___hostEvidenceList_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hostEvidenceList_1), (void*)value);
}
inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___assemblyEvidenceList_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; }
inline void set_assemblyEvidenceList_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___assemblyEvidenceList_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyEvidenceList_2), (void*)value);
}
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.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((void**)(&___dataItem_10), (void*)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((void**)(&___encoderFallback_13), (void*)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((void**)(&___decoderFallback_14), (void*)value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_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((void**)(&___defaultEncoding_0), (void*)value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_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((void**)(&___s_InternalSyncObject_15), (void*)value);
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
public:
public:
};
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
public:
public:
};
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.Text.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;
}
};
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// System.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((void**)(&___buckets_0), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____keycomparer_9), (void*)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((void**)(&____syncRoot_10), (void*)value);
}
};
// System.Configuration.Assemblies.AssemblyHashAlgorithm
struct AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9
{
public:
// System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Configuration.Assemblies.AssemblyVersionCompatibility
struct AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C
{
public:
// System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.Assembly::assemblyName
String_t* ___assemblyName_9;
public:
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
inline void set__mono_assembly_0(intptr_t value)
{
____mono_assembly_0 = value;
}
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
{
___resolve_event_holder_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value);
}
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
inline void set__evidence_2(RuntimeObject * value)
{
____evidence_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value);
}
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
inline void set__minimum_3(RuntimeObject * value)
{
____minimum_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value);
}
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
inline void set__optional_4(RuntimeObject * value)
{
____optional_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value);
}
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
inline void set__refuse_5(RuntimeObject * value)
{
____refuse_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value);
}
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
inline void set__granted_6(RuntimeObject * value)
{
____granted_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value);
}
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
inline void set__denied_7(RuntimeObject * value)
{
____denied_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value);
}
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
inline void set_fromByteArray_8(bool value)
{
___fromByteArray_8 = value;
}
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
inline void set_assemblyName_9(String_t* value)
{
___assemblyName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
// System.Reflection.AssemblyContentType
struct AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401
{
public:
// System.Int32 System.Reflection.AssemblyContentType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.AssemblyNameFlags
struct AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256
{
public:
// System.Int32 System.Reflection.AssemblyNameFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.ProcessorArchitecture
struct ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7
{
public:
// System.Int32 System.Reflection.ProcessorArchitecture::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.Serialization.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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.Threading.StackCrawlMark
struct StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943
{
public:
// System.Int32 System.Threading.StackCrawlMark::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
// System.TypeCode
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
{
public:
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 : public RuntimeObject
{
public:
// System.String System.Reflection.AssemblyName::name
String_t* ___name_0;
// System.String System.Reflection.AssemblyName::codebase
String_t* ___codebase_1;
// System.Int32 System.Reflection.AssemblyName::major
int32_t ___major_2;
// System.Int32 System.Reflection.AssemblyName::minor
int32_t ___minor_3;
// System.Int32 System.Reflection.AssemblyName::build
int32_t ___build_4;
// System.Int32 System.Reflection.AssemblyName::revision
int32_t ___revision_5;
// System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___cultureinfo_6;
// System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags
int32_t ___flags_7;
// System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg
int32_t ___hashalg_8;
// System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
// System.Byte[] System.Reflection.AssemblyName::publicKey
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___publicKey_10;
// System.Byte[] System.Reflection.AssemblyName::keyToken
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyToken_11;
// System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat
int32_t ___versioncompat_12;
// System.Version System.Reflection.AssemblyName::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
// System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture
int32_t ___processor_architecture_14;
// System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType
int32_t ___contentType_15;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
}
inline static int32_t get_offset_of_codebase_1() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___codebase_1)); }
inline String_t* get_codebase_1() const { return ___codebase_1; }
inline String_t** get_address_of_codebase_1() { return &___codebase_1; }
inline void set_codebase_1(String_t* value)
{
___codebase_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value);
}
inline static int32_t get_offset_of_major_2() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___major_2)); }
inline int32_t get_major_2() const { return ___major_2; }
inline int32_t* get_address_of_major_2() { return &___major_2; }
inline void set_major_2(int32_t value)
{
___major_2 = value;
}
inline static int32_t get_offset_of_minor_3() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___minor_3)); }
inline int32_t get_minor_3() const { return ___minor_3; }
inline int32_t* get_address_of_minor_3() { return &___minor_3; }
inline void set_minor_3(int32_t value)
{
___minor_3 = value;
}
inline static int32_t get_offset_of_build_4() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___build_4)); }
inline int32_t get_build_4() const { return ___build_4; }
inline int32_t* get_address_of_build_4() { return &___build_4; }
inline void set_build_4(int32_t value)
{
___build_4 = value;
}
inline static int32_t get_offset_of_revision_5() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___revision_5)); }
inline int32_t get_revision_5() const { return ___revision_5; }
inline int32_t* get_address_of_revision_5() { return &___revision_5; }
inline void set_revision_5(int32_t value)
{
___revision_5 = value;
}
inline static int32_t get_offset_of_cultureinfo_6() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___cultureinfo_6)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_cultureinfo_6() const { return ___cultureinfo_6; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; }
inline void set_cultureinfo_6(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___cultureinfo_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value);
}
inline static int32_t get_offset_of_flags_7() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___flags_7)); }
inline int32_t get_flags_7() const { return ___flags_7; }
inline int32_t* get_address_of_flags_7() { return &___flags_7; }
inline void set_flags_7(int32_t value)
{
___flags_7 = value;
}
inline static int32_t get_offset_of_hashalg_8() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___hashalg_8)); }
inline int32_t get_hashalg_8() const { return ___hashalg_8; }
inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; }
inline void set_hashalg_8(int32_t value)
{
___hashalg_8 = value;
}
inline static int32_t get_offset_of_keypair_9() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keypair_9)); }
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * get_keypair_9() const { return ___keypair_9; }
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD ** get_address_of_keypair_9() { return &___keypair_9; }
inline void set_keypair_9(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * value)
{
___keypair_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value);
}
inline static int32_t get_offset_of_publicKey_10() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___publicKey_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_publicKey_10() const { return ___publicKey_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_publicKey_10() { return &___publicKey_10; }
inline void set_publicKey_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___publicKey_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value);
}
inline static int32_t get_offset_of_keyToken_11() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keyToken_11)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_keyToken_11() const { return ___keyToken_11; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_keyToken_11() { return &___keyToken_11; }
inline void set_keyToken_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___keyToken_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value);
}
inline static int32_t get_offset_of_versioncompat_12() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___versioncompat_12)); }
inline int32_t get_versioncompat_12() const { return ___versioncompat_12; }
inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; }
inline void set_versioncompat_12(int32_t value)
{
___versioncompat_12 = value;
}
inline static int32_t get_offset_of_version_13() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___version_13)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_13() const { return ___version_13; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_13() { return &___version_13; }
inline void set_version_13(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value);
}
inline static int32_t get_offset_of_processor_architecture_14() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___processor_architecture_14)); }
inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; }
inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; }
inline void set_processor_architecture_14(int32_t value)
{
___processor_architecture_14 = value;
}
inline static int32_t get_offset_of_contentType_15() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___contentType_15)); }
inline int32_t get_contentType_15() const { return ___contentType_15; }
inline int32_t* get_address_of_contentType_15() { return &___contentType_15; }
inline void set_contentType_15(int32_t value)
{
___contentType_15 = value;
}
};
// Native definition for P/Invoke marshalling of System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke
{
char* ___name_0;
char* ___codebase_1;
int32_t ___major_2;
int32_t ___minor_3;
int32_t ___build_4;
int32_t ___revision_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___cultureinfo_6;
int32_t ___flags_7;
int32_t ___hashalg_8;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
Il2CppSafeArray/*NONE*/* ___publicKey_10;
Il2CppSafeArray/*NONE*/* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
// Native definition for COM marshalling of System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___codebase_1;
int32_t ___major_2;
int32_t ___minor_3;
int32_t ___build_4;
int32_t ___revision_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___cultureinfo_6;
int32_t ___flags_7;
int32_t ___hashalg_8;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
Il2CppSafeArray/*NONE*/* ___publicKey_10;
Il2CppSafeArray/*NONE*/* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t
{
public:
public:
};
// 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((void**)(&___lengthA_2), (void*)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((void**)(&___lowerBoundA_3), (void*)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((void**)(&___typeInformation_5), (void*)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;
}
};
// 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((void**)(&___methodName_0), (void*)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((void**)(&___typeName_1), (void*)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((void**)(&___args_2), (void*)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((void**)(&___callContext_3), (void*)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((void**)(&___argTypes_4), (void*)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;
}
};
// 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((void**)(&___returnValue_0), (void*)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((void**)(&___args_1), (void*)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((void**)(&___callContext_2), (void*)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((void**)(&___argTypes_3), (void*)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((void**)(&___returnType_6), (void*)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((void**)(&___instanceOfVoid_7), (void*)value);
}
};
// 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((void**)(&___name_2), (void*)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((void**)(&___memberNames_4), (void*)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;
}
};
// 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((void**)(&___name_2), (void*)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((void**)(&___memberNames_4), (void*)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((void**)(&___binaryTypeEnumA_5), (void*)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((void**)(&___typeInformationA_6), (void*)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((void**)(&___memberAssemIds_7), (void*)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;
}
};
// 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;
}
};
// 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((void**)(&___value_1), (void*)value);
}
};
// 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((void**)(&___value_1), (void*)value);
}
};
// 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((void**)(&___NIFullName_0), (void*)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((void**)(&___NItype_4), (void*)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;
}
};
// 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((void**)(&___expectedTypeInformation_4), (void*)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((void**)(&___name_5), (void*)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((void**)(&___dtType_9), (void*)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((void**)(&___typeInformation_12), (void*)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((void**)(&___binaryTypeEnumA_15), (void*)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((void**)(&___typeInformationA_16), (void*)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((void**)(&___memberNames_17), (void*)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((void**)(&___memberTypes_18), (void*)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((void**)(&___pr_19), (void*)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;
}
};
// 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((void**)(&___PRname_7), (void*)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((void**)(&___PRvalue_8), (void*)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((void**)(&___PRvarValue_9), (void*)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((void**)(&___PRkeyDt_10), (void*)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((void**)(&___PRdtType_11), (void*)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((void**)(&___PRarrayElementTypeString_16), (void*)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((void**)(&___PRarrayElementType_17), (void*)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((void**)(&___PRlengthA_21), (void*)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((void**)(&___PRpositionA_22), (void*)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((void**)(&___PRlowerBoundA_23), (void*)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((void**)(&___PRupperBoundA_24), (void*)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((void**)(&___PRindexMap_25), (void*)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((void**)(&___PRrectangularMap_28), (void*)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((void**)(&___PRobjectInfo_32), (void*)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((void**)(&___PRnewObj_34), (void*)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((void**)(&___PRobjectA_35), (void*)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((void**)(&___PRprimitiveArray_36), (void*)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((void**)(&___PRmemberData_38), (void*)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((void**)(&___PRsi_39), (void*)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;
}
};
// 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((void**)(&___booleanA_1), (void*)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((void**)(&___charA_2), (void*)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((void**)(&___doubleA_3), (void*)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((void**)(&___int16A_4), (void*)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((void**)(&___int32A_5), (void*)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((void**)(&___int64A_6), (void*)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((void**)(&___sbyteA_7), (void*)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((void**)(&___singleA_8), (void*)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((void**)(&___uint16A_9), (void*)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((void**)(&___uint32A_10), (void*)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((void**)(&___uint64A_11), (void*)value);
}
};
// 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;
}
};
// 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((void**)(&___arrayObj_1), (void*)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((void**)(&___indexMap_2), (void*)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((void**)(&___header_3), (void*)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((void**)(&___memberObject_4), (void*)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((void**)(&___objectInfo_6), (void*)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((void**)(&___memberName_7), (void*)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((void**)(&___valueInfo_5), (void*)value);
}
};
// 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((void**)(&___objectReader_0), (void*)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((void**)(&___input_1), (void*)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((void**)(&___objectMapIdTable_4), (void*)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((void**)(&___assemIdToAssemblyTable_5), (void*)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((void**)(&___stack_6), (void*)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((void**)(&___expectedTypeInformation_8), (void*)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((void**)(&___PRS_9), (void*)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((void**)(&___systemAssemblyInfo_10), (void*)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((void**)(&___dataReader_11), (void*)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((void**)(&___opPool_13), (void*)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((void**)(&___binaryObject_14), (void*)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((void**)(&___bowm_15), (void*)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((void**)(&___bowmt_16), (void*)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((void**)(&___objectString_17), (void*)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((void**)(&___crossAppDomainString_18), (void*)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((void**)(&___memberPrimitiveTyped_19), (void*)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((void**)(&___byteBuffer_20), (void*)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((void**)(&___memberPrimitiveUnTyped_21), (void*)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((void**)(&___memberReference_22), (void*)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((void**)(&___objectNull_23), (void*)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((void**)(&___encoding_12), (void*)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((void**)(&___messageEnd_24), (void*)value);
}
};
// 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((void**)(&___sout_0), (void*)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((void**)(&___objectMapTable_2), (void*)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((void**)(&___objectWriter_3), (void*)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((void**)(&___dataWriter_4), (void*)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((void**)(&___binaryMethodCall_7), (void*)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((void**)(&___binaryMethodReturn_8), (void*)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((void**)(&___binaryObject_9), (void*)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((void**)(&___binaryObjectWithMap_10), (void*)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((void**)(&___binaryObjectWithMapTyped_11), (void*)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((void**)(&___binaryObjectString_12), (void*)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((void**)(&___binaryArray_13), (void*)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((void**)(&___byteBuffer_14), (void*)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((void**)(&___memberPrimitiveUnTyped_16), (void*)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((void**)(&___memberPrimitiveTyped_17), (void*)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((void**)(&___objectNull_18), (void*)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((void**)(&___memberReference_19), (void*)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((void**)(&___binaryAssembly_20), (void*)value);
}
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.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((void**)(&____fileName_17), (void*)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((void**)(&____fusionLog_18), (void*)value);
}
};
// System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>
struct Func_2_t13827C9725E0D12567E029E178981FB7D0E13430 : public MulticastDelegate_t
{
public:
public:
};
// System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>
struct Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF : public MulticastDelegate_t
{
public:
public:
};
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value);
}
};
// System.Runtime.Remoting.Messaging.HeaderHandler
struct HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F : public MulticastDelegate_t
{
public:
public:
};
// 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((void**)(&___m_surrogates_0), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_1))->___m_additionalContext_0), (void*)NULL);
}
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((void**)(&___m_binder_2), (void*)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((void**)(&___m_crossAppDomainArray_6), (void*)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((void**)(&___typeNameCache_7), (void*)value);
}
};
// 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((void**)(&___m_stream_0), (void*)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((void**)(&___m_surrogates_1), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_2))->___m_additionalContext_0), (void*)NULL);
}
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((void**)(&___m_objectManager_3), (void*)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((void**)(&___formatterEnums_4), (void*)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((void**)(&___m_binder_5), (void*)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((void**)(&___handlerObject_8), (void*)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((void**)(&___m_topObject_9), (void*)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((void**)(&___headers_10), (void*)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((void**)(&___handler_11), (void*)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((void**)(&___serObjectInfoInit_12), (void*)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((void**)(&___m_formatterConverter_13), (void*)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((void**)(&___stack_14), (void*)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((void**)(&___valueFixupStack_15), (void*)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((void**)(&___crossAppDomainArray_16), (void*)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((void**)(&___valTypeObjectIdTable_19), (void*)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((void**)(&___typeCache_20), (void*)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((void**)(&___previousAssemblyString_21), (void*)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((void**)(&___previousName_22), (void*)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((void**)(&___previousType_23), (void*)value);
}
};
// 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((void**)(&___m_objectQueue_0), (void*)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((void**)(&___m_idGenerator_1), (void*)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((void**)(&___m_surrogates_3), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_4))->___m_additionalContext_0), (void*)NULL);
}
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((void**)(&___serWriter_5), (void*)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((void**)(&___m_objectManager_6), (void*)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((void**)(&___topName_8), (void*)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((void**)(&___headers_9), (void*)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((void**)(&___formatterEnums_10), (void*)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((void**)(&___m_binder_11), (void*)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((void**)(&___serObjectInfoInit_12), (void*)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((void**)(&___m_formatterConverter_13), (void*)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((void**)(&___crossAppDomainArray_14), (void*)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((void**)(&___previousObj_15), (void*)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((void**)(&___previousType_17), (void*)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((void**)(&___assemblyToIdTable_19), (void*)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((void**)(&___niPool_20), (void*)value);
}
};
// 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((void**)(&___objectType_2), (void*)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((void**)(&___objectManager_3), (void*)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((void**)(&___cache_9), (void*)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((void**)(&___wireMemberNames_10), (void*)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((void**)(&___wireMemberTypes_11), (void*)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((void**)(&___serializationSurrogate_13), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___context_14))->___m_additionalContext_0), (void*)NULL);
}
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((void**)(&___memberTypesList_15), (void*)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((void**)(&___serObjectInfoInit_16), (void*)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((void**)(&___formatterConverter_17), (void*)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;
}
};
// 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((void**)(&___obj_1), (void*)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((void**)(&___objectType_2), (void*)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((void**)(&___si_7), (void*)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((void**)(&___cache_8), (void*)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((void**)(&___memberData_9), (void*)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((void**)(&___serializationSurrogate_10), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___context_11))->___m_additionalContext_0), (void*)NULL);
}
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((void**)(&___serObjectInfoInit_12), (void*)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((void**)(&___binderTypeName_15), (void*)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((void**)(&___binderAssemblyString_16), (void*)value);
}
};
// 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((void**)(&___memberType_0), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___context_1))->___m_additionalContext_0), (void*)NULL);
}
};
// 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((void**)(&___m_onDeserializationHandler_0), (void*)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((void**)(&___m_onDeserializedHandler_1), (void*)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((void**)(&___m_objects_2), (void*)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((void**)(&___m_topObject_3), (void*)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((void**)(&___m_specialFixupObjects_4), (void*)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((void**)(&___m_selector_6), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_7))->___m_additionalContext_0), (void*)NULL);
}
};
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
{
public:
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
String_t* ____nullMessage_17;
public:
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
inline void set__nullMessage_17(String_t* value)
{
____nullMessage_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value);
}
};
// System.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((void**)(&___m_objectSeenTable_0), (void*)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((void**)(&___m_onSerializedHandler_1), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_2))->___m_additionalContext_0), (void*)NULL);
}
};
// System.Security.SecurityException
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.Security.SecurityException::permissionState
String_t* ___permissionState_17;
public:
inline static int32_t get_offset_of_permissionState_17() { return static_cast<int32_t>(offsetof(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___permissionState_17)); }
inline String_t* get_permissionState_17() const { return ___permissionState_17; }
inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; }
inline void set_permissionState_17(String_t* value)
{
___permissionState_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value);
}
};
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.TypeLoadException::ClassName
String_t* ___ClassName_17;
// System.String System.TypeLoadException::AssemblyName
String_t* ___AssemblyName_18;
// System.String System.TypeLoadException::MessageArg
String_t* ___MessageArg_19;
// System.Int32 System.TypeLoadException::ResourceId
int32_t ___ResourceId_20;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value);
}
inline static int32_t get_offset_of_AssemblyName_18() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___AssemblyName_18)); }
inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; }
inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; }
inline void set_AssemblyName_18(String_t* value)
{
___AssemblyName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value);
}
inline static int32_t get_offset_of_MessageArg_19() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___MessageArg_19)); }
inline String_t* get_MessageArg_19() const { return ___MessageArg_19; }
inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; }
inline void set_MessageArg_19(String_t* value)
{
___MessageArg_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value);
}
inline static int32_t get_offset_of_ResourceId_20() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ResourceId_20)); }
inline int32_t get_ResourceId_20() const { return ___ResourceId_20; }
inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; }
inline void set_ResourceId_20(int32_t value)
{
___ResourceId_20 = value;
}
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.IO.EndOfStreamException
struct EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
{
public:
public:
};
// System.IO.FileLoadException
struct FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
{
public:
// System.String System.IO.FileLoadException::_fileName
String_t* ____fileName_18;
// System.String System.IO.FileLoadException::_fusionLog
String_t* ____fusionLog_19;
public:
inline static int32_t get_offset_of__fileName_18() { return static_cast<int32_t>(offsetof(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB, ____fileName_18)); }
inline String_t* get__fileName_18() const { return ____fileName_18; }
inline String_t** get_address_of__fileName_18() { return &____fileName_18; }
inline void set__fileName_18(String_t* value)
{
____fileName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fileName_18), (void*)value);
}
inline static int32_t get_offset_of__fusionLog_19() { return static_cast<int32_t>(offsetof(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB, ____fusionLog_19)); }
inline String_t* get__fusionLog_19() const { return ____fusionLog_19; }
inline String_t** get_address_of__fusionLog_19() { return &____fusionLog_19; }
inline void set__fusionLog_19(String_t* value)
{
____fusionLog_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_19), (void*)value);
}
};
// System.IO.FileNotFoundException
struct FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
{
public:
// System.String System.IO.FileNotFoundException::_fileName
String_t* ____fileName_18;
// System.String System.IO.FileNotFoundException::_fusionLog
String_t* ____fusionLog_19;
public:
inline static int32_t get_offset_of__fileName_18() { return static_cast<int32_t>(offsetof(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431, ____fileName_18)); }
inline String_t* get__fileName_18() const { return ____fileName_18; }
inline String_t** get_address_of__fileName_18() { return &____fileName_18; }
inline void set__fileName_18(String_t* value)
{
____fileName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fileName_18), (void*)value);
}
inline static int32_t get_offset_of__fusionLog_19() { return static_cast<int32_t>(offsetof(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431, ____fusionLog_19)); }
inline String_t* get__fusionLog_19() const { return ____fusionLog_19; }
inline String_t** get_address_of__fusionLog_19() { return &____fusionLog_19; }
inline void set__fusionLog_19(String_t* value)
{
____fusionLog_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_19), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : public RuntimeArray
{
public:
ALIGN_FIELD (8) Type_t * m_Items[1];
public:
inline Type_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Type_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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.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.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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConcurrentDictionary_2_TryGetValue_mD5DD3F69BAED11C18F08E56ACF3CFE0173F32DD1_gshared (ConcurrentDictionary_2_tA88F3141DECC2BEA9B6C5335FCE3115CD57B7FF9 * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConcurrentDictionary_2_set_Item_mAB1339AD7826A97CC731D71578A69A30B8D31FA0_gshared (ConcurrentDictionary_2_tA88F3141DECC2BEA9B6C5335FCE3115CD57B7FF9 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConcurrentDictionary_2__ctor_m837A69489E31D437274533E45DD99A224C9C563D_gshared (ConcurrentDictionary_2_tA88F3141DECC2BEA9B6C5335FCE3115CD57B7FF9 * __this, const RuntimeMethod* method);
// System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared (Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_4__ctor_m612BA89374D5BE3C22692690653FEFBB27BA9D4C_gshared (Func_4_tBDBA893DF2D6BD3ADD95FBC243F607CECF2077B0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadInt32()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __BinaryParser_ReadInt32_mB254C36B78443D5D78D5B3F8A86DE17D254DEC95 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_mD546559A7F1149938EC7F44ACF0EE23F832DE06D (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * ___handler1, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.InternalFE::.ctor()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mD7AEF4B50810A7A47E642DA370CB9339E6FADE3C (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * __this, Type_t * ___key0, TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 *, Type_t *, TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.String System.Runtime.Serialization.FormatterServices::GetClrAssemblyName(System.Type,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrAssemblyName_m712F03CBE652F1B1D00E763718AAF3EAEF56C8F9 (Type_t * ___type0, bool* ___hasTypeForwardedFrom1, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.FormatterServices::GetClrTypeFullName(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatterServices_GetClrTypeFullName_m7FDF6577738CECE910394908147C2E104DB2D226 (Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.TypeInformation::.ctor(System.String,System.String,System.Boolean)
IL2CPP_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 * ___key0, TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 *, Type_t *, TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.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.__BinaryWriter::WriteByte(System.Byte)
IL2CPP_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)
IL2CPP_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.IOUtil::WriteStringWithCode(System.String,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D (Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteString(System.String)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* __BinaryParser_ReadString_m7C99D7A1FB440556863D19FF18B4F1E1D082EB5F (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, 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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryConverter_WriteTypeInfo_mF409E09C0D840499A2062200FFCF48E2917F7682 (int32_t ___binaryTypeEnum0, RuntimeObject * ___typeInformation1, int32_t ___assemId2, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout3, const RuntimeMethod* method);
// System.Byte System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadByte()
IL2CPP_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&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BinaryConverter_ReadTypeInfo_mA6DA17BB77A569BF62BEC3111216296279D43CDD (int32_t ___binaryTypeEnum0, __BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * ___input1, int32_t* ___assemId2, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPrimitive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method);
// System.TypeCode System.Type::GetTypeCode(System.Type)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitArrayTypeA_m7A76D38704556F7B09742432895EEE00939DB195 (const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeA()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitTypeA_m4753808CD070FBB44592AB9AF595B8FFFA83A38B (const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitValueA()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitValueA_m37600F46AE22616F8205F3E499D22A8F469D4F6B (const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeCodeA()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitTypeCodeA_m11A138FE04F3A682C6060AB684DE7BC1E8756C5D (const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitCodeA()
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_ToTypeCode_m2847A2E94570E3BF97D3CDC4FA921C01D8EBDDB5 (int32_t ___code0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.Object System.Convert::ChangeType(System.Object,System.TypeCode,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m249060C66D575F9C00BEE88FB15788CFED9AD492 (RuntimeObject * ___value0, int32_t ___typeCode1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Reflection.Assembly System.Reflection.Assembly::GetAssembly(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetAssembly_mF154A090ED53A94473AE30D319626A2CDF569CA6 (Type_t * ___type0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToCode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_ToCode_mD9897DB2E738AFA1A72DD82F5EDB856D249C3ED1 (Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntSizedArray_IncreaseCapacity_m5BBCAF2CEE943FDEEF704EB7ADF9AE5E2A5ADE7E (IntSizedArray_t2C7398EFD83B8888EF90EA9E8D5268C8771BAF01 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
IL2CPP_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* ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A *, String_t*, RuntimeObject **, const RuntimeMethod*))ConcurrentDictionary_2_TryGetValue_mD5DD3F69BAED11C18F08E56ACF3CFE0173F32DD1_gshared)(__this, ___key0, ___value1, 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* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
(( void (*) (ConcurrentDictionary_2_t8BC749B04F30FD2EE553C74F214C704F65E8E10A *, String_t*, RuntimeObject *, const RuntimeMethod*))ConcurrentDictionary_2_set_Item_mAB1339AD7826A97CC731D71578A69A30B8D31FA0_gshared)(__this, ___key0, ___value1, 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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryConverter_GetParserBinaryTypeInfo_m92A9B9B93B3740D425358DFBBC14FCE72F00131D (Type_t * ___type0, RuntimeObject ** ___typeInformation1, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetType(System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ObjectReader_GetType_m63A0E3759D45B5CEA39B8F9BE17C53BCFA341897 (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * ___assemblyInfo0, String_t* ___name1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.Formatters.Binary.SizedArray::get_Item(System.Int32)
IL2CPP_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&)
IL2CPP_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[])
IL2CPP_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[]&)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseRecord__ctor_mD26BC726525E21C2876D8914F44500EED66B8521 (ParseRecord_t2B6857A7854DAA20699FB21EB6AB30A06E8938C6 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::Init()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectManager_set_TopObject_mCC3DCA7923123F42665B374460B58D4429A3693B_inline (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.NameCache::.ctor()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerObjectInfoInit__ctor_mEE97CBC32B6C51C6C3A0355E67C52E61ABCEE49E (SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::Run()
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1_inline (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::HasSurrogate(System.Type)
IL2CPP_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[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HeaderHandler_Invoke_mDA4A8D1462093A044CD144240096462AF06E15F4 (HeaderHandler_t1242348575203397A2448B743F85E89A6EF8576F * __this, HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers0, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FormatterConverter::.ctor()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerStack_Pop_mF27A192DD404E07AAA762D981FB987BCABE5544B (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::InitFullDeserialization()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_ObjectEnd_mDB3D5E029D2A3E941BD887E633495FE8DCDD5A64 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Byte[] System.Convert::FromBase64String(System.String)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D (int32_t ___code0, const RuntimeMethod* method);
// System.Array System.Array::UnsafeCreateInstance(System.Type,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B (Type_t * ___elementType0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengths1, const RuntimeMethod* method);
// System.Array System.Array::UnsafeCreateInstance(System.Type,System.Int32[],System.Int32[])
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::NextRectangleMap(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
IL2CPP_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[])
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[]&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Assembly_t * ObjectReader_ResolveSimpleAssemblyName_mA3169E2A49241D6CD1E421CBE1668931BBF5E996 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___assemblyName0, const RuntimeMethod* method);
// System.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetSimplyNamedTypeFromAssembly(System.Reflection.Assembly,System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectReader_GetSimplyNamedTypeFromAssembly_m58A12C578F15B6730E7306D00F5C4DFD92DA6A91 (Assembly_t * ___assm0, String_t* ___typeName1, Type_t ** ___type2, const RuntimeMethod* method);
// System.Reflection.Assembly System.Reflection.Assembly::Load(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55 (String_t* ___assemblyString0, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.FormatterServices::GetTypeFromAssembly(System.Reflection.Assembly,System.String)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeAssembly_LoadWithPartialNameInternal_m612DE6E3F915191BB3394E2A687F2928D2AF66C3 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___an0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, int32_t* ___stackMark2, const RuntimeMethod* method);
// System.String System.Reflection.AssemblyName::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.Reflection.RuntimeAssembly::LoadWithPartialNameInternal(System.String,System.Security.Policy.Evidence,System.Threading.StackCrawlMark&)
IL2CPP_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 * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t13827C9725E0D12567E029E178981FB7D0E13430 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader/TopLevelAssemblyTypeResolver::.ctor(System.Reflection.Assembly)
IL2CPP_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 * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_4_t3D7857A2A0F731D1E992FC5B09E983A8621FABFF *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_4__ctor_m612BA89374D5BE3C22692690653FEFBB27BA9D4C_gshared)(__this, ___object0, ___method1, 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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * BinaryAssemblyInfo_GetAssembly_m472AE64395F5B2E3A072387F75241DAFDE7EC2B8 (BinaryAssemblyInfo_t2AF6CFB4477355A8C934708A0660C8A76EAB111B * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.FormatterServices::UnsafeTypeForwardersIsEnabled()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TypeInformation_get_HasTypeForwardedFrom_mA3A61926B7D6D193F78BA5BD906B96B31B121099_inline (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_AssemblyString()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeInformation_get_AssemblyString_mD8BCA35F3DC1BE947C800DF303A0DEFA27FEF502_inline (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationObjectManager::.ctor(System.Runtime.Serialization.StreamingContext)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMethodReturn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSerializationHeaderEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteEnd_m53F545DFCA6DD2F79AE3356A648BCD9E8CB97A3C (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectIDGenerator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Queue::.ctor()
IL2CPP_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&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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&)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[]&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ObjectWriter_GetType_mCE5109AA165176FAB850FEF8866E3EF8E9A139D7 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ObjectWriter::ToCode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectWriter_ToCode_m29907DE80879B07598CB5A0BDE996AFB899FFF83 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, Type_t * ___type0, 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)
IL2CPP_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[])
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectWriter_WriteKnownValueClass_mE49EDCA71032C0119C010EC78F8F44ED0C653CC4 (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___data2, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method);
// System.Int32 System.Array::get_Rank()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Int32 System.Array::GetLength(System.Int32)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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[])
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameInfo_Init_m00EB22D0A21850F82D88249E9A1B37DC69226645 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetTypeFullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WriteObjectInfo_GetTypeFullName_mDD23416337907CECB5C9F9852586324CB0B4A5A8 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.NameInfo::set_NIname(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NameInfo_set_NIname_m3E6875566BF50F8E2DEE02AA9DCA45174F0ABBDA_inline (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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetAssemblyString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WriteObjectInfo_GetAssemblyString_m149D6DF6A6D3E48B0A4D479ACAC076BF43455DDF (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteAssembly(System.Type,System.String,System.Int32,System.Boolean)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerStack_IsEmpty_mF546297BB089E963CAEC7F4A3F59C424F47BD661 (SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.NameInfo::.ctor()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F (String_t* ___value0, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.Char System.Char::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_Parse_mD55168D7D07F3B2336263A978C44F1E8F6D965EB (String_t* ___s0, const RuntimeMethod* method);
// System.Double System.Double::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m598B75F6A7C50F719F439CF354BDDD22B9AF8C67 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int16 System.Int16::Parse(System.String,System.IFormatProvider)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitNoMembers_m6E864EEEC736A44A9E2C5692E4103B91A7EADE49 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitSiRead()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitSiRead_mA8DD282B63DFDF8B3BB18679F98770F3A6851CF9 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitMemberInfo()
IL2CPP_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 ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::.ctor(System.Type)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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_inline (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Type_t * (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter)
IL2CPP_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[])
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo__ctor_mE1000F4A3885002063AD412AFA3EEB9464702A68 (ReadObjectInfo_t5D6AE190035FB81EC5AF28F0AFD67136BBE6CA60 * __this, const RuntimeMethod* method);
// System.Int32 System.Threading.Interlocked::Increment(System.Int32&)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeInformation_get_FullTypeName_mF1CC92558B1C98BA662C5B899F69A76531F28A54_inline (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::IncreaseCapacity()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SizedArray_IncreaseCapacity_m62BDFD2892FAE79C7BA7A9416039C394FA7CE985 (SizedArray_tABB50A21577F46DA31A90E0ACE49F994AE1D9B4C * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Boolean System.Reflection.MemberInfo::op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9 (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method);
// System.Reflection.MemberInfo[] System.Type::GetMember(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* Type_GetMember_m715D5865845665F5A72E927F52FB5CFA1BB3D800 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FormatterServices::SerializationSetValue(System.Reflection.MemberInfo,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8 (MemberInfo_t * ___fi0, RuntimeObject * ___target1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * ObjectWriter_get_ObjectManager_mF2C7BB45C3244AB42D17253E9DF28CB7F8861A5C_inline (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationObjectManager::RegisterObject(System.Object)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::get_MemberCount()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SerializationInfo_get_MemberCount_mF79476D1586072A40815637E4E3209B1FAACACEC_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfo::get_FullTypeName()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_FullTypeName_m2FA87CB40BE1AFC52F5B38AA139DB69550F32F54_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfo::get_AssemblyName()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_AssemblyName_mF6B32EE20F3EE9F398DFCF6745B0BD1F3D547DC0_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsFullTypeNameSetExplicit()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsFullTypeNameSetExplicit_m35B9D2A3CF5D0B4BBA1FF6279CB8DD03D8B402CD_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsAssemblyNameSetExplicit()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsAssemblyNameSetExplicit_m0570C6F7088735687DE3A5FE6099B6DE2030DEB8_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::.ctor(System.String,System.String,System.Boolean)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_get_IsFullyTrusted_m4C6EBFE2F746B78AB2288C3DF5DF9AB00B020C64 (Assembly_t * __this, const RuntimeMethod* method);
// System.Void System.Security.SecurityException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Type System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::GetMemberType(System.Reflection.MemberInfo)
IL2CPP_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[])
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteObjectInfo_InternalInit_mA089988643EB7BB38C068616621379F6C3D64CF9 (WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::.ctor()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryParser_ReadBegin_mB3A34F96CB851D237337AB0D5C6F28A6A0AEF36A (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadSerializationHeaderRecord()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryParser_ReadObject_m2E88A2187F4092EE319D5F46AA39B58AE9F291D8 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadCrossAppDomainMap()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryParser_ReadMemberPrimitiveTyped_m7E86FFF6E9B6A312AD2FFD45986A497A41887BA1 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMemberReference()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryParser_ReadEnd_m4DF6391644F728330F478C5DF744817BD14CD89F (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadMemberPrimitiveUnTyped()
IL2CPP_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&)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t __BinaryParser_ReadInt64_m52112070496D5901B23FD16671A8E3F633D11654 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Void System.TimeSpan::.ctor(System.Int64)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method);
// System.DateTime System.DateTime::FromBinaryRaw(System.Int64)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryAssembly__ctor_m05C09656FA7EA4FE9E993F435CF110FF6B22B0CE (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly::.ctor()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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[]&)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryCrossAppDomainMap_Dump_m066BE8A10FA640BB30E80379ABAB4CBE2348DA71 (BinaryCrossAppDomainMap_t3AB231FF89B4C0D41B19C63BB6B1D60DC92FB65E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Dump()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObjectString_Dump_mED3233C5E0CA5F29EA652F7FF9FCC5483176C44E (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::.ctor()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryCrossAppDomainString_Dump_m63994A97DB6B387B022FACA8CED8D250A6BFDEA4 (BinaryCrossAppDomainString_t6A81CCBE9B8F613AD1B3D89FA7FF6CD5A002EDAB * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::.ctor()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Dump_mA50FD278A27252D4F0D98D2260FFD715EEE4AEAF (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.Converter::ToComType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Converter_ToType_mF38EC725A1AE3F7D43A795F44E9BD5355C807872 (int32_t ___code0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Converter_CreatePrimitiveArray_m5C8E9CCD1307AA9A3C678F0E338EA580D67B81D3 (int32_t ___code0, int32_t ___length1, const RuntimeMethod* method);
// System.Int32 System.Array::get_Length()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::.ctor()
IL2CPP_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)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Set_mFB9A5013550F007406411052F712DD11ADC50A2C_inline (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, int32_t ___typeInformation0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Dump_mE77F705ACFEC56C4C436DB78C0771500B920B11A (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::.ctor()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberReference_Dump_m9CFAFB528EB5D745794F69D6F7CA1A55C4B0B9DD (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::.ctor()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageEnd_Dump_m015C1D0BF255BA591D91BDFE39552EC06E4C67E2 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBoolean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __BinaryParser_ReadBoolean_mFE6919035D82690E4C9475D83867B6677C2DB713 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Char System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar __BinaryParser_ReadChar_mD14AF5A97CC16A09E8A48034B9E71286F4A38B5D (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Double System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadDouble()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double __BinaryParser_ReadDouble_m7AE239B013E3F891916C510E520706E2F0AF6922 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.Int16 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadInt16()
IL2CPP_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()
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float __BinaryParser_ReadSingle_m4ED961B2E46245C8891E59101C3802E107B0AEC9 (__BinaryParser_tB4B73F854B1BC62D524AA32A8DFB6B71171DF576 * __this, const RuntimeMethod* method);
// System.UInt16 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadUInt16()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectProgress_Init_m8C4DC6DF03B8D34B2DBAE237B2BAB5B2173CB25C (ObjectProgress_t1708E3C5BD8A5818B6A8AA3076BB266C17275B56 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress::.ctor()
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, bool ___throwOnInvalidBytes1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
// System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m2859E6B900197645E2B9DC8E447F2A6F25208406 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___output0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.String System.Decimal::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int64 System.TimeSpan::get_Ticks()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt64(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Int64 System.DateTime::ToBinaryRaw()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E_inline (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Dump(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageEnd_Dump_mABCF28D46A04A23715EB6110B43B7B11F2218EB3 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageEnd_Write_m8CF38079537B8D79BA3B7C1EB135E28A6367FEC7 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_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);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Write_m4673AAD04C272B5A9E549F905F7F71ED2437AF0C (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryMethodCall__ctor_m574C119C34667A7E88268658C039F5F44AAC3181 (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::Dump()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryMethodCall_Dump_m1F81CBE0869F89604A9AFAFAB892708D7055650B (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryMethodCall_Write_m0050BB14C5EC88126B3CA96836080D1B60BD627F (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryMethodReturn__ctor_m413738112C6F2CB2258FBF50E0F94141C234E76B (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::Dump()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryMethodReturn_Dump_mED70CD4BA259A8C9812CC68E4347B82D78B33236 (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryMethodReturn_Write_mEFDB7EC2BF9BA5577A2826555515AF08CC5B4550 (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::InternalWriteItemNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.NameInfo::get_NIname()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::isCompatible(System.Int32,System.String[],System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectMapInfo_isCompatible_mDCEE231165B988DF120F243B8E706D5F38CFDADF (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * __this, int32_t ___numMembers0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Set(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObject_Set_m1FC3F9DDF36145FEA892F62D889093C0F3DC0EFD (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, int32_t ___objectId0, int32_t ___mapId1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObject_Write_mE200A7D31B7B011706DAFD93DA22CA6445001B87 (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObjectWithMap__ctor_mFF9A9CC9FA3704FAA97C996C05489D359C871CC1 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Set(System.Int32,System.String,System.Int32,System.String[],System.Int32)
IL2CPP_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);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Write_m700AD2221D26F2D875BB3829238F05C65EAD8D4B (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::.ctor(System.Int32,System.Int32,System.String[],System.Type[])
IL2CPP_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);
// 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.Object&,System.Int32&)
IL2CPP_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);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped__ctor_m14C2763312F68FBADF65C61571B3FFFA1D02D547 (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, const RuntimeMethod* method);
// 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)
IL2CPP_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);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped_Write_mFAA4A8A0975F10D4C51CEBC6681D6009739F292A (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Set(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObjectString_Set_m42F597477F549522AE80B9DCB3A5D7AA7ABA0944 (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, int32_t ___objectId0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryObjectString_Write_mD9DB5580C569BE0F09DC95332A53060C4404703B (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, const RuntimeMethod* method);
// 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)
IL2CPP_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);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBytes(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBytes_mAE174128EFA09DF7260553B58888F5213A1EC2AF (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteChars(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteChars_m899A00CD1377ADF77660AD1AD7629FED57B6A97A (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteArrayAsBytes(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, RuntimeArray * ___array0, int32_t ___typeLength1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBytes(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBytes_mF824C8662DDE5C6829651C8344E625407103CC32 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteA0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Set(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Set_m7D4691AFA943E3622BE72F15B68D8F622D38018C (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, int32_t ___primitiveTypeEnum0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Write_mC16B1F7546A9F57182772CCDEDF62FFE86B43B2B (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Set(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Set_m270E577638C2CD47873843E8CDEA5A69A974ACAA (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, int32_t ___typeInformation0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Write_m46A2F76F806F2C391D597EFCD19748BC289B4272 (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::SetNullCount(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectNull_SetNullCount_m1E655DD5E8585C2E245BFC8C4B1D34B54E23B26C_inline (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, int32_t ___nullCount0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectNull_Write_m9C3FE197DDBF658D1BDA13E31C3BB2F1B4EC019B (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Set(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MemberReference_Set_m86A31A20EC895309DA47D5552C8B852C26B22CE6_inline (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, int32_t ___idRef0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberReference_Write_mE126D1F2343CA15D721F56E5D391AA94F248E61A (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Set(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryAssembly_Set_m064BA83DC31EDAACF1FCFC5FD5C7CE8F8986829D (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, int32_t ___assemId0, String_t* ___assemblyString1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryAssembly_Write_m24D43F19F9E55B7A1226E9C7B64A279698C20C95 (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBoolean(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBoolean_m7253B929057F253BACCCFDE59834C58BE83CD7DE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, bool ___value0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Char System.Convert::ToChar(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteChar_m09B8D7FC5374A079AF5622FF00D680C37030C8EC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDouble_mDD5C8F1FAD8F411B1125F1F10DE5B514B3CED308 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, double ___value0, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt16(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt16_mE98B401C573C3FBE7B0C5EEA748E9473D6FF59CC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int16_t ___value0, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.SByte System.Convert::ToSByte(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSByte(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSByte_mE9CB589144C284CC62265C1931C80683575E55BE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int8_t ___value0, const RuntimeMethod* method);
// System.Single System.Convert::ToSingle(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSingle(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSingle_mC45CA37ADB12C147577C4A59EBCC4444B2D44A71 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, float ___value0, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt16(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt16_m288138DDD5513AD9473C21DE97F0B34A3B4AB533 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt32 System.Convert::ToUInt32(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt32(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt32_m2C520E61BA0C3F2491E4E63AC8D35FEA536A5272 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt64(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt64_mE8384E52EF8F55B5FD77D9E3398A7D7AE728A209 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDecimal(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteTimeSpan(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteTimeSpan_m5921564B49C102977DEC8DAE61E9F1FCA9177349 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDateTime(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDateTime_mAE569B84DA42DAE44369FBE65BFA2CF80903A75A (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int32_t ___startingSize0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::EnlargeArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::.ctor(System.String,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.ISerializationSurrogate,System.Int64,System.Reflection.FieldInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, String_t* ___obj0, int64_t ___objID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, RuntimeObject* ___surrogate3, int64_t ___idOfContainingObj4, FieldInfo_t * ___field5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex6, const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ValueTypeFixupInfo::.ctor(System.Int64,System.Reflection.FieldInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, int64_t ___containerID0, FieldInfo_t * ___member1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___parentIndex2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::SetFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresValueTypeFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::UpdateDescendentDependencyChain(System.Int32,System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int32_t ___amount0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.LongList::RemoveElement(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongList_RemoveElement_mBAAA98683D9B5637E2F2625FDA6BC7F98C8B7468 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FixupHolderList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixupHolderList__ctor_mE6281A8930EED171198CD43F55943FB2998585CC (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.ObjectHolder::get_ContainerID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ObjectHolder_get_ContainerID_mE0BB13C98F785FCB29585868287558CB39A022AD (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectManager::FindOrCreateObjectHolder(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___objectID0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::IncrementDescendentFixups(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_IncrementDescendentFixups_mA93AC04751A6A605BE0BC9C3F5933C0D45D4774A (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int32_t ___amount0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList__ctor_m1989F16F481114F49A7D9A3011CA36AD6194AA40 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::Add(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_Add_mB28919ED8AEA543FED7B1D708ABDB41726947A5D (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::SetObjectValue(System.Object,System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.LongList::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LongList_get_Count_m904F7D166A2D072684B93A7701FFEBB81366B3EB_inline (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_IsIncompleteObjectReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_HasSurrogate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CanSurrogatedObjectValueChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.ObjectManager::get_TopObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764_inline (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::CompleteObject(System.Runtime.Serialization.ObjectHolder,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, bool ___bObjectFullyComplete1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresSerInfoFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.ValueTypeFixupInfo::get_ContainerID()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208_inline (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString::.ctor()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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*)(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, 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, 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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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*)(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, 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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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*)(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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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*)(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*)(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*)(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*)(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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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*)(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()
IL2CPP_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*)(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)
IL2CPP_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)
IL2CPP_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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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.Object&)
IL2CPP_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((void**)(RuntimeObject **)L_0, (void*)(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((void**)(RuntimeObject **)L_3, (void*)(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((void**)(RuntimeObject **)L_8, (void*)(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((void**)(RuntimeObject **)L_13, (void*)(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((void**)(RuntimeObject **)L_18, (void*)(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((void**)(RuntimeObject **)L_23, (void*)(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((void**)(RuntimeObject **)L_28, (void*)(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((void**)(RuntimeObject **)L_33, (void*)(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((void**)(RuntimeObject **)L_38, (void*)(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((void**)(RuntimeObject **)L_43, (void*)(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((void**)(RuntimeObject **)L_48, (void*)(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((void**)(RuntimeObject **)L_53, (void*)(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((void**)(RuntimeObject **)L_58, (void*)(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()
IL2CPP_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*)(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)
IL2CPP_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()
IL2CPP_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*)(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)
IL2CPP_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()
IL2CPP_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*)(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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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(9 /* 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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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*)(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*)(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)
IL2CPP_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*)(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*)(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*)(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*)(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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
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*)(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*)(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, 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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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(29 /* 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)
IL2CPP_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)
IL2CPP_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*)(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*)(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)
IL2CPP_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*)(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, 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*)(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.SerializationInfo&,System.Object[]&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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[])
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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.BinaryTypeEnum&,System.Object&)
IL2CPP_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((void**)(RuntimeObject **)L_1, (void*)(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((void**)(RuntimeObject **)L_7, (void*)(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((void**)(RuntimeObject **)L_19, (void*)(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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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_inline(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)
IL2CPP_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, 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)
IL2CPP_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*)(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, 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_inline(__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, ObjectReader_Deserialize_m2087962B90696DCBA5F52F342797A954966C4FEB_RuntimeMethod_var);
}
IL_00b0:
{
RuntimeObject * L_20 = ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1_inline(__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_inline(__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_inline(__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_inline(__this, /*hidden argument*/NULL);
return L_37;
}
}
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::HasSurrogate(System.Type)
IL2CPP_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)
IL2CPP_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(98 /* 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(29 /* System.String System.Type::get_FullName() */, L_6);
Type_t * L_8 = ___t0;
NullCheck(L_8);
Assembly_t * L_9 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_8);
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(9 /* 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, ObjectReader_CheckSerializable_m87D755669A77E8A0A15FE0ACA06311DEC232F898_RuntimeMethod_var);
}
IL_003c:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::InitFullDeserialization()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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*)(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, 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)
IL2CPP_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*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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, ObjectReader_ParseError_mB174BC8FFC7C5EA083A7F74FD86226B239013D5E_RuntimeMethod_var);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ParseSerializedStreamHeader(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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*)(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, 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)
IL2CPP_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)
IL2CPP_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_inline(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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*)(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, ObjectReader_ParseArray_mF0D9C35C67B6A3F50D019020F36CC8B23C259CE2_RuntimeMethod_var);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::NextRectangleMap(System.Runtime.Serialization.Formatters.Binary.ParseRecord)
IL2CPP_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)
IL2CPP_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*)(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, 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)
IL2CPP_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)
IL2CPP_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*)(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, 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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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(27 /* 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)
IL2CPP_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_inline(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.Type&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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((void**)(RuntimeObject **)L_0, (void*)(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((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_12);
}
IL_0041:
{
return;
}
}
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetType(System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo,System.String)
IL2CPP_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_inline(L_1, /*hidden argument*/NULL);
String_t* L_3 = ___name1;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)L_4))))
{
goto IL_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_inline(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_inline(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(27 /* 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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(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_inline(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_inline(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)
IL2CPP_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)
IL2CPP_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(26 /* 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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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, ObjectWriter_Serialize_m473A6E9129F700880D20F9D47044000B32224295_RuntimeMethod_var);
}
IL_0018:
{
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * L_3 = ___serWriter2;
if (L_3)
{
goto IL_003e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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, 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()
IL2CPP_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)
IL2CPP_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, 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*)(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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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(127 /* 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*)(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*)(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*)(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)
IL2CPP_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[])
IL2CPP_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*)(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*)(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.Int64&)
IL2CPP_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*)(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, 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.Boolean&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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_inline(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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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_inline(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)
IL2CPP_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)
IL2CPP_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_inline(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(27 /* 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(29 /* 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(30 /* 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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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(139 /* 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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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*)(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*)(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)
IL2CPP_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*)(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, 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*)(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, 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)
IL2CPP_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_inline(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*)(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, 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.SerializationInfo&,System.Object[]&)
IL2CPP_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.SerializationInfo&,System.Object[]&)
IL2CPP_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((void**)(RuntimeObject **)L_3, (void*)(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*)(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((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_13);
}
IL_0040:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::RecordFixup(System.Int64,System.String,System.Int64)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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*)(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, 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*)(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*)(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*)(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(29 /* 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, 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)
IL2CPP_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*)(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, 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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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_inline(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_inline(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_inline(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()
IL2CPP_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)
IL2CPP_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*)(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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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*)(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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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*)(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, 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()
IL2CPP_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()
IL2CPP_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*)(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*)(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)
IL2CPP_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*)(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*)(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)
IL2CPP_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*)(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*)(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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
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*)(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*)(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, 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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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*)(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, 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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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_inline(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(98 /* System.Boolean System.Type::get_IsSerializable() */, L_28);
if (L_29)
{
goto IL_00f8;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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(29 /* 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(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_35);
NullCheck(L_36);
String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(9 /* 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, 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)
IL2CPP_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)
IL2CPP_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(139 /* 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()
IL2CPP_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_inline(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_inline(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_inline(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_inline(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_inline(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_inline(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_inline(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_inline(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_inline(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_inline(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_inline(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*)(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*)(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*)(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)
IL2CPP_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(27 /* 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(9 /* 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*)(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, WriteObjectInfo_CheckTypeForwardedFrom_m68A02B8E20D6C54569BE409064D7DE982AB8BC55_RuntimeMethod_var);
}
IL_004e:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::InitNoMembers()
IL2CPP_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(29 /* 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(23 /* 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()
IL2CPP_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(29 /* 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*)(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*)(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(23 /* 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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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*)(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, 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[]&,System.Type[]&,System.Object[]&)
IL2CPP_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((void**)(RuntimeObject **)L_0, (void*)(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((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_6 = ___outMemberData2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_memberData_9();
*((RuntimeObject **)L_6) = (RuntimeObject *)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(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, 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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
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*)(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, __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, __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, __BinaryParser_Run_m09CB069DBA54EF72CBE28B88E502C43A38372982_RuntimeMethod_var);
} // end catch (depth: 1)
IL_027a:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBegin()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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_inline((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.DateTime System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadDateTime()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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*)(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, __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()
IL2CPP_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*)(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, __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*)(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, __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()
IL2CPP_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*)(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, __BinaryParser_ReadCrossAppDomainMap_m43E27AADDAE940389E8572230C233A2C8C617C02_RuntimeMethod_var);
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadObjectWithMap(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum)
IL2CPP_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)
IL2CPP_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*)(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, __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*)(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, __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*)(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, __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)
IL2CPP_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)
IL2CPP_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*)(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, __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*)(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, __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*)(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, __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)
IL2CPP_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*)(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, __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*)(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, __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()
IL2CPP_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*)(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, __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)
IL2CPP_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*)(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, __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*)(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, __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*)(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, __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)
IL2CPP_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*)(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()
IL2CPP_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_inline(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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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, __BinaryParser_ReadMessageEnd_mBC17CC754E513D83DC17CC0A004757E807E9B156_RuntimeMethod_var);
}
IL_004b:
{
return;
}
}
// System.Object System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
IL2CPP_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*)(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, __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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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
#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.__BinaryWriter::.ctor(System.IO.Stream,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.Formatters.FormatterTypeStyle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter__ctor_m3C5325849D34DC9B0C190C1E75C0435BE32AD2B8 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___sout0, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter1, int32_t ___formatterTypeStyle2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter__ctor_m3C5325849D34DC9B0C190C1E75C0435BE32AD2B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_chunkSize_15(((int32_t)4096));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___sout0;
__this->set_sout_0(L_0);
int32_t L_1 = ___formatterTypeStyle2;
__this->set_formatterTypeStyle_1(L_1);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_2 = ___objectWriter1;
__this->set_objectWriter_3(L_2);
__this->set_m_nestedObjectCount_5(0);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___sout0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_5 = (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 *)il2cpp_codegen_object_new(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var);
BinaryWriter__ctor_m2859E6B900197645E2B9DC8E447F2A6F25208406(L_5, L_3, L_4, /*hidden argument*/NULL);
__this->set_dataWriter_4(L_5);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBegin_m7DBF4A6172CBBF1801618054D98A05927CFE9037 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteEnd_m53F545DFCA6DD2F79AE3356A648BCD9E8CB97A3C (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
NullCheck(L_0);
VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryWriter::Flush() */, L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBoolean(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBoolean_m7253B929057F253BACCCFDE59834C58BE83CD7DE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, bool ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
bool L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryWriter::Write(System.Boolean) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteByte(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint8_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
uint8_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBytes(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBytes_mAE174128EFA09DF7260553B58888F5213A1EC2AF (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBytes(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBytes_mF824C8662DDE5C6829651C8344E625407103CC32 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteA0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___byteA0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
NullCheck(L_0);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(10 /* System.Void System.IO.BinaryWriter::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteChar_m09B8D7FC5374A079AF5622FF00D680C37030C8EC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
Il2CppChar L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.BinaryWriter::Write(System.Char) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteChars(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteChars_m899A00CD1377ADF77660AD1AD7629FED57B6A97A (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* >::Invoke(12 /* System.Void System.IO.BinaryWriter::Write(System.Char[]) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDecimal(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_1 = Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___value0), L_0, /*hidden argument*/NULL);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSingle(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSingle_mC45CA37ADB12C147577C4A59EBCC4444B2D44A71 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, float ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
float L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< float >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.Single) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDouble_mDD5C8F1FAD8F411B1125F1F10DE5B514B3CED308 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, double ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
double L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< double >::Invoke(13 /* System.Void System.IO.BinaryWriter::Write(System.Double) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt16(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt16_mE98B401C573C3FBE7B0C5EEA748E9473D6FF59CC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int16_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
int16_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< int16_t >::Invoke(14 /* System.Void System.IO.BinaryWriter::Write(System.Int16) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
int32_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt64(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int64_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
int64_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSByte(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSByte_mE9CB589144C284CC62265C1931C80683575E55BE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int8_t ___value0, const RuntimeMethod* method)
{
{
int8_t L_0 = ___value0;
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(__this, (uint8_t)(((int32_t)((uint8_t)L_0))), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
String_t* L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteTimeSpan(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteTimeSpan_m5921564B49C102977DEC8DAE61E9F1FCA9177349 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___value0), /*hidden argument*/NULL);
__BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDateTime(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDateTime_mAE569B84DA42DAE44369FBE65BFA2CF80903A75A (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E_inline((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL);
__BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt16(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt16_m288138DDD5513AD9473C21DE97F0B34A3B4AB533 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
uint16_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< uint16_t >::Invoke(15 /* System.Void System.IO.BinaryWriter::Write(System.UInt16) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt32(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt32_m2C520E61BA0C3F2491E4E63AC8D35FEA536A5272 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
uint32_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< uint32_t >::Invoke(17 /* System.Void System.IO.BinaryWriter::Write(System.UInt32) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt64(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt64_mE8384E52EF8F55B5FD77D9E3398A7D7AE728A209 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
uint64_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< uint64_t >::Invoke(19 /* System.Void System.IO.BinaryWriter::Write(System.UInt64) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectEnd(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectEnd_mB2231BC8E663B4929CD0872B2E8810EE2549BA6E (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSerializationHeaderEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * L_0 = (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF *)il2cpp_codegen_object_new(MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_il2cpp_TypeInfo_var);
MessageEnd__ctor_mACD46A473A484BA33E889CB737C58D6A9DC3A9F6(L_0, /*hidden argument*/NULL);
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * L_1 = L_0;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_sout_0();
NullCheck(L_1);
MessageEnd_Dump_mABCF28D46A04A23715EB6110B43B7B11F2218EB3(L_1, L_2, /*hidden argument*/NULL);
NullCheck(L_1);
MessageEnd_Write_m8CF38079537B8D79BA3B7C1EB135E28A6367FEC7(L_1, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSerializationHeader(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteSerializationHeader_m8C66A66AA79EBE2DC8D85DDDA970C8031734BE99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___topId0;
int32_t L_1 = ___headerId1;
int32_t L_2 = ___minorVersion2;
int32_t L_3 = ___majorVersion3;
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_4 = (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 *)il2cpp_codegen_object_new(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05_il2cpp_TypeInfo_var);
SerializationHeaderRecord__ctor_m31F9D25395928CA6B0F6CB8E9B86984BA43EF1DB(L_4, 0, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_5 = L_4;
NullCheck(L_5);
SerializationHeaderRecord_Dump_mBC16FBDB8ECC583303E3C469577E2FB55D8BDC06(L_5, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationHeaderRecord_Write_m4673AAD04C272B5A9E549F905F7F71ED2437AF0C(L_5, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMethodCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * L_0 = __this->get_binaryMethodCall_7();
if (L_0)
{
goto IL_0013;
}
}
{
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * L_1 = (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 *)il2cpp_codegen_object_new(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323_il2cpp_TypeInfo_var);
BinaryMethodCall__ctor_m574C119C34667A7E88268658C039F5F44AAC3181(L_1, /*hidden argument*/NULL);
__this->set_binaryMethodCall_7(L_1);
}
IL_0013:
{
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * L_2 = __this->get_binaryMethodCall_7();
NullCheck(L_2);
BinaryMethodCall_Dump_m1F81CBE0869F89604A9AFAFAB892708D7055650B(L_2, /*hidden argument*/NULL);
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * L_3 = __this->get_binaryMethodCall_7();
NullCheck(L_3);
BinaryMethodCall_Write_m0050BB14C5EC88126B3CA96836080D1B60BD627F(L_3, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMethodReturn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * L_0 = __this->get_binaryMethodReturn_8();
if (L_0)
{
goto IL_0013;
}
}
{
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * L_1 = (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 *)il2cpp_codegen_object_new(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_il2cpp_TypeInfo_var);
BinaryMethodReturn__ctor_m413738112C6F2CB2258FBF50E0F94141C234E76B(L_1, /*hidden argument*/NULL);
__this->set_binaryMethodReturn_8(L_1);
}
IL_0013:
{
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * L_2 = __this->get_binaryMethodReturn_8();
NullCheck(L_2);
BinaryMethodReturn_Dump_mED70CD4BA259A8C9812CC68E4347B82D78B33236(L_2, /*hidden argument*/NULL);
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * L_3 = __this->get_binaryMethodReturn_8();
NullCheck(L_3);
BinaryMethodReturn_Write_mEFDB7EC2BF9BA5577A2826555515AF08CC5B4550(L_3, __this, /*hidden argument*/NULL);
return;
}
}
// 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[])
IL2CPP_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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * V_3 = NULL;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* V_4 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_5 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_6 = NULL;
int32_t V_7 = 0;
RuntimeObject * V_8 = NULL;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___nameInfo0;
NullCheck(L_0);
int64_t L_1 = L_0->get_NIobjectId_1();
V_1 = (((int32_t)((int32_t)L_1)));
int32_t L_2 = V_1;
V_2 = (String_t*)NULL;
int32_t L_3 = V_1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0021;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_4 = ___typeNameInfo1;
NullCheck(L_4);
String_t* L_5 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_4, /*hidden argument*/NULL);
V_2 = L_5;
goto IL_0028;
}
IL_0021:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___nameInfo0;
NullCheck(L_6);
String_t* L_7 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_6, /*hidden argument*/NULL);
V_2 = L_7;
}
IL_0028:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = __this->get_objectMapTable_2();
if (L_8)
{
goto IL_003b;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_9, /*hidden argument*/NULL);
__this->set_objectMapTable_2(L_9);
}
IL_003b:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get_objectMapTable_2();
String_t* L_11 = V_2;
NullCheck(L_10);
RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_10, L_11);
V_3 = ((ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 *)CastclassSealed((RuntimeObject*)L_12, ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8_il2cpp_TypeInfo_var));
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_13 = V_3;
if (!L_13)
{
goto IL_008f;
}
}
{
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_14 = V_3;
int32_t L_15 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = ___memberTypes4;
NullCheck(L_14);
bool L_18 = ObjectMapInfo_isCompatible_mDCEE231165B988DF120F243B8E706D5F38CFDADF(L_14, L_15, L_16, L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_008f;
}
}
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_19 = __this->get_binaryObject_9();
if (L_19)
{
goto IL_0070;
}
}
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_20 = (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F *)il2cpp_codegen_object_new(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F_il2cpp_TypeInfo_var);
BinaryObject__ctor_m25D8800F6EE10EDA2C209470BBE1252D033CF3D1(L_20, /*hidden argument*/NULL);
__this->set_binaryObject_9(L_20);
}
IL_0070:
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_21 = __this->get_binaryObject_9();
int32_t L_22 = V_1;
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_23 = V_3;
NullCheck(L_23);
int32_t L_24 = L_23->get_objectId_0();
NullCheck(L_21);
BinaryObject_Set_m1FC3F9DDF36145FEA892F62D889093C0F3DC0EFD(L_21, L_22, L_24, /*hidden argument*/NULL);
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_25 = __this->get_binaryObject_9();
NullCheck(L_25);
BinaryObject_Write_mE200A7D31B7B011706DAFD93DA22CA6445001B87(L_25, __this, /*hidden argument*/NULL);
return;
}
IL_008f:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_26 = ___typeNameInfo1;
NullCheck(L_26);
bool L_27 = L_26->get_NItransmitTypeOnObject_8();
if (L_27)
{
goto IL_00f8;
}
}
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_28 = __this->get_binaryObjectWithMap_10();
if (L_28)
{
goto IL_00aa;
}
}
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_29 = (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 *)il2cpp_codegen_object_new(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107_il2cpp_TypeInfo_var);
BinaryObjectWithMap__ctor_mFF9A9CC9FA3704FAA97C996C05489D359C871CC1(L_29, /*hidden argument*/NULL);
__this->set_binaryObjectWithMap_10(L_29);
}
IL_00aa:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_30 = ___typeNameInfo1;
NullCheck(L_30);
int64_t L_31 = L_30->get_NIassemId_2();
V_0 = (((int32_t)((int32_t)L_31)));
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_32 = __this->get_binaryObjectWithMap_10();
int32_t L_33 = V_1;
String_t* L_34 = V_2;
int32_t L_35 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = ___memberNames3;
int32_t L_37 = V_0;
NullCheck(L_32);
BinaryObjectWithMap_Set_mD79D5EDB54F37E6F3FF3A0D6C66D98287F258324(L_32, L_33, L_34, L_35, L_36, L_37, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_38 = __this->get_binaryObjectWithMap_10();
NullCheck(L_38);
BinaryObjectWithMap_Dump_m9A61CE1E9A6BB69C5A8A94082D6719E1178FB787(L_38, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_39 = __this->get_binaryObjectWithMap_10();
NullCheck(L_39);
BinaryObjectWithMap_Write_m700AD2221D26F2D875BB3829238F05C65EAD8D4B(L_39, __this, /*hidden argument*/NULL);
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_40 = V_3;
if (L_40)
{
goto IL_01a7;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_41 = __this->get_objectMapTable_2();
String_t* L_42 = V_2;
int32_t L_43 = V_1;
int32_t L_44 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_46 = ___memberTypes4;
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_47 = (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 *)il2cpp_codegen_object_new(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8_il2cpp_TypeInfo_var);
ObjectMapInfo__ctor_m55C2E0CD6BE4BCE52A4F012DADA057C057AF47E3(L_47, L_43, L_44, L_45, L_46, /*hidden argument*/NULL);
NullCheck(L_41);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_41, L_42, L_47);
return;
}
IL_00f8:
{
int32_t L_48 = ___numMembers2;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_49 = (BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B*)(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B*)SZArrayNew(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B_il2cpp_TypeInfo_var, (uint32_t)L_48);
V_4 = L_49;
int32_t L_50 = ___numMembers2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_50);
V_5 = L_51;
int32_t L_52 = ___numMembers2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_53 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_52);
V_6 = L_53;
V_7 = 0;
goto IL_014a;
}
IL_0115:
{
V_8 = NULL;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_54 = V_4;
int32_t L_55 = V_7;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_56 = ___memberTypes4;
int32_t L_57 = V_7;
NullCheck(L_56);
int32_t L_58 = L_57;
Type_t * L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_60 = ___memberObjectInfos5;
int32_t L_61 = V_7;
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_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_64 = __this->get_objectWriter_3();
int32_t L_65 = BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681(L_59, L_63, (String_t*)NULL, L_64, (RuntimeObject **)(&V_8), (int32_t*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(L_55), (int32_t)L_65);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_66 = V_5;
int32_t L_67 = V_7;
RuntimeObject * L_68 = V_8;
NullCheck(L_66);
ArrayElementTypeCheck (L_66, L_68);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(L_67), (RuntimeObject *)L_68);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_69 = V_6;
int32_t L_70 = V_7;
int32_t L_71 = V_0;
NullCheck(L_69);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(L_70), (int32_t)L_71);
int32_t L_72 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1));
}
IL_014a:
{
int32_t L_73 = V_7;
int32_t L_74 = ___numMembers2;
if ((((int32_t)L_73) < ((int32_t)L_74)))
{
goto IL_0115;
}
}
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_75 = __this->get_binaryObjectWithMapTyped_11();
if (L_75)
{
goto IL_0162;
}
}
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_76 = (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 *)il2cpp_codegen_object_new(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_il2cpp_TypeInfo_var);
BinaryObjectWithMapTyped__ctor_m14C2763312F68FBADF65C61571B3FFFA1D02D547(L_76, /*hidden argument*/NULL);
__this->set_binaryObjectWithMapTyped_11(L_76);
}
IL_0162:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_77 = ___typeNameInfo1;
NullCheck(L_77);
int64_t L_78 = L_77->get_NIassemId_2();
V_0 = (((int32_t)((int32_t)L_78)));
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_79 = __this->get_binaryObjectWithMapTyped_11();
int32_t L_80 = V_1;
String_t* L_81 = V_2;
int32_t L_82 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_83 = ___memberNames3;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_84 = V_4;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_85 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_86 = V_6;
int32_t L_87 = V_0;
NullCheck(L_79);
BinaryObjectWithMapTyped_Set_mF103DF1131915665D40DCC24A6F2A327BC627244(L_79, L_80, L_81, L_82, L_83, L_84, L_85, L_86, L_87, /*hidden argument*/NULL);
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_88 = __this->get_binaryObjectWithMapTyped_11();
NullCheck(L_88);
BinaryObjectWithMapTyped_Write_mFAA4A8A0975F10D4C51CEBC6681D6009739F292A(L_88, __this, /*hidden argument*/NULL);
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_89 = V_3;
if (L_89)
{
goto IL_01a7;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_90 = __this->get_objectMapTable_2();
String_t* L_91 = V_2;
int32_t L_92 = V_1;
int32_t L_93 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_94 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_95 = ___memberTypes4;
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_96 = (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 *)il2cpp_codegen_object_new(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8_il2cpp_TypeInfo_var);
ObjectMapInfo__ctor_m55C2E0CD6BE4BCE52A4F012DADA057C057AF47E3(L_96, L_92, L_93, L_94, L_95, /*hidden argument*/NULL);
NullCheck(L_90);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_90, L_91, L_96);
}
IL_01a7:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectString(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___objectId0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_0 = __this->get_binaryObjectString_12();
if (L_0)
{
goto IL_0019;
}
}
{
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_binaryObjectString_12(L_1);
}
IL_0019:
{
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_2 = __this->get_binaryObjectString_12();
int32_t L_3 = ___objectId0;
String_t* L_4 = ___value1;
NullCheck(L_2);
BinaryObjectString_Set_m42F597477F549522AE80B9DCB3A5D7AA7ABA0944(L_2, L_3, L_4, /*hidden argument*/NULL);
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_5 = __this->get_binaryObjectString_12();
NullCheck(L_5);
BinaryObjectString_Write_mD9DB5580C569BE0F09DC95332A53060C4404703B(L_5, __this, /*hidden argument*/NULL);
return;
}
}
// 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)
IL2CPP_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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
RuntimeObject * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
V_1 = L_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = V_1;
int32_t L_2 = ___length4;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_2);
V_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
V_3 = NULL;
int32_t L_3 = ___lowerBound5;
if (L_3)
{
goto IL_001e;
}
}
{
V_0 = 0;
goto IL_002c;
}
IL_001e:
{
V_0 = 3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
V_2 = L_4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_2;
int32_t L_6 = ___lowerBound5;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_6);
}
IL_002c:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_7 = ___arrayElemTypeNameInfo3;
NullCheck(L_7);
Type_t * L_8 = L_7->get_NItype_4();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_9 = ___objectInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_10 = ___arrayElemTypeNameInfo3;
NullCheck(L_10);
String_t* L_11 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_10, /*hidden argument*/NULL);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_12 = __this->get_objectWriter_3();
int32_t L_13 = BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681(L_8, L_9, L_11, L_12, (RuntimeObject **)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
V_5 = L_13;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_14 = __this->get_binaryArray_13();
if (L_14)
{
goto IL_005f;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_15 = (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 *)il2cpp_codegen_object_new(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var);
BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F(L_15, /*hidden argument*/NULL);
__this->set_binaryArray_13(L_15);
}
IL_005f:
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_16 = __this->get_binaryArray_13();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___arrayNameInfo1;
NullCheck(L_17);
int64_t L_18 = L_17->get_NIobjectId_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = V_2;
int32_t L_21 = V_5;
RuntimeObject * L_22 = V_3;
int32_t L_23 = V_0;
int32_t L_24 = V_4;
NullCheck(L_16);
BinaryArray_Set_m68D0717FEA11D9D4F35FF404851FFD4C94FA839A(L_16, (((int32_t)((int32_t)L_18))), 1, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_25 = ___arrayNameInfo1;
NullCheck(L_25);
int64_t L_26 = L_25->get_NIobjectId_1();
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_27 = __this->get_binaryArray_13();
NullCheck(L_27);
BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE(L_27, __this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_28 = ___arrayElemTypeNameInfo3;
NullCheck(L_28);
int32_t L_29 = L_28->get_NIprimitiveTypeEnum_3();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
bool L_30 = Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D(L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00e6;
}
}
{
int32_t L_31 = ___lowerBound5;
if (L_31)
{
goto IL_00e6;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_32 = ___arrayElemTypeNameInfo3;
NullCheck(L_32);
int32_t L_33 = L_32->get_NIprimitiveTypeEnum_3();
if ((!(((uint32_t)L_33) == ((uint32_t)2))))
{
goto IL_00ba;
}
}
{
RuntimeArray * L_34 = ___array6;
__BinaryWriter_WriteBytes_mAE174128EFA09DF7260553B58888F5213A1EC2AF(__this, ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_34, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_00ba:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_35 = ___arrayElemTypeNameInfo3;
NullCheck(L_35);
int32_t L_36 = L_35->get_NIprimitiveTypeEnum_3();
if ((!(((uint32_t)L_36) == ((uint32_t)3))))
{
goto IL_00d2;
}
}
{
RuntimeArray * L_37 = ___array6;
__BinaryWriter_WriteChars_m899A00CD1377ADF77660AD1AD7629FED57B6A97A(__this, ((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)Castclass((RuntimeObject*)L_37, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_00d2:
{
RuntimeArray * L_38 = ___array6;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_39 = ___arrayElemTypeNameInfo3;
NullCheck(L_39);
int32_t L_40 = L_39->get_NIprimitiveTypeEnum_3();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_41 = Converter_TypeLength_m8D5DAA10D90E70ED2EEECDB1CC4915C43FA93BBB(L_40, /*hidden argument*/NULL);
__BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA(__this, L_38, L_41, /*hidden argument*/NULL);
}
IL_00e6:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteArrayAsBytes(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, RuntimeArray * ___array0, int32_t ___typeLength1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
uint8_t V_5 = 0x0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_byteBuffer_14();
if (L_0)
{
goto IL_00c4;
}
}
{
int32_t L_1 = __this->get_chunkSize_15();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1);
__this->set_byteBuffer_14(L_2);
goto IL_00c4;
}
IL_0029:
{
int32_t L_3 = __this->get_chunkSize_15();
int32_t L_4 = ___typeLength1;
RuntimeArray * L_5 = ___array0;
NullCheck(L_5);
int32_t L_6 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_5, /*hidden argument*/NULL);
int32_t L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_8 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)((int32_t)L_3/(int32_t)L_4)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL);
V_1 = L_8;
int32_t L_9 = V_1;
int32_t L_10 = ___typeLength1;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)L_10));
RuntimeArray * L_11 = ___array0;
int32_t L_12 = V_0;
int32_t L_13 = ___typeLength1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_byteBuffer_14();
int32_t L_15 = V_2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2(L_11, ((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)L_13)), (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_16 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (L_16)
{
goto IL_00b2;
}
}
{
V_3 = 0;
goto IL_00ae;
}
IL_0060:
{
V_4 = 0;
goto IL_00a3;
}
IL_0065:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_byteBuffer_14();
int32_t L_18 = V_3;
int32_t L_19 = V_4;
NullCheck(L_17);
int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19));
uint8_t L_21 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
V_5 = L_21;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_byteBuffer_14();
int32_t L_23 = V_3;
int32_t L_24 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get_byteBuffer_14();
int32_t L_26 = V_3;
int32_t L_27 = ___typeLength1;
int32_t L_28 = V_4;
NullCheck(L_25);
int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)), (int32_t)1)), (int32_t)L_28));
uint8_t L_30 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))), (uint8_t)L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = __this->get_byteBuffer_14();
int32_t L_32 = V_3;
int32_t L_33 = ___typeLength1;
int32_t L_34 = V_4;
uint8_t L_35 = V_5;
NullCheck(L_31);
(L_31)->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_32, (int32_t)L_33)), (int32_t)1)), (int32_t)L_34))), (uint8_t)L_35);
int32_t L_36 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_00a3:
{
int32_t L_37 = V_4;
int32_t L_38 = ___typeLength1;
if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)L_38/(int32_t)2)))))
{
goto IL_0065;
}
}
{
int32_t L_39 = V_3;
int32_t L_40 = ___typeLength1;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40));
}
IL_00ae:
{
int32_t L_41 = V_3;
int32_t L_42 = V_2;
if ((((int32_t)L_41) < ((int32_t)L_42)))
{
goto IL_0060;
}
}
IL_00b2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = __this->get_byteBuffer_14();
int32_t L_44 = V_2;
__BinaryWriter_WriteBytes_mF824C8662DDE5C6829651C8344E625407103CC32(__this, L_43, 0, L_44, /*hidden argument*/NULL);
int32_t L_45 = V_0;
int32_t L_46 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46));
}
IL_00c4:
{
int32_t L_47 = V_0;
RuntimeArray * L_48 = ___array0;
NullCheck(L_48);
int32_t L_49 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_48, /*hidden argument*/NULL);
if ((((int32_t)L_47) < ((int32_t)L_49)))
{
goto IL_0029;
}
}
{
return;
}
}
// 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)
IL2CPP_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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteJaggedArray_mDF655C56482A2510EAFD536D809DFAD6AF85EE0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
RuntimeObject * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
V_1 = L_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = V_1;
int32_t L_2 = ___length4;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_2);
V_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
V_3 = NULL;
V_4 = 0;
int32_t L_3 = ___lowerBound5;
if (L_3)
{
goto IL_0021;
}
}
{
V_0 = 1;
goto IL_002f;
}
IL_0021:
{
V_0 = 4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
V_2 = L_4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_2;
int32_t L_6 = ___lowerBound5;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_6);
}
IL_002f:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_7 = ___arrayElemTypeNameInfo3;
NullCheck(L_7);
Type_t * L_8 = L_7->get_NItype_4();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_9 = ___objectInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_10 = ___arrayElemTypeNameInfo3;
NullCheck(L_10);
String_t* L_11 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_10, /*hidden argument*/NULL);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_12 = __this->get_objectWriter_3();
int32_t L_13 = BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681(L_8, L_9, L_11, L_12, (RuntimeObject **)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
V_5 = L_13;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_14 = __this->get_binaryArray_13();
if (L_14)
{
goto IL_0062;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_15 = (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 *)il2cpp_codegen_object_new(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var);
BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F(L_15, /*hidden argument*/NULL);
__this->set_binaryArray_13(L_15);
}
IL_0062:
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_16 = __this->get_binaryArray_13();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___arrayNameInfo1;
NullCheck(L_17);
int64_t L_18 = L_17->get_NIobjectId_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = V_2;
int32_t L_21 = V_5;
RuntimeObject * L_22 = V_3;
int32_t L_23 = V_0;
int32_t L_24 = V_4;
NullCheck(L_16);
BinaryArray_Set_m68D0717FEA11D9D4F35FF404851FFD4C94FA839A(L_16, (((int32_t)((int32_t)L_18))), 1, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_25 = ___arrayNameInfo1;
NullCheck(L_25);
int64_t L_26 = L_25->get_NIobjectId_1();
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_27 = __this->get_binaryArray_13();
NullCheck(L_27);
BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE(L_27, __this, /*hidden argument*/NULL);
return;
}
}
// 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[])
IL2CPP_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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteRectangleArray_mD30559DC61571D319AD8A421FAFA34B71AFC337C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
V_0 = 2;
V_1 = NULL;
V_2 = 0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___arrayElemTypeNameInfo3;
NullCheck(L_0);
Type_t * L_1 = L_0->get_NItype_4();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___objectInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ___arrayElemTypeNameInfo3;
NullCheck(L_3);
String_t* L_4 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_3, /*hidden argument*/NULL);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_5 = __this->get_objectWriter_3();
int32_t L_6 = BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681(L_1, L_2, L_4, L_5, (RuntimeObject **)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
V_3 = L_6;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_7 = __this->get_binaryArray_13();
if (L_7)
{
goto IL_003e;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_8 = (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 *)il2cpp_codegen_object_new(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var);
BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F(L_8, /*hidden argument*/NULL);
__this->set_binaryArray_13(L_8);
}
IL_003e:
{
V_4 = 0;
goto IL_0054;
}
IL_0043:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = ___lowerBoundA6;
int32_t L_10 = V_4;
NullCheck(L_9);
int32_t L_11 = L_10;
int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if (!L_12)
{
goto IL_004e;
}
}
{
V_0 = 5;
goto IL_005a;
}
IL_004e:
{
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0054:
{
int32_t L_14 = V_4;
int32_t L_15 = ___rank4;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_0043;
}
}
IL_005a:
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_16 = __this->get_binaryArray_13();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___arrayNameInfo1;
NullCheck(L_17);
int64_t L_18 = L_17->get_NIobjectId_1();
int32_t L_19 = ___rank4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = ___lengthA5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = ___lowerBoundA6;
int32_t L_22 = V_3;
RuntimeObject * L_23 = V_1;
int32_t L_24 = V_0;
int32_t L_25 = V_2;
NullCheck(L_16);
BinaryArray_Set_m68D0717FEA11D9D4F35FF404851FFD4C94FA839A(L_16, (((int32_t)((int32_t)L_18))), L_19, L_20, L_21, L_22, L_23, L_24, L_25, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_26 = ___arrayNameInfo1;
NullCheck(L_26);
int64_t L_27 = L_26->get_NIobjectId_1();
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_28 = __this->get_binaryArray_13();
NullCheck(L_28);
BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE(L_28, __this, /*hidden argument*/NULL);
return;
}
}
// 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[])
IL2CPP_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)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ___arrayNameInfo1;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___objectInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ___arrayElemTypeNameInfo3;
int32_t L_4 = ___length4;
int32_t L_5 = ___lowerBound5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___byteA6;
__BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345(__this, L_0, L_1, L_2, L_3, L_4, L_5, (RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMember(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___typeNameInfo1;
NullCheck(L_0);
int32_t L_1 = L_0->get_NIprimitiveTypeEnum_3();
V_0 = L_1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___memberNameInfo0;
NullCheck(L_2);
bool L_3 = L_2->get_NItransmitTypeOnMember_9();
if (!L_3)
{
goto IL_0054;
}
}
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_4 = __this->get_memberPrimitiveTyped_17();
if (L_4)
{
goto IL_0028;
}
}
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_5 = (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F *)il2cpp_codegen_object_new(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_il2cpp_TypeInfo_var);
MemberPrimitiveTyped__ctor_mA92E0E0B80348509FADFA44CD5102FF2E2E1DFAA(L_5, /*hidden argument*/NULL);
__this->set_memberPrimitiveTyped_17(L_5);
}
IL_0028:
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_6 = __this->get_memberPrimitiveTyped_17();
int32_t L_7 = V_0;
RuntimeObject * L_8 = ___value2;
NullCheck(L_6);
MemberPrimitiveTyped_Set_m7D4691AFA943E3622BE72F15B68D8F622D38018C(L_6, L_7, L_8, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_9 = ___memberNameInfo0;
NullCheck(L_9);
bool L_10 = L_9->get_NIisArrayItem_7();
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_11 = __this->get_memberPrimitiveTyped_17();
NullCheck(L_11);
MemberPrimitiveTyped_Dump_mA50FD278A27252D4F0D98D2260FFD715EEE4AEAF(L_11, /*hidden argument*/NULL);
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_12 = __this->get_memberPrimitiveTyped_17();
NullCheck(L_12);
MemberPrimitiveTyped_Write_mC16B1F7546A9F57182772CCDEDF62FFE86B43B2B(L_12, __this, /*hidden argument*/NULL);
return;
}
IL_0054:
{
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_13 = __this->get_memberPrimitiveUnTyped_16();
if (L_13)
{
goto IL_0067;
}
}
{
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_14 = (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 *)il2cpp_codegen_object_new(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423_il2cpp_TypeInfo_var);
MemberPrimitiveUnTyped__ctor_m568513B5C309103049BB976B44D3BABD4C22C6CB(L_14, /*hidden argument*/NULL);
__this->set_memberPrimitiveUnTyped_16(L_14);
}
IL_0067:
{
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_15 = __this->get_memberPrimitiveUnTyped_16();
int32_t L_16 = V_0;
RuntimeObject * L_17 = ___value2;
NullCheck(L_15);
MemberPrimitiveUnTyped_Set_m270E577638C2CD47873843E8CDEA5A69A974ACAA(L_15, L_16, L_17, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_18 = ___memberNameInfo0;
NullCheck(L_18);
bool L_19 = L_18->get_NIisArrayItem_7();
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_20 = __this->get_memberPrimitiveUnTyped_16();
NullCheck(L_20);
MemberPrimitiveUnTyped_Dump_mE77F705ACFEC56C4C436DB78C0771500B920B11A(L_20, /*hidden argument*/NULL);
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_21 = __this->get_memberPrimitiveUnTyped_16();
NullCheck(L_21);
MemberPrimitiveUnTyped_Write_m46A2F76F806F2C391D597EFCD19748BC289B4272(L_21, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteNullMember(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteNullMember_m704E5E682139DD2DF43E509B19DA06533E53BD56 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteNullMember_m704E5E682139DD2DF43E509B19DA06533E53BD56_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_0 = __this->get_objectNull_18();
if (L_0)
{
goto IL_0019;
}
}
{
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_18(L_1);
}
IL_0019:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___memberNameInfo0;
NullCheck(L_2);
bool L_3 = L_2->get_NIisArrayItem_7();
if (L_3)
{
goto IL_004b;
}
}
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_4 = __this->get_objectNull_18();
NullCheck(L_4);
ObjectNull_SetNullCount_m1E655DD5E8585C2E245BFC8C4B1D34B54E23B26C_inline(L_4, 1, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_5 = __this->get_objectNull_18();
NullCheck(L_5);
ObjectNull_Dump_mC92599F3AD09C6B2B6ABA1DE17DA655C3EFB3021(L_5, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_6 = __this->get_objectNull_18();
NullCheck(L_6);
ObjectNull_Write_m9C3FE197DDBF658D1BDA13E31C3BB2F1B4EC019B(L_6, __this, /*hidden argument*/NULL);
__this->set_nullCount_6(0);
}
IL_004b:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, int32_t ___idRef1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_0 = __this->get_memberReference_19();
if (L_0)
{
goto IL_0019;
}
}
{
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_19(L_1);
}
IL_0019:
{
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_2 = __this->get_memberReference_19();
int32_t L_3 = ___idRef1;
NullCheck(L_2);
MemberReference_Set_m86A31A20EC895309DA47D5552C8B852C26B22CE6_inline(L_2, L_3, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_4 = ___memberNameInfo0;
NullCheck(L_4);
bool L_5 = L_4->get_NIisArrayItem_7();
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_6 = __this->get_memberReference_19();
NullCheck(L_6);
MemberReference_Dump_m9CFAFB528EB5D745794F69D6F7CA1A55C4B0B9DD(L_6, /*hidden argument*/NULL);
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_7 = __this->get_memberReference_19();
NullCheck(L_7);
MemberReference_Write_mE126D1F2343CA15D721F56E5D391AA94F248E61A(L_7, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberNested(System.Runtime.Serialization.Formatters.Binary.NameInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberNested_m9BFEB137822095D5E13C333C2580903AF4FB8109 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___memberNameInfo0;
NullCheck(L_0);
bool L_1 = L_0->get_NIisArrayItem_7();
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberString(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberString_m2633F38F3CD4A4F0761D7B68C0BF6A5A64B9E20D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, String_t* ___value2, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___memberNameInfo0;
NullCheck(L_0);
bool L_1 = L_0->get_NIisArrayItem_7();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___typeNameInfo1;
NullCheck(L_2);
int64_t L_3 = L_2->get_NIobjectId_1();
String_t* L_4 = ___value2;
__BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798(__this, (((int32_t)((int32_t)L_3))), L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItem(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItem_m1EA983956A213E49C57BB9712ACB5FFA8E867B92 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___itemNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___itemNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ___typeNameInfo1;
RuntimeObject * L_2 = ___value2;
__BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteNullItem(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteNullItem_mC1771E3B91B2343B342E14900D6CDD382142BDF2 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___itemNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nullCount_6();
__this->set_nullCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDelayedNullItem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDelayedNullItem_mEE5EF8F308AC0D44C3E0074342ABF1EFA3D605BC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nullCount_6();
__this->set_nullCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItemEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItemEnd_mDEA769E88DDE177C57D6DD520BBAC240B86D2D00 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::InternalWriteItemNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_nullCount_6();
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_004b;
}
}
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_1 = __this->get_objectNull_18();
if (L_1)
{
goto IL_001c;
}
}
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_2 = (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 *)il2cpp_codegen_object_new(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05_il2cpp_TypeInfo_var);
ObjectNull__ctor_m90B9A7BFD14454A441AA7D206C28C1C7A7CD80C8(L_2, /*hidden argument*/NULL);
__this->set_objectNull_18(L_2);
}
IL_001c:
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_3 = __this->get_objectNull_18();
int32_t L_4 = __this->get_nullCount_6();
NullCheck(L_3);
ObjectNull_SetNullCount_m1E655DD5E8585C2E245BFC8C4B1D34B54E23B26C_inline(L_3, L_4, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_5 = __this->get_objectNull_18();
NullCheck(L_5);
ObjectNull_Dump_mC92599F3AD09C6B2B6ABA1DE17DA655C3EFB3021(L_5, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_6 = __this->get_objectNull_18();
NullCheck(L_6);
ObjectNull_Write_m9C3FE197DDBF658D1BDA13E31C3BB2F1B4EC019B(L_6, __this, /*hidden argument*/NULL);
__this->set_nullCount_6(0);
}
IL_004b:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItemObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItemObjectRef_mB9EC4B776701AF91042839BAA9A288F30C7D9343 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, int32_t ___idRef1, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___nameInfo0;
int32_t L_1 = ___idRef1;
__BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteAssembly(System.Type,System.String,System.Int32,System.Boolean)
IL2CPP_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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteAssembly_m7E65E787D6E845F91A81509D0ADF197EC61BEAC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
String_t* L_0 = ___assemblyString1;
if (L_0)
{
goto IL_0010;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___assemblyString1 = L_1;
}
IL_0010:
{
bool L_2 = ___isNew3;
if (!L_2)
{
goto IL_004b;
}
}
{
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_3 = __this->get_binaryAssembly_20();
if (L_3)
{
goto IL_0027;
}
}
{
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_4 = (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE *)il2cpp_codegen_object_new(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE_il2cpp_TypeInfo_var);
BinaryAssembly__ctor_m05C09656FA7EA4FE9E993F435CF110FF6B22B0CE(L_4, /*hidden argument*/NULL);
__this->set_binaryAssembly_20(L_4);
}
IL_0027:
{
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_5 = __this->get_binaryAssembly_20();
int32_t L_6 = ___assemId2;
String_t* L_7 = ___assemblyString1;
NullCheck(L_5);
BinaryAssembly_Set_m064BA83DC31EDAACF1FCFC5FD5C7CE8F8986829D(L_5, L_6, L_7, /*hidden argument*/NULL);
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_8 = __this->get_binaryAssembly_20();
NullCheck(L_8);
BinaryAssembly_Dump_m613C3077298D20882D6DAEDEB9D8B20A587B33D1(L_8, /*hidden argument*/NULL);
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_9 = __this->get_binaryAssembly_20();
NullCheck(L_9);
BinaryAssembly_Write_m24D43F19F9E55B7A1226E9C7B64A279698C20C95(L_9, __this, /*hidden argument*/NULL);
}
IL_004b:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___code0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___code0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_004d;
}
case 1:
{
goto IL_005f;
}
case 2:
{
goto IL_0071;
}
case 3:
{
goto IL_0151;
}
case 4:
{
goto IL_0125;
}
case 5:
{
goto IL_0083;
}
case 6:
{
goto IL_0095;
}
case 7:
{
goto IL_00a7;
}
case 8:
{
goto IL_00b9;
}
case 9:
{
goto IL_00cb;
}
case 10:
{
goto IL_00dd;
}
case 11:
{
goto IL_0137;
}
case 12:
{
goto IL_0144;
}
case 13:
{
goto IL_00ef;
}
case 14:
{
goto IL_0101;
}
case 15:
{
goto IL_0113;
}
}
}
{
goto IL_0151;
}
IL_004d:
{
RuntimeObject * L_1 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_3 = Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4(L_1, L_2, /*hidden argument*/NULL);
__BinaryWriter_WriteBoolean_m7253B929057F253BACCCFDE59834C58BE83CD7DE(__this, L_3, /*hidden argument*/NULL);
return;
}
IL_005f:
{
RuntimeObject * L_4 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_6 = Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A(L_4, L_5, /*hidden argument*/NULL);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(__this, L_6, /*hidden argument*/NULL);
return;
}
IL_0071:
{
RuntimeObject * L_7 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Il2CppChar L_9 = Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95(L_7, L_8, /*hidden argument*/NULL);
__BinaryWriter_WriteChar_m09B8D7FC5374A079AF5622FF00D680C37030C8EC(__this, L_9, /*hidden argument*/NULL);
return;
}
IL_0083:
{
RuntimeObject * L_10 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
double L_12 = Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651(L_10, L_11, /*hidden argument*/NULL);
__BinaryWriter_WriteDouble_mDD5C8F1FAD8F411B1125F1F10DE5B514B3CED308(__this, L_12, /*hidden argument*/NULL);
return;
}
IL_0095:
{
RuntimeObject * L_13 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_15 = Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B(L_13, L_14, /*hidden argument*/NULL);
__BinaryWriter_WriteInt16_mE98B401C573C3FBE7B0C5EEA748E9473D6FF59CC(__this, L_15, /*hidden argument*/NULL);
return;
}
IL_00a7:
{
RuntimeObject * L_16 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_18 = Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A(L_16, L_17, /*hidden argument*/NULL);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(__this, L_18, /*hidden argument*/NULL);
return;
}
IL_00b9:
{
RuntimeObject * L_19 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_21 = Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29(L_19, L_20, /*hidden argument*/NULL);
__BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D(__this, L_21, /*hidden argument*/NULL);
return;
}
IL_00cb:
{
RuntimeObject * L_22 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_23 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int8_t L_24 = Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48(L_22, L_23, /*hidden argument*/NULL);
__BinaryWriter_WriteSByte_mE9CB589144C284CC62265C1931C80683575E55BE(__this, L_24, /*hidden argument*/NULL);
return;
}
IL_00dd:
{
RuntimeObject * L_25 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_27 = Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828(L_25, L_26, /*hidden argument*/NULL);
__BinaryWriter_WriteSingle_mC45CA37ADB12C147577C4A59EBCC4444B2D44A71(__this, L_27, /*hidden argument*/NULL);
return;
}
IL_00ef:
{
RuntimeObject * L_28 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint16_t L_30 = Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89(L_28, L_29, /*hidden argument*/NULL);
__BinaryWriter_WriteUInt16_m288138DDD5513AD9473C21DE97F0B34A3B4AB533(__this, L_30, /*hidden argument*/NULL);
return;
}
IL_0101:
{
RuntimeObject * L_31 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint32_t L_33 = Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA(L_31, L_32, /*hidden argument*/NULL);
__BinaryWriter_WriteUInt32_m2C520E61BA0C3F2491E4E63AC8D35FEA536A5272(__this, L_33, /*hidden argument*/NULL);
return;
}
IL_0113:
{
RuntimeObject * L_34 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_36 = Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2(L_34, L_35, /*hidden argument*/NULL);
__BinaryWriter_WriteUInt64_mE8384E52EF8F55B5FD77D9E3398A7D7AE728A209(__this, L_36, /*hidden argument*/NULL);
return;
}
IL_0125:
{
RuntimeObject * L_37 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_38 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_39 = Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B(L_37, L_38, /*hidden argument*/NULL);
__BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017(__this, L_39, /*hidden argument*/NULL);
return;
}
IL_0137:
{
RuntimeObject * L_40 = ___value1;
__BinaryWriter_WriteTimeSpan_m5921564B49C102977DEC8DAE61E9F1FCA9177349(__this, ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_40, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return;
}
IL_0144:
{
RuntimeObject * L_41 = ___value1;
__BinaryWriter_WriteDateTime_mAE569B84DA42DAE44369FBE65BFA2CF80903A75A(__this, ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_41, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return;
}
IL_0151:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_42;
int32_t L_44 = ___code0;
int32_t L_45 = L_44;
RuntimeObject * L_46 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_45);
NullCheck(L_46);
String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_47);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_47);
String_t* L_48 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral34396285DCC00850D89DA89D254E9D577693F10B, L_43, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_49 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_49, L_48, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.LongList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList__ctor_m1989F16F481114F49A7D9A3011CA36AD6194AA40 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55(__this, 2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.LongList::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int32_t ___startingSize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_count_1(0);
__this->set_m_totalItems_2(0);
int32_t L_0 = ___startingSize0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_1 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)L_0);
__this->set_m_values_0(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.LongList::Add(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_Add_mB28919ED8AEA543FED7B1D708ABDB41726947A5D (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int64_t ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_totalItems_2();
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* 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;
}
}
{
LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1(__this, /*hidden argument*/NULL);
}
IL_0016:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_2 = __this->get_m_values_0();
int32_t L_3 = __this->get_m_totalItems_2();
V_0 = L_3;
int32_t L_4 = V_0;
__this->set_m_totalItems_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
int32_t L_5 = V_0;
int64_t L_6 = ___value0;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (int64_t)L_6);
int32_t L_7 = __this->get_m_count_1();
__this->set_m_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
return;
}
}
// System.Int32 System.Runtime.Serialization.LongList::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LongList_get_Count_m904F7D166A2D072684B93A7701FFEBB81366B3EB (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_count_1();
return L_0;
}
}
// System.Void System.Runtime.Serialization.LongList::StartEnumeration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_StartEnumeration_m4E6DDBB1951E7F29C343F0D6ECEAB0C18D7E70DE (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
__this->set_m_currentItem_3((-1));
return;
}
}
// System.Boolean System.Runtime.Serialization.LongList::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongList_MoveNext_m0E6B42DAFB2C0943AC5364A16D02478DE6AF726F (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
IL_0000:
{
int32_t L_0 = __this->get_m_currentItem_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
int32_t L_1 = V_0;
__this->set_m_currentItem_3(L_1);
int32_t L_2 = V_0;
int32_t L_3 = __this->get_m_totalItems_2();
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_002a;
}
}
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_4 = __this->get_m_values_0();
int32_t L_5 = __this->get_m_currentItem_3();
NullCheck(L_4);
int32_t L_6 = L_5;
int64_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
if ((((int64_t)L_7) == ((int64_t)(((int64_t)((int64_t)(-1)))))))
{
goto IL_0000;
}
}
IL_002a:
{
int32_t L_8 = __this->get_m_currentItem_3();
int32_t L_9 = __this->get_m_totalItems_2();
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
{
goto IL_003a;
}
}
{
return (bool)0;
}
IL_003a:
{
return (bool)1;
}
}
// System.Int64 System.Runtime.Serialization.LongList::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LongList_get_Current_m649324984B7195FAC0AB7FE8E69A876B44F8382E (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_0 = __this->get_m_values_0();
int32_t L_1 = __this->get_m_currentItem_3();
NullCheck(L_0);
int32_t L_2 = L_1;
int64_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Boolean System.Runtime.Serialization.LongList::RemoveElement(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongList_RemoveElement_mBAAA98683D9B5637E2F2625FDA6BC7F98C8B7468 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int64_t ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0013;
}
IL_0004:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_0 = __this->get_m_values_0();
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
int64_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
int64_t L_4 = ___value0;
if ((((int64_t)L_3) == ((int64_t)L_4)))
{
goto IL_001c;
}
}
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0013:
{
int32_t L_6 = V_0;
int32_t L_7 = __this->get_m_totalItems_2();
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_0004;
}
}
IL_001c:
{
int32_t L_8 = V_0;
int32_t L_9 = __this->get_m_totalItems_2();
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
{
goto IL_0027;
}
}
{
return (bool)0;
}
IL_0027:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_10 = __this->get_m_values_0();
int32_t L_11 = V_0;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int64_t)(((int64_t)((int64_t)(-1)))));
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.LongList::EnlargeArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_1 = NULL;
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* 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, LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1_RuntimeMethod_var);
}
IL_0027:
{
V_0 = ((int32_t)2147483647LL);
}
IL_002d:
{
int32_t L_5 = V_0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_6 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_7 = __this->get_m_values_0();
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* 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);
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* 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.MemberHolder::.ctor(System.Type,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberHolder__ctor_m528F1B3B1AC751B32F03D34AA99899CE3725B28D (MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * __this, Type_t * ___type0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Type_t * L_0 = ___type0;
__this->set_memberType_0(L_0);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___ctx1;
__this->set_context_1(L_1);
return;
}
}
// System.Int32 System.Runtime.Serialization.MemberHolder::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberHolder_GetHashCode_m289CCB3C107C5D9CA572ECA3D6FEBA48F3560651 (MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_memberType_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
// System.Boolean System.Runtime.Serialization.MemberHolder::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberHolder_Equals_mA6EED75BB4CB4EC189C6ED4B7179D65A512665CE (MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MemberHolder_Equals_mA6EED75BB4CB4EC189C6ED4B7179D65A512665CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if (((MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 *)IsInstClass((RuntimeObject*)L_0, MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 *)CastclassClass((RuntimeObject*)L_1, MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334_il2cpp_TypeInfo_var));
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * L_2 = V_0;
NullCheck(L_2);
Type_t * L_3 = L_2->get_memberType_0();
Type_t * L_4 = __this->get_memberType_0();
if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_0039;
}
}
{
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * L_5 = V_0;
NullCheck(L_5);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * L_6 = L_5->get_address_of_context_1();
int32_t L_7 = StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)L_6, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * L_8 = __this->get_address_of_context_1();
int32_t L_9 = StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)L_8, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)L_9))))
{
goto IL_0039;
}
}
{
return (bool)1;
}
IL_0039:
{
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.Serialization.ObjectHolder::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder__ctor_mD09C113B9970246B75AA90D463775A50522D75C0 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___objID0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___objID0;
ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1(__this, (String_t*)NULL, L_0, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL, (RuntimeObject*)NULL, (((int64_t)((int64_t)0))), (FieldInfo_t *)NULL, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::.ctor(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.ISerializationSurrogate,System.Int64,System.Reflection.FieldInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, int64_t ___objID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, RuntimeObject* ___surrogate3, int64_t ___idOfContainingObj4, FieldInfo_t * ___field5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___obj0;
__this->set_m_object_0(L_0);
int64_t L_1 = ___objID1;
__this->set_m_id_1(L_1);
__this->set_m_flags_9(0);
__this->set_m_missingElementsRemaining_2(0);
__this->set_m_missingDecendents_3(0);
__this->set_m_dependentObjects_7((LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF *)NULL);
__this->set_m_next_8((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info2;
__this->set_m_serInfo_4(L_2);
RuntimeObject* L_3 = ___surrogate3;
__this->set_m_surrogate_5(L_3);
__this->set_m_markForFixupWhenAvailable_10((bool)0);
RuntimeObject * L_4 = ___obj0;
if (!((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)IsInstClass((RuntimeObject*)L_4, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)))
{
goto IL_0061;
}
}
{
RuntimeObject * L_5 = ___obj0;
__this->set_m_typeLoad_12(((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)CastclassClass((RuntimeObject*)L_5, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)));
}
IL_0061:
{
int64_t L_6 = ___idOfContainingObj4;
if (!L_6)
{
goto IL_00a7;
}
}
{
FieldInfo_t * L_7 = ___field5;
bool L_8 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_7, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_007d;
}
}
{
FieldInfo_t * L_9 = ___field5;
NullCheck(L_9);
Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_9);
NullCheck(L_10);
bool L_11 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0081;
}
}
IL_007d:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = ___arrayIndex6;
if (!L_12)
{
goto IL_00a7;
}
}
IL_0081:
{
int64_t L_13 = ___idOfContainingObj4;
int64_t L_14 = ___objID1;
if ((!(((uint64_t)L_13) == ((uint64_t)L_14))))
{
goto IL_0096;
}
}
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4E6F2B2D93374316E84ABE79E52E8BFFF3E4F1A7, /*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, ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444_RuntimeMethod_var);
}
IL_0096:
{
int64_t L_17 = ___idOfContainingObj4;
FieldInfo_t * L_18 = ___field5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = ___arrayIndex6;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_20 = (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC *)il2cpp_codegen_object_new(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC_il2cpp_TypeInfo_var);
ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE(L_20, L_17, L_18, L_19, /*hidden argument*/NULL);
__this->set_m_valueFixup_11(L_20);
}
IL_00a7:
{
ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::.ctor(System.String,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.ISerializationSurrogate,System.Int64,System.Reflection.FieldInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, String_t* ___obj0, int64_t ___objID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, RuntimeObject* ___surrogate3, int64_t ___idOfContainingObj4, FieldInfo_t * ___field5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___obj0;
__this->set_m_object_0(L_0);
int64_t L_1 = ___objID1;
__this->set_m_id_1(L_1);
__this->set_m_flags_9(0);
__this->set_m_missingElementsRemaining_2(0);
__this->set_m_missingDecendents_3(0);
__this->set_m_dependentObjects_7((LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF *)NULL);
__this->set_m_next_8((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info2;
__this->set_m_serInfo_4(L_2);
RuntimeObject* L_3 = ___surrogate3;
__this->set_m_surrogate_5(L_3);
__this->set_m_markForFixupWhenAvailable_10((bool)0);
int64_t L_4 = ___idOfContainingObj4;
if (!L_4)
{
goto IL_0066;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ___arrayIndex6;
if (!L_5)
{
goto IL_0066;
}
}
{
int64_t L_6 = ___idOfContainingObj4;
FieldInfo_t * L_7 = ___field5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = ___arrayIndex6;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_9 = (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC *)il2cpp_codegen_object_new(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC_il2cpp_TypeInfo_var);
ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE(L_9, L_6, L_7, L_8, /*hidden argument*/NULL);
__this->set_m_valueFixup_11(L_9);
}
IL_0066:
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_10 = __this->get_m_valueFixup_11();
if (!L_10)
{
goto IL_007c;
}
}
{
int32_t L_11 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_11|(int32_t)8)));
}
IL_007c:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::IncrementDescendentFixups(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_IncrementDescendentFixups_mA93AC04751A6A605BE0BC9C3F5933C0D45D4774A (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int32_t ___amount0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingDecendents_3();
int32_t L_1 = ___amount0;
__this->set_m_missingDecendents_3(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)));
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::DecrementFixupsRemaining(System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_DecrementFixupsRemaining_m2F114685D046305C36544FAB9380611BBADF8610 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingElementsRemaining_2();
__this->set_m_missingElementsRemaining_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
bool L_1 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001e;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_2 = ___manager0;
ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27(__this, (-1), L_2, /*hidden argument*/NULL);
}
IL_001e:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::RemoveDependency(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_RemoveDependency_mB068D101C147BCF3E0EA4424175C0CD6DD1F0BCD (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___id0, const RuntimeMethod* method)
{
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = __this->get_m_dependentObjects_7();
int64_t L_1 = ___id0;
NullCheck(L_0);
LongList_RemoveElement_mBAAA98683D9B5637E2F2625FDA6BC7F98C8B7468(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::AddFixup(System.Runtime.Serialization.FixupHolder,System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_AddFixup_mAD6AAF901FE52337C44D7CF8B6BC19922DF1342E (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * ___fixup0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_AddFixup_mAD6AAF901FE52337C44D7CF8B6BC19922DF1342E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_0 = __this->get_m_missingElements_6();
if (L_0)
{
goto IL_0013;
}
}
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_1 = (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A *)il2cpp_codegen_object_new(FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A_il2cpp_TypeInfo_var);
FixupHolderList__ctor_mE6281A8930EED171198CD43F55943FB2998585CC(L_1, /*hidden argument*/NULL);
__this->set_m_missingElements_6(L_1);
}
IL_0013:
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_2 = __this->get_m_missingElements_6();
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_3 = ___fixup0;
NullCheck(L_2);
VirtActionInvoker1< FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * >::Invoke(4 /* System.Void System.Runtime.Serialization.FixupHolderList::Add(System.Runtime.Serialization.FixupHolder) */, L_2, L_3);
int32_t L_4 = __this->get_m_missingElementsRemaining_2();
__this->set_m_missingElementsRemaining_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
bool L_5 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(__this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003d;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_6 = ___manager1;
ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27(__this, 1, L_6, /*hidden argument*/NULL);
}
IL_003d:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::UpdateDescendentDependencyChain(System.Int32,System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int32_t ___amount0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method)
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_0 = NULL;
{
V_0 = __this;
}
IL_0002:
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_0 = ___manager1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_1 = V_0;
NullCheck(L_1);
int64_t L_2 = ObjectHolder_get_ContainerID_mE0BB13C98F785FCB29585868287558CB39A022AD(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_3 = ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1(L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_4 = V_0;
int32_t L_5 = ___amount0;
NullCheck(L_4);
ObjectHolder_IncrementDescendentFixups_mA93AC04751A6A605BE0BC9C3F5933C0D45D4774A(L_4, L_5, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = V_0;
NullCheck(L_6);
bool L_7 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0002;
}
}
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::AddDependency(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_AddDependency_mE072892D26BAF0441611F504021EE19814DABFC2 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___dependentObject0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_AddDependency_mE072892D26BAF0441611F504021EE19814DABFC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = __this->get_m_dependentObjects_7();
if (L_0)
{
goto IL_0013;
}
}
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_1 = (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF *)il2cpp_codegen_object_new(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF_il2cpp_TypeInfo_var);
LongList__ctor_m1989F16F481114F49A7D9A3011CA36AD6194AA40(L_1, /*hidden argument*/NULL);
__this->set_m_dependentObjects_7(L_1);
}
IL_0013:
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_2 = __this->get_m_dependentObjects_7();
int64_t L_3 = ___dependentObject0;
NullCheck(L_2);
LongList_Add_mB28919ED8AEA543FED7B1D708ABDB41726947A5D(L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::UpdateData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.ISerializationSurrogate,System.Int64,System.Reflection.FieldInfo,System.Int32[],System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, RuntimeObject* ___surrogate2, int64_t ___idOfContainer3, FieldInfo_t * ___field4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex5, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_1 = ___manager6;
ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info1;
__this->set_m_serInfo_4(L_2);
RuntimeObject* L_3 = ___surrogate2;
__this->set_m_surrogate_5(L_3);
int64_t L_4 = ___idOfContainer3;
if (!L_4)
{
goto IL_0062;
}
}
{
FieldInfo_t * L_5 = ___field4;
bool L_6 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_5, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0033;
}
}
{
FieldInfo_t * L_7 = ___field4;
NullCheck(L_7);
Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_7);
NullCheck(L_8);
bool L_9 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0037;
}
}
IL_0033:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = ___arrayIndex5;
if (!L_10)
{
goto IL_0062;
}
}
IL_0037:
{
int64_t L_11 = ___idOfContainer3;
int64_t L_12 = __this->get_m_id_1();
if ((!(((uint64_t)L_11) == ((uint64_t)L_12))))
{
goto IL_0051;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4E6F2B2D93374316E84ABE79E52E8BFFF3E4F1A7, /*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, ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1_RuntimeMethod_var);
}
IL_0051:
{
int64_t L_15 = ___idOfContainer3;
FieldInfo_t * L_16 = ___field4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = ___arrayIndex5;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_18 = (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC *)il2cpp_codegen_object_new(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC_il2cpp_TypeInfo_var);
ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE(L_18, L_15, L_16, L_17, /*hidden argument*/NULL);
__this->set_m_valueFixup_11(L_18);
}
IL_0062:
{
ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3(__this, /*hidden argument*/NULL);
bool L_19 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(__this, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_007e;
}
}
{
int32_t L_20 = __this->get_m_missingElementsRemaining_2();
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_21 = ___manager6;
ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27(__this, L_20, L_21, /*hidden argument*/NULL);
}
IL_007e:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::MarkForCompletionWhenAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_MarkForCompletionWhenAvailable_mB326E7C7256268F9B5CD53AF49E83AC9EA46B854 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
__this->set_m_markForFixupWhenAvailable_10((bool)1);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::SetFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get_m_object_0();
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var)))
{
goto IL_001b;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_1|(int32_t)1)));
}
IL_001b:
{
int32_t L_2 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-7))));
RuntimeObject* L_3 = __this->get_m_surrogate_5();
if (!L_3)
{
goto IL_0042;
}
}
{
int32_t L_4 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_4|(int32_t)4)));
goto IL_005d;
}
IL_0042:
{
RuntimeObject * L_5 = __this->get_m_object_0();
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var)))
{
goto IL_005d;
}
}
{
int32_t L_6 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_6|(int32_t)2)));
}
IL_005d:
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_7 = __this->get_m_valueFixup_11();
if (!L_7)
{
goto IL_0073;
}
}
{
int32_t L_8 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_8|(int32_t)8)));
}
IL_0073:
{
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_IsIncompleteObjectReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_IsIncompleteObjectReference(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_IsIncompleteObjectReference_m4BCF55184AB2230F0B5E6758FCD789C3CCDF421E (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0012;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_1|(int32_t)1)));
return;
}
IL_0012:
{
int32_t L_2 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-2))));
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresDelayedFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresDelayedFixup_m963B681056565723391FAED9A9F50B6519F9C9CA (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)7))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresValueTypeFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_ValueTypeFixupPerformed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_ValueTypeFixupPerformed_mBF8D77CB31CA7B6A3F4BB4BB7CD8EB34C677F3C5 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)32768))))
{
goto IL_0031;
}
}
{
RuntimeObject * L_1 = __this->get_m_object_0();
if (!L_1)
{
goto IL_002f;
}
}
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_2 = __this->get_m_dependentObjects_7();
if (!L_2)
{
goto IL_002d;
}
}
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_3 = __this->get_m_dependentObjects_7();
NullCheck(L_3);
int32_t L_4 = LongList_get_Count_m904F7D166A2D072684B93A7701FFEBB81366B3EB_inline(L_3, /*hidden argument*/NULL);
return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
}
IL_002d:
{
return (bool)1;
}
IL_002f:
{
return (bool)0;
}
IL_0031:
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_ValueTypeFixupPerformed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_ValueTypeFixupPerformed_mDB05BB7533D6843BA90BED3B255CDF77DC0FF75D (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0015;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_1|(int32_t)((int32_t)32768))));
}
IL_0015:
{
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_HasISerializable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_HasISerializable_mC8D2D7573215A1FBC882E199180589811F6D1CC7 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_HasSurrogate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CanSurrogatedObjectValueChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_m_surrogate_5();
if (!L_0)
{
goto IL_0023;
}
}
{
RuntimeObject* L_1 = __this->get_m_surrogate_5();
NullCheck(L_1);
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
bool L_5 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0023:
{
return (bool)1;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CanObjectValueChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanObjectValueChange_m87A726C30DD43D52B356528FDC5123D421C7B648 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
bool L_0 = ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
bool L_1 = ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
bool L_2 = ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F(__this, /*hidden argument*/NULL);
return L_2;
}
IL_0019:
{
return (bool)0;
}
}
// System.Int32 System.Runtime.Serialization.ObjectHolder::get_DirectlyDependentObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_DirectlyDependentObjects_m48EAF5128C57434025E116C42594469274B85956 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingElementsRemaining_2();
return L_0;
}
}
// System.Int32 System.Runtime.Serialization.ObjectHolder::get_TotalDependentObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_TotalDependentObjects_m44FFE14229ACD115115BEA715E0950E586BFBE57 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingElementsRemaining_2();
int32_t L_1 = __this->get_m_missingDecendents_3();
return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_Reachable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_reachable_13();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_Reachable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_Reachable_mFB16438A63E2826E46B4F960A87E667FF082BF65 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_reachable_13(L_0);
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_TypeLoadExceptionReachable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_TypeLoadExceptionReachable_m4FA18072BED6923D10C3E7F4EA01CF88F2939D5D (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_0 = __this->get_m_typeLoad_12();
return (bool)((!(((RuntimeObject*)(TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Runtime.Serialization.TypeLoadExceptionHolder System.Runtime.Serialization.ObjectHolder::get_TypeLoadException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ObjectHolder_get_TypeLoadException_mCA525F13C1D26F7CA141168F8A588FE0A51014A2 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_0 = __this->get_m_typeLoad_12();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_TypeLoadException(System.Runtime.Serialization.TypeLoadExceptionHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_TypeLoadException_mB667695A35EFE191C78F4BA1728F1154171CD45F (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ___value0, const RuntimeMethod* method)
{
{
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_0 = ___value0;
__this->set_m_typeLoad_12(L_0);
return;
}
}
// System.Object System.Runtime.Serialization.ObjectHolder::get_ObjectValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_object_0();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::SetObjectValue(System.Object,System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
__this->set_m_object_0(L_0);
RuntimeObject * L_1 = ___obj0;
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_2 = ___manager1;
NullCheck(L_2);
RuntimeObject * L_3 = ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764_inline(L_2, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_3))))
{
goto IL_0017;
}
}
{
__this->set_m_reachable_13((bool)1);
}
IL_0017:
{
RuntimeObject * L_4 = ___obj0;
if (!((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)IsInstClass((RuntimeObject*)L_4, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)))
{
goto IL_002b;
}
}
{
RuntimeObject * L_5 = ___obj0;
__this->set_m_typeLoad_12(((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)CastclassClass((RuntimeObject*)L_5, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)));
}
IL_002b:
{
bool L_6 = __this->get_m_markForFixupWhenAvailable_10();
if (!L_6)
{
goto IL_003b;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_7 = ___manager1;
NullCheck(L_7);
ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3(L_7, __this, (bool)1, /*hidden argument*/NULL);
}
IL_003b:
{
return;
}
}
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.ObjectHolder::get_SerializationInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = __this->get_m_serInfo_4();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_SerializationInfo(System.Runtime.Serialization.SerializationInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_SerializationInfo_m5F3BCCE0FFFFC46EE20D20B19D15734F9EF2AA8B (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___value0, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___value0;
__this->set_m_serInfo_4(L_0);
return;
}
}
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ObjectHolder::get_Surrogate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjectHolder_get_Surrogate_mF212AFFD8843047FA5EFDF30CE1F7879AA946982 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_m_surrogate_5();
return L_0;
}
}
// System.Runtime.Serialization.LongList System.Runtime.Serialization.ObjectHolder::get_DependentObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ObjectHolder_get_DependentObjects_mDFC4777887B126AAE5AA159DC6B53EA6317F2730 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = __this->get_m_dependentObjects_7();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_DependentObjects(System.Runtime.Serialization.LongList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_DependentObjects_m3D873FB6D0BBB1D45851F36052BAB41AABCD6917 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ___value0, const RuntimeMethod* method)
{
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = ___value0;
__this->set_m_dependentObjects_7(L_0);
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresSerInfoFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
if (((int32_t)((int32_t)L_0&(int32_t)4)))
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
if (((int32_t)((int32_t)L_1&(int32_t)2)))
{
goto IL_0016;
}
}
{
return (bool)0;
}
IL_0016:
{
int32_t L_2 = __this->get_m_flags_9();
return (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)16384)))) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_RequiresSerInfoFixup(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_RequiresSerInfoFixup_m4331E5585D2470E6A9E4DAAECB618870D66DB1BA (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_1|(int32_t)((int32_t)16384))));
return;
}
IL_0016:
{
int32_t L_2 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-16385))));
return;
}
}
// System.Runtime.Serialization.ValueTypeFixupInfo System.Runtime.Serialization.ObjectHolder::get_ValueFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * ObjectHolder_get_ValueFixup_m3889D9D6C49E7A3E2886C5197AEFB096CCA51369 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_0 = __this->get_m_valueFixup_11();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CompletelyFixed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_CompletelyFixed_mCB9B60E727690F4A7876465310999B608859E75C (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
bool L_0 = ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0012;
}
}
{
bool L_1 = ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Int64 System.Runtime.Serialization.ObjectHolder::get_ContainerID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ObjectHolder_get_ContainerID_mE0BB13C98F785FCB29585868287558CB39A022AD (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_0 = __this->get_m_valueFixup_11();
if (!L_0)
{
goto IL_0014;
}
}
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_1 = __this->get_m_valueFixup_11();
NullCheck(L_1);
int64_t L_2 = ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208_inline(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
return (((int64_t)((int64_t)0)));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectManager_set_TopObject_mCC3DCA7923123F42665B374460B58D4429A3693B_inline (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
__this->set_m_topObject_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_get_TopObject_m0C40528A94E0C835BBA4A4730B11E9F1CF1035C1_inline (ObjectReader_tD738F15949E2F04F375D718ADD2B3FF1D0268667 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_topObject_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TypeInformation_get_HasTypeForwardedFrom_mA3A61926B7D6D193F78BA5BD906B96B31B121099_inline (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_hasTypeForwardedFrom_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeInformation_get_AssemblyString_mD8BCA35F3DC1BE947C800DF303A0DEFA27FEF502_inline (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_assemblyString_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NameInfo_set_NIname_m3E6875566BF50F8E2DEE02AA9DCA45174F0ABBDA_inline (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_NIFullName_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeInformation_get_FullTypeName_mF1CC92558B1C98BA662C5B899F69A76531F28A54_inline (TypeInformation_t0D3CF8347F5EA65A6D5B8D6C0D0F97A96E351F17 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_fullTypeName_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * ObjectWriter_get_ObjectManager_mF2C7BB45C3244AB42D17253E9DF28CB7F8861A5C_inline (ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * __this, const RuntimeMethod* method)
{
{
SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * L_0 = __this->get_m_objectManager_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SerializationInfo_get_MemberCount_mF79476D1586072A40815637E4E3209B1FAACACEC_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_currMember_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_FullTypeName_m2FA87CB40BE1AFC52F5B38AA139DB69550F32F54_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_fullTypeName_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_AssemblyName_mF6B32EE20F3EE9F398DFCF6745B0BD1F3D547DC0_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_assemName_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsFullTypeNameSetExplicit_m35B9D2A3CF5D0B4BBA1FF6279CB8DD03D8B402CD_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isFullTypeNameSetExplicit_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_objectType_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsAssemblyNameSetExplicit_m0570C6F7088735687DE3A5FE6099B6DE2030DEB8_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isAssemblyNameSetExplicit_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___ticks0;
__this->set__ticks_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Set_mFB9A5013550F007406411052F712DD11ADC50A2C_inline (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, int32_t ___typeInformation0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___typeInformation0;
__this->set_typeInformation_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get__ticks_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E_inline (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_dateData_44();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectNull_SetNullCount_m1E655DD5E8585C2E245BFC8C4B1D34B54E23B26C_inline (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, int32_t ___nullCount0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___nullCount0;
__this->set_nullCount_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MemberReference_Set_m86A31A20EC895309DA47D5552C8B852C26B22CE6_inline (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, int32_t ___idRef0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___idRef0;
__this->set_idRef_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LongList_get_Count_m904F7D166A2D072684B93A7701FFEBB81366B3EB_inline (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_count_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764_inline (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_topObject_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208_inline (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_m_containerID_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}