changhong_newclient/xcode/Classes/Native/System4.cpp

35746 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 "icalls/System/System.Diagnostics/Stopwatch.h"
#include "mono/ThreadPool/threadpool-ms-io.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename 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, typename T3, typename T4, typename T5>
struct VirtFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct GenericVirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct GenericVirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct GenericVirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename 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>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2, 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>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, 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>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct GenericInterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct GenericInterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct GenericInterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2;
// Mono.Globalization.Unicode.SimpleCollator
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89;
// Mono.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27;
// Mono.Security.Interface.MonoTlsSettings
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF;
// System.Action`1<System.IO.Stream>
struct Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
// System.Attribute[]
struct AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Comparer
struct Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.String>[]
struct EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.String>
struct KeyCollection_t2F25BAF319A40DA5241F076B74BB90B72F16822F;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.String>
struct ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String>
struct Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F;
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>
struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>
struct Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
// System.Collections.Generic.IEnumerable`1<System.WeakReference>
struct IEnumerable_1_t46FBFDF88F87F550E64C6FBA016E11BDEEE80708;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
// System.Collections.Generic.IList`1<System.String>
struct IList_1_tFFB5515FC97391D04D5034ED7F334357FED1FAE6;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.WeakReference>
struct List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IComparer
struct IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry
struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54;
// System.Collections.Specialized.NameValueCollection
struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1;
// System.ComponentModel.AttributeCollection
struct AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE;
// System.ComponentModel.AttributeCollection/AttributeEntry[]
struct AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A;
// System.ComponentModel.BaseNumberConverter
struct BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63;
// System.ComponentModel.CancelEventArgs
struct CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D;
// System.ComponentModel.CustomTypeDescriptor
struct CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689;
// System.ComponentModel.Design.ITypeDescriptorFilterService
struct ITypeDescriptorFilterService_t7F3A790DAB15141C69DE8916436C6AAD67C7EFDA;
// System.ComponentModel.Design.Serialization.InstanceDescriptor
struct InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6;
// System.ComponentModel.EventDescriptor
struct EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222;
// System.ComponentModel.EventDescriptorCollection
struct EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37;
// System.ComponentModel.EventDescriptor[]
struct EventDescriptorU5BU5D_t813A4DE1E217CA821E8389F24AB1562B0A5458C4;
// System.ComponentModel.IComNativeDescriptorHandler
struct IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678;
// System.ComponentModel.IComponent
struct IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6;
// System.ComponentModel.ICustomTypeDescriptor
struct ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384;
// System.ComponentModel.IExtenderProvider
struct IExtenderProvider_tD515C7071D35798A56894C8829AFB46AB868CAB7;
// System.ComponentModel.IExtenderProvider[]
struct IExtenderProviderU5BU5D_t98121652302DA48EF1CB12054524D95ED4B63031;
// System.ComponentModel.ITypeDescriptorContext
struct ITypeDescriptorContext_tE299A513DA3526C32BFAC7D1FDFFC55AFB1D0CD6;
// System.ComponentModel.PropertyChangedEventArgs
struct PropertyChangedEventArgs_t90CF85B82F87D594F73F03364494C77592B11F46;
// System.ComponentModel.PropertyChangedEventHandler
struct PropertyChangedEventHandler_t617E98E1876A8EB394D2B329340CE02D21FFFC82;
// System.ComponentModel.PropertyDescriptor
struct PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D;
// System.ComponentModel.PropertyDescriptorCollection
struct PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2;
// System.ComponentModel.PropertyDescriptor[]
struct PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F;
// System.ComponentModel.ReflectTypeDescriptionProvider
struct ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675;
// System.ComponentModel.TypeConverter
struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB;
// System.ComponentModel.TypeConverter/StandardValuesCollection
struct StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3;
// System.ComponentModel.TypeDescriptionProvider
struct TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591;
// System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor
struct EmptyCustomTypeDescriptor_tDDCC5072613D7D0405BCCF3D49F3EF7B4E1E7DB8;
// System.ComponentModel.TypeDescriptor/AttributeFilterCacheItem
struct AttributeFilterCacheItem_t8E137227F1585B34CFC9BEC30C7D155203FA0D01;
// System.ComponentModel.TypeDescriptor/AttributeProvider
struct AttributeProvider_t67BCE87062C434FBC0E369F34CCB196661DABFDF;
// System.ComponentModel.TypeDescriptor/AttributeProvider/AttributeTypeDescriptor
struct AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE;
// System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider
struct ComNativeDescriptionProvider_tC63084A6A9080BAA8FB16E20E2847C18E5E3907D;
// System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider/ComNativeTypeDescriptor
struct ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D;
// System.ComponentModel.TypeDescriptor/FilterCacheItem
struct FilterCacheItem_tDA029760025F0503AD352DE639152D69CA138DA4;
// System.ComponentModel.TypeDescriptor/MemberDescriptorComparer
struct MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D;
// System.ComponentModel.TypeDescriptor/MergedTypeDescriptor
struct MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B;
// System.ComponentModel.TypeDescriptor/TypeDescriptionNode
struct TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1;
// System.ComponentModel.TypeDescriptor/TypeDescriptorComObject
struct TypeDescriptorComObject_t531EE8D60EE83A09B6539D079E837E68DC289B76;
// System.ComponentModel.TypeDescriptor/TypeDescriptorInterface
struct TypeDescriptorInterface_t872F528EF86C66103396D4D796A932A0FF88C4D7;
// System.ComponentModel.TypeListConverter
struct TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0;
// System.ComponentModel.UInt16Converter
struct UInt16Converter_t4BC0EAF1F93E418E020D9F6636F89276782C6803;
// System.ComponentModel.UInt32Converter
struct UInt32Converter_t13F2DD92CDD0CD6A0EFD9D0F45AF88B3893DCA65;
// System.ComponentModel.UInt64Converter
struct UInt64Converter_t0A91AD27C69DB74D2C09B17006EFE2F873566F6E;
// System.ComponentModel.WarningException
struct WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9;
// System.ComponentModel.WeakHashtable
struct WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF;
// System.ComponentModel.WeakHashtable/EqualityWeakReference
struct EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54;
// System.ComponentModel.WeakHashtable/WeakKeyComparer
struct WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3;
// System.ComponentModel.Win32Exception
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668;
// System.Configuration.AppSettingsReader
struct AppSettingsReader_tDB6079C12C5FEC6460DD9CFA31EFE88AB03E88F8;
// System.Configuration.ApplicationScopedSettingAttribute
struct ApplicationScopedSettingAttribute_tD5417D30A0DF5554F1827117DAAD6A8E55C560B7;
// System.Configuration.ApplicationSettingsBase
struct ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667;
// System.Configuration.ApplicationSettingsGroup
struct ApplicationSettingsGroup_t7A104D6D28C911F3441844B6C478B36DEA4A95CA;
// System.Configuration.ClientSettingsSection
struct ClientSettingsSection_t2F438B6D89D26A9F78E317DF93E56DE696BD4C81;
// System.Configuration.ConfigXmlDocument
struct ConfigXmlDocument_tB18A0B8883592F270AE2AB791F55127D15246E88;
// System.Configuration.ConfigurationElement
struct ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE;
// System.Configuration.ConfigurationException
struct ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7;
// System.Configuration.ConfigurationPropertyCollection
struct ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591;
// System.Configuration.ConfigurationSettings
struct ConfigurationSettings_t0707965C9D497A11B43E239460C5102F16E53276;
// System.Configuration.DefaultSettingValueAttribute
struct DefaultSettingValueAttribute_tFEDFEC8454D314E55B2B51272436D394F8621748;
// System.Configuration.DictionarySectionHandler
struct DictionarySectionHandler_t1D9E767C84E06ABF5188D906E8E758CCA5D80409;
// System.Configuration.IdnElement
struct IdnElement_t3AA4F4423A377C67225E1C5748EC6D674F85E3B2;
// System.Configuration.IgnoreSectionHandler
struct IgnoreSectionHandler_t9D6AAF4FE761356A3FA68211DB8818C994550DE8;
// System.Configuration.IriParsingElement
struct IriParsingElement_t1E9492B6913DA775FF3F8C6C26A21B2B30D43ABA;
// System.Configuration.LocalFileSettingsProvider
struct LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC;
// System.Configuration.NameValueFileSectionHandler
struct NameValueFileSectionHandler_t892EB7AA1FD02FC2EB9837E815A42368A44D697A;
// System.Configuration.NameValueSectionHandler
struct NameValueSectionHandler_t82823762CDC3EADAE1B685F181F322409F3925AE;
// System.Configuration.NoSettingsVersionUpgradeAttribute
struct NoSettingsVersionUpgradeAttribute_t416ED7A8EEC9D977E403104166DE0E3AE0F0B95C;
// System.Configuration.Provider.ProviderBase
struct ProviderBase_t641C8553A4C4845B0AA0FCC6F2D667ACFA1B23A5;
// System.Configuration.SchemeSettingElement
struct SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131;
// System.Configuration.SchemeSettingElementCollection
struct SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521;
// System.Configuration.SettingAttribute
struct SettingAttribute_tDBB7CE8D1D2D067F1B0489FC10E43F69288F3151;
// System.Configuration.SettingChangingEventArgs
struct SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994;
// System.Configuration.SettingChangingEventHandler
struct SettingChangingEventHandler_t10A6ADEACC897C4EB030985D51BC6A2FE02E340A;
// System.Configuration.SettingElement
struct SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7;
// System.Configuration.SettingElementCollection
struct SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B;
// System.Configuration.SettingValueElement
struct SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3;
// System.Configuration.SettingsAttributeDictionary
struct SettingsAttributeDictionary_t7DAB45F9F421E95E78F6C215FB535B05E13D57FE;
// System.Configuration.SettingsBase
struct SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940;
// System.Configuration.SettingsContext
struct SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7;
// System.Configuration.SettingsDescriptionAttribute
struct SettingsDescriptionAttribute_t18B91659AE6A85F87FE4273F5ACC4EADEB251FF2;
// System.Configuration.SettingsGroupDescriptionAttribute
struct SettingsGroupDescriptionAttribute_t58A3633C5E3831932C32A432F5A1B2F118FB4D2E;
// System.Configuration.SettingsGroupNameAttribute
struct SettingsGroupNameAttribute_tA1B548657B2E42AD1FC7BC7E1984297A2BEBBA1D;
// System.Configuration.SettingsLoadedEventArgs
struct SettingsLoadedEventArgs_t31CBDE6A72D6D6941272A06C4D2E9F4D75E438E9;
// System.Configuration.SettingsLoadedEventHandler
struct SettingsLoadedEventHandler_tAB3577F2581A26F2519B8CB38373D9E90DE291C9;
// System.Configuration.SettingsManageabilityAttribute
struct SettingsManageabilityAttribute_t09797F090189FC3C86A3CE83D2A42EF74D4C5997;
// System.Configuration.SettingsProperty
struct SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC;
// System.Configuration.SettingsPropertyCollection
struct SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98;
// System.Configuration.SettingsPropertyIsReadOnlyException
struct SettingsPropertyIsReadOnlyException_t24FFDC84E033F31267C92EDF61F1F1A29FB14887;
// System.Configuration.SettingsPropertyNotFoundException
struct SettingsPropertyNotFoundException_tC84FDA1881A0A5A631FEC0A2EBF841C0FDE8F8B5;
// System.Configuration.SettingsPropertyValue
struct SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939;
// System.Configuration.SettingsPropertyValueCollection
struct SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED;
// System.Configuration.SettingsPropertyWrongTypeException
struct SettingsPropertyWrongTypeException_t8A9E1FDAAC3F3A6B8531A90D5265856CD0B11B99;
// System.Configuration.SettingsProvider
struct SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A;
// System.Configuration.SettingsProviderAttribute
struct SettingsProviderAttribute_t73B52D67D09757CB7E8422766D72951F4A055153;
// System.Configuration.SettingsProviderCollection
struct SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5;
// System.Configuration.SettingsSavingEventHandler
struct SettingsSavingEventHandler_t51230853884472EF21DF71D3E8FC7E923C700B77;
// System.Configuration.SettingsSerializeAsAttribute
struct SettingsSerializeAsAttribute_t0CB2CD9836A216718216B64C022BCBA160B4DF83;
// System.Configuration.SingleTagSectionHandler
struct SingleTagSectionHandler_t53CFDF82BC8A9F8ACB62E1BF7DD38DB7D35A6BCC;
// System.Configuration.SpecialSettingAttribute
struct SpecialSettingAttribute_tDBFB449EBB1175957DDE8BCBD9EA4D3030A746AA;
// System.Configuration.UriSection
struct UriSection_t94CE26C38FDB27CBC307074AB5DEE3A093A8F6B1;
// System.Configuration.UserScopedSettingAttribute
struct UserScopedSettingAttribute_t5D2F62D58D31E5AE25562B8F8F688B3280C9EF42;
// System.Configuration.UserSettingsGroup
struct UserSettingsGroup_tFC197F7CB8DD58A885CF7492AB946B947B7D0EF1;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.BooleanSwitch
struct BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0;
// System.Diagnostics.DiagnosticsConfigurationHandler
struct DiagnosticsConfigurationHandler_t885EAAD2DCF9678F16E3BB296E307868ECE68239;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Diagnostics.Stopwatch
struct Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4;
// System.Diagnostics.Switch
struct Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F;
// System.Diagnostics.SwitchLevelAttribute
struct SwitchLevelAttribute_t5B9AF957556A203ACC71409CA1A08B4DE3D3EAA6;
// System.Diagnostics.TraceSwitch
struct TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.Exception
struct Exception_t;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<System.Int32>>
struct Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.IdnMapping
struct IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.Punycode
struct Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA;
// System.Globalization.SortVersion
struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.Compression.DeflateStream
struct DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE;
// System.IO.Compression.DeflateStream/ReadMethod
struct ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4;
// System.IO.Compression.DeflateStream/WriteMethod
struct WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397;
// System.IO.Compression.DeflateStreamNative
struct DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB;
// System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle
struct SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959;
// System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite
struct UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0;
// System.IO.Compression.GZipStream
struct GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588;
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IOAsyncCallback
struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547;
// System.IOAsyncResult
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD;
// System.IOSelectorJob
struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99;
// System.IServiceProvider
struct IServiceProvider_t4EDB9848587638C3988434AA46E63D9EB85005EF;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.InvariantComparer
struct InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA;
// System.Net.Authorization
struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B;
// System.Net.AutoWebProxyScriptEngine
struct AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455;
// System.Net.BasicClient
struct BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C;
// System.Net.BindIPEndPoint
struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9;
// System.Net.Cache.RequestCache
struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8;
// System.Net.Cache.RequestCacheBinding
struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724;
// System.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61;
// System.Net.Cache.RequestCacheProtocol
struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D;
// System.Net.Cache.RequestCacheValidator
struct RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41;
// System.Net.CaseInsensitiveAscii
struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B;
// System.Net.Comparer
struct Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB;
// System.Net.Configuration.AuthenticationModuleElement
struct AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80;
// System.Net.Cookie
struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90;
// System.Net.CookieContainer
struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73;
// System.Net.DigestClient
struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C;
// System.Net.HttpContinueDelegate
struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC;
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0;
// System.Net.HttpWebResponse
struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951;
// System.Net.IAuthenticationModule
struct IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30;
// System.Net.ICredentialPolicy
struct ICredentialPolicy_t09FC19BE60498729D1F75F5EC8B35166F1FDD3C7;
// System.Net.ICredentials
struct ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344;
// System.Net.IPAddress
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE;
// System.Net.IPEndPoint
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F;
// System.Net.IPHostEntry
struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D;
// System.Net.IWebProxy
struct IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E;
// System.Net.NetworkCredential
struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062;
// System.Net.NtlmClient
struct NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204;
// System.Net.ServerCertValidationCallback
struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB;
// System.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4;
// System.Net.TimerThread/Queue
struct Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643;
// System.Net.WebAsyncResult
struct WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE;
// System.Net.WebConnection
struct WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243;
// System.Net.WebConnectionStream
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC;
// System.Net.WebHeaderCollection
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304;
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8;
// System.Net.WebRequest/DesignerWebRequestCreate
struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Predicate`1<System.Object>
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
// System.Predicate`1<System.Threading.Tasks.Task>
struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.InteropServices.ExternalException
struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE;
// System.Runtime.InteropServices.SafeHandle
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383;
// System.Runtime.Remoting.Messaging.IMessage
struct IMessage_t959A000023FFE2ED91C7AF8BB68CB6482888F8EB;
// System.Runtime.Remoting.Messaging.IMessageCtrl
struct IMessageCtrl_t51110C788CCAABE4722884C5FBAF98D97E90DA3D;
// System.Runtime.Remoting.Messaging.MonoMethodMessage
struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833;
// System.Security.SecureString
struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.DecoderReplacementFallback
struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.EncoderReplacementFallback
struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.CancellationTokenSource
struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE;
// System.Threading.ContextCallback
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676;
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98;
// System.Threading.ExecutionContext
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.Tasks.StackGuard
struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9;
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.Threading.Tasks.Task/ContingentProperties
struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08;
// System.Threading.Tasks.TaskFactory
struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155;
// System.Threading.Tasks.TaskFactory`1<System.Int32>
struct TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7;
// System.Threading.Tasks.TaskScheduler
struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
// System.Threading.ThreadAbortException
struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468;
// System.Threading.Timer
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553;
// System.Threading.WaitCallback
struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC;
// System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
// System.Uri/UriInfo
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
// System.UriFormatException
struct UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// System.WeakReference
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D;
// System.WeakReference[]
struct WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648;
// System.Xml.EmptyEnumerator
struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3;
// System.Xml.Schema.IXmlSchemaInfo
struct IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1;
// System.Xml.XmlNode
struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB;
// System.Xml.XmlReader
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB;
// System.Xml.XmlTextReader
struct XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C;
// System.Xml.XmlWriter
struct XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C_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* CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_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* ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_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* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_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* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____EEAFE8C6E1AB017237567305EE925C976CDB6458_16_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00F0B04BE2DDD54416CDF6724BEAC175AA9DEB01;
IL2CPP_EXTERN_C String_t* _stringLiteral02A1DE7D81235D0F3D7F59638AB990CC581D9A3B;
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
IL2CPP_EXTERN_C String_t* _stringLiteral05BA63FF22FFFA946A6C1E3E8B9D184A5A911E55;
IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3;
IL2CPP_EXTERN_C String_t* _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E;
IL2CPP_EXTERN_C String_t* _stringLiteral0BE297B561141A6A2D82A7108DDDC36E1CC22DBA;
IL2CPP_EXTERN_C String_t* _stringLiteral0DE700C837994DEAC0F71DB131BE20824AEC05EA;
IL2CPP_EXTERN_C String_t* _stringLiteral0FC51A5C314382C855158EDA38FF5409A7E69535;
IL2CPP_EXTERN_C String_t* _stringLiteral12B2131443E6187C800986B84AA53B32E1ADCB28;
IL2CPP_EXTERN_C String_t* _stringLiteral1382875027AD2421A9833D7063B819DB401FAD94;
IL2CPP_EXTERN_C String_t* _stringLiteral138AE1291D0FDD2939737A605784ED08E78A9737;
IL2CPP_EXTERN_C String_t* _stringLiteral143E44BFE7FFA9CB39899B153BDB83E618D5F841;
IL2CPP_EXTERN_C String_t* _stringLiteral1443CEC241FC8F0E9A22F01A964EE87B171C42C6;
IL2CPP_EXTERN_C String_t* _stringLiteral162B3619A5B6D68413EDAD946D6DDFE18D6D905B;
IL2CPP_EXTERN_C String_t* _stringLiteral183286DAC61719C4FD901D84F84C9E91585B6986;
IL2CPP_EXTERN_C String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25;
IL2CPP_EXTERN_C String_t* _stringLiteral1A54038B0AA8D7F2DA83479B361076A9F2836D51;
IL2CPP_EXTERN_C String_t* _stringLiteral1AFEFDAD8F394C65ED6D000A865D699A38489C6F;
IL2CPP_EXTERN_C String_t* _stringLiteral1C1B3D6FF94B2A59F3278B9591692B9DE73EE437;
IL2CPP_EXTERN_C String_t* _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F;
IL2CPP_EXTERN_C String_t* _stringLiteral1E3210AAC5A12A7D539A355ABFDC49D749AF3849;
IL2CPP_EXTERN_C String_t* _stringLiteral1E32CE9F371DB7B4CE775952DD410C8838B54F35;
IL2CPP_EXTERN_C String_t* _stringLiteral1E591794DE2646B62ACB030C04B0F93927302891;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
IL2CPP_EXTERN_C String_t* _stringLiteral2051DA5902A321BE45FD27292CD8E8397E1CBC8A;
IL2CPP_EXTERN_C String_t* _stringLiteral206975CE40BF2190E1EBE832CBFB91DBAEB66EB0;
IL2CPP_EXTERN_C String_t* _stringLiteral21B53B1F02559D44A4E57D2971766159EBF6282F;
IL2CPP_EXTERN_C String_t* _stringLiteral24DEE1AC4BAA7C3BE84AE093001E114B0AABD710;
IL2CPP_EXTERN_C String_t* _stringLiteral25B6294BE206F89D782E1DECFE2B11C7BCF92979;
IL2CPP_EXTERN_C String_t* _stringLiteral2714E2E8F691F27D70F0F8DAF169B575BB51BB10;
IL2CPP_EXTERN_C String_t* _stringLiteral2749AD9B5C66B69071CBC7465E913B18000BE671;
IL2CPP_EXTERN_C String_t* _stringLiteral27EB8C3971A7ABA72522E262E857F45387A73544;
IL2CPP_EXTERN_C String_t* _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A;
IL2CPP_EXTERN_C String_t* _stringLiteral2986A51D253E6221052722AAB2EFBC181246B417;
IL2CPP_EXTERN_C String_t* _stringLiteral2D21C9BFEF23327E8608E29D3F6008951F788E42;
IL2CPP_EXTERN_C String_t* _stringLiteral2E4466EF93355FCC8CF4F5C7A5CB223090BB352B;
IL2CPP_EXTERN_C String_t* _stringLiteral2E8D21C998F75805B9367B60DD8A3B85620ACACC;
IL2CPP_EXTERN_C String_t* _stringLiteral2E98A4ED23C4C749F9FC8167CD3BDE6181CD3DDB;
IL2CPP_EXTERN_C String_t* _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
IL2CPP_EXTERN_C String_t* _stringLiteral310BB6BA9118A5AE4CDF6A127D791325B95AFC7F;
IL2CPP_EXTERN_C String_t* _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50;
IL2CPP_EXTERN_C String_t* _stringLiteral335C4C1E2F05B5297A56769D8DE75AD9C4874CD3;
IL2CPP_EXTERN_C String_t* _stringLiteral36CA0BFCBC1963A66664AE75C501AF9D8B728C7C;
IL2CPP_EXTERN_C String_t* _stringLiteral389AADC179870858E615E7F86494CF9F12A7BC2B;
IL2CPP_EXTERN_C String_t* _stringLiteral38CF85963BD4C46FE562DAD9987D761639120DFC;
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
IL2CPP_EXTERN_C String_t* _stringLiteral3BEAE53F6712B7D394747CBA061465E3234815F3;
IL2CPP_EXTERN_C String_t* _stringLiteral3C6B183D348F955357B33A3FBA45083E98AB8125;
IL2CPP_EXTERN_C String_t* _stringLiteral3C7ECD7A063AD7AE0D2B9AB87B11F63CCC96C8F7;
IL2CPP_EXTERN_C String_t* _stringLiteral3D24273BE458535CEFB4BAB63B3547DA87C24AA4;
IL2CPP_EXTERN_C String_t* _stringLiteral3E5093C51691F5F09D01B272E203376795391CF1;
IL2CPP_EXTERN_C String_t* _stringLiteral3E62E9B46156D196C1AAC718944419216D75E346;
IL2CPP_EXTERN_C String_t* _stringLiteral3E66AEB02C4E4C2A2B3A431EBF1731473D567D14;
IL2CPP_EXTERN_C String_t* _stringLiteral3EFF1DD36111D056EF224CB39F6D07C7EBACC05C;
IL2CPP_EXTERN_C String_t* _stringLiteral3FF5F085A157B60CB28DBA0860F39CD3E12B11E1;
IL2CPP_EXTERN_C String_t* _stringLiteral403658E687068FB4134ECC254ECAF3136CDC3FE6;
IL2CPP_EXTERN_C String_t* _stringLiteral4091FC8C86D49636BCFA1F50F31C77CFA32263AF;
IL2CPP_EXTERN_C String_t* _stringLiteral42A8F651D79FD005EEAC0612DF6442B983A01184;
IL2CPP_EXTERN_C String_t* _stringLiteral42D7307C56A3147C3F9B4B8A6CB6810CBDF8B65D;
IL2CPP_EXTERN_C String_t* _stringLiteral46751B390D92C344617E7490A91616F7DAE87A4D;
IL2CPP_EXTERN_C String_t* _stringLiteral46C08613317C97DBB3017F710E4CE7C132854E87;
IL2CPP_EXTERN_C String_t* _stringLiteral497DA240B99C0C1C3CD67AFDEED37F94AD9AE2D8;
IL2CPP_EXTERN_C String_t* _stringLiteral4AC5B82C2DA6F96723218DFF7504C664E1F80881;
IL2CPP_EXTERN_C String_t* _stringLiteral4B18788F48677270728E3FB0B877653E093AA09E;
IL2CPP_EXTERN_C String_t* _stringLiteral4E4A483ED626825D63C2302304176521EFF9ECBD;
IL2CPP_EXTERN_C String_t* _stringLiteral4F4E2E165630EEF5C6A1AE8670F28F4DDB7A7949;
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
IL2CPP_EXTERN_C String_t* _stringLiteral52C871EA22DADA6554A1363EE61F9567C44EFD80;
IL2CPP_EXTERN_C String_t* _stringLiteral532041BFE7809558509909668AB1E9ACD74F3380;
IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
IL2CPP_EXTERN_C String_t* _stringLiteral53CCE0631F5BA4546493E150CC5EF970434EEF7F;
IL2CPP_EXTERN_C String_t* _stringLiteral5480F96B6833A4CB8F0AEF4EEA9FB153DB5B842E;
IL2CPP_EXTERN_C String_t* _stringLiteral5567A4280B56B93887A3411B9BA889553B427D9C;
IL2CPP_EXTERN_C String_t* _stringLiteral5768A067F71F301CCE9ED7360D139F45BA6D4727;
IL2CPP_EXTERN_C String_t* _stringLiteral5798F18876C067AB053B1D0EB12BDAED73FA0392;
IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
IL2CPP_EXTERN_C String_t* _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F;
IL2CPP_EXTERN_C String_t* _stringLiteral5C96F9E08C71D3D17CA63CB49B810BC60238D399;
IL2CPP_EXTERN_C String_t* _stringLiteral5F6C62FD921546F22A503EC993323335977C5BA0;
IL2CPP_EXTERN_C String_t* _stringLiteral6019AA352C36BF78F73A83E660E2DA74F2E4C2CE;
IL2CPP_EXTERN_C String_t* _stringLiteral603C063F0A9F2922CA12D357A484E790CD9035BC;
IL2CPP_EXTERN_C String_t* _stringLiteral60C04606224708CFBFEF6AC5E778E815A3740AE8;
IL2CPP_EXTERN_C String_t* _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD;
IL2CPP_EXTERN_C String_t* _stringLiteral62C6526007299CA03F778B5B7CE0D726354CAE0D;
IL2CPP_EXTERN_C String_t* _stringLiteral63D3C5CDB8796B255DDB829AB1BAEE8CD898BC1F;
IL2CPP_EXTERN_C String_t* _stringLiteral64343A83AD8C0B8E2789C32CA5AB1EB6ABB614E0;
IL2CPP_EXTERN_C String_t* _stringLiteral65E574DF4C26A5034E26490200EF9040B9AD3A26;
IL2CPP_EXTERN_C String_t* _stringLiteral66613814024EB80FC065BCD43B8BF07ED9297053;
IL2CPP_EXTERN_C String_t* _stringLiteral677789471BFC26B9BAA2DCB7BDC1E90F13C9BEAC;
IL2CPP_EXTERN_C String_t* _stringLiteral6BF991E7854ED942E57F7A8AE958526D710E4851;
IL2CPP_EXTERN_C String_t* _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D;
IL2CPP_EXTERN_C String_t* _stringLiteral701DF7684DBD9D56FD9124002994696024429442;
IL2CPP_EXTERN_C String_t* _stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0;
IL2CPP_EXTERN_C String_t* _stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA;
IL2CPP_EXTERN_C String_t* _stringLiteral789969EAF7D10D212A03811AC374BB7B7921E3D2;
IL2CPP_EXTERN_C String_t* _stringLiteral7A15E3C35643EC9CE81F0D068C0058ED00FE6913;
IL2CPP_EXTERN_C String_t* _stringLiteral7AF8775D5B30FBB6D0F7780504AD9948D7D302AF;
IL2CPP_EXTERN_C String_t* _stringLiteral7C1881B48BC394F86F2C5B88C9C0D564876D2822;
IL2CPP_EXTERN_C String_t* _stringLiteral7C936D7C5A91DCA9198671C84F6C29001E1635E0;
IL2CPP_EXTERN_C String_t* _stringLiteral7D8C0F713241893544D6B281037E9209E24B3C3B;
IL2CPP_EXTERN_C String_t* _stringLiteral7D9B4FAC07BFCAAA0E413BDE05E8E61039C6F7A3;
IL2CPP_EXTERN_C String_t* _stringLiteral7DF115C7517A2274DDEA5B68BAC5337B387D957F;
IL2CPP_EXTERN_C String_t* _stringLiteral8004417B5F89CE52D6415C773647383F0A9302FF;
IL2CPP_EXTERN_C String_t* _stringLiteral81E6C84235179BEF6A424ADE0379CDB4A2F8F2B6;
IL2CPP_EXTERN_C String_t* _stringLiteral82C0BA96A31201E9EF8836E86225C3353C57F0EA;
IL2CPP_EXTERN_C String_t* _stringLiteral84F802341A80D8821928A6BF042018F28F6BD6BC;
IL2CPP_EXTERN_C String_t* _stringLiteral8697064C54272EC190E9B70FFF08FEAF084EC16D;
IL2CPP_EXTERN_C String_t* _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928;
IL2CPP_EXTERN_C String_t* _stringLiteral8A87B64CAE5A39A0265ADA62F19E089C25FA123C;
IL2CPP_EXTERN_C String_t* _stringLiteral8C906D9E0E2439238B3263E087AEE3D98FA86DEA;
IL2CPP_EXTERN_C String_t* _stringLiteral8D5280EE3B031DC560AA00396A9D537BC0401F97;
IL2CPP_EXTERN_C String_t* _stringLiteral8D87BE91452AF30ABCE041C075C797BDD216F3FA;
IL2CPP_EXTERN_C String_t* _stringLiteral902E1C9C702765BFD051F2EA2095144DF20BEFF3;
IL2CPP_EXTERN_C String_t* _stringLiteral906E86556DAA261FF5DABB90A37D2280B3901D37;
IL2CPP_EXTERN_C String_t* _stringLiteral9370B2A9A4016E2EAC0B29188FD6198E7257FCBE;
IL2CPP_EXTERN_C String_t* _stringLiteral94195DF0921914B5E59813F0CF42420D7DEA99E7;
IL2CPP_EXTERN_C String_t* _stringLiteral9649AD78D66FC282E7E49B63BEB51E52744030AC;
IL2CPP_EXTERN_C String_t* _stringLiteral96F7E671B1E48DA4A2700769F8225126847B97CF;
IL2CPP_EXTERN_C String_t* _stringLiteral9929BD76BB6A479BD748D213279338B8145D9D00;
IL2CPP_EXTERN_C String_t* _stringLiteral99C4DCF51C29E206ACBB65FCF35F5D50C53AF35C;
IL2CPP_EXTERN_C String_t* _stringLiteral9E01CD1E57B5FB9518EDB5C7E1B5764815B87DE1;
IL2CPP_EXTERN_C String_t* _stringLiteralA1F04E6EFD522730470A7511DBE3EBF9FD0108A4;
IL2CPP_EXTERN_C String_t* _stringLiteralA2CB223BA71CF84EDC9D437478B9F75A951A86DB;
IL2CPP_EXTERN_C String_t* _stringLiteralA2DAD54D8BCE08503C34ABC283C6FE74BD2E9FFC;
IL2CPP_EXTERN_C String_t* _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
IL2CPP_EXTERN_C String_t* _stringLiteralA5A7E131A5CB8762553101BDA765297974113FA2;
IL2CPP_EXTERN_C String_t* _stringLiteralA5B40FBDEF80156114E062A34FA25675588A0524;
IL2CPP_EXTERN_C String_t* _stringLiteralA9AC5297B2F804CDAFA5D88F5E271E340BA5CF37;
IL2CPP_EXTERN_C String_t* _stringLiteralAA2C96DACF00C451EF465F6115A45A20BCCF1256;
IL2CPP_EXTERN_C String_t* _stringLiteralABA442733B6BE4C5CDA42A8593EAF3BC048FBE18;
IL2CPP_EXTERN_C String_t* _stringLiteralAF1014AF32F4AF33B1AFD212C2C9D95188BD0C29;
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
IL2CPP_EXTERN_C String_t* _stringLiteralB6626668E946B2FCA2D584066AFC78B1C792C6E4;
IL2CPP_EXTERN_C String_t* _stringLiteralB81ACAA21AE2689401AFD1AF79138ED5CB275C58;
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
IL2CPP_EXTERN_C String_t* _stringLiteralBA195D654D6092A3E9DA8DDD541DD8C15779615B;
IL2CPP_EXTERN_C String_t* _stringLiteralBB064B23223DFF9B805313CDAFC355ACC64F1642;
IL2CPP_EXTERN_C String_t* _stringLiteralBB1826EE4D8EF405A91381FAED170939609CF604;
IL2CPP_EXTERN_C String_t* _stringLiteralBB94D38BBC3E55D3BB9ED775E3926427237C5BB4;
IL2CPP_EXTERN_C String_t* _stringLiteralBDB82E3AC7750DEFC34C5182BAFD1520C70F6BA0;
IL2CPP_EXTERN_C String_t* _stringLiteralBEBD2907CA9295D99796EA50EE317A1FC881504C;
IL2CPP_EXTERN_C String_t* _stringLiteralBF399D891C479024714F066225B388058E8B6849;
IL2CPP_EXTERN_C String_t* _stringLiteralC3BEC6BCBC9B9F04E60FCB1D9C9C1A37F3E12E93;
IL2CPP_EXTERN_C String_t* _stringLiteralC8452B0C049E050B8A8D8E298315154B410BB14F;
IL2CPP_EXTERN_C String_t* _stringLiteralCA7F24EC5324B94DAA87C00735D4E1F2B19E035E;
IL2CPP_EXTERN_C String_t* _stringLiteralCA827528D6904965FCEBBBCAD976A987F5F845B3;
IL2CPP_EXTERN_C String_t* _stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1;
IL2CPP_EXTERN_C String_t* _stringLiteralCDB100EC27456EEE1BC5B8D252DC239C8D478DAB;
IL2CPP_EXTERN_C String_t* _stringLiteralCFE2562AB6327C20761CA6C5FC56D6DA277279E9;
IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD2AD511C8E3470443090EE15D44BB5849824FB7A;
IL2CPP_EXTERN_C String_t* _stringLiteralD34A1412DD6535CEABE7960D72728113A96B875C;
IL2CPP_EXTERN_C String_t* _stringLiteralD506BD5213C46BD49E16C634754AD70113408252;
IL2CPP_EXTERN_C String_t* _stringLiteralD6829BEAA0331951621D5601098DC271C792014A;
IL2CPP_EXTERN_C String_t* _stringLiteralD802D232A85B790C06A7F0815C75D27016580682;
IL2CPP_EXTERN_C String_t* _stringLiteralD82B06ADF1A876D702B6A3905D8D56B51827E40E;
IL2CPP_EXTERN_C String_t* _stringLiteralD87CDC078CB88C11234C3F55C5D37B9805C7E3C7;
IL2CPP_EXTERN_C String_t* _stringLiteralD897BF481C6D3038F32CD50B3A8B5F6CF56B6348;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDE36C4365F53A75F4F2CE6CC742B8EDA0EE14E5D;
IL2CPP_EXTERN_C String_t* _stringLiteralDFD6DF0631E85C741695FD36D45900F792B48FFD;
IL2CPP_EXTERN_C String_t* _stringLiteralE0756C6ADA071055D4166C5D4CCD1E3F3F03D150;
IL2CPP_EXTERN_C String_t* _stringLiteralE31A30F4BF98EB850A9819DC3447D918FC18090C;
IL2CPP_EXTERN_C String_t* _stringLiteralE3F959C681BFAE1A38F2CC644ABE3A9F51F25000;
IL2CPP_EXTERN_C String_t* _stringLiteralE462BF1A8BF1155E522ABAE519222876450BA43D;
IL2CPP_EXTERN_C String_t* _stringLiteralE5FD9AA24C9417E7332E6F25936AE2A6EC8F1524;
IL2CPP_EXTERN_C String_t* _stringLiteralE60557A7E9CC6FEAF2F8FC5499C450D6D82D6923;
IL2CPP_EXTERN_C String_t* _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE9A049DD51F6F6165F82600419D9408A49973EBC;
IL2CPP_EXTERN_C String_t* _stringLiteralEA702382708DA683ABF93965F8A5B28FEA3E28DE;
IL2CPP_EXTERN_C String_t* _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122;
IL2CPP_EXTERN_C String_t* _stringLiteralEB3A4B5CCA54F76C5610D00E036890D02D084AA6;
IL2CPP_EXTERN_C String_t* _stringLiteralEBF4DF063AA788A23C3FE2ADCA2B6C0525339B9A;
IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF5F3C7170FE5CED284547289C97FCF640CC3F7BB;
IL2CPP_EXTERN_C String_t* _stringLiteralF6F646066BDF4B1EC66764F189EA43F9555404F9;
IL2CPP_EXTERN_C String_t* _stringLiteralF708D88AFD78292E96A07D5E880E7275E2C367D7;
IL2CPP_EXTERN_C String_t* _stringLiteralF8A984849A4EAB9B84E59C9F56576501E362F093;
IL2CPP_EXTERN_C String_t* _stringLiteralF8D3E8E47EDE7D1E1D63B90ADAC4163F137F5FBD;
IL2CPP_EXTERN_C String_t* _stringLiteralFACD4C2D5BDCE52A545593E87469A809AC0E1231;
IL2CPP_EXTERN_C String_t* _stringLiteralFBD638320493F35A0D0672A1D87CDDFCCFB9BADD;
IL2CPP_EXTERN_C String_t* _stringLiteralFE7B8C6038A1A74D80BFF5F23FB9B41209B3A58B;
IL2CPP_EXTERN_C String_t* _stringLiteralFE9E842AF635D16DD275052DCDD193BAB8E745FC;
IL2CPP_EXTERN_C String_t* _stringLiteralFF29395A7A1A8881F7149A9507B91A51D420AC0A;
IL2CPP_EXTERN_C String_t* _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151;
IL2CPP_EXTERN_C const RuntimeMethod* AppSettingsReader_GetValue_m1FCE73DF66BB8C7511482F3BC1F8C9837F3E1059_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AppSettingsReader__ctor_mD64EBD664D3193498119FA468F7E6016EE48BDFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_GetPreviousVersion_mF1E932354B065FCCEED0058512ED5890FCCC1BF1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_OnPropertyChanged_mDA0245C9C3E0404C22340253372E7044D3E11DA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_OnSettingChanging_m00DE9DD45AF7CDAFEF6D466547B5664429FD5769_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_OnSettingsLoaded_m2D91042FD0B9F2F4CB5B7BB7C1AC3639DC502E7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_OnSettingsSaving_m3656B393C750A27098563D0E26FF196C01190751_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_Reload_mC2B6631581C98D56BCD54685CE0ECD0F23DCD6F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_Reset_mC53007F432633F94F9FF26495F05F99C57F7147B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_Save_m6CE15BF0D37643B5FCFD358D054E309283EF73E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_Upgrade_m6806E6C81C3B7B351BFB712ACB427C7F5DE0E97F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase__ctor_m206AB45BC358BE585749CD16AEA5798DEE7CF695_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase__ctor_m823580BBB2045EAF36004B2B09A6C43D2D77C273_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase__ctor_mDAB5640FE2BBA1A394E13D5EAABC91175F840631_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase__ctor_mDE5CCA15484275C005611BB4E21A1477C1E0F3BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_add_PropertyChanged_m8D725BC2F7123373B36E0D8B7AE89388123B5B3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_add_SettingChanging_m568400A439D823F3DC23F516C30956F41304DEAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_add_SettingsLoaded_m38921FB36E33E4504292C28E1791C7C60B98A2E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_add_SettingsSaving_mDCE81760BA915C110EAA4A32EC672F5337DF5BAC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_Context_mD003F78257FA76CBD657CAE52E6F35BED594FA66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_Item_mCE339023C91579CEFA1A7E53CA1E15B141760E59_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_Properties_m6062E3C51096C053C997C448CDA61119C3826EA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_PropertyValues_m9E1DE1D95C570995F75C270FC36D53B78EA58336_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_Providers_mFC1F77B830B2A4A0B070D4C3126E41DF1D4692E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_SettingsKey_mB1A03477BB72043F8D07500BB83FCCD90CC51C21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_remove_PropertyChanged_m7EA2D4AB5C4BFF1DBF128B81DFA19DF2AC6E58AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_remove_SettingChanging_m11F5CE333430EF67C70B70F9FF7C80EB9E064590_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_remove_SettingsLoaded_m788AA5A85219365B7091DA01A1892F488AC85E17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_remove_SettingsSaving_m06B29C500147CD20D435B4E0D300696232BCB9AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_set_Item_mB8718322A3A7A262908C175D5254C47C36AC3ECC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_set_SettingsKey_m403FC47F37110D339AAE9E06F6F6D87A9520F145_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsGroup__ctor_mC2DAEA83BA2464F7D52059BF4E69A639036B5215_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement__ctor_m13007E9FC65203D239D14B7ED8CF42D3B068CD5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement__ctor_m5F99DE8C32AF19F11046DF77F6EC74799EB80F39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement_get_Properties_m14AD14666A3F7E8FF4F6A5402CFCD446FDE7EF74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement_get_Type_m3B52655D6D8486EC9D20FC4BB3738E809022D28D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement_set_Type_mDEAEB2A8E5FAE9CCF4BED2E4939985C21F578C7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClientSettingsSection__ctor_m17E00DE7B154DF9A7D609E8DA62A40037716CFA6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClientSettingsSection_get_Properties_mC3D2ABD34D3553AE46EFADD25B1037669F858F60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClientSettingsSection_get_Settings_m20FFE85BB394ED0DEA22B272065E78A4EED1B1AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ComNativeDescriptionProvider_GetTypeDescriptor_mF1301F5B79E73CABBEC1CF991639E67D4B898E46_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_LoadSingleElement_m649933ACC4292989E5B442F4EB72AD8902101B5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_m5BD9BD4AA416C1E0AC041BFACE8E3F34B2181855_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m8E1EA52BE614EBBCB32D9137F811BD3A3D914D1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument__ctor_m5A8791EDE9C0098BA57CA637AEC220BF9D2FAECC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_get_Filename_m2FBF3DBFCE0EE16322464417544A51BE56AC9B92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_get_LineNumber_m646CD32E96CDF3A035AE09C6403B76A9A8CA9709_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_GetXmlNodeFilename_mBFE52F56A830B960C8EEA2D49259784EC1B807F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_GetXmlNodeLineNumber_mA65A7A41B9BA4242AB7C91445BBEDD5DFA868F05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m27F897E9F76E911777D253FDE3F954C6B7D295B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m3F11BCB14029354D1871451B1BFFD30A164242CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m463EDF3C785E1534182AF21538F0462C167F738A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m53DE14359D2FD6D51B7F3565F71ECFF656D02220_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m5C61155F96B722F9AF3DBC3302F96797B83FC187_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m9847E40D25D7196EFE3FDD021E84784486E83A8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m992552F7A4320078CD0EA37AE1631E4AD096CF62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_mB57ABDF568731121059BBACC3AB795C5B9ADD4D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_get_BareMessage_m407B4778AF26242ADE1CD9DB9780E44264372D57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_get_Filename_m5F9A8A428C71864082512DA7BB0D0D87F6D57FD1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_get_Line_mB4A381418C49DBEAE9072F965077A13F41A885E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSettings_GetConfig_m060651F719540AA0065B8A5BE6A1AC2C4BAD13BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSettings__ctor_m07678822B4D533A5483E7516733767EFD8F2C815_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSettings_get_AppSettings_m9D0D8F1730B120246AE9C5F55834137F475FCA85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m5D43CCB75E8BBD373FFEFDA99B6B37FA300AD884_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m91CEE12D87F75538C0B99BA82D7C0AFE8B670D55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m64A8A46A22725FD8BC8DE809966CB860B17D1143_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mF6A776BFECC0FC3642D5557E136B8D79EAD7F37A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mAEAB33B88BA45952CD04F3C3B2901997A7C17035_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultSettingValueAttribute_get_Value_m6534ECDE0CBDAB6767231AC633349E41ED9DD54F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m046387DF4AF6D4272E79CCBFA30F12CD98B68475_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0EC92A5859516DD6DF83776057C9058F5AA8BAB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m3E1B70BE228C493EFE28B4113386B6E458711885_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mBBB5F91194AD6416D9304680E2FADE81A0E45003_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD52D6FEDD198A4C2E7E2EA5B3FA7F9312D48C612_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_SetLength_m5A64BAFC49D03428D4544E4EDEC16E156624CE5E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DictionarySectionHandler_Create_mAE5631137494F60D637ACFF7A365D617EE72AC98_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DictionarySectionHandler__ctor_mB2FAC924BE156A10653A629D98E5699696B8BE7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DictionarySectionHandler_get_KeyAttributeName_mFB04EC12EF00169482F7A8FD8DC3D23EA274338F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DictionarySectionHandler_get_ValueAttributeName_m213C90BFC1F34E9F9FDB307DD6AE063E760B65B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m581BE284F430A27B34743D8438ADB091C70000FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6C6B59C12BD62E890CCF5AF0366E3DA0F29ADE6C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_SetLength_mB9B1AC840092A7A6BEEA92CB44231E29EEEA3B78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IdnElement__ctor_m8B5829BA5123024263C21E265A7AD1C51F789BAC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IdnElement_get_Enabled_m0937D8CD557B7C992FA4E8B5E524C4C09313C199_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IdnElement_get_Properties_mE4921D6BD432E61250D2DDD7B76E62CA17EE2261_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IdnElement_set_Enabled_mDEDC15295916E8DDCC7F1FDAE4CF050BAF860832_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSectionHandler_Create_m16BF78B33BE7DA5453989E7DCB5CD50FDF933002_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSectionHandler__ctor_m52647064069409183DD794F5628653415B89B5A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IriParsingElement__ctor_m53AAE7B05465A78BA2EB1E8EF7D44F4A4E0BD7AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IriParsingElement_get_Enabled_m0901B9D33FD0985A106E8C01C7A007262B724D2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IriParsingElement_get_Properties_m5640EA59BDC39903FBBBDD9A8460C4A7D4FA3890_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IriParsingElement_set_Enabled_m7DB96165A8E30A61C809AF4DEBD04F4D0FF2507E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mA0DF5DADE8026E7527BCB6FC2F37519D22ED4037_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB0B548256D553D73A7187766AC67DDBCF8E38222_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m9D1555D33237C7E94A8603E975750950D2A3858D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_TrimExcess_m9C5878ECC42D56266E33D3A6B2853EBE68D9DE2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m13455A354CC7CA1E12EF0474A3E70FFAB17F1581_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9E2DF172FD77A68A6FEB3313D641B2434776087E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m713FA597147ACC832ED25C9094BE2DD048DEAC7F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider_GetPreviousVersion_m6E978C2076E78DE4F6B35B1B44FABE61998EE497_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider_GetPropertyValues_m87C11DA3990E35ECAA93B12B6C115FDD81E7AD9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider_Initialize_m1BDAD1196E3B703FBC2636BF4F6E61FBCC2EED41_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider_Reset_mC3F09D87465D73DFA7A743448C32C66AE78C85DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider_SetPropertyValues_mD08A07722209715A1E09D13FCAC818EDCC061D6C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider_Upgrade_mA00368862791023C1CB52295C2A75DE263EA5A2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider__ctor_m525265051D15A3BE412E0438956B1B918F0F84BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider_get_ApplicationName_mD5DE139A163352CBA90B6887A241F178F527FC63_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LocalFileSettingsProvider_set_ApplicationName_m67C7FD8717BBB0F480A1C57732B011331732723B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m675181A242011A51DEA804FEFF957B160C165D6C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameValueFileSectionHandler_Create_m86B58204CA733220D62ED127A711E289B1099C7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameValueFileSectionHandler__ctor_m79A507F08D53B683FED144C137FFB08C155F17EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameValueSectionHandler_Create_m17A8A7CC43B8F8D477D7FFF6711192CC4B5BB88E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameValueSectionHandler__ctor_m47E887BB519D96C29ED77A6EAFEEA52E2A50EB2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameValueSectionHandler_get_KeyAttributeName_m6A5EEE72EBEDC09642CB3BEA229ADB965591BD27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameValueSectionHandler_get_ValueAttributeName_mD967482D538A1A13C8598EAA755194876827DF11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_CreateNewElement_m57E23D64D31256198C2623138C0DE39A6C8170B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_GetElementKey_mDB4505D2B448912454CB089694E72721FBC41BC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_IndexOf_m99D6527ACBBB8EC5E9EBDAF7AD83087789A3BA31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection__ctor_m46B448E0D713A72217EB4EB5AD3B2C2F32433A86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_get_CollectionType_m349979E0051ECDBDA9D4DA39674AC240BDFD3E33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_get_Item_m59827948EAE0602BFFAC166EB66AF022306210B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_get_Item_mE5424884B0B6FB82C2A0631DC694C53391E53C0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElement__ctor_m913D84A376E89DE0C4C801B92AE9AA9A4A92B7CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElement_get_GenericUriParserOptions_m82E2E69608BF140C2958B6B649F623F5B49FAEE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElement_get_Name_mB64E36BFA90E35F8F7912DCD13866F6551C31DBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElement_get_Properties_m8D82CE2C817674D84C6CA229684671E1327409DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs__ctor_m2655044BD27F044838A9C4EFCCB21A7F094DFDC2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs_get_NewValue_m2900FDF3B523C1A6162DB680D2BF70AA81C1845B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs_get_SettingClass_m8FD14C323ADEE7248D6DE70CEDC568EC7F39FFAE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs_get_SettingKey_m35D21404BEA8B37F34FE28125DE8E499CF4074ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs_get_SettingName_m403FB4AE44E39E7DAAD2A952877A00620A56D534_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventHandler_BeginInvoke_mF10D0FB27380E547FB329FA555940D03CE444F26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventHandler_EndInvoke_m640F033B8E4161CB78EB5D224F026A74A9C1A965_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventHandler_Invoke_m22FA36DDDBB06CFE555536174CA7251B32B0888A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventHandler__ctor_m4898B0FA994955766030B00807240A971820AABA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_Add_m01CD30F453386AAF69FC7B0BEAF69E1D4DF06926_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_Clear_m44C8D48439CB63A9E27C1F189E2AB824703FEAD5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_CreateNewElement_m0A8E447BA527A26922209C96D13C2B77755D8F0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_GetElementKey_mB362A8A8B476667BA249B2AA7B8AB6835DD2B5DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_Get_m51E5EF1F55487E845BB7872F4E0C9CB9EE3ECACD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_Remove_mFD9ECA78CB0E616356538BFE2813301DD3072B56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection__ctor_mAFBAF1EB03CBB31F0994AA12A178238A9F2068FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_get_CollectionType_m94E99DE3C7A18B572F3BE40BD1EA0633AFCC3173_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_get_ElementName_mC5A65C8BF012BA2BE39B8738049EC5CC6BD845A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement__ctor_m2DA6B1AA5D02C4C4A23C27C0E5CCB7E92349231E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement__ctor_m379328940D95F466EBF0468B7BF522238A30FF2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_get_Name_m93A51FCA8C2299471D3C46E7C6958D19C088AC19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_get_Properties_m85576CC30E15A29CA32A193C29227424DED7451A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_get_SerializeAs_mE444AEA720E158035698C095C6B4BA89B134E997_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_get_Value_m34BA48AA748966CA5D4A4C3DE8EF3D0D90A217D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_set_Name_m1348841BCFF9CCFE9AC4A1F388FD30436B2373BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_set_SerializeAs_m3BAC75C55B57532CC42E831E1831AC6EC00684BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_set_Value_mE30648E2AB0FCE291F594179C314FB9C6329D207_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_DeserializeElement_mD813F8216F305E95190AAF912C38D62E34EE82E3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_IsModified_m21A41693890E291C8E9B15F61E23AD823328747A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_ResetModified_m02CE4CD0EAAC76EAB8DCECCA0F09D9FA9D3DCBF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_Reset_mBBF683B39043C66DE8BFC995F9B1AF4F13BBCDAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_SerializeToXmlElement_mDD0377CD47F0E3A6C4DA2BE44AC1512F64737666_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_Unmerge_m42C391A039F0C73906DCC8876661BFC8EEE54E15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement__ctor_m60893C25D91E1BD8A39358530A01E34C336D7811_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_get_Properties_mB86C4C51CE67DBA26A1BBE10BF17A7FEEAC6FD7D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_get_ValueXml_m28DB5CF45CB897286D9C3E76083043FA138CF72D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_set_ValueXml_m98672CDC34AC231C53BFE5EE847FBD537671A216_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsAttributeDictionary__ctor_m0BA6A8B002EE7AC181CE7D2BF01FC2D2BCD4B082_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsAttributeDictionary__ctor_m7BE8295D6F6D4B9A07DB77B297B1981987FEB369_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_Initialize_m5360769064610811275331613BBD5C8D6E6DD6CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_Save_m76DD19208A991E7ED26E2071012EC39F3943674C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_Synchronized_m291EF44B8F5E2D163195886C30214C96F0784CB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase__ctor_mD72A523679B004B7ADF0E19AB6D2547AD420DCF8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_Context_mE3E410E83B8490487A1BCF2F579DBDF5829508CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_IsSynchronized_m257F571AD84FBD134BA671C9C7402CC610945E71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_Item_m931B3780FD814B4746AF203DB7EFFF01158CAF94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_Properties_m3F2065405FB732DB49BA6A78C1FF67B9F9250073_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_PropertyValues_m82561077C7BE35E9BC3ADBFB9DB1191271EED091_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_Providers_mE1EC097DEB37F854D6BEB2BE4B1CD1D04D43D0A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_set_Item_m0DEDC4F8CFC5AD390268176DB6CA3FF112E71D88_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsContext__ctor_mFE0586EAFC22D6F6132B82F6641E10667B656DFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsDescriptionAttribute_get_Description_m451500B26A6594EE21032BA4845536C3872A5262_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsGroupDescriptionAttribute_get_Description_m273865A3A3DAB908177970421435002CD19841D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsGroupNameAttribute_get_GroupName_m07FDA0CE774DAC69179AC126AC6A789D0966B925_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventArgs__ctor_mECC5FF13BB891E3C262E5139B1E246D5CFBD2124_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventArgs_get_Provider_mFCA817A4BBBD7DF57906499A50C0CC3A6A324B07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventHandler_BeginInvoke_m71EB0603B5FF2E10F9117A8FE69E800C65480DF6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventHandler_EndInvoke_mA619F820885C74A5F61D9683EC792E5A2A4C9181_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventHandler_Invoke_m64323EA0F03780D42A9C8C78BB1D8FC07DE7CDE5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventHandler__ctor_m95D7D707CAAF7A5F2C300C9C7D624C69ABB6C944_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsManageabilityAttribute_get_Manageability_mF25D69823C151E829F19064618F693F25A91145A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_Add_mD9C6E9168E6FD5C2F453CB8B5A7371CE8C5D9B5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_Clear_m40865A6CD8BDACBB1B4618B30D97509AC9E2C5DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_Clone_m0C2FBC0E9064C44B43C71256C63B0885B688A217_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_CopyTo_m4AB139B0F9E603395FE5F951E7427213E6B39678_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_GetEnumerator_m893EF2AB6EBBA538B7B25C8C2E003B52600C4B80_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnAddComplete_m5048C2F52745E2EF26E0DED21C2793D89322DA91_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnAdd_m7F7BE7D31E269E6C6D0ECF8AD886955A635B46E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnClearComplete_m171ACE12839018F43391CFFC0C2F61B64F262652_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnClear_m854815706520165C765DAA2D0163EF4550B42FDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnRemoveComplete_mA2E8092685D7504C245FD438F76A504C036544C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnRemove_m65C6D12D001E3C2766005D77D33C374E312FBE0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_Remove_m61AE3040B75860B6FFAC5759DEA88BA4A13B2F22_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_SetReadOnly_m1CD66FF67524EDC6ECC75D7762ED226659BEDC65_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection__ctor_mB40D7C4A79179FCA3D5331B6D0297A8FFD6CA4DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_get_Count_m9ED6DADD5C62AD66B0E7BAA8E220A0B1CFD2C04A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_get_IsSynchronized_m7DB79B7217C7F60CA68A1FEFD1EA4EABAF349120_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_get_Item_m5DE87559F25406F74F0E75694A4241C0A5BFF84E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_get_SyncRoot_m7A912165A2FDE41EF89EFE7FA878FBD17866C5AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyIsReadOnlyException__ctor_m6D221DA546C827998A2F3A0C81171FA04C6AF4C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyIsReadOnlyException__ctor_m8E0797D1C4B71589D571EC28D52A3BD08FAFE574_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyIsReadOnlyException__ctor_m91BBFFD541D2E7EB53B4D79470FC2D83050DC3D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyIsReadOnlyException__ctor_mC52299AD49646032EC7570ACA66FF86541C8A632_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyNotFoundException__ctor_m9AC021593186EA9683673C62FD0085E4E2133F9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyNotFoundException__ctor_m9C8CB3082B1CE5A471F2432592E8E50457A57DF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyNotFoundException__ctor_mB163DA028B4E59BBDEAACD65AEBC13D7E9CC4D5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyNotFoundException__ctor_mEE419B9ED7B61A8076D14B11843016D3BBE060C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_Add_m02C40680BC197BD3FAC8BA97B3A79538CCC7FA5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_Clear_m8ACA88EC315343E9C3FCF432ADDA10A97471FCA0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_Clone_mE5A2692765227119566A5687D477483D67A3F334_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_CopyTo_mA86D423AC67565FB8CD8BBF4670DC5BD40C67CA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_GetEnumerator_m1E47500611DFFBF54BF169B975F23507332F1CAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_Remove_m8BCF492CF62F028E03A07D5C8CD12FA726D7E5C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_SetReadOnly_m23B15AC6807DE8452DE6BA485F409A6F318B4E8D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection__ctor_mE516E81684FB02AA8BF16CCE842407614A6FF297_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_get_Count_m55ADC2F8B8F0BA27FBD55E1FC360F21769F40854_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_get_IsSynchronized_m791025A2EFCD6E501DECB780EBB1DDD77A5EBD3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_get_Item_mFA3996A6D88950D7C7422450DCAEE2B411C2835C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_get_SyncRoot_mAC7FBF9571E27D662CE47968D55DC60C14AF3080_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue__ctor_m70ADC04422EBBE4ADED0638B31C693342BD7EC83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_Deserialized_m867B0E1E6686CA226941495A870D42415C9CF1BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_IsDirty_m26DB3A4D49C93152A3EF00EF67B4292DEA85EF52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_Name_m8E082D7B333D252C8BD43FF510553E1AEBC6E9D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_PropertyValue_mA68B18A55D5D11D1A4C19AE459AFE04B9F36BD02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_Property_mCDB5E41FFB65F46690972A3D1A69F9D27ED37179_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_SerializedValue_m6A3DABA3637202AB0023104EEBCB8BFB52F816ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_UsingDefaultValue_m0833B000DD2DD897D18CA38E20C06F1BC1C1D1D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_set_Deserialized_mC83D73506A0037DF5FF6525C6C171B18EBB9C62F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_set_IsDirty_mCB6F753CA706F79787C1969987284C4FB6B9B410_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_set_PropertyValue_m30C417E895E916942E8FFDD355D1B9DF56A1AF4D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_set_SerializedValue_m8C1ED72853A745EAEF6EA7330A7FB5345E9B7B46_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyWrongTypeException__ctor_m52B14EC5FBF4BF56744E5E09F966D787E9DA0AE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyWrongTypeException__ctor_m74B15DA8C1541DF7EB771911A1B777BB2EBBB052_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyWrongTypeException__ctor_m8EB1FE3A197DC8C170CA3EB533256F647A4BE467_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyWrongTypeException__ctor_mD8A5F3993BB5C890372B74A3D2666E25CB07CABB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty__ctor_m238B1D7A5D12443FDF3D1B7E3D91C9BF54F2D588_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty__ctor_m7843C23D3E56C2B6A5851F6C5BB8BBB1313156ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty__ctor_mB808C462D1235723775FB3B6AF3C50D4E1EE1D1B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_Attributes_m5B3EAEFF229A58D95BFAFE00706DA6BAB007618F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_DefaultValue_m5E780813FFB68E14EB58CD73867EF740C341B0B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_IsReadOnly_m7179E3165FF7E6B0986646922115E6D7C8CF20AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_Name_m7D926A1ED889C4F941F47BD8FF1835A115797275_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_PropertyType_m330E638407FB14BE529DE65BE5E47A3EF3C8A934_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_Provider_mF3414EC3CB6EC6DFE27451E71DAC78645D341F58_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_SerializeAs_m91F3EDB86DA386C5308B353502DF5048819F5640_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_ThrowOnErrorDeserializing_mF680FF9DF2A882285C5D953EA3FF06D64DA46D14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_ThrowOnErrorSerializing_mF8CA49B906F37FAEDF7780471C264499859D65FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_DefaultValue_m959A2AC355F33FF8026C0397A94C67F48F5FEF70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_IsReadOnly_mDDA0E61F3527F110B82E6BCB294F5DAD9A42F4EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_Name_mD7B3CDC55EE3EE1732AB166B839E6B0583576A76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_PropertyType_mC9C5CD22F9F65E90DD56476B77BCFE9AC526173D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_Provider_m735AFBD6358C187A846257917E3F8CAF59AF99D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_SerializeAs_m67F237D6EFACD5B64FFDE1CFF7D6FF85881BDDD1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_ThrowOnErrorDeserializing_mC35CE1E52AD255FA04F75D2ABC6D483DC7763A5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_ThrowOnErrorSerializing_mF67C49B91807236D286E12EF4A14C38B3457E04C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProviderAttribute_get_ProviderTypeName_mA5DD240D2AF5B84750D6EA06740A08136D6979E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProviderCollection_Add_m459FA363939146A0084922C58CD3B9028BB4FCC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProviderCollection__ctor_m37C1BEF1818FFEE3B8330CE6B033E5DEEE35AB97_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProviderCollection_get_Item_m136E840DABCA5599007A4AB081A5DA8A96C7891E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsProvider__ctor_m886F2B5E871F935BCEA0C81EEC88A062AACA57DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSavingEventHandler_BeginInvoke_m382B7FBC45766132E0369BCF66784388AA0563CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSavingEventHandler_EndInvoke_mEDCB73F4AFFBB56DB61A2E5E5209C323951AB43C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSavingEventHandler_Invoke_m674BB7CD185CBEE51159E0F07D5913F731A5E79D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSavingEventHandler__ctor_mC3BE770F81B72C8C3DCA87316EF79EBF0CD237D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSerializeAsAttribute_get_SerializeAs_m346EBE2E5E1B5D28FBB991C300FCDDE0BC03F6D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SingleTagSectionHandler_Create_m06E697D3C671243C73FE40F733DE9DA9473C9D87_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SingleTagSectionHandler__ctor_m9D5333AF1F7538123D8472F4116AE2B695FC9DA5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SpecialSettingAttribute_get_SpecialSetting_m51C81DF984C77EA07C1AA9CDBEA5F2A9CB62BE98_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SwitchLevelAttribute_set_SwitchLevelType_m88B4C116AB67D726698620238DFF195913299929_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_CreateInstance_m8DE4377C62A0EF6738F487193FC20302733BE49B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetCache_m275E9B8AA100455DA54B9CBD3581B9556C5DE825_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetExtendedTypeDescriptor_m014DF481F410A49BBB0B087DD65EA4DBD51E9AF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetExtenderProviders_mA26764DE3C998BCD030B9E111462EB622BB127BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetFullComponentName_m2A7751892ED983AAFFFF84BD961C6839D809AB07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetReflectionType_m4C80319088CB3DFFEF76A5DB4C862FCDD98BDC92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetRuntimeType_m628C321FDB6C9718D142459A34BA726DDFFA8E8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetTypeDescriptor_m55BB50B1A0B0542BD4736FE3F7A14A7ABEC94903_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_IsSupportedType_mEBB9DAD80FFEF24046762B4FBB323D91119A828F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeListConverter_ConvertTo_mAEACA6C1CB27C14BF94ACD2D60727D9DA02AFC43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UriSection__ctor_m371C115632BEB5D90B021ADD88422BC5454FB5F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UriSection_get_Idn_m9681AA2A50164D2CD7286121CC4A9E93C86FB61D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UriSection_get_IriParsing_mE540D2133CB1A16134B6873FE342F2686BF0AAF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UriSection_get_Properties_mA09D8C9AB8885BD41E8ABF64C608F617B34AD17D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UriSection_get_SchemeSettings_m98F34F40D2C622AE77B89FF086BE3E21321B0F54_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UserSettingsGroup__ctor_mB9CDAF8A409530F0EEC1734BDC9F7ACCA0F1DB6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WarningException_GetObjectData_m031DD2F821673DDC7E270B57B6FA2CE8F1BD9C5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t AppSettingsReader_GetValue_m1FCE73DF66BB8C7511482F3BC1F8C9837F3E1059_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AppSettingsReader__ctor_mD64EBD664D3193498119FA468F7E6016EE48BDFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_GetPreviousVersion_mF1E932354B065FCCEED0058512ED5890FCCC1BF1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_OnPropertyChanged_mDA0245C9C3E0404C22340253372E7044D3E11DA9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_OnSettingChanging_m00DE9DD45AF7CDAFEF6D466547B5664429FD5769_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_OnSettingsLoaded_m2D91042FD0B9F2F4CB5B7BB7C1AC3639DC502E7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_OnSettingsSaving_m3656B393C750A27098563D0E26FF196C01190751_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_Reload_mC2B6631581C98D56BCD54685CE0ECD0F23DCD6F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_Reset_mC53007F432633F94F9FF26495F05F99C57F7147B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_Save_m6CE15BF0D37643B5FCFD358D054E309283EF73E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_Upgrade_m6806E6C81C3B7B351BFB712ACB427C7F5DE0E97F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase__ctor_m206AB45BC358BE585749CD16AEA5798DEE7CF695_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase__ctor_m823580BBB2045EAF36004B2B09A6C43D2D77C273_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase__ctor_mDAB5640FE2BBA1A394E13D5EAABC91175F840631_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase__ctor_mDE5CCA15484275C005611BB4E21A1477C1E0F3BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_add_PropertyChanged_m8D725BC2F7123373B36E0D8B7AE89388123B5B3B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_add_SettingChanging_m568400A439D823F3DC23F516C30956F41304DEAA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_add_SettingsLoaded_m38921FB36E33E4504292C28E1791C7C60B98A2E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_add_SettingsSaving_mDCE81760BA915C110EAA4A32EC672F5337DF5BAC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_get_Context_mD003F78257FA76CBD657CAE52E6F35BED594FA66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_get_Item_mCE339023C91579CEFA1A7E53CA1E15B141760E59_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_get_Properties_m6062E3C51096C053C997C448CDA61119C3826EA7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_get_PropertyValues_m9E1DE1D95C570995F75C270FC36D53B78EA58336_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_get_Providers_mFC1F77B830B2A4A0B070D4C3126E41DF1D4692E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_get_SettingsKey_mB1A03477BB72043F8D07500BB83FCCD90CC51C21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_remove_PropertyChanged_m7EA2D4AB5C4BFF1DBF128B81DFA19DF2AC6E58AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_remove_SettingChanging_m11F5CE333430EF67C70B70F9FF7C80EB9E064590_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_remove_SettingsLoaded_m788AA5A85219365B7091DA01A1892F488AC85E17_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_remove_SettingsSaving_m06B29C500147CD20D435B4E0D300696232BCB9AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_set_Item_mB8718322A3A7A262908C175D5254C47C36AC3ECC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsBase_set_SettingsKey_m403FC47F37110D339AAE9E06F6F6D87A9520F145_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ApplicationSettingsGroup__ctor_mC2DAEA83BA2464F7D52059BF4E69A639036B5215_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeProvider_GetTypeDescriptor_m3695E1AA4427F2DCD40176B776A9921D79A69BEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeTypeDescriptor_GetAttributes_m0011703867B0FBD2C7C6A927B005BAA78742999C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationManager__cctor_m714CA7C74E3FB74FF66F0082240ADC7017D5B790_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElement__ctor_m13007E9FC65203D239D14B7ED8CF42D3B068CD5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElement__ctor_m5F99DE8C32AF19F11046DF77F6EC74799EB80F39_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElement_get_Properties_m14AD14666A3F7E8FF4F6A5402CFCD446FDE7EF74_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElement_get_Type_m3B52655D6D8486EC9D20FC4BB3738E809022D28D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElement_set_Type_mDEAEB2A8E5FAE9CCF4BED2E4939985C21F578C7B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Authorization__ctor_mAAC9C79A5BE6062F83A3127CD4A115A6B6FF6691_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BasicClient_Authenticate_mAFFE68105ECD5FA9236C3F8DDA8EB1ACD51908E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BasicClient_get_AuthenticationType_mF03B1A75D7F4C95446C340E658DCA4EE18B2EC30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BindIPEndPoint_BeginInvoke_m41238E8762D41E78D7755E7086366793BD92C3A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BooleanSwitch__ctor_m6F066AB4D9A1AF132569B625CB857AE671F94C0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaseInsensitiveAscii_Compare_m89633B3A475AC918C505843E6F7824FE789A6E4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaseInsensitiveAscii_Equals_m31D348231E3122FF20FA5BDEFC6BC3A8B65CB9C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaseInsensitiveAscii_GetHashCode_mEDEDA9FD6885627614E710E60A2EA06D69F6D436_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaseInsensitiveAscii__cctor_m759446C030AB0E794F53B4D3E38A5813361A7886_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ClientSettingsSection__ctor_m17E00DE7B154DF9A7D609E8DA62A40037716CFA6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ClientSettingsSection_get_Properties_mC3D2ABD34D3553AE46EFADD25B1037669F858F60_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ClientSettingsSection_get_Settings_m20FFE85BB394ED0DEA22B272065E78A4EED1B1AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeDescriptionProvider_GetTypeDescriptor_mF1301F5B79E73CABBEC1CF991639E67D4B898E46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mE5FC3BDFBD29CF0B37067EFD5E3A88549BA931B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_mF087F6356C4E89AB22F3AF8201823F1543E0F926_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m8787FD30060421E1EA2045F9B47A1DE58BA5E509_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m46CC31F740F1DBF6BAAAFE3A36A3505F16692901_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mE365AD557ED315421D7FAD8EFF205C1264D4B2A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m28A94D6F0B9E814DC284868B0C8250FCD222A51D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m949BAC05B43FF792C78B20B1896B7D51BB6B122F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mEEF28C5E15301769BE1D8DE448BE039936AF59E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mA29FC50606B6E3BA0BC975CD4524CF95F5F77263_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mFCF13A62E6A2C0AC32C4CCDC51F493DD38E26A79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Comparer_System_Collections_IComparer_Compare_m5F0251A5FB72061E6E62456AD2EFFC72EC38ADD9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigXmlDocument_LoadSingleElement_m649933ACC4292989E5B442F4EB72AD8902101B5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_m5BD9BD4AA416C1E0AC041BFACE8E3F34B2181855_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m8E1EA52BE614EBBCB32D9137F811BD3A3D914D1F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigXmlDocument__ctor_m5A8791EDE9C0098BA57CA637AEC220BF9D2FAECC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigXmlDocument_get_Filename_m2FBF3DBFCE0EE16322464417544A51BE56AC9B92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigXmlDocument_get_LineNumber_m646CD32E96CDF3A035AE09C6403B76A9A8CA9709_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException_GetXmlNodeFilename_mBFE52F56A830B960C8EEA2D49259784EC1B807F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException_GetXmlNodeLineNumber_mA65A7A41B9BA4242AB7C91445BBEDD5DFA868F05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException__ctor_m27F897E9F76E911777D253FDE3F954C6B7D295B5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException__ctor_m3F11BCB14029354D1871451B1BFFD30A164242CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException__ctor_m463EDF3C785E1534182AF21538F0462C167F738A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException__ctor_m53DE14359D2FD6D51B7F3565F71ECFF656D02220_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException__ctor_m5C61155F96B722F9AF3DBC3302F96797B83FC187_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException__ctor_m9847E40D25D7196EFE3FDD021E84784486E83A8C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException__ctor_m992552F7A4320078CD0EA37AE1631E4AD096CF62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException__ctor_mB57ABDF568731121059BBACC3AB795C5B9ADD4D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException_get_BareMessage_m407B4778AF26242ADE1CD9DB9780E44264372D57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException_get_Filename_m5F9A8A428C71864082512DA7BB0D0D87F6D57FD1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationException_get_Line_mB4A381418C49DBEAE9072F965077A13F41A885E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationSettings_GetConfig_m060651F719540AA0065B8A5BE6A1AC2C4BAD13BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationSettings__ctor_m07678822B4D533A5483E7516733767EFD8F2C815_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConfigurationSettings_get_AppSettings_m9D0D8F1730B120246AE9C5F55834137F475FCA85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m5D43CCB75E8BBD373FFEFDA99B6B37FA300AD884_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m91CEE12D87F75538C0B99BA82D7C0AFE8B670D55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m64A8A46A22725FD8BC8DE809966CB860B17D1143_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mF6A776BFECC0FC3642D5557E136B8D79EAD7F37A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mAEAB33B88BA45952CD04F3C3B2901997A7C17035_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultSettingValueAttribute_get_Value_m6534ECDE0CBDAB6767231AC633349E41ED9DD54F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m046387DF4AF6D4272E79CCBFA30F12CD98B68475_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0EC92A5859516DD6DF83776057C9058F5AA8BAB7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m3E1B70BE228C493EFE28B4113386B6E458711885_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mBBB5F91194AD6416D9304680E2FADE81A0E45003_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD52D6FEDD198A4C2E7E2EA5B3FA7F9312D48C612_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_SetLength_m5A64BAFC49D03428D4544E4EDEC16E156624CE5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DictionarySectionHandler_Create_mAE5631137494F60D637ACFF7A365D617EE72AC98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DictionarySectionHandler__ctor_mB2FAC924BE156A10653A629D98E5699696B8BE7E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DictionarySectionHandler_get_KeyAttributeName_mFB04EC12EF00169482F7A8FD8DC3D23EA274338F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DictionarySectionHandler_get_ValueAttributeName_m213C90BFC1F34E9F9FDB307DD6AE063E760B65B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DomainNameHelper_IdnEquivalent_m439593BAF7C6C801F577E7C27B0C4FBB1772E49F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DomainNameHelper_UnicodeEquivalent_mA80E5FF3AD6AFBB9FC257ED1C4F0D31C8F0EFEC3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_BeginRead_m4D9A6FDB6B844509C53DE42AC41F41AB3D072FE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_BeginWrite_mFCB8E7B7B7310C135BF1D67E099D64579919ADC7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_EndRead_m06C42C55E06295656D4DDEF65EF0B9EBBA5E140E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_SetLength_mB9B1AC840092A7A6BEEA92CB44231E29EEEA3B78_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv4AddressHelper_ParseCanonicalName_m2A8C35045CE02D6FC2C4251F239D1C0074E0E813_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv6AddressHelper_ParseCanonicalName_m3944530A7B686031653F97824EF712424E0BEE14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IdnElement__ctor_m8B5829BA5123024263C21E265A7AD1C51F789BAC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IdnElement_get_Enabled_m0937D8CD557B7C992FA4E8B5E524C4C09313C199_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IdnElement_get_Properties_mE4921D6BD432E61250D2DDD7B76E62CA17EE2261_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IdnElement_set_Enabled_mDEDC15295916E8DDCC7F1FDAE4CF050BAF860832_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IgnoreSectionHandler_Create_m16BF78B33BE7DA5453989E7DCB5CD50FDF933002_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IgnoreSectionHandler__ctor_m52647064069409183DD794F5628653415B89B5A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvariantComparer_Compare_m974E695ADB170A8E1F6D63CB96FA0A0073B026AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvariantComparer__cctor_m25FDC0EE3C4E0B5FE5E20F0C743C92CC22DE5B9B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvariantComparer__ctor_m803F2DC4D029AE0DA9B3C0A581E9B49B044DF51A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IriParsingElement__ctor_m53AAE7B05465A78BA2EB1E8EF7D44F4A4E0BD7AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IriParsingElement_get_Enabled_m0901B9D33FD0985A106E8C01C7A007262B724D2E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IriParsingElement_get_Properties_m5640EA59BDC39903FBBBDD9A8460C4A7D4FA3890_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IriParsingElement_set_Enabled_m7DB96165A8E30A61C809AF4DEBD04F4D0FF2507E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider_GetPreviousVersion_m6E978C2076E78DE4F6B35B1B44FABE61998EE497_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider_GetPropertyValues_m87C11DA3990E35ECAA93B12B6C115FDD81E7AD9E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider_Initialize_m1BDAD1196E3B703FBC2636BF4F6E61FBCC2EED41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider_Reset_mC3F09D87465D73DFA7A743448C32C66AE78C85DA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider_SetPropertyValues_mD08A07722209715A1E09D13FCAC818EDCC061D6C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider_Upgrade_mA00368862791023C1CB52295C2A75DE263EA5A2A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider__ctor_m525265051D15A3BE412E0438956B1B918F0F84BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider_get_ApplicationName_mD5DE139A163352CBA90B6887A241F178F527FC63_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LocalFileSettingsProvider_set_ApplicationName_m67C7FD8717BBB0F480A1C57732B011331732723B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MemberDescriptorComparer_Compare_m9C56C6E64A892DB13EEB4B1F551B6F161B4C237E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MemberDescriptorComparer__cctor_m9E4FF9CCCC93BEE24671FD459069CB7793ED97C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m2DD60D9C133AE18F38D7A27189168A2FBF3729FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m51465B550440AD0C8661563316256112BAB0C537_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_mFF777A710653F0BD5AE3E0B5AF10254D319E8420_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mFC2AC7E8BEF7680E424A34D335EB4FCC9A6BACB6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m2B996229BED2945485F72901952DB3C78EDBD077_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mB703584702A85757837F23B27A715723681B2162_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m675181A242011A51DEA804FEFF957B160C165D6C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25103AFA79F66B26E782085D798D8D5467CCE0A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m59E8A40CD7A5B6DFE3AF323CEA4FFED38574DAD8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m5C461A51153A91C829F3F75CC2E2D7AD2933BC69_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m9C59F8E3A2F518EBBE770B6ABE66B82796B18F63_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mB34132962484E99CF6CBA0CDFB462B2F0F243C13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueFileSectionHandler_Create_m86B58204CA733220D62ED127A711E289B1099C7B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueFileSectionHandler__ctor_m79A507F08D53B683FED144C137FFB08C155F17EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueSectionHandler_Create_m17A8A7CC43B8F8D477D7FFF6711192CC4B5BB88E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueSectionHandler__ctor_m47E887BB519D96C29ED77A6EAFEEA52E2A50EB2B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueSectionHandler_get_KeyAttributeName_m6A5EEE72EBEDC09642CB3BEA229ADB965591BD27_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueSectionHandler_get_ValueAttributeName_mD967482D538A1A13C8598EAA755194876827DF11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReflectTypeDescriptionProvider_GetExtendedAttributes_m27849C4290581FFD9B350AD671E5DE9764531E46System4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReflectTypeDescriptionProvider_GetExtendedEvents_m646C13AACBDD5DB676F15F78597C6B3685905A45System4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCache__cctor_mFAEFA434EE3444D488DFACD6CC159A4778520F02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeDeflateStreamHandle_get_IsInvalid_mC280A71E9A5849EE9A2C20A495195A9E424529F8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElementCollection_CreateNewElement_m57E23D64D31256198C2623138C0DE39A6C8170B3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElementCollection_GetElementKey_mDB4505D2B448912454CB089694E72721FBC41BC1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElementCollection_IndexOf_m99D6527ACBBB8EC5E9EBDAF7AD83087789A3BA31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElementCollection__ctor_m46B448E0D713A72217EB4EB5AD3B2C2F32433A86_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElementCollection_get_CollectionType_m349979E0051ECDBDA9D4DA39674AC240BDFD3E33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElementCollection_get_Item_m59827948EAE0602BFFAC166EB66AF022306210B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElementCollection_get_Item_mE5424884B0B6FB82C2A0631DC694C53391E53C0E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElement__ctor_m913D84A376E89DE0C4C801B92AE9AA9A4A92B7CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElement_get_GenericUriParserOptions_m82E2E69608BF140C2958B6B649F623F5B49FAEE8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElement_get_Name_mB64E36BFA90E35F8F7912DCD13866F6551C31DBC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SchemeSettingElement_get_Properties_m8D82CE2C817674D84C6CA229684671E1327409DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventArgs__ctor_m2655044BD27F044838A9C4EFCCB21A7F094DFDC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventArgs_get_NewValue_m2900FDF3B523C1A6162DB680D2BF70AA81C1845B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventArgs_get_SettingClass_m8FD14C323ADEE7248D6DE70CEDC568EC7F39FFAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventArgs_get_SettingKey_m35D21404BEA8B37F34FE28125DE8E499CF4074ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventArgs_get_SettingName_m403FB4AE44E39E7DAAD2A952877A00620A56D534_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventHandler_BeginInvoke_mF10D0FB27380E547FB329FA555940D03CE444F26_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventHandler_EndInvoke_m640F033B8E4161CB78EB5D224F026A74A9C1A965_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventHandler_Invoke_m22FA36DDDBB06CFE555536174CA7251B32B0888A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingChangingEventHandler__ctor_m4898B0FA994955766030B00807240A971820AABA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection_Add_m01CD30F453386AAF69FC7B0BEAF69E1D4DF06926_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection_Clear_m44C8D48439CB63A9E27C1F189E2AB824703FEAD5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection_CreateNewElement_m0A8E447BA527A26922209C96D13C2B77755D8F0D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection_GetElementKey_mB362A8A8B476667BA249B2AA7B8AB6835DD2B5DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection_Get_m51E5EF1F55487E845BB7872F4E0C9CB9EE3ECACD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection_Remove_mFD9ECA78CB0E616356538BFE2813301DD3072B56_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection__ctor_mAFBAF1EB03CBB31F0994AA12A178238A9F2068FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection_get_CollectionType_m94E99DE3C7A18B572F3BE40BD1EA0633AFCC3173_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElementCollection_get_ElementName_mC5A65C8BF012BA2BE39B8738049EC5CC6BD845A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement__ctor_m2DA6B1AA5D02C4C4A23C27C0E5CCB7E92349231E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement__ctor_m379328940D95F466EBF0468B7BF522238A30FF2B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement_get_Name_m93A51FCA8C2299471D3C46E7C6958D19C088AC19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement_get_Properties_m85576CC30E15A29CA32A193C29227424DED7451A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement_get_SerializeAs_mE444AEA720E158035698C095C6B4BA89B134E997_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement_get_Value_m34BA48AA748966CA5D4A4C3DE8EF3D0D90A217D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement_set_Name_m1348841BCFF9CCFE9AC4A1F388FD30436B2373BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement_set_SerializeAs_m3BAC75C55B57532CC42E831E1831AC6EC00684BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingElement_set_Value_mE30648E2AB0FCE291F594179C314FB9C6329D207_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_DeserializeElement_mD813F8216F305E95190AAF912C38D62E34EE82E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_IsModified_m21A41693890E291C8E9B15F61E23AD823328747A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_ResetModified_m02CE4CD0EAAC76EAB8DCECCA0F09D9FA9D3DCBF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_Reset_mBBF683B39043C66DE8BFC995F9B1AF4F13BBCDAD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_SerializeToXmlElement_mDD0377CD47F0E3A6C4DA2BE44AC1512F64737666_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_Unmerge_m42C391A039F0C73906DCC8876661BFC8EEE54E15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement__ctor_m60893C25D91E1BD8A39358530A01E34C336D7811_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_get_Properties_mB86C4C51CE67DBA26A1BBE10BF17A7FEEAC6FD7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_get_ValueXml_m28DB5CF45CB897286D9C3E76083043FA138CF72D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingValueElement_set_ValueXml_m98672CDC34AC231C53BFE5EE847FBD537671A216_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsAttributeDictionary__ctor_m0BA6A8B002EE7AC181CE7D2BF01FC2D2BCD4B082_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsAttributeDictionary__ctor_m7BE8295D6F6D4B9A07DB77B297B1981987FEB369_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_Initialize_m5360769064610811275331613BBD5C8D6E6DD6CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_Save_m76DD19208A991E7ED26E2071012EC39F3943674C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_Synchronized_m291EF44B8F5E2D163195886C30214C96F0784CB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase__ctor_mD72A523679B004B7ADF0E19AB6D2547AD420DCF8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_get_Context_mE3E410E83B8490487A1BCF2F579DBDF5829508CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_get_IsSynchronized_m257F571AD84FBD134BA671C9C7402CC610945E71_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_get_Item_m931B3780FD814B4746AF203DB7EFFF01158CAF94_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_get_Properties_m3F2065405FB732DB49BA6A78C1FF67B9F9250073_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_get_PropertyValues_m82561077C7BE35E9BC3ADBFB9DB1191271EED091_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_get_Providers_mE1EC097DEB37F854D6BEB2BE4B1CD1D04D43D0A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsBase_set_Item_m0DEDC4F8CFC5AD390268176DB6CA3FF112E71D88_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsContext__ctor_mFE0586EAFC22D6F6132B82F6641E10667B656DFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsDescriptionAttribute_get_Description_m451500B26A6594EE21032BA4845536C3872A5262_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsGroupDescriptionAttribute_get_Description_m273865A3A3DAB908177970421435002CD19841D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsGroupNameAttribute_get_GroupName_m07FDA0CE774DAC69179AC126AC6A789D0966B925_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsLoadedEventArgs__ctor_mECC5FF13BB891E3C262E5139B1E246D5CFBD2124_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsLoadedEventArgs_get_Provider_mFCA817A4BBBD7DF57906499A50C0CC3A6A324B07_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsLoadedEventHandler_BeginInvoke_m71EB0603B5FF2E10F9117A8FE69E800C65480DF6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsLoadedEventHandler_EndInvoke_mA619F820885C74A5F61D9683EC792E5A2A4C9181_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsLoadedEventHandler_Invoke_m64323EA0F03780D42A9C8C78BB1D8FC07DE7CDE5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsLoadedEventHandler__ctor_m95D7D707CAAF7A5F2C300C9C7D624C69ABB6C944_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsManageabilityAttribute_get_Manageability_mF25D69823C151E829F19064618F693F25A91145A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_Add_mD9C6E9168E6FD5C2F453CB8B5A7371CE8C5D9B5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_Clear_m40865A6CD8BDACBB1B4618B30D97509AC9E2C5DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_Clone_m0C2FBC0E9064C44B43C71256C63B0885B688A217_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_CopyTo_m4AB139B0F9E603395FE5F951E7427213E6B39678_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_GetEnumerator_m893EF2AB6EBBA538B7B25C8C2E003B52600C4B80_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_OnAddComplete_m5048C2F52745E2EF26E0DED21C2793D89322DA91_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_OnAdd_m7F7BE7D31E269E6C6D0ECF8AD886955A635B46E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_OnClearComplete_m171ACE12839018F43391CFFC0C2F61B64F262652_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_OnClear_m854815706520165C765DAA2D0163EF4550B42FDD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_OnRemoveComplete_mA2E8092685D7504C245FD438F76A504C036544C8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_OnRemove_m65C6D12D001E3C2766005D77D33C374E312FBE0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_Remove_m61AE3040B75860B6FFAC5759DEA88BA4A13B2F22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_SetReadOnly_m1CD66FF67524EDC6ECC75D7762ED226659BEDC65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection__ctor_mB40D7C4A79179FCA3D5331B6D0297A8FFD6CA4DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_get_Count_m9ED6DADD5C62AD66B0E7BAA8E220A0B1CFD2C04A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_get_IsSynchronized_m7DB79B7217C7F60CA68A1FEFD1EA4EABAF349120_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_get_Item_m5DE87559F25406F74F0E75694A4241C0A5BFF84E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyCollection_get_SyncRoot_m7A912165A2FDE41EF89EFE7FA878FBD17866C5AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyIsReadOnlyException__ctor_m6D221DA546C827998A2F3A0C81171FA04C6AF4C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyIsReadOnlyException__ctor_m8E0797D1C4B71589D571EC28D52A3BD08FAFE574_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyIsReadOnlyException__ctor_m91BBFFD541D2E7EB53B4D79470FC2D83050DC3D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyIsReadOnlyException__ctor_mC52299AD49646032EC7570ACA66FF86541C8A632_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyNotFoundException__ctor_m9AC021593186EA9683673C62FD0085E4E2133F9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyNotFoundException__ctor_m9C8CB3082B1CE5A471F2432592E8E50457A57DF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyNotFoundException__ctor_mB163DA028B4E59BBDEAACD65AEBC13D7E9CC4D5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyNotFoundException__ctor_mEE419B9ED7B61A8076D14B11843016D3BBE060C8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_Add_m02C40680BC197BD3FAC8BA97B3A79538CCC7FA5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_Clear_m8ACA88EC315343E9C3FCF432ADDA10A97471FCA0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_Clone_mE5A2692765227119566A5687D477483D67A3F334_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_CopyTo_mA86D423AC67565FB8CD8BBF4670DC5BD40C67CA3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_GetEnumerator_m1E47500611DFFBF54BF169B975F23507332F1CAD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_Remove_m8BCF492CF62F028E03A07D5C8CD12FA726D7E5C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_SetReadOnly_m23B15AC6807DE8452DE6BA485F409A6F318B4E8D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection__ctor_mE516E81684FB02AA8BF16CCE842407614A6FF297_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_get_Count_m55ADC2F8B8F0BA27FBD55E1FC360F21769F40854_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_get_IsSynchronized_m791025A2EFCD6E501DECB780EBB1DDD77A5EBD3D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_get_Item_mFA3996A6D88950D7C7422450DCAEE2B411C2835C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValueCollection_get_SyncRoot_mAC7FBF9571E27D662CE47968D55DC60C14AF3080_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue__ctor_m70ADC04422EBBE4ADED0638B31C693342BD7EC83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_get_Deserialized_m867B0E1E6686CA226941495A870D42415C9CF1BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_get_IsDirty_m26DB3A4D49C93152A3EF00EF67B4292DEA85EF52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_get_Name_m8E082D7B333D252C8BD43FF510553E1AEBC6E9D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_get_PropertyValue_mA68B18A55D5D11D1A4C19AE459AFE04B9F36BD02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_get_Property_mCDB5E41FFB65F46690972A3D1A69F9D27ED37179_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_get_SerializedValue_m6A3DABA3637202AB0023104EEBCB8BFB52F816ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_get_UsingDefaultValue_m0833B000DD2DD897D18CA38E20C06F1BC1C1D1D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_set_Deserialized_mC83D73506A0037DF5FF6525C6C171B18EBB9C62F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_set_IsDirty_mCB6F753CA706F79787C1969987284C4FB6B9B410_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_set_PropertyValue_m30C417E895E916942E8FFDD355D1B9DF56A1AF4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyValue_set_SerializedValue_m8C1ED72853A745EAEF6EA7330A7FB5345E9B7B46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyWrongTypeException__ctor_m52B14EC5FBF4BF56744E5E09F966D787E9DA0AE8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyWrongTypeException__ctor_m74B15DA8C1541DF7EB771911A1B777BB2EBBB052_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyWrongTypeException__ctor_m8EB1FE3A197DC8C170CA3EB533256F647A4BE467_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsPropertyWrongTypeException__ctor_mD8A5F3993BB5C890372B74A3D2666E25CB07CABB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty__ctor_m238B1D7A5D12443FDF3D1B7E3D91C9BF54F2D588_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty__ctor_m7843C23D3E56C2B6A5851F6C5BB8BBB1313156ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty__ctor_mB808C462D1235723775FB3B6AF3C50D4E1EE1D1B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_Attributes_m5B3EAEFF229A58D95BFAFE00706DA6BAB007618F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_DefaultValue_m5E780813FFB68E14EB58CD73867EF740C341B0B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_IsReadOnly_m7179E3165FF7E6B0986646922115E6D7C8CF20AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_Name_m7D926A1ED889C4F941F47BD8FF1835A115797275_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_PropertyType_m330E638407FB14BE529DE65BE5E47A3EF3C8A934_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_Provider_mF3414EC3CB6EC6DFE27451E71DAC78645D341F58_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_SerializeAs_m91F3EDB86DA386C5308B353502DF5048819F5640_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_ThrowOnErrorDeserializing_mF680FF9DF2A882285C5D953EA3FF06D64DA46D14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_get_ThrowOnErrorSerializing_mF8CA49B906F37FAEDF7780471C264499859D65FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_set_DefaultValue_m959A2AC355F33FF8026C0397A94C67F48F5FEF70_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_set_IsReadOnly_mDDA0E61F3527F110B82E6BCB294F5DAD9A42F4EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_set_Name_mD7B3CDC55EE3EE1732AB166B839E6B0583576A76_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_set_PropertyType_mC9C5CD22F9F65E90DD56476B77BCFE9AC526173D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_set_Provider_m735AFBD6358C187A846257917E3F8CAF59AF99D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_set_SerializeAs_m67F237D6EFACD5B64FFDE1CFF7D6FF85881BDDD1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_set_ThrowOnErrorDeserializing_mC35CE1E52AD255FA04F75D2ABC6D483DC7763A5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProperty_set_ThrowOnErrorSerializing_mF67C49B91807236D286E12EF4A14C38B3457E04C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProviderAttribute_get_ProviderTypeName_mA5DD240D2AF5B84750D6EA06740A08136D6979E1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProviderCollection_Add_m459FA363939146A0084922C58CD3B9028BB4FCC9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProviderCollection__ctor_m37C1BEF1818FFEE3B8330CE6B033E5DEEE35AB97_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProviderCollection_get_Item_m136E840DABCA5599007A4AB081A5DA8A96C7891E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsProvider__ctor_m886F2B5E871F935BCEA0C81EEC88A062AACA57DE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSavingEventHandler_BeginInvoke_m382B7FBC45766132E0369BCF66784388AA0563CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSavingEventHandler_EndInvoke_mEDCB73F4AFFBB56DB61A2E5E5209C323951AB43C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSavingEventHandler_Invoke_m674BB7CD185CBEE51159E0F07D5913F731A5E79D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSavingEventHandler__ctor_mC3BE770F81B72C8C3DCA87316EF79EBF0CD237D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSerializeAsAttribute_get_SerializeAs_m346EBE2E5E1B5D28FBB991C300FCDDE0BC03F6D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SingleTagSectionHandler_Create_m06E697D3C671243C73FE40F733DE9DA9473C9D87_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SingleTagSectionHandler__ctor_m9D5333AF1F7538123D8472F4116AE2B695FC9DA5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SpecialSettingAttribute_get_SpecialSetting_m51C81DF984C77EA07C1AA9CDBEA5F2A9CB62BE98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stopwatch_Start_mF61332B96D7753ADA18366A29E22E2A92E25739A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stopwatch__cctor_m137C0B2E7182FAEA6E030CD1EDC909E5A3F7A064_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stopwatch_get_ElapsedMilliseconds_mE39424FB61C885BCFCC4B583C58A8630C3AD8177_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stopwatch_get_ElapsedTicks_mABB4710231090C75F057E90A29C71C553077A901_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stopwatch_get_Elapsed_m6735B32BFB466FC4F52112AC3493D37404D184BB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SwitchLevelAttribute_set_SwitchLevelType_m88B4C116AB67D726698620238DFF195913299929_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Switch__cctor_mC01362AF23DB366F6103AC3762E913F3149B923C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Switch__ctor_mA94CBF64FF82CBF4819158911159130231ADE484_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Switch__ctor_mCEC1A7A86582AA8639404DCF7607B160A8B53A42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Switch__pruneCachedSwitches_m7500DBE46E6A2B4AA6BBE2978C90166B6EA35790_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TraceSwitch__ctor_mDBA48A8FB03E3CED698799144535B99F84D81008_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_CreateInstance_m8DE4377C62A0EF6738F487193FC20302733BE49B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_GetCache_m275E9B8AA100455DA54B9CBD3581B9556C5DE825_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_GetExtendedTypeDescriptor_m014DF481F410A49BBB0B087DD65EA4DBD51E9AF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_GetExtenderProviders_mA26764DE3C998BCD030B9E111462EB622BB127BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_GetFullComponentName_m2A7751892ED983AAFFFF84BD961C6839D809AB07_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_GetReflectionType_m4C80319088CB3DFFEF76A5DB4C862FCDD98BDC92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_GetRuntimeType_m628C321FDB6C9718D142459A34BA726DDFFA8E8C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_GetTypeDescriptor_m55BB50B1A0B0542BD4736FE3F7A14A7ABEC94903_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeDescriptionNode_IsSupportedType_mEBB9DAD80FFEF24046762B4FBB323D91119A828F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeListConverter_CanConvertFrom_mEFD163573CB4B26853C948DF6DA1A789C87110E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeListConverter_CanConvertTo_m7955EF2D695F034929EF78D9A0DC46EB0924A2AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeListConverter_ConvertFrom_m56DF48CB20C3ED03FDE80C9CBE6B97BD56D80FA7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeListConverter_ConvertTo_mAEACA6C1CB27C14BF94ACD2D60727D9DA02AFC43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeListConverter_GetStandardValues_m2E28BC36E53206804B1C7133766285C21A34B733_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypeListConverter__ctor_m84A4071857E13DE0AC52B01A6A54898A7BA1DE0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt16Converter_FromString_m086976C0A5AE966B1BF493EF9215D7CD5FA1E248_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt16Converter_FromString_m33761AE9D171E9D4ADB9875D87F55FB078ACA9E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt16Converter_FromString_m6C68C86307AAFB890294E95FAFEEC5558F898B7B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt16Converter_ToString_m104A682B05A314790038B0F6C080A2242B813E62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt16Converter_get_TargetType_m09485223873376B5306CC41EE00DE41C7C9A4D48_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt32Converter_FromString_m3311119AE44125DA0CF3703D93966E7D3B9A66A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt32Converter_FromString_mC1772B9D65A03EF96521A527EFC9C1B55C353908_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt32Converter_FromString_mC2A923816231211450F8DE19A663F73CC32F9C23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt32Converter_ToString_m19F6F8A0D732BA61405B020CF1D2A1EDF6847AA6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt32Converter_get_TargetType_mB0970D9A54AF4DBB22763BCF302C1BF96987514D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt64Converter_FromString_m0F4D6141688C8C778E7B5CF3F38F8F2FDC88308C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt64Converter_FromString_m119E342F5A0A5553CB6A328DADFAFE509FCB72BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt64Converter_FromString_m335C75F6E6840F7BF678CB73845C905C1216671C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt64Converter_ToString_mB2E701BBFDC1465555D4049C047FBEB8888E29D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UInt64Converter_get_TargetType_mFDC942E31D697EB81B1BC6F2DC0C1984E5B4CDF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnmanagedReadOrWrite_BeginInvoke_mBD3A8C89B1537B538B8C9560653E868F7BC00A8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UriSection__ctor_m371C115632BEB5D90B021ADD88422BC5454FB5F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UriSection_get_Idn_m9681AA2A50164D2CD7286121CC4A9E93C86FB61D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UriSection_get_IriParsing_mE540D2133CB1A16134B6873FE342F2686BF0AAF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UriSection_get_Properties_mA09D8C9AB8885BD41E8ABF64C608F617B34AD17D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UriSection_get_SchemeSettings_m98F34F40D2C622AE77B89FF086BE3E21321B0F54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UserSettingsGroup__ctor_mB9CDAF8A409530F0EEC1734BDC9F7ACCA0F1DB6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WarningException_GetObjectData_m031DD2F821673DDC7E270B57B6FA2CE8F1BD9C5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WarningException__ctor_m0607321BA3D11F882ABF03D618A01C7D514C38B9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WeakHashtable_ScavengeKeys_m4DFF0FB9AE11863E9A265EDC3584E08F3D9FCF2D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WeakHashtable_SetWeak_m3DA0C3EB8F3903CBE44CAA14B13670A69B236F35_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WeakHashtable__cctor_m7EECB04C288887CC895D8ED91A837C7822A299CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WeakHashtable__ctor_mE6517A855F67EE9584AF60DB7BC3AF5B2D58C249_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WeakKeyComparer_System_Collections_IEqualityComparer_Equals_mC3D733EAC828C7C1C1B8F0890B0CD86F67F3668C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception__cctor_m800CD9D0B3E3253B79A19B6646A7D28B29C3FC52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception__ctor_m08B101DFC94C016BF6E23C0821C543BFCDB740A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception__ctor_mC03E215A1695ED64DDC50F4BE9F59966974DF759_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Win32Exception__ctor_mFEB0E01E04B316723B845656627B8DD88D7C5EE5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C_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 IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD;;
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com;
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com;;
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke;
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke;;
struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com;
struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke;
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com;
struct AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct IExtenderProviderU5BU5D_t98121652302DA48EF1CB12054524D95ED4B63031;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
struct Il2CppArrayBounds;
// System.Array
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public:
public:
};
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4;
public:
inline static int32_t get_offset_of_emptyArray_4() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; }
inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value);
}
};
// System.Collections.Comparer
struct Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B : public RuntimeObject
{
public:
// System.Globalization.CompareInfo System.Collections.Comparer::m_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_0;
public:
inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast<int32_t>(offsetof(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B, ___m_compareInfo_0)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_0() const { return ___m_compareInfo_0; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; }
inline void set_m_compareInfo_0(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___m_compareInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_0), (void*)value);
}
};
struct Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_StaticFields
{
public:
// System.Collections.Comparer System.Collections.Comparer::Default
Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * ___Default_1;
// System.Collections.Comparer System.Collections.Comparer::DefaultInvariant
Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * ___DefaultInvariant_2;
public:
inline static int32_t get_offset_of_Default_1() { return static_cast<int32_t>(offsetof(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_StaticFields, ___Default_1)); }
inline Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * get_Default_1() const { return ___Default_1; }
inline Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B ** get_address_of_Default_1() { return &___Default_1; }
inline void set_Default_1(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * value)
{
___Default_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value);
}
inline static int32_t get_offset_of_DefaultInvariant_2() { return static_cast<int32_t>(offsetof(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_StaticFields, ___DefaultInvariant_2)); }
inline Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * get_DefaultInvariant_2() const { return ___DefaultInvariant_2; }
inline Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B ** get_address_of_DefaultInvariant_2() { return &___DefaultInvariant_2; }
inline void set_DefaultInvariant_2(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * value)
{
___DefaultInvariant_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DefaultInvariant_2), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.Int32,System.String>
struct Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C : 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_t69CCD9E4E7050700879917C9CB7E5E88F89235B1* ___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_t2F25BAF319A40DA5241F076B74BB90B72F16822F * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F * ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___entries_1)); }
inline EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1* 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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___keys_7)); }
inline KeyCollection_t2F25BAF319A40DA5241F076B74BB90B72F16822F * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t2F25BAF319A40DA5241F076B74BB90B72F16822F ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t2F25BAF319A40DA5241F076B74BB90B72F16822F * 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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___values_8)); }
inline ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F * get_values_8() const { return ___values_8; }
inline ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F * 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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ____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.WeakReference>
struct List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648* ____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_t0B19BE4139518EFD1F11815FD931281B09EA15EF, ____items_1)); }
inline WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648* get__items_1() const { return ____items_1; }
inline WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648* 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_t0B19BE4139518EFD1F11815FD931281B09EA15EF, ____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_t0B19BE4139518EFD1F11815FD931281B09EA15EF, ____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_t0B19BE4139518EFD1F11815FD931281B09EA15EF, ____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_t0B19BE4139518EFD1F11815FD931281B09EA15EF_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF_StaticFields, ____emptyArray_5)); }
inline WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648* get__emptyArray_5() const { return ____emptyArray_5; }
inline WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(WeakReferenceU5BU5D_t1F1010FFAFED92D05022B7B2927DFA0E1F114648* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Specialized.NameObjectCollectionBase
struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D : public RuntimeObject
{
public:
// System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly
bool ____readOnly_0;
// System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____entriesArray_1;
// System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::_keyComparer
RuntimeObject* ____keyComparer_2;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_entriesTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____entriesTable_3;
// System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * ____nullKeyEntry_4;
// System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____serializationInfo_5;
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version
int32_t ____version_6;
// System.Object System.Collections.Specialized.NameObjectCollectionBase::_syncRoot
RuntimeObject * ____syncRoot_7;
public:
inline static int32_t get_offset_of__readOnly_0() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____readOnly_0)); }
inline bool get__readOnly_0() const { return ____readOnly_0; }
inline bool* get_address_of__readOnly_0() { return &____readOnly_0; }
inline void set__readOnly_0(bool value)
{
____readOnly_0 = value;
}
inline static int32_t get_offset_of__entriesArray_1() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesArray_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__entriesArray_1() const { return ____entriesArray_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__entriesArray_1() { return &____entriesArray_1; }
inline void set__entriesArray_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____entriesArray_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____entriesArray_1), (void*)value);
}
inline static int32_t get_offset_of__keyComparer_2() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____keyComparer_2)); }
inline RuntimeObject* get__keyComparer_2() const { return ____keyComparer_2; }
inline RuntimeObject** get_address_of__keyComparer_2() { return &____keyComparer_2; }
inline void set__keyComparer_2(RuntimeObject* value)
{
____keyComparer_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyComparer_2), (void*)value);
}
inline static int32_t get_offset_of__entriesTable_3() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesTable_3)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__entriesTable_3() const { return ____entriesTable_3; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__entriesTable_3() { return &____entriesTable_3; }
inline void set__entriesTable_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____entriesTable_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____entriesTable_3), (void*)value);
}
inline static int32_t get_offset_of__nullKeyEntry_4() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____nullKeyEntry_4)); }
inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * get__nullKeyEntry_4() const { return ____nullKeyEntry_4; }
inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 ** get_address_of__nullKeyEntry_4() { return &____nullKeyEntry_4; }
inline void set__nullKeyEntry_4(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * value)
{
____nullKeyEntry_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nullKeyEntry_4), (void*)value);
}
inline static int32_t get_offset_of__serializationInfo_5() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____serializationInfo_5)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__serializationInfo_5() const { return ____serializationInfo_5; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__serializationInfo_5() { return &____serializationInfo_5; }
inline void set__serializationInfo_5(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
____serializationInfo_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____serializationInfo_5), (void*)value);
}
inline static int32_t get_offset_of__version_6() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____version_6)); }
inline int32_t get__version_6() const { return ____version_6; }
inline int32_t* get_address_of__version_6() { return &____version_6; }
inline void set__version_6(int32_t value)
{
____version_6 = value;
}
inline static int32_t get_offset_of__syncRoot_7() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____syncRoot_7)); }
inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; }
inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; }
inline void set__syncRoot_7(RuntimeObject * value)
{
____syncRoot_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_7), (void*)value);
}
};
struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields
{
public:
// System.StringComparer System.Collections.Specialized.NameObjectCollectionBase::defaultComparer
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ___defaultComparer_8;
public:
inline static int32_t get_offset_of_defaultComparer_8() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields, ___defaultComparer_8)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get_defaultComparer_8() const { return ___defaultComparer_8; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of_defaultComparer_8() { return &___defaultComparer_8; }
inline void set_defaultComparer_8(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
___defaultComparer_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_8), (void*)value);
}
};
// System.ComponentModel.AttributeCollection
struct AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE : public RuntimeObject
{
public:
// System.Attribute[] System.ComponentModel.AttributeCollection::_attributes
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ____attributes_2;
// System.ComponentModel.AttributeCollection_AttributeEntry[] System.ComponentModel.AttributeCollection::_foundAttributeTypes
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* ____foundAttributeTypes_5;
// System.Int32 System.ComponentModel.AttributeCollection::_index
int32_t ____index_6;
public:
inline static int32_t get_offset_of__attributes_2() { return static_cast<int32_t>(offsetof(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE, ____attributes_2)); }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* get__attributes_2() const { return ____attributes_2; }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17** get_address_of__attributes_2() { return &____attributes_2; }
inline void set__attributes_2(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* value)
{
____attributes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value);
}
inline static int32_t get_offset_of__foundAttributeTypes_5() { return static_cast<int32_t>(offsetof(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE, ____foundAttributeTypes_5)); }
inline AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* get__foundAttributeTypes_5() const { return ____foundAttributeTypes_5; }
inline AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A** get_address_of__foundAttributeTypes_5() { return &____foundAttributeTypes_5; }
inline void set__foundAttributeTypes_5(AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* value)
{
____foundAttributeTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____foundAttributeTypes_5), (void*)value);
}
inline static int32_t get_offset_of__index_6() { return static_cast<int32_t>(offsetof(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE, ____index_6)); }
inline int32_t get__index_6() const { return ____index_6; }
inline int32_t* get_address_of__index_6() { return &____index_6; }
inline void set__index_6(int32_t value)
{
____index_6 = value;
}
};
struct AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields
{
public:
// System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::Empty
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * ___Empty_0;
// System.Collections.Hashtable System.ComponentModel.AttributeCollection::_defaultAttributes
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____defaultAttributes_1;
// System.Object System.ComponentModel.AttributeCollection::internalSyncObject
RuntimeObject * ___internalSyncObject_3;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields, ___Empty_0)); }
inline AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * get_Empty_0() const { return ___Empty_0; }
inline AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
}
inline static int32_t get_offset_of__defaultAttributes_1() { return static_cast<int32_t>(offsetof(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields, ____defaultAttributes_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__defaultAttributes_1() const { return ____defaultAttributes_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__defaultAttributes_1() { return &____defaultAttributes_1; }
inline void set__defaultAttributes_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____defaultAttributes_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____defaultAttributes_1), (void*)value);
}
inline static int32_t get_offset_of_internalSyncObject_3() { return static_cast<int32_t>(offsetof(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields, ___internalSyncObject_3)); }
inline RuntimeObject * get_internalSyncObject_3() const { return ___internalSyncObject_3; }
inline RuntimeObject ** get_address_of_internalSyncObject_3() { return &___internalSyncObject_3; }
inline void set_internalSyncObject_3(RuntimeObject * value)
{
___internalSyncObject_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___internalSyncObject_3), (void*)value);
}
};
// System.ComponentModel.CustomTypeDescriptor
struct CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 : public RuntimeObject
{
public:
// System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.CustomTypeDescriptor::_parent
RuntimeObject* ____parent_0;
public:
inline static int32_t get_offset_of__parent_0() { return static_cast<int32_t>(offsetof(CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689, ____parent_0)); }
inline RuntimeObject* get__parent_0() const { return ____parent_0; }
inline RuntimeObject** get_address_of__parent_0() { return &____parent_0; }
inline void set__parent_0(RuntimeObject* value)
{
____parent_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value);
}
};
// System.ComponentModel.Design.Serialization.InstanceDescriptor
struct InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 : public RuntimeObject
{
public:
// System.Reflection.MemberInfo System.ComponentModel.Design.Serialization.InstanceDescriptor::member
MemberInfo_t * ___member_0;
// System.Collections.ICollection System.ComponentModel.Design.Serialization.InstanceDescriptor::arguments
RuntimeObject* ___arguments_1;
// System.Boolean System.ComponentModel.Design.Serialization.InstanceDescriptor::isComplete
bool ___isComplete_2;
public:
inline static int32_t get_offset_of_member_0() { return static_cast<int32_t>(offsetof(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6, ___member_0)); }
inline MemberInfo_t * get_member_0() const { return ___member_0; }
inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; }
inline void set_member_0(MemberInfo_t * value)
{
___member_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___member_0), (void*)value);
}
inline static int32_t get_offset_of_arguments_1() { return static_cast<int32_t>(offsetof(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6, ___arguments_1)); }
inline RuntimeObject* get_arguments_1() const { return ___arguments_1; }
inline RuntimeObject** get_address_of_arguments_1() { return &___arguments_1; }
inline void set_arguments_1(RuntimeObject* value)
{
___arguments_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___arguments_1), (void*)value);
}
inline static int32_t get_offset_of_isComplete_2() { return static_cast<int32_t>(offsetof(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6, ___isComplete_2)); }
inline bool get_isComplete_2() const { return ___isComplete_2; }
inline bool* get_address_of_isComplete_2() { return &___isComplete_2; }
inline void set_isComplete_2(bool value)
{
___isComplete_2 = value;
}
};
// System.ComponentModel.EventDescriptorCollection
struct EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 : public RuntimeObject
{
public:
// System.ComponentModel.EventDescriptor[] System.ComponentModel.EventDescriptorCollection::events
EventDescriptorU5BU5D_t813A4DE1E217CA821E8389F24AB1562B0A5458C4* ___events_0;
// System.String[] System.ComponentModel.EventDescriptorCollection::namedSort
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___namedSort_1;
// System.Collections.IComparer System.ComponentModel.EventDescriptorCollection::comparer
RuntimeObject* ___comparer_2;
// System.Boolean System.ComponentModel.EventDescriptorCollection::eventsOwned
bool ___eventsOwned_3;
// System.Boolean System.ComponentModel.EventDescriptorCollection::needSort
bool ___needSort_4;
// System.Int32 System.ComponentModel.EventDescriptorCollection::eventCount
int32_t ___eventCount_5;
// System.Boolean System.ComponentModel.EventDescriptorCollection::readOnly
bool ___readOnly_6;
public:
inline static int32_t get_offset_of_events_0() { return static_cast<int32_t>(offsetof(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37, ___events_0)); }
inline EventDescriptorU5BU5D_t813A4DE1E217CA821E8389F24AB1562B0A5458C4* get_events_0() const { return ___events_0; }
inline EventDescriptorU5BU5D_t813A4DE1E217CA821E8389F24AB1562B0A5458C4** get_address_of_events_0() { return &___events_0; }
inline void set_events_0(EventDescriptorU5BU5D_t813A4DE1E217CA821E8389F24AB1562B0A5458C4* value)
{
___events_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___events_0), (void*)value);
}
inline static int32_t get_offset_of_namedSort_1() { return static_cast<int32_t>(offsetof(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37, ___namedSort_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_namedSort_1() const { return ___namedSort_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_namedSort_1() { return &___namedSort_1; }
inline void set_namedSort_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___namedSort_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___namedSort_1), (void*)value);
}
inline static int32_t get_offset_of_comparer_2() { return static_cast<int32_t>(offsetof(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37, ___comparer_2)); }
inline RuntimeObject* get_comparer_2() const { return ___comparer_2; }
inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; }
inline void set_comparer_2(RuntimeObject* value)
{
___comparer_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value);
}
inline static int32_t get_offset_of_eventsOwned_3() { return static_cast<int32_t>(offsetof(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37, ___eventsOwned_3)); }
inline bool get_eventsOwned_3() const { return ___eventsOwned_3; }
inline bool* get_address_of_eventsOwned_3() { return &___eventsOwned_3; }
inline void set_eventsOwned_3(bool value)
{
___eventsOwned_3 = value;
}
inline static int32_t get_offset_of_needSort_4() { return static_cast<int32_t>(offsetof(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37, ___needSort_4)); }
inline bool get_needSort_4() const { return ___needSort_4; }
inline bool* get_address_of_needSort_4() { return &___needSort_4; }
inline void set_needSort_4(bool value)
{
___needSort_4 = value;
}
inline static int32_t get_offset_of_eventCount_5() { return static_cast<int32_t>(offsetof(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37, ___eventCount_5)); }
inline int32_t get_eventCount_5() const { return ___eventCount_5; }
inline int32_t* get_address_of_eventCount_5() { return &___eventCount_5; }
inline void set_eventCount_5(int32_t value)
{
___eventCount_5 = value;
}
inline static int32_t get_offset_of_readOnly_6() { return static_cast<int32_t>(offsetof(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37, ___readOnly_6)); }
inline bool get_readOnly_6() const { return ___readOnly_6; }
inline bool* get_address_of_readOnly_6() { return &___readOnly_6; }
inline void set_readOnly_6(bool value)
{
___readOnly_6 = value;
}
};
struct EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_StaticFields
{
public:
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Empty
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * ___Empty_7;
public:
inline static int32_t get_offset_of_Empty_7() { return static_cast<int32_t>(offsetof(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_StaticFields, ___Empty_7)); }
inline EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * get_Empty_7() const { return ___Empty_7; }
inline EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 ** get_address_of_Empty_7() { return &___Empty_7; }
inline void set_Empty_7(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * value)
{
___Empty_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_7), (void*)value);
}
};
// System.ComponentModel.MemberDescriptor
struct MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8 : public RuntimeObject
{
public:
// System.String System.ComponentModel.MemberDescriptor::name
String_t* ___name_0;
// System.String System.ComponentModel.MemberDescriptor::displayName
String_t* ___displayName_1;
// System.Int32 System.ComponentModel.MemberDescriptor::nameHash
int32_t ___nameHash_2;
// System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * ___attributeCollection_3;
// System.Attribute[] System.ComponentModel.MemberDescriptor::attributes
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes_4;
// System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___originalAttributes_5;
// System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered
bool ___attributesFiltered_6;
// System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled
bool ___attributesFilled_7;
// System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion
int32_t ___metadataVersion_8;
// System.String System.ComponentModel.MemberDescriptor::category
String_t* ___category_9;
// System.String System.ComponentModel.MemberDescriptor::description
String_t* ___description_10;
// System.Object System.ComponentModel.MemberDescriptor::lockCookie
RuntimeObject * ___lockCookie_11;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___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_displayName_1() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___displayName_1)); }
inline String_t* get_displayName_1() const { return ___displayName_1; }
inline String_t** get_address_of_displayName_1() { return &___displayName_1; }
inline void set_displayName_1(String_t* value)
{
___displayName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value);
}
inline static int32_t get_offset_of_nameHash_2() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___nameHash_2)); }
inline int32_t get_nameHash_2() const { return ___nameHash_2; }
inline int32_t* get_address_of_nameHash_2() { return &___nameHash_2; }
inline void set_nameHash_2(int32_t value)
{
___nameHash_2 = value;
}
inline static int32_t get_offset_of_attributeCollection_3() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___attributeCollection_3)); }
inline AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * get_attributeCollection_3() const { return ___attributeCollection_3; }
inline AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE ** get_address_of_attributeCollection_3() { return &___attributeCollection_3; }
inline void set_attributeCollection_3(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * value)
{
___attributeCollection_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributeCollection_3), (void*)value);
}
inline static int32_t get_offset_of_attributes_4() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___attributes_4)); }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* get_attributes_4() const { return ___attributes_4; }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17** get_address_of_attributes_4() { return &___attributes_4; }
inline void set_attributes_4(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* value)
{
___attributes_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_4), (void*)value);
}
inline static int32_t get_offset_of_originalAttributes_5() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___originalAttributes_5)); }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* get_originalAttributes_5() const { return ___originalAttributes_5; }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17** get_address_of_originalAttributes_5() { return &___originalAttributes_5; }
inline void set_originalAttributes_5(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* value)
{
___originalAttributes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___originalAttributes_5), (void*)value);
}
inline static int32_t get_offset_of_attributesFiltered_6() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___attributesFiltered_6)); }
inline bool get_attributesFiltered_6() const { return ___attributesFiltered_6; }
inline bool* get_address_of_attributesFiltered_6() { return &___attributesFiltered_6; }
inline void set_attributesFiltered_6(bool value)
{
___attributesFiltered_6 = value;
}
inline static int32_t get_offset_of_attributesFilled_7() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___attributesFilled_7)); }
inline bool get_attributesFilled_7() const { return ___attributesFilled_7; }
inline bool* get_address_of_attributesFilled_7() { return &___attributesFilled_7; }
inline void set_attributesFilled_7(bool value)
{
___attributesFilled_7 = value;
}
inline static int32_t get_offset_of_metadataVersion_8() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___metadataVersion_8)); }
inline int32_t get_metadataVersion_8() const { return ___metadataVersion_8; }
inline int32_t* get_address_of_metadataVersion_8() { return &___metadataVersion_8; }
inline void set_metadataVersion_8(int32_t value)
{
___metadataVersion_8 = value;
}
inline static int32_t get_offset_of_category_9() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___category_9)); }
inline String_t* get_category_9() const { return ___category_9; }
inline String_t** get_address_of_category_9() { return &___category_9; }
inline void set_category_9(String_t* value)
{
___category_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___category_9), (void*)value);
}
inline static int32_t get_offset_of_description_10() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___description_10)); }
inline String_t* get_description_10() const { return ___description_10; }
inline String_t** get_address_of_description_10() { return &___description_10; }
inline void set_description_10(String_t* value)
{
___description_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___description_10), (void*)value);
}
inline static int32_t get_offset_of_lockCookie_11() { return static_cast<int32_t>(offsetof(MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8, ___lockCookie_11)); }
inline RuntimeObject * get_lockCookie_11() const { return ___lockCookie_11; }
inline RuntimeObject ** get_address_of_lockCookie_11() { return &___lockCookie_11; }
inline void set_lockCookie_11(RuntimeObject * value)
{
___lockCookie_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lockCookie_11), (void*)value);
}
};
// System.ComponentModel.PropertyDescriptorCollection
struct PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 : public RuntimeObject
{
public:
// System.Collections.IDictionary System.ComponentModel.PropertyDescriptorCollection::cachedFoundProperties
RuntimeObject* ___cachedFoundProperties_1;
// System.Boolean System.ComponentModel.PropertyDescriptorCollection::cachedIgnoreCase
bool ___cachedIgnoreCase_2;
// System.ComponentModel.PropertyDescriptor[] System.ComponentModel.PropertyDescriptorCollection::properties
PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F* ___properties_3;
// System.Int32 System.ComponentModel.PropertyDescriptorCollection::propCount
int32_t ___propCount_4;
// System.String[] System.ComponentModel.PropertyDescriptorCollection::namedSort
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___namedSort_5;
// System.Collections.IComparer System.ComponentModel.PropertyDescriptorCollection::comparer
RuntimeObject* ___comparer_6;
// System.Boolean System.ComponentModel.PropertyDescriptorCollection::propsOwned
bool ___propsOwned_7;
// System.Boolean System.ComponentModel.PropertyDescriptorCollection::needSort
bool ___needSort_8;
// System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly
bool ___readOnly_9;
public:
inline static int32_t get_offset_of_cachedFoundProperties_1() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___cachedFoundProperties_1)); }
inline RuntimeObject* get_cachedFoundProperties_1() const { return ___cachedFoundProperties_1; }
inline RuntimeObject** get_address_of_cachedFoundProperties_1() { return &___cachedFoundProperties_1; }
inline void set_cachedFoundProperties_1(RuntimeObject* value)
{
___cachedFoundProperties_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedFoundProperties_1), (void*)value);
}
inline static int32_t get_offset_of_cachedIgnoreCase_2() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___cachedIgnoreCase_2)); }
inline bool get_cachedIgnoreCase_2() const { return ___cachedIgnoreCase_2; }
inline bool* get_address_of_cachedIgnoreCase_2() { return &___cachedIgnoreCase_2; }
inline void set_cachedIgnoreCase_2(bool value)
{
___cachedIgnoreCase_2 = value;
}
inline static int32_t get_offset_of_properties_3() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___properties_3)); }
inline PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F* get_properties_3() const { return ___properties_3; }
inline PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F** get_address_of_properties_3() { return &___properties_3; }
inline void set_properties_3(PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F* value)
{
___properties_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___properties_3), (void*)value);
}
inline static int32_t get_offset_of_propCount_4() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___propCount_4)); }
inline int32_t get_propCount_4() const { return ___propCount_4; }
inline int32_t* get_address_of_propCount_4() { return &___propCount_4; }
inline void set_propCount_4(int32_t value)
{
___propCount_4 = value;
}
inline static int32_t get_offset_of_namedSort_5() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___namedSort_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_namedSort_5() const { return ___namedSort_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_namedSort_5() { return &___namedSort_5; }
inline void set_namedSort_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___namedSort_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___namedSort_5), (void*)value);
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___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_propsOwned_7() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___propsOwned_7)); }
inline bool get_propsOwned_7() const { return ___propsOwned_7; }
inline bool* get_address_of_propsOwned_7() { return &___propsOwned_7; }
inline void set_propsOwned_7(bool value)
{
___propsOwned_7 = value;
}
inline static int32_t get_offset_of_needSort_8() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___needSort_8)); }
inline bool get_needSort_8() const { return ___needSort_8; }
inline bool* get_address_of_needSort_8() { return &___needSort_8; }
inline void set_needSort_8(bool value)
{
___needSort_8 = value;
}
inline static int32_t get_offset_of_readOnly_9() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2, ___readOnly_9)); }
inline bool get_readOnly_9() const { return ___readOnly_9; }
inline bool* get_address_of_readOnly_9() { return &___readOnly_9; }
inline void set_readOnly_9(bool value)
{
___readOnly_9 = value;
}
};
struct PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_StaticFields
{
public:
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_StaticFields, ___Empty_0)); }
inline PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * get_Empty_0() const { return ___Empty_0; }
inline PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
}
};
// System.ComponentModel.TypeConverter_StandardValuesCollection
struct StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 : public RuntimeObject
{
public:
// System.Collections.ICollection System.ComponentModel.TypeConverter_StandardValuesCollection::values
RuntimeObject* ___values_0;
// System.Array System.ComponentModel.TypeConverter_StandardValuesCollection::valueArray
RuntimeArray * ___valueArray_1;
public:
inline static int32_t get_offset_of_values_0() { return static_cast<int32_t>(offsetof(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3, ___values_0)); }
inline RuntimeObject* get_values_0() const { return ___values_0; }
inline RuntimeObject** get_address_of_values_0() { return &___values_0; }
inline void set_values_0(RuntimeObject* value)
{
___values_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_0), (void*)value);
}
inline static int32_t get_offset_of_valueArray_1() { return static_cast<int32_t>(offsetof(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3, ___valueArray_1)); }
inline RuntimeArray * get_valueArray_1() const { return ___valueArray_1; }
inline RuntimeArray ** get_address_of_valueArray_1() { return &___valueArray_1; }
inline void set_valueArray_1(RuntimeArray * value)
{
___valueArray_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___valueArray_1), (void*)value);
}
};
// System.ComponentModel.TypeDescriptionProvider
struct TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 : public RuntimeObject
{
public:
// System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptionProvider::_parent
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * ____parent_0;
// System.ComponentModel.TypeDescriptionProvider_EmptyCustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::_emptyDescriptor
EmptyCustomTypeDescriptor_tDDCC5072613D7D0405BCCF3D49F3EF7B4E1E7DB8 * ____emptyDescriptor_1;
public:
inline static int32_t get_offset_of__parent_0() { return static_cast<int32_t>(offsetof(TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591, ____parent_0)); }
inline TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * get__parent_0() const { return ____parent_0; }
inline TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 ** get_address_of__parent_0() { return &____parent_0; }
inline void set__parent_0(TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * value)
{
____parent_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value);
}
inline static int32_t get_offset_of__emptyDescriptor_1() { return static_cast<int32_t>(offsetof(TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591, ____emptyDescriptor_1)); }
inline EmptyCustomTypeDescriptor_tDDCC5072613D7D0405BCCF3D49F3EF7B4E1E7DB8 * get__emptyDescriptor_1() const { return ____emptyDescriptor_1; }
inline EmptyCustomTypeDescriptor_tDDCC5072613D7D0405BCCF3D49F3EF7B4E1E7DB8 ** get_address_of__emptyDescriptor_1() { return &____emptyDescriptor_1; }
inline void set__emptyDescriptor_1(EmptyCustomTypeDescriptor_tDDCC5072613D7D0405BCCF3D49F3EF7B4E1E7DB8 * value)
{
____emptyDescriptor_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyDescriptor_1), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_AttributeFilterCacheItem
struct AttributeFilterCacheItem_t8E137227F1585B34CFC9BEC30C7D155203FA0D01 : public RuntimeObject
{
public:
// System.Attribute[] System.ComponentModel.TypeDescriptor_AttributeFilterCacheItem::_filter
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ____filter_0;
// System.Collections.ICollection System.ComponentModel.TypeDescriptor_AttributeFilterCacheItem::FilteredMembers
RuntimeObject* ___FilteredMembers_1;
public:
inline static int32_t get_offset_of__filter_0() { return static_cast<int32_t>(offsetof(AttributeFilterCacheItem_t8E137227F1585B34CFC9BEC30C7D155203FA0D01, ____filter_0)); }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* get__filter_0() const { return ____filter_0; }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17** get_address_of__filter_0() { return &____filter_0; }
inline void set__filter_0(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* value)
{
____filter_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____filter_0), (void*)value);
}
inline static int32_t get_offset_of_FilteredMembers_1() { return static_cast<int32_t>(offsetof(AttributeFilterCacheItem_t8E137227F1585B34CFC9BEC30C7D155203FA0D01, ___FilteredMembers_1)); }
inline RuntimeObject* get_FilteredMembers_1() const { return ___FilteredMembers_1; }
inline RuntimeObject** get_address_of_FilteredMembers_1() { return &___FilteredMembers_1; }
inline void set_FilteredMembers_1(RuntimeObject* value)
{
___FilteredMembers_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilteredMembers_1), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor
struct ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D : public RuntimeObject
{
public:
// System.ComponentModel.IComNativeDescriptorHandler System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::_handler
RuntimeObject* ____handler_0;
// System.Object System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::_instance
RuntimeObject * ____instance_1;
public:
inline static int32_t get_offset_of__handler_0() { return static_cast<int32_t>(offsetof(ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D, ____handler_0)); }
inline RuntimeObject* get__handler_0() const { return ____handler_0; }
inline RuntimeObject** get_address_of__handler_0() { return &____handler_0; }
inline void set__handler_0(RuntimeObject* value)
{
____handler_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____handler_0), (void*)value);
}
inline static int32_t get_offset_of__instance_1() { return static_cast<int32_t>(offsetof(ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D, ____instance_1)); }
inline RuntimeObject * get__instance_1() const { return ____instance_1; }
inline RuntimeObject ** get_address_of__instance_1() { return &____instance_1; }
inline void set__instance_1(RuntimeObject * value)
{
____instance_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____instance_1), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_FilterCacheItem
struct FilterCacheItem_tDA029760025F0503AD352DE639152D69CA138DA4 : public RuntimeObject
{
public:
// System.ComponentModel.Design.ITypeDescriptorFilterService System.ComponentModel.TypeDescriptor_FilterCacheItem::_filterService
RuntimeObject* ____filterService_0;
// System.Collections.ICollection System.ComponentModel.TypeDescriptor_FilterCacheItem::FilteredMembers
RuntimeObject* ___FilteredMembers_1;
public:
inline static int32_t get_offset_of__filterService_0() { return static_cast<int32_t>(offsetof(FilterCacheItem_tDA029760025F0503AD352DE639152D69CA138DA4, ____filterService_0)); }
inline RuntimeObject* get__filterService_0() const { return ____filterService_0; }
inline RuntimeObject** get_address_of__filterService_0() { return &____filterService_0; }
inline void set__filterService_0(RuntimeObject* value)
{
____filterService_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____filterService_0), (void*)value);
}
inline static int32_t get_offset_of_FilteredMembers_1() { return static_cast<int32_t>(offsetof(FilterCacheItem_tDA029760025F0503AD352DE639152D69CA138DA4, ___FilteredMembers_1)); }
inline RuntimeObject* get_FilteredMembers_1() const { return ___FilteredMembers_1; }
inline RuntimeObject** get_address_of_FilteredMembers_1() { return &___FilteredMembers_1; }
inline void set_FilteredMembers_1(RuntimeObject* value)
{
___FilteredMembers_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilteredMembers_1), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_MemberDescriptorComparer
struct MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D : public RuntimeObject
{
public:
public:
};
struct MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D_StaticFields
{
public:
// System.ComponentModel.TypeDescriptor_MemberDescriptorComparer System.ComponentModel.TypeDescriptor_MemberDescriptorComparer::Instance
MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D * ___Instance_0;
public:
inline static int32_t get_offset_of_Instance_0() { return static_cast<int32_t>(offsetof(MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D_StaticFields, ___Instance_0)); }
inline MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D * get_Instance_0() const { return ___Instance_0; }
inline MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D ** get_address_of_Instance_0() { return &___Instance_0; }
inline void set_Instance_0(MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D * value)
{
___Instance_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_MergedTypeDescriptor
struct MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B : public RuntimeObject
{
public:
// System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::_primary
RuntimeObject* ____primary_0;
// System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::_secondary
RuntimeObject* ____secondary_1;
public:
inline static int32_t get_offset_of__primary_0() { return static_cast<int32_t>(offsetof(MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B, ____primary_0)); }
inline RuntimeObject* get__primary_0() const { return ____primary_0; }
inline RuntimeObject** get_address_of__primary_0() { return &____primary_0; }
inline void set__primary_0(RuntimeObject* value)
{
____primary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____primary_0), (void*)value);
}
inline static int32_t get_offset_of__secondary_1() { return static_cast<int32_t>(offsetof(MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B, ____secondary_1)); }
inline RuntimeObject* get__secondary_1() const { return ____secondary_1; }
inline RuntimeObject** get_address_of__secondary_1() { return &____secondary_1; }
inline void set__secondary_1(RuntimeObject* value)
{
____secondary_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____secondary_1), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_TypeDescriptorComObject
struct TypeDescriptorComObject_t531EE8D60EE83A09B6539D079E837E68DC289B76 : public RuntimeObject
{
public:
public:
};
// System.ComponentModel.TypeDescriptor_TypeDescriptorInterface
struct TypeDescriptorInterface_t872F528EF86C66103396D4D796A932A0FF88C4D7 : public RuntimeObject
{
public:
public:
};
// System.ComponentModel.WeakHashtable_WeakKeyComparer
struct WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3 : public RuntimeObject
{
public:
public:
};
// System.Configuration.AppSettingsReader
struct AppSettingsReader_tDB6079C12C5FEC6460DD9CFA31EFE88AB03E88F8 : public RuntimeObject
{
public:
public:
};
// System.Configuration.ConfigurationElement
struct ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE : public RuntimeObject
{
public:
public:
};
// System.Configuration.ConfigurationPropertyCollection
struct ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 : public RuntimeObject
{
public:
public:
};
// System.Configuration.ConfigurationSectionGroup
struct ConfigurationSectionGroup_t64AC7C211E1F868ABF1BD604DA43815564D304E6 : public RuntimeObject
{
public:
public:
};
// System.Configuration.ConfigurationSettings
struct ConfigurationSettings_t0707965C9D497A11B43E239460C5102F16E53276 : public RuntimeObject
{
public:
public:
};
// System.Configuration.DictionarySectionHandler
struct DictionarySectionHandler_t1D9E767C84E06ABF5188D906E8E758CCA5D80409 : public RuntimeObject
{
public:
public:
};
// System.Configuration.IgnoreSectionHandler
struct IgnoreSectionHandler_t9D6AAF4FE761356A3FA68211DB8818C994550DE8 : public RuntimeObject
{
public:
public:
};
// System.Configuration.NameValueFileSectionHandler
struct NameValueFileSectionHandler_t892EB7AA1FD02FC2EB9837E815A42368A44D697A : public RuntimeObject
{
public:
public:
};
// System.Configuration.NameValueSectionHandler
struct NameValueSectionHandler_t82823762CDC3EADAE1B685F181F322409F3925AE : public RuntimeObject
{
public:
public:
};
// System.Configuration.Provider.ProviderBase
struct ProviderBase_t641C8553A4C4845B0AA0FCC6F2D667ACFA1B23A5 : public RuntimeObject
{
public:
public:
};
// System.Configuration.Provider.ProviderCollection
struct ProviderCollection_tFD3DBCCCADFAE3992F50D32B0688CF4A8E6AE325 : public RuntimeObject
{
public:
public:
};
// System.Configuration.SettingsBase
struct SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 : public RuntimeObject
{
public:
public:
};
// System.Configuration.SettingsProperty
struct SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC : public RuntimeObject
{
public:
public:
};
// System.Configuration.SettingsPropertyCollection
struct SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 : public RuntimeObject
{
public:
public:
};
// System.Configuration.SettingsPropertyValue
struct SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 : public RuntimeObject
{
public:
public:
};
// System.Configuration.SettingsPropertyValueCollection
struct SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED : public RuntimeObject
{
public:
public:
};
// System.Configuration.SingleTagSectionHandler
struct SingleTagSectionHandler_t53CFDF82BC8A9F8ACB62E1BF7DD38DB7D35A6BCC : public RuntimeObject
{
public:
public:
};
// System.Diagnostics.DiagnosticsConfigurationHandler
struct DiagnosticsConfigurationHandler_t885EAAD2DCF9678F16E3BB296E307868ECE68239 : public RuntimeObject
{
public:
public:
};
// System.Diagnostics.Stopwatch
struct Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 : public RuntimeObject
{
public:
// System.Int64 System.Diagnostics.Stopwatch::elapsed
int64_t ___elapsed_2;
// System.Int64 System.Diagnostics.Stopwatch::started
int64_t ___started_3;
// System.Boolean System.Diagnostics.Stopwatch::is_running
bool ___is_running_4;
public:
inline static int32_t get_offset_of_elapsed_2() { return static_cast<int32_t>(offsetof(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4, ___elapsed_2)); }
inline int64_t get_elapsed_2() const { return ___elapsed_2; }
inline int64_t* get_address_of_elapsed_2() { return &___elapsed_2; }
inline void set_elapsed_2(int64_t value)
{
___elapsed_2 = value;
}
inline static int32_t get_offset_of_started_3() { return static_cast<int32_t>(offsetof(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4, ___started_3)); }
inline int64_t get_started_3() const { return ___started_3; }
inline int64_t* get_address_of_started_3() { return &___started_3; }
inline void set_started_3(int64_t value)
{
___started_3 = value;
}
inline static int32_t get_offset_of_is_running_4() { return static_cast<int32_t>(offsetof(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4, ___is_running_4)); }
inline bool get_is_running_4() const { return ___is_running_4; }
inline bool* get_address_of_is_running_4() { return &___is_running_4; }
inline void set_is_running_4(bool value)
{
___is_running_4 = value;
}
};
struct Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields
{
public:
// System.Int64 System.Diagnostics.Stopwatch::Frequency
int64_t ___Frequency_0;
// System.Boolean System.Diagnostics.Stopwatch::IsHighResolution
bool ___IsHighResolution_1;
public:
inline static int32_t get_offset_of_Frequency_0() { return static_cast<int32_t>(offsetof(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields, ___Frequency_0)); }
inline int64_t get_Frequency_0() const { return ___Frequency_0; }
inline int64_t* get_address_of_Frequency_0() { return &___Frequency_0; }
inline void set_Frequency_0(int64_t value)
{
___Frequency_0 = value;
}
inline static int32_t get_offset_of_IsHighResolution_1() { return static_cast<int32_t>(offsetof(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields, ___IsHighResolution_1)); }
inline bool get_IsHighResolution_1() const { return ___IsHighResolution_1; }
inline bool* get_address_of_IsHighResolution_1() { return &___IsHighResolution_1; }
inline void set_IsHighResolution_1(bool value)
{
___IsHighResolution_1 = value;
}
};
// System.Diagnostics.Switch
struct Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F : public RuntimeObject
{
public:
// System.String System.Diagnostics.Switch::description
String_t* ___description_0;
// System.String System.Diagnostics.Switch::displayName
String_t* ___displayName_1;
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.Switch::switchValueString
String_t* ___switchValueString_2;
// System.String System.Diagnostics.Switch::defaultValue
String_t* ___defaultValue_3;
public:
inline static int32_t get_offset_of_description_0() { return static_cast<int32_t>(offsetof(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F, ___description_0)); }
inline String_t* get_description_0() const { return ___description_0; }
inline String_t** get_address_of_description_0() { return &___description_0; }
inline void set_description_0(String_t* value)
{
___description_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___description_0), (void*)value);
}
inline static int32_t get_offset_of_displayName_1() { return static_cast<int32_t>(offsetof(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F, ___displayName_1)); }
inline String_t* get_displayName_1() const { return ___displayName_1; }
inline String_t** get_address_of_displayName_1() { return &___displayName_1; }
inline void set_displayName_1(String_t* value)
{
___displayName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value);
}
inline static int32_t get_offset_of_switchValueString_2() { return static_cast<int32_t>(offsetof(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F, ___switchValueString_2)); }
inline String_t* get_switchValueString_2() const { return ___switchValueString_2; }
inline String_t** get_address_of_switchValueString_2() { return &___switchValueString_2; }
inline void set_switchValueString_2(String_t* value)
{
___switchValueString_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___switchValueString_2), (void*)value);
}
inline static int32_t get_offset_of_defaultValue_3() { return static_cast<int32_t>(offsetof(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F, ___defaultValue_3)); }
inline String_t* get_defaultValue_3() const { return ___defaultValue_3; }
inline String_t** get_address_of_defaultValue_3() { return &___defaultValue_3; }
inline void set_defaultValue_3(String_t* value)
{
___defaultValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultValue_3), (void*)value);
}
};
struct Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields
{
public:
// System.Collections.Generic.List`1<System.WeakReference> System.Diagnostics.Switch::switches
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * ___switches_4;
// System.Int32 System.Diagnostics.Switch::s_LastCollectionCount
int32_t ___s_LastCollectionCount_5;
public:
inline static int32_t get_offset_of_switches_4() { return static_cast<int32_t>(offsetof(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields, ___switches_4)); }
inline List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * get_switches_4() const { return ___switches_4; }
inline List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF ** get_address_of_switches_4() { return &___switches_4; }
inline void set_switches_4(List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * value)
{
___switches_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___switches_4), (void*)value);
}
inline static int32_t get_offset_of_s_LastCollectionCount_5() { return static_cast<int32_t>(offsetof(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields, ___s_LastCollectionCount_5)); }
inline int32_t get_s_LastCollectionCount_5() const { return ___s_LastCollectionCount_5; }
inline int32_t* get_address_of_s_LastCollectionCount_5() { return &___s_LastCollectionCount_5; }
inline void set_s_LastCollectionCount_5(int32_t value)
{
___s_LastCollectionCount_5 = value;
}
};
// System.DomainNameHelper
struct DomainNameHelper_t352A81605233B6F36A5E382453C798E1AD4389CC : public RuntimeObject
{
public:
public:
};
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
}
};
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.Globalization.IdnMapping
struct IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC : public RuntimeObject
{
public:
// System.Boolean System.Globalization.IdnMapping::allow_unassigned
bool ___allow_unassigned_0;
// System.Boolean System.Globalization.IdnMapping::use_std3
bool ___use_std3_1;
// System.Globalization.Punycode System.Globalization.IdnMapping::puny
Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA * ___puny_2;
public:
inline static int32_t get_offset_of_allow_unassigned_0() { return static_cast<int32_t>(offsetof(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC, ___allow_unassigned_0)); }
inline bool get_allow_unassigned_0() const { return ___allow_unassigned_0; }
inline bool* get_address_of_allow_unassigned_0() { return &___allow_unassigned_0; }
inline void set_allow_unassigned_0(bool value)
{
___allow_unassigned_0 = value;
}
inline static int32_t get_offset_of_use_std3_1() { return static_cast<int32_t>(offsetof(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC, ___use_std3_1)); }
inline bool get_use_std3_1() const { return ___use_std3_1; }
inline bool* get_address_of_use_std3_1() { return &___use_std3_1; }
inline void set_use_std3_1(bool value)
{
___use_std3_1 = value;
}
inline static int32_t get_offset_of_puny_2() { return static_cast<int32_t>(offsetof(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC, ___puny_2)); }
inline Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA * get_puny_2() const { return ___puny_2; }
inline Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA ** get_address_of_puny_2() { return &___puny_2; }
inline void set_puny_2(Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA * value)
{
___puny_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___puny_2), (void*)value);
}
};
// System.IOAsyncResult
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD : public RuntimeObject
{
public:
// System.AsyncCallback System.IOAsyncResult::async_callback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___async_callback_0;
// System.Object System.IOAsyncResult::async_state
RuntimeObject * ___async_state_1;
// System.Threading.ManualResetEvent System.IOAsyncResult::wait_handle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wait_handle_2;
// System.Boolean System.IOAsyncResult::completed_synchronously
bool ___completed_synchronously_3;
// System.Boolean System.IOAsyncResult::completed
bool ___completed_4;
public:
inline static int32_t get_offset_of_async_callback_0() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___async_callback_0)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_async_callback_0() const { return ___async_callback_0; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_async_callback_0() { return &___async_callback_0; }
inline void set_async_callback_0(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___async_callback_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___async_callback_0), (void*)value);
}
inline static int32_t get_offset_of_async_state_1() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___async_state_1)); }
inline RuntimeObject * get_async_state_1() const { return ___async_state_1; }
inline RuntimeObject ** get_address_of_async_state_1() { return &___async_state_1; }
inline void set_async_state_1(RuntimeObject * value)
{
___async_state_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___async_state_1), (void*)value);
}
inline static int32_t get_offset_of_wait_handle_2() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___wait_handle_2)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_wait_handle_2() const { return ___wait_handle_2; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_wait_handle_2() { return &___wait_handle_2; }
inline void set_wait_handle_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___wait_handle_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___wait_handle_2), (void*)value);
}
inline static int32_t get_offset_of_completed_synchronously_3() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___completed_synchronously_3)); }
inline bool get_completed_synchronously_3() const { return ___completed_synchronously_3; }
inline bool* get_address_of_completed_synchronously_3() { return &___completed_synchronously_3; }
inline void set_completed_synchronously_3(bool value)
{
___completed_synchronously_3 = value;
}
inline static int32_t get_offset_of_completed_4() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___completed_4)); }
inline bool get_completed_4() const { return ___completed_4; }
inline bool* get_address_of_completed_4() { return &___completed_4; }
inline void set_completed_4(bool value)
{
___completed_4 = value;
}
};
// Native definition for P/Invoke marshalling of System.IOAsyncResult
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke
{
Il2CppMethodPointer ___async_callback_0;
Il2CppIUnknown* ___async_state_1;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wait_handle_2;
int32_t ___completed_synchronously_3;
int32_t ___completed_4;
};
// Native definition for COM marshalling of System.IOAsyncResult
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com
{
Il2CppMethodPointer ___async_callback_0;
Il2CppIUnknown* ___async_state_1;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wait_handle_2;
int32_t ___completed_synchronously_3;
int32_t ___completed_4;
};
// System.IOSelector
struct IOSelector_tF15BB95A2914F6D31E1FB39CF0C18FAB30FD4835 : public RuntimeObject
{
public:
public:
};
// System.IPv4AddressHelper
struct IPv4AddressHelper_t06EA480809796F398A6E625E72409FEAB7FBE651 : public RuntimeObject
{
public:
public:
};
// System.IPv6AddressHelper
struct IPv6AddressHelper_t9ADF3294E97B0B635821927A0946F92BF1E3A35A : public RuntimeObject
{
public:
public:
};
// System.InvariantComparer
struct InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA : public RuntimeObject
{
public:
// System.Globalization.CompareInfo System.InvariantComparer::m_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_0;
public:
inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast<int32_t>(offsetof(InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA, ___m_compareInfo_0)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_0() const { return ___m_compareInfo_0; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; }
inline void set_m_compareInfo_0(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___m_compareInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_0), (void*)value);
}
};
struct InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA_StaticFields
{
public:
// System.InvariantComparer System.InvariantComparer::Default
InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA * ___Default_1;
public:
inline static int32_t get_offset_of_Default_1() { return static_cast<int32_t>(offsetof(InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA_StaticFields, ___Default_1)); }
inline InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA * get_Default_1() const { return ___Default_1; }
inline InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA ** get_address_of_Default_1() { return &___Default_1; }
inline void set_Default_1(InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA * value)
{
___Default_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value);
}
};
// System.IriHelper
struct IriHelper_t1F587A9DDB97B13CE32CBD7C4834654EB7060D99 : public RuntimeObject
{
public:
public:
};
// System.LocalAppContextSwitches
struct LocalAppContextSwitches_tCB6E2DAC291262684ED9423046B259A428F7B777 : public RuntimeObject
{
public:
public:
};
struct LocalAppContextSwitches_tCB6E2DAC291262684ED9423046B259A428F7B777_StaticFields
{
public:
// System.Boolean System.LocalAppContextSwitches::MemberDescriptorEqualsReturnsFalseIfEquivalent
bool ___MemberDescriptorEqualsReturnsFalseIfEquivalent_0;
public:
inline static int32_t get_offset_of_MemberDescriptorEqualsReturnsFalseIfEquivalent_0() { return static_cast<int32_t>(offsetof(LocalAppContextSwitches_tCB6E2DAC291262684ED9423046B259A428F7B777_StaticFields, ___MemberDescriptorEqualsReturnsFalseIfEquivalent_0)); }
inline bool get_MemberDescriptorEqualsReturnsFalseIfEquivalent_0() const { return ___MemberDescriptorEqualsReturnsFalseIfEquivalent_0; }
inline bool* get_address_of_MemberDescriptorEqualsReturnsFalseIfEquivalent_0() { return &___MemberDescriptorEqualsReturnsFalseIfEquivalent_0; }
inline void set_MemberDescriptorEqualsReturnsFalseIfEquivalent_0(bool value)
{
___MemberDescriptorEqualsReturnsFalseIfEquivalent_0 = 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.Net.AuthenticationManager
struct AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012 : public RuntimeObject
{
public:
public:
};
struct AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields
{
public:
// System.Collections.ArrayList System.Net.AuthenticationManager::modules
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___modules_0;
// System.Object System.Net.AuthenticationManager::locker
RuntimeObject * ___locker_1;
// System.Net.ICredentialPolicy System.Net.AuthenticationManager::credential_policy
RuntimeObject* ___credential_policy_2;
public:
inline static int32_t get_offset_of_modules_0() { return static_cast<int32_t>(offsetof(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields, ___modules_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_modules_0() const { return ___modules_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_modules_0() { return &___modules_0; }
inline void set_modules_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___modules_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___modules_0), (void*)value);
}
inline static int32_t get_offset_of_locker_1() { return static_cast<int32_t>(offsetof(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields, ___locker_1)); }
inline RuntimeObject * get_locker_1() const { return ___locker_1; }
inline RuntimeObject ** get_address_of_locker_1() { return &___locker_1; }
inline void set_locker_1(RuntimeObject * value)
{
___locker_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___locker_1), (void*)value);
}
inline static int32_t get_offset_of_credential_policy_2() { return static_cast<int32_t>(offsetof(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields, ___credential_policy_2)); }
inline RuntimeObject* get_credential_policy_2() const { return ___credential_policy_2; }
inline RuntimeObject** get_address_of_credential_policy_2() { return &___credential_policy_2; }
inline void set_credential_policy_2(RuntimeObject* value)
{
___credential_policy_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___credential_policy_2), (void*)value);
}
};
// System.Net.Authorization
struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B : public RuntimeObject
{
public:
// System.String System.Net.Authorization::m_Message
String_t* ___m_Message_0;
// System.Boolean System.Net.Authorization::m_Complete
bool ___m_Complete_1;
// System.String System.Net.Authorization::ModuleAuthenticationType
String_t* ___ModuleAuthenticationType_2;
public:
inline static int32_t get_offset_of_m_Message_0() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Message_0)); }
inline String_t* get_m_Message_0() const { return ___m_Message_0; }
inline String_t** get_address_of_m_Message_0() { return &___m_Message_0; }
inline void set_m_Message_0(String_t* value)
{
___m_Message_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Message_0), (void*)value);
}
inline static int32_t get_offset_of_m_Complete_1() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Complete_1)); }
inline bool get_m_Complete_1() const { return ___m_Complete_1; }
inline bool* get_address_of_m_Complete_1() { return &___m_Complete_1; }
inline void set_m_Complete_1(bool value)
{
___m_Complete_1 = value;
}
inline static int32_t get_offset_of_ModuleAuthenticationType_2() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___ModuleAuthenticationType_2)); }
inline String_t* get_ModuleAuthenticationType_2() const { return ___ModuleAuthenticationType_2; }
inline String_t** get_address_of_ModuleAuthenticationType_2() { return &___ModuleAuthenticationType_2; }
inline void set_ModuleAuthenticationType_2(String_t* value)
{
___ModuleAuthenticationType_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ModuleAuthenticationType_2), (void*)value);
}
};
// System.Net.AutoWebProxyScriptEngine
struct AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 : public RuntimeObject
{
public:
public:
};
// System.Net.BasicClient
struct BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C : public RuntimeObject
{
public:
public:
};
// System.Net.Cache.RequestCache
struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 : public RuntimeObject
{
public:
public:
};
struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_StaticFields
{
public:
// System.Char[] System.Net.Cache.RequestCache::LineSplits
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___LineSplits_0;
public:
inline static int32_t get_offset_of_LineSplits_0() { return static_cast<int32_t>(offsetof(RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_StaticFields, ___LineSplits_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_LineSplits_0() const { return ___LineSplits_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_LineSplits_0() { return &___LineSplits_0; }
inline void set_LineSplits_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___LineSplits_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___LineSplits_0), (void*)value);
}
};
// System.Net.Cache.RequestCacheBinding
struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 : public RuntimeObject
{
public:
// System.Net.Cache.RequestCache System.Net.Cache.RequestCacheBinding::m_RequestCache
RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * ___m_RequestCache_0;
// System.Net.Cache.RequestCacheValidator System.Net.Cache.RequestCacheBinding::m_CacheValidator
RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * ___m_CacheValidator_1;
public:
inline static int32_t get_offset_of_m_RequestCache_0() { return static_cast<int32_t>(offsetof(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724, ___m_RequestCache_0)); }
inline RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * get_m_RequestCache_0() const { return ___m_RequestCache_0; }
inline RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 ** get_address_of_m_RequestCache_0() { return &___m_RequestCache_0; }
inline void set_m_RequestCache_0(RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * value)
{
___m_RequestCache_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_RequestCache_0), (void*)value);
}
inline static int32_t get_offset_of_m_CacheValidator_1() { return static_cast<int32_t>(offsetof(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724, ___m_CacheValidator_1)); }
inline RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * get_m_CacheValidator_1() const { return ___m_CacheValidator_1; }
inline RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 ** get_address_of_m_CacheValidator_1() { return &___m_CacheValidator_1; }
inline void set_m_CacheValidator_1(RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * value)
{
___m_CacheValidator_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CacheValidator_1), (void*)value);
}
};
// System.Net.Cache.RequestCacheProtocol
struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D : public RuntimeObject
{
public:
public:
};
// System.Net.Cache.RequestCacheValidator
struct RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 : public RuntimeObject
{
public:
public:
};
// System.Net.CaseInsensitiveAscii
struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B : public RuntimeObject
{
public:
public:
};
struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields
{
public:
// System.Net.CaseInsensitiveAscii System.Net.CaseInsensitiveAscii::StaticInstance
CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * ___StaticInstance_0;
// System.Byte[] System.Net.CaseInsensitiveAscii::AsciiToLower
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___AsciiToLower_1;
public:
inline static int32_t get_offset_of_StaticInstance_0() { return static_cast<int32_t>(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___StaticInstance_0)); }
inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * get_StaticInstance_0() const { return ___StaticInstance_0; }
inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; }
inline void set_StaticInstance_0(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * value)
{
___StaticInstance_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___StaticInstance_0), (void*)value);
}
inline static int32_t get_offset_of_AsciiToLower_1() { return static_cast<int32_t>(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___AsciiToLower_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_AsciiToLower_1() const { return ___AsciiToLower_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_AsciiToLower_1() { return &___AsciiToLower_1; }
inline void set_AsciiToLower_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___AsciiToLower_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AsciiToLower_1), (void*)value);
}
};
// System.Net.Comparer
struct Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB : public RuntimeObject
{
public:
public:
};
// System.Net.DigestClient
struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C : public RuntimeObject
{
public:
public:
};
struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields
{
public:
// System.Collections.Hashtable System.Net.DigestClient::cache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___cache_0;
public:
inline static int32_t get_offset_of_cache_0() { return static_cast<int32_t>(offsetof(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields, ___cache_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_cache_0() const { return ___cache_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_cache_0() { return &___cache_0; }
inline void set_cache_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___cache_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (void*)value);
}
};
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 : public RuntimeObject
{
public:
public:
};
// System.Net.NetworkCredential
struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 : public RuntimeObject
{
public:
// System.String System.Net.NetworkCredential::m_domain
String_t* ___m_domain_0;
// System.String System.Net.NetworkCredential::m_userName
String_t* ___m_userName_1;
// System.Security.SecureString System.Net.NetworkCredential::m_password
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___m_password_2;
public:
inline static int32_t get_offset_of_m_domain_0() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_domain_0)); }
inline String_t* get_m_domain_0() const { return ___m_domain_0; }
inline String_t** get_address_of_m_domain_0() { return &___m_domain_0; }
inline void set_m_domain_0(String_t* value)
{
___m_domain_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_domain_0), (void*)value);
}
inline static int32_t get_offset_of_m_userName_1() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_userName_1)); }
inline String_t* get_m_userName_1() const { return ___m_userName_1; }
inline String_t** get_address_of_m_userName_1() { return &___m_userName_1; }
inline void set_m_userName_1(String_t* value)
{
___m_userName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_userName_1), (void*)value);
}
inline static int32_t get_offset_of_m_password_2() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_password_2)); }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * get_m_password_2() const { return ___m_password_2; }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 ** get_address_of_m_password_2() { return &___m_password_2; }
inline void set_m_password_2(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * value)
{
___m_password_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_password_2), (void*)value);
}
};
// System.Net.NtlmClient
struct NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 : public RuntimeObject
{
public:
// System.Net.IAuthenticationModule System.Net.NtlmClient::authObject
RuntimeObject* ___authObject_0;
public:
inline static int32_t get_offset_of_authObject_0() { return static_cast<int32_t>(offsetof(NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204, ___authObject_0)); }
inline RuntimeObject* get_authObject_0() const { return ___authObject_0; }
inline RuntimeObject** get_address_of_authObject_0() { return &___authObject_0; }
inline void set_authObject_0(RuntimeObject* value)
{
___authObject_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___authObject_0), (void*)value);
}
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.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.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 : public RuntimeObject
{
public:
// System.Boolean System.Text.DecoderFallback::bIsMicrosoftBestFitFallback
bool ___bIsMicrosoftBestFitFallback_0;
public:
inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60, ___bIsMicrosoftBestFitFallback_0)); }
inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; }
inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; }
inline void set_bIsMicrosoftBestFitFallback_0(bool value)
{
___bIsMicrosoftBestFitFallback_0 = value;
}
};
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields
{
public:
// System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___replacementFallback_1;
// System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___exceptionFallback_2;
// System.Object System.Text.DecoderFallback::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_3;
public:
inline static int32_t get_offset_of_replacementFallback_1() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___replacementFallback_1)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_replacementFallback_1() const { return ___replacementFallback_1; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; }
inline void set_replacementFallback_1(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___replacementFallback_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value);
}
inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___exceptionFallback_2)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_exceptionFallback_2() const { return ___exceptionFallback_2; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; }
inline void set_exceptionFallback_2(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___exceptionFallback_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___s_InternalSyncObject_3)); }
inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; }
inline void set_s_InternalSyncObject_3(RuntimeObject * value)
{
___s_InternalSyncObject_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value);
}
};
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 : public RuntimeObject
{
public:
// System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback
bool ___bIsMicrosoftBestFitFallback_0;
public:
inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63, ___bIsMicrosoftBestFitFallback_0)); }
inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; }
inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; }
inline void set_bIsMicrosoftBestFitFallback_0(bool value)
{
___bIsMicrosoftBestFitFallback_0 = value;
}
};
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields
{
public:
// System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___replacementFallback_1;
// System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___exceptionFallback_2;
// System.Object System.Text.EncoderFallback::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_3;
public:
inline static int32_t get_offset_of_replacementFallback_1() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___replacementFallback_1)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_replacementFallback_1() const { return ___replacementFallback_1; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; }
inline void set_replacementFallback_1(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___replacementFallback_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value);
}
inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___exceptionFallback_2)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_exceptionFallback_2() const { return ___exceptionFallback_2; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; }
inline void set_exceptionFallback_2(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___exceptionFallback_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___s_InternalSyncObject_3)); }
inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; }
inline void set_s_InternalSyncObject_3(RuntimeObject * value)
{
___s_InternalSyncObject_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (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.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// System.Xml.XmlNode
struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB : public RuntimeObject
{
public:
public:
};
// System.Xml.XmlReader
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB : public RuntimeObject
{
public:
public:
};
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields
{
public:
// System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap
uint32_t ___IsTextualNodeBitmap_0;
// System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap
uint32_t ___CanReadContentAsBitmap_1;
// System.UInt32 System.Xml.XmlReader::HasValueBitmap
uint32_t ___HasValueBitmap_2;
public:
inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___IsTextualNodeBitmap_0)); }
inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; }
inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; }
inline void set_IsTextualNodeBitmap_0(uint32_t value)
{
___IsTextualNodeBitmap_0 = value;
}
inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___CanReadContentAsBitmap_1)); }
inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; }
inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; }
inline void set_CanReadContentAsBitmap_1(uint32_t value)
{
___CanReadContentAsBitmap_1 = value;
}
inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___HasValueBitmap_2)); }
inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; }
inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; }
inline void set_HasValueBitmap_2(uint32_t value)
{
___HasValueBitmap_2 = value;
}
};
// System.Xml.XmlWriter
struct XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 : public RuntimeObject
{
public:
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086__padding[10];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48__padding[12];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905__padding[128];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0__padding[14];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7__padding[256];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575__padding[3];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671__padding[44];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F__padding[6];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB__padding[9];
};
public:
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>
struct KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
int32_t ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
int32_t ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809, ___key_0)); }
inline int32_t get_key_0() const { return ___key_0; }
inline int32_t* get_address_of_key_0() { return &___key_0; }
inline void set_key_0(int32_t value)
{
___key_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809, ___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.Collections.Specialized.NameValueCollection
struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 : public NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D
{
public:
// System.String[] System.Collections.Specialized.NameValueCollection::_all
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____all_9;
// System.String[] System.Collections.Specialized.NameValueCollection::_allKeys
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____allKeys_10;
public:
inline static int32_t get_offset_of__all_9() { return static_cast<int32_t>(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____all_9)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__all_9() const { return ____all_9; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__all_9() { return &____all_9; }
inline void set__all_9(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____all_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____all_9), (void*)value);
}
inline static int32_t get_offset_of__allKeys_10() { return static_cast<int32_t>(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____allKeys_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__allKeys_10() const { return ____allKeys_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__allKeys_10() { return &____allKeys_10; }
inline void set__allKeys_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____allKeys_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____allKeys_10), (void*)value);
}
};
// System.ComponentModel.CancelEventArgs
struct CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Boolean System.ComponentModel.CancelEventArgs::cancel
bool ___cancel_1;
public:
inline static int32_t get_offset_of_cancel_1() { return static_cast<int32_t>(offsetof(CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D, ___cancel_1)); }
inline bool get_cancel_1() const { return ___cancel_1; }
inline bool* get_address_of_cancel_1() { return &___cancel_1; }
inline void set_cancel_1(bool value)
{
___cancel_1 = value;
}
};
// System.ComponentModel.EventDescriptor
struct EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 : public MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8
{
public:
public:
};
// System.ComponentModel.PropertyChangedEventArgs
struct PropertyChangedEventArgs_t90CF85B82F87D594F73F03364494C77592B11F46 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.String System.ComponentModel.PropertyChangedEventArgs::propertyName
String_t* ___propertyName_1;
public:
inline static int32_t get_offset_of_propertyName_1() { return static_cast<int32_t>(offsetof(PropertyChangedEventArgs_t90CF85B82F87D594F73F03364494C77592B11F46, ___propertyName_1)); }
inline String_t* get_propertyName_1() const { return ___propertyName_1; }
inline String_t** get_address_of_propertyName_1() { return &___propertyName_1; }
inline void set_propertyName_1(String_t* value)
{
___propertyName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___propertyName_1), (void*)value);
}
};
// System.ComponentModel.PropertyDescriptor
struct PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D : public MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8
{
public:
// System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::converter
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * ___converter_12;
// System.Collections.Hashtable System.ComponentModel.PropertyDescriptor::valueChangedHandlers
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___valueChangedHandlers_13;
// System.Object[] System.ComponentModel.PropertyDescriptor::editors
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___editors_14;
// System.Type[] System.ComponentModel.PropertyDescriptor::editorTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___editorTypes_15;
// System.Int32 System.ComponentModel.PropertyDescriptor::editorCount
int32_t ___editorCount_16;
public:
inline static int32_t get_offset_of_converter_12() { return static_cast<int32_t>(offsetof(PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D, ___converter_12)); }
inline TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * get_converter_12() const { return ___converter_12; }
inline TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB ** get_address_of_converter_12() { return &___converter_12; }
inline void set_converter_12(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * value)
{
___converter_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___converter_12), (void*)value);
}
inline static int32_t get_offset_of_valueChangedHandlers_13() { return static_cast<int32_t>(offsetof(PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D, ___valueChangedHandlers_13)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_valueChangedHandlers_13() const { return ___valueChangedHandlers_13; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_valueChangedHandlers_13() { return &___valueChangedHandlers_13; }
inline void set_valueChangedHandlers_13(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___valueChangedHandlers_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___valueChangedHandlers_13), (void*)value);
}
inline static int32_t get_offset_of_editors_14() { return static_cast<int32_t>(offsetof(PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D, ___editors_14)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_editors_14() const { return ___editors_14; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_editors_14() { return &___editors_14; }
inline void set_editors_14(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___editors_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___editors_14), (void*)value);
}
inline static int32_t get_offset_of_editorTypes_15() { return static_cast<int32_t>(offsetof(PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D, ___editorTypes_15)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_editorTypes_15() const { return ___editorTypes_15; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_editorTypes_15() { return &___editorTypes_15; }
inline void set_editorTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___editorTypes_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___editorTypes_15), (void*)value);
}
inline static int32_t get_offset_of_editorCount_16() { return static_cast<int32_t>(offsetof(PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D, ___editorCount_16)); }
inline int32_t get_editorCount_16() const { return ___editorCount_16; }
inline int32_t* get_address_of_editorCount_16() { return &___editorCount_16; }
inline void set_editorCount_16(int32_t value)
{
___editorCount_16 = value;
}
};
// System.ComponentModel.TypeDescriptor_AttributeProvider
struct AttributeProvider_t67BCE87062C434FBC0E369F34CCB196661DABFDF : public TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591
{
public:
// System.Attribute[] System.ComponentModel.TypeDescriptor_AttributeProvider::_attrs
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ____attrs_2;
public:
inline static int32_t get_offset_of__attrs_2() { return static_cast<int32_t>(offsetof(AttributeProvider_t67BCE87062C434FBC0E369F34CCB196661DABFDF, ____attrs_2)); }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* get__attrs_2() const { return ____attrs_2; }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17** get_address_of__attrs_2() { return &____attrs_2; }
inline void set__attrs_2(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* value)
{
____attrs_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____attrs_2), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_AttributeProvider_AttributeTypeDescriptor
struct AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE : public CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689
{
public:
// System.Attribute[] System.ComponentModel.TypeDescriptor_AttributeProvider_AttributeTypeDescriptor::_attributeArray
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ____attributeArray_1;
public:
inline static int32_t get_offset_of__attributeArray_1() { return static_cast<int32_t>(offsetof(AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE, ____attributeArray_1)); }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* get__attributeArray_1() const { return ____attributeArray_1; }
inline AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17** get_address_of__attributeArray_1() { return &____attributeArray_1; }
inline void set__attributeArray_1(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* value)
{
____attributeArray_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____attributeArray_1), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider
struct ComNativeDescriptionProvider_tC63084A6A9080BAA8FB16E20E2847C18E5E3907D : public TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591
{
public:
// System.ComponentModel.IComNativeDescriptorHandler System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider::_handler
RuntimeObject* ____handler_2;
public:
inline static int32_t get_offset_of__handler_2() { return static_cast<int32_t>(offsetof(ComNativeDescriptionProvider_tC63084A6A9080BAA8FB16E20E2847C18E5E3907D, ____handler_2)); }
inline RuntimeObject* get__handler_2() const { return ____handler_2; }
inline RuntimeObject** get_address_of__handler_2() { return &____handler_2; }
inline void set__handler_2(RuntimeObject* value)
{
____handler_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____handler_2), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_TypeDescriptionNode
struct TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 : public TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591
{
public:
// System.ComponentModel.TypeDescriptor_TypeDescriptionNode System.ComponentModel.TypeDescriptor_TypeDescriptionNode::Next
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ___Next_2;
// System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor_TypeDescriptionNode::Provider
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * ___Provider_3;
public:
inline static int32_t get_offset_of_Next_2() { return static_cast<int32_t>(offsetof(TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1, ___Next_2)); }
inline TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * get_Next_2() const { return ___Next_2; }
inline TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 ** get_address_of_Next_2() { return &___Next_2; }
inline void set_Next_2(TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * value)
{
___Next_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Next_2), (void*)value);
}
inline static int32_t get_offset_of_Provider_3() { return static_cast<int32_t>(offsetof(TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1, ___Provider_3)); }
inline TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * get_Provider_3() const { return ___Provider_3; }
inline TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 ** get_address_of_Provider_3() { return &___Provider_3; }
inline void set_Provider_3(TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * value)
{
___Provider_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Provider_3), (void*)value);
}
};
// System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor
struct DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE
{
public:
// System.ComponentModel.TypeDescriptor_TypeDescriptionNode System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::_node
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ____node_0;
// System.Object System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::_instance
RuntimeObject * ____instance_1;
public:
inline static int32_t get_offset_of__node_0() { return static_cast<int32_t>(offsetof(DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE, ____node_0)); }
inline TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * get__node_0() const { return ____node_0; }
inline TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 ** get_address_of__node_0() { return &____node_0; }
inline void set__node_0(TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * value)
{
____node_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____node_0), (void*)value);
}
inline static int32_t get_offset_of__instance_1() { return static_cast<int32_t>(offsetof(DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE, ____instance_1)); }
inline RuntimeObject * get__instance_1() const { return ____instance_1; }
inline RuntimeObject ** get_address_of__instance_1() { return &____instance_1; }
inline void set__instance_1(RuntimeObject * value)
{
____instance_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____instance_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor
struct DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshaled_pinvoke
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ____node_0;
Il2CppIUnknown* ____instance_1;
};
// Native definition for COM marshalling of System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor
struct DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshaled_com
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ____node_0;
Il2CppIUnknown* ____instance_1;
};
// System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor
struct DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4
{
public:
// System.ComponentModel.TypeDescriptor_TypeDescriptionNode System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::_node
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ____node_0;
// System.Type System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::_objectType
Type_t * ____objectType_1;
// System.Object System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::_instance
RuntimeObject * ____instance_2;
public:
inline static int32_t get_offset_of__node_0() { return static_cast<int32_t>(offsetof(DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4, ____node_0)); }
inline TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * get__node_0() const { return ____node_0; }
inline TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 ** get_address_of__node_0() { return &____node_0; }
inline void set__node_0(TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * value)
{
____node_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____node_0), (void*)value);
}
inline static int32_t get_offset_of__objectType_1() { return static_cast<int32_t>(offsetof(DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4, ____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__instance_2() { return static_cast<int32_t>(offsetof(DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4, ____instance_2)); }
inline RuntimeObject * get__instance_2() const { return ____instance_2; }
inline RuntimeObject ** get_address_of__instance_2() { return &____instance_2; }
inline void set__instance_2(RuntimeObject * value)
{
____instance_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____instance_2), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor
struct DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshaled_pinvoke
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ____node_0;
Type_t * ____objectType_1;
Il2CppIUnknown* ____instance_2;
};
// Native definition for COM marshalling of System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor
struct DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshaled_com
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ____node_0;
Type_t * ____objectType_1;
Il2CppIUnknown* ____instance_2;
};
// System.Configuration.ApplicationSettingsBase
struct ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 : public SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940
{
public:
public:
};
// System.Configuration.ApplicationSettingsGroup
struct ApplicationSettingsGroup_t7A104D6D28C911F3441844B6C478B36DEA4A95CA : public ConfigurationSectionGroup_t64AC7C211E1F868ABF1BD604DA43815564D304E6
{
public:
public:
};
// System.Configuration.ConfigurationElementCollection
struct ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Configuration.ConfigurationSection
struct ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Configuration.DefaultSettingValueAttribute
struct DefaultSettingValueAttribute_tFEDFEC8454D314E55B2B51272436D394F8621748 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.IdnElement
struct IdnElement_t3AA4F4423A377C67225E1C5748EC6D674F85E3B2 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Configuration.IriParsingElement
struct IriParsingElement_t1E9492B6913DA775FF3F8C6C26A21B2B30D43ABA : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Configuration.NoSettingsVersionUpgradeAttribute
struct NoSettingsVersionUpgradeAttribute_t416ED7A8EEC9D977E403104166DE0E3AE0F0B95C : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.SchemeSettingElement
struct SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Configuration.SettingAttribute
struct SettingAttribute_tDBB7CE8D1D2D067F1B0489FC10E43F69288F3151 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.SettingElement
struct SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Configuration.SettingValueElement
struct SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Configuration.SettingsDescriptionAttribute
struct SettingsDescriptionAttribute_t18B91659AE6A85F87FE4273F5ACC4EADEB251FF2 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.SettingsGroupDescriptionAttribute
struct SettingsGroupDescriptionAttribute_t58A3633C5E3831932C32A432F5A1B2F118FB4D2E : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.SettingsGroupNameAttribute
struct SettingsGroupNameAttribute_tA1B548657B2E42AD1FC7BC7E1984297A2BEBBA1D : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.SettingsLoadedEventArgs
struct SettingsLoadedEventArgs_t31CBDE6A72D6D6941272A06C4D2E9F4D75E438E9 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
public:
};
// System.Configuration.SettingsManageabilityAttribute
struct SettingsManageabilityAttribute_t09797F090189FC3C86A3CE83D2A42EF74D4C5997 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.SettingsProvider
struct SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A : public ProviderBase_t641C8553A4C4845B0AA0FCC6F2D667ACFA1B23A5
{
public:
public:
};
// System.Configuration.SettingsProviderAttribute
struct SettingsProviderAttribute_t73B52D67D09757CB7E8422766D72951F4A055153 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.SettingsProviderCollection
struct SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 : public ProviderCollection_tFD3DBCCCADFAE3992F50D32B0688CF4A8E6AE325
{
public:
public:
};
// System.Configuration.SettingsSerializeAsAttribute
struct SettingsSerializeAsAttribute_t0CB2CD9836A216718216B64C022BCBA160B4DF83 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.SpecialSettingAttribute
struct SpecialSettingAttribute_tDBFB449EBB1175957DDE8BCBD9EA4D3030A746AA : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Configuration.UserSettingsGroup
struct UserSettingsGroup_tFC197F7CB8DD58A885CF7492AB946B947B7D0EF1 : public ConfigurationSectionGroup_t64AC7C211E1F868ABF1BD604DA43815564D304E6
{
public:
public:
};
// 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.Diagnostics.BooleanSwitch
struct BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 : public Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F
{
public:
public:
};
// System.Diagnostics.SwitchLevelAttribute
struct SwitchLevelAttribute_t5B9AF957556A203ACC71409CA1A08B4DE3D3EAA6 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Type System.Diagnostics.SwitchLevelAttribute::type
Type_t * ___type_0;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(SwitchLevelAttribute_t5B9AF957556A203ACC71409CA1A08B4DE3D3EAA6, ___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);
}
};
// System.Diagnostics.TraceSwitch
struct TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 : public Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F
{
public:
public:
};
// 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.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
}
};
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
};
// System.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.Net.Configuration.AuthenticationModuleElement
struct AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.IPEndPoint
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F : public EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980
{
public:
// System.Net.IPAddress System.Net.IPEndPoint::m_Address
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___m_Address_0;
// System.Int32 System.Net.IPEndPoint::m_Port
int32_t ___m_Port_1;
public:
inline static int32_t get_offset_of_m_Address_0() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Address_0)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_m_Address_0() const { return ___m_Address_0; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_m_Address_0() { return &___m_Address_0; }
inline void set_m_Address_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___m_Address_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Address_0), (void*)value);
}
inline static int32_t get_offset_of_m_Port_1() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Port_1)); }
inline int32_t get_m_Port_1() const { return ___m_Port_1; }
inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; }
inline void set_m_Port_1(int32_t value)
{
___m_Port_1 = value;
}
};
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields
{
public:
// System.Net.IPEndPoint System.Net.IPEndPoint::Any
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___Any_2;
// System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___IPv6Any_3;
public:
inline static int32_t get_offset_of_Any_2() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___Any_2)); }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_Any_2() const { return ___Any_2; }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_Any_2() { return &___Any_2; }
inline void set_Any_2(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
{
___Any_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Any_2), (void*)value);
}
inline static int32_t get_offset_of_IPv6Any_3() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___IPv6Any_3)); }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_IPv6Any_3() const { return ___IPv6Any_3; }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; }
inline void set_IPv6Any_3(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
{
___IPv6Any_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_3), (void*)value);
}
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
// System.Runtime.InteropServices.GCHandle
struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3
{
public:
// System.Int32 System.Runtime.InteropServices.GCHandle::handle
int32_t ___handle_0;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); }
inline int32_t get_handle_0() const { return ___handle_0; }
inline int32_t* get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(int32_t value)
{
___handle_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.DecoderReplacementFallback
struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60
{
public:
// System.String System.Text.DecoderReplacementFallback::strDefault
String_t* ___strDefault_4;
public:
inline static int32_t get_offset_of_strDefault_4() { return static_cast<int32_t>(offsetof(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742, ___strDefault_4)); }
inline String_t* get_strDefault_4() const { return ___strDefault_4; }
inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; }
inline void set_strDefault_4(String_t* value)
{
___strDefault_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value);
}
};
// System.Text.EncoderReplacementFallback
struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63
{
public:
// System.String System.Text.EncoderReplacementFallback::strDefault
String_t* ___strDefault_4;
public:
inline static int32_t get_offset_of_strDefault_4() { return static_cast<int32_t>(offsetof(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998, ___strDefault_4)); }
inline String_t* get_strDefault_4() const { return ___strDefault_4; }
inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; }
inline void set_strDefault_4(String_t* value)
{
___strDefault_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value);
}
};
// System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB
{
public:
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
public:
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; }
inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value)
{
___m_source_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value);
}
};
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields
{
public:
// System.Action`1<System.Object> System.Threading.CancellationToken::s_ActionToActionObjShunt
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1;
public:
inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; }
inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_ActionToActionObjShunt_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// Native definition for COM marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// System.Xml.XmlDocument
struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB
{
public:
public:
};
struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields
{
public:
// System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator
EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * ___EmptyEnumerator_0;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo
RuntimeObject* ___NotKnownSchemaInfo_1;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo
RuntimeObject* ___ValidSchemaInfo_2;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo
RuntimeObject* ___InvalidSchemaInfo_3;
public:
inline static int32_t get_offset_of_EmptyEnumerator_0() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___EmptyEnumerator_0)); }
inline EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * get_EmptyEnumerator_0() const { return ___EmptyEnumerator_0; }
inline EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 ** get_address_of_EmptyEnumerator_0() { return &___EmptyEnumerator_0; }
inline void set_EmptyEnumerator_0(EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * value)
{
___EmptyEnumerator_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_0), (void*)value);
}
inline static int32_t get_offset_of_NotKnownSchemaInfo_1() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___NotKnownSchemaInfo_1)); }
inline RuntimeObject* get_NotKnownSchemaInfo_1() const { return ___NotKnownSchemaInfo_1; }
inline RuntimeObject** get_address_of_NotKnownSchemaInfo_1() { return &___NotKnownSchemaInfo_1; }
inline void set_NotKnownSchemaInfo_1(RuntimeObject* value)
{
___NotKnownSchemaInfo_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NotKnownSchemaInfo_1), (void*)value);
}
inline static int32_t get_offset_of_ValidSchemaInfo_2() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___ValidSchemaInfo_2)); }
inline RuntimeObject* get_ValidSchemaInfo_2() const { return ___ValidSchemaInfo_2; }
inline RuntimeObject** get_address_of_ValidSchemaInfo_2() { return &___ValidSchemaInfo_2; }
inline void set_ValidSchemaInfo_2(RuntimeObject* value)
{
___ValidSchemaInfo_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ValidSchemaInfo_2), (void*)value);
}
inline static int32_t get_offset_of_InvalidSchemaInfo_3() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___InvalidSchemaInfo_3)); }
inline RuntimeObject* get_InvalidSchemaInfo_3() const { return ___InvalidSchemaInfo_3; }
inline RuntimeObject** get_address_of_InvalidSchemaInfo_3() { return &___InvalidSchemaInfo_3; }
inline void set_InvalidSchemaInfo_3(RuntimeObject* value)
{
___InvalidSchemaInfo_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InvalidSchemaInfo_3), (void*)value);
}
};
// System.Xml.XmlTextReader
struct XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C : public XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB
{
public:
public:
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291 : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::0283A6AF88802AB45989B29549915BEA0F6CD515
__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 ___0283A6AF88802AB45989B29549915BEA0F6CD515_0;
// System.Int64 <PrivateImplementationDetails>::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF
int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::1A39764B112685485A5BA7B2880D878B858C1A7A
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___1A39764B112685485A5BA7B2880D878B858C1A7A_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC
__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::53437C3B2572EDB9B8640C3195DF3BC2729C5EA1
__StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::59F5BD34B6C013DEACC784F69C67E95150033A84
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___59F5BD34B6C013DEACC784F69C67E95150033A84_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C
__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3
__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10;
// System.Int64 <PrivateImplementationDetails>::98A44A6F8606AE6F23FE230286C1D6FBCC407226
int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::CCEEADA43268372341F81AE0C9208C6856441C04
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___CCEEADA43268372341F81AE0C9208C6856441C04_13;
// System.Int64 <PrivateImplementationDetails>::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78
int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::EC5842B3154E1AF94500B57220EB9F684BCCC42A
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::EEAFE8C6E1AB017237567305EE925C976CDB6458
__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16;
public:
inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); }
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 value)
{
___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value;
}
inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); }
inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value)
{
___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value;
}
inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); }
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value;
}
inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); }
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 value)
{
___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value;
}
inline static int32_t get_offset_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5)); }
inline __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 get_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() const { return ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; }
inline __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 * get_address_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return &___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; }
inline void set_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5(__StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 value)
{
___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5 = value;
}
inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_6)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_6; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_6; }
inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_6(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___59F5BD34B6C013DEACC784F69C67E95150033A84_6 = value;
}
inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7)); }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; }
inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7(__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F value)
{
___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8 = value;
}
inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; }
inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9 = value;
}
inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10)); }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; }
inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10(__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 value)
{
___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10 = value;
}
inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11)); }
inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; }
inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; }
inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11(int64_t value)
{
___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11 = value;
}
inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; }
inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12 = value;
}
inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_13)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_CCEEADA43268372341F81AE0C9208C6856441C04_13() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_13; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_13; }
inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_13(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___CCEEADA43268372341F81AE0C9208C6856441C04_13 = value;
}
inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14)); }
inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; }
inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; }
inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14(int64_t value)
{
___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14 = value;
}
inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; }
inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15 = value;
}
inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16)); }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 get_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; }
inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_16(__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 value)
{
___EEAFE8C6E1AB017237567305EE925C976CDB6458_16 = value;
}
};
// 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.ComponentModel.ReflectTypeDescriptionProvider
struct ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 : public TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591
{
public:
// System.Collections.Hashtable System.ComponentModel.ReflectTypeDescriptionProvider::_typeData
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____typeData_2;
public:
inline static int32_t get_offset_of__typeData_2() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675, ____typeData_2)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__typeData_2() const { return ____typeData_2; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__typeData_2() { return &____typeData_2; }
inline void set__typeData_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____typeData_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____typeData_2), (void*)value);
}
};
struct ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields
{
public:
// System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::_typeConstructor
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____typeConstructor_3;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_editorTables
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____editorTables_4;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicTypeConverters
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____intrinsicTypeConverters_5;
// System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicReferenceKey
RuntimeObject * ____intrinsicReferenceKey_6;
// System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicNullableKey
RuntimeObject * ____intrinsicNullableKey_7;
// System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_dictionaryKey
RuntimeObject * ____dictionaryKey_8;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_propertyCache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____propertyCache_9;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_eventCache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____eventCache_10;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_attributeCache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____attributeCache_11;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_extendedPropertyCache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____extendedPropertyCache_12;
// System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderProviderKey
Guid_t ____extenderProviderKey_13;
// System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderPropertiesKey
Guid_t ____extenderPropertiesKey_14;
// System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderProviderPropertiesKey
Guid_t ____extenderProviderPropertiesKey_15;
// System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::_skipInterfaceAttributeList
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____skipInterfaceAttributeList_16;
// System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_internalSyncObject
RuntimeObject * ____internalSyncObject_17;
public:
inline static int32_t get_offset_of__typeConstructor_3() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____typeConstructor_3)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__typeConstructor_3() const { return ____typeConstructor_3; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__typeConstructor_3() { return &____typeConstructor_3; }
inline void set__typeConstructor_3(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
____typeConstructor_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____typeConstructor_3), (void*)value);
}
inline static int32_t get_offset_of__editorTables_4() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____editorTables_4)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__editorTables_4() const { return ____editorTables_4; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__editorTables_4() { return &____editorTables_4; }
inline void set__editorTables_4(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____editorTables_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____editorTables_4), (void*)value);
}
inline static int32_t get_offset_of__intrinsicTypeConverters_5() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____intrinsicTypeConverters_5)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__intrinsicTypeConverters_5() const { return ____intrinsicTypeConverters_5; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__intrinsicTypeConverters_5() { return &____intrinsicTypeConverters_5; }
inline void set__intrinsicTypeConverters_5(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____intrinsicTypeConverters_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____intrinsicTypeConverters_5), (void*)value);
}
inline static int32_t get_offset_of__intrinsicReferenceKey_6() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____intrinsicReferenceKey_6)); }
inline RuntimeObject * get__intrinsicReferenceKey_6() const { return ____intrinsicReferenceKey_6; }
inline RuntimeObject ** get_address_of__intrinsicReferenceKey_6() { return &____intrinsicReferenceKey_6; }
inline void set__intrinsicReferenceKey_6(RuntimeObject * value)
{
____intrinsicReferenceKey_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____intrinsicReferenceKey_6), (void*)value);
}
inline static int32_t get_offset_of__intrinsicNullableKey_7() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____intrinsicNullableKey_7)); }
inline RuntimeObject * get__intrinsicNullableKey_7() const { return ____intrinsicNullableKey_7; }
inline RuntimeObject ** get_address_of__intrinsicNullableKey_7() { return &____intrinsicNullableKey_7; }
inline void set__intrinsicNullableKey_7(RuntimeObject * value)
{
____intrinsicNullableKey_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____intrinsicNullableKey_7), (void*)value);
}
inline static int32_t get_offset_of__dictionaryKey_8() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____dictionaryKey_8)); }
inline RuntimeObject * get__dictionaryKey_8() const { return ____dictionaryKey_8; }
inline RuntimeObject ** get_address_of__dictionaryKey_8() { return &____dictionaryKey_8; }
inline void set__dictionaryKey_8(RuntimeObject * value)
{
____dictionaryKey_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dictionaryKey_8), (void*)value);
}
inline static int32_t get_offset_of__propertyCache_9() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____propertyCache_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__propertyCache_9() const { return ____propertyCache_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__propertyCache_9() { return &____propertyCache_9; }
inline void set__propertyCache_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____propertyCache_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____propertyCache_9), (void*)value);
}
inline static int32_t get_offset_of__eventCache_10() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____eventCache_10)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__eventCache_10() const { return ____eventCache_10; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__eventCache_10() { return &____eventCache_10; }
inline void set__eventCache_10(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____eventCache_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____eventCache_10), (void*)value);
}
inline static int32_t get_offset_of__attributeCache_11() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____attributeCache_11)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__attributeCache_11() const { return ____attributeCache_11; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__attributeCache_11() { return &____attributeCache_11; }
inline void set__attributeCache_11(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____attributeCache_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____attributeCache_11), (void*)value);
}
inline static int32_t get_offset_of__extendedPropertyCache_12() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____extendedPropertyCache_12)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__extendedPropertyCache_12() const { return ____extendedPropertyCache_12; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__extendedPropertyCache_12() { return &____extendedPropertyCache_12; }
inline void set__extendedPropertyCache_12(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____extendedPropertyCache_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____extendedPropertyCache_12), (void*)value);
}
inline static int32_t get_offset_of__extenderProviderKey_13() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____extenderProviderKey_13)); }
inline Guid_t get__extenderProviderKey_13() const { return ____extenderProviderKey_13; }
inline Guid_t * get_address_of__extenderProviderKey_13() { return &____extenderProviderKey_13; }
inline void set__extenderProviderKey_13(Guid_t value)
{
____extenderProviderKey_13 = value;
}
inline static int32_t get_offset_of__extenderPropertiesKey_14() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____extenderPropertiesKey_14)); }
inline Guid_t get__extenderPropertiesKey_14() const { return ____extenderPropertiesKey_14; }
inline Guid_t * get_address_of__extenderPropertiesKey_14() { return &____extenderPropertiesKey_14; }
inline void set__extenderPropertiesKey_14(Guid_t value)
{
____extenderPropertiesKey_14 = value;
}
inline static int32_t get_offset_of__extenderProviderPropertiesKey_15() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____extenderProviderPropertiesKey_15)); }
inline Guid_t get__extenderProviderPropertiesKey_15() const { return ____extenderProviderPropertiesKey_15; }
inline Guid_t * get_address_of__extenderProviderPropertiesKey_15() { return &____extenderProviderPropertiesKey_15; }
inline void set__extenderProviderPropertiesKey_15(Guid_t value)
{
____extenderProviderPropertiesKey_15 = value;
}
inline static int32_t get_offset_of__skipInterfaceAttributeList_16() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____skipInterfaceAttributeList_16)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__skipInterfaceAttributeList_16() const { return ____skipInterfaceAttributeList_16; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__skipInterfaceAttributeList_16() { return &____skipInterfaceAttributeList_16; }
inline void set__skipInterfaceAttributeList_16(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
____skipInterfaceAttributeList_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&____skipInterfaceAttributeList_16), (void*)value);
}
inline static int32_t get_offset_of__internalSyncObject_17() { return static_cast<int32_t>(offsetof(ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_StaticFields, ____internalSyncObject_17)); }
inline RuntimeObject * get__internalSyncObject_17() const { return ____internalSyncObject_17; }
inline RuntimeObject ** get_address_of__internalSyncObject_17() { return &____internalSyncObject_17; }
inline void set__internalSyncObject_17(RuntimeObject * value)
{
____internalSyncObject_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____internalSyncObject_17), (void*)value);
}
};
// System.ComponentModel.TypeConverter
struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB : public RuntimeObject
{
public:
public:
};
struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_StaticFields
{
public:
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeConverter::useCompatibleTypeConversion
bool ___useCompatibleTypeConversion_1;
public:
inline static int32_t get_offset_of_useCompatibleTypeConversion_1() { return static_cast<int32_t>(offsetof(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_StaticFields, ___useCompatibleTypeConversion_1)); }
inline bool get_useCompatibleTypeConversion_1() const { return ___useCompatibleTypeConversion_1; }
inline bool* get_address_of_useCompatibleTypeConversion_1() { return &___useCompatibleTypeConversion_1; }
inline void set_useCompatibleTypeConversion_1(bool value)
{
___useCompatibleTypeConversion_1 = value;
}
};
// System.Configuration.ApplicationScopedSettingAttribute
struct ApplicationScopedSettingAttribute_tD5417D30A0DF5554F1827117DAAD6A8E55C560B7 : public SettingAttribute_tDBB7CE8D1D2D067F1B0489FC10E43F69288F3151
{
public:
public:
};
// System.Configuration.ClientSettingsSection
struct ClientSettingsSection_t2F438B6D89D26A9F78E317DF93E56DE696BD4C81 : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// System.Configuration.ConfigXmlDocument
struct ConfigXmlDocument_tB18A0B8883592F270AE2AB791F55127D15246E88 : public XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97
{
public:
public:
};
// System.Configuration.ConfigurationElementCollectionType
struct ConfigurationElementCollectionType_t9917F8A47E2C4D907B97A61F9BCF63B0901F3CD8
{
public:
// System.Int32 System.Configuration.ConfigurationElementCollectionType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConfigurationElementCollectionType_t9917F8A47E2C4D907B97A61F9BCF63B0901F3CD8, ___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.ConfigurationSaveMode
struct ConfigurationSaveMode_t523EE14FAE2959521B022E094264837172AD97EC
{
public:
// System.Int32 System.Configuration.ConfigurationSaveMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConfigurationSaveMode_t523EE14FAE2959521B022E094264837172AD97EC, ___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.LocalFileSettingsProvider
struct LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC : public SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A
{
public:
public:
};
// System.Configuration.SchemeSettingElementCollection
struct SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC
{
public:
public:
};
// System.Configuration.SettingChangingEventArgs
struct SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 : public CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D
{
public:
public:
};
// System.Configuration.SettingElementCollection
struct SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC
{
public:
public:
};
// System.Configuration.SettingsManageability
struct SettingsManageability_t073EE3A46191C3C427069E6468F148DA7E217956
{
public:
// System.Int32 System.Configuration.SettingsManageability::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SettingsManageability_t073EE3A46191C3C427069E6468F148DA7E217956, ___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.SettingsSerializeAs
struct SettingsSerializeAs_tB7D9625AE7AAC3CBA5D013B21693C56AFA20D634
{
public:
// System.Int32 System.Configuration.SettingsSerializeAs::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SettingsSerializeAs_tB7D9625AE7AAC3CBA5D013B21693C56AFA20D634, ___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.SpecialSetting
struct SpecialSetting_tCD83058E7F319F137865F487700935BFEE187424
{
public:
// System.Int32 System.Configuration.SpecialSetting::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SpecialSetting_tCD83058E7F319F137865F487700935BFEE187424, ___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.UriSection
struct UriSection_t94CE26C38FDB27CBC307074AB5DEE3A093A8F6B1 : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// System.Configuration.UserScopedSettingAttribute
struct UserScopedSettingAttribute_t5D2F62D58D31E5AE25562B8F8F688B3280C9EF42 : public SettingAttribute_tDBB7CE8D1D2D067F1B0489FC10E43F69288F3151
{
public:
public:
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Diagnostics.TraceLevel
struct TraceLevel_tF5EBC1CE1930BF1CD079855557C8CBD884D323B4
{
public:
// System.Int32 System.Diagnostics.TraceLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TraceLevel_tF5EBC1CE1930BF1CD079855557C8CBD884D323B4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.GenericUriParserOptions
struct GenericUriParserOptions_t7353554480287DFDC30166694934AD1ACC328A78
{
public:
// System.Int32 System.GenericUriParserOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GenericUriParserOptions_t7353554480287DFDC30166694934AD1ACC328A78, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.CompareOptions
struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939
{
public:
// System.Int32 System.Globalization.CompareOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.Compression.CompressionMode
struct CompressionMode_tA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C
{
public:
// System.Int32 System.IO.Compression.CompressionMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompressionMode_tA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.Compression.DeflateStreamNative
struct DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB : public RuntimeObject
{
public:
// System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite System.IO.Compression.DeflateStreamNative::feeder
UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * ___feeder_0;
// System.IO.Stream System.IO.Compression.DeflateStreamNative::base_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___base_stream_1;
// System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::z_stream
SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___z_stream_2;
// System.Runtime.InteropServices.GCHandle System.IO.Compression.DeflateStreamNative::data
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___data_3;
// System.Boolean System.IO.Compression.DeflateStreamNative::disposed
bool ___disposed_4;
// System.Byte[] System.IO.Compression.DeflateStreamNative::io_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___io_buffer_5;
public:
inline static int32_t get_offset_of_feeder_0() { return static_cast<int32_t>(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___feeder_0)); }
inline UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * get_feeder_0() const { return ___feeder_0; }
inline UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 ** get_address_of_feeder_0() { return &___feeder_0; }
inline void set_feeder_0(UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * value)
{
___feeder_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___feeder_0), (void*)value);
}
inline static int32_t get_offset_of_base_stream_1() { return static_cast<int32_t>(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___base_stream_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_base_stream_1() const { return ___base_stream_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_base_stream_1() { return &___base_stream_1; }
inline void set_base_stream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___base_stream_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___base_stream_1), (void*)value);
}
inline static int32_t get_offset_of_z_stream_2() { return static_cast<int32_t>(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___z_stream_2)); }
inline SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * get_z_stream_2() const { return ___z_stream_2; }
inline SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 ** get_address_of_z_stream_2() { return &___z_stream_2; }
inline void set_z_stream_2(SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * value)
{
___z_stream_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___z_stream_2), (void*)value);
}
inline static int32_t get_offset_of_data_3() { return static_cast<int32_t>(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___data_3)); }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_data_3() const { return ___data_3; }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_data_3() { return &___data_3; }
inline void set_data_3(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
{
___data_3 = value;
}
inline static int32_t get_offset_of_disposed_4() { return static_cast<int32_t>(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___disposed_4)); }
inline bool get_disposed_4() const { return ___disposed_4; }
inline bool* get_address_of_disposed_4() { return &___disposed_4; }
inline void set_disposed_4(bool value)
{
___disposed_4 = value;
}
inline static int32_t get_offset_of_io_buffer_5() { return static_cast<int32_t>(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___io_buffer_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_io_buffer_5() const { return ___io_buffer_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_io_buffer_5() { return &___io_buffer_5; }
inline void set_io_buffer_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___io_buffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___io_buffer_5), (void*)value);
}
};
// System.IO.Compression.GZipStream
struct GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.IO.Compression.DeflateStream System.IO.Compression.GZipStream::_deflateStream
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * ____deflateStream_4;
public:
inline static int32_t get_offset_of__deflateStream_4() { return static_cast<int32_t>(offsetof(GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588, ____deflateStream_4)); }
inline DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * get__deflateStream_4() const { return ____deflateStream_4; }
inline DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE ** get_address_of__deflateStream_4() { return &____deflateStream_4; }
inline void set__deflateStream_4(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * value)
{
____deflateStream_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____deflateStream_4), (void*)value);
}
};
// System.IO.SeekOrigin
struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3
{
public:
// System.Int32 System.IO.SeekOrigin::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IOOperation
struct IOOperation_t49FF3E40F8D6C93F406C56521BE8CC395E4FE834
{
public:
// System.Int32 System.IOOperation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(IOOperation_t49FF3E40F8D6C93F406C56521BE8CC395E4FE834, ___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.Net.Cache.HttpRequestCacheLevel
struct HttpRequestCacheLevel_t31DC66727179F1D7225A780117CB094302F6DC23
{
public:
// System.Int32 System.Net.Cache.HttpRequestCacheLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HttpRequestCacheLevel_t31DC66727179F1D7225A780117CB094302F6DC23, ___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.Net.Cache.RequestCacheLevel
struct RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B
{
public:
// System.Int32 System.Net.Cache.RequestCacheLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B, ___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.Net.CloseExState
struct CloseExState_t7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429
{
public:
// System.Int32 System.Net.CloseExState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CloseExState_t7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429, ___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.Net.CookieVariant
struct CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC
{
public:
// System.Int32 System.Net.CookieVariant::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC, ___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.Net.DecompressionMethods
struct DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D
{
public:
// System.Int32 System.Net.DecompressionMethods::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D, ___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.Net.HttpWebRequest_NtlmAuthState
struct NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83
{
public:
// System.Int32 System.Net.HttpWebRequest_NtlmAuthState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83, ___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.Net.Security.AuthenticationLevel
struct AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B
{
public:
// System.Int32 System.Net.Security.AuthenticationLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B, ___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.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 : public RuntimeObject
{
public:
// System.Uri System.Net.ServicePoint::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_0;
// System.Int32 System.Net.ServicePoint::connectionLimit
int32_t ___connectionLimit_1;
// System.Int32 System.Net.ServicePoint::maxIdleTime
int32_t ___maxIdleTime_2;
// System.Int32 System.Net.ServicePoint::currentConnections
int32_t ___currentConnections_3;
// System.DateTime System.Net.ServicePoint::idleSince
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___idleSince_4;
// System.DateTime System.Net.ServicePoint::lastDnsResolve
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastDnsResolve_5;
// System.Version System.Net.ServicePoint::protocolVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___protocolVersion_6;
// System.Net.IPHostEntry System.Net.ServicePoint::host
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ___host_7;
// System.Boolean System.Net.ServicePoint::usesProxy
bool ___usesProxy_8;
// System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup> System.Net.ServicePoint::groups
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * ___groups_9;
// System.Boolean System.Net.ServicePoint::sendContinue
bool ___sendContinue_10;
// System.Boolean System.Net.ServicePoint::useConnect
bool ___useConnect_11;
// System.Object System.Net.ServicePoint::hostE
RuntimeObject * ___hostE_12;
// System.Boolean System.Net.ServicePoint::useNagle
bool ___useNagle_13;
// System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback
BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * ___endPointCallback_14;
// System.Boolean System.Net.ServicePoint::tcp_keepalive
bool ___tcp_keepalive_15;
// System.Int32 System.Net.ServicePoint::tcp_keepalive_time
int32_t ___tcp_keepalive_time_16;
// System.Int32 System.Net.ServicePoint::tcp_keepalive_interval
int32_t ___tcp_keepalive_interval_17;
// System.Threading.Timer System.Net.ServicePoint::idleTimer
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___idleTimer_18;
// System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes
RuntimeObject * ___m_ServerCertificateOrBytes_19;
// System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes
RuntimeObject * ___m_ClientCertificateOrBytes_20;
public:
inline static int32_t get_offset_of_uri_0() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___uri_0)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_0() const { return ___uri_0; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_0() { return &___uri_0; }
inline void set_uri_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value);
}
inline static int32_t get_offset_of_connectionLimit_1() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___connectionLimit_1)); }
inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; }
inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; }
inline void set_connectionLimit_1(int32_t value)
{
___connectionLimit_1 = value;
}
inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___maxIdleTime_2)); }
inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; }
inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; }
inline void set_maxIdleTime_2(int32_t value)
{
___maxIdleTime_2 = value;
}
inline static int32_t get_offset_of_currentConnections_3() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___currentConnections_3)); }
inline int32_t get_currentConnections_3() const { return ___currentConnections_3; }
inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; }
inline void set_currentConnections_3(int32_t value)
{
___currentConnections_3 = value;
}
inline static int32_t get_offset_of_idleSince_4() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleSince_4)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_idleSince_4() const { return ___idleSince_4; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_idleSince_4() { return &___idleSince_4; }
inline void set_idleSince_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___idleSince_4 = value;
}
inline static int32_t get_offset_of_lastDnsResolve_5() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___lastDnsResolve_5)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastDnsResolve_5() const { return ___lastDnsResolve_5; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastDnsResolve_5() { return &___lastDnsResolve_5; }
inline void set_lastDnsResolve_5(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___lastDnsResolve_5 = value;
}
inline static int32_t get_offset_of_protocolVersion_6() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___protocolVersion_6)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_protocolVersion_6() const { return ___protocolVersion_6; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_protocolVersion_6() { return &___protocolVersion_6; }
inline void set_protocolVersion_6(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___protocolVersion_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___protocolVersion_6), (void*)value);
}
inline static int32_t get_offset_of_host_7() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___host_7)); }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * get_host_7() const { return ___host_7; }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D ** get_address_of_host_7() { return &___host_7; }
inline void set_host_7(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * value)
{
___host_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___host_7), (void*)value);
}
inline static int32_t get_offset_of_usesProxy_8() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___usesProxy_8)); }
inline bool get_usesProxy_8() const { return ___usesProxy_8; }
inline bool* get_address_of_usesProxy_8() { return &___usesProxy_8; }
inline void set_usesProxy_8(bool value)
{
___usesProxy_8 = value;
}
inline static int32_t get_offset_of_groups_9() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___groups_9)); }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * get_groups_9() const { return ___groups_9; }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 ** get_address_of_groups_9() { return &___groups_9; }
inline void set_groups_9(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * value)
{
___groups_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___groups_9), (void*)value);
}
inline static int32_t get_offset_of_sendContinue_10() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___sendContinue_10)); }
inline bool get_sendContinue_10() const { return ___sendContinue_10; }
inline bool* get_address_of_sendContinue_10() { return &___sendContinue_10; }
inline void set_sendContinue_10(bool value)
{
___sendContinue_10 = value;
}
inline static int32_t get_offset_of_useConnect_11() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useConnect_11)); }
inline bool get_useConnect_11() const { return ___useConnect_11; }
inline bool* get_address_of_useConnect_11() { return &___useConnect_11; }
inline void set_useConnect_11(bool value)
{
___useConnect_11 = value;
}
inline static int32_t get_offset_of_hostE_12() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___hostE_12)); }
inline RuntimeObject * get_hostE_12() const { return ___hostE_12; }
inline RuntimeObject ** get_address_of_hostE_12() { return &___hostE_12; }
inline void set_hostE_12(RuntimeObject * value)
{
___hostE_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hostE_12), (void*)value);
}
inline static int32_t get_offset_of_useNagle_13() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useNagle_13)); }
inline bool get_useNagle_13() const { return ___useNagle_13; }
inline bool* get_address_of_useNagle_13() { return &___useNagle_13; }
inline void set_useNagle_13(bool value)
{
___useNagle_13 = value;
}
inline static int32_t get_offset_of_endPointCallback_14() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___endPointCallback_14)); }
inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * get_endPointCallback_14() const { return ___endPointCallback_14; }
inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 ** get_address_of_endPointCallback_14() { return &___endPointCallback_14; }
inline void set_endPointCallback_14(BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * value)
{
___endPointCallback_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___endPointCallback_14), (void*)value);
}
inline static int32_t get_offset_of_tcp_keepalive_15() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_15)); }
inline bool get_tcp_keepalive_15() const { return ___tcp_keepalive_15; }
inline bool* get_address_of_tcp_keepalive_15() { return &___tcp_keepalive_15; }
inline void set_tcp_keepalive_15(bool value)
{
___tcp_keepalive_15 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_time_16() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_time_16)); }
inline int32_t get_tcp_keepalive_time_16() const { return ___tcp_keepalive_time_16; }
inline int32_t* get_address_of_tcp_keepalive_time_16() { return &___tcp_keepalive_time_16; }
inline void set_tcp_keepalive_time_16(int32_t value)
{
___tcp_keepalive_time_16 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_interval_17() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_interval_17)); }
inline int32_t get_tcp_keepalive_interval_17() const { return ___tcp_keepalive_interval_17; }
inline int32_t* get_address_of_tcp_keepalive_interval_17() { return &___tcp_keepalive_interval_17; }
inline void set_tcp_keepalive_interval_17(int32_t value)
{
___tcp_keepalive_interval_17 = value;
}
inline static int32_t get_offset_of_idleTimer_18() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleTimer_18)); }
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_idleTimer_18() const { return ___idleTimer_18; }
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_idleTimer_18() { return &___idleTimer_18; }
inline void set_idleTimer_18(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value)
{
___idleTimer_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___idleTimer_18), (void*)value);
}
inline static int32_t get_offset_of_m_ServerCertificateOrBytes_19() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ServerCertificateOrBytes_19)); }
inline RuntimeObject * get_m_ServerCertificateOrBytes_19() const { return ___m_ServerCertificateOrBytes_19; }
inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_19() { return &___m_ServerCertificateOrBytes_19; }
inline void set_m_ServerCertificateOrBytes_19(RuntimeObject * value)
{
___m_ServerCertificateOrBytes_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ServerCertificateOrBytes_19), (void*)value);
}
inline static int32_t get_offset_of_m_ClientCertificateOrBytes_20() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ClientCertificateOrBytes_20)); }
inline RuntimeObject * get_m_ClientCertificateOrBytes_20() const { return ___m_ClientCertificateOrBytes_20; }
inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_20() { return &___m_ClientCertificateOrBytes_20; }
inline void set_m_ClientCertificateOrBytes_20(RuntimeObject * value)
{
___m_ClientCertificateOrBytes_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ClientCertificateOrBytes_20), (void*)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.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
public:
public:
};
// System.Runtime.InteropServices.GCHandleType
struct GCHandleType_t7155EF9CB120186C6753EE17470D37E148CB2EF1
{
public:
// System.Int32 System.Runtime.InteropServices.GCHandleType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GCHandleType_t7155EF9CB120186C6753EE17470D37E148CB2EF1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.InteropServices.SafeHandle
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
{
public:
// System.IntPtr System.Runtime.InteropServices.SafeHandle::handle
intptr_t ___handle_0;
// System.Int32 System.Runtime.InteropServices.SafeHandle::_state
int32_t ____state_1;
// System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle
bool ____ownsHandle_2;
// System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized
bool ____fullyInitialized_3;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ___handle_0)); }
inline intptr_t get_handle_0() const { return ___handle_0; }
inline intptr_t* get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(intptr_t value)
{
___handle_0 = value;
}
inline static int32_t get_offset_of__state_1() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____state_1)); }
inline int32_t get__state_1() const { return ____state_1; }
inline int32_t* get_address_of__state_1() { return &____state_1; }
inline void set__state_1(int32_t value)
{
____state_1 = value;
}
inline static int32_t get_offset_of__ownsHandle_2() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____ownsHandle_2)); }
inline bool get__ownsHandle_2() const { return ____ownsHandle_2; }
inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; }
inline void set__ownsHandle_2(bool value)
{
____ownsHandle_2 = value;
}
inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____fullyInitialized_3)); }
inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; }
inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; }
inline void set__fullyInitialized_3(bool value)
{
____fullyInitialized_3 = value;
}
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.Security.Principal.TokenImpersonationLevel
struct TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26
{
public:
// System.Int32 System.Security.Principal.TokenImpersonationLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26, ___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.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : public RuntimeObject
{
public:
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
int32_t ___m_taskId_4;
// System.Object System.Threading.Tasks.Task::m_action
RuntimeObject * ___m_action_5;
// System.Object System.Threading.Tasks.Task::m_stateObject
RuntimeObject * ___m_stateObject_6;
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_parent_8;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
int32_t ___m_stateFlags_9;
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
RuntimeObject * ___m_continuationObject_10;
// System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15;
public:
inline static int32_t get_offset_of_m_taskId_4() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskId_4)); }
inline int32_t get_m_taskId_4() const { return ___m_taskId_4; }
inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; }
inline void set_m_taskId_4(int32_t value)
{
___m_taskId_4 = value;
}
inline static int32_t get_offset_of_m_action_5() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_action_5)); }
inline RuntimeObject * get_m_action_5() const { return ___m_action_5; }
inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; }
inline void set_m_action_5(RuntimeObject * value)
{
___m_action_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value);
}
inline static int32_t get_offset_of_m_stateObject_6() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateObject_6)); }
inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; }
inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; }
inline void set_m_stateObject_6(RuntimeObject * value)
{
___m_stateObject_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value);
}
inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; }
inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value)
{
___m_taskScheduler_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value);
}
inline static int32_t get_offset_of_m_parent_8() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; }
inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___m_parent_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value);
}
inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateFlags_9)); }
inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; }
inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; }
inline void set_m_stateFlags_9(int32_t value)
{
___m_stateFlags_9 = value;
}
inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); }
inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; }
inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; }
inline void set_m_continuationObject_10(RuntimeObject * value)
{
___m_continuationObject_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_10), (void*)value);
}
inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); }
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; }
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; }
inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value)
{
___m_contingentProperties_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value);
}
};
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields
{
public:
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
int32_t ___s_taskIdCounter_2;
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory
TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3;
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
RuntimeObject * ___s_taskCompletionSentinel_11;
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
bool ___s_asyncDebuggingEnabled_12;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13;
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
RuntimeObject * ___s_activeTasksLock_14;
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16;
// System.Func`1<System.Threading.Tasks.Task_ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18;
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19;
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20;
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21;
public:
inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskIdCounter_2)); }
inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; }
inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; }
inline void set_s_taskIdCounter_2(int32_t value)
{
___s_taskIdCounter_2 = value;
}
inline static int32_t get_offset_of_s_factory_3() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); }
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; }
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; }
inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value)
{
___s_factory_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value);
}
inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); }
inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; }
inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; }
inline void set_s_taskCompletionSentinel_11(RuntimeObject * value)
{
___s_taskCompletionSentinel_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_11), (void*)value);
}
inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); }
inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; }
inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; }
inline void set_s_asyncDebuggingEnabled_12(bool value)
{
___s_asyncDebuggingEnabled_12 = value;
}
inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); }
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; }
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; }
inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value)
{
___s_currentActiveTasks_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_13), (void*)value);
}
inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); }
inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; }
inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; }
inline void set_s_activeTasksLock_14(RuntimeObject * value)
{
___s_activeTasksLock_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_14), (void*)value);
}
inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; }
inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_taskCancelCallback_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_16), (void*)value);
}
inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); }
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; }
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; }
inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value)
{
___s_createContingentProperties_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_17), (void*)value);
}
inline static int32_t get_offset_of_s_completedTask_18() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; }
inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___s_completedTask_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_18), (void*)value);
}
inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); }
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; }
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; }
inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value)
{
___s_IsExceptionObservedByParentPredicate_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)value);
}
inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; }
inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
{
___s_ecCallback_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_20), (void*)value);
}
inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); }
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; }
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; }
inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value)
{
___s_IsTaskContinuationNullPredicate_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value);
}
};
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields
{
public:
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0;
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1;
public:
inline static int32_t get_offset_of_t_currentTask_0() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; }
inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___t_currentTask_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value);
}
inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); }
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; }
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; }
inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value)
{
___t_stackGuard_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value);
}
};
// System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IntPtr System.Threading.WaitHandle::waitHandle
intptr_t ___waitHandle_3;
// Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle
SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___safeWaitHandle_4;
// System.Boolean System.Threading.WaitHandle::hasThreadAffinity
bool ___hasThreadAffinity_5;
public:
inline static int32_t get_offset_of_waitHandle_3() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___waitHandle_3)); }
inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; }
inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; }
inline void set_waitHandle_3(intptr_t value)
{
___waitHandle_3 = value;
}
inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___safeWaitHandle_4)); }
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; }
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; }
inline void set_safeWaitHandle_4(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value)
{
___safeWaitHandle_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value);
}
inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___hasThreadAffinity_5)); }
inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; }
inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; }
inline void set_hasThreadAffinity_5(bool value)
{
___hasThreadAffinity_5 = value;
}
};
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields
{
public:
// System.IntPtr System.Threading.WaitHandle::InvalidHandle
intptr_t ___InvalidHandle_10;
public:
inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields, ___InvalidHandle_10)); }
inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; }
inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; }
inline void set_InvalidHandle_10(intptr_t value)
{
___InvalidHandle_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ___waitHandle_3;
void* ___safeWaitHandle_4;
int32_t ___hasThreadAffinity_5;
};
// Native definition for COM marshalling of System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ___waitHandle_3;
void* ___safeWaitHandle_4;
int32_t ___hasThreadAffinity_5;
};
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
// System.Uri_Flags
struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A
{
public:
// System.UInt64 System.Uri_Flags::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___value___2)); }
inline uint64_t get_value___2() const { return ___value___2; }
inline uint64_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint64_t value)
{
___value___2 = value;
}
};
// System.UriComponents
struct UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF
{
public:
// System.Int32 System.UriComponents::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF, ___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.UriIdnScope
struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1
{
public:
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___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.WeakReference
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D : public RuntimeObject
{
public:
// System.Boolean System.WeakReference::isLongReference
bool ___isLongReference_0;
// System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___gcHandle_1;
public:
inline static int32_t get_offset_of_isLongReference_0() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___isLongReference_0)); }
inline bool get_isLongReference_0() const { return ___isLongReference_0; }
inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; }
inline void set_isLongReference_0(bool value)
{
___isLongReference_0 = value;
}
inline static int32_t get_offset_of_gcHandle_1() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___gcHandle_1)); }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_gcHandle_1() const { return ___gcHandle_1; }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_gcHandle_1() { return &___gcHandle_1; }
inline void set_gcHandle_1(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
{
___gcHandle_1 = value;
}
};
// System.ComponentModel.BaseNumberConverter
struct BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
public:
};
// System.ComponentModel.TypeListConverter
struct TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
// System.Type[] System.ComponentModel.TypeListConverter::types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types_2;
// System.ComponentModel.TypeConverter_StandardValuesCollection System.ComponentModel.TypeListConverter::values
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * ___values_3;
public:
inline static int32_t get_offset_of_types_2() { return static_cast<int32_t>(offsetof(TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0, ___types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_types_2() const { return ___types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_types_2() { return &___types_2; }
inline void set_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___types_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___types_2), (void*)value);
}
inline static int32_t get_offset_of_values_3() { return static_cast<int32_t>(offsetof(TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0, ___values_3)); }
inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * get_values_3() const { return ___values_3; }
inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 ** get_address_of_values_3() { return &___values_3; }
inline void set_values_3(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * value)
{
___values_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_3), (void*)value);
}
};
// System.ComponentModel.WeakHashtable
struct WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF : public Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9
{
public:
// System.Int64 System.ComponentModel.WeakHashtable::_lastGlobalMem
int64_t ____lastGlobalMem_12;
// System.Int32 System.ComponentModel.WeakHashtable::_lastHashCount
int32_t ____lastHashCount_13;
public:
inline static int32_t get_offset_of__lastGlobalMem_12() { return static_cast<int32_t>(offsetof(WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF, ____lastGlobalMem_12)); }
inline int64_t get__lastGlobalMem_12() const { return ____lastGlobalMem_12; }
inline int64_t* get_address_of__lastGlobalMem_12() { return &____lastGlobalMem_12; }
inline void set__lastGlobalMem_12(int64_t value)
{
____lastGlobalMem_12 = value;
}
inline static int32_t get_offset_of__lastHashCount_13() { return static_cast<int32_t>(offsetof(WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF, ____lastHashCount_13)); }
inline int32_t get__lastHashCount_13() const { return ____lastHashCount_13; }
inline int32_t* get_address_of__lastHashCount_13() { return &____lastHashCount_13; }
inline void set__lastHashCount_13(int32_t value)
{
____lastHashCount_13 = value;
}
};
struct WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF_StaticFields
{
public:
// System.Collections.IEqualityComparer System.ComponentModel.WeakHashtable::_comparer
RuntimeObject* ____comparer_11;
public:
inline static int32_t get_offset_of__comparer_11() { return static_cast<int32_t>(offsetof(WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF_StaticFields, ____comparer_11)); }
inline RuntimeObject* get__comparer_11() const { return ____comparer_11; }
inline RuntimeObject** get_address_of__comparer_11() { return &____comparer_11; }
inline void set__comparer_11(RuntimeObject* value)
{
____comparer_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____comparer_11), (void*)value);
}
};
// System.ComponentModel.WeakHashtable_EqualityWeakReference
struct EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54 : public WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D
{
public:
// System.Int32 System.ComponentModel.WeakHashtable_EqualityWeakReference::_hashCode
int32_t ____hashCode_2;
public:
inline static int32_t get_offset_of__hashCode_2() { return static_cast<int32_t>(offsetof(EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54, ____hashCode_2)); }
inline int32_t get__hashCode_2() const { return ____hashCode_2; }
inline int32_t* get_address_of__hashCode_2() { return &____hashCode_2; }
inline void set__hashCode_2(int32_t value)
{
____hashCode_2 = value;
}
};
// System.Configuration.SettingsAttributeDictionary
struct SettingsAttributeDictionary_t7DAB45F9F421E95E78F6C215FB535B05E13D57FE : public Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9
{
public:
public:
};
// System.Configuration.SettingsContext
struct SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 : public Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9
{
public:
public:
};
// System.Configuration.SettingsPropertyIsReadOnlyException
struct SettingsPropertyIsReadOnlyException_t24FFDC84E033F31267C92EDF61F1F1A29FB14887 : public Exception_t
{
public:
public:
};
// System.Configuration.SettingsPropertyNotFoundException
struct SettingsPropertyNotFoundException_tC84FDA1881A0A5A631FEC0A2EBF841C0FDE8F8B5 : public Exception_t
{
public:
public:
};
// System.Configuration.SettingsPropertyWrongTypeException
struct SettingsPropertyWrongTypeException_t8A9E1FDAAC3F3A6B8531A90D5265856CD0B11B99 : public Exception_t
{
public:
public:
};
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject
{
public:
// System.String System.Globalization.CompareInfo::m_name
String_t* ___m_name_3;
// System.String System.Globalization.CompareInfo::m_sortName
String_t* ___m_sortName_4;
// System.Int32 System.Globalization.CompareInfo::win32LCID
int32_t ___win32LCID_5;
// System.Int32 System.Globalization.CompareInfo::culture
int32_t ___culture_6;
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20;
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21;
public:
inline static int32_t get_offset_of_m_name_3() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); }
inline String_t* get_m_name_3() const { return ___m_name_3; }
inline String_t** get_address_of_m_name_3() { return &___m_name_3; }
inline void set_m_name_3(String_t* value)
{
___m_name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value);
}
inline static int32_t get_offset_of_m_sortName_4() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); }
inline String_t* get_m_sortName_4() const { return ___m_sortName_4; }
inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; }
inline void set_m_sortName_4(String_t* value)
{
___m_sortName_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value);
}
inline static int32_t get_offset_of_win32LCID_5() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); }
inline int32_t get_win32LCID_5() const { return ___win32LCID_5; }
inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; }
inline void set_win32LCID_5(int32_t value)
{
___win32LCID_5 = value;
}
inline static int32_t get_offset_of_culture_6() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); }
inline int32_t get_culture_6() const { return ___culture_6; }
inline int32_t* get_address_of_culture_6() { return &___culture_6; }
inline void set_culture_6(int32_t value)
{
___culture_6 = value;
}
inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); }
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; }
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; }
inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value)
{
___m_SortVersion_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value);
}
inline static int32_t get_offset_of_collator_21() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); }
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; }
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; }
inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value)
{
___collator_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value);
}
};
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator> System.Globalization.CompareInfo::collators
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22;
// System.Boolean System.Globalization.CompareInfo::managedCollation
bool ___managedCollation_23;
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
bool ___managedCollationChecked_24;
public:
inline static int32_t get_offset_of_collators_22() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); }
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; }
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; }
inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value)
{
___collators_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value);
}
inline static int32_t get_offset_of_managedCollation_23() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); }
inline bool get_managedCollation_23() const { return ___managedCollation_23; }
inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; }
inline void set_managedCollation_23(bool value)
{
___managedCollation_23 = value;
}
inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); }
inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; }
inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; }
inline void set_managedCollationChecked_24(bool value)
{
___managedCollationChecked_24 = value;
}
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
}
};
// System.IO.Compression.DeflateStream
struct DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.IO.Stream System.IO.Compression.DeflateStream::base_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___base_stream_4;
// System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode
int32_t ___mode_5;
// System.Boolean System.IO.Compression.DeflateStream::leaveOpen
bool ___leaveOpen_6;
// System.Boolean System.IO.Compression.DeflateStream::disposed
bool ___disposed_7;
// System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStream::native
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * ___native_8;
public:
inline static int32_t get_offset_of_base_stream_4() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___base_stream_4)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_base_stream_4() const { return ___base_stream_4; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_base_stream_4() { return &___base_stream_4; }
inline void set_base_stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___base_stream_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___base_stream_4), (void*)value);
}
inline static int32_t get_offset_of_mode_5() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___mode_5)); }
inline int32_t get_mode_5() const { return ___mode_5; }
inline int32_t* get_address_of_mode_5() { return &___mode_5; }
inline void set_mode_5(int32_t value)
{
___mode_5 = value;
}
inline static int32_t get_offset_of_leaveOpen_6() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___leaveOpen_6)); }
inline bool get_leaveOpen_6() const { return ___leaveOpen_6; }
inline bool* get_address_of_leaveOpen_6() { return &___leaveOpen_6; }
inline void set_leaveOpen_6(bool value)
{
___leaveOpen_6 = value;
}
inline static int32_t get_offset_of_disposed_7() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___disposed_7)); }
inline bool get_disposed_7() const { return ___disposed_7; }
inline bool* get_address_of_disposed_7() { return &___disposed_7; }
inline void set_disposed_7(bool value)
{
___disposed_7 = value;
}
inline static int32_t get_offset_of_native_8() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___native_8)); }
inline DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * get_native_8() const { return ___native_8; }
inline DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB ** get_address_of_native_8() { return &___native_8; }
inline void set_native_8(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * value)
{
___native_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_8), (void*)value);
}
};
// System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle
struct SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 : public SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383
{
public:
public:
};
// System.IOSelectorJob
struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 : public RuntimeObject
{
public:
// System.IOOperation System.IOSelectorJob::operation
int32_t ___operation_0;
// System.IOAsyncCallback System.IOSelectorJob::callback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___callback_1;
// System.IOAsyncResult System.IOSelectorJob::state
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___state_2;
public:
inline static int32_t get_offset_of_operation_0() { return static_cast<int32_t>(offsetof(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___operation_0)); }
inline int32_t get_operation_0() const { return ___operation_0; }
inline int32_t* get_address_of_operation_0() { return &___operation_0; }
inline void set_operation_0(int32_t value)
{
___operation_0 = value;
}
inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___callback_1)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_callback_1() const { return ___callback_1; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_callback_1() { return &___callback_1; }
inline void set_callback_1(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___callback_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value);
}
inline static int32_t get_offset_of_state_2() { return static_cast<int32_t>(offsetof(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___state_2)); }
inline IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * get_state_2() const { return ___state_2; }
inline IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD ** get_address_of_state_2() { return &___state_2; }
inline void set_state_2(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * value)
{
___state_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___state_2), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.IOSelectorJob
struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke
{
int32_t ___operation_0;
Il2CppMethodPointer ___callback_1;
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke* ___state_2;
};
// Native definition for COM marshalling of System.IOSelectorJob
struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com
{
int32_t ___operation_0;
Il2CppMethodPointer ___callback_1;
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com* ___state_2;
};
// 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.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 : public RuntimeObject
{
public:
// System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::m_Level
int32_t ___m_Level_0;
public:
inline static int32_t get_offset_of_m_Level_0() { return static_cast<int32_t>(offsetof(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61, ___m_Level_0)); }
inline int32_t get_m_Level_0() const { return ___m_Level_0; }
inline int32_t* get_address_of_m_Level_0() { return &___m_Level_0; }
inline void set_m_Level_0(int32_t value)
{
___m_Level_0 = value;
}
};
// System.Net.Cookie
struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 : public RuntimeObject
{
public:
// System.String System.Net.Cookie::m_comment
String_t* ___m_comment_4;
// System.Uri System.Net.Cookie::m_commentUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_commentUri_5;
// System.Net.CookieVariant System.Net.Cookie::m_cookieVariant
int32_t ___m_cookieVariant_6;
// System.Boolean System.Net.Cookie::m_discard
bool ___m_discard_7;
// System.String System.Net.Cookie::m_domain
String_t* ___m_domain_8;
// System.Boolean System.Net.Cookie::m_domain_implicit
bool ___m_domain_implicit_9;
// System.DateTime System.Net.Cookie::m_expires
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_expires_10;
// System.String System.Net.Cookie::m_name
String_t* ___m_name_11;
// System.String System.Net.Cookie::m_path
String_t* ___m_path_12;
// System.Boolean System.Net.Cookie::m_path_implicit
bool ___m_path_implicit_13;
// System.String System.Net.Cookie::m_port
String_t* ___m_port_14;
// System.Boolean System.Net.Cookie::m_port_implicit
bool ___m_port_implicit_15;
// System.Int32[] System.Net.Cookie::m_port_list
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_port_list_16;
// System.Boolean System.Net.Cookie::m_secure
bool ___m_secure_17;
// System.Boolean System.Net.Cookie::m_httpOnly
bool ___m_httpOnly_18;
// System.DateTime System.Net.Cookie::m_timeStamp
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_timeStamp_19;
// System.String System.Net.Cookie::m_value
String_t* ___m_value_20;
// System.Int32 System.Net.Cookie::m_version
int32_t ___m_version_21;
// System.String System.Net.Cookie::m_domainKey
String_t* ___m_domainKey_22;
// System.Boolean System.Net.Cookie::IsQuotedVersion
bool ___IsQuotedVersion_23;
// System.Boolean System.Net.Cookie::IsQuotedDomain
bool ___IsQuotedDomain_24;
public:
inline static int32_t get_offset_of_m_comment_4() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_comment_4)); }
inline String_t* get_m_comment_4() const { return ___m_comment_4; }
inline String_t** get_address_of_m_comment_4() { return &___m_comment_4; }
inline void set_m_comment_4(String_t* value)
{
___m_comment_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_comment_4), (void*)value);
}
inline static int32_t get_offset_of_m_commentUri_5() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_commentUri_5)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_commentUri_5() const { return ___m_commentUri_5; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_commentUri_5() { return &___m_commentUri_5; }
inline void set_m_commentUri_5(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___m_commentUri_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_commentUri_5), (void*)value);
}
inline static int32_t get_offset_of_m_cookieVariant_6() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_cookieVariant_6)); }
inline int32_t get_m_cookieVariant_6() const { return ___m_cookieVariant_6; }
inline int32_t* get_address_of_m_cookieVariant_6() { return &___m_cookieVariant_6; }
inline void set_m_cookieVariant_6(int32_t value)
{
___m_cookieVariant_6 = value;
}
inline static int32_t get_offset_of_m_discard_7() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_discard_7)); }
inline bool get_m_discard_7() const { return ___m_discard_7; }
inline bool* get_address_of_m_discard_7() { return &___m_discard_7; }
inline void set_m_discard_7(bool value)
{
___m_discard_7 = value;
}
inline static int32_t get_offset_of_m_domain_8() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domain_8)); }
inline String_t* get_m_domain_8() const { return ___m_domain_8; }
inline String_t** get_address_of_m_domain_8() { return &___m_domain_8; }
inline void set_m_domain_8(String_t* value)
{
___m_domain_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_domain_8), (void*)value);
}
inline static int32_t get_offset_of_m_domain_implicit_9() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domain_implicit_9)); }
inline bool get_m_domain_implicit_9() const { return ___m_domain_implicit_9; }
inline bool* get_address_of_m_domain_implicit_9() { return &___m_domain_implicit_9; }
inline void set_m_domain_implicit_9(bool value)
{
___m_domain_implicit_9 = value;
}
inline static int32_t get_offset_of_m_expires_10() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_expires_10)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_expires_10() const { return ___m_expires_10; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_expires_10() { return &___m_expires_10; }
inline void set_m_expires_10(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_expires_10 = value;
}
inline static int32_t get_offset_of_m_name_11() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_name_11)); }
inline String_t* get_m_name_11() const { return ___m_name_11; }
inline String_t** get_address_of_m_name_11() { return &___m_name_11; }
inline void set_m_name_11(String_t* value)
{
___m_name_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_11), (void*)value);
}
inline static int32_t get_offset_of_m_path_12() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_path_12)); }
inline String_t* get_m_path_12() const { return ___m_path_12; }
inline String_t** get_address_of_m_path_12() { return &___m_path_12; }
inline void set_m_path_12(String_t* value)
{
___m_path_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_path_12), (void*)value);
}
inline static int32_t get_offset_of_m_path_implicit_13() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_path_implicit_13)); }
inline bool get_m_path_implicit_13() const { return ___m_path_implicit_13; }
inline bool* get_address_of_m_path_implicit_13() { return &___m_path_implicit_13; }
inline void set_m_path_implicit_13(bool value)
{
___m_path_implicit_13 = value;
}
inline static int32_t get_offset_of_m_port_14() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_14)); }
inline String_t* get_m_port_14() const { return ___m_port_14; }
inline String_t** get_address_of_m_port_14() { return &___m_port_14; }
inline void set_m_port_14(String_t* value)
{
___m_port_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_port_14), (void*)value);
}
inline static int32_t get_offset_of_m_port_implicit_15() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_implicit_15)); }
inline bool get_m_port_implicit_15() const { return ___m_port_implicit_15; }
inline bool* get_address_of_m_port_implicit_15() { return &___m_port_implicit_15; }
inline void set_m_port_implicit_15(bool value)
{
___m_port_implicit_15 = value;
}
inline static int32_t get_offset_of_m_port_list_16() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_list_16)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_port_list_16() const { return ___m_port_list_16; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_port_list_16() { return &___m_port_list_16; }
inline void set_m_port_list_16(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_port_list_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_port_list_16), (void*)value);
}
inline static int32_t get_offset_of_m_secure_17() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_secure_17)); }
inline bool get_m_secure_17() const { return ___m_secure_17; }
inline bool* get_address_of_m_secure_17() { return &___m_secure_17; }
inline void set_m_secure_17(bool value)
{
___m_secure_17 = value;
}
inline static int32_t get_offset_of_m_httpOnly_18() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_httpOnly_18)); }
inline bool get_m_httpOnly_18() const { return ___m_httpOnly_18; }
inline bool* get_address_of_m_httpOnly_18() { return &___m_httpOnly_18; }
inline void set_m_httpOnly_18(bool value)
{
___m_httpOnly_18 = value;
}
inline static int32_t get_offset_of_m_timeStamp_19() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_timeStamp_19)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_timeStamp_19() const { return ___m_timeStamp_19; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_timeStamp_19() { return &___m_timeStamp_19; }
inline void set_m_timeStamp_19(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_timeStamp_19 = value;
}
inline static int32_t get_offset_of_m_value_20() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_value_20)); }
inline String_t* get_m_value_20() const { return ___m_value_20; }
inline String_t** get_address_of_m_value_20() { return &___m_value_20; }
inline void set_m_value_20(String_t* value)
{
___m_value_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_value_20), (void*)value);
}
inline static int32_t get_offset_of_m_version_21() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_version_21)); }
inline int32_t get_m_version_21() const { return ___m_version_21; }
inline int32_t* get_address_of_m_version_21() { return &___m_version_21; }
inline void set_m_version_21(int32_t value)
{
___m_version_21 = value;
}
inline static int32_t get_offset_of_m_domainKey_22() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domainKey_22)); }
inline String_t* get_m_domainKey_22() const { return ___m_domainKey_22; }
inline String_t** get_address_of_m_domainKey_22() { return &___m_domainKey_22; }
inline void set_m_domainKey_22(String_t* value)
{
___m_domainKey_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_domainKey_22), (void*)value);
}
inline static int32_t get_offset_of_IsQuotedVersion_23() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___IsQuotedVersion_23)); }
inline bool get_IsQuotedVersion_23() const { return ___IsQuotedVersion_23; }
inline bool* get_address_of_IsQuotedVersion_23() { return &___IsQuotedVersion_23; }
inline void set_IsQuotedVersion_23(bool value)
{
___IsQuotedVersion_23 = value;
}
inline static int32_t get_offset_of_IsQuotedDomain_24() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___IsQuotedDomain_24)); }
inline bool get_IsQuotedDomain_24() const { return ___IsQuotedDomain_24; }
inline bool* get_address_of_IsQuotedDomain_24() { return &___IsQuotedDomain_24; }
inline void set_IsQuotedDomain_24(bool value)
{
___IsQuotedDomain_24 = value;
}
};
struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields
{
public:
// System.Char[] System.Net.Cookie::PortSplitDelimiters
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___PortSplitDelimiters_0;
// System.Char[] System.Net.Cookie::Reserved2Name
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Reserved2Name_1;
// System.Char[] System.Net.Cookie::Reserved2Value
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Reserved2Value_2;
// System.Net.Comparer System.Net.Cookie::staticComparer
Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * ___staticComparer_3;
public:
inline static int32_t get_offset_of_PortSplitDelimiters_0() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___PortSplitDelimiters_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_PortSplitDelimiters_0() const { return ___PortSplitDelimiters_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_PortSplitDelimiters_0() { return &___PortSplitDelimiters_0; }
inline void set_PortSplitDelimiters_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___PortSplitDelimiters_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PortSplitDelimiters_0), (void*)value);
}
inline static int32_t get_offset_of_Reserved2Name_1() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___Reserved2Name_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Reserved2Name_1() const { return ___Reserved2Name_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Reserved2Name_1() { return &___Reserved2Name_1; }
inline void set_Reserved2Name_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___Reserved2Name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Name_1), (void*)value);
}
inline static int32_t get_offset_of_Reserved2Value_2() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___Reserved2Value_2)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Reserved2Value_2() const { return ___Reserved2Value_2; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Reserved2Value_2() { return &___Reserved2Value_2; }
inline void set_Reserved2Value_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___Reserved2Value_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Value_2), (void*)value);
}
inline static int32_t get_offset_of_staticComparer_3() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___staticComparer_3)); }
inline Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * get_staticComparer_3() const { return ___staticComparer_3; }
inline Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB ** get_address_of_staticComparer_3() { return &___staticComparer_3; }
inline void set_staticComparer_3(Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * value)
{
___staticComparer_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___staticComparer_3), (void*)value);
}
};
// System.Net.HttpWebRequest_AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB
{
public:
// System.Net.HttpWebRequest System.Net.HttpWebRequest_AuthorizationState::request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::isProxy
bool ___isProxy_1;
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::isCompleted
bool ___isCompleted_2;
// System.Net.HttpWebRequest_NtlmAuthState System.Net.HttpWebRequest_AuthorizationState::ntlm_auth_state
int32_t ___ntlm_auth_state_3;
public:
inline static int32_t get_offset_of_request_0() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___request_0)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_0() const { return ___request_0; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_0() { return &___request_0; }
inline void set_request_0(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___request_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value);
}
inline static int32_t get_offset_of_isProxy_1() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isProxy_1)); }
inline bool get_isProxy_1() const { return ___isProxy_1; }
inline bool* get_address_of_isProxy_1() { return &___isProxy_1; }
inline void set_isProxy_1(bool value)
{
___isProxy_1 = value;
}
inline static int32_t get_offset_of_isCompleted_2() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isCompleted_2)); }
inline bool get_isCompleted_2() const { return ___isCompleted_2; }
inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; }
inline void set_isCompleted_2(bool value)
{
___isCompleted_2 = value;
}
inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___ntlm_auth_state_3)); }
inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; }
inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; }
inline void set_ntlm_auth_state_3(int32_t value)
{
___ntlm_auth_state_3 = value;
}
};
// Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
int32_t ___isProxy_1;
int32_t ___isCompleted_2;
int32_t ___ntlm_auth_state_3;
};
// Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
int32_t ___isProxy_1;
int32_t ___isCompleted_2;
int32_t ___ntlm_auth_state_3;
};
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel
int32_t ___m_AuthenticationLevel_4;
// System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel
int32_t ___m_ImpersonationLevel_5;
// System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___m_CachePolicy_6;
// System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol
RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * ___m_CacheProtocol_7;
// System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * ___m_CacheBinding_8;
public:
inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_AuthenticationLevel_4)); }
inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; }
inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; }
inline void set_m_AuthenticationLevel_4(int32_t value)
{
___m_AuthenticationLevel_4 = value;
}
inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_ImpersonationLevel_5)); }
inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; }
inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; }
inline void set_m_ImpersonationLevel_5(int32_t value)
{
___m_ImpersonationLevel_5 = value;
}
inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CachePolicy_6)); }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; }
inline void set_m_CachePolicy_6(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * value)
{
___m_CachePolicy_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CachePolicy_6), (void*)value);
}
inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheProtocol_7)); }
inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; }
inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; }
inline void set_m_CacheProtocol_7(RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * value)
{
___m_CacheProtocol_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CacheProtocol_7), (void*)value);
}
inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheBinding_8)); }
inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; }
inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; }
inline void set_m_CacheBinding_8(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * value)
{
___m_CacheBinding_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CacheBinding_8), (void*)value);
}
};
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields
{
public:
// System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___s_PrefixList_1;
// System.Object System.Net.WebRequest::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_2;
// System.Net.TimerThread_Queue System.Net.WebRequest::s_DefaultTimerQueue
Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * ___s_DefaultTimerQueue_3;
// System.Net.WebRequest_DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate
DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * ___webRequestCreate_9;
// System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy
RuntimeObject* ___s_DefaultWebProxy_10;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized
bool ___s_DefaultWebProxyInitialized_11;
public:
inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_PrefixList_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_s_PrefixList_1() const { return ___s_PrefixList_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; }
inline void set_s_PrefixList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___s_PrefixList_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_PrefixList_1), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_InternalSyncObject_2)); }
inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; }
inline void set_s_InternalSyncObject_2(RuntimeObject * value)
{
___s_InternalSyncObject_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultTimerQueue_3)); }
inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; }
inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; }
inline void set_s_DefaultTimerQueue_3(Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * value)
{
___s_DefaultTimerQueue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultTimerQueue_3), (void*)value);
}
inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___webRequestCreate_9)); }
inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * get_webRequestCreate_9() const { return ___webRequestCreate_9; }
inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; }
inline void set_webRequestCreate_9(DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * value)
{
___webRequestCreate_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___webRequestCreate_9), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxy_10)); }
inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; }
inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; }
inline void set_s_DefaultWebProxy_10(RuntimeObject* value)
{
___s_DefaultWebProxy_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultWebProxy_10), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxyInitialized_11)); }
inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; }
inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; }
inline void set_s_DefaultWebProxyInitialized_11(bool value)
{
___s_DefaultWebProxyInitialized_11 = value;
}
};
// System.Runtime.Remoting.Messaging.AsyncResult
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 : public RuntimeObject
{
public:
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state
RuntimeObject * ___async_state_0;
// System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle_1;
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate
RuntimeObject * ___async_delegate_2;
// System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data
intptr_t ___data_3;
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data
RuntimeObject * ___object_data_4;
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed
bool ___sync_completed_5;
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed
bool ___completed_6;
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called
bool ___endinvoke_called_7;
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback
RuntimeObject * ___async_callback_8;
// System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
// System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
// System.Int64 System.Runtime.Remoting.Messaging.AsyncResult::add_time
int64_t ___add_time_11;
// System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * ___call_message_12;
// System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl
RuntimeObject* ___message_ctrl_13;
// System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message
RuntimeObject* ___reply_message_14;
// System.Threading.WaitCallback System.Runtime.Remoting.Messaging.AsyncResult::orig_cb
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___orig_cb_15;
public:
inline static int32_t get_offset_of_async_state_0() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_state_0)); }
inline RuntimeObject * get_async_state_0() const { return ___async_state_0; }
inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; }
inline void set_async_state_0(RuntimeObject * value)
{
___async_state_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___async_state_0), (void*)value);
}
inline static int32_t get_offset_of_handle_1() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___handle_1)); }
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * get_handle_1() const { return ___handle_1; }
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** get_address_of_handle_1() { return &___handle_1; }
inline void set_handle_1(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value)
{
___handle_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value);
}
inline static int32_t get_offset_of_async_delegate_2() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_delegate_2)); }
inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; }
inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; }
inline void set_async_delegate_2(RuntimeObject * value)
{
___async_delegate_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___async_delegate_2), (void*)value);
}
inline static int32_t get_offset_of_data_3() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___data_3)); }
inline intptr_t get_data_3() const { return ___data_3; }
inline intptr_t* get_address_of_data_3() { return &___data_3; }
inline void set_data_3(intptr_t value)
{
___data_3 = value;
}
inline static int32_t get_offset_of_object_data_4() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___object_data_4)); }
inline RuntimeObject * get_object_data_4() const { return ___object_data_4; }
inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; }
inline void set_object_data_4(RuntimeObject * value)
{
___object_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___object_data_4), (void*)value);
}
inline static int32_t get_offset_of_sync_completed_5() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___sync_completed_5)); }
inline bool get_sync_completed_5() const { return ___sync_completed_5; }
inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; }
inline void set_sync_completed_5(bool value)
{
___sync_completed_5 = value;
}
inline static int32_t get_offset_of_completed_6() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___completed_6)); }
inline bool get_completed_6() const { return ___completed_6; }
inline bool* get_address_of_completed_6() { return &___completed_6; }
inline void set_completed_6(bool value)
{
___completed_6 = value;
}
inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___endinvoke_called_7)); }
inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; }
inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; }
inline void set_endinvoke_called_7(bool value)
{
___endinvoke_called_7 = value;
}
inline static int32_t get_offset_of_async_callback_8() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_callback_8)); }
inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; }
inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; }
inline void set_async_callback_8(RuntimeObject * value)
{
___async_callback_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___async_callback_8), (void*)value);
}
inline static int32_t get_offset_of_current_9() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___current_9)); }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_current_9() const { return ___current_9; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_current_9() { return &___current_9; }
inline void set_current_9(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
{
___current_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value);
}
inline static int32_t get_offset_of_original_10() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___original_10)); }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_original_10() const { return ___original_10; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_original_10() { return &___original_10; }
inline void set_original_10(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
{
___original_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_10), (void*)value);
}
inline static int32_t get_offset_of_add_time_11() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___add_time_11)); }
inline int64_t get_add_time_11() const { return ___add_time_11; }
inline int64_t* get_address_of_add_time_11() { return &___add_time_11; }
inline void set_add_time_11(int64_t value)
{
___add_time_11 = value;
}
inline static int32_t get_offset_of_call_message_12() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___call_message_12)); }
inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * get_call_message_12() const { return ___call_message_12; }
inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 ** get_address_of_call_message_12() { return &___call_message_12; }
inline void set_call_message_12(MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * value)
{
___call_message_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___call_message_12), (void*)value);
}
inline static int32_t get_offset_of_message_ctrl_13() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___message_ctrl_13)); }
inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; }
inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; }
inline void set_message_ctrl_13(RuntimeObject* value)
{
___message_ctrl_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___message_ctrl_13), (void*)value);
}
inline static int32_t get_offset_of_reply_message_14() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___reply_message_14)); }
inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; }
inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; }
inline void set_reply_message_14(RuntimeObject* value)
{
___reply_message_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reply_message_14), (void*)value);
}
inline static int32_t get_offset_of_orig_cb_15() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___orig_cb_15)); }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_orig_cb_15() const { return ___orig_cb_15; }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_orig_cb_15() { return &___orig_cb_15; }
inline void set_orig_cb_15(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value)
{
___orig_cb_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___orig_cb_15), (void*)value);
}
};
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields
{
public:
// System.Threading.ContextCallback System.Runtime.Remoting.Messaging.AsyncResult::ccb
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___ccb_16;
public:
inline static int32_t get_offset_of_ccb_16() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields, ___ccb_16)); }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_ccb_16() const { return ___ccb_16; }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_ccb_16() { return &___ccb_16; }
inline void set_ccb_16(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
{
___ccb_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ccb_16), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_pinvoke
{
Il2CppIUnknown* ___async_state_0;
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke ___handle_1;
Il2CppIUnknown* ___async_delegate_2;
intptr_t ___data_3;
Il2CppIUnknown* ___object_data_4;
int32_t ___sync_completed_5;
int32_t ___completed_6;
int32_t ___endinvoke_called_7;
Il2CppIUnknown* ___async_callback_8;
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
int64_t ___add_time_11;
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke* ___call_message_12;
RuntimeObject* ___message_ctrl_13;
RuntimeObject* ___reply_message_14;
Il2CppMethodPointer ___orig_cb_15;
};
// Native definition for COM marshalling of System.Runtime.Remoting.Messaging.AsyncResult
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_com
{
Il2CppIUnknown* ___async_state_0;
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com* ___handle_1;
Il2CppIUnknown* ___async_delegate_2;
intptr_t ___data_3;
Il2CppIUnknown* ___object_data_4;
int32_t ___sync_completed_5;
int32_t ___completed_6;
int32_t ___endinvoke_called_7;
Il2CppIUnknown* ___async_callback_8;
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
int64_t ___add_time_11;
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com* ___call_message_12;
RuntimeObject* ___message_ctrl_13;
RuntimeObject* ___reply_message_14;
Il2CppMethodPointer ___orig_cb_15;
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6
{
public:
public:
};
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2
{
public:
// TResult System.Threading.Tasks.Task`1::m_result
int32_t ___m_result_22;
public:
inline static int32_t get_offset_of_m_result_22() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87, ___m_result_22)); }
inline int32_t get_m_result_22() const { return ___m_result_22; }
inline int32_t* get_address_of_m_result_22() { return &___m_result_22; }
inline void set_m_result_22(int32_t value)
{
___m_result_22 = value;
}
};
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields
{
public:
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_Factory
TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * ___s_Factory_23;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>> System.Threading.Tasks.Task`1::TaskWhenAnyCast
Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * ___TaskWhenAnyCast_24;
public:
inline static int32_t get_offset_of_s_Factory_23() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___s_Factory_23)); }
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * get_s_Factory_23() const { return ___s_Factory_23; }
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 ** get_address_of_s_Factory_23() { return &___s_Factory_23; }
inline void set_s_Factory_23(TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * value)
{
___s_Factory_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value);
}
inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___TaskWhenAnyCast_24)); }
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; }
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; }
inline void set_TaskWhenAnyCast_24(Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * value)
{
___TaskWhenAnyCast_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value);
}
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
{
public:
// System.String System.Uri::m_String
String_t* ___m_String_13;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_14;
// System.UriParser System.Uri::m_Syntax
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_16;
// System.Uri_Flags System.Uri::m_Flags
uint64_t ___m_Flags_17;
// System.Uri_UriInfo System.Uri::m_Info
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
public:
inline static int32_t get_offset_of_m_String_13() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_13)); }
inline String_t* get_m_String_13() const { return ___m_String_13; }
inline String_t** get_address_of_m_String_13() { return &___m_String_13; }
inline void set_m_String_13(String_t* value)
{
___m_String_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_String_13), (void*)value);
}
inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_14)); }
inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; }
inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; }
inline void set_m_originalUnicodeString_14(String_t* value)
{
___m_originalUnicodeString_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_14), (void*)value);
}
inline static int32_t get_offset_of_m_Syntax_15() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_15)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_15() const { return ___m_Syntax_15; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; }
inline void set_m_Syntax_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___m_Syntax_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_15), (void*)value);
}
inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_16)); }
inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; }
inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; }
inline void set_m_DnsSafeHost_16(String_t* value)
{
___m_DnsSafeHost_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_16), (void*)value);
}
inline static int32_t get_offset_of_m_Flags_17() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_17)); }
inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; }
inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; }
inline void set_m_Flags_17(uint64_t value)
{
___m_Flags_17 = value;
}
inline static int32_t get_offset_of_m_Info_18() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_18)); }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_18() const { return ___m_Info_18; }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_18() { return &___m_Info_18; }
inline void set_m_Info_18(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value)
{
___m_Info_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Info_18), (void*)value);
}
inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_19)); }
inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; }
inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; }
inline void set_m_iriParsing_19(bool value)
{
___m_iriParsing_19 = value;
}
};
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields
{
public:
// System.String System.Uri::UriSchemeFile
String_t* ___UriSchemeFile_0;
// System.String System.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_1;
// System.String System.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_2;
// System.String System.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_3;
// System.String System.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_4;
// System.String System.Uri::UriSchemeWs
String_t* ___UriSchemeWs_5;
// System.String System.Uri::UriSchemeWss
String_t* ___UriSchemeWss_6;
// System.String System.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_7;
// System.String System.Uri::UriSchemeNews
String_t* ___UriSchemeNews_8;
// System.String System.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_9;
// System.String System.Uri::UriSchemeNetTcp
String_t* ___UriSchemeNetTcp_10;
// System.String System.Uri::UriSchemeNetPipe
String_t* ___UriSchemeNetPipe_11;
// System.String System.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_12;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
bool ___s_ConfigInitialized_20;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_21;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_22;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_23;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_24;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_25;
// System.Object System.Uri::s_initLock
RuntimeObject * ___s_initLock_26;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_28;
public:
inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFile_0)); }
inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; }
inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; }
inline void set_UriSchemeFile_0(String_t* value)
{
___UriSchemeFile_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFtp_1)); }
inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; }
inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; }
inline void set_UriSchemeFtp_1(String_t* value)
{
___UriSchemeFtp_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeGopher_2)); }
inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; }
inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; }
inline void set_UriSchemeGopher_2(String_t* value)
{
___UriSchemeGopher_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttp_3)); }
inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; }
inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; }
inline void set_UriSchemeHttp_3(String_t* value)
{
___UriSchemeHttp_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttps_4)); }
inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; }
inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; }
inline void set_UriSchemeHttps_4(String_t* value)
{
___UriSchemeHttps_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWs_5)); }
inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; }
inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; }
inline void set_UriSchemeWs_5(String_t* value)
{
___UriSchemeWs_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWss_6)); }
inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; }
inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; }
inline void set_UriSchemeWss_6(String_t* value)
{
___UriSchemeWss_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeMailto_7)); }
inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; }
inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; }
inline void set_UriSchemeMailto_7(String_t* value)
{
___UriSchemeMailto_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNews_8)); }
inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; }
inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; }
inline void set_UriSchemeNews_8(String_t* value)
{
___UriSchemeNews_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNntp_9)); }
inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; }
inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; }
inline void set_UriSchemeNntp_9(String_t* value)
{
___UriSchemeNntp_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetTcp_10)); }
inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; }
inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; }
inline void set_UriSchemeNetTcp_10(String_t* value)
{
___UriSchemeNetTcp_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetPipe_11)); }
inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; }
inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; }
inline void set_UriSchemeNetPipe_11(String_t* value)
{
___UriSchemeNetPipe_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value);
}
inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___SchemeDelimiter_12)); }
inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; }
inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; }
inline void set_SchemeDelimiter_12(String_t* value)
{
___SchemeDelimiter_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value);
}
inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_20)); }
inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; }
inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; }
inline void set_s_ConfigInitialized_20(bool value)
{
___s_ConfigInitialized_20 = value;
}
inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_21)); }
inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; }
inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; }
inline void set_s_ConfigInitializing_21(bool value)
{
___s_ConfigInitializing_21 = value;
}
inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_22)); }
inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; }
inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; }
inline void set_s_IdnScope_22(int32_t value)
{
___s_IdnScope_22 = value;
}
inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_23)); }
inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; }
inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; }
inline void set_s_IriParsing_23(bool value)
{
___s_IriParsing_23 = value;
}
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_24)); }
inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; }
inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; }
inline void set_useDotNetRelativeOrAbsolute_24(bool value)
{
___useDotNetRelativeOrAbsolute_24 = value;
}
inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_25)); }
inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; }
inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; }
inline void set_IsWindowsFileSystem_25(bool value)
{
___IsWindowsFileSystem_25 = value;
}
inline static int32_t get_offset_of_s_initLock_26() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_26)); }
inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; }
inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; }
inline void set_s_initLock_26(RuntimeObject * value)
{
___s_initLock_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_26), (void*)value);
}
inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_27)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_27() const { return ___HexLowerChars_27; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; }
inline void set_HexLowerChars_27(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___HexLowerChars_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_27), (void*)value);
}
inline static int32_t get_offset_of__WSchars_28() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_28)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_28() const { return ____WSchars_28; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_28() { return &____WSchars_28; }
inline void set__WSchars_28(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
____WSchars_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WSchars_28), (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.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.PropertyChangedEventHandler
struct PropertyChangedEventHandler_t617E98E1876A8EB394D2B329340CE02D21FFFC82 : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.UInt16Converter
struct UInt16Converter_t4BC0EAF1F93E418E020D9F6636F89276782C6803 : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63
{
public:
public:
};
// System.ComponentModel.UInt32Converter
struct UInt32Converter_t13F2DD92CDD0CD6A0EFD9D0F45AF88B3893DCA65 : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63
{
public:
public:
};
// System.ComponentModel.UInt64Converter
struct UInt64Converter_t0A91AD27C69DB74D2C09B17006EFE2F873566F6E : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63
{
public:
public:
};
// System.ComponentModel.WarningException
struct WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ComponentModel.WarningException::helpUrl
String_t* ___helpUrl_17;
// System.String System.ComponentModel.WarningException::helpTopic
String_t* ___helpTopic_18;
public:
inline static int32_t get_offset_of_helpUrl_17() { return static_cast<int32_t>(offsetof(WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9, ___helpUrl_17)); }
inline String_t* get_helpUrl_17() const { return ___helpUrl_17; }
inline String_t** get_address_of_helpUrl_17() { return &___helpUrl_17; }
inline void set_helpUrl_17(String_t* value)
{
___helpUrl_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___helpUrl_17), (void*)value);
}
inline static int32_t get_offset_of_helpTopic_18() { return static_cast<int32_t>(offsetof(WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9, ___helpTopic_18)); }
inline String_t* get_helpTopic_18() const { return ___helpTopic_18; }
inline String_t** get_address_of_helpTopic_18() { return &___helpTopic_18; }
inline void set_helpTopic_18(String_t* value)
{
___helpTopic_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___helpTopic_18), (void*)value);
}
};
// System.Configuration.ConfigurationException
struct ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Configuration.SettingChangingEventHandler
struct SettingChangingEventHandler_t10A6ADEACC897C4EB030985D51BC6A2FE02E340A : public MulticastDelegate_t
{
public:
public:
};
// System.Configuration.SettingsLoadedEventHandler
struct SettingsLoadedEventHandler_tAB3577F2581A26F2519B8CB38373D9E90DE291C9 : public MulticastDelegate_t
{
public:
public:
};
// System.Configuration.SettingsSavingEventHandler
struct SettingsSavingEventHandler_t51230853884472EF21DF71D3E8FC7E923C700B77 : public MulticastDelegate_t
{
public:
public:
};
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.IO.Compression.DeflateStream_ReadMethod
struct ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 : public MulticastDelegate_t
{
public:
public:
};
// System.IO.Compression.DeflateStream_WriteMethod
struct WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 : public MulticastDelegate_t
{
public:
public:
};
// System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite
struct UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 : 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.IOAsyncCallback
struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 : public MulticastDelegate_t
{
public:
public:
};
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Net.BindIPEndPoint
struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 : public MulticastDelegate_t
{
public:
public:
};
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8
{
public:
// System.Uri System.Net.HttpWebRequest::requestUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri_12;
// System.Uri System.Net.HttpWebRequest::actualUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___actualUri_13;
// System.Boolean System.Net.HttpWebRequest::hostChanged
bool ___hostChanged_14;
// System.Boolean System.Net.HttpWebRequest::allowAutoRedirect
bool ___allowAutoRedirect_15;
// System.Boolean System.Net.HttpWebRequest::allowBuffering
bool ___allowBuffering_16;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates_17;
// System.String System.Net.HttpWebRequest::connectionGroup
String_t* ___connectionGroup_18;
// System.Boolean System.Net.HttpWebRequest::haveContentLength
bool ___haveContentLength_19;
// System.Int64 System.Net.HttpWebRequest::contentLength
int64_t ___contentLength_20;
// System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate
HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * ___continueDelegate_21;
// System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookieContainer_22;
// System.Net.ICredentials System.Net.HttpWebRequest::credentials
RuntimeObject* ___credentials_23;
// System.Boolean System.Net.HttpWebRequest::haveResponse
bool ___haveResponse_24;
// System.Boolean System.Net.HttpWebRequest::haveRequest
bool ___haveRequest_25;
// System.Boolean System.Net.HttpWebRequest::requestSent
bool ___requestSent_26;
// System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_27;
// System.Boolean System.Net.HttpWebRequest::keepAlive
bool ___keepAlive_28;
// System.Int32 System.Net.HttpWebRequest::maxAutoRedirect
int32_t ___maxAutoRedirect_29;
// System.String System.Net.HttpWebRequest::mediaType
String_t* ___mediaType_30;
// System.String System.Net.HttpWebRequest::method
String_t* ___method_31;
// System.String System.Net.HttpWebRequest::initialMethod
String_t* ___initialMethod_32;
// System.Boolean System.Net.HttpWebRequest::pipelined
bool ___pipelined_33;
// System.Boolean System.Net.HttpWebRequest::preAuthenticate
bool ___preAuthenticate_34;
// System.Boolean System.Net.HttpWebRequest::usedPreAuth
bool ___usedPreAuth_35;
// System.Version System.Net.HttpWebRequest::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_36;
// System.Boolean System.Net.HttpWebRequest::force_version
bool ___force_version_37;
// System.Version System.Net.HttpWebRequest::actualVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___actualVersion_38;
// System.Net.IWebProxy System.Net.HttpWebRequest::proxy
RuntimeObject* ___proxy_39;
// System.Boolean System.Net.HttpWebRequest::sendChunked
bool ___sendChunked_40;
// System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint_41;
// System.Int32 System.Net.HttpWebRequest::timeout
int32_t ___timeout_42;
// System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___writeStream_43;
// System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___webResponse_44;
// System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncWrite_45;
// System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncRead_46;
// System.EventHandler System.Net.HttpWebRequest::abortHandler
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_47;
// System.Int32 System.Net.HttpWebRequest::aborted
int32_t ___aborted_48;
// System.Boolean System.Net.HttpWebRequest::gotRequestStream
bool ___gotRequestStream_49;
// System.Int32 System.Net.HttpWebRequest::redirects
int32_t ___redirects_50;
// System.Boolean System.Net.HttpWebRequest::expectContinue
bool ___expectContinue_51;
// System.Byte[] System.Net.HttpWebRequest::bodyBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bodyBuffer_52;
// System.Int32 System.Net.HttpWebRequest::bodyBufferLength
int32_t ___bodyBufferLength_53;
// System.Boolean System.Net.HttpWebRequest::getResponseCalled
bool ___getResponseCalled_54;
// System.Exception System.Net.HttpWebRequest::saved_exc
Exception_t * ___saved_exc_55;
// System.Object System.Net.HttpWebRequest::locker
RuntimeObject * ___locker_56;
// System.Boolean System.Net.HttpWebRequest::finished_reading
bool ___finished_reading_57;
// System.Net.WebConnection System.Net.HttpWebRequest::WebConnection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___WebConnection_58;
// System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp
int32_t ___auto_decomp_59;
// System.Int32 System.Net.HttpWebRequest::readWriteTimeout
int32_t ___readWriteTimeout_61;
// Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___tlsProvider_62;
// Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___tlsSettings_63;
// System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * ___certValidationCallback_64;
// System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::auth_state
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___auth_state_65;
// System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::proxy_auth_state
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___proxy_auth_state_66;
// System.String System.Net.HttpWebRequest::host
String_t* ___host_67;
// System.Action`1<System.IO.Stream> System.Net.HttpWebRequest::ResendContentFactory
Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * ___ResendContentFactory_68;
// System.Boolean System.Net.HttpWebRequest::<ThrowOnError>k__BackingField
bool ___U3CThrowOnErrorU3Ek__BackingField_69;
// System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah
bool ___unsafe_auth_blah_70;
// System.Boolean System.Net.HttpWebRequest::<ReuseConnection>k__BackingField
bool ___U3CReuseConnectionU3Ek__BackingField_71;
// System.Net.WebConnection System.Net.HttpWebRequest::StoredConnection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___StoredConnection_72;
public:
inline static int32_t get_offset_of_requestUri_12() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestUri_12)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_requestUri_12() const { return ___requestUri_12; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_requestUri_12() { return &___requestUri_12; }
inline void set_requestUri_12(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___requestUri_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___requestUri_12), (void*)value);
}
inline static int32_t get_offset_of_actualUri_13() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualUri_13)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_actualUri_13() const { return ___actualUri_13; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_actualUri_13() { return &___actualUri_13; }
inline void set_actualUri_13(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___actualUri_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___actualUri_13), (void*)value);
}
inline static int32_t get_offset_of_hostChanged_14() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___hostChanged_14)); }
inline bool get_hostChanged_14() const { return ___hostChanged_14; }
inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; }
inline void set_hostChanged_14(bool value)
{
___hostChanged_14 = value;
}
inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowAutoRedirect_15)); }
inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; }
inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; }
inline void set_allowAutoRedirect_15(bool value)
{
___allowAutoRedirect_15 = value;
}
inline static int32_t get_offset_of_allowBuffering_16() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowBuffering_16)); }
inline bool get_allowBuffering_16() const { return ___allowBuffering_16; }
inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; }
inline void set_allowBuffering_16(bool value)
{
___allowBuffering_16 = value;
}
inline static int32_t get_offset_of_certificates_17() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certificates_17)); }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_certificates_17() const { return ___certificates_17; }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_certificates_17() { return &___certificates_17; }
inline void set_certificates_17(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value)
{
___certificates_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___certificates_17), (void*)value);
}
inline static int32_t get_offset_of_connectionGroup_18() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___connectionGroup_18)); }
inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; }
inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; }
inline void set_connectionGroup_18(String_t* value)
{
___connectionGroup_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___connectionGroup_18), (void*)value);
}
inline static int32_t get_offset_of_haveContentLength_19() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveContentLength_19)); }
inline bool get_haveContentLength_19() const { return ___haveContentLength_19; }
inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; }
inline void set_haveContentLength_19(bool value)
{
___haveContentLength_19 = value;
}
inline static int32_t get_offset_of_contentLength_20() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___contentLength_20)); }
inline int64_t get_contentLength_20() const { return ___contentLength_20; }
inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; }
inline void set_contentLength_20(int64_t value)
{
___contentLength_20 = value;
}
inline static int32_t get_offset_of_continueDelegate_21() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___continueDelegate_21)); }
inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * get_continueDelegate_21() const { return ___continueDelegate_21; }
inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; }
inline void set_continueDelegate_21(HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * value)
{
___continueDelegate_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___continueDelegate_21), (void*)value);
}
inline static int32_t get_offset_of_cookieContainer_22() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___cookieContainer_22)); }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookieContainer_22() const { return ___cookieContainer_22; }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; }
inline void set_cookieContainer_22(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value)
{
___cookieContainer_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cookieContainer_22), (void*)value);
}
inline static int32_t get_offset_of_credentials_23() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___credentials_23)); }
inline RuntimeObject* get_credentials_23() const { return ___credentials_23; }
inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; }
inline void set_credentials_23(RuntimeObject* value)
{
___credentials_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___credentials_23), (void*)value);
}
inline static int32_t get_offset_of_haveResponse_24() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveResponse_24)); }
inline bool get_haveResponse_24() const { return ___haveResponse_24; }
inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; }
inline void set_haveResponse_24(bool value)
{
___haveResponse_24 = value;
}
inline static int32_t get_offset_of_haveRequest_25() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveRequest_25)); }
inline bool get_haveRequest_25() const { return ___haveRequest_25; }
inline bool* get_address_of_haveRequest_25() { return &___haveRequest_25; }
inline void set_haveRequest_25(bool value)
{
___haveRequest_25 = value;
}
inline static int32_t get_offset_of_requestSent_26() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestSent_26)); }
inline bool get_requestSent_26() const { return ___requestSent_26; }
inline bool* get_address_of_requestSent_26() { return &___requestSent_26; }
inline void set_requestSent_26(bool value)
{
___requestSent_26 = value;
}
inline static int32_t get_offset_of_webHeaders_27() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webHeaders_27)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_27() const { return ___webHeaders_27; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_27() { return &___webHeaders_27; }
inline void set_webHeaders_27(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___webHeaders_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_27), (void*)value);
}
inline static int32_t get_offset_of_keepAlive_28() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___keepAlive_28)); }
inline bool get_keepAlive_28() const { return ___keepAlive_28; }
inline bool* get_address_of_keepAlive_28() { return &___keepAlive_28; }
inline void set_keepAlive_28(bool value)
{
___keepAlive_28 = value;
}
inline static int32_t get_offset_of_maxAutoRedirect_29() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___maxAutoRedirect_29)); }
inline int32_t get_maxAutoRedirect_29() const { return ___maxAutoRedirect_29; }
inline int32_t* get_address_of_maxAutoRedirect_29() { return &___maxAutoRedirect_29; }
inline void set_maxAutoRedirect_29(int32_t value)
{
___maxAutoRedirect_29 = value;
}
inline static int32_t get_offset_of_mediaType_30() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___mediaType_30)); }
inline String_t* get_mediaType_30() const { return ___mediaType_30; }
inline String_t** get_address_of_mediaType_30() { return &___mediaType_30; }
inline void set_mediaType_30(String_t* value)
{
___mediaType_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mediaType_30), (void*)value);
}
inline static int32_t get_offset_of_method_31() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___method_31)); }
inline String_t* get_method_31() const { return ___method_31; }
inline String_t** get_address_of_method_31() { return &___method_31; }
inline void set_method_31(String_t* value)
{
___method_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_31), (void*)value);
}
inline static int32_t get_offset_of_initialMethod_32() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___initialMethod_32)); }
inline String_t* get_initialMethod_32() const { return ___initialMethod_32; }
inline String_t** get_address_of_initialMethod_32() { return &___initialMethod_32; }
inline void set_initialMethod_32(String_t* value)
{
___initialMethod_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&___initialMethod_32), (void*)value);
}
inline static int32_t get_offset_of_pipelined_33() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___pipelined_33)); }
inline bool get_pipelined_33() const { return ___pipelined_33; }
inline bool* get_address_of_pipelined_33() { return &___pipelined_33; }
inline void set_pipelined_33(bool value)
{
___pipelined_33 = value;
}
inline static int32_t get_offset_of_preAuthenticate_34() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___preAuthenticate_34)); }
inline bool get_preAuthenticate_34() const { return ___preAuthenticate_34; }
inline bool* get_address_of_preAuthenticate_34() { return &___preAuthenticate_34; }
inline void set_preAuthenticate_34(bool value)
{
___preAuthenticate_34 = value;
}
inline static int32_t get_offset_of_usedPreAuth_35() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___usedPreAuth_35)); }
inline bool get_usedPreAuth_35() const { return ___usedPreAuth_35; }
inline bool* get_address_of_usedPreAuth_35() { return &___usedPreAuth_35; }
inline void set_usedPreAuth_35(bool value)
{
___usedPreAuth_35 = value;
}
inline static int32_t get_offset_of_version_36() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___version_36)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_36() const { return ___version_36; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_36() { return &___version_36; }
inline void set_version_36(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___version_36), (void*)value);
}
inline static int32_t get_offset_of_force_version_37() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___force_version_37)); }
inline bool get_force_version_37() const { return ___force_version_37; }
inline bool* get_address_of_force_version_37() { return &___force_version_37; }
inline void set_force_version_37(bool value)
{
___force_version_37 = value;
}
inline static int32_t get_offset_of_actualVersion_38() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualVersion_38)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_actualVersion_38() const { return ___actualVersion_38; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_actualVersion_38() { return &___actualVersion_38; }
inline void set_actualVersion_38(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___actualVersion_38 = value;
Il2CppCodeGenWriteBarrier((void**)(&___actualVersion_38), (void*)value);
}
inline static int32_t get_offset_of_proxy_39() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_39)); }
inline RuntimeObject* get_proxy_39() const { return ___proxy_39; }
inline RuntimeObject** get_address_of_proxy_39() { return &___proxy_39; }
inline void set_proxy_39(RuntimeObject* value)
{
___proxy_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&___proxy_39), (void*)value);
}
inline static int32_t get_offset_of_sendChunked_40() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___sendChunked_40)); }
inline bool get_sendChunked_40() const { return ___sendChunked_40; }
inline bool* get_address_of_sendChunked_40() { return &___sendChunked_40; }
inline void set_sendChunked_40(bool value)
{
___sendChunked_40 = value;
}
inline static int32_t get_offset_of_servicePoint_41() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___servicePoint_41)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_servicePoint_41() const { return ___servicePoint_41; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_servicePoint_41() { return &___servicePoint_41; }
inline void set_servicePoint_41(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___servicePoint_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_41), (void*)value);
}
inline static int32_t get_offset_of_timeout_42() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___timeout_42)); }
inline int32_t get_timeout_42() const { return ___timeout_42; }
inline int32_t* get_address_of_timeout_42() { return &___timeout_42; }
inline void set_timeout_42(int32_t value)
{
___timeout_42 = value;
}
inline static int32_t get_offset_of_writeStream_43() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___writeStream_43)); }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_writeStream_43() const { return ___writeStream_43; }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_writeStream_43() { return &___writeStream_43; }
inline void set_writeStream_43(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value)
{
___writeStream_43 = value;
Il2CppCodeGenWriteBarrier((void**)(&___writeStream_43), (void*)value);
}
inline static int32_t get_offset_of_webResponse_44() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webResponse_44)); }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_webResponse_44() const { return ___webResponse_44; }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_webResponse_44() { return &___webResponse_44; }
inline void set_webResponse_44(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value)
{
___webResponse_44 = value;
Il2CppCodeGenWriteBarrier((void**)(&___webResponse_44), (void*)value);
}
inline static int32_t get_offset_of_asyncWrite_45() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncWrite_45)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncWrite_45() const { return ___asyncWrite_45; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncWrite_45() { return &___asyncWrite_45; }
inline void set_asyncWrite_45(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___asyncWrite_45 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asyncWrite_45), (void*)value);
}
inline static int32_t get_offset_of_asyncRead_46() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncRead_46)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncRead_46() const { return ___asyncRead_46; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncRead_46() { return &___asyncRead_46; }
inline void set_asyncRead_46(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___asyncRead_46 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asyncRead_46), (void*)value);
}
inline static int32_t get_offset_of_abortHandler_47() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___abortHandler_47)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_47() const { return ___abortHandler_47; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_47() { return &___abortHandler_47; }
inline void set_abortHandler_47(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___abortHandler_47 = value;
Il2CppCodeGenWriteBarrier((void**)(&___abortHandler_47), (void*)value);
}
inline static int32_t get_offset_of_aborted_48() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___aborted_48)); }
inline int32_t get_aborted_48() const { return ___aborted_48; }
inline int32_t* get_address_of_aborted_48() { return &___aborted_48; }
inline void set_aborted_48(int32_t value)
{
___aborted_48 = value;
}
inline static int32_t get_offset_of_gotRequestStream_49() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___gotRequestStream_49)); }
inline bool get_gotRequestStream_49() const { return ___gotRequestStream_49; }
inline bool* get_address_of_gotRequestStream_49() { return &___gotRequestStream_49; }
inline void set_gotRequestStream_49(bool value)
{
___gotRequestStream_49 = value;
}
inline static int32_t get_offset_of_redirects_50() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___redirects_50)); }
inline int32_t get_redirects_50() const { return ___redirects_50; }
inline int32_t* get_address_of_redirects_50() { return &___redirects_50; }
inline void set_redirects_50(int32_t value)
{
___redirects_50 = value;
}
inline static int32_t get_offset_of_expectContinue_51() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___expectContinue_51)); }
inline bool get_expectContinue_51() const { return ___expectContinue_51; }
inline bool* get_address_of_expectContinue_51() { return &___expectContinue_51; }
inline void set_expectContinue_51(bool value)
{
___expectContinue_51 = value;
}
inline static int32_t get_offset_of_bodyBuffer_52() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBuffer_52)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bodyBuffer_52() const { return ___bodyBuffer_52; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bodyBuffer_52() { return &___bodyBuffer_52; }
inline void set_bodyBuffer_52(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___bodyBuffer_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bodyBuffer_52), (void*)value);
}
inline static int32_t get_offset_of_bodyBufferLength_53() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBufferLength_53)); }
inline int32_t get_bodyBufferLength_53() const { return ___bodyBufferLength_53; }
inline int32_t* get_address_of_bodyBufferLength_53() { return &___bodyBufferLength_53; }
inline void set_bodyBufferLength_53(int32_t value)
{
___bodyBufferLength_53 = value;
}
inline static int32_t get_offset_of_getResponseCalled_54() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___getResponseCalled_54)); }
inline bool get_getResponseCalled_54() const { return ___getResponseCalled_54; }
inline bool* get_address_of_getResponseCalled_54() { return &___getResponseCalled_54; }
inline void set_getResponseCalled_54(bool value)
{
___getResponseCalled_54 = value;
}
inline static int32_t get_offset_of_saved_exc_55() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___saved_exc_55)); }
inline Exception_t * get_saved_exc_55() const { return ___saved_exc_55; }
inline Exception_t ** get_address_of_saved_exc_55() { return &___saved_exc_55; }
inline void set_saved_exc_55(Exception_t * value)
{
___saved_exc_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&___saved_exc_55), (void*)value);
}
inline static int32_t get_offset_of_locker_56() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___locker_56)); }
inline RuntimeObject * get_locker_56() const { return ___locker_56; }
inline RuntimeObject ** get_address_of_locker_56() { return &___locker_56; }
inline void set_locker_56(RuntimeObject * value)
{
___locker_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___locker_56), (void*)value);
}
inline static int32_t get_offset_of_finished_reading_57() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___finished_reading_57)); }
inline bool get_finished_reading_57() const { return ___finished_reading_57; }
inline bool* get_address_of_finished_reading_57() { return &___finished_reading_57; }
inline void set_finished_reading_57(bool value)
{
___finished_reading_57 = value;
}
inline static int32_t get_offset_of_WebConnection_58() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___WebConnection_58)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_WebConnection_58() const { return ___WebConnection_58; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_WebConnection_58() { return &___WebConnection_58; }
inline void set_WebConnection_58(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___WebConnection_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___WebConnection_58), (void*)value);
}
inline static int32_t get_offset_of_auto_decomp_59() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auto_decomp_59)); }
inline int32_t get_auto_decomp_59() const { return ___auto_decomp_59; }
inline int32_t* get_address_of_auto_decomp_59() { return &___auto_decomp_59; }
inline void set_auto_decomp_59(int32_t value)
{
___auto_decomp_59 = value;
}
inline static int32_t get_offset_of_readWriteTimeout_61() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___readWriteTimeout_61)); }
inline int32_t get_readWriteTimeout_61() const { return ___readWriteTimeout_61; }
inline int32_t* get_address_of_readWriteTimeout_61() { return &___readWriteTimeout_61; }
inline void set_readWriteTimeout_61(int32_t value)
{
___readWriteTimeout_61 = value;
}
inline static int32_t get_offset_of_tlsProvider_62() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsProvider_62)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_tlsProvider_62() const { return ___tlsProvider_62; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_tlsProvider_62() { return &___tlsProvider_62; }
inline void set_tlsProvider_62(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___tlsProvider_62 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tlsProvider_62), (void*)value);
}
inline static int32_t get_offset_of_tlsSettings_63() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsSettings_63)); }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_tlsSettings_63() const { return ___tlsSettings_63; }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_tlsSettings_63() { return &___tlsSettings_63; }
inline void set_tlsSettings_63(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value)
{
___tlsSettings_63 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tlsSettings_63), (void*)value);
}
inline static int32_t get_offset_of_certValidationCallback_64() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certValidationCallback_64)); }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * get_certValidationCallback_64() const { return ___certValidationCallback_64; }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB ** get_address_of_certValidationCallback_64() { return &___certValidationCallback_64; }
inline void set_certValidationCallback_64(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * value)
{
___certValidationCallback_64 = value;
Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_64), (void*)value);
}
inline static int32_t get_offset_of_auth_state_65() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auth_state_65)); }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_auth_state_65() const { return ___auth_state_65; }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_auth_state_65() { return &___auth_state_65; }
inline void set_auth_state_65(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value)
{
___auth_state_65 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___auth_state_65))->___request_0), (void*)NULL);
}
inline static int32_t get_offset_of_proxy_auth_state_66() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_auth_state_66)); }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_proxy_auth_state_66() const { return ___proxy_auth_state_66; }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_proxy_auth_state_66() { return &___proxy_auth_state_66; }
inline void set_proxy_auth_state_66(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value)
{
___proxy_auth_state_66 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___proxy_auth_state_66))->___request_0), (void*)NULL);
}
inline static int32_t get_offset_of_host_67() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___host_67)); }
inline String_t* get_host_67() const { return ___host_67; }
inline String_t** get_address_of_host_67() { return &___host_67; }
inline void set_host_67(String_t* value)
{
___host_67 = value;
Il2CppCodeGenWriteBarrier((void**)(&___host_67), (void*)value);
}
inline static int32_t get_offset_of_ResendContentFactory_68() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___ResendContentFactory_68)); }
inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * get_ResendContentFactory_68() const { return ___ResendContentFactory_68; }
inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 ** get_address_of_ResendContentFactory_68() { return &___ResendContentFactory_68; }
inline void set_ResendContentFactory_68(Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * value)
{
___ResendContentFactory_68 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ResendContentFactory_68), (void*)value);
}
inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CThrowOnErrorU3Ek__BackingField_69)); }
inline bool get_U3CThrowOnErrorU3Ek__BackingField_69() const { return ___U3CThrowOnErrorU3Ek__BackingField_69; }
inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_69() { return &___U3CThrowOnErrorU3Ek__BackingField_69; }
inline void set_U3CThrowOnErrorU3Ek__BackingField_69(bool value)
{
___U3CThrowOnErrorU3Ek__BackingField_69 = value;
}
inline static int32_t get_offset_of_unsafe_auth_blah_70() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___unsafe_auth_blah_70)); }
inline bool get_unsafe_auth_blah_70() const { return ___unsafe_auth_blah_70; }
inline bool* get_address_of_unsafe_auth_blah_70() { return &___unsafe_auth_blah_70; }
inline void set_unsafe_auth_blah_70(bool value)
{
___unsafe_auth_blah_70 = value;
}
inline static int32_t get_offset_of_U3CReuseConnectionU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CReuseConnectionU3Ek__BackingField_71)); }
inline bool get_U3CReuseConnectionU3Ek__BackingField_71() const { return ___U3CReuseConnectionU3Ek__BackingField_71; }
inline bool* get_address_of_U3CReuseConnectionU3Ek__BackingField_71() { return &___U3CReuseConnectionU3Ek__BackingField_71; }
inline void set_U3CReuseConnectionU3Ek__BackingField_71(bool value)
{
___U3CReuseConnectionU3Ek__BackingField_71 = value;
}
inline static int32_t get_offset_of_StoredConnection_72() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___StoredConnection_72)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_StoredConnection_72() const { return ___StoredConnection_72; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_StoredConnection_72() { return &___StoredConnection_72; }
inline void set_StoredConnection_72(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___StoredConnection_72 = value;
Il2CppCodeGenWriteBarrier((void**)(&___StoredConnection_72), (void*)value);
}
};
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields
{
public:
// System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength
int32_t ___defaultMaxResponseHeadersLength_60;
public:
inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_60() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields, ___defaultMaxResponseHeadersLength_60)); }
inline int32_t get_defaultMaxResponseHeadersLength_60() const { return ___defaultMaxResponseHeadersLength_60; }
inline int32_t* get_address_of_defaultMaxResponseHeadersLength_60() { return &___defaultMaxResponseHeadersLength_60; }
inline void set_defaultMaxResponseHeadersLength_60(int32_t value)
{
___defaultMaxResponseHeadersLength_60 = value;
}
};
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Runtime.InteropServices.ExternalException
struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98
{
public:
public:
};
// System.Threading.ThreadAbortException
struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// System.ComponentModel.Win32Exception
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 : public ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE
{
public:
// System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode
int32_t ___nativeErrorCode_17;
public:
inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668, ___nativeErrorCode_17)); }
inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; }
inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; }
inline void set_nativeErrorCode_17(int32_t value)
{
___nativeErrorCode_17 = value;
}
};
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields
{
public:
// System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized
bool ___s_ErrorMessagesInitialized_18;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String> System.ComponentModel.Win32Exception::s_ErrorMessage
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * ___s_ErrorMessage_19;
public:
inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessagesInitialized_18)); }
inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; }
inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; }
inline void set_s_ErrorMessagesInitialized_18(bool value)
{
___s_ErrorMessagesInitialized_18 = value;
}
inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessage_19)); }
inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; }
inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; }
inline void set_s_ErrorMessage_19(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * value)
{
___s_ErrorMessage_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ErrorMessage_19), (void*)value);
}
};
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.String System.ObjectDisposedException::objectName
String_t* ___objectName_17;
public:
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
inline String_t* get_objectName_17() const { return ___objectName_17; }
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
inline void set_objectName_17(String_t* value)
{
___objectName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
}
};
// System.UriFormatException
struct UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Attribute[]
struct AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * m_Items[1];
public:
inline Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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.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.ComponentModel.IExtenderProvider[]
struct IExtenderProviderU5BU5D_t98121652302DA48EF1CB12054524D95ED4B63031 : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
public:
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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.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.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);
}
};
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke_back(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled);
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke_cleanup(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled);
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com_back(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled);
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com_cleanup(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// !0 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.Collections.Generic.List`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m629B40CD4286736C328FA496AAFC388F697CF984_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::TrimExcess()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_TrimExcess_m4B55F4B4BC857CE8B2633D8852432A3FD4FBB0AE_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !!0 System.Threading.Tasks.TaskToApm::End<System.Int32>(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_gshared (RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// !0 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_gshared_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_gshared_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::.ctor(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_gshared (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeDescriptionProvider::.ctor(System.ComponentModel.TypeDescriptionProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_mC890802DA5DA9EC833BD5E6BAE859C2E3EDD0553 (TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * __this, TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * ___parent0, const RuntimeMethod* method);
// System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_mE0B51D84608BE9DAB9597220D009C8F03ED7EE39 (TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeDescriptor/AttributeProvider/AttributeTypeDescriptor::.ctor(System.Attribute[],System.ComponentModel.ICustomTypeDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeTypeDescriptor__ctor_mC117F3DDB0D2E79EE6732BE5D8950F246665DCC5 (AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attrs0, RuntimeObject* ___parent1, const RuntimeMethod* method);
// System.Void System.ComponentModel.CustomTypeDescriptor::.ctor(System.ComponentModel.ICustomTypeDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomTypeDescriptor__ctor_m364DF095CF1C6E11326A42530453DFC3CA92184E (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, RuntimeObject* ___parent0, const RuntimeMethod* method);
// System.ComponentModel.AttributeCollection System.ComponentModel.CustomTypeDescriptor::GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * CustomTypeDescriptor_GetAttributes_mA2DFA9E08F4CBE42FF54C0EA9313ACACF22AF1E9 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method);
// System.Int32 System.ComponentModel.AttributeCollection::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_m18B4E5D1755D27754C9B3C7C89B4BD91B1458EC4 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.AttributeCollection::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection_CopyTo_mAE40D3E0FE070974B37F9BA5F4600E622E6F621F (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, RuntimeArray * ___array0, int32_t ___index1, 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.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeDescriptionProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m9A35B40DE4D4CCB86B72BD3BABF375982DB32912 (TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * __this, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider/ComNativeTypeDescriptor::.ctor(System.ComponentModel.IComNativeDescriptorHandler,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeTypeDescriptor__ctor_mC0FB87726953E70F7A8BEA40A225B01B2DDA00F4 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, RuntimeObject* ___handler0, RuntimeObject * ___instance1, 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.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9 (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeDescriptor/MemberDescriptorComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptorComparer__ctor_mE0D379E9AA3712B69614E48771226910DE517618 (MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D * __this, const RuntimeMethod* method);
// System.String SR::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::.ctor(System.ComponentModel.TypeDescriptor/TypeDescriptionNode,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultExtendedTypeDescriptor__ctor_mD297D84C0AEF8C2AF0867391BD0FD037D8E6AB86 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ___node0, RuntimeObject * ___instance1, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::.ctor(System.ComponentModel.TypeDescriptor/TypeDescriptionNode,System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTypeDescriptor__ctor_m8542D50B70E1A86255B2C64908C9397B971BBC90 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ___node0, Type_t * ___objectType1, RuntimeObject * ___instance2, const RuntimeMethod* method);
// System.ComponentModel.AttributeCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedAttributes(System.Object)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * ReflectTypeDescriptionProvider_GetExtendedAttributes_m27849C4290581FFD9B350AD671E5DE9764531E46_inline (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, 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.String SR::GetString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method);
// System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedClassName(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetExtendedClassName_m6E50E04E316701742D2173063BB71B60042160A3 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method);
// System.String System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m5D43CCB75E8BBD373FFEFDA99B6B37FA300AD884 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method);
// System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedComponentName(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetExtendedComponentName_m1E9174932816154844DE378459F1AA5B1B90D532 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method);
// System.String System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetComponentName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m91CEE12D87F75538C0B99BA82D7C0AFE8B670D55 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method);
// System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedConverter(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * ReflectTypeDescriptionProvider_GetExtendedConverter_m54A3FED3A123C2C0375E2FBCA5C4B29C6220BA2D (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method);
// System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetConverter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedDefaultEvent(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * ReflectTypeDescriptionProvider_GetExtendedDefaultEvent_m40C995F2940B4BB844675DDC61C195BAA026E166 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m64A8A46A22725FD8BC8DE809966CB860B17D1143 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedDefaultProperty(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ReflectTypeDescriptionProvider_GetExtendedDefaultProperty_mAF45D405C9A0A7CF596C909B4F92624F7B9B443C (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mF6A776BFECC0FC3642D5557E136B8D79EAD7F37A (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method);
// System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedEditor(System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetExtendedEditor_mAEC41CB2339631CCEB75CAE0770CEE6F61547DB4 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, Type_t * ___editorBaseType1, const RuntimeMethod* method);
// System.Object System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedEvents(System.Object)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * ReflectTypeDescriptionProvider_GetExtendedEvents_m646C13AACBDD5DB676F15F78597C6B3685905A45_inline (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedProperties(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * ReflectTypeDescriptionProvider_GetExtendedProperties_mFFA65F71DEFE3C3EBEBF8EE010EA69F524AE3D1A (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method);
// System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedPropertyOwner(System.Object,System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetExtendedPropertyOwner_mB2A35CD73BBB7941257EA40720C03A8A43260A93 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd1, const RuntimeMethod* method);
// System.Object System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mAEAB33B88BA45952CD04F3C3B2901997A7C17035 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method);
// System.ComponentModel.AttributeCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetAttributes(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * ReflectTypeDescriptionProvider_GetAttributes_mD827142E84D2111FBD6F88118D1DD0BCF898700C (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method);
// System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetClassName(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetClassName_m77A6389AAD0DB919D60969F0C1D6AB3626A1CD72 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.String System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m046387DF4AF6D4272E79CCBFA30F12CD98B68475 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method);
// System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetComponentName(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetComponentName_m2861917411D3CE771C9FD435037B063BC3288183 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method);
// System.String System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetComponentName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0EC92A5859516DD6DF83776057C9058F5AA8BAB7 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method);
// System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider::GetConverter(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * ReflectTypeDescriptionProvider_GetConverter_mB8782B30A3D40FBDB37A4FD68A635149B0154880 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method);
// System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetConverter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetDefaultEvent(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * ReflectTypeDescriptionProvider_GetDefaultEvent_mFD531AA46C8C91FD55ABE9617FFDB80FFCAE408B (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m3E1B70BE228C493EFE28B4113386B6E458711885 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetDefaultProperty(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ReflectTypeDescriptionProvider_GetDefaultProperty_mB51727128E26FC4F33E9D36FD9ADCE6BC7FC2298 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mBBB5F91194AD6416D9304680E2FADE81A0E45003 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method);
// System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetEditor(System.Type,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetEditor_mCDAAA969738DB6036016AE5846E6BF6F6B051ECC (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, RuntimeObject * ___instance1, Type_t * ___editorBaseType2, const RuntimeMethod* method);
// System.Object System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetEvents(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * ReflectTypeDescriptionProvider_GetEvents_m36CDAEAFA4D881B8F579D7E5EBCE29362168C20C (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method);
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetProperties(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * ReflectTypeDescriptionProvider_GetProperties_m198ED05393452A6A44A4F073C6B6EA08F4C62C09 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method);
// System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetPropertyOwner(System.Type,System.Object,System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetPropertyOwner_m1F756D26F3F69E8C5574225867C90D3793E0FCE2 (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, Type_t * ___type0, RuntimeObject * ___instance1, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd2, const RuntimeMethod* method);
// System.Object System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD52D6FEDD198A4C2E7E2EA5B3FA7F9312D48C612 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m8E1F9E41B7DEE6A032EAC70130ADC6356C3F227D (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m1CD3397D9E5717DE72A13B28C0A75D997A9F337D (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method);
// System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_mD5AE49E422520F6E07B3C0D6202788E49B4698A3 (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m54E1EF62AFF44AA621E074D123C5C0B3E73A7DD5 (Type_t * __this, String_t* ___name0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method);
// System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m90DA8CABB01052EA5C5022E14FE50533254C71DD (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, const RuntimeMethod* method);
// System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_mFC7AA7F0A382607E75CCE820A705B5965D099AAC (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, 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.ComponentModel.TypeConverter/StandardValuesCollection::.ctor(System.Collections.ICollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m75578979BC0D77C0D622E4C9D7C1CB1E047615C1 (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, RuntimeObject* ___values0, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mC94E057A03649D2CF926BA53447D6D1BA5A3194A (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method);
// System.UInt16 System.UInt16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_mEA6E086539E279750BCC41E5C9638C2514924E8B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, 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.String System.UInt16::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B (uint16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.ComponentModel.BaseNumberConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, const RuntimeMethod* method);
// System.UInt32 System.Convert::ToUInt32(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m58D2EC3CD2B71C31AD88B51C3F597003A40CAA35 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method);
// System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_mEEC266AE3E2BA9F49F4CD5E69EBDA3A1B008E125 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, 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.String System.UInt32::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE (uint32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m6DE01C92993B122AC45D94CCD68C1614DB93C525 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method);
// System.UInt64 System.UInt64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mBCA93243BACC50D7302706C914152213B8AB85A5 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, 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.String System.UInt64::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD (uint64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.ComponentModel.WarningException::.ctor(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m2E8B75F0328CA377D4D53A4248B05AFF99575655 (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, String_t* ___message0, String_t* ___helpUrl1, String_t* ___helpTopic2, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.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.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m97E445FF917A8828D5927A66E70CF89394A16D4A (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_Clear_m2AB80AE52C836A1D26BE561AE8CBB0DB604E5A92 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::Remove(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_Remove_m014FCCA149EB4F54A018B29D4469FC407C1787ED (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.ComponentModel.WeakHashtable::ScavengeKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable_ScavengeKeys_m4DFF0FB9AE11863E9A265EDC3584E08F3D9FCF2D (WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.WeakHashtable/EqualityWeakReference::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualityWeakReference__ctor_mCE187B675C7795222F1E6F6A6FA6BA04A77BBF93 (EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54 * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Int64 System.GC::GetTotalMemory(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GC_GetTotalMemory_mC697A5EC98C2884A6E3CE23EFA4C863677C22A6A (bool ___forceFullCollection0, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.WeakHashtable/WeakKeyComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakKeyComparer__ctor_m084512BBA20EA3050E018C920AF05AA43F1EC704 (WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3 * __this, const RuntimeMethod* method);
// System.Void System.WeakReference::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * ___target0, const RuntimeMethod* method);
// System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7 (const RuntimeMethod* method);
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, const RuntimeMethod* method);
// System.String System.ComponentModel.Win32Exception::GetErrorMessage(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D (int32_t ___error0, const RuntimeMethod* method);
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExternalException__ctor_mD032EC4BD5C633D675C6AA458C584FB810EF70CC (ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExternalException__ctor_m801E34FA860B70EF7AE18719383A35B153B1C675 (ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExternalException__ctor_mFEC5FB15E763D381775B80255162202A3F961FCC (ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method);
// System.Void System.ComponentModel.Win32Exception::InitializeErrorMessages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438 (const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.String>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m581BE284F430A27B34743D8438ADB091C70000FD (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * __this, int32_t ___key0, String_t** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C *, int32_t, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, ___key0, ___value1, method);
}
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::Add(!0,!1)
inline void Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * __this, int32_t ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C *, int32_t, String_t*, const RuntimeMethod*))Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_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.Int32,System.String>::.ctor()
inline void Dictionary_2__ctor_m6C6B59C12BD62E890CCF5AF0366E3DA0F29ADE6C (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
}
// System.Void System.Diagnostics.Switch::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_mCEC1A7A86582AA8639404DCF7607B160A8B53A42 (Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method);
// System.Int64 System.Diagnostics.Stopwatch::get_ElapsedTicks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_get_ElapsedTicks_mABB4710231090C75F057E90A29C71C553077A901 (Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this, const RuntimeMethod* method);
// System.TimeSpan System.TimeSpan::FromTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4 (int64_t ___value0, const RuntimeMethod* method);
// System.TimeSpan System.Diagnostics.Stopwatch::get_Elapsed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Stopwatch_get_Elapsed_m6735B32BFB466FC4F52112AC3493D37404D184BB (Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this, const RuntimeMethod* method);
// System.Double System.TimeSpan::get_TotalMilliseconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.Int64 System.Diagnostics.Stopwatch::GetTimestamp()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_GetTimestamp_m7A4B2D144D880343DB783326F36F6996C1D1A1CA (const RuntimeMethod* method);
// System.Void System.Diagnostics.Switch::.ctor(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_mA94CBF64FF82CBF4819158911159130231ADE484 (Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F * __this, String_t* ___displayName0, String_t* ___description1, String_t* ___defaultSwitchValue2, const RuntimeMethod* method);
// System.Void System.Diagnostics.Switch::_pruneCachedSwitches()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__pruneCachedSwitches_m7500DBE46E6A2B4AA6BBE2978C90166B6EA35790 (const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.WeakReference>::Add(!0)
inline void List_1_Add_mB0B548256D553D73A7187766AC67DDBCF8E38222 (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * __this, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 System.GC::CollectionCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_CollectionCount_m1DC863B0F700FC7B1ACF5F41D3266CD3FE01CAD3 (int32_t ___generation0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.WeakReference>::get_Count()
inline int32_t List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_inline (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.WeakReference>::.ctor(System.Int32)
inline void List_1__ctor_m13455A354CC7CA1E12EF0474A3E70FFAB17F1581 (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// !0 System.Collections.Generic.List`1<System.WeakReference>::get_Item(System.Int32)
inline WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * List_1_get_Item_m713FA597147ACC832ED25C9094BE2DD048DEAC7F_inline (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * (*) (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<System.WeakReference>::Clear()
inline void List_1_Clear_m9D1555D33237C7E94A8603E975750950D2A3858D (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.WeakReference>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_mA0DF5DADE8026E7527BCB6FC2F37519D22ED4037 (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m629B40CD4286736C328FA496AAFC388F697CF984_gshared)(__this, ___collection0, method);
}
// System.Void System.Collections.Generic.List`1<System.WeakReference>::TrimExcess()
inline void List_1_TrimExcess_m9C5878ECC42D56266E33D3A6B2853EBE68D9DE2C (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *, const RuntimeMethod*))List_1_TrimExcess_m4B55F4B4BC857CE8B2633D8852432A3FD4FBB0AE_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.WeakReference>::.ctor()
inline void List_1__ctor_m9E2DF172FD77A68A6FEB3313D641B2434776087E (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method);
// System.Void System.Diagnostics.SwitchLevelAttribute::set_SwitchLevelType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwitchLevelAttribute_set_SwitchLevelType_m88B4C116AB67D726698620238DFF195913299929 (SwitchLevelAttribute_t5B9AF957556A203ACC71409CA1A08B4DE3D3EAA6 * __this, Type_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.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Boolean System.DomainNameHelper::IsASCIILetterOrDigit(System.Char,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsASCIILetterOrDigit_mD3B0B9BD4573FADEF6AC7330A5EC58C220455F01 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method);
// System.Boolean System.DomainNameHelper::IsValidDomainLabelCharacter(System.Char,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidDomainLabelCharacter_mF6DEB20D9D03A8728B1C58006C40D6603B7D61D1 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method);
// System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Boolean System.DomainNameHelper::IsIdnAce(System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m9193B7D824FC6965820FCE980FEE3E0B40EA94B8 (Il2CppChar* ___input0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Globalization.IdnMapping::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7 (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * __this, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.String System.Globalization.IdnMapping::GetUnicode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * __this, String_t* ___ascii0, const RuntimeMethod* method);
// System.String System.String::ToLowerInvariant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
// System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method);
// System.String System.Globalization.IdnMapping::GetAscii(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetAscii_mE829EDA54A82515593FE6EF29E624E0FA78DAA71 (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * __this, String_t* ___unicode0, const RuntimeMethod* method);
// System.Void System.UriFormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * __this, String_t* ___textString0, const RuntimeMethod* method);
// System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method);
// System.Boolean System.DomainNameHelper::IsIdnAce(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m2231C778C4CCE141ACDC412737642CC365307445 (String_t* ___input0, int32_t ___index1, 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.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method);
// System.Void System.IO.Stream::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStreamNative::Create(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressedStream0, int32_t ___mode1, bool ___gzip2, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStreamNative::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Void System.IO.Stream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Void System.IntPtr::.ctor(System.Void*)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStreamNative::WriteZStream(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStreamNative::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStream/ReadMethod::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadMethod__ctor_mE53B3E39C00317DB30A832EBD379AACF17BFD3BD (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.IAsyncResult System.IO.Compression.DeflateStream/ReadMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStream/WriteMethod::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod__ctor_m2162D4C44E1AE1F1EDD4ED3216E75FFF517073F4 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.IAsyncResult System.IO.Compression.DeflateStream/WriteMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStream/ReadMethod::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadMethod_EndInvoke_m725BE3F6220C2C6A798B76E84DC3D6AE7E0BC332 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStream/WriteMethod::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod_EndInvoke_mAEB6B014D042798F0ECA5A2049FD05AB7CCE5777 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, RuntimeObject* ___result0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStreamNative::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative__ctor_m4134EB9FB9EA98DF37118D0988373AF5C245CFFA (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method);
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_Alloc_m5BF9DC23B533B904BFEA61136B92916683B46B0F (RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedReadOrWrite__ctor_mE5BB5534A1F54ABB84F96AEA88AD4ACEA7782E4F (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.GCHandle::ToIntPtr(System.Runtime.InteropServices.GCHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_ToIntPtr_m8CF7D07846B0C741B04A2A4E5E9B5D505F4B3CCE (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___value0, const RuntimeMethod* method);
// System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1 (int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * ___feeder2, intptr_t ___data3, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.SafeHandle::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.GCHandle::Free()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::Flush(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_Flush_m5C49CB75BC4C3C11E5E5AC87A3BD5F7F75213A41 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStreamNative::CheckResult(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C (int32_t ___result0, String_t* ___where1, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m46708AF36538E1AD3F5A34CD2E6F949881053180 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::WriteZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_WriteZStream_m84D7A3BFC82F4227A0871D9A49EBD47B6E355DB5 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method);
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::FromIntPtr(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_FromIntPtr_mB803C8ECA1D723F1C51A69F7A7E09E269488D36C (intptr_t ___value0, const RuntimeMethod* method);
// System.Object System.Runtime.InteropServices.GCHandle::get_Target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, 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.InteropServices.Marshal::Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m0486DFF229946F0F9E6A04DDDF3BC9E5F1609A5A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___source0, int32_t ___startIndex1, intptr_t ___destination2, int32_t ___length3, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2 (intptr_t ___source0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method);
// System.Void* System.IntPtr::ToPointer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline (intptr_t* __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, bool* ___success0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.SafeHandle::.ctor(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle__ctor_m1C6D7FAF3570FDEB923B03B39966B9ACA1530442 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, intptr_t ___invalidHandleValue0, bool ___ownsHandle1, const RuntimeMethod* method);
// System.Int32 System.IO.Compression.DeflateStreamNative::CloseZStream(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_CloseZStream_m78C1214688A65F44F6347E6AB3A6A1C736567D48 (intptr_t ___stream0, const RuntimeMethod* method);
// System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, bool ___leaveOpen2, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m433651A7BC50F26DB827398C1B47C85FB43CA459 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, bool ___leaveOpen2, int32_t ___windowsBits3, const RuntimeMethod* method);
// System.Void System.IO.Compression.GZipStream::CheckDeflateStream()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method);
// System.Threading.CancellationToken System.Threading.CancellationToken::get_None()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB CancellationToken_get_None_m008D4CF5E11172703A6D781A3C30E6E537004F1D (const RuntimeMethod* method);
// System.IAsyncResult System.Threading.Tasks.TaskToApm::Begin(System.Threading.Tasks.Task,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method);
// !!0 System.Threading.Tasks.TaskToApm::End<System.Int32>(System.IAsyncResult)
inline int32_t TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_gshared)(___asyncResult0, method);
}
// System.Void System.Threading.Tasks.TaskToApm::End(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskToApm_End_m1BCAAEC9A8AED75C16537F0D568BE8AE8670FD1A (RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Void System.IO.Stream::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Void System.IO.Compression.GZipStream::ThrowStreamClosedException()
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA (const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this, bool ___initialState0, const RuntimeMethod* method);
// System.Boolean System.Threading.EventWaitHandle::Set()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method);
// System.Void System.IOAsyncCallback::Invoke(System.IOAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncCallback_Invoke_mB95F7E7F0E8326CE5364A30F42FC1073B0AB2D8B (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ioares0, const RuntimeMethod* method);
// System.Boolean System.IPv4AddressHelper::Parse(System.String,System.Byte*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_Parse_m08110623FAC14806376148D7C16AB95A428EA6CF (String_t* ___name0, uint8_t* ___numbers1, int32_t ___start2, int32_t ___end3, 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.Boolean System.IPv4AddressHelper::ParseCanonical(System.String,System.Byte*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_ParseCanonical_m9D4552558C934E373D188DDA0BC1D1DEF5A62C33 (String_t* ___name0, uint8_t* ___numbers1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method);
// System.Boolean System.IPv4AddressHelper::IsValidCanonical(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValidCanonical_mC27E31F1F043D68BC52719892D34EDDC7851B120 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, const RuntimeMethod* method);
// System.Int64 System.IPv4AddressHelper::ParseNonCanonical(System.Char*,System.Int32,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___notImplicitFile3, const RuntimeMethod* method);
// System.Boolean System.IPv6AddressHelper::Parse(System.String,System.UInt16*,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB (String_t* ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method);
// System.String System.IPv6AddressHelper::CreateCanonicalName(System.UInt16*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A (uint16_t* ___numbers0, const RuntimeMethod* method);
// System.Boolean System.UriParser::get_ShouldUseLegacyV2Quirks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD (const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32> System.IPv6AddressHelper::FindCompressionRange(System.UInt16*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD (uint16_t* ___numbers0, const RuntimeMethod* method);
// System.Boolean System.IPv6AddressHelper::ShouldHaveIpv4Embedded(System.UInt16*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_ShouldHaveIpv4Embedded_m262634E9099141536C00213C1CFC123665A641DE (uint16_t* ___numbers0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// !0 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key()
inline int32_t KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_gshared_inline)(__this, method);
}
// !1 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value()
inline int32_t KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_gshared_inline)(__this, method);
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::.ctor(!0,!1)
inline void KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0 (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, int32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Uri::IsHexDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836 (Il2CppChar ___character0, const RuntimeMethod* method);
// System.Boolean System.IPv4AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValid_mD96D91E0F3830414F4601A4521E71DE832A45843 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, bool ___unknownScheme5, const RuntimeMethod* method);
// System.Boolean System.IPv6AddressHelper::InternalIsValid(System.Char*,System.Int32,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___validateStrictAddress3, const RuntimeMethod* method);
// System.Int32 System.IPv4AddressHelper::ParseHostNumber(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IPv4AddressHelper_ParseHostNumber_m798FB6828971F70775D1125565A1D1025C897F14 (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method);
// System.Int32 System.Uri::FromHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B (Il2CppChar ___digit0, const RuntimeMethod* method);
// System.Int32 System.Collections.Comparer::Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_Compare_mC30345311C0BD73811513B7240E66C2CFBE632E6 (Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method);
// System.Void System.InvariantComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvariantComparer__ctor_m803F2DC4D029AE0DA9B3C0A581E9B49B044DF51A (InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA * __this, const RuntimeMethod* method);
// System.Boolean System.Char::IsSurrogatePair(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSurrogatePair_m186784A2523D247DD43AC669D29A140AE0E992CF (Il2CppChar ___highSurrogate0, Il2CppChar ___lowSurrogate1, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method);
// System.Int32 System.String::CompareOrdinal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method);
// System.Boolean System.Uri::IsGenDelim(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsGenDelim_m376CCA5D00D019A69FD746C57D236A54EB9D3CF3 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E (RuntimeObject * ___value0, int32_t ___type1, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.GCHandle::AddrOfPinnedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_AddrOfPinnedObject_mA20090CB8274F28D087A6E8AD36D3230B6741EA5 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
// System.Void* System.IntPtr::op_Explicit(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027 (intptr_t ___value0, const RuntimeMethod* method);
// System.Char System.UriHelper::EscapedAscii(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78 (Il2CppChar ___digit0, Il2CppChar ___next1, const RuntimeMethod* method);
// System.Boolean System.IriHelper::CheckIsReserved(System.Char,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C (Il2CppChar ___ch0, int32_t ___component1, const RuntimeMethod* method);
// System.Boolean System.UriHelper::IsNotSafeForUnescape(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D (Il2CppChar ___ch0, 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.Text.EncoderReplacementFallback::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, String_t* ___replacement0, const RuntimeMethod* method);
// System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___value0, const RuntimeMethod* method);
// System.Void System.Text.DecoderReplacementFallback::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, String_t* ___replacement0, const RuntimeMethod* method);
// System.Void System.Text.Encoding::set_DecoderFallback(System.Text.DecoderFallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___value0, const RuntimeMethod* method);
// System.Void System.UriHelper::MatchUTF8Sequence(System.Char*,System.Char[],System.Int32&,System.Char[],System.Int32,System.Byte[],System.Int32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F (Il2CppChar* ___pDest0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest1, int32_t* ___destOffset2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___unescapedChars3, int32_t ___charCount4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes5, int32_t ___byteCount6, bool ___isQuery7, bool ___iriParsing8, const RuntimeMethod* method);
// System.Boolean System.Char::IsHighSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9 (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, const RuntimeMethod* method);
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method);
// System.Boolean System.Uri::IsBidiControlCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBidiControlCharacter_mB14EA5816A434B7CE382EB9ACBD1432916EC341D (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Void System.Buffer::Memcpy(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.UriHelper::EscapeAsciiChar(System.Char,System.Char[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902 (Il2CppChar ___ch0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___to1, int32_t* ___pos2, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.Net.NtlmClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m0D21FEAFC5E5E03B0796EEE3DCCF690B2A8FC8C6 (NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 * __this, const RuntimeMethod* method);
// System.Void System.Net.DigestClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__ctor_m2C794DF081C69CEFC4E828E346F801C0B59B275B (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, const RuntimeMethod* method);
// System.Void System.Net.BasicClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicClient__ctor_mEBD681890D6F38D96CC443A9F93F823E94ECACBA (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, const RuntimeMethod* method);
// System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method);
// System.Void System.Net.AuthenticationManager::EnsureModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C (const RuntimeMethod* method);
// System.String System.Net.ValidationHelper::MakeStringNull(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidationHelper_MakeStringNull_m6741032436B995465649A89BCC2BEC439A5140C2 (String_t* ___stringValue0, const RuntimeMethod* method);
// System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1<System.String>&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m228520D18B1350998E32FCACF796316DBBBA111A (AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, RuntimeObject** ___proxyList1, int32_t* ___syncStatus2, const RuntimeMethod* method);
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
// System.String System.String::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method);
// System.Uri System.Net.HttpWebRequest::get_AuthUri()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_AuthUri_mCEEC6FB9771FF5DBD1BD7C00A47DE121C1D2B728_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::get_UserName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::get_Password()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::get_Domain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.Byte[] System.Net.BasicClient::GetBytes(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457 (String_t* ___str0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
// System.String System.Convert::ToBase64String(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method);
// System.Void System.Net.Authorization::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55 (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, String_t* ___token0, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.CaseInsensitiveAscii::FastGetHashCode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090 (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, String_t* ___myString0, const RuntimeMethod* method);
// System.Void System.Net.CaseInsensitiveAscii::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__ctor_m3C5EA0D73AE6F2E60CC2335DFC861C64B2FCEEBA (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.String System.Net.Cookie::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method);
// System.String System.Net.Cookie::get_Domain()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.String System.Net.Cookie::get_Path()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __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.ComponentModel.TypeDescriptor_AttributeFilterCacheItem::.ctor(System.Attribute[],System.Collections.ICollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeFilterCacheItem__ctor_m8319ED63E0DDDB46F62ED8DBC04CCD530C477AAF (AttributeFilterCacheItem_t8E137227F1585B34CFC9BEC30C7D155203FA0D01 * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___filter0, RuntimeObject* ___filteredMembers1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = ___filter0;
__this->set__filter_0(L_0);
RuntimeObject* L_1 = ___filteredMembers1;
__this->set_FilteredMembers_1(L_1);
return;
}
}
// System.Boolean System.ComponentModel.TypeDescriptor_AttributeFilterCacheItem::IsValid(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeFilterCacheItem_IsValid_m0218A992CF2B98E84CD36A2C037F948A5DDB6BF9 (AttributeFilterCacheItem_t8E137227F1585B34CFC9BEC30C7D155203FA0D01 * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___filter0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = __this->get__filter_0();
NullCheck(L_0);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = ___filter0;
NullCheck(L_1);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
{
goto IL_000f;
}
}
{
return (bool)0;
}
IL_000f:
{
V_0 = 0;
goto IL_0026;
}
IL_0013:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_2 = __this->get__filter_0();
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_6 = ___filter0;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if ((((RuntimeObject*)(Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)L_5) == ((RuntimeObject*)(Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)L_9)))
{
goto IL_0022;
}
}
{
return (bool)0;
}
IL_0022:
{
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0026:
{
int32_t L_11 = V_0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_12 = ___filter0;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_0013;
}
}
{
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.ComponentModel.TypeDescriptor_AttributeProvider::.ctor(System.ComponentModel.TypeDescriptionProvider,System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProvider__ctor_mC68C27A36CD20DF71F5F1FD7A4EF3DC2C0D3BD0A (AttributeProvider_t67BCE87062C434FBC0E369F34CCB196661DABFDF * __this, TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * ___existingProvider0, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attrs1, const RuntimeMethod* method)
{
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_0 = ___existingProvider0;
TypeDescriptionProvider__ctor_mC890802DA5DA9EC833BD5E6BAE859C2E3EDD0553(__this, L_0, /*hidden argument*/NULL);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = ___attrs1;
__this->set__attrs_2(L_1);
return;
}
}
// System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor_AttributeProvider::GetTypeDescriptor(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeProvider_GetTypeDescriptor_m3695E1AA4427F2DCD40176B776A9921D79A69BEC (AttributeProvider_t67BCE87062C434FBC0E369F34CCB196661DABFDF * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeProvider_GetTypeDescriptor_m3695E1AA4427F2DCD40176B776A9921D79A69BEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = __this->get__attrs_2();
Type_t * L_1 = ___objectType0;
RuntimeObject * L_2 = ___instance1;
RuntimeObject* L_3 = TypeDescriptionProvider_GetTypeDescriptor_mE0B51D84608BE9DAB9597220D009C8F03ED7EE39(__this, L_1, L_2, /*hidden argument*/NULL);
AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE * L_4 = (AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE *)il2cpp_codegen_object_new(AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE_il2cpp_TypeInfo_var);
AttributeTypeDescriptor__ctor_mC117F3DDB0D2E79EE6732BE5D8950F246665DCC5(L_4, L_0, L_3, /*hidden argument*/NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.TypeDescriptor_AttributeProvider_AttributeTypeDescriptor::.ctor(System.Attribute[],System.ComponentModel.ICustomTypeDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeTypeDescriptor__ctor_mC117F3DDB0D2E79EE6732BE5D8950F246665DCC5 (AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attrs0, RuntimeObject* ___parent1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___parent1;
CustomTypeDescriptor__ctor_m364DF095CF1C6E11326A42530453DFC3CA92184E(__this, L_0, /*hidden argument*/NULL);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = ___attrs0;
__this->set__attributeArray_1(L_1);
return;
}
}
// System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor_AttributeProvider_AttributeTypeDescriptor::GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * AttributeTypeDescriptor_GetAttributes_m0011703867B0FBD2C7C6A927B005BAA78742999C (AttributeTypeDescriptor_t4D6F2E9913F8B001ADF799DA77361BAEF574A6DE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeTypeDescriptor_GetAttributes_m0011703867B0FBD2C7C6A927B005BAA78742999C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* V_0 = NULL;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * V_1 = NULL;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* V_2 = NULL;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
int32_t V_7 = 0;
{
V_0 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)NULL;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_0 = CustomTypeDescriptor_GetAttributes_mA2DFA9E08F4CBE42FF54C0EA9313ACACF22AF1E9(__this, /*hidden argument*/NULL);
V_1 = L_0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = __this->get__attributeArray_1();
V_2 = L_1;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_2 = V_1;
NullCheck(L_2);
int32_t L_3 = AttributeCollection_get_Count_m18B4E5D1755D27754C9B3C7C89B4BD91B1458EC4(L_2, /*hidden argument*/NULL);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_4 = V_2;
NullCheck(L_4);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_5 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))));
V_3 = L_5;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_6 = V_1;
NullCheck(L_6);
int32_t L_7 = AttributeCollection_get_Count_m18B4E5D1755D27754C9B3C7C89B4BD91B1458EC4(L_6, /*hidden argument*/NULL);
V_4 = L_7;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_8 = V_1;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_9 = V_3;
NullCheck(L_8);
AttributeCollection_CopyTo_mAE40D3E0FE070974B37F9BA5F4600E622E6F621F(L_8, (RuntimeArray *)(RuntimeArray *)L_9, 0, /*hidden argument*/NULL);
V_5 = 0;
goto IL_008a;
}
IL_0035:
{
V_6 = (bool)0;
V_7 = 0;
goto IL_0069;
}
IL_003d:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_10 = V_3;
int32_t L_11 = V_7;
NullCheck(L_10);
int32_t L_12 = L_11;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(L_13);
RuntimeObject * L_14 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_13);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_15 = V_2;
int32_t L_16 = V_5;
NullCheck(L_15);
int32_t L_17 = L_16;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_18);
RuntimeObject * L_19 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_18);
NullCheck(L_14);
bool L_20 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_14, L_19);
if (!L_20)
{
goto IL_0063;
}
}
{
V_6 = (bool)1;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_21 = V_3;
int32_t L_22 = V_7;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_23 = V_2;
int32_t L_24 = V_5;
NullCheck(L_23);
int32_t L_25 = L_24;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_26);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)L_26);
goto IL_0073;
}
IL_0063:
{
int32_t L_27 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_0069:
{
int32_t L_28 = V_7;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_29 = V_1;
NullCheck(L_29);
int32_t L_30 = AttributeCollection_get_Count_m18B4E5D1755D27754C9B3C7C89B4BD91B1458EC4(L_29, /*hidden argument*/NULL);
if ((((int32_t)L_28) < ((int32_t)L_30)))
{
goto IL_003d;
}
}
IL_0073:
{
bool L_31 = V_6;
if (L_31)
{
goto IL_0084;
}
}
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_32 = V_3;
int32_t L_33 = V_4;
int32_t L_34 = L_33;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_35 = V_2;
int32_t L_36 = V_5;
NullCheck(L_35);
int32_t L_37 = L_36;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_38);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(L_34), (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)L_38);
}
IL_0084:
{
int32_t L_39 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
}
IL_008a:
{
int32_t L_40 = V_5;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_41 = V_2;
NullCheck(L_41);
if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))))))
{
goto IL_0035;
}
}
{
int32_t L_42 = V_4;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_43 = V_3;
NullCheck(L_43);
if ((((int32_t)L_42) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))))
{
goto IL_00ad;
}
}
{
int32_t L_44 = V_4;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_45 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)L_44);
V_0 = L_45;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_46 = V_3;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_47 = V_0;
int32_t L_48 = V_4;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_46, 0, (RuntimeArray *)(RuntimeArray *)L_47, 0, L_48, /*hidden argument*/NULL);
goto IL_00af;
}
IL_00ad:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_49 = V_3;
V_0 = L_49;
}
IL_00af:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_50 = V_0;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_51 = (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE *)il2cpp_codegen_object_new(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190(L_51, L_50, /*hidden argument*/NULL);
return L_51;
}
}
#ifdef __clang__
#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.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider::.ctor(System.ComponentModel.IComNativeDescriptorHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider__ctor_mCB532BF72BDE7FBEFD35AEEBF76C6A4B9CE8684C (ComNativeDescriptionProvider_tC63084A6A9080BAA8FB16E20E2847C18E5E3907D * __this, RuntimeObject* ___handler0, const RuntimeMethod* method)
{
{
TypeDescriptionProvider__ctor_m9A35B40DE4D4CCB86B72BD3BABF375982DB32912(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___handler0;
__this->set__handler_2(L_0);
return;
}
}
// System.ComponentModel.IComNativeDescriptorHandler System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider::get_Handler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComNativeDescriptionProvider_get_Handler_mFDAA26D067DE2DE3A878E18B6E305D122366C6F9 (ComNativeDescriptionProvider_tC63084A6A9080BAA8FB16E20E2847C18E5E3907D * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get__handler_2();
return L_0;
}
}
// System.Void System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider::set_Handler(System.ComponentModel.IComNativeDescriptorHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider_set_Handler_m413D6825B451C480C8311EEB516FDE590D405542 (ComNativeDescriptionProvider_tC63084A6A9080BAA8FB16E20E2847C18E5E3907D * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->set__handler_2(L_0);
return;
}
}
// System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComNativeDescriptionProvider_GetTypeDescriptor_mF1301F5B79E73CABBEC1CF991639E67D4B898E46 (ComNativeDescriptionProvider_tC63084A6A9080BAA8FB16E20E2847C18E5E3907D * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeDescriptionProvider_GetTypeDescriptor_mF1301F5B79E73CABBEC1CF991639E67D4B898E46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___objectType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD2AD511C8E3470443090EE15D44BB5849824FB7A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ComNativeDescriptionProvider_GetTypeDescriptor_mF1301F5B79E73CABBEC1CF991639E67D4B898E46_RuntimeMethod_var);
}
IL_0014:
{
RuntimeObject * L_3 = ___instance1;
if (L_3)
{
goto IL_0019;
}
}
{
return (RuntimeObject*)NULL;
}
IL_0019:
{
Type_t * L_4 = ___objectType0;
RuntimeObject * L_5 = ___instance1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_4, L_5);
if (L_6)
{
goto IL_002d;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, _stringLiteralC3BEC6BCBC9B9F04E60FCB1D9C9C1A37F3E12E93, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ComNativeDescriptionProvider_GetTypeDescriptor_mF1301F5B79E73CABBEC1CF991639E67D4B898E46_RuntimeMethod_var);
}
IL_002d:
{
RuntimeObject* L_8 = __this->get__handler_2();
RuntimeObject * L_9 = ___instance1;
ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * L_10 = (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D *)il2cpp_codegen_object_new(ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D_il2cpp_TypeInfo_var);
ComNativeTypeDescriptor__ctor_mC0FB87726953E70F7A8BEA40A225B01B2DDA00F4(L_10, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::.ctor(System.ComponentModel.IComNativeDescriptorHandler,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeTypeDescriptor__ctor_mC0FB87726953E70F7A8BEA40A225B01B2DDA00F4 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, RuntimeObject* ___handler0, RuntimeObject * ___instance1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___handler0;
__this->set__handler_0(L_0);
RuntimeObject * L_1 = ___instance1;
__this->set__instance_1(L_1);
return;
}
}
// System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mE5FC3BDFBD29CF0B37067EFD5E3A88549BA931B1 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mE5FC3BDFBD29CF0B37067EFD5E3A88549BA931B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
NullCheck(L_0);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_2 = InterfaceFuncInvoker1< AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE *, RuntimeObject * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.IComNativeDescriptorHandler::GetAttributes(System.Object) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.String System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_mF087F6356C4E89AB22F3AF8201823F1543E0F926 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_mF087F6356C4E89AB22F3AF8201823F1543E0F926_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
NullCheck(L_0);
String_t* L_2 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(1 /* System.String System.ComponentModel.IComNativeDescriptorHandler::GetClassName(System.Object) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.String System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetComponentName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0D26F35DFD1F64A1A33D05931FA2547DE8A6F630 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, const RuntimeMethod* method)
{
{
return (String_t*)NULL;
}
}
// System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetConverter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m8787FD30060421E1EA2045F9B47A1DE58BA5E509 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m8787FD30060421E1EA2045F9B47A1DE58BA5E509_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
NullCheck(L_0);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_2 = InterfaceFuncInvoker1< TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB *, RuntimeObject * >::Invoke(2 /* System.ComponentModel.TypeConverter System.ComponentModel.IComNativeDescriptorHandler::GetConverter(System.Object) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m46CC31F740F1DBF6BAAAFE3A36A3505F16692901 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m46CC31F740F1DBF6BAAAFE3A36A3505F16692901_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
NullCheck(L_0);
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_2 = InterfaceFuncInvoker1< EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 *, RuntimeObject * >::Invoke(3 /* System.ComponentModel.EventDescriptor System.ComponentModel.IComNativeDescriptorHandler::GetDefaultEvent(System.Object) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mE365AD557ED315421D7FAD8EFF205C1264D4B2A6 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mE365AD557ED315421D7FAD8EFF205C1264D4B2A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
NullCheck(L_0);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_2 = InterfaceFuncInvoker1< PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D *, RuntimeObject * >::Invoke(4 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.IComNativeDescriptorHandler::GetDefaultProperty(System.Object) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.Object System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m28A94D6F0B9E814DC284868B0C8250FCD222A51D (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m28A94D6F0B9E814DC284868B0C8250FCD222A51D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
Type_t * L_2 = ___editorBaseType0;
NullCheck(L_0);
RuntimeObject * L_3 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(5 /* System.Object System.ComponentModel.IComNativeDescriptorHandler::GetEditor(System.Object,System.Type) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1, L_2);
return L_3;
}
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m949BAC05B43FF792C78B20B1896B7D51BB6B122F (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m949BAC05B43FF792C78B20B1896B7D51BB6B122F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
NullCheck(L_0);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_2 = InterfaceFuncInvoker1< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 *, RuntimeObject * >::Invoke(7 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.IComNativeDescriptorHandler::GetEvents(System.Object) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mEEF28C5E15301769BE1D8DE448BE039936AF59E8 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mEEF28C5E15301769BE1D8DE448BE039936AF59E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_2 = ___attributes0;
NullCheck(L_0);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_3 = InterfaceFuncInvoker2< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 *, RuntimeObject *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.IComNativeDescriptorHandler::GetEvents(System.Object,System.Attribute[]) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1, L_2);
return L_3;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mFCF13A62E6A2C0AC32C4CCDC51F493DD38E26A79 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mFCF13A62E6A2C0AC32C4CCDC51F493DD38E26A79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
NullCheck(L_0);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_2 = InterfaceFuncInvoker2< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *, RuntimeObject *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.IComNativeDescriptorHandler::GetProperties(System.Object,System.Attribute[]) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1, (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)NULL);
return L_2;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mA29FC50606B6E3BA0BC975CD4524CF95F5F77263 (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mA29FC50606B6E3BA0BC975CD4524CF95F5F77263_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__handler_0();
RuntimeObject * L_1 = __this->get__instance_1();
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_2 = ___attributes0;
NullCheck(L_0);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_3 = InterfaceFuncInvoker2< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *, RuntimeObject *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.IComNativeDescriptorHandler::GetProperties(System.Object,System.Attribute[]) */, IComNativeDescriptorHandler_t37AAAFAEE49C1CEB4F9AF7AAC05A955D1DD70678_il2cpp_TypeInfo_var, L_0, L_1, L_2);
return L_3;
}
}
// System.Object System.ComponentModel.TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_m3FC79722589299BDB79C2C6798109A3FC3847B2A (ComNativeTypeDescriptor_t44C4B23471F1F0C1174FD5E9EB670AD77A974A9D * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get__instance_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.TypeDescriptor_FilterCacheItem::.ctor(System.ComponentModel.Design.ITypeDescriptorFilterService,System.Collections.ICollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterCacheItem__ctor_m9398DF7D02FBE4926AFB8D768F6F0936E0929181 (FilterCacheItem_tDA029760025F0503AD352DE639152D69CA138DA4 * __this, RuntimeObject* ___filterService0, RuntimeObject* ___filteredMembers1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___filterService0;
__this->set__filterService_0(L_0);
RuntimeObject* L_1 = ___filteredMembers1;
__this->set_FilteredMembers_1(L_1);
return;
}
}
// System.Boolean System.ComponentModel.TypeDescriptor_FilterCacheItem::IsValid(System.ComponentModel.Design.ITypeDescriptorFilterService)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterCacheItem_IsValid_m91C02B95AF49F2BD09314CF2EB67F6090052B8B4 (FilterCacheItem_tDA029760025F0503AD352DE639152D69CA138DA4 * __this, RuntimeObject* ___filterService0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get__filterService_0();
RuntimeObject* L_1 = ___filterService0;
if ((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1)))
{
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.Int32 System.ComponentModel.TypeDescriptor_MemberDescriptorComparer::Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberDescriptorComparer_Compare_m9C56C6E64A892DB13EEB4B1F551B6F161B4C237E (MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D * __this, RuntimeObject * ___left0, RuntimeObject * ___right1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MemberDescriptorComparer_Compare_m9C56C6E64A892DB13EEB4B1F551B6F161B4C237E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___left0;
NullCheck(((MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8 *)CastclassClass((RuntimeObject*)L_0, MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8_il2cpp_TypeInfo_var)));
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, ((MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8 *)CastclassClass((RuntimeObject*)L_0, MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8_il2cpp_TypeInfo_var)));
RuntimeObject * L_2 = ___right1;
NullCheck(((MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8 *)CastclassClass((RuntimeObject*)L_2, MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8_il2cpp_TypeInfo_var)));
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, ((MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8 *)CastclassClass((RuntimeObject*)L_2, MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8_il2cpp_TypeInfo_var)));
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_5 = String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9(L_1, L_3, (bool)0, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void System.ComponentModel.TypeDescriptor_MemberDescriptorComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptorComparer__ctor_mE0D379E9AA3712B69614E48771226910DE517618 (MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.TypeDescriptor_MemberDescriptorComparer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptorComparer__cctor_m9E4FF9CCCC93BEE24671FD459069CB7793ED97C6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MemberDescriptorComparer__cctor_m9E4FF9CCCC93BEE24671FD459069CB7793ED97C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D * L_0 = (MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D *)il2cpp_codegen_object_new(MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D_il2cpp_TypeInfo_var);
MemberDescriptorComparer__ctor_mE0D379E9AA3712B69614E48771226910DE517618(L_0, /*hidden argument*/NULL);
((MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D_StaticFields*)il2cpp_codegen_static_fields_for(MemberDescriptorComparer_t08208596E93DE2FB4472AB31B0316F98B288506D_il2cpp_TypeInfo_var))->set_Instance_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.ComponentModel.TypeDescriptor_MergedTypeDescriptor::.ctor(System.ComponentModel.ICustomTypeDescriptor,System.ComponentModel.ICustomTypeDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergedTypeDescriptor__ctor_m07BED02593A42C075C4F95B23D208CF1222C12A0 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, RuntimeObject* ___primary0, RuntimeObject* ___secondary1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___primary0;
__this->set__primary_0(L_0);
RuntimeObject* L_1 = ___secondary1;
__this->set__secondary_1(L_1);
return;
}
}
// System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m2DD60D9C133AE18F38D7A27189168A2FBF3729FD (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m2DD60D9C133AE18F38D7A27189168A2FBF3729FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
NullCheck(L_0);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_1 = InterfaceFuncInvoker0< AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
RuntimeObject* L_3 = __this->get__secondary_1();
NullCheck(L_3);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_4 = InterfaceFuncInvoker0< AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
}
IL_001b:
{
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_5 = V_0;
return L_5;
}
}
// System.String System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m51465B550440AD0C8661563316256112BAB0C537 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m51465B550440AD0C8661563316256112BAB0C537_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
NullCheck(L_0);
String_t* L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetClassName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
String_t* L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
RuntimeObject* L_3 = __this->get__secondary_1();
NullCheck(L_3);
String_t* L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetClassName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
}
IL_001b:
{
String_t* L_5 = V_0;
return L_5;
}
}
// System.String System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetComponentName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_mFF777A710653F0BD5AE3E0B5AF10254D319E8420 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_mFF777A710653F0BD5AE3E0B5AF10254D319E8420_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
NullCheck(L_0);
String_t* L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetComponentName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
String_t* L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
RuntimeObject* L_3 = __this->get__secondary_1();
NullCheck(L_3);
String_t* L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetComponentName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
}
IL_001b:
{
String_t* L_5 = V_0;
return L_5;
}
}
// System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetConverter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mFC2AC7E8BEF7680E424A34D335EB4FCC9A6BACB6 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mFC2AC7E8BEF7680E424A34D335EB4FCC9A6BACB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
NullCheck(L_0);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_1 = InterfaceFuncInvoker0< TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * >::Invoke(3 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
RuntimeObject* L_3 = __this->get__secondary_1();
NullCheck(L_3);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_4 = InterfaceFuncInvoker0< TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * >::Invoke(3 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
}
IL_001b:
{
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_5 = V_0;
return L_5;
}
}
// System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m2B996229BED2945485F72901952DB3C78EDBD077 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m2B996229BED2945485F72901952DB3C78EDBD077_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
NullCheck(L_0);
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_1 = InterfaceFuncInvoker0< EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * >::Invoke(4 /* System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultEvent() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
RuntimeObject* L_3 = __this->get__secondary_1();
NullCheck(L_3);
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_4 = InterfaceFuncInvoker0< EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * >::Invoke(4 /* System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultEvent() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
}
IL_001b:
{
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_5 = V_0;
return L_5;
}
}
// System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mB703584702A85757837F23B27A715723681B2162 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mB703584702A85757837F23B27A715723681B2162_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
NullCheck(L_0);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_1 = InterfaceFuncInvoker0< PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(5 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultProperty() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
RuntimeObject* L_3 = __this->get__secondary_1();
NullCheck(L_3);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_4 = InterfaceFuncInvoker0< PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(5 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultProperty() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
}
IL_001b:
{
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_5 = V_0;
return L_5;
}
}
// System.Object System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m675181A242011A51DEA804FEFF957B160C165D6C (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m675181A242011A51DEA804FEFF957B160C165D6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
Type_t * L_0 = ___editorBaseType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral183286DAC61719C4FD901D84F84C9E91585B6986, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m675181A242011A51DEA804FEFF957B160C165D6C_RuntimeMethod_var);
}
IL_0014:
{
RuntimeObject* L_3 = __this->get__primary_0();
Type_t * L_4 = ___editorBaseType0;
NullCheck(L_3);
RuntimeObject * L_5 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(6 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetEditor(System.Type) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3, L_4);
V_0 = L_5;
RuntimeObject * L_6 = V_0;
if (L_6)
{
goto IL_0031;
}
}
{
RuntimeObject* L_7 = __this->get__secondary_1();
Type_t * L_8 = ___editorBaseType0;
NullCheck(L_7);
RuntimeObject * L_9 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(6 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetEditor(System.Type) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_7, L_8);
V_0 = L_9;
}
IL_0031:
{
RuntimeObject * L_10 = V_0;
return L_10;
}
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m59E8A40CD7A5B6DFE3AF323CEA4FFED38574DAD8 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m59E8A40CD7A5B6DFE3AF323CEA4FFED38574DAD8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
NullCheck(L_0);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_1 = InterfaceFuncInvoker0< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * >::Invoke(7 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
RuntimeObject* L_3 = __this->get__secondary_1();
NullCheck(L_3);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_4 = InterfaceFuncInvoker0< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * >::Invoke(7 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
}
IL_001b:
{
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_5 = V_0;
return L_5;
}
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25103AFA79F66B26E782085D798D8D5467CCE0A8 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25103AFA79F66B26E782085D798D8D5467CCE0A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = ___attributes0;
NullCheck(L_0);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_2 = InterfaceFuncInvoker1< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0, L_1);
V_0 = L_2;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_3 = V_0;
if (L_3)
{
goto IL_001d;
}
}
{
RuntimeObject* L_4 = __this->get__secondary_1();
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_5 = ___attributes0;
NullCheck(L_4);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_6 = InterfaceFuncInvoker1< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_4, L_5);
V_0 = L_6;
}
IL_001d:
{
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_7 = V_0;
return L_7;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m5C461A51153A91C829F3F75CC2E2D7AD2933BC69 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m5C461A51153A91C829F3F75CC2E2D7AD2933BC69_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
NullCheck(L_0);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_1 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
RuntimeObject* L_3 = __this->get__secondary_1();
NullCheck(L_3);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_4 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
}
IL_001b:
{
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_5 = V_0;
return L_5;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m9C59F8E3A2F518EBBE770B6ABE66B82796B18F63 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m9C59F8E3A2F518EBBE770B6ABE66B82796B18F63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = ___attributes0;
NullCheck(L_0);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_2 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0, L_1);
V_0 = L_2;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_3 = V_0;
if (L_3)
{
goto IL_001d;
}
}
{
RuntimeObject* L_4 = __this->get__secondary_1();
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_5 = ___attributes0;
NullCheck(L_4);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_6 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_4, L_5);
V_0 = L_6;
}
IL_001d:
{
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_7 = V_0;
return L_7;
}
}
// System.Object System.ComponentModel.TypeDescriptor_MergedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mB34132962484E99CF6CBA0CDFB462B2F0F243C13 (MergedTypeDescriptor_t9395D9B4F23C94B7997A9ED698CBEF7995EB162B * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mB34132962484E99CF6CBA0CDFB462B2F0F243C13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get__primary_0();
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_1 = ___pd0;
NullCheck(L_0);
RuntimeObject * L_2 = InterfaceFuncInvoker1< RuntimeObject *, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(11 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_0, L_1);
V_0 = L_2;
RuntimeObject * L_3 = V_0;
if (L_3)
{
goto IL_001d;
}
}
{
RuntimeObject* L_4 = __this->get__secondary_1();
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_5 = ___pd0;
NullCheck(L_4);
RuntimeObject * L_6 = InterfaceFuncInvoker1< RuntimeObject *, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(11 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_4, L_5);
V_0 = L_6;
}
IL_001d:
{
RuntimeObject * L_7 = V_0;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.TypeDescriptor_TypeDescriptionNode::.ctor(System.ComponentModel.TypeDescriptionProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionNode__ctor_m18D16A33443D7C6C32D09203AE94E5A5DA65BDFF (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * ___provider0, const RuntimeMethod* method)
{
{
TypeDescriptionProvider__ctor_m9A35B40DE4D4CCB86B72BD3BABF375982DB32912(__this, /*hidden argument*/NULL);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_0 = ___provider0;
__this->set_Provider_3(L_0);
return;
}
}
// System.Object System.ComponentModel.TypeDescriptor_TypeDescriptionNode::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptionNode_CreateInstance_m8DE4377C62A0EF6738F487193FC20302733BE49B (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, RuntimeObject* ___provider0, Type_t * ___objectType1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argTypes2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_CreateInstance_m8DE4377C62A0EF6738F487193FC20302733BE49B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___objectType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD2AD511C8E3470443090EE15D44BB5849824FB7A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, TypeDescriptionNode_CreateInstance_m8DE4377C62A0EF6738F487193FC20302733BE49B_RuntimeMethod_var);
}
IL_0014:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = ___argTypes2;
if (!L_3)
{
goto IL_003f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___args3;
if (L_4)
{
goto IL_0026;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, TypeDescriptionNode_CreateInstance_m8DE4377C62A0EF6738F487193FC20302733BE49B_RuntimeMethod_var);
}
IL_0026:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = ___argTypes2;
NullCheck(L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = ___args3;
NullCheck(L_7);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))))
{
goto IL_003f;
}
}
{
String_t* L_8 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralB81ACAA21AE2689401AFD1AF79138ED5CB275C58, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, TypeDescriptionNode_CreateInstance_m8DE4377C62A0EF6738F487193FC20302733BE49B_RuntimeMethod_var);
}
IL_003f:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_10 = __this->get_Provider_3();
RuntimeObject* L_11 = ___provider0;
Type_t * L_12 = ___objectType1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = ___argTypes2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = ___args3;
NullCheck(L_10);
RuntimeObject * L_15 = VirtFuncInvoker4< RuntimeObject *, RuntimeObject*, Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(4 /* System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) */, L_10, L_11, L_12, L_13, L_14);
return L_15;
}
}
// System.Collections.IDictionary System.ComponentModel.TypeDescriptor_TypeDescriptionNode::GetCache(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionNode_GetCache_m275E9B8AA100455DA54B9CBD3581B9556C5DE825 (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_GetCache_m275E9B8AA100455DA54B9CBD3581B9556C5DE825_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___instance0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC3BEC6BCBC9B9F04E60FCB1D9C9C1A37F3E12E93, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TypeDescriptionNode_GetCache_m275E9B8AA100455DA54B9CBD3581B9556C5DE825_RuntimeMethod_var);
}
IL_000e:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = __this->get_Provider_3();
RuntimeObject * L_3 = ___instance0;
NullCheck(L_2);
RuntimeObject* L_4 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(5 /* System.Collections.IDictionary System.ComponentModel.TypeDescriptionProvider::GetCache(System.Object) */, L_2, L_3);
return L_4;
}
}
// System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor_TypeDescriptionNode::GetExtendedTypeDescriptor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionNode_GetExtendedTypeDescriptor_m014DF481F410A49BBB0B087DD65EA4DBD51E9AF2 (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_GetExtendedTypeDescriptor_m014DF481F410A49BBB0B087DD65EA4DBD51E9AF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___instance0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC3BEC6BCBC9B9F04E60FCB1D9C9C1A37F3E12E93, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TypeDescriptionNode_GetExtendedTypeDescriptor_m014DF481F410A49BBB0B087DD65EA4DBD51E9AF2_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___instance0;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE L_3;
memset((&L_3), 0, sizeof(L_3));
DefaultExtendedTypeDescriptor__ctor_mD297D84C0AEF8C2AF0867391BD0FD037D8E6AB86((&L_3), __this, L_2, /*hidden argument*/NULL);
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE L_4 = L_3;
RuntimeObject * L_5 = Box(DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_il2cpp_TypeInfo_var, &L_4);
return (RuntimeObject*)L_5;
}
}
// System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptor_TypeDescriptionNode::GetExtenderProviders(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t98121652302DA48EF1CB12054524D95ED4B63031* TypeDescriptionNode_GetExtenderProviders_mA26764DE3C998BCD030B9E111462EB622BB127BE (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_GetExtenderProviders_mA26764DE3C998BCD030B9E111462EB622BB127BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___instance0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC3BEC6BCBC9B9F04E60FCB1D9C9C1A37F3E12E93, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TypeDescriptionNode_GetExtenderProviders_mA26764DE3C998BCD030B9E111462EB622BB127BE_RuntimeMethod_var);
}
IL_000e:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = __this->get_Provider_3();
RuntimeObject * L_3 = ___instance0;
NullCheck(L_2);
IExtenderProviderU5BU5D_t98121652302DA48EF1CB12054524D95ED4B63031* L_4 = VirtFuncInvoker1< IExtenderProviderU5BU5D_t98121652302DA48EF1CB12054524D95ED4B63031*, RuntimeObject * >::Invoke(7 /* System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptionProvider::GetExtenderProviders(System.Object) */, L_2, L_3);
return L_4;
}
}
// System.String System.ComponentModel.TypeDescriptor_TypeDescriptionNode::GetFullComponentName(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptionNode_GetFullComponentName_m2A7751892ED983AAFFFF84BD961C6839D809AB07 (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, RuntimeObject * ___component0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_GetFullComponentName_m2A7751892ED983AAFFFF84BD961C6839D809AB07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___component0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral335C4C1E2F05B5297A56769D8DE75AD9C4874CD3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TypeDescriptionNode_GetFullComponentName_m2A7751892ED983AAFFFF84BD961C6839D809AB07_RuntimeMethod_var);
}
IL_000e:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = __this->get_Provider_3();
RuntimeObject * L_3 = ___component0;
NullCheck(L_2);
String_t* L_4 = VirtFuncInvoker1< String_t*, RuntimeObject * >::Invoke(8 /* System.String System.ComponentModel.TypeDescriptionProvider::GetFullComponentName(System.Object) */, L_2, L_3);
return L_4;
}
}
// System.Type System.ComponentModel.TypeDescriptor_TypeDescriptionNode::GetReflectionType(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptionNode_GetReflectionType_m4C80319088CB3DFFEF76A5DB4C862FCDD98BDC92 (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_GetReflectionType_m4C80319088CB3DFFEF76A5DB4C862FCDD98BDC92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___objectType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD2AD511C8E3470443090EE15D44BB5849824FB7A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, TypeDescriptionNode_GetReflectionType_m4C80319088CB3DFFEF76A5DB4C862FCDD98BDC92_RuntimeMethod_var);
}
IL_0014:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_3 = __this->get_Provider_3();
Type_t * L_4 = ___objectType0;
RuntimeObject * L_5 = ___instance1;
NullCheck(L_3);
Type_t * L_6 = VirtFuncInvoker2< Type_t *, Type_t *, RuntimeObject * >::Invoke(9 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) */, L_3, L_4, L_5);
return L_6;
}
}
// System.Type System.ComponentModel.TypeDescriptor_TypeDescriptionNode::GetRuntimeType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptionNode_GetRuntimeType_m628C321FDB6C9718D142459A34BA726DDFFA8E8C (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, Type_t * ___objectType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_GetRuntimeType_m628C321FDB6C9718D142459A34BA726DDFFA8E8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___objectType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD2AD511C8E3470443090EE15D44BB5849824FB7A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, TypeDescriptionNode_GetRuntimeType_m628C321FDB6C9718D142459A34BA726DDFFA8E8C_RuntimeMethod_var);
}
IL_0014:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_3 = __this->get_Provider_3();
Type_t * L_4 = ___objectType0;
NullCheck(L_3);
Type_t * L_5 = VirtFuncInvoker1< Type_t *, Type_t * >::Invoke(10 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetRuntimeType(System.Type) */, L_3, L_4);
return L_5;
}
}
// System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor_TypeDescriptionNode::GetTypeDescriptor(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionNode_GetTypeDescriptor_m55BB50B1A0B0542BD4736FE3F7A14A7ABEC94903 (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_GetTypeDescriptor_m55BB50B1A0B0542BD4736FE3F7A14A7ABEC94903_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___objectType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD2AD511C8E3470443090EE15D44BB5849824FB7A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, TypeDescriptionNode_GetTypeDescriptor_m55BB50B1A0B0542BD4736FE3F7A14A7ABEC94903_RuntimeMethod_var);
}
IL_0014:
{
RuntimeObject * L_3 = ___instance1;
if (!L_3)
{
goto IL_002b;
}
}
{
Type_t * L_4 = ___objectType0;
RuntimeObject * L_5 = ___instance1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_4, L_5);
if (L_6)
{
goto IL_002b;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, _stringLiteralC3BEC6BCBC9B9F04E60FCB1D9C9C1A37F3E12E93, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, TypeDescriptionNode_GetTypeDescriptor_m55BB50B1A0B0542BD4736FE3F7A14A7ABEC94903_RuntimeMethod_var);
}
IL_002b:
{
Type_t * L_8 = ___objectType0;
RuntimeObject * L_9 = ___instance1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 L_10;
memset((&L_10), 0, sizeof(L_10));
DefaultTypeDescriptor__ctor_m8542D50B70E1A86255B2C64908C9397B971BBC90((&L_10), __this, L_8, L_9, /*hidden argument*/NULL);
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 L_11 = L_10;
RuntimeObject * L_12 = Box(DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_il2cpp_TypeInfo_var, &L_11);
return (RuntimeObject*)L_12;
}
}
// System.Boolean System.ComponentModel.TypeDescriptor_TypeDescriptionNode::IsSupportedType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeDescriptionNode_IsSupportedType_mEBB9DAD80FFEF24046762B4FBB323D91119A828F (TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeDescriptionNode_IsSupportedType_mEBB9DAD80FFEF24046762B4FBB323D91119A828F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, TypeDescriptionNode_IsSupportedType_mEBB9DAD80FFEF24046762B4FBB323D91119A828F_RuntimeMethod_var);
}
IL_0014:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_3 = __this->get_Provider_3();
Type_t * L_4 = ___type0;
NullCheck(L_3);
bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(12 /* System.Boolean System.ComponentModel.TypeDescriptionProvider::IsSupportedType(System.Type) */, L_3, L_4);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor
IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshal_pinvoke(const DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE& unmarshaled, DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshaled_pinvoke& marshaled)
{
Exception_t* ____node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultExtendedTypeDescriptor': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____node_0Exception, NULL);
}
IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshal_pinvoke_back(const DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshaled_pinvoke& marshaled, DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE& unmarshaled)
{
Exception_t* ____node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultExtendedTypeDescriptor': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____node_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor
IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshal_pinvoke_cleanup(DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor
IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshal_com(const DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE& unmarshaled, DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshaled_com& marshaled)
{
Exception_t* ____node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultExtendedTypeDescriptor': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____node_0Exception, NULL);
}
IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshal_com_back(const DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshaled_com& marshaled, DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE& unmarshaled)
{
Exception_t* ____node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultExtendedTypeDescriptor': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____node_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultExtendedTypeDescriptor
IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshal_com_cleanup(DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE_marshaled_com& marshaled)
{
}
// System.Void System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::.ctor(System.ComponentModel.TypeDescriptor_TypeDescriptionNode,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultExtendedTypeDescriptor__ctor_mD297D84C0AEF8C2AF0867391BD0FD037D8E6AB86 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ___node0, RuntimeObject * ___instance1, const RuntimeMethod* method)
{
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = ___node0;
__this->set__node_0(L_0);
RuntimeObject * L_1 = ___instance1;
__this->set__instance_1(L_1);
return;
}
}
IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor__ctor_mD297D84C0AEF8C2AF0867391BD0FD037D8E6AB86_AdjustorThunk (RuntimeObject * __this, TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ___node0, RuntimeObject * ___instance1, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
DefaultExtendedTypeDescriptor__ctor_mD297D84C0AEF8C2AF0867391BD0FD037D8E6AB86(_thisAdjusted, ___node0, ___instance1, method);
}
// System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_6 = ReflectTypeDescriptionProvider_GetExtendedAttributes_m27849C4290581FFD9B350AD671E5DE9764531E46_inline(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
NullCheck(L_20);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_21 = InterfaceFuncInvoker0< AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20);
V_3 = L_21;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_22 = V_3;
if (L_22)
{
goto IL_00a9;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_25 = __this->get__node_0();
NullCheck(L_25);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_26 = L_25->get_Provider_3();
NullCheck(L_26);
Type_t * L_27 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_27);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_28);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_24;
NullCheck(L_29);
ArrayElementTypeCheck (L_29, _stringLiteral27EB8C3971A7ABA72522E262E857F45387A73544);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral27EB8C3971A7ABA72522E262E857F45387A73544);
String_t* L_30 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_29, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_31 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_31, L_30, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8_RuntimeMethod_var);
}
IL_00a9:
{
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_32 = V_3;
return L_32;
}
}
IL2CPP_EXTERN_C AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF4C670B634C8C86057E939F3DD5EAA4173DAB1A8(_thisAdjusted, method);
}
// System.String System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m5D43CCB75E8BBD373FFEFDA99B6B37FA300AD884 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m5D43CCB75E8BBD373FFEFDA99B6B37FA300AD884_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
String_t* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
String_t* L_6 = ReflectTypeDescriptionProvider_GetExtendedClassName_m6E50E04E316701742D2173063BB71B60042160A3(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m5D43CCB75E8BBD373FFEFDA99B6B37FA300AD884_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
NullCheck(L_20);
String_t* L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetClassName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20);
V_3 = L_21;
String_t* L_22 = V_3;
if (L_22)
{
goto IL_0084;
}
}
{
RuntimeObject * L_23 = __this->get__instance_1();
NullCheck(L_23);
Type_t * L_24 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_23, /*hidden argument*/NULL);
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_24);
V_3 = L_25;
}
IL_0084:
{
String_t* L_26 = V_3;
return L_26;
}
}
IL2CPP_EXTERN_C String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m5D43CCB75E8BBD373FFEFDA99B6B37FA300AD884_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m5D43CCB75E8BBD373FFEFDA99B6B37FA300AD884(_thisAdjusted, method);
}
// System.String System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetComponentName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m91CEE12D87F75538C0B99BA82D7C0AFE8B670D55 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m91CEE12D87F75538C0B99BA82D7C0AFE8B670D55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
String_t* L_6 = ReflectTypeDescriptionProvider_GetExtendedComponentName_m1E9174932816154844DE378459F1AA5B1B90D532(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m91CEE12D87F75538C0B99BA82D7C0AFE8B670D55_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
NullCheck(L_20);
String_t* L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetComponentName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20);
return L_21;
}
}
IL2CPP_EXTERN_C String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m91CEE12D87F75538C0B99BA82D7C0AFE8B670D55_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m91CEE12D87F75538C0B99BA82D7C0AFE8B670D55(_thisAdjusted, method);
}
// System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetConverter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_6 = ReflectTypeDescriptionProvider_GetExtendedConverter_m54A3FED3A123C2C0375E2FBCA5C4B29C6220BA2D(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
NullCheck(L_20);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_21 = InterfaceFuncInvoker0< TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * >::Invoke(3 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20);
V_3 = L_21;
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_22 = V_3;
if (L_22)
{
goto IL_00a9;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_25 = __this->get__node_0();
NullCheck(L_25);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_26 = L_25->get_Provider_3();
NullCheck(L_26);
Type_t * L_27 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_27);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_28);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_24;
NullCheck(L_29);
ArrayElementTypeCheck (L_29, _stringLiteral2714E2E8F691F27D70F0F8DAF169B575BB51BB10);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2714E2E8F691F27D70F0F8DAF169B575BB51BB10);
String_t* L_30 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_29, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_31 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_31, L_30, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6_RuntimeMethod_var);
}
IL_00a9:
{
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_32 = V_3;
return L_32;
}
}
IL2CPP_EXTERN_C TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mE26BB774C31A0760EC238B30A3BDE0EE202EF1A6(_thisAdjusted, method);
}
// System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m64A8A46A22725FD8BC8DE809966CB860B17D1143 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m64A8A46A22725FD8BC8DE809966CB860B17D1143_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_6 = ReflectTypeDescriptionProvider_GetExtendedDefaultEvent_m40C995F2940B4BB844675DDC61C195BAA026E166(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m64A8A46A22725FD8BC8DE809966CB860B17D1143_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
NullCheck(L_20);
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_21 = InterfaceFuncInvoker0< EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * >::Invoke(4 /* System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultEvent() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20);
return L_21;
}
}
IL2CPP_EXTERN_C EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m64A8A46A22725FD8BC8DE809966CB860B17D1143_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m64A8A46A22725FD8BC8DE809966CB860B17D1143(_thisAdjusted, method);
}
// System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mF6A776BFECC0FC3642D5557E136B8D79EAD7F37A (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mF6A776BFECC0FC3642D5557E136B8D79EAD7F37A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_6 = ReflectTypeDescriptionProvider_GetExtendedDefaultProperty_mAF45D405C9A0A7CF596C909B4F92624F7B9B443C(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mF6A776BFECC0FC3642D5557E136B8D79EAD7F37A_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
NullCheck(L_20);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_21 = InterfaceFuncInvoker0< PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(5 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultProperty() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20);
return L_21;
}
}
IL2CPP_EXTERN_C PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mF6A776BFECC0FC3642D5557E136B8D79EAD7F37A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mF6A776BFECC0FC3642D5557E136B8D79EAD7F37A(_thisAdjusted, method);
}
// System.Object System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
Type_t * L_0 = ___editorBaseType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral183286DAC61719C4FD901D84F84C9E91585B6986, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA_RuntimeMethod_var);
}
IL_0014:
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_3 = __this->get__node_0();
NullCheck(L_3);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_4 = L_3->get_Provider_3();
V_0 = L_4;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_5 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_5, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_6 = V_1;
if (!L_6)
{
goto IL_0038;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_7 = V_1;
RuntimeObject * L_8 = __this->get__instance_1();
Type_t * L_9 = ___editorBaseType0;
NullCheck(L_7);
RuntimeObject * L_10 = ReflectTypeDescriptionProvider_GetExtendedEditor_mAEC41CB2339631CCEB75CAE0770CEE6F61547DB4(L_7, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0038:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_11 = V_0;
RuntimeObject * L_12 = __this->get__instance_1();
NullCheck(L_11);
RuntimeObject* L_13 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_11, L_12);
V_2 = L_13;
RuntimeObject* L_14 = V_2;
if (L_14)
{
goto IL_007e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_17 = __this->get__node_0();
NullCheck(L_17);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_18 = L_17->get_Provider_3();
NullCheck(L_18);
Type_t * L_19 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_19);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_20);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_20);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_16;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_22 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_21, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_23 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA_RuntimeMethod_var);
}
IL_007e:
{
RuntimeObject* L_24 = V_2;
Type_t * L_25 = ___editorBaseType0;
NullCheck(L_24);
RuntimeObject * L_26 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(6 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetEditor(System.Type) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_24, L_25);
return L_26;
}
}
IL2CPP_EXTERN_C RuntimeObject * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA_AdjustorThunk (RuntimeObject * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mE808899AE1F543555DD1463F2DD417986A7A5DBA(_thisAdjusted, ___editorBaseType0, method);
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_6 = ReflectTypeDescriptionProvider_GetExtendedEvents_m646C13AACBDD5DB676F15F78597C6B3685905A45_inline(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
NullCheck(L_20);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_21 = InterfaceFuncInvoker0< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * >::Invoke(7 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20);
V_3 = L_21;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_22 = V_3;
if (L_22)
{
goto IL_00a9;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_25 = __this->get__node_0();
NullCheck(L_25);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_26 = L_25->get_Provider_3();
NullCheck(L_26);
Type_t * L_27 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_27);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_28);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_24;
NullCheck(L_29);
ArrayElementTypeCheck (L_29, _stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0);
String_t* L_30 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_29, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_31 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_31, L_30, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2_RuntimeMethod_var);
}
IL_00a9:
{
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_32 = V_3;
return L_32;
}
}
IL2CPP_EXTERN_C EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m9540E53C7641A9CEC8CBE91843B77E0C513DC2A2(_thisAdjusted, method);
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_6 = ReflectTypeDescriptionProvider_GetExtendedEvents_m646C13AACBDD5DB676F15F78597C6B3685905A45_inline(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_21 = ___attributes0;
NullCheck(L_20);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_22 = InterfaceFuncInvoker1< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20, L_21);
V_3 = L_22;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_23 = V_3;
if (L_23)
{
goto IL_00aa;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_26 = __this->get__node_0();
NullCheck(L_26);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_27 = L_26->get_Provider_3();
NullCheck(L_27);
Type_t * L_28 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_28);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_29);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_25;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, _stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0);
String_t* L_31 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_30, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_32 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6_RuntimeMethod_var);
}
IL_00aa:
{
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_33 = V_3;
return L_33;
}
}
IL2CPP_EXTERN_C EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6_AdjustorThunk (RuntimeObject * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m11104BC84FB6A513D07BA11516697FEF495D87D6(_thisAdjusted, ___attributes0, method);
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_6 = ReflectTypeDescriptionProvider_GetExtendedProperties_mFFA65F71DEFE3C3EBEBF8EE010EA69F524AE3D1A(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
NullCheck(L_20);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_21 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20);
V_3 = L_21;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_22 = V_3;
if (L_22)
{
goto IL_00a9;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_25 = __this->get__node_0();
NullCheck(L_25);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_26 = L_25->get_Provider_3();
NullCheck(L_26);
Type_t * L_27 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_27);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_28);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_24;
NullCheck(L_29);
ArrayElementTypeCheck (L_29, _stringLiteral4B18788F48677270728E3FB0B877653E093AA09E);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral4B18788F48677270728E3FB0B877653E093AA09E);
String_t* L_30 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_29, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_31 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_31, L_30, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7_RuntimeMethod_var);
}
IL_00a9:
{
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_32 = V_3;
return L_32;
}
}
IL2CPP_EXTERN_C PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCD9AF5CF5F30A8A6F9125272F6AB969039A96DA7(_thisAdjusted, method);
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
NullCheck(L_4);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_6 = ReflectTypeDescriptionProvider_GetExtendedProperties_mFFA65F71DEFE3C3EBEBF8EE010EA69F524AE3D1A(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0023:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
RuntimeObject * L_8 = __this->get__instance_1();
NullCheck(L_7);
RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_7, L_8);
V_2 = L_9;
RuntimeObject* L_10 = V_2;
if (L_10)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_13 = __this->get__node_0();
NullCheck(L_13);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_14 = L_13->get_Provider_3();
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_17, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject* L_20 = V_2;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_21 = ___attributes0;
NullCheck(L_20);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_22 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_20, L_21);
V_3 = L_22;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_23 = V_3;
if (L_23)
{
goto IL_00aa;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_26 = __this->get__node_0();
NullCheck(L_26);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_27 = L_26->get_Provider_3();
NullCheck(L_27);
Type_t * L_28 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_28);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_29);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_25;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, _stringLiteral4B18788F48677270728E3FB0B877653E093AA09E);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral4B18788F48677270728E3FB0B877653E093AA09E);
String_t* L_31 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_30, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_32 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC_RuntimeMethod_var);
}
IL_00aa:
{
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_33 = V_3;
return L_33;
}
}
IL2CPP_EXTERN_C PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC_AdjustorThunk (RuntimeObject * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m46AE37DFC7FBE5AE7641AD20F09C09109313E2AC(_thisAdjusted, ___attributes0, method);
}
// System.Object System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mAEAB33B88BA45952CD04F3C3B2901997A7C17035 (DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mAEAB33B88BA45952CD04F3C3B2901997A7C17035_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject * V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0024;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
RuntimeObject * L_5 = __this->get__instance_1();
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_6 = ___pd0;
NullCheck(L_4);
RuntimeObject * L_7 = ReflectTypeDescriptionProvider_GetExtendedPropertyOwner_mB2A35CD73BBB7941257EA40720C03A8A43260A93(L_4, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0024:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_8 = V_0;
RuntimeObject * L_9 = __this->get__instance_1();
NullCheck(L_8);
RuntimeObject* L_10 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_8, L_9);
V_2 = L_10;
RuntimeObject* L_11 = V_2;
if (L_11)
{
goto IL_006a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_14 = __this->get__node_0();
NullCheck(L_14);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_15 = L_14->get_Provider_3();
NullCheck(L_15);
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_17);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2815441829DB8DAB9E2CE1FE394CE4C7A666E41A);
String_t* L_19 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_18, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_20 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mAEAB33B88BA45952CD04F3C3B2901997A7C17035_RuntimeMethod_var);
}
IL_006a:
{
RuntimeObject* L_21 = V_2;
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_22 = ___pd0;
NullCheck(L_21);
RuntimeObject * L_23 = InterfaceFuncInvoker1< RuntimeObject *, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(11 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_21, L_22);
V_3 = L_23;
RuntimeObject * L_24 = V_3;
if (L_24)
{
goto IL_007c;
}
}
{
RuntimeObject * L_25 = __this->get__instance_1();
V_3 = L_25;
}
IL_007c:
{
RuntimeObject * L_26 = V_3;
return L_26;
}
}
IL2CPP_EXTERN_C RuntimeObject * DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mAEAB33B88BA45952CD04F3C3B2901997A7C17035_AdjustorThunk (RuntimeObject * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE * _thisAdjusted = reinterpret_cast<DefaultExtendedTypeDescriptor_t89890252F6A685D141ECBB0C2878C6E913883ECE *>(__this + _offset);
return DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mAEAB33B88BA45952CD04F3C3B2901997A7C17035(_thisAdjusted, ___pd0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor
IL2CPP_EXTERN_C void DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshal_pinvoke(const DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4& unmarshaled, DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshaled_pinvoke& marshaled)
{
Exception_t* ____node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultTypeDescriptor': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____node_0Exception, NULL);
}
IL2CPP_EXTERN_C void DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshal_pinvoke_back(const DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshaled_pinvoke& marshaled, DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4& unmarshaled)
{
Exception_t* ____node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultTypeDescriptor': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____node_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor
IL2CPP_EXTERN_C void DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshal_pinvoke_cleanup(DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor
IL2CPP_EXTERN_C void DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshal_com(const DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4& unmarshaled, DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshaled_com& marshaled)
{
Exception_t* ____node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultTypeDescriptor': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____node_0Exception, NULL);
}
IL2CPP_EXTERN_C void DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshal_com_back(const DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshaled_com& marshaled, DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4& unmarshaled)
{
Exception_t* ____node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultTypeDescriptor': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____node_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ComponentModel.TypeDescriptor/TypeDescriptionNode/DefaultTypeDescriptor
IL2CPP_EXTERN_C void DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshal_com_cleanup(DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4_marshaled_com& marshaled)
{
}
// System.Void System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::.ctor(System.ComponentModel.TypeDescriptor_TypeDescriptionNode,System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTypeDescriptor__ctor_m8542D50B70E1A86255B2C64908C9397B971BBC90 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ___node0, Type_t * ___objectType1, RuntimeObject * ___instance2, const RuntimeMethod* method)
{
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = ___node0;
__this->set__node_0(L_0);
Type_t * L_1 = ___objectType1;
__this->set__objectType_1(L_1);
RuntimeObject * L_2 = ___instance2;
__this->set__instance_2(L_2);
return;
}
}
IL2CPP_EXTERN_C void DefaultTypeDescriptor__ctor_m8542D50B70E1A86255B2C64908C9397B971BBC90_AdjustorThunk (RuntimeObject * __this, TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * ___node0, Type_t * ___objectType1, RuntimeObject * ___instance2, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
DefaultTypeDescriptor__ctor_m8542D50B70E1A86255B2C64908C9397B971BBC90(_thisAdjusted, ___node0, ___objectType1, ___instance2, method);
}
// System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0028;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
NullCheck(L_4);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_6 = ReflectTypeDescriptionProvider_GetAttributes_mD827142E84D2111FBD6F88118D1DD0BCF898700C(L_4, L_5, /*hidden argument*/NULL);
V_2 = L_6;
goto IL_00b4;
}
IL_0028:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
Type_t * L_8 = __this->get__objectType_1();
RuntimeObject * L_9 = __this->get__instance_2();
NullCheck(L_7);
RuntimeObject* L_10 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_7, L_8, L_9);
V_3 = L_10;
RuntimeObject* L_11 = V_3;
if (L_11)
{
goto IL_0074;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_14 = __this->get__node_0();
NullCheck(L_14);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_15 = L_14->get_Provider_3();
NullCheck(L_15);
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_17);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_19 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_18, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_20 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC_RuntimeMethod_var);
}
IL_0074:
{
RuntimeObject* L_21 = V_3;
NullCheck(L_21);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_22 = InterfaceFuncInvoker0< AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_21);
V_2 = L_22;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_23 = V_2;
if (L_23)
{
goto IL_00b4;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_26 = __this->get__node_0();
NullCheck(L_26);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_27 = L_26->get_Provider_3();
NullCheck(L_27);
Type_t * L_28 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_28);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_29);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_25;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, _stringLiteral27EB8C3971A7ABA72522E262E857F45387A73544);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral27EB8C3971A7ABA72522E262E857F45387A73544);
String_t* L_31 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_30, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_32 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC_RuntimeMethod_var);
}
IL_00b4:
{
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_33 = V_2;
return L_33;
}
}
IL2CPP_EXTERN_C AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m6EEBB8DB4E72761D9CB03978D149295CFE2B39EC(_thisAdjusted, method);
}
// System.String System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m046387DF4AF6D4272E79CCBFA30F12CD98B68475 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m046387DF4AF6D4272E79CCBFA30F12CD98B68475_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0025;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
NullCheck(L_4);
String_t* L_6 = ReflectTypeDescriptionProvider_GetClassName_m77A6389AAD0DB919D60969F0C1D6AB3626A1CD72(L_4, L_5, /*hidden argument*/NULL);
V_2 = L_6;
goto IL_0087;
}
IL_0025:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
Type_t * L_8 = __this->get__objectType_1();
RuntimeObject * L_9 = __this->get__instance_2();
NullCheck(L_7);
RuntimeObject* L_10 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_7, L_8, L_9);
V_3 = L_10;
RuntimeObject* L_11 = V_3;
if (L_11)
{
goto IL_0071;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_14 = __this->get__node_0();
NullCheck(L_14);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_15 = L_14->get_Provider_3();
NullCheck(L_15);
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_17);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_19 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_18, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_20 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m046387DF4AF6D4272E79CCBFA30F12CD98B68475_RuntimeMethod_var);
}
IL_0071:
{
RuntimeObject* L_21 = V_3;
NullCheck(L_21);
String_t* L_22 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetClassName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_21);
V_2 = L_22;
String_t* L_23 = V_2;
if (L_23)
{
goto IL_0087;
}
}
{
Type_t * L_24 = __this->get__objectType_1();
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_24);
V_2 = L_25;
}
IL_0087:
{
String_t* L_26 = V_2;
return L_26;
}
}
IL2CPP_EXTERN_C String_t* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m046387DF4AF6D4272E79CCBFA30F12CD98B68475_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m046387DF4AF6D4272E79CCBFA30F12CD98B68475(_thisAdjusted, method);
}
// System.String System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetComponentName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0EC92A5859516DD6DF83776057C9058F5AA8BAB7 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0EC92A5859516DD6DF83776057C9058F5AA8BAB7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_002b;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
RuntimeObject * L_6 = __this->get__instance_2();
NullCheck(L_4);
String_t* L_7 = ReflectTypeDescriptionProvider_GetComponentName_m2861917411D3CE771C9FD435037B063BC3288183(L_4, L_5, L_6, /*hidden argument*/NULL);
V_2 = L_7;
goto IL_007e;
}
IL_002b:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_8 = V_0;
Type_t * L_9 = __this->get__objectType_1();
RuntimeObject * L_10 = __this->get__instance_2();
NullCheck(L_8);
RuntimeObject* L_11 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_8, L_9, L_10);
V_3 = L_11;
RuntimeObject* L_12 = V_3;
if (L_12)
{
goto IL_0077;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_15 = __this->get__node_0();
NullCheck(L_15);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_16 = L_15->get_Provider_3();
NullCheck(L_16);
Type_t * L_17 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_16, /*hidden argument*/NULL);
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_17);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_18);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_18);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_14;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_20 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_19, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_21 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0EC92A5859516DD6DF83776057C9058F5AA8BAB7_RuntimeMethod_var);
}
IL_0077:
{
RuntimeObject* L_22 = V_3;
NullCheck(L_22);
String_t* L_23 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetComponentName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_22);
V_2 = L_23;
}
IL_007e:
{
String_t* L_24 = V_2;
return L_24;
}
}
IL2CPP_EXTERN_C String_t* DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0EC92A5859516DD6DF83776057C9058F5AA8BAB7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0EC92A5859516DD6DF83776057C9058F5AA8BAB7(_thisAdjusted, method);
}
// System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetConverter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_002e;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
RuntimeObject * L_6 = __this->get__instance_2();
NullCheck(L_4);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_7 = ReflectTypeDescriptionProvider_GetConverter_mB8782B30A3D40FBDB37A4FD68A635149B0154880(L_4, L_5, L_6, /*hidden argument*/NULL);
V_2 = L_7;
goto IL_00ba;
}
IL_002e:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_8 = V_0;
Type_t * L_9 = __this->get__objectType_1();
RuntimeObject * L_10 = __this->get__instance_2();
NullCheck(L_8);
RuntimeObject* L_11 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_8, L_9, L_10);
V_3 = L_11;
RuntimeObject* L_12 = V_3;
if (L_12)
{
goto IL_007a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_15 = __this->get__node_0();
NullCheck(L_15);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_16 = L_15->get_Provider_3();
NullCheck(L_16);
Type_t * L_17 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_16, /*hidden argument*/NULL);
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_17);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_18);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_18);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_14;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_20 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_19, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_21 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7_RuntimeMethod_var);
}
IL_007a:
{
RuntimeObject* L_22 = V_3;
NullCheck(L_22);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_23 = InterfaceFuncInvoker0< TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * >::Invoke(3 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_22);
V_2 = L_23;
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_24 = V_2;
if (L_24)
{
goto IL_00ba;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_27 = __this->get__node_0();
NullCheck(L_27);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_28 = L_27->get_Provider_3();
NullCheck(L_28);
Type_t * L_29 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_28, /*hidden argument*/NULL);
NullCheck(L_29);
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_30);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_26;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, _stringLiteral2714E2E8F691F27D70F0F8DAF169B575BB51BB10);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral2714E2E8F691F27D70F0F8DAF169B575BB51BB10);
String_t* L_32 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_31, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_33 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_33, L_32, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7_RuntimeMethod_var);
}
IL_00ba:
{
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_34 = V_2;
return L_34;
}
}
IL2CPP_EXTERN_C TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_mA5D26F3E5D42548F740BD72B1AA9AE1CE89EC6E7(_thisAdjusted, method);
}
// System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m3E1B70BE228C493EFE28B4113386B6E458711885 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m3E1B70BE228C493EFE28B4113386B6E458711885_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_002b;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
RuntimeObject * L_6 = __this->get__instance_2();
NullCheck(L_4);
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_7 = ReflectTypeDescriptionProvider_GetDefaultEvent_mFD531AA46C8C91FD55ABE9617FFDB80FFCAE408B(L_4, L_5, L_6, /*hidden argument*/NULL);
V_2 = L_7;
goto IL_007e;
}
IL_002b:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_8 = V_0;
Type_t * L_9 = __this->get__objectType_1();
RuntimeObject * L_10 = __this->get__instance_2();
NullCheck(L_8);
RuntimeObject* L_11 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_8, L_9, L_10);
V_3 = L_11;
RuntimeObject* L_12 = V_3;
if (L_12)
{
goto IL_0077;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_15 = __this->get__node_0();
NullCheck(L_15);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_16 = L_15->get_Provider_3();
NullCheck(L_16);
Type_t * L_17 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_16, /*hidden argument*/NULL);
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_17);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_18);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_18);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_14;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_20 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_19, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_21 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m3E1B70BE228C493EFE28B4113386B6E458711885_RuntimeMethod_var);
}
IL_0077:
{
RuntimeObject* L_22 = V_3;
NullCheck(L_22);
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_23 = InterfaceFuncInvoker0< EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * >::Invoke(4 /* System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultEvent() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_22);
V_2 = L_23;
}
IL_007e:
{
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_24 = V_2;
return L_24;
}
}
IL2CPP_EXTERN_C EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m3E1B70BE228C493EFE28B4113386B6E458711885_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m3E1B70BE228C493EFE28B4113386B6E458711885(_thisAdjusted, method);
}
// System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mBBB5F91194AD6416D9304680E2FADE81A0E45003 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mBBB5F91194AD6416D9304680E2FADE81A0E45003_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_002b;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
RuntimeObject * L_6 = __this->get__instance_2();
NullCheck(L_4);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_7 = ReflectTypeDescriptionProvider_GetDefaultProperty_mB51727128E26FC4F33E9D36FD9ADCE6BC7FC2298(L_4, L_5, L_6, /*hidden argument*/NULL);
V_2 = L_7;
goto IL_007e;
}
IL_002b:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_8 = V_0;
Type_t * L_9 = __this->get__objectType_1();
RuntimeObject * L_10 = __this->get__instance_2();
NullCheck(L_8);
RuntimeObject* L_11 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_8, L_9, L_10);
V_3 = L_11;
RuntimeObject* L_12 = V_3;
if (L_12)
{
goto IL_0077;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_15 = __this->get__node_0();
NullCheck(L_15);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_16 = L_15->get_Provider_3();
NullCheck(L_16);
Type_t * L_17 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_16, /*hidden argument*/NULL);
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_17);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_18);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_18);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_14;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_20 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_19, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_21 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mBBB5F91194AD6416D9304680E2FADE81A0E45003_RuntimeMethod_var);
}
IL_0077:
{
RuntimeObject* L_22 = V_3;
NullCheck(L_22);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_23 = InterfaceFuncInvoker0< PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(5 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultProperty() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_22);
V_2 = L_23;
}
IL_007e:
{
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_24 = V_2;
return L_24;
}
}
IL2CPP_EXTERN_C PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mBBB5F91194AD6416D9304680E2FADE81A0E45003_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_mBBB5F91194AD6416D9304680E2FADE81A0E45003(_thisAdjusted, method);
}
// System.Object System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
Type_t * L_0 = ___editorBaseType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral183286DAC61719C4FD901D84F84C9E91585B6986, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280_RuntimeMethod_var);
}
IL_0014:
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_3 = __this->get__node_0();
NullCheck(L_3);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_4 = L_3->get_Provider_3();
V_0 = L_4;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_5 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_5, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_6 = V_1;
if (!L_6)
{
goto IL_0040;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_7 = V_1;
Type_t * L_8 = __this->get__objectType_1();
RuntimeObject * L_9 = __this->get__instance_2();
Type_t * L_10 = ___editorBaseType0;
NullCheck(L_7);
RuntimeObject * L_11 = ReflectTypeDescriptionProvider_GetEditor_mCDAAA969738DB6036016AE5846E6BF6F6B051ECC(L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0094;
}
IL_0040:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_12 = V_0;
Type_t * L_13 = __this->get__objectType_1();
RuntimeObject * L_14 = __this->get__instance_2();
NullCheck(L_12);
RuntimeObject* L_15 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_12, L_13, L_14);
V_3 = L_15;
RuntimeObject* L_16 = V_3;
if (L_16)
{
goto IL_008c;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_19 = __this->get__node_0();
NullCheck(L_19);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_20 = L_19->get_Provider_3();
NullCheck(L_20);
Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL);
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_21);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_22);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_22);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = L_18;
NullCheck(L_23);
ArrayElementTypeCheck (L_23, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_24 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_23, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_25 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280_RuntimeMethod_var);
}
IL_008c:
{
RuntimeObject* L_26 = V_3;
Type_t * L_27 = ___editorBaseType0;
NullCheck(L_26);
RuntimeObject * L_28 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(6 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetEditor(System.Type) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_26, L_27);
V_2 = L_28;
}
IL_0094:
{
RuntimeObject * L_29 = V_2;
return L_29;
}
}
IL2CPP_EXTERN_C RuntimeObject * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280_AdjustorThunk (RuntimeObject * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m6EA05D046F2D53D0CFEB626BA904EE3C3803E280(_thisAdjusted, ___editorBaseType0, method);
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0028;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
NullCheck(L_4);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_6 = ReflectTypeDescriptionProvider_GetEvents_m36CDAEAFA4D881B8F579D7E5EBCE29362168C20C(L_4, L_5, /*hidden argument*/NULL);
V_2 = L_6;
goto IL_00b4;
}
IL_0028:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
Type_t * L_8 = __this->get__objectType_1();
RuntimeObject * L_9 = __this->get__instance_2();
NullCheck(L_7);
RuntimeObject* L_10 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_7, L_8, L_9);
V_3 = L_10;
RuntimeObject* L_11 = V_3;
if (L_11)
{
goto IL_0074;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_14 = __this->get__node_0();
NullCheck(L_14);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_15 = L_14->get_Provider_3();
NullCheck(L_15);
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_17);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_19 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_18, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_20 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26_RuntimeMethod_var);
}
IL_0074:
{
RuntimeObject* L_21 = V_3;
NullCheck(L_21);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_22 = InterfaceFuncInvoker0< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * >::Invoke(7 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_21);
V_2 = L_22;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_23 = V_2;
if (L_23)
{
goto IL_00b4;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_26 = __this->get__node_0();
NullCheck(L_26);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_27 = L_26->get_Provider_3();
NullCheck(L_27);
Type_t * L_28 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_28);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_29);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_25;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, _stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0);
String_t* L_31 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_30, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_32 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26_RuntimeMethod_var);
}
IL_00b4:
{
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_33 = V_2;
return L_33;
}
}
IL2CPP_EXTERN_C EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mC1BE8372C6CD943C9C9E6476902D394A710B2E26(_thisAdjusted, method);
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0028;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
NullCheck(L_4);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_6 = ReflectTypeDescriptionProvider_GetEvents_m36CDAEAFA4D881B8F579D7E5EBCE29362168C20C(L_4, L_5, /*hidden argument*/NULL);
V_2 = L_6;
goto IL_00b5;
}
IL_0028:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
Type_t * L_8 = __this->get__objectType_1();
RuntimeObject * L_9 = __this->get__instance_2();
NullCheck(L_7);
RuntimeObject* L_10 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_7, L_8, L_9);
V_3 = L_10;
RuntimeObject* L_11 = V_3;
if (L_11)
{
goto IL_0074;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_14 = __this->get__node_0();
NullCheck(L_14);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_15 = L_14->get_Provider_3();
NullCheck(L_15);
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_17);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_19 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_18, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_20 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035_RuntimeMethod_var);
}
IL_0074:
{
RuntimeObject* L_21 = V_3;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_22 = ___attributes0;
NullCheck(L_21);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_23 = InterfaceFuncInvoker1< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_21, L_22);
V_2 = L_23;
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_24 = V_2;
if (L_24)
{
goto IL_00b5;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_27 = __this->get__node_0();
NullCheck(L_27);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_28 = L_27->get_Provider_3();
NullCheck(L_28);
Type_t * L_29 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_28, /*hidden argument*/NULL);
NullCheck(L_29);
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_30);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_26;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, _stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7444F57B7C342C8A4A8152B9A2AE5DCAD4BA31E0);
String_t* L_32 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_31, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_33 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_33, L_32, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035_RuntimeMethod_var);
}
IL_00b5:
{
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_34 = V_2;
return L_34;
}
}
IL2CPP_EXTERN_C EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035_AdjustorThunk (RuntimeObject * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m25A1DB4DA858C18CF8717BFF4FC771283F60D035(_thisAdjusted, ___attributes0, method);
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0028;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
NullCheck(L_4);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_6 = ReflectTypeDescriptionProvider_GetProperties_m198ED05393452A6A44A4F073C6B6EA08F4C62C09(L_4, L_5, /*hidden argument*/NULL);
V_2 = L_6;
goto IL_00b4;
}
IL_0028:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
Type_t * L_8 = __this->get__objectType_1();
RuntimeObject * L_9 = __this->get__instance_2();
NullCheck(L_7);
RuntimeObject* L_10 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_7, L_8, L_9);
V_3 = L_10;
RuntimeObject* L_11 = V_3;
if (L_11)
{
goto IL_0074;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_14 = __this->get__node_0();
NullCheck(L_14);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_15 = L_14->get_Provider_3();
NullCheck(L_15);
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_17);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_19 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_18, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_20 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354_RuntimeMethod_var);
}
IL_0074:
{
RuntimeObject* L_21 = V_3;
NullCheck(L_21);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_22 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_21);
V_2 = L_22;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_23 = V_2;
if (L_23)
{
goto IL_00b4;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_26 = __this->get__node_0();
NullCheck(L_26);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_27 = L_26->get_Provider_3();
NullCheck(L_27);
Type_t * L_28 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_28);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_29);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_25;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, _stringLiteral4B18788F48677270728E3FB0B877653E093AA09E);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral4B18788F48677270728E3FB0B877653E093AA09E);
String_t* L_31 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_30, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_32 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354_RuntimeMethod_var);
}
IL_00b4:
{
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_33 = V_2;
return L_33;
}
}
IL2CPP_EXTERN_C PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE25AA0FCA6D4DAD1D1C671F258B3C9B23A9D3354(_thisAdjusted, method);
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_0028;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
NullCheck(L_4);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_6 = ReflectTypeDescriptionProvider_GetProperties_m198ED05393452A6A44A4F073C6B6EA08F4C62C09(L_4, L_5, /*hidden argument*/NULL);
V_2 = L_6;
goto IL_00b5;
}
IL_0028:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_7 = V_0;
Type_t * L_8 = __this->get__objectType_1();
RuntimeObject * L_9 = __this->get__instance_2();
NullCheck(L_7);
RuntimeObject* L_10 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_7, L_8, L_9);
V_3 = L_10;
RuntimeObject* L_11 = V_3;
if (L_11)
{
goto IL_0074;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_14 = __this->get__node_0();
NullCheck(L_14);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_15 = L_14->get_Provider_3();
NullCheck(L_15);
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_17);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_19 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_18, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_20 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36_RuntimeMethod_var);
}
IL_0074:
{
RuntimeObject* L_21 = V_3;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_22 = ___attributes0;
NullCheck(L_21);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_23 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_21, L_22);
V_2 = L_23;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_24 = V_2;
if (L_24)
{
goto IL_00b5;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_27 = __this->get__node_0();
NullCheck(L_27);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_28 = L_27->get_Provider_3();
NullCheck(L_28);
Type_t * L_29 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_28, /*hidden argument*/NULL);
NullCheck(L_29);
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_30);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_26;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, _stringLiteral4B18788F48677270728E3FB0B877653E093AA09E);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral4B18788F48677270728E3FB0B877653E093AA09E);
String_t* L_32 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_31, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_33 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_33, L_32, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36_RuntimeMethod_var);
}
IL_00b5:
{
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_34 = V_2;
return L_34;
}
}
IL2CPP_EXTERN_C PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36_AdjustorThunk (RuntimeObject * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m45476E33EA6039C732EF799D4E95FAE74AD67B36(_thisAdjusted, ___attributes0, method);
}
// System.Object System.ComponentModel.TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor::System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD52D6FEDD198A4C2E7E2EA5B3FA7F9312D48C612 (DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD52D6FEDD198A4C2E7E2EA5B3FA7F9312D48C612_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * V_0 = NULL;
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * V_1 = NULL;
RuntimeObject * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_0 = __this->get__node_0();
NullCheck(L_0);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_1 = L_0->get_Provider_3();
V_0 = L_1;
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_2 = V_0;
V_1 = ((ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 *)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675_il2cpp_TypeInfo_var));
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_3 = V_1;
if (!L_3)
{
goto IL_002c;
}
}
{
ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * L_4 = V_1;
Type_t * L_5 = __this->get__objectType_1();
RuntimeObject * L_6 = __this->get__instance_2();
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_7 = ___pd0;
NullCheck(L_4);
RuntimeObject * L_8 = ReflectTypeDescriptionProvider_GetPropertyOwner_m1F756D26F3F69E8C5574225867C90D3793E0FCE2(L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
V_2 = L_8;
goto IL_008a;
}
IL_002c:
{
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_9 = V_0;
Type_t * L_10 = __this->get__objectType_1();
RuntimeObject * L_11 = __this->get__instance_2();
NullCheck(L_9);
RuntimeObject* L_12 = VirtFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_9, L_10, L_11);
V_3 = L_12;
RuntimeObject* L_13 = V_3;
if (L_13)
{
goto IL_0078;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14;
TypeDescriptionNode_t8C5D3A02DB612FFE1DE12251E49EC265DE6B81E1 * L_16 = __this->get__node_0();
NullCheck(L_16);
TypeDescriptionProvider_tE390829A953C44525366CA2A733E92642B97B591 * L_17 = L_16->get_Provider_3();
NullCheck(L_17);
Type_t * L_18 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_18);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_19);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_15;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral6FEB8CDAEEE3904A913870E7DD8E93B573554A0D);
String_t* L_21 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralCB5E31B580242DF641921E654A75AED47086BBE1, L_20, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_22 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_22, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD52D6FEDD198A4C2E7E2EA5B3FA7F9312D48C612_RuntimeMethod_var);
}
IL_0078:
{
RuntimeObject* L_23 = V_3;
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_24 = ___pd0;
NullCheck(L_23);
RuntimeObject * L_25 = InterfaceFuncInvoker1< RuntimeObject *, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(11 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_23, L_24);
V_2 = L_25;
RuntimeObject * L_26 = V_2;
if (L_26)
{
goto IL_008a;
}
}
{
RuntimeObject * L_27 = __this->get__instance_2();
V_2 = L_27;
}
IL_008a:
{
RuntimeObject * L_28 = V_2;
return L_28;
}
}
IL2CPP_EXTERN_C RuntimeObject * DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD52D6FEDD198A4C2E7E2EA5B3FA7F9312D48C612_AdjustorThunk (RuntimeObject * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 * _thisAdjusted = reinterpret_cast<DefaultTypeDescriptor_t45C7CF272F02817B0F1C69470B4E786E746996F4 *>(__this + _offset);
return DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD52D6FEDD198A4C2E7E2EA5B3FA7F9312D48C612(_thisAdjusted, ___pd0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.TypeDescriptor_TypeDescriptorComObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptorComObject__ctor_mF8F4F25FBC2087C47914CEB063D272CDD1969795 (TypeDescriptorComObject_t531EE8D60EE83A09B6539D079E837E68DC289B76 * __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.ComponentModel.TypeDescriptor_TypeDescriptorInterface::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptorInterface__ctor_mF30410D47F5161CB50BB5FADFC15BDF9BB643F96 (TypeDescriptorInterface_t872F528EF86C66103396D4D796A932A0FF88C4D7 * __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.ComponentModel.TypeListConverter::.ctor(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeListConverter__ctor_m84A4071857E13DE0AC52B01A6A54898A7BA1DE0C (TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeListConverter__ctor_m84A4071857E13DE0AC52B01A6A54898A7BA1DE0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ___types0;
__this->set_types_2(L_0);
return;
}
}
// System.Boolean System.ComponentModel.TypeListConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeListConverter_CanConvertFrom_mEFD163573CB4B26853C948DF6DA1A789C87110E3 (TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeListConverter_CanConvertFrom_mEFD163573CB4B26853C948DF6DA1A789C87110E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___sourceType1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0014;
}
}
{
return (bool)1;
}
IL_0014:
{
RuntimeObject* L_4 = ___context0;
Type_t * L_5 = ___sourceType1;
bool L_6 = TypeConverter_CanConvertFrom_m8E1F9E41B7DEE6A032EAC70130ADC6356C3F227D(__this, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.ComponentModel.TypeListConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeListConverter_CanConvertTo_m7955EF2D695F034929EF78D9A0DC46EB0924A2AF (TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeListConverter_CanConvertTo_m7955EF2D695F034929EF78D9A0DC46EB0924A2AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0014;
}
}
{
return (bool)1;
}
IL_0014:
{
RuntimeObject* L_4 = ___context0;
Type_t * L_5 = ___destinationType1;
bool L_6 = TypeConverter_CanConvertTo_m1CD3397D9E5717DE72A13B28C0A75D997A9F337D(__this, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Object System.ComponentModel.TypeListConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeListConverter_ConvertFrom_m56DF48CB20C3ED03FDE80C9CBE6B97BD56D80FA7 (TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeListConverter_ConvertFrom_m56DF48CB20C3ED03FDE80C9CBE6B97BD56D80FA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
int32_t V_1 = 0;
Type_t * V_2 = NULL;
{
RuntimeObject * L_0 = ___value2;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
{
goto IL_0031;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = __this->get_types_2();
V_0 = L_1;
V_1 = 0;
goto IL_002b;
}
IL_0013:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
Type_t * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
RuntimeObject * L_6 = ___value2;
Type_t * L_7 = V_2;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_7);
NullCheck(L_6);
bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, L_8);
if (!L_9)
{
goto IL_0027;
}
}
{
Type_t * L_10 = V_2;
return L_10;
}
IL_0027:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_002b:
{
int32_t L_12 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = V_0;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))))
{
goto IL_0013;
}
}
IL_0031:
{
RuntimeObject* L_14 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = ___culture1;
RuntimeObject * L_16 = ___value2;
RuntimeObject * L_17 = TypeConverter_ConvertFrom_mD5AE49E422520F6E07B3C0D6202788E49B4698A3(__this, L_14, L_15, L_16, /*hidden argument*/NULL);
return L_17;
}
}
// System.Object System.ComponentModel.TypeListConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeListConverter_ConvertTo_mAEACA6C1CB27C14BF94ACD2D60727D9DA02AFC43 (TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeListConverter_ConvertTo_mAEACA6C1CB27C14BF94ACD2D60727D9DA02AFC43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
{
Type_t * L_0 = ___destinationType3;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, TypeListConverter_ConvertTo_mAEACA6C1CB27C14BF94ACD2D60727D9DA02AFC43_RuntimeMethod_var);
}
IL_0015:
{
Type_t * L_3 = ___destinationType3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
bool L_6 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0042;
}
}
{
RuntimeObject * L_7 = ___value2;
if (L_7)
{
goto IL_0036;
}
}
{
String_t* L_8 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral3C6B183D348F955357B33A3FBA45083E98AB8125, /*hidden argument*/NULL);
return L_8;
}
IL_0036:
{
RuntimeObject * L_9 = ___value2;
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_9, Type_t_il2cpp_TypeInfo_var)));
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, ((Type_t *)CastclassClass((RuntimeObject*)L_9, Type_t_il2cpp_TypeInfo_var)));
return L_10;
}
IL_0042:
{
Type_t * L_11 = ___destinationType3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
bool L_14 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_00a9;
}
}
{
RuntimeObject * L_15 = ___value2;
if (!((Type_t *)IsInstClass((RuntimeObject*)L_15, Type_t_il2cpp_TypeInfo_var)))
{
goto IL_00a9;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (Type_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = L_18;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_20 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_21 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_21);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_21);
NullCheck(L_17);
MethodInfo_t * L_22 = Type_GetMethod_m54E1EF62AFF44AA621E074D123C5C0B3E73A7DD5(L_17, _stringLiteral8C906D9E0E2439238B3263E087AEE3D98FA86DEA, L_19, /*hidden argument*/NULL);
V_0 = L_22;
MethodInfo_t * L_23 = V_0;
bool L_24 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_23, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00a9;
}
}
{
MethodInfo_t * L_25 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_26;
RuntimeObject * L_28 = ___value2;
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_28, Type_t_il2cpp_TypeInfo_var)));
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Type::get_AssemblyQualifiedName() */, ((Type_t *)CastclassClass((RuntimeObject*)L_28, Type_t_il2cpp_TypeInfo_var)));
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_29);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 * L_30 = (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 *)il2cpp_codegen_object_new(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_il2cpp_TypeInfo_var);
InstanceDescriptor__ctor_m90DA8CABB01052EA5C5022E14FE50533254C71DD(L_30, L_25, (RuntimeObject*)(RuntimeObject*)L_27, /*hidden argument*/NULL);
return L_30;
}
IL_00a9:
{
RuntimeObject* L_31 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = ___culture1;
RuntimeObject * L_33 = ___value2;
Type_t * L_34 = ___destinationType3;
RuntimeObject * L_35 = TypeConverter_ConvertTo_mFC7AA7F0A382607E75CCE820A705B5965D099AAC(__this, L_31, L_32, L_33, L_34, /*hidden argument*/NULL);
return L_35;
}
}
// System.ComponentModel.TypeConverter_StandardValuesCollection System.ComponentModel.TypeListConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * TypeListConverter_GetStandardValues_m2E28BC36E53206804B1C7133766285C21A34B733 (TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypeListConverter_GetStandardValues_m2E28BC36E53206804B1C7133766285C21A34B733_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_0 = __this->get_values_3();
if (L_0)
{
goto IL_0042;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = __this->get_types_2();
if (!L_1)
{
goto IL_0034;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = __this->get_types_2();
NullCheck(L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))));
V_0 = L_3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = __this->get_types_2();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = __this->get_types_2();
NullCheck(L_6);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/NULL);
goto IL_0036;
}
IL_0034:
{
V_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
}
IL_0036:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = V_0;
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_8 = (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 *)il2cpp_codegen_object_new(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3_il2cpp_TypeInfo_var);
StandardValuesCollection__ctor_m75578979BC0D77C0D622E4C9D7C1CB1E047615C1(L_8, (RuntimeObject*)(RuntimeObject*)L_7, /*hidden argument*/NULL);
__this->set_values_3(L_8);
}
IL_0042:
{
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_9 = __this->get_values_3();
return L_9;
}
}
// System.Boolean System.ComponentModel.TypeListConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeListConverter_GetStandardValuesExclusive_mEBE7FFC7A11A767F3EFAFD24D4370205C755C437 (TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.ComponentModel.TypeListConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeListConverter_GetStandardValuesSupported_m71D115B72AA6AD17F33ABE45A40C92D4B6EEA494 (TypeListConverter_tD02D4A8E7829B15240C8A2C2F54D5672513B05C0 * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
{
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.Type System.ComponentModel.UInt16Converter::get_TargetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * UInt16Converter_get_TargetType_m09485223873376B5306CC41EE00DE41C7C9A4D48 (UInt16Converter_t4BC0EAF1F93E418E020D9F6636F89276782C6803 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt16Converter_get_TargetType_m09485223873376B5306CC41EE00DE41C7C9A4D48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_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);
return L_1;
}
}
// System.Object System.ComponentModel.UInt16Converter::FromString(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt16Converter_FromString_m6C68C86307AAFB890294E95FAFEEC5558F898B7B (UInt16Converter_t4BC0EAF1F93E418E020D9F6636F89276782C6803 * __this, String_t* ___value0, int32_t ___radix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt16Converter_FromString_m6C68C86307AAFB890294E95FAFEEC5558F898B7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
int32_t L_1 = ___radix1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint16_t L_2 = Convert_ToUInt16_mC94E057A03649D2CF926BA53447D6D1BA5A3194A(L_0, L_1, /*hidden argument*/NULL);
uint16_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.UInt16Converter::FromString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt16Converter_FromString_m086976C0A5AE966B1BF493EF9215D7CD5FA1E248 (UInt16Converter_t4BC0EAF1F93E418E020D9F6636F89276782C6803 * __this, String_t* ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt16Converter_FromString_m086976C0A5AE966B1BF493EF9215D7CD5FA1E248_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
uint16_t L_2 = UInt16_Parse_mEA6E086539E279750BCC41E5C9638C2514924E8B(L_0, 7, L_1, /*hidden argument*/NULL);
uint16_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.UInt16Converter::FromString(System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt16Converter_FromString_m33761AE9D171E9D4ADB9875D87F55FB078ACA9E9 (UInt16Converter_t4BC0EAF1F93E418E020D9F6636F89276782C6803 * __this, String_t* ___value0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt16Converter_FromString_m33761AE9D171E9D4ADB9875D87F55FB078ACA9E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___culture1;
uint16_t L_2 = UInt16_Parse_m63ED81DBC50063DC0C6A7BD92F38D42CE36C14F8(L_0, L_1, /*hidden argument*/NULL);
uint16_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.String System.ComponentModel.UInt16Converter::ToString(System.Object,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16Converter_ToString_m104A682B05A314790038B0F6C080A2242B813E62 (UInt16Converter_t4BC0EAF1F93E418E020D9F6636F89276782C6803 * __this, RuntimeObject * ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt16Converter_ToString_m104A682B05A314790038B0F6C080A2242B813E62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((*(uint16_t*)((uint16_t*)UnBox(L_0, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var))));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
String_t* L_2 = UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B((uint16_t*)(&V_0), _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.ComponentModel.UInt16Converter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UInt16Converter__ctor_m64B8902701F454D776E92A8373B7D0C923F7507D (UInt16Converter_t4BC0EAF1F93E418E020D9F6636F89276782C6803 * __this, const RuntimeMethod* method)
{
{
BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__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.Type System.ComponentModel.UInt32Converter::get_TargetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * UInt32Converter_get_TargetType_mB0970D9A54AF4DBB22763BCF302C1BF96987514D (UInt32Converter_t13F2DD92CDD0CD6A0EFD9D0F45AF88B3893DCA65 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt32Converter_get_TargetType_mB0970D9A54AF4DBB22763BCF302C1BF96987514D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_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);
return L_1;
}
}
// System.Object System.ComponentModel.UInt32Converter::FromString(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt32Converter_FromString_mC2A923816231211450F8DE19A663F73CC32F9C23 (UInt32Converter_t13F2DD92CDD0CD6A0EFD9D0F45AF88B3893DCA65 * __this, String_t* ___value0, int32_t ___radix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt32Converter_FromString_mC2A923816231211450F8DE19A663F73CC32F9C23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
int32_t L_1 = ___radix1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint32_t L_2 = Convert_ToUInt32_m58D2EC3CD2B71C31AD88B51C3F597003A40CAA35(L_0, L_1, /*hidden argument*/NULL);
uint32_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.UInt32Converter::FromString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt32Converter_FromString_m3311119AE44125DA0CF3703D93966E7D3B9A66A7 (UInt32Converter_t13F2DD92CDD0CD6A0EFD9D0F45AF88B3893DCA65 * __this, String_t* ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt32Converter_FromString_m3311119AE44125DA0CF3703D93966E7D3B9A66A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
uint32_t L_2 = UInt32_Parse_mEEC266AE3E2BA9F49F4CD5E69EBDA3A1B008E125(L_0, 7, L_1, /*hidden argument*/NULL);
uint32_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.UInt32Converter::FromString(System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt32Converter_FromString_mC1772B9D65A03EF96521A527EFC9C1B55C353908 (UInt32Converter_t13F2DD92CDD0CD6A0EFD9D0F45AF88B3893DCA65 * __this, String_t* ___value0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt32Converter_FromString_mC1772B9D65A03EF96521A527EFC9C1B55C353908_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___culture1;
uint32_t L_2 = UInt32_Parse_mE1049C2D5FDBBA83337898D8608580C6E1CCFEE1(L_0, L_1, /*hidden argument*/NULL);
uint32_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.String System.ComponentModel.UInt32Converter::ToString(System.Object,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32Converter_ToString_m19F6F8A0D732BA61405B020CF1D2A1EDF6847AA6 (UInt32Converter_t13F2DD92CDD0CD6A0EFD9D0F45AF88B3893DCA65 * __this, RuntimeObject * ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt32Converter_ToString_m19F6F8A0D732BA61405B020CF1D2A1EDF6847AA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((*(uint32_t*)((uint32_t*)UnBox(L_0, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
String_t* L_2 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&V_0), _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.ComponentModel.UInt32Converter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UInt32Converter__ctor_mAC512A9B15152E36517BFB4434889F79E154C60E (UInt32Converter_t13F2DD92CDD0CD6A0EFD9D0F45AF88B3893DCA65 * __this, const RuntimeMethod* method)
{
{
BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__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.Type System.ComponentModel.UInt64Converter::get_TargetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * UInt64Converter_get_TargetType_mFDC942E31D697EB81B1BC6F2DC0C1984E5B4CDF2 (UInt64Converter_t0A91AD27C69DB74D2C09B17006EFE2F873566F6E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt64Converter_get_TargetType_mFDC942E31D697EB81B1BC6F2DC0C1984E5B4CDF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_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);
return L_1;
}
}
// System.Object System.ComponentModel.UInt64Converter::FromString(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt64Converter_FromString_m0F4D6141688C8C778E7B5CF3F38F8F2FDC88308C (UInt64Converter_t0A91AD27C69DB74D2C09B17006EFE2F873566F6E * __this, String_t* ___value0, int32_t ___radix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt64Converter_FromString_m0F4D6141688C8C778E7B5CF3F38F8F2FDC88308C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
int32_t L_1 = ___radix1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_2 = Convert_ToUInt64_m6DE01C92993B122AC45D94CCD68C1614DB93C525(L_0, L_1, /*hidden argument*/NULL);
uint64_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.UInt64Converter::FromString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt64Converter_FromString_m335C75F6E6840F7BF678CB73845C905C1216671C (UInt64Converter_t0A91AD27C69DB74D2C09B17006EFE2F873566F6E * __this, String_t* ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt64Converter_FromString_m335C75F6E6840F7BF678CB73845C905C1216671C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
uint64_t L_2 = UInt64_Parse_mBCA93243BACC50D7302706C914152213B8AB85A5(L_0, 7, L_1, /*hidden argument*/NULL);
uint64_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.UInt64Converter::FromString(System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UInt64Converter_FromString_m119E342F5A0A5553CB6A328DADFAFE509FCB72BC (UInt64Converter_t0A91AD27C69DB74D2C09B17006EFE2F873566F6E * __this, String_t* ___value0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt64Converter_FromString_m119E342F5A0A5553CB6A328DADFAFE509FCB72BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___culture1;
uint64_t L_2 = UInt64_Parse_m601A733732850A76D2469F084F2F0E718EBFFD14(L_0, L_1, /*hidden argument*/NULL);
uint64_t L_3 = L_2;
RuntimeObject * L_4 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.String System.ComponentModel.UInt64Converter::ToString(System.Object,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64Converter_ToString_mB2E701BBFDC1465555D4049C047FBEB8888E29D5 (UInt64Converter_t0A91AD27C69DB74D2C09B17006EFE2F873566F6E * __this, RuntimeObject * ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UInt64Converter_ToString_mB2E701BBFDC1465555D4049C047FBEB8888E29D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((*(uint64_t*)((uint64_t*)UnBox(L_0, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var))));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
String_t* L_2 = UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD((uint64_t*)(&V_0), _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.ComponentModel.UInt64Converter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UInt64Converter__ctor_m90B1A912D739A0CB3C30A5BC466DB7A235FB1275 (UInt64Converter_t0A91AD27C69DB74D2C09B17006EFE2F873566F6E * __this, const RuntimeMethod* method)
{
{
BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__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.ComponentModel.WarningException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_mB93E8ED793EA800940939BDEBA5728405A3450B8 (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, const RuntimeMethod* method)
{
{
WarningException__ctor_m2E8B75F0328CA377D4D53A4248B05AFF99575655(__this, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.WarningException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m2A92D5FE5AEC173C3A53913C5ABFAD314E92FD15 (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
WarningException__ctor_m2E8B75F0328CA377D4D53A4248B05AFF99575655(__this, L_0, (String_t*)NULL, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.WarningException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_mA655B378325DC9F16616443809D30F05A0B31791 (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, String_t* ___message0, String_t* ___helpUrl1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
String_t* L_1 = ___helpUrl1;
WarningException__ctor_m2E8B75F0328CA377D4D53A4248B05AFF99575655(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.WarningException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m57A1B57D6982C8590021A593E025BA8FD5788C24 (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.WarningException::.ctor(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m2E8B75F0328CA377D4D53A4248B05AFF99575655 (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, String_t* ___message0, String_t* ___helpUrl1, String_t* ___helpTopic2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = ___helpUrl1;
__this->set_helpUrl_17(L_1);
String_t* L_2 = ___helpTopic2;
__this->set_helpTopic_18(L_2);
return;
}
}
// System.Void System.ComponentModel.WarningException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m0607321BA3D11F882ABF03D618A01C7D514C38B9 (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WarningException__ctor_m0607321BA3D11F882ABF03D618A01C7D514C38B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralB6626668E946B2FCA2D584066AFC78B1C792C6E4, L_4, /*hidden argument*/NULL);
__this->set_helpUrl_17(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral82C0BA96A31201E9EF8836E86225C3353C57F0EA, L_8, /*hidden argument*/NULL);
__this->set_helpTopic_18(((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)));
return;
}
}
// System.String System.ComponentModel.WarningException::get_HelpUrl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WarningException_get_HelpUrl_mCF74032FCCF81CD8CE060F0472BA9D019A2B6347 (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_helpUrl_17();
return L_0;
}
}
// System.String System.ComponentModel.WarningException::get_HelpTopic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WarningException_get_HelpTopic_m9898AFDF620EB9AEED9BFCAD97CFCA3F3876856C (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_helpTopic_18();
return L_0;
}
}
// System.Void System.ComponentModel.WarningException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException_GetObjectData_m031DD2F821673DDC7E270B57B6FA2CE8F1BD9C5D (WarningException_t8CDDEA53879B798257932E94B4880AC9B9AA8CD9 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WarningException_GetObjectData_m031DD2F821673DDC7E270B57B6FA2CE8F1BD9C5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, WarningException_GetObjectData_m031DD2F821673DDC7E270B57B6FA2CE8F1BD9C5D_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
String_t* L_3 = __this->get_helpUrl_17();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteralB6626668E946B2FCA2D584066AFC78B1C792C6E4, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
String_t* L_5 = __this->get_helpTopic_18();
NullCheck(L_4);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral82C0BA96A31201E9EF8836E86225C3353C57F0EA, L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_7 = ___context1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_6, L_7, /*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.ComponentModel.WeakHashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable__ctor_mE6517A855F67EE9584AF60DB7BC3AF5B2D58C249 (WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WeakHashtable__ctor_mE6517A855F67EE9584AF60DB7BC3AF5B2D58C249_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF_StaticFields*)il2cpp_codegen_static_fields_for(WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF_il2cpp_TypeInfo_var))->get__comparer_11();
Hashtable__ctor_m97E445FF917A8828D5927A66E70CF89394A16D4A(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.WeakHashtable::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable_Clear_m0559384B1ED014495416A4CD76EE26A8CCBD9531 (WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF * __this, const RuntimeMethod* method)
{
{
Hashtable_Clear_m2AB80AE52C836A1D26BE561AE8CBB0DB604E5A92(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.WeakHashtable::Remove(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable_Remove_m6780AE4C0C4B072B9857C7A11ABC6AAF4805F9D3 (WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___key0;
Hashtable_Remove_m014FCCA149EB4F54A018B29D4469FC407C1787ED(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.WeakHashtable::SetWeak(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable_SetWeak_m3DA0C3EB8F3903CBE44CAA14B13670A69B236F35 (WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WeakHashtable_SetWeak_m3DA0C3EB8F3903CBE44CAA14B13670A69B236F35_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WeakHashtable_ScavengeKeys_m4DFF0FB9AE11863E9A265EDC3584E08F3D9FCF2D(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___key0;
EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54 * L_1 = (EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54 *)il2cpp_codegen_object_new(EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54_il2cpp_TypeInfo_var);
EqualityWeakReference__ctor_mCE187B675C7795222F1E6F6A6FA6BA04A77BBF93(L_1, L_0, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___value1;
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, __this, L_1, L_2);
return;
}
}
// System.Void System.ComponentModel.WeakHashtable::ScavengeKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable_ScavengeKeys_m4DFF0FB9AE11863E9A265EDC3584E08F3D9FCF2D (WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WeakHashtable_ScavengeKeys_m4DFF0FB9AE11863E9A265EDC3584E08F3D9FCF2D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int64_t V_1 = 0;
float V_2 = 0.0f;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_3 = NULL;
RuntimeObject* V_4 = NULL;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_5 = NULL;
RuntimeObject* V_6 = NULL;
RuntimeObject * V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(41 /* System.Int32 System.Collections.Hashtable::get_Count() */, __this);
V_0 = L_0;
int32_t L_1 = V_0;
if (L_1)
{
goto IL_000b;
}
}
{
return;
}
IL_000b:
{
int32_t L_2 = __this->get__lastHashCount_13();
if (L_2)
{
goto IL_001b;
}
}
{
int32_t L_3 = V_0;
__this->set__lastHashCount_13(L_3);
return;
}
IL_001b:
{
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
int64_t L_4 = GC_GetTotalMemory_mC697A5EC98C2884A6E3CE23EFA4C863677C22A6A((bool)0, /*hidden argument*/NULL);
V_1 = L_4;
int64_t L_5 = __this->get__lastGlobalMem_12();
if (L_5)
{
goto IL_0032;
}
}
{
int64_t L_6 = V_1;
__this->set__lastGlobalMem_12(L_6);
return;
}
IL_0032:
{
int64_t L_7 = V_1;
int64_t L_8 = __this->get__lastGlobalMem_12();
int64_t L_9 = __this->get__lastGlobalMem_12();
int32_t L_10 = V_0;
int32_t L_11 = __this->get__lastHashCount_13();
int32_t L_12 = __this->get__lastHashCount_13();
V_2 = ((float)((float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)))))/(float)(((float)((float)L_12)))));
if ((!(((float)((float)((float)(((float)((float)((int64_t)il2cpp_codegen_subtract((int64_t)L_7, (int64_t)L_8)))))/(float)(((float)((float)L_9)))))) < ((float)(0.0f)))))
{
goto IL_0106;
}
}
{
float L_13 = V_2;
if ((!(((float)L_13) >= ((float)(0.0f)))))
{
goto IL_0106;
}
}
{
V_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)NULL;
RuntimeObject* L_14 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, __this);
NullCheck(L_14);
RuntimeObject* L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_14);
V_4 = L_15;
}
IL_0079:
try
{ // begin try (depth: 1)
{
goto IL_00a8;
}
IL_007b:
{
RuntimeObject* L_16 = V_4;
NullCheck(L_16);
RuntimeObject * L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16);
V_5 = ((WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)IsInstClass((RuntimeObject*)L_17, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var));
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_18 = V_5;
if (!L_18)
{
goto IL_00a8;
}
}
IL_008d:
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_19 = V_5;
NullCheck(L_19);
bool L_20 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_19);
if (L_20)
{
goto IL_00a8;
}
}
IL_0096:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_21 = V_3;
if (L_21)
{
goto IL_009f;
}
}
IL_0099:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_22, /*hidden argument*/NULL);
V_3 = L_22;
}
IL_009f:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_23 = V_3;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_24 = V_5;
NullCheck(L_23);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_23, L_24);
}
IL_00a8:
{
RuntimeObject* L_25 = V_4;
NullCheck(L_25);
bool L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_25);
if (L_26)
{
goto IL_007b;
}
}
IL_00b1:
{
IL2CPP_LEAVE(0xC8, FINALLY_00b3);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00b3;
}
FINALLY_00b3:
{ // begin finally (depth: 1)
{
RuntimeObject* L_27 = V_4;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_28 = V_6;
if (!L_28)
{
goto IL_00c7;
}
}
IL_00c0:
{
RuntimeObject* L_29 = V_6;
NullCheck(L_29);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_29);
}
IL_00c7:
{
IL2CPP_END_FINALLY(179)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(179)
{
IL2CPP_JUMP_TBL(0xC8, IL_00c8)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00c8:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_30 = V_3;
if (!L_30)
{
goto IL_0106;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_31 = V_3;
NullCheck(L_31);
RuntimeObject* L_32 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_31);
V_4 = L_32;
}
IL_00d3:
try
{ // begin try (depth: 1)
{
goto IL_00e6;
}
IL_00d5:
{
RuntimeObject* L_33 = V_4;
NullCheck(L_33);
RuntimeObject * L_34 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_33);
V_7 = L_34;
RuntimeObject * L_35 = V_7;
VirtActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, __this, L_35);
}
IL_00e6:
{
RuntimeObject* L_36 = V_4;
NullCheck(L_36);
bool L_37 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_36);
if (L_37)
{
goto IL_00d5;
}
}
IL_00ef:
{
IL2CPP_LEAVE(0x106, FINALLY_00f1);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00f1;
}
FINALLY_00f1:
{ // begin finally (depth: 1)
{
RuntimeObject* L_38 = V_4;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_38, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_39 = V_6;
if (!L_39)
{
goto IL_0105;
}
}
IL_00fe:
{
RuntimeObject* L_40 = V_6;
NullCheck(L_40);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_40);
}
IL_0105:
{
IL2CPP_END_FINALLY(241)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(241)
{
IL2CPP_JUMP_TBL(0x106, IL_0106)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0106:
{
int64_t L_41 = V_1;
__this->set__lastGlobalMem_12(L_41);
int32_t L_42 = V_0;
__this->set__lastHashCount_13(L_42);
return;
}
}
// System.Void System.ComponentModel.WeakHashtable::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable__cctor_m7EECB04C288887CC895D8ED91A837C7822A299CE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WeakHashtable__cctor_m7EECB04C288887CC895D8ED91A837C7822A299CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3 * L_0 = (WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3 *)il2cpp_codegen_object_new(WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3_il2cpp_TypeInfo_var);
WeakKeyComparer__ctor_m084512BBA20EA3050E018C920AF05AA43F1EC704(L_0, /*hidden argument*/NULL);
((WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF_StaticFields*)il2cpp_codegen_static_fields_for(WeakHashtable_t230AE0A1A5D5EE8C97A2280405572D83D757B2CF_il2cpp_TypeInfo_var))->set__comparer_11(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.ComponentModel.WeakHashtable_EqualityWeakReference::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualityWeakReference__ctor_mCE187B675C7795222F1E6F6A6FA6BA04A77BBF93 (EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___o0;
WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(__this, L_0, /*hidden argument*/NULL);
RuntimeObject * L_1 = ___o0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
__this->set__hashCode_2(L_2);
return;
}
}
// System.Boolean System.ComponentModel.WeakHashtable_EqualityWeakReference::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EqualityWeakReference_Equals_mE28851C868E3A6BE45E5A8FBC9A798B2C88124EF (EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___o0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
RuntimeObject * L_1 = ___o0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
int32_t L_3 = __this->get__hashCode_2();
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_0015;
}
}
{
return (bool)0;
}
IL_0015:
{
RuntimeObject * L_4 = ___o0;
if ((((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54 *)__this)))
{
goto IL_002a;
}
}
{
bool L_5 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, __this);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject * L_6 = ___o0;
RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, __this);
if ((!(((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(RuntimeObject *)L_7))))
{
goto IL_002c;
}
}
IL_002a:
{
return (bool)1;
}
IL_002c:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.WeakHashtable_EqualityWeakReference::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EqualityWeakReference_GetHashCode_mB8A598D608B12E15EF3451E5AC44D983A8C119D9 (EqualityWeakReference_t1A132A1151E232922D8016D93B3C6484D7792B54 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__hashCode_2();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.ComponentModel.WeakHashtable_WeakKeyComparer::System.Collections.IEqualityComparer.Equals(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WeakKeyComparer_System_Collections_IEqualityComparer_Equals_mC3D733EAC828C7C1C1B8F0890B0CD86F67F3668C (WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WeakKeyComparer_System_Collections_IEqualityComparer_Equals_mC3D733EAC828C7C1C1B8F0890B0CD86F67F3668C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_0 = NULL;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_1 = NULL;
{
RuntimeObject * L_0 = ___x0;
if (L_0)
{
goto IL_0008;
}
}
{
RuntimeObject * L_1 = ___y1;
return (bool)((((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
IL_0008:
{
RuntimeObject * L_2 = ___y1;
if (!L_2)
{
goto IL_0056;
}
}
{
RuntimeObject * L_3 = ___x0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3);
RuntimeObject * L_5 = ___y1;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
if ((!(((uint32_t)L_4) == ((uint32_t)L_6))))
{
goto IL_0056;
}
}
{
RuntimeObject * L_7 = ___x0;
V_0 = ((WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)IsInstClass((RuntimeObject*)L_7, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var));
RuntimeObject * L_8 = ___y1;
V_1 = ((WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)IsInstClass((RuntimeObject*)L_8, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var));
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = V_0;
if (!L_9)
{
goto IL_003c;
}
}
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_10 = V_0;
NullCheck(L_10);
bool L_11 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_10);
if (L_11)
{
goto IL_0034;
}
}
{
return (bool)0;
}
IL_0034:
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_12 = V_0;
NullCheck(L_12);
RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_12);
___x0 = L_13;
}
IL_003c:
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_14 = V_1;
if (!L_14)
{
goto IL_0051;
}
}
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_15 = V_1;
NullCheck(L_15);
bool L_16 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_15);
if (L_16)
{
goto IL_0049;
}
}
{
return (bool)0;
}
IL_0049:
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_17 = V_1;
NullCheck(L_17);
RuntimeObject * L_18 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_17);
___y1 = L_18;
}
IL_0051:
{
RuntimeObject * L_19 = ___x0;
RuntimeObject * L_20 = ___y1;
return (bool)((((RuntimeObject*)(RuntimeObject *)L_19) == ((RuntimeObject*)(RuntimeObject *)L_20))? 1 : 0);
}
IL_0056:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.WeakHashtable_WeakKeyComparer::System.Collections.IEqualityComparer.GetHashCode(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WeakKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m8A2DBF9E2E7D75717DF22C7CF88550E0502E2F98 (WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
// System.Void System.ComponentModel.WeakHashtable_WeakKeyComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakKeyComparer__ctor_m084512BBA20EA3050E018C920AF05AA43F1EC704 (WeakKeyComparer_tFF7B45BE010723C01B3F3205FEBCC915543996B3 * __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.ComponentModel.Win32Exception::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_mC03E215A1695ED64DDC50F4BE9F59966974DF759 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception__ctor_mC03E215A1695ED64DDC50F4BE9F59966974DF759_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
int32_t L_0 = Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7(/*hidden argument*/NULL);
Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___error0;
int32_t L_1 = ___error0;
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
String_t* L_2 = Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D(L_1, /*hidden argument*/NULL);
Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6(__this, L_0, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message1;
ExternalException__ctor_mD032EC4BD5C633D675C6AA458C584FB810EF70CC(__this, L_0, /*hidden argument*/NULL);
int32_t L_1 = ___error0;
__this->set_nativeErrorCode_17(L_1);
return;
}
}
// System.Void System.ComponentModel.Win32Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_m08B101DFC94C016BF6E23C0821C543BFCDB740A1 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception__ctor_m08B101DFC94C016BF6E23C0821C543BFCDB740A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
int32_t L_0 = Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7(/*hidden argument*/NULL);
String_t* L_1 = ___message0;
Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Win32Exception::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_mFEB0E01E04B316723B845656627B8DD88D7C5EE5 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception__ctor_mFEB0E01E04B316723B845656627B8DD88D7C5EE5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
ExternalException__ctor_m801E34FA860B70EF7AE18719383A35B153B1C675(__this, L_0, L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
int32_t L_2 = Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7(/*hidden argument*/NULL);
__this->set_nativeErrorCode_17(L_2);
return;
}
}
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
ExternalException__ctor_mFEC5FB15E763D381775B80255162202A3F961FCC(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
NullCheck(L_2);
int32_t L_3 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_2, _stringLiteral94195DF0921914B5E59813F0CF42420D7DEA99E7, /*hidden argument*/NULL);
__this->set_nativeErrorCode_17(L_3);
return;
}
}
// System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_mADB2F3845BEC2405353354CE6B6232741359D857 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nativeErrorCode_17();
return L_0;
}
}
// System.Void System.ComponentModel.Win32Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
int32_t L_3 = __this->get_nativeErrorCode_17();
NullCheck(L_2);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_2, _stringLiteral94195DF0921914B5E59813F0CF42420D7DEA99E7, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_4, L_5, /*hidden argument*/NULL);
return;
}
}
// System.String System.ComponentModel.Win32Exception::GetErrorMessage(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D (int32_t ___error0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
bool L_0 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessagesInitialized_18();
if (L_0)
{
goto IL_000c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438(/*hidden argument*/NULL);
}
IL_000c:
{
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_1 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
int32_t L_2 = ___error0;
NullCheck(L_1);
bool L_3 = Dictionary_2_TryGetValue_m581BE284F430A27B34743D8438ADB091C70000FD(L_1, L_2, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m581BE284F430A27B34743D8438ADB091C70000FD_RuntimeMethod_var);
if (!L_3)
{
goto IL_001d;
}
}
{
String_t* L_4 = V_0;
return L_4;
}
IL_001d:
{
int32_t L_5 = ___error0;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
String_t* L_8 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral206975CE40BF2190E1EBE832CBFB91DBAEB66EB0, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void System.ComponentModel.Win32Exception::InitializeErrorMessages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
bool L_0 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessagesInitialized_18();
if (!L_0)
{
goto IL_0008;
}
}
{
return;
}
IL_0008:
{
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_1 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
V_0 = L_1;
V_1 = (bool)0;
}
IL_0010:
try
{ // begin try (depth: 1)
{
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
bool L_3 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessagesInitialized_18();
if (!L_3)
{
goto IL_0024;
}
}
IL_001f:
{
IL2CPP_LEAVE(0x684, FINALLY_067a);
}
IL_0024:
{
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_4 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_4);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_4, 0, _stringLiteral42A8F651D79FD005EEAC0612DF6442B983A01184, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_5 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_5);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_5, 2, _stringLiteral60C04606224708CFBFEF6AC5E778E815A3740AE8, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_6 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_6);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_6, 3, _stringLiteral60C04606224708CFBFEF6AC5E778E815A3740AE8, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_7 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_7);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_7, 4, _stringLiteralC8452B0C049E050B8A8D8E298315154B410BB14F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_8 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_8);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_8, 5, _stringLiteral64343A83AD8C0B8E2789C32CA5AB1EB6ABB614E0, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_9 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_9);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_9, 6, _stringLiteral5480F96B6833A4CB8F0AEF4EEA9FB153DB5B842E, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_10 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_10);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_10, ((int32_t)13), _stringLiteral0DE700C837994DEAC0F71DB131BE20824AEC05EA, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_11 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_11);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_11, ((int32_t)14), _stringLiteral0BE297B561141A6A2D82A7108DDDC36E1CC22DBA, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_12 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_12);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_12, ((int32_t)17), _stringLiteralBF399D891C479024714F066225B388058E8B6849, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_13 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_13);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_13, ((int32_t)18), _stringLiteral5798F18876C067AB053B1D0EB12BDAED73FA0392, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_14 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_14);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_14, ((int32_t)24), _stringLiteral8D87BE91452AF30ABCE041C075C797BDD216F3FA, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_15 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_15);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_15, ((int32_t)31), _stringLiteral1E591794DE2646B62ACB030C04B0F93927302891, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_16 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_16);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_16, ((int32_t)32), _stringLiteral63D3C5CDB8796B255DDB829AB1BAEE8CD898BC1F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_17 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_17);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_17, ((int32_t)33), _stringLiteralF708D88AFD78292E96A07D5E880E7275E2C367D7, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_18 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_18);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_18, ((int32_t)50), _stringLiteral7D8C0F713241893544D6B281037E9209E24B3C3B, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_19 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_19);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_19, ((int32_t)55), _stringLiteral1A54038B0AA8D7F2DA83479B361076A9F2836D51, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_20 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_20);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_20, ((int32_t)87), _stringLiteralE60557A7E9CC6FEAF2F8FC5499C450D6D82D6923, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_21 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_21);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_21, ((int32_t)120), _stringLiteral906E86556DAA261FF5DABB90A37D2280B3901D37, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_22 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_22);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_22, ((int32_t)123), _stringLiteralBB1826EE4D8EF405A91381FAED170939609CF604, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_23 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_23);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_23, ((int32_t)127), _stringLiteralDFD6DF0631E85C741695FD36D45900F792B48FFD, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_24 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_24);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_24, ((int32_t)183), _stringLiteral3D24273BE458535CEFB4BAB63B3547DA87C24AA4, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_25 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_25);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_25, ((int32_t)267), _stringLiteralD82B06ADF1A876D702B6A3905D8D56B51827E40E, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_26 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_26);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_26, ((int32_t)995), _stringLiteral8004417B5F89CE52D6415C773647383F0A9302FF, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_27 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_27);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_27, ((int32_t)6000), _stringLiteralF5F3C7170FE5CED284547289C97FCF640CC3F7BB, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_28 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_28);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_28, ((int32_t)10004), _stringLiteralD897BF481C6D3038F32CD50B3A8B5F6CF56B6348, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_29 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_29);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_29, ((int32_t)10009), _stringLiteralA9AC5297B2F804CDAFA5D88F5E271E340BA5CF37, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_30 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_30);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_30, ((int32_t)10013), _stringLiteral64343A83AD8C0B8E2789C32CA5AB1EB6ABB614E0, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_31 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_31);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_31, ((int32_t)10014), _stringLiteral1AFEFDAD8F394C65ED6D000A865D699A38489C6F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_32 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_32);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_32, ((int32_t)10022), _stringLiteralF8D3E8E47EDE7D1E1D63B90ADAC4163F137F5FBD, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_33 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_33);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_33, ((int32_t)10024), _stringLiteralC8452B0C049E050B8A8D8E298315154B410BB14F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_34 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_34);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_34, ((int32_t)10035), _stringLiteral701DF7684DBD9D56FD9124002994696024429442, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_35 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_35);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_35, ((int32_t)10036), _stringLiteralBEBD2907CA9295D99796EA50EE317A1FC881504C, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_36 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_36);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_36, ((int32_t)10037), _stringLiteral0FC51A5C314382C855158EDA38FF5409A7E69535, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_37 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_37);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_37, ((int32_t)10038), _stringLiteral5F6C62FD921546F22A503EC993323335977C5BA0, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_38 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_38);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_38, ((int32_t)10039), _stringLiteralF6F646066BDF4B1EC66764F189EA43F9555404F9, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_39 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_39);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_39, ((int32_t)10040), _stringLiteral6BF991E7854ED942E57F7A8AE958526D710E4851, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_40 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_40);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_40, ((int32_t)10041), _stringLiteral3FF5F085A157B60CB28DBA0860F39CD3E12B11E1, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_41 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_41);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_41, ((int32_t)10042), _stringLiteral42D7307C56A3147C3F9B4B8A6CB6810CBDF8B65D, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_42 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_42);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_42, ((int32_t)10043), _stringLiteral05BA63FF22FFFA946A6C1E3E8B9D184A5A911E55, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_43 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_43);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_43, ((int32_t)10044), _stringLiteral389AADC179870858E615E7F86494CF9F12A7BC2B, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_44 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_44);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_44, ((int32_t)10045), _stringLiteral7D8C0F713241893544D6B281037E9209E24B3C3B, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_45 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_45);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_45, ((int32_t)10046), _stringLiteral677789471BFC26B9BAA2DCB7BDC1E90F13C9BEAC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_46 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_46);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_46, ((int32_t)10047), _stringLiteral2749AD9B5C66B69071CBC7465E913B18000BE671, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_47 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_47);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_47, ((int32_t)10048), _stringLiteral53CCE0631F5BA4546493E150CC5EF970434EEF7F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_48 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_48);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_48, ((int32_t)10049), _stringLiteral3E62E9B46156D196C1AAC718944419216D75E346, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_49 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_49);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_49, ((int32_t)10050), _stringLiteral1443CEC241FC8F0E9A22F01A964EE87B171C42C6, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_50 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_50);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_50, ((int32_t)10051), _stringLiteralD34A1412DD6535CEABE7960D72728113A96B875C, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_51 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_51);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_51, ((int32_t)10052), _stringLiteral3BEAE53F6712B7D394747CBA061465E3234815F3, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_52 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_52);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_52, ((int32_t)10053), _stringLiteral143E44BFE7FFA9CB39899B153BDB83E618D5F841, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_53 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_53);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_53, ((int32_t)10054), _stringLiteral2986A51D253E6221052722AAB2EFBC181246B417, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_54 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_54);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_54, ((int32_t)10055), _stringLiteral310BB6BA9118A5AE4CDF6A127D791325B95AFC7F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_55 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_55);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_55, ((int32_t)10056), _stringLiteral2E98A4ED23C4C749F9FC8167CD3BDE6181CD3DDB, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_56 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_56);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_56, ((int32_t)10057), _stringLiteral6019AA352C36BF78F73A83E660E2DA74F2E4C2CE, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_57 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_57);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_57, ((int32_t)10058), _stringLiteral12B2131443E6187C800986B84AA53B32E1ADCB28, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_58 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_58);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_58, ((int32_t)10059), _stringLiteral81E6C84235179BEF6A424ADE0379CDB4A2F8F2B6, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_59 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_59);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_59, ((int32_t)10060), _stringLiteral52C871EA22DADA6554A1363EE61F9567C44EFD80, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_60 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_60);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_60, ((int32_t)10061), _stringLiteral96F7E671B1E48DA4A2700769F8225126847B97CF, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_61 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_61);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_61, ((int32_t)10062), _stringLiteral9370B2A9A4016E2EAC0B29188FD6198E7257FCBE, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_62 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_62);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_62, ((int32_t)10063), _stringLiteral8A87B64CAE5A39A0265ADA62F19E089C25FA123C, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_63 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_63);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_63, ((int32_t)10064), _stringLiteralA5A7E131A5CB8762553101BDA765297974113FA2, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_64 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_64);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_64, ((int32_t)10065), _stringLiteral62C6526007299CA03F778B5B7CE0D726354CAE0D, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_65 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_65);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_65, ((int32_t)10066), _stringLiteralCA827528D6904965FCEBBBCAD976A987F5F845B3, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_66 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_66);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_66, ((int32_t)10067), _stringLiteral66613814024EB80FC065BCD43B8BF07ED9297053, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_67 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_67);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_67, ((int32_t)10068), _stringLiteral21B53B1F02559D44A4E57D2971766159EBF6282F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_68 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_68);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_68, ((int32_t)10069), _stringLiteralE9A049DD51F6F6165F82600419D9408A49973EBC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_69 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_69);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_69, ((int32_t)10070), _stringLiteral8697064C54272EC190E9B70FFF08FEAF084EC16D, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_70 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_70);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_70, ((int32_t)10071), _stringLiteralBA195D654D6092A3E9DA8DDD541DD8C15779615B, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_71 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_71);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_71, ((int32_t)10091), _stringLiteral9649AD78D66FC282E7E49B63BEB51E52744030AC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_72 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_72);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_72, ((int32_t)10092), _stringLiteral46C08613317C97DBB3017F710E4CE7C132854E87, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_73 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_73);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_73, ((int32_t)10093), _stringLiteralD6829BEAA0331951621D5601098DC271C792014A, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_74 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_74);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_74, ((int32_t)10101), _stringLiteral4F4E2E165630EEF5C6A1AE8670F28F4DDB7A7949, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_75 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_75);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_75, ((int32_t)10102), _stringLiteral532041BFE7809558509909668AB1E9ACD74F3380, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_76 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_76);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_76, ((int32_t)10103), _stringLiteralA2DAD54D8BCE08503C34ABC283C6FE74BD2E9FFC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_77 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_77);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_77, ((int32_t)10104), _stringLiteral3E66AEB02C4E4C2A2B3A431EBF1731473D567D14, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_78 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_78);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_78, ((int32_t)10105), _stringLiteral5C96F9E08C71D3D17CA63CB49B810BC60238D399, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_79 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_79);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_79, ((int32_t)10106), _stringLiteralDE36C4365F53A75F4F2CE6CC742B8EDA0EE14E5D, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_80 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_80);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_80, ((int32_t)10107), _stringLiteral00F0B04BE2DDD54416CDF6724BEAC175AA9DEB01, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_81 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_81);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_81, ((int32_t)10108), _stringLiteral603C063F0A9F2922CA12D357A484E790CD9035BC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_82 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_82);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_82, ((int32_t)10109), _stringLiteral7D9B4FAC07BFCAAA0E413BDE05E8E61039C6F7A3, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_83 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_83);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_83, ((int32_t)10112), _stringLiteral4091FC8C86D49636BCFA1F50F31C77CFA32263AF, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_84 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_84);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_84, ((int32_t)11001), _stringLiteral1382875027AD2421A9833D7063B819DB401FAD94, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_85 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_85);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_85, ((int32_t)11002), _stringLiteralCFE2562AB6327C20761CA6C5FC56D6DA277279E9, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_86 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_86);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_86, ((int32_t)11003), _stringLiteral2D21C9BFEF23327E8608E29D3F6008951F788E42, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_87 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19();
NullCheck(L_87);
Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_87, ((int32_t)11004), _stringLiteralD802D232A85B790C06A7F0815C75D27016580682, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var);
((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->set_s_ErrorMessagesInitialized_18((bool)1);
IL2CPP_LEAVE(0x684, FINALLY_067a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_067a;
}
FINALLY_067a:
{ // begin finally (depth: 1)
{
bool L_88 = V_1;
if (!L_88)
{
goto IL_0683;
}
}
IL_067d:
{
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_89 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_89, /*hidden argument*/NULL);
}
IL_0683:
{
IL2CPP_END_FINALLY(1658)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(1658)
{
IL2CPP_JUMP_TBL(0x684, IL_0684)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0684:
{
return;
}
}
// System.Void System.ComponentModel.Win32Exception::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__cctor_m800CD9D0B3E3253B79A19B6646A7D28B29C3FC52 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32Exception__cctor_m800CD9D0B3E3253B79A19B6646A7D28B29C3FC52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->set_s_ErrorMessagesInitialized_18((bool)0);
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_0 = (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C *)il2cpp_codegen_object_new(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m6C6B59C12BD62E890CCF5AF0366E3DA0F29ADE6C(L_0, /*hidden argument*/Dictionary_2__ctor_m6C6B59C12BD62E890CCF5AF0366E3DA0F29ADE6C_RuntimeMethod_var);
((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->set_s_ErrorMessage_19(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.Configuration.AppSettingsReader::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppSettingsReader__ctor_mD64EBD664D3193498119FA468F7E6016EE48BDFE (AppSettingsReader_tDB6079C12C5FEC6460DD9CFA31EFE88AB03E88F8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AppSettingsReader__ctor_mD64EBD664D3193498119FA468F7E6016EE48BDFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AppSettingsReader__ctor_mD64EBD664D3193498119FA468F7E6016EE48BDFE_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.AppSettingsReader::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AppSettingsReader_GetValue_m1FCE73DF66BB8C7511482F3BC1F8C9837F3E1059 (AppSettingsReader_tDB6079C12C5FEC6460DD9CFA31EFE88AB03E88F8 * __this, String_t* ___key0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AppSettingsReader_GetValue_m1FCE73DF66BB8C7511482F3BC1F8C9837F3E1059_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AppSettingsReader_GetValue_m1FCE73DF66BB8C7511482F3BC1F8C9837F3E1059_RuntimeMethod_var);
return NULL;
}
}
#ifdef __clang__
#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.Configuration.ApplicationScopedSettingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationScopedSettingAttribute__ctor_m8CBE10C6DCC16343455D26D264596C1256385B60 (ApplicationScopedSettingAttribute_tD5417D30A0DF5554F1827117DAAD6A8E55C560B7 * __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.Configuration.ApplicationSettingsBase::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase__ctor_m206AB45BC358BE585749CD16AEA5798DEE7CF695 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase__ctor_m206AB45BC358BE585749CD16AEA5798DEE7CF695_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase__ctor_m206AB45BC358BE585749CD16AEA5798DEE7CF695_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::.ctor(System.ComponentModel.IComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase__ctor_mDE5CCA15484275C005611BB4E21A1477C1E0F3BC (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, RuntimeObject* ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase__ctor_mDE5CCA15484275C005611BB4E21A1477C1E0F3BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase__ctor_mDE5CCA15484275C005611BB4E21A1477C1E0F3BC_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::.ctor(System.ComponentModel.IComponent,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase__ctor_mDAB5640FE2BBA1A394E13D5EAABC91175F840631 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, RuntimeObject* ___owner0, String_t* ___settingsKey1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase__ctor_mDAB5640FE2BBA1A394E13D5EAABC91175F840631_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase__ctor_mDAB5640FE2BBA1A394E13D5EAABC91175F840631_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase__ctor_m823580BBB2045EAF36004B2B09A6C43D2D77C273 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, String_t* ___settingsKey0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase__ctor_m823580BBB2045EAF36004B2B09A6C43D2D77C273_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase__ctor_m823580BBB2045EAF36004B2B09A6C43D2D77C273_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsContext System.Configuration.ApplicationSettingsBase::get_Context()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * ApplicationSettingsBase_get_Context_mD003F78257FA76CBD657CAE52E6F35BED594FA66 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_get_Context_mD003F78257FA76CBD657CAE52E6F35BED594FA66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_Context_mD003F78257FA76CBD657CAE52E6F35BED594FA66_RuntimeMethod_var);
return (SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 *)NULL;
}
}
// System.Object System.Configuration.ApplicationSettingsBase::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ApplicationSettingsBase_get_Item_mCE339023C91579CEFA1A7E53CA1E15B141760E59 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, String_t* ___propertyName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_get_Item_mCE339023C91579CEFA1A7E53CA1E15B141760E59_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_Item_mCE339023C91579CEFA1A7E53CA1E15B141760E59_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::set_Item(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_set_Item_mB8718322A3A7A262908C175D5254C47C36AC3ECC (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, String_t* ___propertyName0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_set_Item_mB8718322A3A7A262908C175D5254C47C36AC3ECC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_set_Item_mB8718322A3A7A262908C175D5254C47C36AC3ECC_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsPropertyCollection System.Configuration.ApplicationSettingsBase::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * ApplicationSettingsBase_get_Properties_m6062E3C51096C053C997C448CDA61119C3826EA7 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_get_Properties_m6062E3C51096C053C997C448CDA61119C3826EA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_Properties_m6062E3C51096C053C997C448CDA61119C3826EA7_RuntimeMethod_var);
return (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 *)NULL;
}
}
// System.Configuration.SettingsPropertyValueCollection System.Configuration.ApplicationSettingsBase::get_PropertyValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * ApplicationSettingsBase_get_PropertyValues_m9E1DE1D95C570995F75C270FC36D53B78EA58336 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_get_PropertyValues_m9E1DE1D95C570995F75C270FC36D53B78EA58336_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_PropertyValues_m9E1DE1D95C570995F75C270FC36D53B78EA58336_RuntimeMethod_var);
return (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED *)NULL;
}
}
// System.Configuration.SettingsProviderCollection System.Configuration.ApplicationSettingsBase::get_Providers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 * ApplicationSettingsBase_get_Providers_mFC1F77B830B2A4A0B070D4C3126E41DF1D4692E6 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_get_Providers_mFC1F77B830B2A4A0B070D4C3126E41DF1D4692E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_Providers_mFC1F77B830B2A4A0B070D4C3126E41DF1D4692E6_RuntimeMethod_var);
return (SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 *)NULL;
}
}
// System.String System.Configuration.ApplicationSettingsBase::get_SettingsKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ApplicationSettingsBase_get_SettingsKey_mB1A03477BB72043F8D07500BB83FCCD90CC51C21 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_get_SettingsKey_mB1A03477BB72043F8D07500BB83FCCD90CC51C21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_SettingsKey_mB1A03477BB72043F8D07500BB83FCCD90CC51C21_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::set_SettingsKey(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_set_SettingsKey_m403FC47F37110D339AAE9E06F6F6D87A9520F145 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_set_SettingsKey_m403FC47F37110D339AAE9E06F6F6D87A9520F145_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_set_SettingsKey_m403FC47F37110D339AAE9E06F6F6D87A9520F145_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_add_PropertyChanged_m8D725BC2F7123373B36E0D8B7AE89388123B5B3B (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, PropertyChangedEventHandler_t617E98E1876A8EB394D2B329340CE02D21FFFC82 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_add_PropertyChanged_m8D725BC2F7123373B36E0D8B7AE89388123B5B3B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_add_PropertyChanged_m8D725BC2F7123373B36E0D8B7AE89388123B5B3B_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_remove_PropertyChanged_m7EA2D4AB5C4BFF1DBF128B81DFA19DF2AC6E58AA (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, PropertyChangedEventHandler_t617E98E1876A8EB394D2B329340CE02D21FFFC82 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_remove_PropertyChanged_m7EA2D4AB5C4BFF1DBF128B81DFA19DF2AC6E58AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_remove_PropertyChanged_m7EA2D4AB5C4BFF1DBF128B81DFA19DF2AC6E58AA_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::add_SettingChanging(System.Configuration.SettingChangingEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_add_SettingChanging_m568400A439D823F3DC23F516C30956F41304DEAA (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, SettingChangingEventHandler_t10A6ADEACC897C4EB030985D51BC6A2FE02E340A * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_add_SettingChanging_m568400A439D823F3DC23F516C30956F41304DEAA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_add_SettingChanging_m568400A439D823F3DC23F516C30956F41304DEAA_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::remove_SettingChanging(System.Configuration.SettingChangingEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_remove_SettingChanging_m11F5CE333430EF67C70B70F9FF7C80EB9E064590 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, SettingChangingEventHandler_t10A6ADEACC897C4EB030985D51BC6A2FE02E340A * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_remove_SettingChanging_m11F5CE333430EF67C70B70F9FF7C80EB9E064590_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_remove_SettingChanging_m11F5CE333430EF67C70B70F9FF7C80EB9E064590_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::add_SettingsLoaded(System.Configuration.SettingsLoadedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_add_SettingsLoaded_m38921FB36E33E4504292C28E1791C7C60B98A2E0 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, SettingsLoadedEventHandler_tAB3577F2581A26F2519B8CB38373D9E90DE291C9 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_add_SettingsLoaded_m38921FB36E33E4504292C28E1791C7C60B98A2E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_add_SettingsLoaded_m38921FB36E33E4504292C28E1791C7C60B98A2E0_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::remove_SettingsLoaded(System.Configuration.SettingsLoadedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_remove_SettingsLoaded_m788AA5A85219365B7091DA01A1892F488AC85E17 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, SettingsLoadedEventHandler_tAB3577F2581A26F2519B8CB38373D9E90DE291C9 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_remove_SettingsLoaded_m788AA5A85219365B7091DA01A1892F488AC85E17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_remove_SettingsLoaded_m788AA5A85219365B7091DA01A1892F488AC85E17_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::add_SettingsSaving(System.Configuration.SettingsSavingEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_add_SettingsSaving_mDCE81760BA915C110EAA4A32EC672F5337DF5BAC (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, SettingsSavingEventHandler_t51230853884472EF21DF71D3E8FC7E923C700B77 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_add_SettingsSaving_mDCE81760BA915C110EAA4A32EC672F5337DF5BAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_add_SettingsSaving_mDCE81760BA915C110EAA4A32EC672F5337DF5BAC_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::remove_SettingsSaving(System.Configuration.SettingsSavingEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_remove_SettingsSaving_m06B29C500147CD20D435B4E0D300696232BCB9AE (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, SettingsSavingEventHandler_t51230853884472EF21DF71D3E8FC7E923C700B77 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_remove_SettingsSaving_m06B29C500147CD20D435B4E0D300696232BCB9AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_remove_SettingsSaving_m06B29C500147CD20D435B4E0D300696232BCB9AE_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.ApplicationSettingsBase::GetPreviousVersion(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ApplicationSettingsBase_GetPreviousVersion_mF1E932354B065FCCEED0058512ED5890FCCC1BF1 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, String_t* ___propertyName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_GetPreviousVersion_mF1E932354B065FCCEED0058512ED5890FCCC1BF1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_GetPreviousVersion_mF1E932354B065FCCEED0058512ED5890FCCC1BF1_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_OnPropertyChanged_mDA0245C9C3E0404C22340253372E7044D3E11DA9 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, RuntimeObject * ___sender0, PropertyChangedEventArgs_t90CF85B82F87D594F73F03364494C77592B11F46 * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_OnPropertyChanged_mDA0245C9C3E0404C22340253372E7044D3E11DA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_OnPropertyChanged_mDA0245C9C3E0404C22340253372E7044D3E11DA9_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_OnSettingChanging_m00DE9DD45AF7CDAFEF6D466547B5664429FD5769 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, RuntimeObject * ___sender0, SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_OnSettingChanging_m00DE9DD45AF7CDAFEF6D466547B5664429FD5769_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_OnSettingChanging_m00DE9DD45AF7CDAFEF6D466547B5664429FD5769_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_OnSettingsLoaded_m2D91042FD0B9F2F4CB5B7BB7C1AC3639DC502E7A (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, RuntimeObject * ___sender0, SettingsLoadedEventArgs_t31CBDE6A72D6D6941272A06C4D2E9F4D75E438E9 * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_OnSettingsLoaded_m2D91042FD0B9F2F4CB5B7BB7C1AC3639DC502E7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_OnSettingsLoaded_m2D91042FD0B9F2F4CB5B7BB7C1AC3639DC502E7A_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_OnSettingsSaving_m3656B393C750A27098563D0E26FF196C01190751 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, RuntimeObject * ___sender0, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_OnSettingsSaving_m3656B393C750A27098563D0E26FF196C01190751_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_OnSettingsSaving_m3656B393C750A27098563D0E26FF196C01190751_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::Reload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_Reload_mC2B6631581C98D56BCD54685CE0ECD0F23DCD6F9 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_Reload_mC2B6631581C98D56BCD54685CE0ECD0F23DCD6F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_Reload_mC2B6631581C98D56BCD54685CE0ECD0F23DCD6F9_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_Reset_mC53007F432633F94F9FF26495F05F99C57F7147B (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_Reset_mC53007F432633F94F9FF26495F05F99C57F7147B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_Reset_mC53007F432633F94F9FF26495F05F99C57F7147B_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::Save()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_Save_m6CE15BF0D37643B5FCFD358D054E309283EF73E7 (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_Save_m6CE15BF0D37643B5FCFD358D054E309283EF73E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_Save_m6CE15BF0D37643B5FCFD358D054E309283EF73E7_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ApplicationSettingsBase::Upgrade()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_Upgrade_m6806E6C81C3B7B351BFB712ACB427C7F5DE0E97F (ApplicationSettingsBase_t3931D3515DEAF300AC722DB992B5CB9F4E6DE667 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsBase_Upgrade_m6806E6C81C3B7B351BFB712ACB427C7F5DE0E97F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_Upgrade_m6806E6C81C3B7B351BFB712ACB427C7F5DE0E97F_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.ApplicationSettingsGroup::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsGroup__ctor_mC2DAEA83BA2464F7D52059BF4E69A639036B5215 (ApplicationSettingsGroup_t7A104D6D28C911F3441844B6C478B36DEA4A95CA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ApplicationSettingsGroup__ctor_mC2DAEA83BA2464F7D52059BF4E69A639036B5215_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ApplicationSettingsGroup__ctor_mC2DAEA83BA2464F7D52059BF4E69A639036B5215_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.ClientSettingsSection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientSettingsSection__ctor_m17E00DE7B154DF9A7D609E8DA62A40037716CFA6 (ClientSettingsSection_t2F438B6D89D26A9F78E317DF93E56DE696BD4C81 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ClientSettingsSection__ctor_m17E00DE7B154DF9A7D609E8DA62A40037716CFA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ClientSettingsSection__ctor_m17E00DE7B154DF9A7D609E8DA62A40037716CFA6_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Configuration.ClientSettingsSection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * ClientSettingsSection_get_Properties_mC3D2ABD34D3553AE46EFADD25B1037669F858F60 (ClientSettingsSection_t2F438B6D89D26A9F78E317DF93E56DE696BD4C81 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ClientSettingsSection_get_Properties_mC3D2ABD34D3553AE46EFADD25B1037669F858F60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ClientSettingsSection_get_Properties_mC3D2ABD34D3553AE46EFADD25B1037669F858F60_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Configuration.SettingElementCollection System.Configuration.ClientSettingsSection::get_Settings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * ClientSettingsSection_get_Settings_m20FFE85BB394ED0DEA22B272065E78A4EED1B1AC (ClientSettingsSection_t2F438B6D89D26A9F78E317DF93E56DE696BD4C81 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ClientSettingsSection_get_Settings_m20FFE85BB394ED0DEA22B272065E78A4EED1B1AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ClientSettingsSection_get_Settings_m20FFE85BB394ED0DEA22B272065E78A4EED1B1AC_RuntimeMethod_var);
return (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B *)NULL;
}
}
#ifdef __clang__
#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.Configuration.ConfigXmlDocument::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigXmlDocument__ctor_m5A8791EDE9C0098BA57CA637AEC220BF9D2FAECC (ConfigXmlDocument_tB18A0B8883592F270AE2AB791F55127D15246E88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigXmlDocument__ctor_m5A8791EDE9C0098BA57CA637AEC220BF9D2FAECC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigXmlDocument__ctor_m5A8791EDE9C0098BA57CA637AEC220BF9D2FAECC_RuntimeMethod_var);
return;
}
}
// System.String System.Configuration.ConfigXmlDocument::get_Filename()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigXmlDocument_get_Filename_m2FBF3DBFCE0EE16322464417544A51BE56AC9B92 (ConfigXmlDocument_tB18A0B8883592F270AE2AB791F55127D15246E88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigXmlDocument_get_Filename_m2FBF3DBFCE0EE16322464417544A51BE56AC9B92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_get_Filename_m2FBF3DBFCE0EE16322464417544A51BE56AC9B92_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Int32 System.Configuration.ConfigXmlDocument::get_LineNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigXmlDocument_get_LineNumber_m646CD32E96CDF3A035AE09C6403B76A9A8CA9709 (ConfigXmlDocument_tB18A0B8883592F270AE2AB791F55127D15246E88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigXmlDocument_get_LineNumber_m646CD32E96CDF3A035AE09C6403B76A9A8CA9709_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_get_LineNumber_m646CD32E96CDF3A035AE09C6403B76A9A8CA9709_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.String System.Configuration.ConfigXmlDocument::System.Configuration.Internal.IConfigErrorInfo.get_Filename()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_m5BD9BD4AA416C1E0AC041BFACE8E3F34B2181855 (ConfigXmlDocument_tB18A0B8883592F270AE2AB791F55127D15246E88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_m5BD9BD4AA416C1E0AC041BFACE8E3F34B2181855_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_m5BD9BD4AA416C1E0AC041BFACE8E3F34B2181855_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Int32 System.Configuration.ConfigXmlDocument::System.Configuration.Internal.IConfigErrorInfo.get_LineNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m8E1EA52BE614EBBCB32D9137F811BD3A3D914D1F (ConfigXmlDocument_tB18A0B8883592F270AE2AB791F55127D15246E88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m8E1EA52BE614EBBCB32D9137F811BD3A3D914D1F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m8E1EA52BE614EBBCB32D9137F811BD3A3D914D1F_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.ConfigXmlDocument::LoadSingleElement(System.String,System.Xml.XmlTextReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigXmlDocument_LoadSingleElement_m649933ACC4292989E5B442F4EB72AD8902101B5A (ConfigXmlDocument_tB18A0B8883592F270AE2AB791F55127D15246E88 * __this, String_t* ___filename0, XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * ___sourceReader1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigXmlDocument_LoadSingleElement_m649933ACC4292989E5B442F4EB72AD8902101B5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_LoadSingleElement_m649933ACC4292989E5B442F4EB72AD8902101B5A_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.ConfigurationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m27F897E9F76E911777D253FDE3F954C6B7D295B5 (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException__ctor_m27F897E9F76E911777D253FDE3F954C6B7D295B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m27F897E9F76E911777D253FDE3F954C6B7D295B5_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ConfigurationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m992552F7A4320078CD0EA37AE1631E4AD096CF62 (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException__ctor_m992552F7A4320078CD0EA37AE1631E4AD096CF62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m992552F7A4320078CD0EA37AE1631E4AD096CF62_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ConfigurationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m9847E40D25D7196EFE3FDD021E84784486E83A8C (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException__ctor_m9847E40D25D7196EFE3FDD021E84784486E83A8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m9847E40D25D7196EFE3FDD021E84784486E83A8C_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m3F11BCB14029354D1871451B1BFFD30A164242CE (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException__ctor_m3F11BCB14029354D1871451B1BFFD30A164242CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m3F11BCB14029354D1871451B1BFFD30A164242CE_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_mB57ABDF568731121059BBACC3AB795C5B9ADD4D3 (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, String_t* ___message0, Exception_t * ___inner1, String_t* ___filename2, int32_t ___line3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException__ctor_mB57ABDF568731121059BBACC3AB795C5B9ADD4D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_mB57ABDF568731121059BBACC3AB795C5B9ADD4D3_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception,System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m53DE14359D2FD6D51B7F3565F71ECFF656D02220 (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, String_t* ___message0, Exception_t * ___inner1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException__ctor_m53DE14359D2FD6D51B7F3565F71ECFF656D02220_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m53DE14359D2FD6D51B7F3565F71ECFF656D02220_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m463EDF3C785E1534182AF21538F0462C167F738A (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, String_t* ___message0, String_t* ___filename1, int32_t ___line2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException__ctor_m463EDF3C785E1534182AF21538F0462C167F738A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m463EDF3C785E1534182AF21538F0462C167F738A_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m5C61155F96B722F9AF3DBC3302F96797B83FC187 (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, String_t* ___message0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException__ctor_m5C61155F96B722F9AF3DBC3302F96797B83FC187_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m5C61155F96B722F9AF3DBC3302F96797B83FC187_RuntimeMethod_var);
return;
}
}
// System.String System.Configuration.ConfigurationException::get_BareMessage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationException_get_BareMessage_m407B4778AF26242ADE1CD9DB9780E44264372D57 (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException_get_BareMessage_m407B4778AF26242ADE1CD9DB9780E44264372D57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException_get_BareMessage_m407B4778AF26242ADE1CD9DB9780E44264372D57_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.String System.Configuration.ConfigurationException::get_Filename()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationException_get_Filename_m5F9A8A428C71864082512DA7BB0D0D87F6D57FD1 (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException_get_Filename_m5F9A8A428C71864082512DA7BB0D0D87F6D57FD1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException_get_Filename_m5F9A8A428C71864082512DA7BB0D0D87F6D57FD1_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Int32 System.Configuration.ConfigurationException::get_Line()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigurationException_get_Line_mB4A381418C49DBEAE9072F965077A13F41A885E4 (ConfigurationException_t35BCE2F5F07966C4500F43903BEFDF468E395FE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException_get_Line_mB4A381418C49DBEAE9072F965077A13F41A885E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ConfigurationException_get_Line_mB4A381418C49DBEAE9072F965077A13F41A885E4_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.String System.Configuration.ConfigurationException::GetXmlNodeFilename(System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationException_GetXmlNodeFilename_mBFE52F56A830B960C8EEA2D49259784EC1B807F3 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException_GetXmlNodeFilename_mBFE52F56A830B960C8EEA2D49259784EC1B807F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationException_GetXmlNodeFilename_mBFE52F56A830B960C8EEA2D49259784EC1B807F3_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Int32 System.Configuration.ConfigurationException::GetXmlNodeLineNumber(System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigurationException_GetXmlNodeLineNumber_mA65A7A41B9BA4242AB7C91445BBEDD5DFA868F05 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationException_GetXmlNodeLineNumber_mA65A7A41B9BA4242AB7C91445BBEDD5DFA868F05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ConfigurationException_GetXmlNodeLineNumber_mA65A7A41B9BA4242AB7C91445BBEDD5DFA868F05_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.ConfigurationSettings::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationSettings__ctor_m07678822B4D533A5483E7516733767EFD8F2C815 (ConfigurationSettings_t0707965C9D497A11B43E239460C5102F16E53276 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationSettings__ctor_m07678822B4D533A5483E7516733767EFD8F2C815_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationSettings__ctor_m07678822B4D533A5483E7516733767EFD8F2C815_RuntimeMethod_var);
return;
}
}
// System.Collections.Specialized.NameValueCollection System.Configuration.ConfigurationSettings::get_AppSettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * ConfigurationSettings_get_AppSettings_m9D0D8F1730B120246AE9C5F55834137F475FCA85 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationSettings_get_AppSettings_m9D0D8F1730B120246AE9C5F55834137F475FCA85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationSettings_get_AppSettings_m9D0D8F1730B120246AE9C5F55834137F475FCA85_RuntimeMethod_var);
return (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 *)NULL;
}
}
// System.Object System.Configuration.ConfigurationSettings::GetConfig(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationSettings_GetConfig_m060651F719540AA0065B8A5BE6A1AC2C4BAD13BC (String_t* ___sectionName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConfigurationSettings_GetConfig_m060651F719540AA0065B8A5BE6A1AC2C4BAD13BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConfigurationSettings_GetConfig_m060651F719540AA0065B8A5BE6A1AC2C4BAD13BC_RuntimeMethod_var);
return NULL;
}
}
#ifdef __clang__
#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.Configuration.DefaultSettingValueAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSettingValueAttribute__ctor_m3969716B1EF3F5EF041C4C8ECDBBAB6DD47D578B (DefaultSettingValueAttribute_tFEDFEC8454D314E55B2B51272436D394F8621748 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
return;
}
}
// System.String System.Configuration.DefaultSettingValueAttribute::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultSettingValueAttribute_get_Value_m6534ECDE0CBDAB6767231AC633349E41ED9DD54F (DefaultSettingValueAttribute_tFEDFEC8454D314E55B2B51272436D394F8621748 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultSettingValueAttribute_get_Value_m6534ECDE0CBDAB6767231AC633349E41ED9DD54F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultSettingValueAttribute_get_Value_m6534ECDE0CBDAB6767231AC633349E41ED9DD54F_RuntimeMethod_var);
return (String_t*)NULL;
}
}
#ifdef __clang__
#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.Configuration.DictionarySectionHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionarySectionHandler__ctor_mB2FAC924BE156A10653A629D98E5699696B8BE7E (DictionarySectionHandler_t1D9E767C84E06ABF5188D906E8E758CCA5D80409 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DictionarySectionHandler__ctor_mB2FAC924BE156A10653A629D98E5699696B8BE7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DictionarySectionHandler__ctor_mB2FAC924BE156A10653A629D98E5699696B8BE7E_RuntimeMethod_var);
return;
}
}
// System.String System.Configuration.DictionarySectionHandler::get_KeyAttributeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DictionarySectionHandler_get_KeyAttributeName_mFB04EC12EF00169482F7A8FD8DC3D23EA274338F (DictionarySectionHandler_t1D9E767C84E06ABF5188D906E8E758CCA5D80409 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DictionarySectionHandler_get_KeyAttributeName_mFB04EC12EF00169482F7A8FD8DC3D23EA274338F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DictionarySectionHandler_get_KeyAttributeName_mFB04EC12EF00169482F7A8FD8DC3D23EA274338F_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.String System.Configuration.DictionarySectionHandler::get_ValueAttributeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DictionarySectionHandler_get_ValueAttributeName_m213C90BFC1F34E9F9FDB307DD6AE063E760B65B7 (DictionarySectionHandler_t1D9E767C84E06ABF5188D906E8E758CCA5D80409 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DictionarySectionHandler_get_ValueAttributeName_m213C90BFC1F34E9F9FDB307DD6AE063E760B65B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DictionarySectionHandler_get_ValueAttributeName_m213C90BFC1F34E9F9FDB307DD6AE063E760B65B7_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Object System.Configuration.DictionarySectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DictionarySectionHandler_Create_mAE5631137494F60D637ACFF7A365D617EE72AC98 (DictionarySectionHandler_t1D9E767C84E06ABF5188D906E8E758CCA5D80409 * __this, RuntimeObject * ___parent0, RuntimeObject * ___context1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___section2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DictionarySectionHandler_Create_mAE5631137494F60D637ACFF7A365D617EE72AC98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DictionarySectionHandler_Create_mAE5631137494F60D637ACFF7A365D617EE72AC98_RuntimeMethod_var);
return NULL;
}
}
#ifdef __clang__
#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.Configuration.IdnElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnElement__ctor_m8B5829BA5123024263C21E265A7AD1C51F789BAC (IdnElement_t3AA4F4423A377C67225E1C5748EC6D674F85E3B2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IdnElement__ctor_m8B5829BA5123024263C21E265A7AD1C51F789BAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(IdnElement__ctor_m8B5829BA5123024263C21E265A7AD1C51F789BAC_RuntimeMethod_var);
return;
}
}
// System.UriIdnScope System.Configuration.IdnElement::get_Enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IdnElement_get_Enabled_m0937D8CD557B7C992FA4E8B5E524C4C09313C199 (IdnElement_t3AA4F4423A377C67225E1C5748EC6D674F85E3B2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IdnElement_get_Enabled_m0937D8CD557B7C992FA4E8B5E524C4C09313C199_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(IdnElement_get_Enabled_m0937D8CD557B7C992FA4E8B5E524C4C09313C199_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.IdnElement::set_Enabled(System.UriIdnScope)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnElement_set_Enabled_mDEDC15295916E8DDCC7F1FDAE4CF050BAF860832 (IdnElement_t3AA4F4423A377C67225E1C5748EC6D674F85E3B2 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IdnElement_set_Enabled_mDEDC15295916E8DDCC7F1FDAE4CF050BAF860832_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(IdnElement_set_Enabled_mDEDC15295916E8DDCC7F1FDAE4CF050BAF860832_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Configuration.IdnElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * IdnElement_get_Properties_mE4921D6BD432E61250D2DDD7B76E62CA17EE2261 (IdnElement_t3AA4F4423A377C67225E1C5748EC6D674F85E3B2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IdnElement_get_Properties_mE4921D6BD432E61250D2DDD7B76E62CA17EE2261_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(IdnElement_get_Properties_mE4921D6BD432E61250D2DDD7B76E62CA17EE2261_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#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.Configuration.IgnoreSectionHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IgnoreSectionHandler__ctor_m52647064069409183DD794F5628653415B89B5A0 (IgnoreSectionHandler_t9D6AAF4FE761356A3FA68211DB8818C994550DE8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IgnoreSectionHandler__ctor_m52647064069409183DD794F5628653415B89B5A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(IgnoreSectionHandler__ctor_m52647064069409183DD794F5628653415B89B5A0_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.IgnoreSectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IgnoreSectionHandler_Create_m16BF78B33BE7DA5453989E7DCB5CD50FDF933002 (IgnoreSectionHandler_t9D6AAF4FE761356A3FA68211DB8818C994550DE8 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___section2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IgnoreSectionHandler_Create_m16BF78B33BE7DA5453989E7DCB5CD50FDF933002_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(IgnoreSectionHandler_Create_m16BF78B33BE7DA5453989E7DCB5CD50FDF933002_RuntimeMethod_var);
return NULL;
}
}
#ifdef __clang__
#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.Configuration.IriParsingElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IriParsingElement__ctor_m53AAE7B05465A78BA2EB1E8EF7D44F4A4E0BD7AA (IriParsingElement_t1E9492B6913DA775FF3F8C6C26A21B2B30D43ABA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IriParsingElement__ctor_m53AAE7B05465A78BA2EB1E8EF7D44F4A4E0BD7AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(IriParsingElement__ctor_m53AAE7B05465A78BA2EB1E8EF7D44F4A4E0BD7AA_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.IriParsingElement::get_Enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriParsingElement_get_Enabled_m0901B9D33FD0985A106E8C01C7A007262B724D2E (IriParsingElement_t1E9492B6913DA775FF3F8C6C26A21B2B30D43ABA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IriParsingElement_get_Enabled_m0901B9D33FD0985A106E8C01C7A007262B724D2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(IriParsingElement_get_Enabled_m0901B9D33FD0985A106E8C01C7A007262B724D2E_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.IriParsingElement::set_Enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IriParsingElement_set_Enabled_m7DB96165A8E30A61C809AF4DEBD04F4D0FF2507E (IriParsingElement_t1E9492B6913DA775FF3F8C6C26A21B2B30D43ABA * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IriParsingElement_set_Enabled_m7DB96165A8E30A61C809AF4DEBD04F4D0FF2507E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(IriParsingElement_set_Enabled_m7DB96165A8E30A61C809AF4DEBD04F4D0FF2507E_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Configuration.IriParsingElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * IriParsingElement_get_Properties_m5640EA59BDC39903FBBBDD9A8460C4A7D4FA3890 (IriParsingElement_t1E9492B6913DA775FF3F8C6C26A21B2B30D43ABA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IriParsingElement_get_Properties_m5640EA59BDC39903FBBBDD9A8460C4A7D4FA3890_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(IriParsingElement_get_Properties_m5640EA59BDC39903FBBBDD9A8460C4A7D4FA3890_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#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.Configuration.LocalFileSettingsProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalFileSettingsProvider__ctor_m525265051D15A3BE412E0438956B1B918F0F84BF (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider__ctor_m525265051D15A3BE412E0438956B1B918F0F84BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider__ctor_m525265051D15A3BE412E0438956B1B918F0F84BF_RuntimeMethod_var);
return;
}
}
// System.String System.Configuration.LocalFileSettingsProvider::get_ApplicationName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LocalFileSettingsProvider_get_ApplicationName_mD5DE139A163352CBA90B6887A241F178F527FC63 (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider_get_ApplicationName_mD5DE139A163352CBA90B6887A241F178F527FC63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider_get_ApplicationName_mD5DE139A163352CBA90B6887A241F178F527FC63_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Configuration.LocalFileSettingsProvider::set_ApplicationName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalFileSettingsProvider_set_ApplicationName_m67C7FD8717BBB0F480A1C57732B011331732723B (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider_set_ApplicationName_m67C7FD8717BBB0F480A1C57732B011331732723B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider_set_ApplicationName_m67C7FD8717BBB0F480A1C57732B011331732723B_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsPropertyValue System.Configuration.LocalFileSettingsProvider::GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * LocalFileSettingsProvider_GetPreviousVersion_m6E978C2076E78DE4F6B35B1B44FABE61998EE497 (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * ___context0, SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * ___property1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider_GetPreviousVersion_m6E978C2076E78DE4F6B35B1B44FABE61998EE497_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider_GetPreviousVersion_m6E978C2076E78DE4F6B35B1B44FABE61998EE497_RuntimeMethod_var);
return (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 *)NULL;
}
}
// System.Configuration.SettingsPropertyValueCollection System.Configuration.LocalFileSettingsProvider::GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * LocalFileSettingsProvider_GetPropertyValues_m87C11DA3990E35ECAA93B12B6C115FDD81E7AD9E (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * ___context0, SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * ___properties1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider_GetPropertyValues_m87C11DA3990E35ECAA93B12B6C115FDD81E7AD9E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider_GetPropertyValues_m87C11DA3990E35ECAA93B12B6C115FDD81E7AD9E_RuntimeMethod_var);
return (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED *)NULL;
}
}
// System.Void System.Configuration.LocalFileSettingsProvider::Initialize(System.String,System.Collections.Specialized.NameValueCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalFileSettingsProvider_Initialize_m1BDAD1196E3B703FBC2636BF4F6E61FBCC2EED41 (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, String_t* ___name0, NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * ___values1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider_Initialize_m1BDAD1196E3B703FBC2636BF4F6E61FBCC2EED41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider_Initialize_m1BDAD1196E3B703FBC2636BF4F6E61FBCC2EED41_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.LocalFileSettingsProvider::Reset(System.Configuration.SettingsContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalFileSettingsProvider_Reset_mC3F09D87465D73DFA7A743448C32C66AE78C85DA (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider_Reset_mC3F09D87465D73DFA7A743448C32C66AE78C85DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider_Reset_mC3F09D87465D73DFA7A743448C32C66AE78C85DA_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.LocalFileSettingsProvider::SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalFileSettingsProvider_SetPropertyValues_mD08A07722209715A1E09D13FCAC818EDCC061D6C (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * ___context0, SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * ___values1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider_SetPropertyValues_mD08A07722209715A1E09D13FCAC818EDCC061D6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider_SetPropertyValues_mD08A07722209715A1E09D13FCAC818EDCC061D6C_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.LocalFileSettingsProvider::Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalFileSettingsProvider_Upgrade_mA00368862791023C1CB52295C2A75DE263EA5A2A (LocalFileSettingsProvider_t834C25ED0DF18F00202F16D72B9CA93A3E9386FC * __this, SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * ___context0, SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * ___properties1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LocalFileSettingsProvider_Upgrade_mA00368862791023C1CB52295C2A75DE263EA5A2A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(LocalFileSettingsProvider_Upgrade_mA00368862791023C1CB52295C2A75DE263EA5A2A_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.NameValueFileSectionHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueFileSectionHandler__ctor_m79A507F08D53B683FED144C137FFB08C155F17EF (NameValueFileSectionHandler_t892EB7AA1FD02FC2EB9837E815A42368A44D697A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueFileSectionHandler__ctor_m79A507F08D53B683FED144C137FFB08C155F17EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NameValueFileSectionHandler__ctor_m79A507F08D53B683FED144C137FFB08C155F17EF_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.NameValueFileSectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameValueFileSectionHandler_Create_m86B58204CA733220D62ED127A711E289B1099C7B (NameValueFileSectionHandler_t892EB7AA1FD02FC2EB9837E815A42368A44D697A * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___section2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueFileSectionHandler_Create_m86B58204CA733220D62ED127A711E289B1099C7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NameValueFileSectionHandler_Create_m86B58204CA733220D62ED127A711E289B1099C7B_RuntimeMethod_var);
return NULL;
}
}
#ifdef __clang__
#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.Configuration.NameValueSectionHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueSectionHandler__ctor_m47E887BB519D96C29ED77A6EAFEEA52E2A50EB2B (NameValueSectionHandler_t82823762CDC3EADAE1B685F181F322409F3925AE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueSectionHandler__ctor_m47E887BB519D96C29ED77A6EAFEEA52E2A50EB2B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NameValueSectionHandler__ctor_m47E887BB519D96C29ED77A6EAFEEA52E2A50EB2B_RuntimeMethod_var);
return;
}
}
// System.String System.Configuration.NameValueSectionHandler::get_KeyAttributeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueSectionHandler_get_KeyAttributeName_m6A5EEE72EBEDC09642CB3BEA229ADB965591BD27 (NameValueSectionHandler_t82823762CDC3EADAE1B685F181F322409F3925AE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueSectionHandler_get_KeyAttributeName_m6A5EEE72EBEDC09642CB3BEA229ADB965591BD27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NameValueSectionHandler_get_KeyAttributeName_m6A5EEE72EBEDC09642CB3BEA229ADB965591BD27_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.String System.Configuration.NameValueSectionHandler::get_ValueAttributeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueSectionHandler_get_ValueAttributeName_mD967482D538A1A13C8598EAA755194876827DF11 (NameValueSectionHandler_t82823762CDC3EADAE1B685F181F322409F3925AE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueSectionHandler_get_ValueAttributeName_mD967482D538A1A13C8598EAA755194876827DF11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NameValueSectionHandler_get_ValueAttributeName_mD967482D538A1A13C8598EAA755194876827DF11_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Object System.Configuration.NameValueSectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameValueSectionHandler_Create_m17A8A7CC43B8F8D477D7FFF6711192CC4B5BB88E (NameValueSectionHandler_t82823762CDC3EADAE1B685F181F322409F3925AE * __this, RuntimeObject * ___parent0, RuntimeObject * ___context1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___section2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueSectionHandler_Create_m17A8A7CC43B8F8D477D7FFF6711192CC4B5BB88E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NameValueSectionHandler_Create_m17A8A7CC43B8F8D477D7FFF6711192CC4B5BB88E_RuntimeMethod_var);
return NULL;
}
}
#ifdef __clang__
#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.Configuration.NoSettingsVersionUpgradeAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoSettingsVersionUpgradeAttribute__ctor_mF58F70D71371E8A1AB7F0F5E1F12E1318985D154 (NoSettingsVersionUpgradeAttribute_t416ED7A8EEC9D977E403104166DE0E3AE0F0B95C * __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.Configuration.SchemeSettingElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemeSettingElement__ctor_m913D84A376E89DE0C4C801B92AE9AA9A4A92B7CA (SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElement__ctor_m913D84A376E89DE0C4C801B92AE9AA9A4A92B7CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElement__ctor_m913D84A376E89DE0C4C801B92AE9AA9A4A92B7CA_RuntimeMethod_var);
return;
}
}
// System.GenericUriParserOptions System.Configuration.SchemeSettingElement::get_GenericUriParserOptions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemeSettingElement_get_GenericUriParserOptions_m82E2E69608BF140C2958B6B649F623F5B49FAEE8 (SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElement_get_GenericUriParserOptions_m82E2E69608BF140C2958B6B649F623F5B49FAEE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElement_get_GenericUriParserOptions_m82E2E69608BF140C2958B6B649F623F5B49FAEE8_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.String System.Configuration.SchemeSettingElement::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemeSettingElement_get_Name_mB64E36BFA90E35F8F7912DCD13866F6551C31DBC (SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElement_get_Name_mB64E36BFA90E35F8F7912DCD13866F6551C31DBC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElement_get_Name_mB64E36BFA90E35F8F7912DCD13866F6551C31DBC_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Configuration.SchemeSettingElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * SchemeSettingElement_get_Properties_m8D82CE2C817674D84C6CA229684671E1327409DF (SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElement_get_Properties_m8D82CE2C817674D84C6CA229684671E1327409DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElement_get_Properties_m8D82CE2C817674D84C6CA229684671E1327409DF_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#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.Configuration.SchemeSettingElementCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemeSettingElementCollection__ctor_m46B448E0D713A72217EB4EB5AD3B2C2F32433A86 (SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElementCollection__ctor_m46B448E0D713A72217EB4EB5AD3B2C2F32433A86_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection__ctor_m46B448E0D713A72217EB4EB5AD3B2C2F32433A86_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationElementCollectionType System.Configuration.SchemeSettingElementCollection::get_CollectionType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemeSettingElementCollection_get_CollectionType_m349979E0051ECDBDA9D4DA39674AC240BDFD3E33 (SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElementCollection_get_CollectionType_m349979E0051ECDBDA9D4DA39674AC240BDFD3E33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_get_CollectionType_m349979E0051ECDBDA9D4DA39674AC240BDFD3E33_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Configuration.SchemeSettingElement System.Configuration.SchemeSettingElementCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 * SchemeSettingElementCollection_get_Item_mE5424884B0B6FB82C2A0631DC694C53391E53C0E (SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElementCollection_get_Item_mE5424884B0B6FB82C2A0631DC694C53391E53C0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_get_Item_mE5424884B0B6FB82C2A0631DC694C53391E53C0E_RuntimeMethod_var);
return (SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 *)NULL;
}
}
// System.Configuration.SchemeSettingElement System.Configuration.SchemeSettingElementCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 * SchemeSettingElementCollection_get_Item_m59827948EAE0602BFFAC166EB66AF022306210B2 (SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElementCollection_get_Item_m59827948EAE0602BFFAC166EB66AF022306210B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_get_Item_m59827948EAE0602BFFAC166EB66AF022306210B2_RuntimeMethod_var);
return (SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 *)NULL;
}
}
// System.Configuration.ConfigurationElement System.Configuration.SchemeSettingElementCollection::CreateNewElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * SchemeSettingElementCollection_CreateNewElement_m57E23D64D31256198C2623138C0DE39A6C8170B3 (SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElementCollection_CreateNewElement_m57E23D64D31256198C2623138C0DE39A6C8170B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_CreateNewElement_m57E23D64D31256198C2623138C0DE39A6C8170B3_RuntimeMethod_var);
return (ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE *)NULL;
}
}
// System.Object System.Configuration.SchemeSettingElementCollection::GetElementKey(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SchemeSettingElementCollection_GetElementKey_mDB4505D2B448912454CB089694E72721FBC41BC1 (SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElementCollection_GetElementKey_mDB4505D2B448912454CB089694E72721FBC41BC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_GetElementKey_mDB4505D2B448912454CB089694E72721FBC41BC1_RuntimeMethod_var);
return NULL;
}
}
// System.Int32 System.Configuration.SchemeSettingElementCollection::IndexOf(System.Configuration.SchemeSettingElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemeSettingElementCollection_IndexOf_m99D6527ACBBB8EC5E9EBDAF7AD83087789A3BA31 (SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 * __this, SchemeSettingElement_t3081BA222F52AEA34BC831D87DB9075138808131 * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemeSettingElementCollection_IndexOf_m99D6527ACBBB8EC5E9EBDAF7AD83087789A3BA31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_IndexOf_m99D6527ACBBB8EC5E9EBDAF7AD83087789A3BA31_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingAttribute__ctor_m05185AE87D4EF7F7E9CE976B859918BC238E000E (SettingAttribute_tDBB7CE8D1D2D067F1B0489FC10E43F69288F3151 * __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.Configuration.SettingChangingEventArgs::.ctor(System.String,System.String,System.String,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingChangingEventArgs__ctor_m2655044BD27F044838A9C4EFCCB21A7F094DFDC2 (SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 * __this, String_t* ___settingName0, String_t* ___settingClass1, String_t* ___settingKey2, RuntimeObject * ___newValue3, bool ___cancel4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventArgs__ctor_m2655044BD27F044838A9C4EFCCB21A7F094DFDC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs__ctor_m2655044BD27F044838A9C4EFCCB21A7F094DFDC2_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.SettingChangingEventArgs::get_NewValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingChangingEventArgs_get_NewValue_m2900FDF3B523C1A6162DB680D2BF70AA81C1845B (SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventArgs_get_NewValue_m2900FDF3B523C1A6162DB680D2BF70AA81C1845B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs_get_NewValue_m2900FDF3B523C1A6162DB680D2BF70AA81C1845B_RuntimeMethod_var);
return NULL;
}
}
// System.String System.Configuration.SettingChangingEventArgs::get_SettingClass()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingChangingEventArgs_get_SettingClass_m8FD14C323ADEE7248D6DE70CEDC568EC7F39FFAE (SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventArgs_get_SettingClass_m8FD14C323ADEE7248D6DE70CEDC568EC7F39FFAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs_get_SettingClass_m8FD14C323ADEE7248D6DE70CEDC568EC7F39FFAE_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.String System.Configuration.SettingChangingEventArgs::get_SettingKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingChangingEventArgs_get_SettingKey_m35D21404BEA8B37F34FE28125DE8E499CF4074ED (SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventArgs_get_SettingKey_m35D21404BEA8B37F34FE28125DE8E499CF4074ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs_get_SettingKey_m35D21404BEA8B37F34FE28125DE8E499CF4074ED_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.String System.Configuration.SettingChangingEventArgs::get_SettingName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingChangingEventArgs_get_SettingName_m403FB4AE44E39E7DAAD2A952877A00620A56D534 (SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventArgs_get_SettingName_m403FB4AE44E39E7DAAD2A952877A00620A56D534_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs_get_SettingName_m403FB4AE44E39E7DAAD2A952877A00620A56D534_RuntimeMethod_var);
return (String_t*)NULL;
}
}
#ifdef __clang__
#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.Configuration.SettingChangingEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingChangingEventHandler__ctor_m4898B0FA994955766030B00807240A971820AABA (SettingChangingEventHandler_t10A6ADEACC897C4EB030985D51BC6A2FE02E340A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventHandler__ctor_m4898B0FA994955766030B00807240A971820AABA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventHandler__ctor_m4898B0FA994955766030B00807240A971820AABA_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingChangingEventHandler::Invoke(System.Object,System.Configuration.SettingChangingEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingChangingEventHandler_Invoke_m22FA36DDDBB06CFE555536174CA7251B32B0888A (SettingChangingEventHandler_t10A6ADEACC897C4EB030985D51BC6A2FE02E340A * __this, RuntimeObject * ___sender0, SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventHandler_Invoke_m22FA36DDDBB06CFE555536174CA7251B32B0888A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventHandler_Invoke_m22FA36DDDBB06CFE555536174CA7251B32B0888A_RuntimeMethod_var);
return;
}
}
// System.IAsyncResult System.Configuration.SettingChangingEventHandler::BeginInvoke(System.Object,System.Configuration.SettingChangingEventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingChangingEventHandler_BeginInvoke_mF10D0FB27380E547FB329FA555940D03CE444F26 (SettingChangingEventHandler_t10A6ADEACC897C4EB030985D51BC6A2FE02E340A * __this, RuntimeObject * ___sender0, SettingChangingEventArgs_tFF9F396FAFFC59C07FC41FA0CDD09E05E0BDC994 * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventHandler_BeginInvoke_mF10D0FB27380E547FB329FA555940D03CE444F26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventHandler_BeginInvoke_mF10D0FB27380E547FB329FA555940D03CE444F26_RuntimeMethod_var);
return (RuntimeObject*)NULL;
}
}
// System.Void System.Configuration.SettingChangingEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingChangingEventHandler_EndInvoke_m640F033B8E4161CB78EB5D224F026A74A9C1A965 (SettingChangingEventHandler_t10A6ADEACC897C4EB030985D51BC6A2FE02E340A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingChangingEventHandler_EndInvoke_m640F033B8E4161CB78EB5D224F026A74A9C1A965_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingChangingEventHandler_EndInvoke_m640F033B8E4161CB78EB5D224F026A74A9C1A965_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement__ctor_m2DA6B1AA5D02C4C4A23C27C0E5CCB7E92349231E (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement__ctor_m2DA6B1AA5D02C4C4A23C27C0E5CCB7E92349231E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElement__ctor_m2DA6B1AA5D02C4C4A23C27C0E5CCB7E92349231E_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingElement::.ctor(System.String,System.Configuration.SettingsSerializeAs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement__ctor_m379328940D95F466EBF0468B7BF522238A30FF2B (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, String_t* ___name0, int32_t ___serializeAs1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement__ctor_m379328940D95F466EBF0468B7BF522238A30FF2B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElement__ctor_m379328940D95F466EBF0468B7BF522238A30FF2B_RuntimeMethod_var);
return;
}
}
// System.String System.Configuration.SettingElement::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingElement_get_Name_m93A51FCA8C2299471D3C46E7C6958D19C088AC19 (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement_get_Name_m93A51FCA8C2299471D3C46E7C6958D19C088AC19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElement_get_Name_m93A51FCA8C2299471D3C46E7C6958D19C088AC19_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Configuration.SettingElement::set_Name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement_set_Name_m1348841BCFF9CCFE9AC4A1F388FD30436B2373BA (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement_set_Name_m1348841BCFF9CCFE9AC4A1F388FD30436B2373BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElement_set_Name_m1348841BCFF9CCFE9AC4A1F388FD30436B2373BA_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Configuration.SettingElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * SettingElement_get_Properties_m85576CC30E15A29CA32A193C29227424DED7451A (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement_get_Properties_m85576CC30E15A29CA32A193C29227424DED7451A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElement_get_Properties_m85576CC30E15A29CA32A193C29227424DED7451A_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Configuration.SettingsSerializeAs System.Configuration.SettingElement::get_SerializeAs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingElement_get_SerializeAs_mE444AEA720E158035698C095C6B4BA89B134E997 (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement_get_SerializeAs_mE444AEA720E158035698C095C6B4BA89B134E997_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SettingElement_get_SerializeAs_mE444AEA720E158035698C095C6B4BA89B134E997_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingElement::set_SerializeAs(System.Configuration.SettingsSerializeAs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement_set_SerializeAs_m3BAC75C55B57532CC42E831E1831AC6EC00684BC (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement_set_SerializeAs_m3BAC75C55B57532CC42E831E1831AC6EC00684BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElement_set_SerializeAs_m3BAC75C55B57532CC42E831E1831AC6EC00684BC_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingValueElement System.Configuration.SettingElement::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * SettingElement_get_Value_m34BA48AA748966CA5D4A4C3DE8EF3D0D90A217D4 (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement_get_Value_m34BA48AA748966CA5D4A4C3DE8EF3D0D90A217D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElement_get_Value_m34BA48AA748966CA5D4A4C3DE8EF3D0D90A217D4_RuntimeMethod_var);
return (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 *)NULL;
}
}
// System.Void System.Configuration.SettingElement::set_Value(System.Configuration.SettingValueElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement_set_Value_mE30648E2AB0FCE291F594179C314FB9C6329D207 (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * __this, SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElement_set_Value_mE30648E2AB0FCE291F594179C314FB9C6329D207_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElement_set_Value_mE30648E2AB0FCE291F594179C314FB9C6329D207_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingElementCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElementCollection__ctor_mAFBAF1EB03CBB31F0994AA12A178238A9F2068FE (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection__ctor_mAFBAF1EB03CBB31F0994AA12A178238A9F2068FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection__ctor_mAFBAF1EB03CBB31F0994AA12A178238A9F2068FE_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationElementCollectionType System.Configuration.SettingElementCollection::get_CollectionType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingElementCollection_get_CollectionType_m94E99DE3C7A18B572F3BE40BD1EA0633AFCC3173 (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection_get_CollectionType_m94E99DE3C7A18B572F3BE40BD1EA0633AFCC3173_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection_get_CollectionType_m94E99DE3C7A18B572F3BE40BD1EA0633AFCC3173_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.String System.Configuration.SettingElementCollection::get_ElementName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingElementCollection_get_ElementName_mC5A65C8BF012BA2BE39B8738049EC5CC6BD845A7 (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection_get_ElementName_mC5A65C8BF012BA2BE39B8738049EC5CC6BD845A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection_get_ElementName_mC5A65C8BF012BA2BE39B8738049EC5CC6BD845A7_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Configuration.SettingElementCollection::Add(System.Configuration.SettingElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElementCollection_Add_m01CD30F453386AAF69FC7B0BEAF69E1D4DF06926 (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection_Add_m01CD30F453386AAF69FC7B0BEAF69E1D4DF06926_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection_Add_m01CD30F453386AAF69FC7B0BEAF69E1D4DF06926_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingElementCollection::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElementCollection_Clear_m44C8D48439CB63A9E27C1F189E2AB824703FEAD5 (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection_Clear_m44C8D48439CB63A9E27C1F189E2AB824703FEAD5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection_Clear_m44C8D48439CB63A9E27C1F189E2AB824703FEAD5_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationElement System.Configuration.SettingElementCollection::CreateNewElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * SettingElementCollection_CreateNewElement_m0A8E447BA527A26922209C96D13C2B77755D8F0D (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection_CreateNewElement_m0A8E447BA527A26922209C96D13C2B77755D8F0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection_CreateNewElement_m0A8E447BA527A26922209C96D13C2B77755D8F0D_RuntimeMethod_var);
return (ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE *)NULL;
}
}
// System.Configuration.SettingElement System.Configuration.SettingElementCollection::Get(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * SettingElementCollection_Get_m51E5EF1F55487E845BB7872F4E0C9CB9EE3ECACD (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, String_t* ___elementKey0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection_Get_m51E5EF1F55487E845BB7872F4E0C9CB9EE3ECACD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection_Get_m51E5EF1F55487E845BB7872F4E0C9CB9EE3ECACD_RuntimeMethod_var);
return (SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 *)NULL;
}
}
// System.Object System.Configuration.SettingElementCollection::GetElementKey(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingElementCollection_GetElementKey_mB362A8A8B476667BA249B2AA7B8AB6835DD2B5DC (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection_GetElementKey_mB362A8A8B476667BA249B2AA7B8AB6835DD2B5DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection_GetElementKey_mB362A8A8B476667BA249B2AA7B8AB6835DD2B5DC_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingElementCollection::Remove(System.Configuration.SettingElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElementCollection_Remove_mFD9ECA78CB0E616356538BFE2813301DD3072B56 (SettingElementCollection_t258A7D9D9EE20270D0F860147D49536A7AFD4E1B * __this, SettingElement_t3B8373AABAF78B04D7642DD41926D953D999F4E7 * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingElementCollection_Remove_mFD9ECA78CB0E616356538BFE2813301DD3072B56_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingElementCollection_Remove_mFD9ECA78CB0E616356538BFE2813301DD3072B56_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingValueElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement__ctor_m60893C25D91E1BD8A39358530A01E34C336D7811 (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement__ctor_m60893C25D91E1BD8A39358530A01E34C336D7811_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingValueElement__ctor_m60893C25D91E1BD8A39358530A01E34C336D7811_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Configuration.SettingValueElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * SettingValueElement_get_Properties_mB86C4C51CE67DBA26A1BBE10BF17A7FEEAC6FD7D (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_get_Properties_mB86C4C51CE67DBA26A1BBE10BF17A7FEEAC6FD7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_get_Properties_mB86C4C51CE67DBA26A1BBE10BF17A7FEEAC6FD7D_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Xml.XmlNode System.Configuration.SettingValueElement::get_ValueXml()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * SettingValueElement_get_ValueXml_m28DB5CF45CB897286D9C3E76083043FA138CF72D (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_get_ValueXml_m28DB5CF45CB897286D9C3E76083043FA138CF72D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_get_ValueXml_m28DB5CF45CB897286D9C3E76083043FA138CF72D_RuntimeMethod_var);
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
// System.Void System.Configuration.SettingValueElement::set_ValueXml(System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_set_ValueXml_m98672CDC34AC231C53BFE5EE847FBD537671A216 (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_set_ValueXml_m98672CDC34AC231C53BFE5EE847FBD537671A216_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_set_ValueXml_m98672CDC34AC231C53BFE5EE847FBD537671A216_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingValueElement::DeserializeElement(System.Xml.XmlReader,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_DeserializeElement_mD813F8216F305E95190AAF912C38D62E34EE82E3 (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_DeserializeElement_mD813F8216F305E95190AAF912C38D62E34EE82E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_DeserializeElement_mD813F8216F305E95190AAF912C38D62E34EE82E3_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.SettingValueElement::IsModified()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingValueElement_IsModified_m21A41693890E291C8E9B15F61E23AD823328747A (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_IsModified_m21A41693890E291C8E9B15F61E23AD823328747A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_IsModified_m21A41693890E291C8E9B15F61E23AD823328747A_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingValueElement::Reset(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_Reset_mBBF683B39043C66DE8BFC995F9B1AF4F13BBCDAD (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___parentElement0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_Reset_mBBF683B39043C66DE8BFC995F9B1AF4F13BBCDAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_Reset_mBBF683B39043C66DE8BFC995F9B1AF4F13BBCDAD_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingValueElement::ResetModified()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_ResetModified_m02CE4CD0EAAC76EAB8DCECCA0F09D9FA9D3DCBF9 (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_ResetModified_m02CE4CD0EAAC76EAB8DCECCA0F09D9FA9D3DCBF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_ResetModified_m02CE4CD0EAAC76EAB8DCECCA0F09D9FA9D3DCBF9_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.SettingValueElement::SerializeToXmlElement(System.Xml.XmlWriter,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingValueElement_SerializeToXmlElement_mDD0377CD47F0E3A6C4DA2BE44AC1512F64737666 (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___writer0, String_t* ___elementName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_SerializeToXmlElement_mDD0377CD47F0E3A6C4DA2BE44AC1512F64737666_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_SerializeToXmlElement_mDD0377CD47F0E3A6C4DA2BE44AC1512F64737666_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingValueElement::Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_Unmerge_m42C391A039F0C73906DCC8876661BFC8EEE54E15 (SettingValueElement_t2F791BBC2968812336FF9EF9338F3EA27FF65EE3 * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___sourceElement0, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___parentElement1, int32_t ___saveMode2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingValueElement_Unmerge_m42C391A039F0C73906DCC8876661BFC8EEE54E15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingValueElement_Unmerge_m42C391A039F0C73906DCC8876661BFC8EEE54E15_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsAttributeDictionary::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsAttributeDictionary__ctor_m7BE8295D6F6D4B9A07DB77B297B1981987FEB369 (SettingsAttributeDictionary_t7DAB45F9F421E95E78F6C215FB535B05E13D57FE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsAttributeDictionary__ctor_m7BE8295D6F6D4B9A07DB77B297B1981987FEB369_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsAttributeDictionary__ctor_m7BE8295D6F6D4B9A07DB77B297B1981987FEB369_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsAttributeDictionary::.ctor(System.Configuration.SettingsAttributeDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsAttributeDictionary__ctor_m0BA6A8B002EE7AC181CE7D2BF01FC2D2BCD4B082 (SettingsAttributeDictionary_t7DAB45F9F421E95E78F6C215FB535B05E13D57FE * __this, SettingsAttributeDictionary_t7DAB45F9F421E95E78F6C215FB535B05E13D57FE * ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsAttributeDictionary__ctor_m0BA6A8B002EE7AC181CE7D2BF01FC2D2BCD4B082_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsAttributeDictionary__ctor_m0BA6A8B002EE7AC181CE7D2BF01FC2D2BCD4B082_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsBase::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBase__ctor_mD72A523679B004B7ADF0E19AB6D2547AD420DCF8 (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase__ctor_mD72A523679B004B7ADF0E19AB6D2547AD420DCF8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase__ctor_mD72A523679B004B7ADF0E19AB6D2547AD420DCF8_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsContext System.Configuration.SettingsBase::get_Context()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * SettingsBase_get_Context_mE3E410E83B8490487A1BCF2F579DBDF5829508CB (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_get_Context_mE3E410E83B8490487A1BCF2F579DBDF5829508CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_get_Context_mE3E410E83B8490487A1BCF2F579DBDF5829508CB_RuntimeMethod_var);
return (SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 *)NULL;
}
}
// System.Boolean System.Configuration.SettingsBase::get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsBase_get_IsSynchronized_m257F571AD84FBD134BA671C9C7402CC610945E71 (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_get_IsSynchronized_m257F571AD84FBD134BA671C9C7402CC610945E71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsBase_get_IsSynchronized_m257F571AD84FBD134BA671C9C7402CC610945E71_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Object System.Configuration.SettingsBase::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsBase_get_Item_m931B3780FD814B4746AF203DB7EFFF01158CAF94 (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, String_t* ___propertyName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_get_Item_m931B3780FD814B4746AF203DB7EFFF01158CAF94_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_get_Item_m931B3780FD814B4746AF203DB7EFFF01158CAF94_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingsBase::set_Item(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBase_set_Item_m0DEDC4F8CFC5AD390268176DB6CA3FF112E71D88 (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, String_t* ___propertyName0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_set_Item_m0DEDC4F8CFC5AD390268176DB6CA3FF112E71D88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_set_Item_m0DEDC4F8CFC5AD390268176DB6CA3FF112E71D88_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsPropertyCollection System.Configuration.SettingsBase::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * SettingsBase_get_Properties_m3F2065405FB732DB49BA6A78C1FF67B9F9250073 (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_get_Properties_m3F2065405FB732DB49BA6A78C1FF67B9F9250073_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_get_Properties_m3F2065405FB732DB49BA6A78C1FF67B9F9250073_RuntimeMethod_var);
return (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 *)NULL;
}
}
// System.Configuration.SettingsPropertyValueCollection System.Configuration.SettingsBase::get_PropertyValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * SettingsBase_get_PropertyValues_m82561077C7BE35E9BC3ADBFB9DB1191271EED091 (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_get_PropertyValues_m82561077C7BE35E9BC3ADBFB9DB1191271EED091_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_get_PropertyValues_m82561077C7BE35E9BC3ADBFB9DB1191271EED091_RuntimeMethod_var);
return (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED *)NULL;
}
}
// System.Configuration.SettingsProviderCollection System.Configuration.SettingsBase::get_Providers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 * SettingsBase_get_Providers_mE1EC097DEB37F854D6BEB2BE4B1CD1D04D43D0A1 (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_get_Providers_mE1EC097DEB37F854D6BEB2BE4B1CD1D04D43D0A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_get_Providers_mE1EC097DEB37F854D6BEB2BE4B1CD1D04D43D0A1_RuntimeMethod_var);
return (SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 *)NULL;
}
}
// System.Void System.Configuration.SettingsBase::Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBase_Initialize_m5360769064610811275331613BBD5C8D6E6DD6CC (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * ___context0, SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * ___properties1, SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 * ___providers2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_Initialize_m5360769064610811275331613BBD5C8D6E6DD6CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_Initialize_m5360769064610811275331613BBD5C8D6E6DD6CC_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsBase::Save()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBase_Save_m76DD19208A991E7ED26E2071012EC39F3943674C (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_Save_m76DD19208A991E7ED26E2071012EC39F3943674C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_Save_m76DD19208A991E7ED26E2071012EC39F3943674C_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsBase System.Configuration.SettingsBase::Synchronized(System.Configuration.SettingsBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * SettingsBase_Synchronized_m291EF44B8F5E2D163195886C30214C96F0784CB1 (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 * ___settingsBase0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsBase_Synchronized_m291EF44B8F5E2D163195886C30214C96F0784CB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsBase_Synchronized_m291EF44B8F5E2D163195886C30214C96F0784CB1_RuntimeMethod_var);
return (SettingsBase_t453379E2BF927282BC6DD98F1121BDB819EF2940 *)NULL;
}
}
#ifdef __clang__
#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.Configuration.SettingsContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsContext__ctor_mFE0586EAFC22D6F6132B82F6641E10667B656DFE (SettingsContext_tB16593CFDBF1640E960767CCF354052721423CF7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsContext__ctor_mFE0586EAFC22D6F6132B82F6641E10667B656DFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsContext__ctor_mFE0586EAFC22D6F6132B82F6641E10667B656DFE_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsDescriptionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsDescriptionAttribute__ctor_mD19C1E7B671304EE3F7914A2BC2513EB10F292A5 (SettingsDescriptionAttribute_t18B91659AE6A85F87FE4273F5ACC4EADEB251FF2 * __this, String_t* ___description0, const RuntimeMethod* method)
{
{
return;
}
}
// System.String System.Configuration.SettingsDescriptionAttribute::get_Description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsDescriptionAttribute_get_Description_m451500B26A6594EE21032BA4845536C3872A5262 (SettingsDescriptionAttribute_t18B91659AE6A85F87FE4273F5ACC4EADEB251FF2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsDescriptionAttribute_get_Description_m451500B26A6594EE21032BA4845536C3872A5262_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsDescriptionAttribute_get_Description_m451500B26A6594EE21032BA4845536C3872A5262_RuntimeMethod_var);
return (String_t*)NULL;
}
}
#ifdef __clang__
#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.Configuration.SettingsGroupDescriptionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGroupDescriptionAttribute__ctor_m4F7239949DE5F532FE5FC9194CB32090327923F7 (SettingsGroupDescriptionAttribute_t58A3633C5E3831932C32A432F5A1B2F118FB4D2E * __this, String_t* ___description0, const RuntimeMethod* method)
{
{
return;
}
}
// System.String System.Configuration.SettingsGroupDescriptionAttribute::get_Description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsGroupDescriptionAttribute_get_Description_m273865A3A3DAB908177970421435002CD19841D1 (SettingsGroupDescriptionAttribute_t58A3633C5E3831932C32A432F5A1B2F118FB4D2E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsGroupDescriptionAttribute_get_Description_m273865A3A3DAB908177970421435002CD19841D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsGroupDescriptionAttribute_get_Description_m273865A3A3DAB908177970421435002CD19841D1_RuntimeMethod_var);
return (String_t*)NULL;
}
}
#ifdef __clang__
#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.Configuration.SettingsGroupNameAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGroupNameAttribute__ctor_m8F68ACE2A0DE5D9779C6CB8CD7D33EB6F4E95B58 (SettingsGroupNameAttribute_tA1B548657B2E42AD1FC7BC7E1984297A2BEBBA1D * __this, String_t* ___groupName0, const RuntimeMethod* method)
{
{
return;
}
}
// System.String System.Configuration.SettingsGroupNameAttribute::get_GroupName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsGroupNameAttribute_get_GroupName_m07FDA0CE774DAC69179AC126AC6A789D0966B925 (SettingsGroupNameAttribute_tA1B548657B2E42AD1FC7BC7E1984297A2BEBBA1D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsGroupNameAttribute_get_GroupName_m07FDA0CE774DAC69179AC126AC6A789D0966B925_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsGroupNameAttribute_get_GroupName_m07FDA0CE774DAC69179AC126AC6A789D0966B925_RuntimeMethod_var);
return (String_t*)NULL;
}
}
#ifdef __clang__
#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.Configuration.SettingsLoadedEventArgs::.ctor(System.Configuration.SettingsProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsLoadedEventArgs__ctor_mECC5FF13BB891E3C262E5139B1E246D5CFBD2124 (SettingsLoadedEventArgs_t31CBDE6A72D6D6941272A06C4D2E9F4D75E438E9 * __this, SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A * ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsLoadedEventArgs__ctor_mECC5FF13BB891E3C262E5139B1E246D5CFBD2124_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsLoadedEventArgs__ctor_mECC5FF13BB891E3C262E5139B1E246D5CFBD2124_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsProvider System.Configuration.SettingsLoadedEventArgs::get_Provider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A * SettingsLoadedEventArgs_get_Provider_mFCA817A4BBBD7DF57906499A50C0CC3A6A324B07 (SettingsLoadedEventArgs_t31CBDE6A72D6D6941272A06C4D2E9F4D75E438E9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsLoadedEventArgs_get_Provider_mFCA817A4BBBD7DF57906499A50C0CC3A6A324B07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsLoadedEventArgs_get_Provider_mFCA817A4BBBD7DF57906499A50C0CC3A6A324B07_RuntimeMethod_var);
return (SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A *)NULL;
}
}
#ifdef __clang__
#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.Configuration.SettingsLoadedEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsLoadedEventHandler__ctor_m95D7D707CAAF7A5F2C300C9C7D624C69ABB6C944 (SettingsLoadedEventHandler_tAB3577F2581A26F2519B8CB38373D9E90DE291C9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsLoadedEventHandler__ctor_m95D7D707CAAF7A5F2C300C9C7D624C69ABB6C944_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsLoadedEventHandler__ctor_m95D7D707CAAF7A5F2C300C9C7D624C69ABB6C944_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsLoadedEventHandler::Invoke(System.Object,System.Configuration.SettingsLoadedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsLoadedEventHandler_Invoke_m64323EA0F03780D42A9C8C78BB1D8FC07DE7CDE5 (SettingsLoadedEventHandler_tAB3577F2581A26F2519B8CB38373D9E90DE291C9 * __this, RuntimeObject * ___sender0, SettingsLoadedEventArgs_t31CBDE6A72D6D6941272A06C4D2E9F4D75E438E9 * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsLoadedEventHandler_Invoke_m64323EA0F03780D42A9C8C78BB1D8FC07DE7CDE5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsLoadedEventHandler_Invoke_m64323EA0F03780D42A9C8C78BB1D8FC07DE7CDE5_RuntimeMethod_var);
return;
}
}
// System.IAsyncResult System.Configuration.SettingsLoadedEventHandler::BeginInvoke(System.Object,System.Configuration.SettingsLoadedEventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingsLoadedEventHandler_BeginInvoke_m71EB0603B5FF2E10F9117A8FE69E800C65480DF6 (SettingsLoadedEventHandler_tAB3577F2581A26F2519B8CB38373D9E90DE291C9 * __this, RuntimeObject * ___sender0, SettingsLoadedEventArgs_t31CBDE6A72D6D6941272A06C4D2E9F4D75E438E9 * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsLoadedEventHandler_BeginInvoke_m71EB0603B5FF2E10F9117A8FE69E800C65480DF6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsLoadedEventHandler_BeginInvoke_m71EB0603B5FF2E10F9117A8FE69E800C65480DF6_RuntimeMethod_var);
return (RuntimeObject*)NULL;
}
}
// System.Void System.Configuration.SettingsLoadedEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsLoadedEventHandler_EndInvoke_mA619F820885C74A5F61D9683EC792E5A2A4C9181 (SettingsLoadedEventHandler_tAB3577F2581A26F2519B8CB38373D9E90DE291C9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsLoadedEventHandler_EndInvoke_mA619F820885C74A5F61D9683EC792E5A2A4C9181_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsLoadedEventHandler_EndInvoke_mA619F820885C74A5F61D9683EC792E5A2A4C9181_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsManageabilityAttribute::.ctor(System.Configuration.SettingsManageability)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsManageabilityAttribute__ctor_m341771084893E3B873A522EA9DF7C0DF7DB1841C (SettingsManageabilityAttribute_t09797F090189FC3C86A3CE83D2A42EF74D4C5997 * __this, int32_t ___manageability0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Configuration.SettingsManageability System.Configuration.SettingsManageabilityAttribute::get_Manageability()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsManageabilityAttribute_get_Manageability_mF25D69823C151E829F19064618F693F25A91145A (SettingsManageabilityAttribute_t09797F090189FC3C86A3CE83D2A42EF74D4C5997 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsManageabilityAttribute_get_Manageability_mF25D69823C151E829F19064618F693F25A91145A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SettingsManageabilityAttribute_get_Manageability_mF25D69823C151E829F19064618F693F25A91145A_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsProperty::.ctor(System.Configuration.SettingsProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty__ctor_m7843C23D3E56C2B6A5851F6C5BB8BBB1313156ED (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * ___propertyToCopy0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty__ctor_m7843C23D3E56C2B6A5851F6C5BB8BBB1313156ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty__ctor_m7843C23D3E56C2B6A5851F6C5BB8BBB1313156ED_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsProperty::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty__ctor_mB808C462D1235723775FB3B6AF3C50D4E1EE1D1B (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty__ctor_mB808C462D1235723775FB3B6AF3C50D4E1EE1D1B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty__ctor_mB808C462D1235723775FB3B6AF3C50D4E1EE1D1B_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsProperty::.ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty__ctor_m238B1D7A5D12443FDF3D1B7E3D91C9BF54F2D588 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, String_t* ___name0, Type_t * ___propertyType1, SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A * ___provider2, bool ___isReadOnly3, RuntimeObject * ___defaultValue4, int32_t ___serializeAs5, SettingsAttributeDictionary_t7DAB45F9F421E95E78F6C215FB535B05E13D57FE * ___attributes6, bool ___throwOnErrorDeserializing7, bool ___throwOnErrorSerializing8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty__ctor_m238B1D7A5D12443FDF3D1B7E3D91C9BF54F2D588_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty__ctor_m238B1D7A5D12443FDF3D1B7E3D91C9BF54F2D588_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsAttributeDictionary System.Configuration.SettingsProperty::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsAttributeDictionary_t7DAB45F9F421E95E78F6C215FB535B05E13D57FE * SettingsProperty_get_Attributes_m5B3EAEFF229A58D95BFAFE00706DA6BAB007618F (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_Attributes_m5B3EAEFF229A58D95BFAFE00706DA6BAB007618F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_Attributes_m5B3EAEFF229A58D95BFAFE00706DA6BAB007618F_RuntimeMethod_var);
return (SettingsAttributeDictionary_t7DAB45F9F421E95E78F6C215FB535B05E13D57FE *)NULL;
}
}
// System.Object System.Configuration.SettingsProperty::get_DefaultValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsProperty_get_DefaultValue_m5E780813FFB68E14EB58CD73867EF740C341B0B7 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_DefaultValue_m5E780813FFB68E14EB58CD73867EF740C341B0B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_DefaultValue_m5E780813FFB68E14EB58CD73867EF740C341B0B7_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingsProperty::set_DefaultValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_DefaultValue_m959A2AC355F33FF8026C0397A94C67F48F5FEF70 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_set_DefaultValue_m959A2AC355F33FF8026C0397A94C67F48F5FEF70_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_set_DefaultValue_m959A2AC355F33FF8026C0397A94C67F48F5FEF70_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.SettingsProperty::get_IsReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsProperty_get_IsReadOnly_m7179E3165FF7E6B0986646922115E6D7C8CF20AD (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_IsReadOnly_m7179E3165FF7E6B0986646922115E6D7C8CF20AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_IsReadOnly_m7179E3165FF7E6B0986646922115E6D7C8CF20AD_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingsProperty::set_IsReadOnly(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_IsReadOnly_mDDA0E61F3527F110B82E6BCB294F5DAD9A42F4EF (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_set_IsReadOnly_mDDA0E61F3527F110B82E6BCB294F5DAD9A42F4EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_set_IsReadOnly_mDDA0E61F3527F110B82E6BCB294F5DAD9A42F4EF_RuntimeMethod_var);
return;
}
}
// System.String System.Configuration.SettingsProperty::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsProperty_get_Name_m7D926A1ED889C4F941F47BD8FF1835A115797275 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_Name_m7D926A1ED889C4F941F47BD8FF1835A115797275_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_Name_m7D926A1ED889C4F941F47BD8FF1835A115797275_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Configuration.SettingsProperty::set_Name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_Name_mD7B3CDC55EE3EE1732AB166B839E6B0583576A76 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_set_Name_mD7B3CDC55EE3EE1732AB166B839E6B0583576A76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_set_Name_mD7B3CDC55EE3EE1732AB166B839E6B0583576A76_RuntimeMethod_var);
return;
}
}
// System.Type System.Configuration.SettingsProperty::get_PropertyType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SettingsProperty_get_PropertyType_m330E638407FB14BE529DE65BE5E47A3EF3C8A934 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_PropertyType_m330E638407FB14BE529DE65BE5E47A3EF3C8A934_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_PropertyType_m330E638407FB14BE529DE65BE5E47A3EF3C8A934_RuntimeMethod_var);
return (Type_t *)NULL;
}
}
// System.Void System.Configuration.SettingsProperty::set_PropertyType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_PropertyType_mC9C5CD22F9F65E90DD56476B77BCFE9AC526173D (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, Type_t * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_set_PropertyType_mC9C5CD22F9F65E90DD56476B77BCFE9AC526173D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_set_PropertyType_mC9C5CD22F9F65E90DD56476B77BCFE9AC526173D_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsProvider System.Configuration.SettingsProperty::get_Provider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A * SettingsProperty_get_Provider_mF3414EC3CB6EC6DFE27451E71DAC78645D341F58 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_Provider_mF3414EC3CB6EC6DFE27451E71DAC78645D341F58_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_Provider_mF3414EC3CB6EC6DFE27451E71DAC78645D341F58_RuntimeMethod_var);
return (SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A *)NULL;
}
}
// System.Void System.Configuration.SettingsProperty::set_Provider(System.Configuration.SettingsProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_Provider_m735AFBD6358C187A846257917E3F8CAF59AF99D8 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_set_Provider_m735AFBD6358C187A846257917E3F8CAF59AF99D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_set_Provider_m735AFBD6358C187A846257917E3F8CAF59AF99D8_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsSerializeAs System.Configuration.SettingsProperty::get_SerializeAs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsProperty_get_SerializeAs_m91F3EDB86DA386C5308B353502DF5048819F5640 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_SerializeAs_m91F3EDB86DA386C5308B353502DF5048819F5640_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_SerializeAs_m91F3EDB86DA386C5308B353502DF5048819F5640_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingsProperty::set_SerializeAs(System.Configuration.SettingsSerializeAs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_SerializeAs_m67F237D6EFACD5B64FFDE1CFF7D6FF85881BDDD1 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_set_SerializeAs_m67F237D6EFACD5B64FFDE1CFF7D6FF85881BDDD1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_set_SerializeAs_m67F237D6EFACD5B64FFDE1CFF7D6FF85881BDDD1_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.SettingsProperty::get_ThrowOnErrorDeserializing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsProperty_get_ThrowOnErrorDeserializing_mF680FF9DF2A882285C5D953EA3FF06D64DA46D14 (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_ThrowOnErrorDeserializing_mF680FF9DF2A882285C5D953EA3FF06D64DA46D14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_ThrowOnErrorDeserializing_mF680FF9DF2A882285C5D953EA3FF06D64DA46D14_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingsProperty::set_ThrowOnErrorDeserializing(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_ThrowOnErrorDeserializing_mC35CE1E52AD255FA04F75D2ABC6D483DC7763A5D (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_set_ThrowOnErrorDeserializing_mC35CE1E52AD255FA04F75D2ABC6D483DC7763A5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_set_ThrowOnErrorDeserializing_mC35CE1E52AD255FA04F75D2ABC6D483DC7763A5D_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.SettingsProperty::get_ThrowOnErrorSerializing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsProperty_get_ThrowOnErrorSerializing_mF8CA49B906F37FAEDF7780471C264499859D65FD (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_get_ThrowOnErrorSerializing_mF8CA49B906F37FAEDF7780471C264499859D65FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_get_ThrowOnErrorSerializing_mF8CA49B906F37FAEDF7780471C264499859D65FD_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingsProperty::set_ThrowOnErrorSerializing(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_ThrowOnErrorSerializing_mF67C49B91807236D286E12EF4A14C38B3457E04C (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProperty_set_ThrowOnErrorSerializing_mF67C49B91807236D286E12EF4A14C38B3457E04C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProperty_set_ThrowOnErrorSerializing_mF67C49B91807236D286E12EF4A14C38B3457E04C_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsPropertyCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection__ctor_mB40D7C4A79179FCA3D5331B6D0297A8FFD6CA4DC (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection__ctor_mB40D7C4A79179FCA3D5331B6D0297A8FFD6CA4DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection__ctor_mB40D7C4A79179FCA3D5331B6D0297A8FFD6CA4DC_RuntimeMethod_var);
return;
}
}
// System.Int32 System.Configuration.SettingsPropertyCollection::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsPropertyCollection_get_Count_m9ED6DADD5C62AD66B0E7BAA8E220A0B1CFD2C04A (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_get_Count_m9ED6DADD5C62AD66B0E7BAA8E220A0B1CFD2C04A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_get_Count_m9ED6DADD5C62AD66B0E7BAA8E220A0B1CFD2C04A_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Boolean System.Configuration.SettingsPropertyCollection::get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyCollection_get_IsSynchronized_m7DB79B7217C7F60CA68A1FEFD1EA4EABAF349120 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_get_IsSynchronized_m7DB79B7217C7F60CA68A1FEFD1EA4EABAF349120_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_get_IsSynchronized_m7DB79B7217C7F60CA68A1FEFD1EA4EABAF349120_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Configuration.SettingsProperty System.Configuration.SettingsPropertyCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * SettingsPropertyCollection_get_Item_m5DE87559F25406F74F0E75694A4241C0A5BFF84E (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_get_Item_m5DE87559F25406F74F0E75694A4241C0A5BFF84E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_get_Item_m5DE87559F25406F74F0E75694A4241C0A5BFF84E_RuntimeMethod_var);
return (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC *)NULL;
}
}
// System.Object System.Configuration.SettingsPropertyCollection::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyCollection_get_SyncRoot_m7A912165A2FDE41EF89EFE7FA878FBD17866C5AD (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_get_SyncRoot_m7A912165A2FDE41EF89EFE7FA878FBD17866C5AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_get_SyncRoot_m7A912165A2FDE41EF89EFE7FA878FBD17866C5AD_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::Add(System.Configuration.SettingsProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_Add_mD9C6E9168E6FD5C2F453CB8B5A7371CE8C5D9B5F (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * ___property0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_Add_mD9C6E9168E6FD5C2F453CB8B5A7371CE8C5D9B5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_Add_mD9C6E9168E6FD5C2F453CB8B5A7371CE8C5D9B5F_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_Clear_m40865A6CD8BDACBB1B4618B30D97509AC9E2C5DF (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_Clear_m40865A6CD8BDACBB1B4618B30D97509AC9E2C5DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_Clear_m40865A6CD8BDACBB1B4618B30D97509AC9E2C5DF_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.SettingsPropertyCollection::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyCollection_Clone_m0C2FBC0E9064C44B43C71256C63B0885B688A217 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_Clone_m0C2FBC0E9064C44B43C71256C63B0885B688A217_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_Clone_m0C2FBC0E9064C44B43C71256C63B0885B688A217_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_CopyTo_m4AB139B0F9E603395FE5F951E7427213E6B39678 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_CopyTo_m4AB139B0F9E603395FE5F951E7427213E6B39678_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_CopyTo_m4AB139B0F9E603395FE5F951E7427213E6B39678_RuntimeMethod_var);
return;
}
}
// System.Collections.IEnumerator System.Configuration.SettingsPropertyCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingsPropertyCollection_GetEnumerator_m893EF2AB6EBBA538B7B25C8C2E003B52600C4B80 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_GetEnumerator_m893EF2AB6EBBA538B7B25C8C2E003B52600C4B80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_GetEnumerator_m893EF2AB6EBBA538B7B25C8C2E003B52600C4B80_RuntimeMethod_var);
return (RuntimeObject*)NULL;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::OnAdd(System.Configuration.SettingsProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnAdd_m7F7BE7D31E269E6C6D0ECF8AD886955A635B46E8 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * ___property0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_OnAdd_m7F7BE7D31E269E6C6D0ECF8AD886955A635B46E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnAdd_m7F7BE7D31E269E6C6D0ECF8AD886955A635B46E8_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::OnAddComplete(System.Configuration.SettingsProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnAddComplete_m5048C2F52745E2EF26E0DED21C2793D89322DA91 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * ___property0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_OnAddComplete_m5048C2F52745E2EF26E0DED21C2793D89322DA91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnAddComplete_m5048C2F52745E2EF26E0DED21C2793D89322DA91_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::OnClear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnClear_m854815706520165C765DAA2D0163EF4550B42FDD (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_OnClear_m854815706520165C765DAA2D0163EF4550B42FDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnClear_m854815706520165C765DAA2D0163EF4550B42FDD_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::OnClearComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnClearComplete_m171ACE12839018F43391CFFC0C2F61B64F262652 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_OnClearComplete_m171ACE12839018F43391CFFC0C2F61B64F262652_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnClearComplete_m171ACE12839018F43391CFFC0C2F61B64F262652_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::OnRemove(System.Configuration.SettingsProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnRemove_m65C6D12D001E3C2766005D77D33C374E312FBE0C (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * ___property0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_OnRemove_m65C6D12D001E3C2766005D77D33C374E312FBE0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnRemove_m65C6D12D001E3C2766005D77D33C374E312FBE0C_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::OnRemoveComplete(System.Configuration.SettingsProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnRemoveComplete_mA2E8092685D7504C245FD438F76A504C036544C8 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * ___property0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_OnRemoveComplete_mA2E8092685D7504C245FD438F76A504C036544C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnRemoveComplete_mA2E8092685D7504C245FD438F76A504C036544C8_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_Remove_m61AE3040B75860B6FFAC5759DEA88BA4A13B2F22 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_Remove_m61AE3040B75860B6FFAC5759DEA88BA4A13B2F22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_Remove_m61AE3040B75860B6FFAC5759DEA88BA4A13B2F22_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyCollection::SetReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_SetReadOnly_m1CD66FF67524EDC6ECC75D7762ED226659BEDC65 (SettingsPropertyCollection_t542B41A7BB30DADC2C0B6C229515108847B84F98 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyCollection_SetReadOnly_m1CD66FF67524EDC6ECC75D7762ED226659BEDC65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_SetReadOnly_m1CD66FF67524EDC6ECC75D7762ED226659BEDC65_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsPropertyIsReadOnlyException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyIsReadOnlyException__ctor_m8E0797D1C4B71589D571EC28D52A3BD08FAFE574 (SettingsPropertyIsReadOnlyException_t24FFDC84E033F31267C92EDF61F1F1A29FB14887 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyIsReadOnlyException__ctor_m8E0797D1C4B71589D571EC28D52A3BD08FAFE574_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyIsReadOnlyException__ctor_m8E0797D1C4B71589D571EC28D52A3BD08FAFE574_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyIsReadOnlyException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyIsReadOnlyException__ctor_m91BBFFD541D2E7EB53B4D79470FC2D83050DC3D7 (SettingsPropertyIsReadOnlyException_t24FFDC84E033F31267C92EDF61F1F1A29FB14887 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyIsReadOnlyException__ctor_m91BBFFD541D2E7EB53B4D79470FC2D83050DC3D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyIsReadOnlyException__ctor_m91BBFFD541D2E7EB53B4D79470FC2D83050DC3D7_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyIsReadOnlyException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyIsReadOnlyException__ctor_mC52299AD49646032EC7570ACA66FF86541C8A632 (SettingsPropertyIsReadOnlyException_t24FFDC84E033F31267C92EDF61F1F1A29FB14887 * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyIsReadOnlyException__ctor_mC52299AD49646032EC7570ACA66FF86541C8A632_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyIsReadOnlyException__ctor_mC52299AD49646032EC7570ACA66FF86541C8A632_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyIsReadOnlyException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyIsReadOnlyException__ctor_m6D221DA546C827998A2F3A0C81171FA04C6AF4C9 (SettingsPropertyIsReadOnlyException_t24FFDC84E033F31267C92EDF61F1F1A29FB14887 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyIsReadOnlyException__ctor_m6D221DA546C827998A2F3A0C81171FA04C6AF4C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyIsReadOnlyException__ctor_m6D221DA546C827998A2F3A0C81171FA04C6AF4C9_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsPropertyNotFoundException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyNotFoundException__ctor_m9AC021593186EA9683673C62FD0085E4E2133F9D (SettingsPropertyNotFoundException_tC84FDA1881A0A5A631FEC0A2EBF841C0FDE8F8B5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyNotFoundException__ctor_m9AC021593186EA9683673C62FD0085E4E2133F9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyNotFoundException__ctor_m9AC021593186EA9683673C62FD0085E4E2133F9D_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyNotFoundException__ctor_m9C8CB3082B1CE5A471F2432592E8E50457A57DF2 (SettingsPropertyNotFoundException_tC84FDA1881A0A5A631FEC0A2EBF841C0FDE8F8B5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyNotFoundException__ctor_m9C8CB3082B1CE5A471F2432592E8E50457A57DF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyNotFoundException__ctor_m9C8CB3082B1CE5A471F2432592E8E50457A57DF2_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyNotFoundException__ctor_mEE419B9ED7B61A8076D14B11843016D3BBE060C8 (SettingsPropertyNotFoundException_tC84FDA1881A0A5A631FEC0A2EBF841C0FDE8F8B5 * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyNotFoundException__ctor_mEE419B9ED7B61A8076D14B11843016D3BBE060C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyNotFoundException__ctor_mEE419B9ED7B61A8076D14B11843016D3BBE060C8_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyNotFoundException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyNotFoundException__ctor_mB163DA028B4E59BBDEAACD65AEBC13D7E9CC4D5D (SettingsPropertyNotFoundException_tC84FDA1881A0A5A631FEC0A2EBF841C0FDE8F8B5 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyNotFoundException__ctor_mB163DA028B4E59BBDEAACD65AEBC13D7E9CC4D5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyNotFoundException__ctor_mB163DA028B4E59BBDEAACD65AEBC13D7E9CC4D5D_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsPropertyValue::.ctor(System.Configuration.SettingsProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue__ctor_m70ADC04422EBBE4ADED0638B31C693342BD7EC83 (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * ___property0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue__ctor_m70ADC04422EBBE4ADED0638B31C693342BD7EC83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue__ctor_m70ADC04422EBBE4ADED0638B31C693342BD7EC83_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.SettingsPropertyValue::get_Deserialized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyValue_get_Deserialized_m867B0E1E6686CA226941495A870D42415C9CF1BC (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_get_Deserialized_m867B0E1E6686CA226941495A870D42415C9CF1BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_Deserialized_m867B0E1E6686CA226941495A870D42415C9CF1BC_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingsPropertyValue::set_Deserialized(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue_set_Deserialized_mC83D73506A0037DF5FF6525C6C171B18EBB9C62F (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_set_Deserialized_mC83D73506A0037DF5FF6525C6C171B18EBB9C62F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_set_Deserialized_mC83D73506A0037DF5FF6525C6C171B18EBB9C62F_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.SettingsPropertyValue::get_IsDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyValue_get_IsDirty_m26DB3A4D49C93152A3EF00EF67B4292DEA85EF52 (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_get_IsDirty_m26DB3A4D49C93152A3EF00EF67B4292DEA85EF52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_IsDirty_m26DB3A4D49C93152A3EF00EF67B4292DEA85EF52_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Configuration.SettingsPropertyValue::set_IsDirty(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue_set_IsDirty_mCB6F753CA706F79787C1969987284C4FB6B9B410 (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_set_IsDirty_mCB6F753CA706F79787C1969987284C4FB6B9B410_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_set_IsDirty_mCB6F753CA706F79787C1969987284C4FB6B9B410_RuntimeMethod_var);
return;
}
}
// System.String System.Configuration.SettingsPropertyValue::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsPropertyValue_get_Name_m8E082D7B333D252C8BD43FF510553E1AEBC6E9D4 (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_get_Name_m8E082D7B333D252C8BD43FF510553E1AEBC6E9D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_Name_m8E082D7B333D252C8BD43FF510553E1AEBC6E9D4_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Configuration.SettingsProperty System.Configuration.SettingsPropertyValue::get_Property()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC * SettingsPropertyValue_get_Property_mCDB5E41FFB65F46690972A3D1A69F9D27ED37179 (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_get_Property_mCDB5E41FFB65F46690972A3D1A69F9D27ED37179_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_Property_mCDB5E41FFB65F46690972A3D1A69F9D27ED37179_RuntimeMethod_var);
return (SettingsProperty_t0846992AB26C1256AB1BB63F8C6EF9D903B883FC *)NULL;
}
}
// System.Object System.Configuration.SettingsPropertyValue::get_PropertyValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyValue_get_PropertyValue_mA68B18A55D5D11D1A4C19AE459AFE04B9F36BD02 (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_get_PropertyValue_mA68B18A55D5D11D1A4C19AE459AFE04B9F36BD02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_PropertyValue_mA68B18A55D5D11D1A4C19AE459AFE04B9F36BD02_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingsPropertyValue::set_PropertyValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue_set_PropertyValue_m30C417E895E916942E8FFDD355D1B9DF56A1AF4D (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_set_PropertyValue_m30C417E895E916942E8FFDD355D1B9DF56A1AF4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_set_PropertyValue_m30C417E895E916942E8FFDD355D1B9DF56A1AF4D_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.SettingsPropertyValue::get_SerializedValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyValue_get_SerializedValue_m6A3DABA3637202AB0023104EEBCB8BFB52F816ED (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_get_SerializedValue_m6A3DABA3637202AB0023104EEBCB8BFB52F816ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_SerializedValue_m6A3DABA3637202AB0023104EEBCB8BFB52F816ED_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingsPropertyValue::set_SerializedValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue_set_SerializedValue_m8C1ED72853A745EAEF6EA7330A7FB5345E9B7B46 (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_set_SerializedValue_m8C1ED72853A745EAEF6EA7330A7FB5345E9B7B46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_set_SerializedValue_m8C1ED72853A745EAEF6EA7330A7FB5345E9B7B46_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Configuration.SettingsPropertyValue::get_UsingDefaultValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyValue_get_UsingDefaultValue_m0833B000DD2DD897D18CA38E20C06F1BC1C1D1D0 (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValue_get_UsingDefaultValue_m0833B000DD2DD897D18CA38E20C06F1BC1C1D1D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_UsingDefaultValue_m0833B000DD2DD897D18CA38E20C06F1BC1C1D1D0_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsPropertyValueCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection__ctor_mE516E81684FB02AA8BF16CCE842407614A6FF297 (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection__ctor_mE516E81684FB02AA8BF16CCE842407614A6FF297_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection__ctor_mE516E81684FB02AA8BF16CCE842407614A6FF297_RuntimeMethod_var);
return;
}
}
// System.Int32 System.Configuration.SettingsPropertyValueCollection::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsPropertyValueCollection_get_Count_m55ADC2F8B8F0BA27FBD55E1FC360F21769F40854 (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_get_Count_m55ADC2F8B8F0BA27FBD55E1FC360F21769F40854_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_get_Count_m55ADC2F8B8F0BA27FBD55E1FC360F21769F40854_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Boolean System.Configuration.SettingsPropertyValueCollection::get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyValueCollection_get_IsSynchronized_m791025A2EFCD6E501DECB780EBB1DDD77A5EBD3D (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_get_IsSynchronized_m791025A2EFCD6E501DECB780EBB1DDD77A5EBD3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_get_IsSynchronized_m791025A2EFCD6E501DECB780EBB1DDD77A5EBD3D_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Configuration.SettingsPropertyValue System.Configuration.SettingsPropertyValueCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * SettingsPropertyValueCollection_get_Item_mFA3996A6D88950D7C7422450DCAEE2B411C2835C (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_get_Item_mFA3996A6D88950D7C7422450DCAEE2B411C2835C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_get_Item_mFA3996A6D88950D7C7422450DCAEE2B411C2835C_RuntimeMethod_var);
return (SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 *)NULL;
}
}
// System.Object System.Configuration.SettingsPropertyValueCollection::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyValueCollection_get_SyncRoot_mAC7FBF9571E27D662CE47968D55DC60C14AF3080 (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_get_SyncRoot_mAC7FBF9571E27D662CE47968D55DC60C14AF3080_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_get_SyncRoot_mAC7FBF9571E27D662CE47968D55DC60C14AF3080_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingsPropertyValueCollection::Add(System.Configuration.SettingsPropertyValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_Add_m02C40680BC197BD3FAC8BA97B3A79538CCC7FA5B (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, SettingsPropertyValue_tEC71581CE766661B3FF55134336818C330A81939 * ___property0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_Add_m02C40680BC197BD3FAC8BA97B3A79538CCC7FA5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_Add_m02C40680BC197BD3FAC8BA97B3A79538CCC7FA5B_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyValueCollection::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_Clear_m8ACA88EC315343E9C3FCF432ADDA10A97471FCA0 (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_Clear_m8ACA88EC315343E9C3FCF432ADDA10A97471FCA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_Clear_m8ACA88EC315343E9C3FCF432ADDA10A97471FCA0_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.SettingsPropertyValueCollection::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyValueCollection_Clone_mE5A2692765227119566A5687D477483D67A3F334 (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_Clone_mE5A2692765227119566A5687D477483D67A3F334_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_Clone_mE5A2692765227119566A5687D477483D67A3F334_RuntimeMethod_var);
return NULL;
}
}
// System.Void System.Configuration.SettingsPropertyValueCollection::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_CopyTo_mA86D423AC67565FB8CD8BBF4670DC5BD40C67CA3 (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_CopyTo_mA86D423AC67565FB8CD8BBF4670DC5BD40C67CA3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_CopyTo_mA86D423AC67565FB8CD8BBF4670DC5BD40C67CA3_RuntimeMethod_var);
return;
}
}
// System.Collections.IEnumerator System.Configuration.SettingsPropertyValueCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingsPropertyValueCollection_GetEnumerator_m1E47500611DFFBF54BF169B975F23507332F1CAD (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_GetEnumerator_m1E47500611DFFBF54BF169B975F23507332F1CAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_GetEnumerator_m1E47500611DFFBF54BF169B975F23507332F1CAD_RuntimeMethod_var);
return (RuntimeObject*)NULL;
}
}
// System.Void System.Configuration.SettingsPropertyValueCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_Remove_m8BCF492CF62F028E03A07D5C8CD12FA726D7E5C6 (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_Remove_m8BCF492CF62F028E03A07D5C8CD12FA726D7E5C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_Remove_m8BCF492CF62F028E03A07D5C8CD12FA726D7E5C6_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyValueCollection::SetReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_SetReadOnly_m23B15AC6807DE8452DE6BA485F409A6F318B4E8D (SettingsPropertyValueCollection_tF506F16C9E5015DBAAF5AA4C29E03418DDF423ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyValueCollection_SetReadOnly_m23B15AC6807DE8452DE6BA485F409A6F318B4E8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_SetReadOnly_m23B15AC6807DE8452DE6BA485F409A6F318B4E8D_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsPropertyWrongTypeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyWrongTypeException__ctor_mD8A5F3993BB5C890372B74A3D2666E25CB07CABB (SettingsPropertyWrongTypeException_t8A9E1FDAAC3F3A6B8531A90D5265856CD0B11B99 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyWrongTypeException__ctor_mD8A5F3993BB5C890372B74A3D2666E25CB07CABB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyWrongTypeException__ctor_mD8A5F3993BB5C890372B74A3D2666E25CB07CABB_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyWrongTypeException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyWrongTypeException__ctor_m8EB1FE3A197DC8C170CA3EB533256F647A4BE467 (SettingsPropertyWrongTypeException_t8A9E1FDAAC3F3A6B8531A90D5265856CD0B11B99 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyWrongTypeException__ctor_m8EB1FE3A197DC8C170CA3EB533256F647A4BE467_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyWrongTypeException__ctor_m8EB1FE3A197DC8C170CA3EB533256F647A4BE467_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyWrongTypeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyWrongTypeException__ctor_m74B15DA8C1541DF7EB771911A1B777BB2EBBB052 (SettingsPropertyWrongTypeException_t8A9E1FDAAC3F3A6B8531A90D5265856CD0B11B99 * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyWrongTypeException__ctor_m74B15DA8C1541DF7EB771911A1B777BB2EBBB052_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyWrongTypeException__ctor_m74B15DA8C1541DF7EB771911A1B777BB2EBBB052_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsPropertyWrongTypeException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyWrongTypeException__ctor_m52B14EC5FBF4BF56744E5E09F966D787E9DA0AE8 (SettingsPropertyWrongTypeException_t8A9E1FDAAC3F3A6B8531A90D5265856CD0B11B99 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsPropertyWrongTypeException__ctor_m52B14EC5FBF4BF56744E5E09F966D787E9DA0AE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsPropertyWrongTypeException__ctor_m52B14EC5FBF4BF56744E5E09F966D787E9DA0AE8_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProvider__ctor_m886F2B5E871F935BCEA0C81EEC88A062AACA57DE (SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProvider__ctor_m886F2B5E871F935BCEA0C81EEC88A062AACA57DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProvider__ctor_m886F2B5E871F935BCEA0C81EEC88A062AACA57DE_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsProviderAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProviderAttribute__ctor_mE1EC4A2365E8EC8E67FAB66266284E19E1115BBE (SettingsProviderAttribute_t73B52D67D09757CB7E8422766D72951F4A055153 * __this, String_t* ___providerTypeName0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Configuration.SettingsProviderAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProviderAttribute__ctor_mE32484FF25722520D7AEE98CF650B93D7F24B202 (SettingsProviderAttribute_t73B52D67D09757CB7E8422766D72951F4A055153 * __this, Type_t * ___providerType0, const RuntimeMethod* method)
{
{
return;
}
}
// System.String System.Configuration.SettingsProviderAttribute::get_ProviderTypeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsProviderAttribute_get_ProviderTypeName_mA5DD240D2AF5B84750D6EA06740A08136D6979E1 (SettingsProviderAttribute_t73B52D67D09757CB7E8422766D72951F4A055153 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProviderAttribute_get_ProviderTypeName_mA5DD240D2AF5B84750D6EA06740A08136D6979E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProviderAttribute_get_ProviderTypeName_mA5DD240D2AF5B84750D6EA06740A08136D6979E1_RuntimeMethod_var);
return (String_t*)NULL;
}
}
#ifdef __clang__
#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.Configuration.SettingsProviderCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProviderCollection__ctor_m37C1BEF1818FFEE3B8330CE6B033E5DEEE35AB97 (SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProviderCollection__ctor_m37C1BEF1818FFEE3B8330CE6B033E5DEEE35AB97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProviderCollection__ctor_m37C1BEF1818FFEE3B8330CE6B033E5DEEE35AB97_RuntimeMethod_var);
return;
}
}
// System.Configuration.SettingsProvider System.Configuration.SettingsProviderCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A * SettingsProviderCollection_get_Item_m136E840DABCA5599007A4AB081A5DA8A96C7891E (SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProviderCollection_get_Item_m136E840DABCA5599007A4AB081A5DA8A96C7891E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProviderCollection_get_Item_m136E840DABCA5599007A4AB081A5DA8A96C7891E_RuntimeMethod_var);
return (SettingsProvider_tA65864D41FA268FA6A7CF31021AA6F0CFE1C149A *)NULL;
}
}
// System.Void System.Configuration.SettingsProviderCollection::Add(System.Configuration.Provider.ProviderBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProviderCollection_Add_m459FA363939146A0084922C58CD3B9028BB4FCC9 (SettingsProviderCollection_tC3B57BEEADC329BA242C343EF406A2B20BFAC1F5 * __this, ProviderBase_t641C8553A4C4845B0AA0FCC6F2D667ACFA1B23A5 * ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsProviderCollection_Add_m459FA363939146A0084922C58CD3B9028BB4FCC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsProviderCollection_Add_m459FA363939146A0084922C58CD3B9028BB4FCC9_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsSavingEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSavingEventHandler__ctor_mC3BE770F81B72C8C3DCA87316EF79EBF0CD237D2 (SettingsSavingEventHandler_t51230853884472EF21DF71D3E8FC7E923C700B77 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSavingEventHandler__ctor_mC3BE770F81B72C8C3DCA87316EF79EBF0CD237D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSavingEventHandler__ctor_mC3BE770F81B72C8C3DCA87316EF79EBF0CD237D2_RuntimeMethod_var);
return;
}
}
// System.Void System.Configuration.SettingsSavingEventHandler::Invoke(System.Object,System.ComponentModel.CancelEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSavingEventHandler_Invoke_m674BB7CD185CBEE51159E0F07D5913F731A5E79D (SettingsSavingEventHandler_t51230853884472EF21DF71D3E8FC7E923C700B77 * __this, RuntimeObject * ___sender0, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSavingEventHandler_Invoke_m674BB7CD185CBEE51159E0F07D5913F731A5E79D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSavingEventHandler_Invoke_m674BB7CD185CBEE51159E0F07D5913F731A5E79D_RuntimeMethod_var);
return;
}
}
// System.IAsyncResult System.Configuration.SettingsSavingEventHandler::BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingsSavingEventHandler_BeginInvoke_m382B7FBC45766132E0369BCF66784388AA0563CA (SettingsSavingEventHandler_t51230853884472EF21DF71D3E8FC7E923C700B77 * __this, RuntimeObject * ___sender0, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSavingEventHandler_BeginInvoke_m382B7FBC45766132E0369BCF66784388AA0563CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSavingEventHandler_BeginInvoke_m382B7FBC45766132E0369BCF66784388AA0563CA_RuntimeMethod_var);
return (RuntimeObject*)NULL;
}
}
// System.Void System.Configuration.SettingsSavingEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSavingEventHandler_EndInvoke_mEDCB73F4AFFBB56DB61A2E5E5209C323951AB43C (SettingsSavingEventHandler_t51230853884472EF21DF71D3E8FC7E923C700B77 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSavingEventHandler_EndInvoke_mEDCB73F4AFFBB56DB61A2E5E5209C323951AB43C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSavingEventHandler_EndInvoke_mEDCB73F4AFFBB56DB61A2E5E5209C323951AB43C_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SettingsSerializeAsAttribute::.ctor(System.Configuration.SettingsSerializeAs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSerializeAsAttribute__ctor_mA5EC756AA3A3838232E52F2C4C5CD3D382C1292D (SettingsSerializeAsAttribute_t0CB2CD9836A216718216B64C022BCBA160B4DF83 * __this, int32_t ___serializeAs0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Configuration.SettingsSerializeAs System.Configuration.SettingsSerializeAsAttribute::get_SerializeAs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsSerializeAsAttribute_get_SerializeAs_m346EBE2E5E1B5D28FBB991C300FCDDE0BC03F6D9 (SettingsSerializeAsAttribute_t0CB2CD9836A216718216B64C022BCBA160B4DF83 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSerializeAsAttribute_get_SerializeAs_m346EBE2E5E1B5D28FBB991C300FCDDE0BC03F6D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SettingsSerializeAsAttribute_get_SerializeAs_m346EBE2E5E1B5D28FBB991C300FCDDE0BC03F6D9_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.SingleTagSectionHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleTagSectionHandler__ctor_m9D5333AF1F7538123D8472F4116AE2B695FC9DA5 (SingleTagSectionHandler_t53CFDF82BC8A9F8ACB62E1BF7DD38DB7D35A6BCC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SingleTagSectionHandler__ctor_m9D5333AF1F7538123D8472F4116AE2B695FC9DA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SingleTagSectionHandler__ctor_m9D5333AF1F7538123D8472F4116AE2B695FC9DA5_RuntimeMethod_var);
return;
}
}
// System.Object System.Configuration.SingleTagSectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SingleTagSectionHandler_Create_m06E697D3C671243C73FE40F733DE9DA9473C9D87 (SingleTagSectionHandler_t53CFDF82BC8A9F8ACB62E1BF7DD38DB7D35A6BCC * __this, RuntimeObject * ___parent0, RuntimeObject * ___context1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___section2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SingleTagSectionHandler_Create_m06E697D3C671243C73FE40F733DE9DA9473C9D87_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SingleTagSectionHandler_Create_m06E697D3C671243C73FE40F733DE9DA9473C9D87_RuntimeMethod_var);
return NULL;
}
}
#ifdef __clang__
#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.Configuration.SpecialSettingAttribute::.ctor(System.Configuration.SpecialSetting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpecialSettingAttribute__ctor_m7CAC1395B8E0F71AAB99411B1930E4DFACD10096 (SpecialSettingAttribute_tDBFB449EBB1175957DDE8BCBD9EA4D3030A746AA * __this, int32_t ___specialSetting0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Configuration.SpecialSetting System.Configuration.SpecialSettingAttribute::get_SpecialSetting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpecialSettingAttribute_get_SpecialSetting_m51C81DF984C77EA07C1AA9CDBEA5F2A9CB62BE98 (SpecialSettingAttribute_tDBFB449EBB1175957DDE8BCBD9EA4D3030A746AA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SpecialSettingAttribute_get_SpecialSetting_m51C81DF984C77EA07C1AA9CDBEA5F2A9CB62BE98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SpecialSettingAttribute_get_SpecialSetting_m51C81DF984C77EA07C1AA9CDBEA5F2A9CB62BE98_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Configuration.UriSection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriSection__ctor_m371C115632BEB5D90B021ADD88422BC5454FB5F4 (UriSection_t94CE26C38FDB27CBC307074AB5DEE3A093A8F6B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UriSection__ctor_m371C115632BEB5D90B021ADD88422BC5454FB5F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(UriSection__ctor_m371C115632BEB5D90B021ADD88422BC5454FB5F4_RuntimeMethod_var);
return;
}
}
// System.Configuration.IdnElement System.Configuration.UriSection::get_Idn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IdnElement_t3AA4F4423A377C67225E1C5748EC6D674F85E3B2 * UriSection_get_Idn_m9681AA2A50164D2CD7286121CC4A9E93C86FB61D (UriSection_t94CE26C38FDB27CBC307074AB5DEE3A093A8F6B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UriSection_get_Idn_m9681AA2A50164D2CD7286121CC4A9E93C86FB61D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(UriSection_get_Idn_m9681AA2A50164D2CD7286121CC4A9E93C86FB61D_RuntimeMethod_var);
return (IdnElement_t3AA4F4423A377C67225E1C5748EC6D674F85E3B2 *)NULL;
}
}
// System.Configuration.IriParsingElement System.Configuration.UriSection::get_IriParsing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IriParsingElement_t1E9492B6913DA775FF3F8C6C26A21B2B30D43ABA * UriSection_get_IriParsing_mE540D2133CB1A16134B6873FE342F2686BF0AAF9 (UriSection_t94CE26C38FDB27CBC307074AB5DEE3A093A8F6B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UriSection_get_IriParsing_mE540D2133CB1A16134B6873FE342F2686BF0AAF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(UriSection_get_IriParsing_mE540D2133CB1A16134B6873FE342F2686BF0AAF9_RuntimeMethod_var);
return (IriParsingElement_t1E9492B6913DA775FF3F8C6C26A21B2B30D43ABA *)NULL;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Configuration.UriSection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * UriSection_get_Properties_mA09D8C9AB8885BD41E8ABF64C608F617B34AD17D (UriSection_t94CE26C38FDB27CBC307074AB5DEE3A093A8F6B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UriSection_get_Properties_mA09D8C9AB8885BD41E8ABF64C608F617B34AD17D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(UriSection_get_Properties_mA09D8C9AB8885BD41E8ABF64C608F617B34AD17D_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Configuration.SchemeSettingElementCollection System.Configuration.UriSection::get_SchemeSettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 * UriSection_get_SchemeSettings_m98F34F40D2C622AE77B89FF086BE3E21321B0F54 (UriSection_t94CE26C38FDB27CBC307074AB5DEE3A093A8F6B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UriSection_get_SchemeSettings_m98F34F40D2C622AE77B89FF086BE3E21321B0F54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(UriSection_get_SchemeSettings_m98F34F40D2C622AE77B89FF086BE3E21321B0F54_RuntimeMethod_var);
return (SchemeSettingElementCollection_tE2F70FBC329A67319FBE54035F367DF80CAE0521 *)NULL;
}
}
#ifdef __clang__
#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.Configuration.UserScopedSettingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserScopedSettingAttribute__ctor_mF70BA3610B2F7823771878D6FA9553A544EC303D (UserScopedSettingAttribute_t5D2F62D58D31E5AE25562B8F8F688B3280C9EF42 * __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.Configuration.UserSettingsGroup::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserSettingsGroup__ctor_mB9CDAF8A409530F0EEC1734BDC9F7ACCA0F1DB6F (UserSettingsGroup_tFC197F7CB8DD58A885CF7492AB946B947B7D0EF1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UserSettingsGroup__ctor_mB9CDAF8A409530F0EEC1734BDC9F7ACCA0F1DB6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(UserSettingsGroup__ctor_mB9CDAF8A409530F0EEC1734BDC9F7ACCA0F1DB6F_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Diagnostics.BooleanSwitch::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanSwitch__ctor_m6F066AB4D9A1AF132569B625CB857AE671F94C0B (BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BooleanSwitch__ctor_m6F066AB4D9A1AF132569B625CB857AE671F94C0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___displayName0;
String_t* L_1 = ___description1;
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
Switch__ctor_mCEC1A7A86582AA8639404DCF7607B160A8B53A42(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Diagnostics.DiagnosticsConfigurationHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0 (DiagnosticsConfigurationHandler_t885EAAD2DCF9678F16E3BB296E307868ECE68239 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0_RuntimeMethod_var);
return;
}
}
// System.Object System.Diagnostics.DiagnosticsConfigurationHandler::Create(System.Object,System.Object,System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96 (DiagnosticsConfigurationHandler_t885EAAD2DCF9678F16E3BB296E307868ECE68239 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___section2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96_RuntimeMethod_var);
return NULL;
}
}
#ifdef __clang__
#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.Int64 System.Diagnostics.Stopwatch::GetTimestamp()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_GetTimestamp_m7A4B2D144D880343DB783326F36F6996C1D1A1CA (const RuntimeMethod* method)
{
typedef int64_t (*Stopwatch_GetTimestamp_m7A4B2D144D880343DB783326F36F6996C1D1A1CA_ftn) ();
using namespace il2cpp::icalls;
return ((Stopwatch_GetTimestamp_m7A4B2D144D880343DB783326F36F6996C1D1A1CA_ftn)System::System::Diagnostics::Stopwatch::GetTimestamp) ();
}
// System.Void System.Diagnostics.Stopwatch::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch__ctor_mA301E9A9D03758CBE09171E0C140CCD06BC9F860 (Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.TimeSpan System.Diagnostics.Stopwatch::get_Elapsed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Stopwatch_get_Elapsed_m6735B32BFB466FC4F52112AC3493D37404D184BB (Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stopwatch_get_Elapsed_m6735B32BFB466FC4F52112AC3493D37404D184BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var);
bool L_0 = ((Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var))->get_IsHighResolution_1();
if (!L_0)
{
goto IL_0020;
}
}
{
int64_t L_1 = Stopwatch_get_ElapsedTicks_mABB4710231090C75F057E90A29C71C553077A901(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var);
int64_t L_2 = ((Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var))->get_Frequency_0();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4(((int64_t)((int64_t)L_1/(int64_t)((int64_t)((int64_t)L_2/(int64_t)(((int64_t)((int64_t)((int32_t)10000000)))))))), /*hidden argument*/NULL);
return L_3;
}
IL_0020:
{
int64_t L_4 = Stopwatch_get_ElapsedTicks_mABB4710231090C75F057E90A29C71C553077A901(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_5 = TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4(L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Int64 System.Diagnostics.Stopwatch::get_ElapsedMilliseconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_get_ElapsedMilliseconds_mE39424FB61C885BCFCC4B583C58A8630C3AD8177 (Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stopwatch_get_ElapsedMilliseconds_mE39424FB61C885BCFCC4B583C58A8630C3AD8177_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var);
bool L_0 = ((Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var))->get_IsHighResolution_1();
if (!L_0)
{
goto IL_001b;
}
}
{
int64_t L_1 = Stopwatch_get_ElapsedTicks_mABB4710231090C75F057E90A29C71C553077A901(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var);
int64_t L_2 = ((Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var))->get_Frequency_0();
return ((int64_t)((int64_t)L_1/(int64_t)((int64_t)((int64_t)L_2/(int64_t)(((int64_t)((int64_t)((int32_t)1000))))))));
}
IL_001b:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = Stopwatch_get_Elapsed_m6735B32BFB466FC4F52112AC3493D37404D184BB(__this, /*hidden argument*/NULL);
V_0 = L_3;
double L_4 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0), /*hidden argument*/NULL);
if (L_4 > (double)((std::numeric_limits<int64_t>::max)())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL);
return (((int64_t)((int64_t)L_4)));
}
}
// System.Int64 System.Diagnostics.Stopwatch::get_ElapsedTicks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_get_ElapsedTicks_mABB4710231090C75F057E90A29C71C553077A901 (Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stopwatch_get_ElapsedTicks_mABB4710231090C75F057E90A29C71C553077A901_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_is_running_4();
if (L_0)
{
goto IL_000f;
}
}
{
int64_t L_1 = __this->get_elapsed_2();
return L_1;
}
IL_000f:
{
IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var);
int64_t L_2 = Stopwatch_GetTimestamp_m7A4B2D144D880343DB783326F36F6996C1D1A1CA(/*hidden argument*/NULL);
int64_t L_3 = __this->get_started_3();
int64_t L_4 = __this->get_elapsed_2();
return ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_3)), (int64_t)L_4));
}
}
// System.Void System.Diagnostics.Stopwatch::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch_Start_mF61332B96D7753ADA18366A29E22E2A92E25739A (Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stopwatch_Start_mF61332B96D7753ADA18366A29E22E2A92E25739A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_is_running_4();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var);
int64_t L_1 = Stopwatch_GetTimestamp_m7A4B2D144D880343DB783326F36F6996C1D1A1CA(/*hidden argument*/NULL);
__this->set_started_3(L_1);
__this->set_is_running_4((bool)1);
return;
}
}
// System.Void System.Diagnostics.Stopwatch::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch__cctor_m137C0B2E7182FAEA6E030CD1EDC909E5A3F7A064 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stopwatch__cctor_m137C0B2E7182FAEA6E030CD1EDC909E5A3F7A064_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var))->set_Frequency_0((((int64_t)((int64_t)((int32_t)10000000)))));
((Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var))->set_IsHighResolution_1((bool)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.Diagnostics.Switch::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_mCEC1A7A86582AA8639404DCF7607B160A8B53A42 (Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Switch__ctor_mCEC1A7A86582AA8639404DCF7607B160A8B53A42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___displayName0;
String_t* L_1 = ___description1;
Switch__ctor_mA94CBF64FF82CBF4819158911159130231ADE484(__this, L_0, L_1, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Diagnostics.Switch::.ctor(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_mA94CBF64FF82CBF4819158911159130231ADE484 (Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F * __this, String_t* ___displayName0, String_t* ___description1, String_t* ___defaultSwitchValue2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Switch__ctor_mA94CBF64FF82CBF4819158911159130231ADE484_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
il2cpp_codegen_memory_barrier();
__this->set_switchValueString_2(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_1 = ___displayName0;
if (L_1)
{
goto IL_001d;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___displayName0 = L_2;
}
IL_001d:
{
String_t* L_3 = ___displayName0;
__this->set_displayName_1(L_3);
String_t* L_4 = ___description1;
__this->set_description_0(L_4);
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_5 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
V_0 = L_5;
V_1 = (bool)0;
}
IL_0033:
try
{ // begin try (depth: 1)
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_6 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_6, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
Switch__pruneCachedSwitches_m7500DBE46E6A2B4AA6BBE2978C90166B6EA35790(/*hidden argument*/NULL);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_7 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_8 = (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)il2cpp_codegen_object_new(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var);
WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(L_8, __this, /*hidden argument*/NULL);
NullCheck(L_7);
List_1_Add_mB0B548256D553D73A7187766AC67DDBCF8E38222(L_7, L_8, /*hidden argument*/List_1_Add_mB0B548256D553D73A7187766AC67DDBCF8E38222_RuntimeMethod_var);
IL2CPP_LEAVE(0x5C, FINALLY_0052);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0052;
}
FINALLY_0052:
{ // begin finally (depth: 1)
{
bool L_9 = V_1;
if (!L_9)
{
goto IL_005b;
}
}
IL_0055:
{
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_10 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL);
}
IL_005b:
{
IL2CPP_END_FINALLY(82)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(82)
{
IL2CPP_JUMP_TBL(0x5C, IL_005c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005c:
{
String_t* L_11 = ___defaultSwitchValue2;
__this->set_defaultValue_3(L_11);
return;
}
}
// System.Void System.Diagnostics.Switch::_pruneCachedSwitches()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__pruneCachedSwitches_m7500DBE46E6A2B4AA6BBE2978C90166B6EA35790 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Switch__pruneCachedSwitches_m7500DBE46E6A2B4AA6BBE2978C90166B6EA35790_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * V_0 = NULL;
bool V_1 = false;
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * V_2 = NULL;
int32_t V_3 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_0 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
int32_t L_2 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_s_LastCollectionCount_5();
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
int32_t L_3 = GC_CollectionCount_m1DC863B0F700FC7B1ACF5F41D3266CD3FE01CAD3(2, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_00a9;
}
}
IL_0020:
{
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_4 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
NullCheck(L_4);
int32_t L_5 = List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_inline(L_4, /*hidden argument*/List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_RuntimeMethod_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_6 = (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *)il2cpp_codegen_object_new(List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF_il2cpp_TypeInfo_var);
List_1__ctor_m13455A354CC7CA1E12EF0474A3E70FFAB17F1581(L_6, L_5, /*hidden argument*/List_1__ctor_m13455A354CC7CA1E12EF0474A3E70FFAB17F1581_RuntimeMethod_var);
V_2 = L_6;
V_3 = 0;
goto IL_0060;
}
IL_0034:
{
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_7 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
int32_t L_8 = V_3;
NullCheck(L_7);
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = List_1_get_Item_m713FA597147ACC832ED25C9094BE2DD048DEAC7F_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m713FA597147ACC832ED25C9094BE2DD048DEAC7F_RuntimeMethod_var);
NullCheck(L_9);
RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_9);
if (!((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F *)CastclassClass((RuntimeObject*)L_10, Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var)))
{
goto IL_005c;
}
}
IL_004b:
{
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_11 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_12 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
int32_t L_13 = V_3;
NullCheck(L_12);
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_14 = List_1_get_Item_m713FA597147ACC832ED25C9094BE2DD048DEAC7F_inline(L_12, L_13, /*hidden argument*/List_1_get_Item_m713FA597147ACC832ED25C9094BE2DD048DEAC7F_RuntimeMethod_var);
NullCheck(L_11);
List_1_Add_mB0B548256D553D73A7187766AC67DDBCF8E38222(L_11, L_14, /*hidden argument*/List_1_Add_mB0B548256D553D73A7187766AC67DDBCF8E38222_RuntimeMethod_var);
}
IL_005c:
{
int32_t L_15 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0060:
{
int32_t L_16 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_17 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
NullCheck(L_17);
int32_t L_18 = List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_inline(L_17, /*hidden argument*/List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_RuntimeMethod_var);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0034;
}
}
IL_006d:
{
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_19 = V_2;
NullCheck(L_19);
int32_t L_20 = List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_inline(L_19, /*hidden argument*/List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_21 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
NullCheck(L_21);
int32_t L_22 = List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_inline(L_21, /*hidden argument*/List_1_get_Count_m8707876DC867849EA7C40D0EFB53049A3E22557B_RuntimeMethod_var);
if ((((int32_t)L_20) >= ((int32_t)L_22)))
{
goto IL_009e;
}
}
IL_007f:
{
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_23 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
NullCheck(L_23);
List_1_Clear_m9D1555D33237C7E94A8603E975750950D2A3858D(L_23, /*hidden argument*/List_1_Clear_m9D1555D33237C7E94A8603E975750950D2A3858D_RuntimeMethod_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_24 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_25 = V_2;
NullCheck(L_24);
List_1_AddRange_mA0DF5DADE8026E7527BCB6FC2F37519D22ED4037(L_24, L_25, /*hidden argument*/List_1_AddRange_mA0DF5DADE8026E7527BCB6FC2F37519D22ED4037_RuntimeMethod_var);
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_26 = ((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->get_switches_4();
NullCheck(L_26);
List_1_TrimExcess_m9C5878ECC42D56266E33D3A6B2853EBE68D9DE2C(L_26, /*hidden argument*/List_1_TrimExcess_m9C5878ECC42D56266E33D3A6B2853EBE68D9DE2C_RuntimeMethod_var);
}
IL_009e:
{
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
int32_t L_27 = GC_CollectionCount_m1DC863B0F700FC7B1ACF5F41D3266CD3FE01CAD3(2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->set_s_LastCollectionCount_5(L_27);
}
IL_00a9:
{
IL2CPP_LEAVE(0xB5, FINALLY_00ab);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00ab;
}
FINALLY_00ab:
{ // begin finally (depth: 1)
{
bool L_28 = V_1;
if (!L_28)
{
goto IL_00b4;
}
}
IL_00ae:
{
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_29 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_29, /*hidden argument*/NULL);
}
IL_00b4:
{
IL2CPP_END_FINALLY(171)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(171)
{
IL2CPP_JUMP_TBL(0xB5, IL_00b5)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00b5:
{
return;
}
}
// System.Void System.Diagnostics.Switch::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__cctor_mC01362AF23DB366F6103AC3762E913F3149B923C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Switch__cctor_mC01362AF23DB366F6103AC3762E913F3149B923C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF * L_0 = (List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF *)il2cpp_codegen_object_new(List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF_il2cpp_TypeInfo_var);
List_1__ctor_m9E2DF172FD77A68A6FEB3313D641B2434776087E(L_0, /*hidden argument*/List_1__ctor_m9E2DF172FD77A68A6FEB3313D641B2434776087E_RuntimeMethod_var);
((Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var))->set_switches_4(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.Diagnostics.SwitchLevelAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwitchLevelAttribute__ctor_mD0C828AD634514271EDA0B06938D962B17EAFD52 (SwitchLevelAttribute_t5B9AF957556A203ACC71409CA1A08B4DE3D3EAA6 * __this, Type_t * ___switchLevelType0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
Type_t * L_0 = ___switchLevelType0;
SwitchLevelAttribute_set_SwitchLevelType_m88B4C116AB67D726698620238DFF195913299929(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Diagnostics.SwitchLevelAttribute::set_SwitchLevelType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwitchLevelAttribute_set_SwitchLevelType_m88B4C116AB67D726698620238DFF195913299929 (SwitchLevelAttribute_t5B9AF957556A203ACC71409CA1A08B4DE3D3EAA6 * __this, Type_t * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SwitchLevelAttribute_set_SwitchLevelType_m88B4C116AB67D726698620238DFF195913299929_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SwitchLevelAttribute_set_SwitchLevelType_m88B4C116AB67D726698620238DFF195913299929_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___value0;
__this->set_type_0(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Diagnostics.TraceSwitch::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceSwitch__ctor_mDBA48A8FB03E3CED698799144535B99F84D81008 (TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TraceSwitch__ctor_mDBA48A8FB03E3CED698799144535B99F84D81008_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___displayName0;
String_t* L_1 = ___description1;
IL2CPP_RUNTIME_CLASS_INIT(Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F_il2cpp_TypeInfo_var);
Switch__ctor_mCEC1A7A86582AA8639404DCF7607B160A8B53A42(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.DomainNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
V_0 = (String_t*)NULL;
int32_t L_0 = ___end2;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
goto IL_0047;
}
IL_0008:
{
String_t* L_1 = ___str0;
int32_t L_2 = V_1;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) < ((int32_t)((int32_t)65))))
{
goto IL_0035;
}
}
{
String_t* L_4 = ___str0;
int32_t L_5 = V_1;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) > ((int32_t)((int32_t)90))))
{
goto IL_0035;
}
}
{
String_t* L_7 = ___str0;
int32_t L_8 = ___start1;
int32_t L_9 = ___end2;
int32_t L_10 = ___start1;
NullCheck(L_7);
String_t* L_11 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_11);
String_t* L_13 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_11, L_12, /*hidden argument*/NULL);
V_0 = L_13;
goto IL_004b;
}
IL_0035:
{
String_t* L_14 = ___str0;
int32_t L_15 = V_1;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)58)))))
{
goto IL_0043;
}
}
{
int32_t L_17 = V_1;
___end2 = L_17;
}
IL_0043:
{
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1));
}
IL_0047:
{
int32_t L_19 = V_1;
int32_t L_20 = ___start1;
if ((((int32_t)L_19) >= ((int32_t)L_20)))
{
goto IL_0008;
}
}
IL_004b:
{
String_t* L_21 = V_0;
if (L_21)
{
goto IL_0059;
}
}
{
String_t* L_22 = ___str0;
int32_t L_23 = ___start1;
int32_t L_24 = ___end2;
int32_t L_25 = ___start1;
NullCheck(L_22);
String_t* L_26 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL);
V_0 = L_26;
}
IL_0059:
{
String_t* L_27 = V_0;
bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50, /*hidden argument*/NULL);
if (L_28)
{
goto IL_0073;
}
}
{
String_t* L_29 = V_0;
bool L_30 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_29, _stringLiteral3C7ECD7A063AD7AE0D2B9AB87B11F63CCC96C8F7, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_007c;
}
}
IL_0073:
{
bool* L_31 = ___loopback3;
*((int8_t*)L_31) = (int8_t)1;
return _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50;
}
IL_007c:
{
String_t* L_32 = V_0;
return L_32;
}
}
// System.Boolean System.DomainNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValid_mE9672A824F71E32116358C5FA029789855A4B461 (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar V_3 = 0x0;
{
Il2CppChar* L_0 = ___name0;
uint16_t L_1 = ___pos1;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))));
Il2CppChar* L_2 = V_0;
V_1 = (Il2CppChar*)L_2;
Il2CppChar* L_3 = ___name0;
int32_t* L_4 = ___returnedEnd2;
int32_t L_5 = *((int32_t*)L_4);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2))));
goto IL_0042;
}
IL_0013:
{
Il2CppChar* L_6 = V_1;
int32_t L_7 = *((uint16_t*)L_6);
V_3 = L_7;
Il2CppChar L_8 = V_3;
if ((((int32_t)L_8) <= ((int32_t)((int32_t)127))))
{
goto IL_001d;
}
}
{
return (bool)0;
}
IL_001d:
{
Il2CppChar L_9 = V_3;
if ((((int32_t)L_9) == ((int32_t)((int32_t)47))))
{
goto IL_003a;
}
}
{
Il2CppChar L_10 = V_3;
if ((((int32_t)L_10) == ((int32_t)((int32_t)92))))
{
goto IL_003a;
}
}
{
bool L_11 = ___notImplicitFile4;
if (!L_11)
{
goto IL_003e;
}
}
{
Il2CppChar L_12 = V_3;
if ((((int32_t)L_12) == ((int32_t)((int32_t)58))))
{
goto IL_003a;
}
}
{
Il2CppChar L_13 = V_3;
if ((((int32_t)L_13) == ((int32_t)((int32_t)63))))
{
goto IL_003a;
}
}
{
Il2CppChar L_14 = V_3;
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)35)))))
{
goto IL_003e;
}
}
IL_003a:
{
Il2CppChar* L_15 = V_1;
V_2 = (Il2CppChar*)L_15;
goto IL_0046;
}
IL_003e:
{
Il2CppChar* L_16 = V_1;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2));
}
IL_0042:
{
Il2CppChar* L_17 = V_1;
Il2CppChar* L_18 = V_2;
if ((!(((uintptr_t)L_17) >= ((uintptr_t)L_18))))
{
goto IL_0013;
}
}
IL_0046:
{
Il2CppChar* L_19 = V_2;
Il2CppChar* L_20 = V_0;
if ((!(((uintptr_t)L_19) == ((uintptr_t)L_20))))
{
goto IL_004c;
}
}
{
return (bool)0;
}
IL_004c:
{
Il2CppChar* L_21 = V_0;
V_1 = (Il2CppChar*)L_21;
goto IL_005a;
}
IL_0050:
{
Il2CppChar* L_22 = V_1;
int32_t L_23 = *((uint16_t*)L_22);
if ((((int32_t)L_23) == ((int32_t)((int32_t)46))))
{
goto IL_005e;
}
}
{
Il2CppChar* L_24 = V_1;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)2));
}
IL_005a:
{
Il2CppChar* L_25 = V_1;
Il2CppChar* L_26 = V_2;
if ((!(((uintptr_t)L_25) >= ((uintptr_t)L_26))))
{
goto IL_0050;
}
}
IL_005e:
{
Il2CppChar* L_27 = V_0;
Il2CppChar* L_28 = V_1;
if ((((intptr_t)L_27) == ((intptr_t)L_28)))
{
goto IL_007b;
}
}
{
Il2CppChar* L_29 = V_1;
Il2CppChar* L_30 = V_0;
if ((((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_29, (intptr_t)L_30))/(int32_t)2)))))) > ((int64_t)(((int64_t)((int64_t)((int32_t)63)))))))
{
goto IL_007b;
}
}
{
Il2CppChar* L_31 = V_0;
Il2CppChar* L_32 = (Il2CppChar*)L_31;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)2));
int32_t L_33 = *((uint16_t*)L_32);
bool* L_34 = ___notCanonical3;
bool L_35 = DomainNameHelper_IsASCIILetterOrDigit_mD3B0B9BD4573FADEF6AC7330A5EC58C220455F01(L_33, (bool*)L_34, /*hidden argument*/NULL);
if (L_35)
{
goto IL_008d;
}
}
IL_007b:
{
return (bool)0;
}
IL_007d:
{
Il2CppChar* L_36 = V_0;
Il2CppChar* L_37 = (Il2CppChar*)L_36;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)2));
int32_t L_38 = *((uint16_t*)L_37);
bool* L_39 = ___notCanonical3;
bool L_40 = DomainNameHelper_IsValidDomainLabelCharacter_mF6DEB20D9D03A8728B1C58006C40D6603B7D61D1(L_38, (bool*)L_39, /*hidden argument*/NULL);
if (L_40)
{
goto IL_008d;
}
}
{
return (bool)0;
}
IL_008d:
{
Il2CppChar* L_41 = V_0;
Il2CppChar* L_42 = V_1;
if ((!(((uintptr_t)L_41) >= ((uintptr_t)L_42))))
{
goto IL_007d;
}
}
{
Il2CppChar* L_43 = V_0;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)2));
Il2CppChar* L_44 = V_0;
Il2CppChar* L_45 = V_2;
if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45))))
{
goto IL_004c;
}
}
{
int32_t* L_46 = ___returnedEnd2;
Il2CppChar* L_47 = V_2;
Il2CppChar* L_48 = ___name0;
*((int32_t*)L_46) = (int32_t)(((int32_t)((uint16_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)L_48))/(int32_t)2))))))));
return (bool)1;
}
}
// System.Boolean System.DomainNameHelper::IsValidByIri(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidByIri_m13E2A6D9EBD42326C096F2423DBB0014763D47BF (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
int32_t G_B27_0 = 0;
{
Il2CppChar* L_0 = ___name0;
uint16_t L_1 = ___pos1;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))));
Il2CppChar* L_2 = V_0;
V_1 = (Il2CppChar*)L_2;
Il2CppChar* L_3 = ___name0;
int32_t* L_4 = ___returnedEnd2;
int32_t L_5 = *((int32_t*)L_4);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2))));
V_3 = 0;
goto IL_0043;
}
IL_0015:
{
Il2CppChar* L_6 = V_1;
int32_t L_7 = *((uint16_t*)L_6);
V_4 = L_7;
Il2CppChar L_8 = V_4;
if ((((int32_t)L_8) == ((int32_t)((int32_t)47))))
{
goto IL_003b;
}
}
{
Il2CppChar L_9 = V_4;
if ((((int32_t)L_9) == ((int32_t)((int32_t)92))))
{
goto IL_003b;
}
}
{
bool L_10 = ___notImplicitFile4;
if (!L_10)
{
goto IL_003f;
}
}
{
Il2CppChar L_11 = V_4;
if ((((int32_t)L_11) == ((int32_t)((int32_t)58))))
{
goto IL_003b;
}
}
{
Il2CppChar L_12 = V_4;
if ((((int32_t)L_12) == ((int32_t)((int32_t)63))))
{
goto IL_003b;
}
}
{
Il2CppChar L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)35)))))
{
goto IL_003f;
}
}
IL_003b:
{
Il2CppChar* L_14 = V_1;
V_2 = (Il2CppChar*)L_14;
goto IL_0047;
}
IL_003f:
{
Il2CppChar* L_15 = V_1;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2));
}
IL_0043:
{
Il2CppChar* L_16 = V_1;
Il2CppChar* L_17 = V_2;
if ((!(((uintptr_t)L_16) >= ((uintptr_t)L_17))))
{
goto IL_0015;
}
}
IL_0047:
{
Il2CppChar* L_18 = V_2;
Il2CppChar* L_19 = V_0;
if ((!(((uintptr_t)L_18) == ((uintptr_t)L_19))))
{
goto IL_004d;
}
}
{
return (bool)0;
}
IL_004d:
{
Il2CppChar* L_20 = V_0;
V_1 = (Il2CppChar*)L_20;
V_3 = 0;
V_5 = (bool)0;
goto IL_0098;
}
IL_0056:
{
Il2CppChar* L_21 = V_1;
int32_t L_22 = *((uint16_t*)L_21);
if ((((int32_t)L_22) == ((int32_t)((int32_t)46))))
{
goto IL_009c;
}
}
{
Il2CppChar* L_23 = V_1;
int32_t L_24 = *((uint16_t*)L_23);
if ((((int32_t)L_24) == ((int32_t)((int32_t)12290))))
{
goto IL_009c;
}
}
{
Il2CppChar* L_25 = V_1;
int32_t L_26 = *((uint16_t*)L_25);
if ((((int32_t)L_26) == ((int32_t)((int32_t)65294))))
{
goto IL_009c;
}
}
{
Il2CppChar* L_27 = V_1;
int32_t L_28 = *((uint16_t*)L_27);
if ((((int32_t)L_28) == ((int32_t)((int32_t)65377))))
{
goto IL_009c;
}
}
{
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
Il2CppChar* L_30 = V_1;
int32_t L_31 = *((uint16_t*)L_30);
if ((((int32_t)L_31) <= ((int32_t)((int32_t)255))))
{
goto IL_0088;
}
}
{
int32_t L_32 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_0088:
{
Il2CppChar* L_33 = V_1;
int32_t L_34 = *((uint16_t*)L_33);
if ((((int32_t)L_34) < ((int32_t)((int32_t)160))))
{
goto IL_0094;
}
}
{
V_5 = (bool)1;
}
IL_0094:
{
Il2CppChar* L_35 = V_1;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)2));
}
IL_0098:
{
Il2CppChar* L_36 = V_1;
Il2CppChar* L_37 = V_2;
if ((!(((uintptr_t)L_36) >= ((uintptr_t)L_37))))
{
goto IL_0056;
}
}
IL_009c:
{
Il2CppChar* L_38 = V_0;
Il2CppChar* L_39 = V_1;
if ((((intptr_t)L_38) == ((intptr_t)L_39)))
{
goto IL_00c7;
}
}
{
bool L_40 = V_5;
if (L_40)
{
goto IL_00a7;
}
}
{
int32_t L_41 = V_3;
G_B27_0 = L_41;
goto IL_00aa;
}
IL_00a7:
{
int32_t L_42 = V_3;
G_B27_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)4));
}
IL_00aa:
{
if ((((int32_t)G_B27_0) > ((int32_t)((int32_t)63))))
{
goto IL_00c7;
}
}
{
Il2CppChar* L_43 = V_0;
Il2CppChar* L_44 = (Il2CppChar*)L_43;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)2));
int32_t L_45 = *((uint16_t*)L_44);
if ((((int32_t)L_45) >= ((int32_t)((int32_t)160))))
{
goto IL_00e4;
}
}
{
Il2CppChar* L_46 = V_0;
int32_t L_47 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_46, (int32_t)2)));
bool* L_48 = ___notCanonical3;
bool L_49 = DomainNameHelper_IsASCIILetterOrDigit_mD3B0B9BD4573FADEF6AC7330A5EC58C220455F01(L_47, (bool*)L_48, /*hidden argument*/NULL);
if (L_49)
{
goto IL_00e4;
}
}
IL_00c7:
{
return (bool)0;
}
IL_00c9:
{
Il2CppChar* L_50 = V_0;
Il2CppChar* L_51 = (Il2CppChar*)L_50;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)2));
int32_t L_52 = *((uint16_t*)L_51);
if ((((int32_t)L_52) >= ((int32_t)((int32_t)160))))
{
goto IL_00e4;
}
}
{
Il2CppChar* L_53 = V_0;
int32_t L_54 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_53, (int32_t)2)));
bool* L_55 = ___notCanonical3;
bool L_56 = DomainNameHelper_IsValidDomainLabelCharacter_mF6DEB20D9D03A8728B1C58006C40D6603B7D61D1(L_54, (bool*)L_55, /*hidden argument*/NULL);
if (L_56)
{
goto IL_00e4;
}
}
{
return (bool)0;
}
IL_00e4:
{
Il2CppChar* L_57 = V_0;
Il2CppChar* L_58 = V_1;
if ((!(((uintptr_t)L_57) >= ((uintptr_t)L_58))))
{
goto IL_00c9;
}
}
{
Il2CppChar* L_59 = V_0;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)2));
Il2CppChar* L_60 = V_0;
Il2CppChar* L_61 = V_2;
if ((!(((uintptr_t)L_60) >= ((uintptr_t)L_61))))
{
goto IL_004d;
}
}
{
int32_t* L_62 = ___returnedEnd2;
Il2CppChar* L_63 = V_2;
Il2CppChar* L_64 = ___name0;
*((int32_t*)L_62) = (int32_t)(((int32_t)((uint16_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_63, (intptr_t)L_64))/(int32_t)2))))))));
return (bool)1;
}
}
// System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m439593BAF7C6C801F577E7C27B0C4FBB1772E49F (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomainNameHelper_IdnEquivalent_m439593BAF7C6C801F577E7C27B0C4FBB1772E49F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
String_t* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
Il2CppChar V_10 = 0x0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
String_t* G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
String_t* G_B5_0 = NULL;
int32_t G_B24_0 = 0;
int32_t G_B23_0 = 0;
int32_t G_B25_0 = 0;
int32_t G_B25_1 = 0;
{
V_0 = (String_t*)NULL;
Il2CppChar* L_0 = ___hostname0;
int32_t L_1 = ___start1;
int32_t L_2 = ___end2;
bool* L_3 = ___allAscii3;
String_t* L_4 = DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57((Il2CppChar*)(Il2CppChar*)L_0, L_1, L_2, (bool*)L_3, (String_t**)(&V_0), /*hidden argument*/NULL);
V_1 = L_4;
String_t* L_5 = V_1;
if (!L_5)
{
goto IL_00f0;
}
}
{
bool* L_6 = ___allAscii3;
int32_t L_7 = *((uint8_t*)L_6);
if (L_7)
{
goto IL_001b;
}
}
{
String_t* L_8 = V_0;
G_B4_0 = L_8;
goto IL_001c;
}
IL_001b:
{
String_t* L_9 = V_1;
G_B4_0 = L_9;
}
IL_001c:
{
String_t* L_10 = G_B4_0;
V_3 = L_10;
String_t* L_11 = V_3;
V_2 = (Il2CppChar*)(((uintptr_t)L_11));
Il2CppChar* L_12 = V_2;
G_B5_0 = L_10;
if (!L_12)
{
G_B6_0 = L_10;
goto IL_002c;
}
}
{
Il2CppChar* L_13 = V_2;
int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14));
G_B6_0 = G_B5_0;
}
IL_002c:
{
NullCheck(G_B6_0);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(G_B6_0, /*hidden argument*/NULL);
V_4 = L_15;
V_5 = 0;
V_6 = 0;
V_7 = (bool)0;
V_8 = (bool)0;
V_9 = (bool)0;
}
IL_0042:
{
V_7 = (bool)0;
V_8 = (bool)0;
V_9 = (bool)0;
int32_t L_16 = V_6;
V_5 = L_16;
goto IL_00ab;
}
IL_0051:
{
Il2CppChar* L_17 = V_2;
int32_t L_18 = V_5;
int32_t L_19 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_18)), (int32_t)2)))));
V_10 = L_19;
bool L_20 = V_8;
if (L_20)
{
goto IL_007f;
}
}
{
V_8 = (bool)1;
int32_t L_21 = V_5;
int32_t L_22 = V_4;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)3))) >= ((int32_t)L_22)))
{
goto IL_007f;
}
}
{
Il2CppChar* L_23 = V_2;
int32_t L_24 = V_5;
bool L_25 = DomainNameHelper_IsIdnAce_m9193B7D824FC6965820FCE980FEE3E0B40EA94B8((Il2CppChar*)(Il2CppChar*)L_23, L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_007f;
}
}
{
int32_t L_26 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)4));
V_7 = (bool)1;
goto IL_00ab;
}
IL_007f:
{
Il2CppChar L_27 = V_10;
if ((((int32_t)L_27) == ((int32_t)((int32_t)46))))
{
goto IL_00a0;
}
}
{
Il2CppChar L_28 = V_10;
if ((((int32_t)L_28) == ((int32_t)((int32_t)12290))))
{
goto IL_00a0;
}
}
{
Il2CppChar L_29 = V_10;
if ((((int32_t)L_29) == ((int32_t)((int32_t)65294))))
{
goto IL_00a0;
}
}
{
Il2CppChar L_30 = V_10;
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)65377)))))
{
goto IL_00a5;
}
}
IL_00a0:
{
V_9 = (bool)1;
goto IL_00b1;
}
IL_00a5:
{
int32_t L_31 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_00ab:
{
int32_t L_32 = V_5;
int32_t L_33 = V_4;
if ((((int32_t)L_32) < ((int32_t)L_33)))
{
goto IL_0051;
}
}
IL_00b1:
{
bool L_34 = V_7;
if (!L_34)
{
goto IL_00d6;
}
}
IL_00b5:
try
{ // begin try (depth: 1)
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_35 = (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC *)il2cpp_codegen_object_new(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var);
IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7(L_35, /*hidden argument*/NULL);
Il2CppChar* L_36 = V_2;
int32_t L_37 = V_6;
int32_t L_38 = V_5;
int32_t L_39 = V_6;
String_t* L_40 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL);
NullCheck(L_35);
IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A(L_35, L_40, /*hidden argument*/NULL);
bool* L_41 = ___atLeastOneValidIdn4;
*((int8_t*)L_41) = (int8_t)1;
goto IL_00ec;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00d3;
throw e;
}
CATCH_00d3:
{ // begin catch(System.ArgumentException)
goto IL_00d6;
} // end catch (depth: 1)
IL_00d6:
{
int32_t L_42 = V_5;
bool L_43 = V_9;
G_B23_0 = L_42;
if (L_43)
{
G_B24_0 = L_42;
goto IL_00df;
}
}
{
G_B25_0 = 0;
G_B25_1 = G_B23_0;
goto IL_00e0;
}
IL_00df:
{
G_B25_0 = 1;
G_B25_1 = G_B24_0;
}
IL_00e0:
{
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)G_B25_1, (int32_t)G_B25_0));
int32_t L_44 = V_6;
int32_t L_45 = V_4;
if ((((int32_t)L_44) < ((int32_t)L_45)))
{
goto IL_0042;
}
}
IL_00ec:
{
V_3 = (String_t*)NULL;
goto IL_00f4;
}
IL_00f0:
{
bool* L_46 = ___atLeastOneValidIdn4;
*((int8_t*)L_46) = (int8_t)0;
}
IL_00f4:
{
String_t* L_47 = V_1;
return L_47;
}
}
// System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * V_3 = NULL;
String_t* V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (String_t*)NULL;
int32_t L_0 = ___end2;
int32_t L_1 = ___start1;
if ((((int32_t)L_0) > ((int32_t)L_1)))
{
goto IL_0008;
}
}
{
String_t* L_2 = V_0;
return L_2;
}
IL_0008:
{
int32_t L_3 = ___start1;
V_1 = L_3;
bool* L_4 = ___allAscii3;
*((int8_t*)L_4) = (int8_t)1;
goto IL_0023;
}
IL_000f:
{
Il2CppChar* L_5 = ___hostname0;
int32_t L_6 = V_1;
int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2)))));
if ((((int32_t)L_7) <= ((int32_t)((int32_t)127))))
{
goto IL_001f;
}
}
{
bool* L_8 = ___allAscii3;
*((int8_t*)L_8) = (int8_t)0;
goto IL_0027;
}
IL_001f:
{
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0023:
{
int32_t L_10 = V_1;
int32_t L_11 = ___end2;
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_000f;
}
}
IL_0027:
{
bool* L_12 = ___allAscii3;
int32_t L_13 = *((uint8_t*)L_12);
if (!L_13)
{
goto IL_0042;
}
}
{
Il2CppChar* L_14 = ___hostname0;
int32_t L_15 = ___start1;
int32_t L_16 = ___end2;
int32_t L_17 = ___start1;
String_t* L_18 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_14, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL);
V_2 = L_18;
String_t* L_19 = V_2;
if (L_19)
{
goto IL_003b;
}
}
{
return (String_t*)NULL;
}
IL_003b:
{
String_t* L_20 = V_2;
NullCheck(L_20);
String_t* L_21 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_20, /*hidden argument*/NULL);
return L_21;
}
IL_0042:
{
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_22 = (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC *)il2cpp_codegen_object_new(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var);
IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7(L_22, /*hidden argument*/NULL);
V_3 = L_22;
String_t** L_23 = ___bidiStrippedHost4;
Il2CppChar* L_24 = ___hostname0;
int32_t L_25 = ___start1;
int32_t L_26 = ___end2;
int32_t L_27 = ___start1;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
String_t* L_28 = Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F((Il2CppChar*)(Il2CppChar*)L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL);
*((RuntimeObject **)L_23) = (RuntimeObject *)L_28;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_23, (void*)(RuntimeObject *)L_28);
}
IL_0055:
try
{ // begin try (depth: 1)
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_29 = V_3;
String_t** L_30 = ___bidiStrippedHost4;
String_t* L_31 = *((String_t**)L_30);
NullCheck(L_29);
String_t* L_32 = IdnMapping_GetAscii_mE829EDA54A82515593FE6EF29E624E0FA78DAA71(L_29, L_31, /*hidden argument*/NULL);
V_4 = L_32;
goto IL_0073;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0062;
throw e;
}
CATCH_0062:
{ // begin catch(System.ArgumentException)
String_t* L_33 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral36CA0BFCBC1963A66664AE75C501AF9D8B728C7C, /*hidden argument*/NULL);
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_34 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_34, L_33, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0073:
{
String_t* L_35 = V_4;
return L_35;
}
}
// System.Boolean System.DomainNameHelper::IsIdnAce(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m2231C778C4CCE141ACDC412737642CC365307445 (String_t* ___input0, int32_t ___index1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___input0;
int32_t L_1 = ___index1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)120)))))
{
goto IL_0034;
}
}
{
String_t* L_3 = ___input0;
int32_t L_4 = ___index1;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)110)))))
{
goto IL_0034;
}
}
{
String_t* L_6 = ___input0;
int32_t L_7 = ___index1;
NullCheck(L_6);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)45)))))
{
goto IL_0034;
}
}
{
String_t* L_9 = ___input0;
int32_t L_10 = ___index1;
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45)))))
{
goto IL_0034;
}
}
{
return (bool)1;
}
IL_0034:
{
return (bool)0;
}
}
// System.Boolean System.DomainNameHelper::IsIdnAce(System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m9193B7D824FC6965820FCE980FEE3E0B40EA94B8 (Il2CppChar* ___input0, int32_t ___index1, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___input0;
int32_t L_1 = ___index1;
int32_t L_2 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2)))));
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)120)))))
{
goto IL_0034;
}
}
{
Il2CppChar* L_3 = ___input0;
int32_t L_4 = ___index1;
int32_t L_5 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))), (int32_t)2)))));
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)110)))))
{
goto IL_0034;
}
}
{
Il2CppChar* L_6 = ___input0;
int32_t L_7 = ___index1;
int32_t L_8 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)))), (int32_t)2)))));
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)45)))))
{
goto IL_0034;
}
}
{
Il2CppChar* L_9 = ___input0;
int32_t L_10 = ___index1;
int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3)))), (int32_t)2)))));
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45)))))
{
goto IL_0034;
}
}
{
return (bool)1;
}
IL_0034:
{
return (bool)0;
}
}
// System.String System.DomainNameHelper::UnicodeEquivalent(System.String,System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mA80E5FF3AD6AFBB9FC257ED1C4F0D31C8F0EFEC3 (String_t* ___idnHost0, Il2CppChar* ___hostname1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomainNameHelper_UnicodeEquivalent_mA80E5FF3AD6AFBB9FC257ED1C4F0D31C8F0EFEC3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_0 = (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC *)il2cpp_codegen_object_new(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var);
IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7(L_0, /*hidden argument*/NULL);
V_0 = L_0;
}
IL_0006:
try
{ // begin try (depth: 1)
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_1 = V_0;
String_t* L_2 = ___idnHost0;
NullCheck(L_1);
String_t* L_3 = IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A(L_1, L_2, /*hidden argument*/NULL);
V_2 = L_3;
goto IL_0022;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.ArgumentException)
goto IL_0013;
} // end catch (depth: 1)
IL_0013:
{
V_1 = (bool)1;
Il2CppChar* L_4 = ___hostname1;
int32_t L_5 = ___start2;
int32_t L_6 = ___end3;
String_t* L_7 = DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F((Il2CppChar*)(Il2CppChar*)L_4, L_5, L_6, (bool*)(&V_1), (bool*)(&V_1), /*hidden argument*/NULL);
return L_7;
}
IL_0022:
{
String_t* L_8 = V_2;
return L_8;
}
}
// System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
Il2CppChar V_11 = 0x0;
String_t* V_12 = NULL;
bool V_13 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
int32_t G_B35_0 = 0;
int32_t G_B34_0 = 0;
int32_t G_B36_0 = 0;
int32_t G_B36_1 = 0;
{
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_0 = (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC *)il2cpp_codegen_object_new(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var);
IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7(L_0, /*hidden argument*/NULL);
V_0 = L_0;
bool* L_1 = ___allAscii3;
*((int8_t*)L_1) = (int8_t)1;
bool* L_2 = ___atLeastOneValidIdn4;
*((int8_t*)L_2) = (int8_t)0;
V_1 = (String_t*)NULL;
int32_t L_3 = ___end2;
int32_t L_4 = ___start1;
if ((((int32_t)L_3) > ((int32_t)L_4)))
{
goto IL_0015;
}
}
{
String_t* L_5 = V_1;
return L_5;
}
IL_0015:
{
Il2CppChar* L_6 = ___hostname0;
int32_t L_7 = ___start1;
int32_t L_8 = ___end2;
int32_t L_9 = ___start1;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
String_t* L_10 = Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F((Il2CppChar*)(Il2CppChar*)L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL);
V_2 = L_10;
V_3 = (String_t*)NULL;
V_4 = 0;
V_5 = 0;
String_t* L_11 = V_2;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
V_6 = L_12;
V_7 = (bool)1;
V_8 = (bool)0;
V_9 = (bool)0;
V_10 = (bool)0;
}
IL_003c:
{
V_7 = (bool)1;
V_8 = (bool)0;
V_9 = (bool)0;
V_10 = (bool)0;
int32_t L_13 = V_4;
V_5 = L_13;
goto IL_00b6;
}
IL_004e:
{
String_t* L_14 = V_2;
int32_t L_15 = V_5;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
V_11 = L_16;
bool L_17 = V_9;
if (L_17)
{
goto IL_007a;
}
}
{
V_9 = (bool)1;
int32_t L_18 = V_5;
int32_t L_19 = V_6;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3))) >= ((int32_t)L_19)))
{
goto IL_007a;
}
}
{
Il2CppChar L_20 = V_11;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)120)))))
{
goto IL_007a;
}
}
{
String_t* L_21 = V_2;
int32_t L_22 = V_5;
bool L_23 = DomainNameHelper_IsIdnAce_m2231C778C4CCE141ACDC412737642CC365307445(L_21, L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_007a;
}
}
{
V_8 = (bool)1;
}
IL_007a:
{
bool L_24 = V_7;
if (!L_24)
{
goto IL_008a;
}
}
{
Il2CppChar L_25 = V_11;
if ((((int32_t)L_25) <= ((int32_t)((int32_t)127))))
{
goto IL_008a;
}
}
{
V_7 = (bool)0;
bool* L_26 = ___allAscii3;
*((int8_t*)L_26) = (int8_t)0;
}
IL_008a:
{
Il2CppChar L_27 = V_11;
if ((((int32_t)L_27) == ((int32_t)((int32_t)46))))
{
goto IL_00ab;
}
}
{
Il2CppChar L_28 = V_11;
if ((((int32_t)L_28) == ((int32_t)((int32_t)12290))))
{
goto IL_00ab;
}
}
{
Il2CppChar L_29 = V_11;
if ((((int32_t)L_29) == ((int32_t)((int32_t)65294))))
{
goto IL_00ab;
}
}
{
Il2CppChar L_30 = V_11;
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)65377)))))
{
goto IL_00b0;
}
}
IL_00ab:
{
V_10 = (bool)1;
goto IL_00bc;
}
IL_00b0:
{
int32_t L_31 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_00b6:
{
int32_t L_32 = V_5;
int32_t L_33 = V_6;
if ((((int32_t)L_32) < ((int32_t)L_33)))
{
goto IL_004e;
}
}
IL_00bc:
{
bool L_34 = V_7;
if (L_34)
{
goto IL_010d;
}
}
{
String_t* L_35 = V_2;
int32_t L_36 = V_4;
int32_t L_37 = V_5;
int32_t L_38 = V_4;
NullCheck(L_35);
String_t* L_39 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_35, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL);
V_12 = L_39;
}
IL_00cf:
try
{ // begin try (depth: 1)
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_40 = V_0;
String_t* L_41 = V_12;
NullCheck(L_40);
String_t* L_42 = IdnMapping_GetAscii_mE829EDA54A82515593FE6EF29E624E0FA78DAA71(L_40, L_41, /*hidden argument*/NULL);
V_12 = L_42;
goto IL_00ec;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00db;
throw e;
}
CATCH_00db:
{ // begin catch(System.ArgumentException)
String_t* L_43 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral36CA0BFCBC1963A66664AE75C501AF9D8B728C7C, /*hidden argument*/NULL);
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_44 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_44, L_43, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00ec:
{
String_t* L_45 = V_3;
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_46 = V_0;
String_t* L_47 = V_12;
NullCheck(L_46);
String_t* L_48 = IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A(L_46, L_47, /*hidden argument*/NULL);
String_t* L_49 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_45, L_48, /*hidden argument*/NULL);
V_3 = L_49;
bool L_50 = V_10;
if (!L_50)
{
goto IL_0177;
}
}
{
String_t* L_51 = V_3;
String_t* L_52 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_51, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
V_3 = L_52;
goto IL_0177;
}
IL_010d:
{
V_13 = (bool)0;
bool L_53 = V_8;
if (!L_53)
{
goto IL_014a;
}
}
IL_0114:
try
{ // begin try (depth: 1)
{
String_t* L_54 = V_3;
IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_55 = V_0;
String_t* L_56 = V_2;
int32_t L_57 = V_4;
int32_t L_58 = V_5;
int32_t L_59 = V_4;
NullCheck(L_56);
String_t* L_60 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_56, L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59)), /*hidden argument*/NULL);
NullCheck(L_55);
String_t* L_61 = IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A(L_55, L_60, /*hidden argument*/NULL);
String_t* L_62 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_54, L_61, /*hidden argument*/NULL);
V_3 = L_62;
bool L_63 = V_10;
if (!L_63)
{
goto IL_013e;
}
}
IL_0132:
{
String_t* L_64 = V_3;
String_t* L_65 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_64, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
V_3 = L_65;
}
IL_013e:
{
V_13 = (bool)1;
bool* L_66 = ___atLeastOneValidIdn4;
*((int8_t*)L_66) = (int8_t)1;
goto IL_014a;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0147;
throw e;
}
CATCH_0147:
{ // begin catch(System.ArgumentException)
goto IL_014a;
} // end catch (depth: 1)
IL_014a:
{
bool L_67 = V_13;
if (L_67)
{
goto IL_0177;
}
}
{
String_t* L_68 = V_3;
String_t* L_69 = V_2;
int32_t L_70 = V_4;
int32_t L_71 = V_5;
int32_t L_72 = V_4;
NullCheck(L_69);
String_t* L_73 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_69, L_70, ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)L_72)), /*hidden argument*/NULL);
NullCheck(L_73);
String_t* L_74 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_73, /*hidden argument*/NULL);
String_t* L_75 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_68, L_74, /*hidden argument*/NULL);
V_3 = L_75;
bool L_76 = V_10;
if (!L_76)
{
goto IL_0177;
}
}
{
String_t* L_77 = V_3;
String_t* L_78 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_77, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
V_3 = L_78;
}
IL_0177:
{
int32_t L_79 = V_5;
bool L_80 = V_10;
G_B34_0 = L_79;
if (L_80)
{
G_B35_0 = L_79;
goto IL_0180;
}
}
{
G_B36_0 = 0;
G_B36_1 = G_B34_0;
goto IL_0181;
}
IL_0180:
{
G_B36_0 = 1;
G_B36_1 = G_B35_0;
}
IL_0181:
{
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)G_B36_1, (int32_t)G_B36_0));
int32_t L_81 = V_4;
int32_t L_82 = V_6;
if ((((int32_t)L_81) < ((int32_t)L_82)))
{
goto IL_003c;
}
}
{
String_t* L_83 = V_3;
return L_83;
}
}
// System.Boolean System.DomainNameHelper::IsASCIILetterOrDigit(System.Char,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsASCIILetterOrDigit_mD3B0B9BD4573FADEF6AC7330A5EC58C220455F01 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___character0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)97))))
{
goto IL_000a;
}
}
{
Il2CppChar L_1 = ___character0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)122))))
{
goto IL_0014;
}
}
IL_000a:
{
Il2CppChar L_2 = ___character0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)48))))
{
goto IL_0016;
}
}
{
Il2CppChar L_3 = ___character0;
if ((((int32_t)L_3) > ((int32_t)((int32_t)57))))
{
goto IL_0016;
}
}
IL_0014:
{
return (bool)1;
}
IL_0016:
{
Il2CppChar L_4 = ___character0;
if ((((int32_t)L_4) < ((int32_t)((int32_t)65))))
{
goto IL_0025;
}
}
{
Il2CppChar L_5 = ___character0;
if ((((int32_t)L_5) > ((int32_t)((int32_t)90))))
{
goto IL_0025;
}
}
{
bool* L_6 = ___notCanonical1;
*((int8_t*)L_6) = (int8_t)1;
return (bool)1;
}
IL_0025:
{
return (bool)0;
}
}
// System.Boolean System.DomainNameHelper::IsValidDomainLabelCharacter(System.Char,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidDomainLabelCharacter_mF6DEB20D9D03A8728B1C58006C40D6603B7D61D1 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___character0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)97))))
{
goto IL_000a;
}
}
{
Il2CppChar L_1 = ___character0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)122))))
{
goto IL_001e;
}
}
IL_000a:
{
Il2CppChar L_2 = ___character0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)48))))
{
goto IL_0014;
}
}
{
Il2CppChar L_3 = ___character0;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)57))))
{
goto IL_001e;
}
}
IL_0014:
{
Il2CppChar L_4 = ___character0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)45))))
{
goto IL_001e;
}
}
{
Il2CppChar L_5 = ___character0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)95)))))
{
goto IL_0020;
}
}
IL_001e:
{
return (bool)1;
}
IL_0020:
{
Il2CppChar L_6 = ___character0;
if ((((int32_t)L_6) < ((int32_t)((int32_t)65))))
{
goto IL_002f;
}
}
{
Il2CppChar L_7 = ___character0;
if ((((int32_t)L_7) > ((int32_t)((int32_t)90))))
{
goto IL_002f;
}
}
{
bool* L_8 = ___notCanonical1;
*((int8_t*)L_8) = (int8_t)1;
return (bool)1;
}
IL_002f:
{
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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m5AB204CE24A3BFE0C2B6352EBF402C4D9F261EFF (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
int32_t L_1 = ___mode1;
DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C(__this, L_0, L_1, (bool)0, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m433651A7BC50F26DB827398C1B47C85FB43CA459 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, bool ___leaveOpen2, int32_t ___windowsBits3, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
int32_t L_1 = ___mode1;
bool L_2 = ___leaveOpen2;
DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C(__this, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___compressedStream0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralAF1014AF32F4AF33B1AFD212C2C9D95188BD0C29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___mode1;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0026;
}
}
{
int32_t L_3 = ___mode1;
if (!L_3)
{
goto IL_0026;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_RuntimeMethod_var);
}
IL_0026:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ___compressedStream0;
__this->set_base_stream_4(L_5);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = ___compressedStream0;
int32_t L_7 = ___mode1;
bool L_8 = ___gzip3;
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_9 = DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7(L_6, L_7, L_8, /*hidden argument*/NULL);
__this->set_native_8(L_9);
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_10 = __this->get_native_8();
if (L_10)
{
goto IL_004f;
}
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_11 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_11, _stringLiteral1E32CE9F371DB7B4CE775952DD410C8838B54F35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_RuntimeMethod_var);
}
IL_004f:
{
int32_t L_12 = ___mode1;
__this->set_mode_5(L_12);
bool L_13 = ___leaveOpen2;
__this->set_leaveOpen_6(L_13);
return;
}
}
// System.Void System.IO.Compression.DeflateStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Dispose_mD64362E7BCAB050FEB44BBF24D909DA46B4170AA (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, bool ___disposing0, const RuntimeMethod* method)
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
{
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_0 = __this->get_native_8();
bool L_1 = ___disposing0;
NullCheck(L_0);
DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54(L_0, L_1, /*hidden argument*/NULL);
bool L_2 = ___disposing0;
if (!L_2)
{
goto IL_003d;
}
}
{
bool L_3 = __this->get_disposed_7();
if (L_3)
{
goto IL_003d;
}
}
{
__this->set_disposed_7((bool)1);
bool L_4 = __this->get_leaveOpen_6();
if (L_4)
{
goto IL_003d;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_base_stream_4();
V_0 = L_5;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = V_0;
if (!L_6)
{
goto IL_0036;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = V_0;
NullCheck(L_7);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_7);
}
IL_0036:
{
__this->set_base_stream_4((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
}
IL_003d:
{
bool L_8 = ___disposing0;
Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
intptr_t V_2;
memset((&V_2), 0, sizeof(V_2));
{
int32_t L_0 = ___count2;
if (L_0)
{
goto IL_0005;
}
}
{
return 0;
}
IL_0005:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
V_1 = L_2;
if (!L_2)
{
goto IL_000f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1;
NullCheck(L_3);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))
{
goto IL_0014;
}
}
IL_000f:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_001d;
}
IL_0014:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_1;
NullCheck(L_4);
V_0 = (uint8_t*)(((uintptr_t)((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_001d:
{
uint8_t* L_5 = V_0;
int32_t L_6 = ___offset1;
IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline((intptr_t*)(&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL);
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_7 = __this->get_native_8();
intptr_t L_8 = V_2;
int32_t L_9 = ___count2;
NullCheck(L_7);
int32_t L_10 = DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB(L_7, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Int32 System.IO.Compression.DeflateStream::Read(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = __this->get_disposed_7();
if (!L_0)
{
goto IL_0019;
}
}
{
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var);
}
IL_0019:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___array0;
if (L_4)
{
goto IL_0027;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteralD87CDC078CB88C11234C3F55C5D37B9805C7E3C7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var);
}
IL_0027:
{
bool L_6 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
if (L_6)
{
goto IL_003a;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, _stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var);
}
IL_003a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___array0;
NullCheck(L_8);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))));
int32_t L_9 = ___offset1;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0046;
}
}
{
int32_t L_10 = ___count2;
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_0051;
}
}
IL_0046:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, _stringLiteral162B3619A5B6D68413EDAD946D6DDFE18D6D905B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var);
}
IL_0051:
{
int32_t L_12 = ___offset1;
int32_t L_13 = V_0;
if ((((int32_t)L_12) <= ((int32_t)L_13)))
{
goto IL_0060;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteral9E01CD1E57B5FB9518EDB5C7E1B5764815B87DE1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var);
}
IL_0060:
{
int32_t L_15 = ___offset1;
int32_t L_16 = ___count2;
int32_t L_17 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) <= ((int32_t)L_17)))
{
goto IL_0071;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_18, _stringLiteralCA7F24EC5324B94DAA87C00735D4E1F2B19E035E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var);
}
IL_0071:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___array0;
int32_t L_20 = ___offset1;
int32_t L_21 = ___count2;
int32_t L_22 = DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172(__this, L_19, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
}
// System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
intptr_t V_2;
memset((&V_2), 0, sizeof(V_2));
{
int32_t L_0 = ___count2;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
V_1 = L_2;
if (!L_2)
{
goto IL_000e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1;
NullCheck(L_3);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))
{
goto IL_0013;
}
}
IL_000e:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_001c;
}
IL_0013:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_1;
NullCheck(L_4);
V_0 = (uint8_t*)(((uintptr_t)((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_001c:
{
uint8_t* L_5 = V_0;
int32_t L_6 = ___offset1;
IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline((intptr_t*)(&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL);
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_7 = __this->get_native_8();
intptr_t L_8 = V_2;
int32_t L_9 = ___count2;
NullCheck(L_7);
DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717(L_7, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
return;
}
}
// System.Void System.IO.Compression.DeflateStream::Write(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_disposed_7();
if (!L_0)
{
goto IL_0019;
}
}
{
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var);
}
IL_0019:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___array0;
if (L_4)
{
goto IL_0027;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_6 = ___offset1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0036;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var);
}
IL_0036:
{
int32_t L_8 = ___count2;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_0045;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var);
}
IL_0045:
{
bool L_10 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
if (L_10)
{
goto IL_0058;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_11 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_11, _stringLiteralE0756C6ADA071055D4166C5D4CCD1E3F3F03D150, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var);
}
IL_0058:
{
int32_t L_12 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___array0;
NullCheck(L_13);
int32_t L_14 = ___count2;
if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), (int32_t)L_14)))))
{
goto IL_006b;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteralFE9E842AF635D16DD275052DCDD193BAB8E745FC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var);
}
IL_006b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___array0;
int32_t L_17 = ___offset1;
int32_t L_18 = ___count2;
DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D(__this, L_16, L_17, L_18, /*hidden argument*/NULL);
return;
}
}
// System.Void System.IO.Compression.DeflateStream::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_disposed_7();
if (!L_0)
{
goto IL_0019;
}
}
{
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2_RuntimeMethod_var);
}
IL_0019:
{
bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
if (!L_4)
{
goto IL_002c;
}
}
{
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_5 = __this->get_native_8();
NullCheck(L_5);
DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A(L_5, /*hidden argument*/NULL);
}
IL_002c:
{
return;
}
}
// System.IAsyncResult System.IO.Compression.DeflateStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_disposed_7();
if (!L_0)
{
goto IL_0019;
}
}
{
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var);
}
IL_0019:
{
bool L_4 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
if (L_4)
{
goto IL_002c;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_5 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_5, _stringLiteralA2CB223BA71CF84EDC9D437478B9F75A951A86DB, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var);
}
IL_002c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___array0;
if (L_6)
{
goto IL_003a;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_7, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var);
}
IL_003a:
{
int32_t L_8 = ___count2;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_004e;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var);
}
IL_004e:
{
int32_t L_10 = ___offset1;
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_0062;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var);
}
IL_0062:
{
int32_t L_12 = ___count2;
int32_t L_13 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___array0;
NullCheck(L_14);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_0075;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteralFE9E842AF635D16DD275052DCDD193BAB8E745FC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var);
}
IL_0075:
{
ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * L_16 = (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 *)il2cpp_codegen_object_new(ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4_il2cpp_TypeInfo_var);
ReadMethod__ctor_mE53B3E39C00317DB30A832EBD379AACF17BFD3BD(L_16, __this, (intptr_t)((intptr_t)DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172_RuntimeMethod_var), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___array0;
int32_t L_18 = ___offset1;
int32_t L_19 = ___count2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_20 = ___asyncCallback3;
RuntimeObject * L_21 = ___asyncState4;
NullCheck(L_16);
RuntimeObject* L_22 = ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
}
// System.IAsyncResult System.IO.Compression.DeflateStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_disposed_7();
if (!L_0)
{
goto IL_0019;
}
}
{
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var);
}
IL_0019:
{
bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
if (L_4)
{
goto IL_002c;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteral99C4DCF51C29E206ACBB65FCF35F5D50C53AF35C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var);
}
IL_002c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___array0;
if (L_6)
{
goto IL_003a;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_7, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var);
}
IL_003a:
{
int32_t L_8 = ___count2;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_004e;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var);
}
IL_004e:
{
int32_t L_10 = ___offset1;
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_0062;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var);
}
IL_0062:
{
int32_t L_12 = ___count2;
int32_t L_13 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___array0;
NullCheck(L_14);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_0075;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteralFE9E842AF635D16DD275052DCDD193BAB8E745FC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var);
}
IL_0075:
{
WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * L_16 = (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 *)il2cpp_codegen_object_new(WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397_il2cpp_TypeInfo_var);
WriteMethod__ctor_m2162D4C44E1AE1F1EDD4ED3216E75FFF517073F4(L_16, __this, (intptr_t)((intptr_t)DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D_RuntimeMethod_var), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___array0;
int32_t L_18 = ___offset1;
int32_t L_19 = ___count2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_20 = ___asyncCallback3;
RuntimeObject * L_21 = ___asyncState4;
NullCheck(L_16);
RuntimeObject* L_22 = WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
}
// System.Int32 System.IO.Compression.DeflateStream::EndRead(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B4_0 = NULL;
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B3_0 = NULL;
ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * G_B6_0 = NULL;
ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * G_B5_0 = NULL;
{
RuntimeObject* L_0 = ___asyncResult0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___asyncResult0;
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_3 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var));
G_B3_0 = L_3;
if (L_3)
{
G_B4_0 = L_3;
goto IL_0027;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_RuntimeMethod_var);
}
IL_0027:
{
NullCheck(G_B4_0);
RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0);
ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * L_6 = ((ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 *)IsInstSealed((RuntimeObject*)L_5, ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4_il2cpp_TypeInfo_var));
G_B5_0 = L_6;
if (L_6)
{
G_B6_0 = L_6;
goto IL_0044;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_RuntimeMethod_var);
}
IL_0044:
{
RuntimeObject* L_8 = ___asyncResult0;
NullCheck(G_B6_0);
int32_t L_9 = ReadMethod_EndInvoke_m725BE3F6220C2C6A798B76E84DC3D6AE7E0BC332(G_B6_0, L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Void System.IO.Compression.DeflateStream::EndWrite(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B4_0 = NULL;
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B3_0 = NULL;
WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * G_B6_0 = NULL;
WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * G_B5_0 = NULL;
{
RuntimeObject* L_0 = ___asyncResult0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___asyncResult0;
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_3 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var));
G_B3_0 = L_3;
if (L_3)
{
G_B4_0 = L_3;
goto IL_0027;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_RuntimeMethod_var);
}
IL_0027:
{
NullCheck(G_B4_0);
RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0);
WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * L_6 = ((WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 *)IsInstSealed((RuntimeObject*)L_5, WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397_il2cpp_TypeInfo_var));
G_B5_0 = L_6;
if (L_6)
{
G_B6_0 = L_6;
goto IL_0044;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_RuntimeMethod_var);
}
IL_0044:
{
RuntimeObject* L_8 = ___asyncResult0;
NullCheck(G_B6_0);
WriteMethod_EndInvoke_mAEB6B014D042798F0ECA5A2049FD05AB7CCE5777(G_B6_0, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Int64 System.IO.Compression.DeflateStream::Seek(System.Int64,System.IO.SeekOrigin)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A_RuntimeMethod_var);
}
}
// System.Void System.IO.Compression.DeflateStream::SetLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_SetLength_m5A64BAFC49D03428D4544E4EDEC16E156624CE5E (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_SetLength_m5A64BAFC49D03428D4544E4EDEC16E156624CE5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DeflateStream_SetLength_m5A64BAFC49D03428D4544E4EDEC16E156624CE5E_RuntimeMethod_var);
}
}
// System.Boolean System.IO.Compression.DeflateStream::get_CanRead()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanRead_mCF54AD863DBDF38401781B77865DE38903DF8322 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_disposed_7();
if (L_0)
{
goto IL_001c;
}
}
{
int32_t L_1 = __this->get_mode_5();
if (L_1)
{
goto IL_001c;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_base_stream_4();
NullCheck(L_2);
bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2);
return L_3;
}
IL_001c:
{
return (bool)0;
}
}
// System.Boolean System.IO.Compression.DeflateStream::get_CanSeek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanSeek_m1F9B1A9D5C670EF8F356E41B9E8A8FE293D2ECA2 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.IO.Compression.DeflateStream::get_CanWrite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanWrite_mE50E52E3984C924C7A806A562BD892B25A24EFDE (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_disposed_7();
if (L_0)
{
goto IL_001d;
}
}
{
int32_t L_1 = __this->get_mode_5();
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_001d;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_base_stream_4();
NullCheck(L_2);
bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_2);
return L_3;
}
IL_001d:
{
return (bool)0;
}
}
// System.Int64 System.IO.Compression.DeflateStream::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95_RuntimeMethod_var);
}
}
// System.Int64 System.IO.Compression.DeflateStream::get_Position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359_RuntimeMethod_var);
}
}
// System.Void System.IO.Compression.DeflateStream::set_Position(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A_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
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___array0' to native representation
uint8_t* ____array0_marshaled = NULL;
if (___array0 != NULL)
{
____array0_marshaled = reinterpret_cast<uint8_t*>((___array0)->GetAddressAtUnchecked(0));
}
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(____array0_marshaled, ___offset1, ___count2);
return returnValue;
}
// System.Void System.IO.Compression.DeflateStream_ReadMethod::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadMethod__ctor_mE53B3E39C00317DB30A832EBD379AACF17BFD3BD (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Int32 System.IO.Compression.DeflateStream_ReadMethod::Invoke(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadMethod_Invoke_mDCA2E9597327B1D35024F87A14D9051699DF92BD (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
int32_t result = 0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod);
}
else
{
// closed
typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2);
else
result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2);
else
result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___offset1) - 1), ___count2, targetMethod);
}
typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2);
else
result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___array0, ___offset1, ___count2);
else
result = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___array0, ___offset1, ___count2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___array0) - 1), ___offset1, ___count2, targetMethod);
}
if (targetThis == NULL)
{
typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod);
}
else
{
typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult System.IO.Compression.DeflateStream_ReadMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___array0;
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1);
__d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___count2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Int32 System.IO.Compression.DeflateStream_ReadMethod::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadMethod_EndInvoke_m725BE3F6220C2C6A798B76E84DC3D6AE7E0BC332 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___array0' to native representation
uint8_t* ____array0_marshaled = NULL;
if (___array0 != NULL)
{
____array0_marshaled = reinterpret_cast<uint8_t*>((___array0)->GetAddressAtUnchecked(0));
}
// Native function invocation
il2cppPInvokeFunc(____array0_marshaled, ___offset1, ___count2);
}
// System.Void System.IO.Compression.DeflateStream_WriteMethod::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod__ctor_m2162D4C44E1AE1F1EDD4ED3216E75FFF517073F4 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.IO.Compression.DeflateStream_WriteMethod::Invoke(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod_Invoke_m28514135CBD6D4D6E7491E5AA147E8B8B6F61735 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2);
else
GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2);
else
VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___offset1) - 1), ___count2, targetMethod);
}
typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2);
else
GenericVirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___array0, ___offset1, ___count2);
else
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___array0, ___offset1, ___count2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___array0) - 1), ___offset1, ___count2, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.IO.Compression.DeflateStream_WriteMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___array0;
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1);
__d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___count2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Void System.IO.Compression.DeflateStream_WriteMethod::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod_EndInvoke_mAEB6B014D042798F0ECA5A2049FD05AB7CCE5777 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
extern "C" int32_t CDECL ReversePInvokeWrapper_DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA(___buffer0, ___length1, ___data2, NULL);
return returnValue;
}
extern "C" int32_t CDECL ReversePInvokeWrapper_DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C(___buffer0, ___length1, ___data2, NULL);
return returnValue;
}
// System.Void System.IO.Compression.DeflateStreamNative::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative__ctor_m4134EB9FB9EA98DF37118D0988373AF5C245CFFA (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStreamNative::Create(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressedStream0, int32_t ___mode1, bool ___gzip2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * V_0 = NULL;
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * G_B2_0 = NULL;
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * G_B1_0 = NULL;
UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * G_B3_0 = NULL;
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * G_B3_1 = NULL;
{
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_0 = (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB *)il2cpp_codegen_object_new(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB_il2cpp_TypeInfo_var);
DeflateStreamNative__ctor_m4134EB9FB9EA98DF37118D0988373AF5C245CFFA(L_0, /*hidden argument*/NULL);
V_0 = L_0;
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_1 = V_0;
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_2 = V_0;
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_3 = GCHandle_Alloc_m5BF9DC23B533B904BFEA61136B92916683B46B0F(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
L_1->set_data_3(L_3);
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_4 = V_0;
int32_t L_5 = ___mode1;
G_B1_0 = L_4;
if ((((int32_t)L_5) == ((int32_t)1)))
{
G_B2_0 = L_4;
goto IL_0025;
}
}
{
UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * L_6 = (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0_il2cpp_TypeInfo_var);
UnmanagedReadOrWrite__ctor_mE5BB5534A1F54ABB84F96AEA88AD4ACEA7782E4F(L_6, NULL, (intptr_t)((intptr_t)DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA_RuntimeMethod_var), /*hidden argument*/NULL);
G_B3_0 = L_6;
G_B3_1 = G_B1_0;
goto IL_0031;
}
IL_0025:
{
UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * L_7 = (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0_il2cpp_TypeInfo_var);
UnmanagedReadOrWrite__ctor_mE5BB5534A1F54ABB84F96AEA88AD4ACEA7782E4F(L_7, NULL, (intptr_t)((intptr_t)DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C_RuntimeMethod_var), /*hidden argument*/NULL);
G_B3_0 = L_7;
G_B3_1 = G_B2_0;
}
IL_0031:
{
NullCheck(G_B3_1);
G_B3_1->set_feeder_0(G_B3_0);
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_8 = V_0;
int32_t L_9 = ___mode1;
bool L_10 = ___gzip2;
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_11 = V_0;
NullCheck(L_11);
UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * L_12 = L_11->get_feeder_0();
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_13 = V_0;
NullCheck(L_13);
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_14 = L_13->get_data_3();
intptr_t L_15 = GCHandle_ToIntPtr_m8CF7D07846B0C741B04A2A4E5E9B5D505F4B3CCE(L_14, /*hidden argument*/NULL);
SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_16 = DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1(L_9, L_10, L_12, (intptr_t)L_15, /*hidden argument*/NULL);
NullCheck(L_8);
L_8->set_z_stream_2(L_16);
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_17 = V_0;
NullCheck(L_17);
SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_18 = L_17->get_z_stream_2();
NullCheck(L_18);
bool L_19 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_18);
if (!L_19)
{
goto IL_006a;
}
}
{
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_20 = V_0;
NullCheck(L_20);
DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54(L_20, (bool)1, /*hidden argument*/NULL);
return (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB *)NULL;
}
IL_006a:
{
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_21 = V_0;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = ___compressedStream0;
NullCheck(L_21);
L_21->set_base_stream_1(L_22);
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_23 = V_0;
return L_23;
}
}
// System.Void System.IO.Compression.DeflateStreamNative::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Finalize_m2107C9829B412C82485A3BA21CC5EF5DC8D60C84 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54(__this, (bool)0, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void System.IO.Compression.DeflateStreamNative::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_002a;
}
}
{
bool L_1 = __this->get_disposed_4();
if (L_1)
{
goto IL_002a;
}
}
{
__this->set_disposed_4((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
__this->set_io_buffer_5((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_2 = __this->get_z_stream_2();
NullCheck(L_2);
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A(L_2, /*hidden argument*/NULL);
}
IL_002a:
{
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * L_3 = __this->get_address_of_data_3();
bool L_4 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0042;
}
}
{
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * L_5 = __this->get_address_of_data_3();
GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)L_5, /*hidden argument*/NULL);
}
IL_0042:
{
return;
}
}
// System.Void System.IO.Compression.DeflateStreamNative::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_0 = __this->get_z_stream_2();
int32_t L_1 = DeflateStreamNative_Flush_m5C49CB75BC4C3C11E5E5AC87A3BD5F7F75213A41(L_0, /*hidden argument*/NULL);
DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C(L_1, _stringLiteral7C936D7C5A91DCA9198671C84F6C29001E1635E0, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_0 = __this->get_z_stream_2();
intptr_t L_1 = ___buffer0;
int32_t L_2 = ___length1;
int32_t L_3 = DeflateStreamNative_ReadZStream_m46708AF36538E1AD3F5A34CD2E6F949881053180(L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL);
int32_t L_4 = L_3;
DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C(L_4, _stringLiteral2E4466EF93355FCC8CF4F5C7A5CB223090BB352B, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.IO.Compression.DeflateStreamNative::WriteZStream(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_0 = __this->get_z_stream_2();
intptr_t L_1 = ___buffer0;
int32_t L_2 = ___length1;
int32_t L_3 = DeflateStreamNative_WriteZStream_m84D7A3BFC82F4227A0871D9A49EBD47B6E355DB5(L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL);
DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C(L_3, _stringLiteralCDB100EC27456EEE1BC5B8D252DC239C8D478DAB, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0;
memset((&V_0), 0, sizeof(V_0));
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * V_1 = NULL;
{
intptr_t L_0 = ___data2;
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_1 = GCHandle_FromIntPtr_mB803C8ECA1D723F1C51A69F7A7E09E269488D36C((intptr_t)L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL);
V_1 = ((DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB *)IsInstClass((RuntimeObject*)L_2, DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB_il2cpp_TypeInfo_var));
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_3 = V_1;
if (L_3)
{
goto IL_0019;
}
}
{
return (-1);
}
IL_0019:
{
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_4 = V_1;
intptr_t L_5 = ___buffer0;
int32_t L_6 = ___length1;
NullCheck(L_4);
int32_t L_7 = DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453(L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_io_buffer_5();
if (L_0)
{
goto IL_0018;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
__this->set_io_buffer_5(L_1);
}
IL_0018:
{
int32_t L_2 = ___length1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_io_buffer_5();
NullCheck(L_3);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_2, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
V_0 = L_4;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_base_stream_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_io_buffer_5();
int32_t L_7 = V_0;
NullCheck(L_5);
int32_t L_8 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7);
V_1 = L_8;
int32_t L_9 = V_1;
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_004d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_io_buffer_5();
intptr_t L_11 = ___buffer0;
int32_t L_12 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
Marshal_Copy_m0486DFF229946F0F9E6A04DDDF3BC9E5F1609A5A(L_10, 0, (intptr_t)L_11, L_12, /*hidden argument*/NULL);
}
IL_004d:
{
int32_t L_13 = V_1;
return L_13;
}
}
// System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0;
memset((&V_0), 0, sizeof(V_0));
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * V_1 = NULL;
{
intptr_t L_0 = ___data2;
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_1 = GCHandle_FromIntPtr_mB803C8ECA1D723F1C51A69F7A7E09E269488D36C((intptr_t)L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL);
V_1 = ((DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB *)IsInstClass((RuntimeObject*)L_2, DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB_il2cpp_TypeInfo_var));
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_3 = V_1;
if (L_3)
{
goto IL_0019;
}
}
{
return (-1);
}
IL_0019:
{
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_4 = V_1;
intptr_t L_5 = ___buffer0;
int32_t L_6 = ___length1;
NullCheck(L_4);
int32_t L_7 = DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A(L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
goto IL_0065;
}
IL_0004:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_io_buffer_5();
if (L_0)
{
goto IL_001c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
__this->set_io_buffer_5(L_1);
}
IL_001c:
{
int32_t L_2 = ___length1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_io_buffer_5();
NullCheck(L_3);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_2, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
V_1 = L_4;
intptr_t L_5 = ___buffer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_io_buffer_5();
int32_t L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_5, L_6, 0, L_7, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_base_stream_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_io_buffer_5();
int32_t L_10 = V_1;
NullCheck(L_8);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10);
void* L_11 = IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline((intptr_t*)(&___buffer0), /*hidden argument*/NULL);
int32_t L_12 = V_1;
IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline((intptr_t*)(&___buffer0), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL);
int32_t L_13 = ___length1;
int32_t L_14 = V_1;
___length1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14));
int32_t L_15 = V_0;
int32_t L_16 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16));
}
IL_0065:
{
int32_t L_17 = ___length1;
if ((((int32_t)L_17) > ((int32_t)0)))
{
goto IL_0004;
}
}
{
int32_t L_18 = V_0;
return L_18;
}
}
// System.Void System.IO.Compression.DeflateStreamNative::CheckResult(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C (int32_t ___result0, String_t* ___where1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
int32_t L_0 = ___result0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0005;
}
}
{
return;
}
IL_0005:
{
int32_t L_1 = ___result0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-11))))
{
case 0:
{
goto IL_0074;
}
case 1:
{
goto IL_006c;
}
case 2:
{
goto IL_007c;
}
case 3:
{
goto IL_007c;
}
case 4:
{
goto IL_007c;
}
case 5:
{
goto IL_0064;
}
case 6:
{
goto IL_005c;
}
case 7:
{
goto IL_0054;
}
case 8:
{
goto IL_004c;
}
case 9:
{
goto IL_0044;
}
case 10:
{
goto IL_003c;
}
}
}
{
goto IL_007c;
}
IL_003c:
{
V_0 = _stringLiteralE5FD9AA24C9417E7332E6F25936AE2A6EC8F1524;
goto IL_0082;
}
IL_0044:
{
V_0 = _stringLiteralABA442733B6BE4C5CDA42A8593EAF3BC048FBE18;
goto IL_0082;
}
IL_004c:
{
V_0 = _stringLiteral789969EAF7D10D212A03811AC374BB7B7921E3D2;
goto IL_0082;
}
IL_0054:
{
V_0 = _stringLiteralFACD4C2D5BDCE52A545593E87469A809AC0E1231;
goto IL_0082;
}
IL_005c:
{
V_0 = _stringLiteral7AF8775D5B30FBB6D0F7780504AD9948D7D302AF;
goto IL_0082;
}
IL_0064:
{
V_0 = _stringLiteral902E1C9C702765BFD051F2EA2095144DF20BEFF3;
goto IL_0082;
}
IL_006c:
{
V_0 = _stringLiteral38CF85963BD4C46FE562DAD9987D761639120DFC;
goto IL_0082;
}
IL_0074:
{
V_0 = _stringLiteralE3F959C681BFAE1A38F2CC644ABE3A9F51F25000;
goto IL_0082;
}
IL_007c:
{
V_0 = _stringLiteralE5FD9AA24C9417E7332E6F25936AE2A6EC8F1524;
}
IL_0082:
{
String_t* L_2 = V_0;
String_t* L_3 = ___where1;
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_3, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_5 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C_RuntimeMethod_var);
}
}
#if !FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C void* CDECL CreateZStream(int32_t, int32_t, Il2CppMethodPointer, intptr_t);
#endif
// System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1 (int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * ___feeder2, intptr_t ___data3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
typedef void* (CDECL *PInvokeFunc) (int32_t, int32_t, Il2CppMethodPointer, intptr_t);
// Marshaling of parameter '___feeder2' to native representation
Il2CppMethodPointer ____feeder2_marshaled = NULL;
____feeder2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___feeder2));
// Native function invocation
void* returnValue = reinterpret_cast<PInvokeFunc>(CreateZStream)(___compress0, static_cast<int32_t>(___gzip1), ____feeder2_marshaled, ___data3);
// Marshaling of return value back from native representation
SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * _returnValue_unmarshaled = (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959*)il2cpp_codegen_object_new(SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959_il2cpp_TypeInfo_var);
SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C(_returnValue_unmarshaled, NULL);
intptr_t _returnValue_unmarshaled_handle_temp;
_returnValue_unmarshaled_handle_temp = (intptr_t)returnValue;
(_returnValue_unmarshaled)->set_handle_0(_returnValue_unmarshaled_handle_temp);
return _returnValue_unmarshaled;
}
#if !FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t CDECL CloseZStream(intptr_t);
#endif
// System.Int32 System.IO.Compression.DeflateStreamNative::CloseZStream(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_CloseZStream_m78C1214688A65F44F6347E6AB3A6A1C736567D48 (intptr_t ___stream0, const RuntimeMethod* method)
{
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(CloseZStream)(___stream0);
return returnValue;
}
#if !FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t CDECL Flush(void*);
#endif
// System.Int32 System.IO.Compression.DeflateStreamNative::Flush(System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_Flush_m5C49CB75BC4C3C11E5E5AC87A3BD5F7F75213A41 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, const RuntimeMethod* method)
{
typedef int32_t (CDECL *PInvokeFunc) (void*);
// Marshaling of parameter '___stream0' to native representation
void* ____stream0_marshaled = NULL;
if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL);
bool ___safeHandle_reference_incremented_for____stream0 = false;
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL);
____stream0_marshaled = reinterpret_cast<void*>((___stream0)->get_handle_0());
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(Flush)(____stream0_marshaled);
// Marshaling cleanup of parameter '___stream0' native representation
if (___safeHandle_reference_incremented_for____stream0)
{
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(___stream0, NULL);
}
return returnValue;
}
#if !FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t CDECL ReadZStream(void*, intptr_t, int32_t);
#endif
// System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m46708AF36538E1AD3F5A34CD2E6F949881053180 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method)
{
typedef int32_t (CDECL *PInvokeFunc) (void*, intptr_t, int32_t);
// Marshaling of parameter '___stream0' to native representation
void* ____stream0_marshaled = NULL;
if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL);
bool ___safeHandle_reference_incremented_for____stream0 = false;
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL);
____stream0_marshaled = reinterpret_cast<void*>((___stream0)->get_handle_0());
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(ReadZStream)(____stream0_marshaled, ___buffer1, ___length2);
// Marshaling cleanup of parameter '___stream0' native representation
if (___safeHandle_reference_incremented_for____stream0)
{
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(___stream0, NULL);
}
return returnValue;
}
#if !FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t CDECL WriteZStream(void*, intptr_t, int32_t);
#endif
// System.Int32 System.IO.Compression.DeflateStreamNative::WriteZStream(System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_WriteZStream_m84D7A3BFC82F4227A0871D9A49EBD47B6E355DB5 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method)
{
typedef int32_t (CDECL *PInvokeFunc) (void*, intptr_t, int32_t);
// Marshaling of parameter '___stream0' to native representation
void* ____stream0_marshaled = NULL;
if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL);
bool ___safeHandle_reference_incremented_for____stream0 = false;
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL);
____stream0_marshaled = reinterpret_cast<void*>((___stream0)->get_handle_0());
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(WriteZStream)(____stream0_marshaled, ___buffer1, ___length2);
// Marshaling cleanup of parameter '___stream0' native representation
if (___safeHandle_reference_incremented_for____stream0)
{
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(___stream0, NULL);
}
return returnValue;
}
#ifdef __clang__
#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.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle::get_IsInvalid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeDeflateStreamHandle_get_IsInvalid_mC280A71E9A5849EE9A2C20A495195A9E424529F8 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeDeflateStreamHandle_get_IsInvalid_mC280A71E9A5849EE9A2C20A495195A9E424529F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
intptr_t L_0 = ((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)__this)->get_handle_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SafeHandle__ctor_m1C6D7FAF3570FDEB923B03B39966B9ACA1530442(__this, (intptr_t)(0), (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle::ReleaseHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeDeflateStreamHandle_ReleaseHandle_m2C78D7C47B12A72DAA4F404D81198CC6B4135D00 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = ((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)__this)->get_handle_0();
DeflateStreamNative_CloseZStream_m78C1214688A65F44F6347E6AB3A6A1C736567D48((intptr_t)L_0, /*hidden argument*/NULL);
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method)
{
typedef int32_t (CDECL *PInvokeFunc)(intptr_t, int32_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___buffer0, ___length1, ___data2);
return returnValue;
}
// System.Void System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedReadOrWrite__ctor_mE5BB5534A1F54ABB84F96AEA88AD4ACEA7782E4F (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Int32 System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite::Invoke(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnmanagedReadOrWrite_Invoke_m93B39DAB47C0E3ACA9A96F7C1FE94920BA1F6159 (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method)
{
int32_t result = 0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, intptr_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___length1, ___data2, targetMethod);
}
else
{
// closed
typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___buffer0, ___length1, ___data2);
else
result = GenericVirtFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___buffer0, ___length1, ___data2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___length1, ___data2);
else
result = VirtFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___length1, ___data2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, intptr_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___buffer0) - 1), ___length1, ___data2, targetMethod);
}
typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod);
}
}
}
return result;
}
// System.IAsyncResult System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite::BeginInvoke(System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnmanagedReadOrWrite_BeginInvoke_mBD3A8C89B1537B538B8C9560653E868F7BC00A8A (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnmanagedReadOrWrite_BeginInvoke_mBD3A8C89B1537B538B8C9560653E868F7BC00A8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___buffer0);
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___length1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___data2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Int32 System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnmanagedReadOrWrite_EndInvoke_m85287673FC7C1F1ADEB4C9933E1E2BCCC685195E (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_m9C3683B47B672DF5A75101E7F81CC2DD24083A3F (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
int32_t L_1 = ___mode1;
GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, bool ___leaveOpen2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
int32_t L_1 = ___mode1;
bool L_2 = ___leaveOpen2;
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_3 = (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE *)il2cpp_codegen_object_new(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE_il2cpp_TypeInfo_var);
DeflateStream__ctor_m433651A7BC50F26DB827398C1B47C85FB43CA459(L_3, L_0, L_1, L_2, ((int32_t)31), /*hidden argument*/NULL);
__this->set__deflateStream_4(L_3);
return;
}
}
// System.Boolean System.IO.Compression.GZipStream::get_CanRead()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GZipStream_get_CanRead_mC0CF766644728926DB6D167141DF6A6598B6549D (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method)
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B2_0 = NULL;
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B1_0 = NULL;
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
NullCheck(G_B2_0);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, G_B2_0);
return L_2;
}
}
// System.Boolean System.IO.Compression.GZipStream::get_CanWrite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GZipStream_get_CanWrite_m4E9D5EFBEB69C9B70D7A910466ADB3F13FA8E016 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method)
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B2_0 = NULL;
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B1_0 = NULL;
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
NullCheck(G_B2_0);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, G_B2_0);
return L_2;
}
}
// System.Boolean System.IO.Compression.GZipStream::get_CanSeek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GZipStream_get_CanSeek_mE3394DD50578E5CCAA59BB1658F40E4DF6D39C5A (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method)
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B2_0 = NULL;
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B1_0 = NULL;
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
NullCheck(G_B2_0);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, G_B2_0);
return L_2;
}
}
// System.Int64 System.IO.Compression.GZipStream::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427_RuntimeMethod_var);
}
}
// System.Int64 System.IO.Compression.GZipStream::get_Position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971_RuntimeMethod_var);
}
}
// System.Void System.IO.Compression.GZipStream::set_Position(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174_RuntimeMethod_var);
}
}
// System.Void System.IO.Compression.GZipStream::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_Flush_m4816454A0CB5862BB48E6D4F50B640E1B1537232 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method)
{
{
GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL);
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
NullCheck(L_0);
VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0);
return;
}
}
// System.Int64 System.IO.Compression.GZipStream::Seek(System.Int64,System.IO.SeekOrigin)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF_RuntimeMethod_var);
}
}
// System.Void System.IO.Compression.GZipStream::SetLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_SetLength_mB9B1AC840092A7A6BEEA92CB44231E29EEEA3B78 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_SetLength_mB9B1AC840092A7A6BEEA92CB44231E29EEEA3B78_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_SetLength_mB9B1AC840092A7A6BEEA92CB44231E29EEEA3B78_RuntimeMethod_var);
}
}
// System.Int32 System.IO.Compression.GZipStream::ReadByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GZipStream_ReadByte_m907343349254265C2A2C33F81F05902EB1FB45FD (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method)
{
{
GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL);
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_0);
return L_1;
}
}
// System.IAsyncResult System.IO.Compression.GZipStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GZipStream_BeginRead_m4D9A6FDB6B844509C53DE42AC41F41AB3D072FE4 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_BeginRead_m4D9A6FDB6B844509C53DE42AC41F41AB3D072FE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___count2;
IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var);
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = CancellationToken_get_None_m008D4CF5E11172703A6D781A3C30E6E537004F1D(/*hidden argument*/NULL);
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_4 = VirtFuncInvoker4< Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(21 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, __this, L_0, L_1, L_2, L_3);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_5 = ___asyncCallback3;
RuntimeObject * L_6 = ___asyncState4;
RuntimeObject* L_7 = TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175(L_4, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Int32 System.IO.Compression.GZipStream::EndRead(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GZipStream_EndRead_m06C42C55E06295656D4DDEF65EF0B9EBBA5E140E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_EndRead_m06C42C55E06295656D4DDEF65EF0B9EBBA5E140E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___asyncResult0;
int32_t L_1 = TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234(L_0, /*hidden argument*/TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_RuntimeMethod_var);
return L_1;
}
}
// System.Int32 System.IO.Compression.GZipStream::Read(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GZipStream_Read_m2519B93AA6E8DFCB2FB80D101C41CDF0B0B642DA (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
{
GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL);
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
NullCheck(L_0);
int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
return L_4;
}
}
// System.IAsyncResult System.IO.Compression.GZipStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GZipStream_BeginWrite_mFCB8E7B7B7310C135BF1D67E099D64579919ADC7 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_BeginWrite_mFCB8E7B7B7310C135BF1D67E099D64579919ADC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___count2;
IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var);
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = CancellationToken_get_None_m008D4CF5E11172703A6D781A3C30E6E537004F1D(/*hidden argument*/NULL);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, __this, L_0, L_1, L_2, L_3);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_5 = ___asyncCallback3;
RuntimeObject * L_6 = ___asyncState4;
RuntimeObject* L_7 = TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175(L_4, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Void System.IO.Compression.GZipStream::EndWrite(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_EndWrite_m4B3C3FC29158D275B35542599F3CCEE759D3DE6E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___asyncResult0;
TaskToApm_End_m1BCAAEC9A8AED75C16537F0D568BE8AE8670FD1A(L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.IO.Compression.GZipStream::Write(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_Write_m81257DD2D1826DA3B44251B08242D077ED9CD7D2 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
{
GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL);
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
NullCheck(L_0);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
return;
}
}
// System.Void System.IO.Compression.GZipStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_Dispose_m6D211516ACD8C14D25A8A8799AC1A87E64A222DC (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, bool ___disposing0, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_0016;
}
}
IL_0003:
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_1 = __this->get__deflateStream_4();
if (!L_1)
{
goto IL_0016;
}
}
IL_000b:
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_2 = __this->get__deflateStream_4();
NullCheck(L_2);
Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_2, /*hidden argument*/NULL);
}
IL_0016:
{
__this->set__deflateStream_4((DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE *)NULL);
IL2CPP_LEAVE(0x27, FINALLY_001f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001f;
}
FINALLY_001f:
{ // begin finally (depth: 1)
bool L_3 = ___disposing0;
Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_3, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(31)
} // end finally (depth: 1)
IL2CPP_CLEANUP(31)
{
IL2CPP_JUMP_TBL(0x27, IL_0027)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0027:
{
return;
}
}
// System.Threading.Tasks.Task`1<System.Int32> System.IO.Compression.GZipStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * GZipStream_ReadAsync_m3BD0D468C6425BD723A5583909DC91E23B674F40 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
{
GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL);
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken3;
NullCheck(L_0);
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_5 = VirtFuncInvoker4< Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(21 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_0, L_1, L_2, L_3, L_4);
return L_5;
}
}
// System.Threading.Tasks.Task System.IO.Compression.GZipStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * GZipStream_WriteAsync_m394365FCE110E29C7557F9D2B21FCBC67CCC1C5E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
{
GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL);
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken3;
NullCheck(L_0);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_0, L_1, L_2, L_3, L_4);
return L_5;
}
}
// System.Threading.Tasks.Task System.IO.Compression.GZipStream::FlushAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * GZipStream_FlushAsync_m10D0CEBB2CC98DF7F0274AE97CB7172A3051A8F8 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method)
{
{
GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL);
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_1 = ___cancellationToken0;
NullCheck(L_0);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = VirtFuncInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(18 /* System.Threading.Tasks.Task System.IO.Stream::FlushAsync(System.Threading.CancellationToken) */, L_0, L_1);
return L_2;
}
}
// System.Void System.IO.Compression.GZipStream::CheckDeflateStream()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method)
{
{
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4();
if (L_0)
{
goto IL_000d;
}
}
{
GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA(/*hidden argument*/NULL);
}
IL_000d:
{
return;
}
}
// System.Void System.IO.Compression.GZipStream::ThrowStreamClosedException()
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_0 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_0, (String_t*)NULL, _stringLiteral24DEE1AC4BAA7C3BE84AE093001E114B0AABD710, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.IOAsyncCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985 (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.IOAsyncCallback::Invoke(System.IOAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncCallback_Invoke_mB95F7E7F0E8326CE5364A30F42FC1073B0AB2D8B (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ioares0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___ioares0, targetMethod);
}
}
else if (___parameterCount != 1)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___ioares0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___ioares0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___ioares0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___ioares0);
}
}
else
{
typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(targetMethod, targetThis, ___ioares0);
else
GenericVirtActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(targetMethod, targetThis, ___ioares0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ioares0);
else
VirtActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ioares0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___ioares0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___ioares0, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.IOAsyncCallback::BeginInvoke(System.IOAsyncResult,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IOAsyncCallback_BeginInvoke_mB8CACF8990B91DF4A695E597CEBE4BA09354C32C (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ioares0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___ioares0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void System.IOAsyncCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncCallback_EndInvoke_m397237D5497A9029CC3FACE692D11BDC1558A727 (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.IOAsyncResult
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled)
{
Exception_t* ___wait_handle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'wait_handle' of type 'IOAsyncResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___wait_handle_2Exception, NULL);
}
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke_back(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled)
{
Exception_t* ___wait_handle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'wait_handle' of type 'IOAsyncResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___wait_handle_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.IOAsyncResult
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke_cleanup(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.IOAsyncResult
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled)
{
Exception_t* ___wait_handle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'wait_handle' of type 'IOAsyncResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___wait_handle_2Exception, NULL);
}
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com_back(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled)
{
Exception_t* ___wait_handle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'wait_handle' of type 'IOAsyncResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___wait_handle_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.IOAsyncResult
IL2CPP_EXTERN_C void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com_cleanup(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled)
{
}
// System.Void System.IOAsyncResult::.ctor(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncResult__ctor_m95A3D285F38AF74293A4956A6232F6B11DB8CFB9 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___async_callback0, RuntimeObject * ___async_state1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = ___async_callback0;
__this->set_async_callback_0(L_0);
RuntimeObject * L_1 = ___async_state1;
__this->set_async_state_1(L_1);
return;
}
}
// System.AsyncCallback System.IOAsyncResult::get_AsyncCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * IOAsyncResult_get_AsyncCallback_m1D3A0A3BCC3432B64968E7DC4D3A2ECAA6ABDB60 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method)
{
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_async_callback_0();
return L_0;
}
}
// System.Object System.IOAsyncResult::get_AsyncState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_async_state_1();
return L_0;
}
}
// System.Threading.WaitHandle System.IOAsyncResult::get_AsyncWaitHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * V_0 = NULL;
bool V_1 = false;
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_1 = __this->get_wait_handle_2();
if (L_1)
{
goto IL_0025;
}
}
IL_0014:
{
bool L_2 = __this->get_completed_4();
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_3, L_2, /*hidden argument*/NULL);
__this->set_wait_handle_2(L_3);
}
IL_0025:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = __this->get_wait_handle_2();
V_2 = L_4;
IL2CPP_LEAVE(0x38, FINALLY_002e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002e;
}
FINALLY_002e:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0037;
}
}
IL_0031:
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0037:
{
IL2CPP_END_FINALLY(46)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(46)
{
IL2CPP_JUMP_TBL(0x38, IL_0038)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0038:
{
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_7 = V_2;
return L_7;
}
}
// System.Boolean System.IOAsyncResult::get_CompletedSynchronously()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IOAsyncResult_get_CompletedSynchronously_m55D4C57A46BF019D4FAF05ABE30E6EEEA6A78277 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_completed_synchronously_3();
return L_0;
}
}
// System.Void System.IOAsyncResult::set_CompletedSynchronously(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncResult_set_CompletedSynchronously_mF2CA3BB7E351A84EEC942B66816756361616EA75 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_completed_synchronously_3(L_0);
return;
}
}
// System.Boolean System.IOAsyncResult::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_completed_4();
return L_0;
}
}
// System.Void System.IOAsyncResult::set_IsCompleted(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncResult_set_IsCompleted_mEC1108082A9F409122195D340A5EC901D67F013E (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, bool ___value0, const RuntimeMethod* method)
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
bool L_0 = ___value0;
__this->set_completed_4(L_0);
V_0 = __this;
V_1 = (bool)0;
}
IL_000b:
try
{ // begin try (depth: 1)
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
bool L_2 = ___value0;
if (!L_2)
{
goto IL_002a;
}
}
IL_0016:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = __this->get_wait_handle_2();
if (!L_3)
{
goto IL_002a;
}
}
IL_001e:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = __this->get_wait_handle_2();
NullCheck(L_4);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_4, /*hidden argument*/NULL);
}
IL_002a:
{
IL2CPP_LEAVE(0x36, FINALLY_002c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002c;
}
FINALLY_002c:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0035;
}
}
IL_002f:
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0035:
{
IL2CPP_END_FINALLY(44)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(44)
{
IL2CPP_JUMP_TBL(0x36, IL_0036)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0036:
{
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.IOSelector::Add(System.IntPtr,System.IOSelectorJob)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1 (intptr_t ___handle0, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * ___job1, const RuntimeMethod* method)
{
typedef void (*IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1_ftn) (intptr_t, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 *);
using namespace il2cpp::icalls;
((IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1_ftn)ves_icall_System_IOSelector_Add) (___handle0, ___job1);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.IOSelectorJob
IL2CPP_EXTERN_C void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_pinvoke(const IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99& unmarshaled, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke& marshaled)
{
Exception_t* ___state_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'state' of type 'IOSelectorJob': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___state_2Exception, NULL);
}
IL2CPP_EXTERN_C void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_pinvoke_back(const IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke& marshaled, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99& unmarshaled)
{
Exception_t* ___state_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'state' of type 'IOSelectorJob': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___state_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.IOSelectorJob
IL2CPP_EXTERN_C void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_pinvoke_cleanup(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.IOSelectorJob
IL2CPP_EXTERN_C void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_com(const IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99& unmarshaled, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com& marshaled)
{
Exception_t* ___state_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'state' of type 'IOSelectorJob': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___state_2Exception, NULL);
}
IL2CPP_EXTERN_C void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_com_back(const IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com& marshaled, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99& unmarshaled)
{
Exception_t* ___state_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'state' of type 'IOSelectorJob': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___state_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.IOSelectorJob
IL2CPP_EXTERN_C void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_com_cleanup(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com& marshaled)
{
}
// System.Void System.IOSelectorJob::.ctor(System.IOOperation,System.IOAsyncCallback,System.IOAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelectorJob__ctor_m2E68791B3E12177FE5236874FA9BDBE1CA97C676 (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, int32_t ___operation0, IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___callback1, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___state2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___operation0;
__this->set_operation_0(L_0);
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_1 = ___callback1;
__this->set_callback_1(L_1);
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_2 = ___state2;
__this->set_state_2(L_2);
return;
}
}
// System.Void System.IOSelectorJob::System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelectorJob_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_mF6591C2577197BFD98B2423F8696E5816191FF3F (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, const RuntimeMethod* method)
{
{
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_0 = __this->get_callback_1();
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_1 = __this->get_state_2();
NullCheck(L_0);
IOAsyncCallback_Invoke_mB95F7E7F0E8326CE5364A30F42FC1073B0AB2D8B(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.IOSelectorJob::System.Threading.IThreadPoolWorkItem.MarkAborted(System.Threading.ThreadAbortException)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelectorJob_System_Threading_IThreadPoolWorkItem_MarkAborted_m3BB2FE95A7033F6994973BF8814C16F4B163A0D6 (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * ___tae0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.IOSelectorJob::MarkDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelectorJob_MarkDisposed_m2B168E38A597550A3605ABF0032F67967CD43077 (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, const RuntimeMethod* method)
{
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = __this->get_state_2();
NullCheck(L_0);
VirtActionInvoker0::Invoke(8 /* System.Void System.IOAsyncResult::CompleteDisposed() */, 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.String System.IPv4AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv4AddressHelper_ParseCanonicalName_m2A8C35045CE02D6FC2C4251F239D1C0074E0E813 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___isLoopback3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv4AddressHelper_ParseCanonicalName_m2A8C35045CE02D6FC2C4251F239D1C0074E0E813_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
{
int8_t* L_0 = (int8_t*) alloca((((uintptr_t)4)));
memset(L_0, 0, (((uintptr_t)4)));
V_0 = (uint8_t*)(L_0);
bool* L_1 = ___isLoopback3;
String_t* L_2 = ___str0;
uint8_t* L_3 = V_0;
int32_t L_4 = ___start1;
int32_t L_5 = ___end2;
bool L_6 = IPv4AddressHelper_Parse_m08110623FAC14806376148D7C16AB95A428EA6CF(L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, /*hidden argument*/NULL);
*((int8_t*)L_1) = (int8_t)L_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
uint8_t* L_9 = V_0;
int32_t L_10 = *((uint8_t*)L_9);
uint8_t L_11 = ((uint8_t)L_10);
RuntimeObject * L_12 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_12);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_8;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
uint8_t* L_15 = V_0;
int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)1)));
uint8_t L_17 = ((uint8_t)L_16);
RuntimeObject * L_18 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_18);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_18);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_14;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19;
uint8_t* L_21 = V_0;
int32_t L_22 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)2)));
uint8_t L_23 = ((uint8_t)L_22);
RuntimeObject * L_24 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_23);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_24);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_24);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_20;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25;
uint8_t* L_27 = V_0;
int32_t L_28 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, (int32_t)3)));
uint8_t L_29 = ((uint8_t)L_28);
RuntimeObject * L_30 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_30);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_30);
String_t* L_31 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_26, /*hidden argument*/NULL);
return L_31;
}
}
// System.Int32 System.IPv4AddressHelper::ParseHostNumber(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IPv4AddressHelper_ParseHostNumber_m798FB6828971F70775D1125565A1D1025C897F14 (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
int8_t* L_0 = (int8_t*) alloca((((uintptr_t)4)));
memset(L_0, 0, (((uintptr_t)4)));
V_0 = (uint8_t*)(L_0);
String_t* L_1 = ___str0;
uint8_t* L_2 = V_0;
int32_t L_3 = ___start1;
int32_t L_4 = ___end2;
IPv4AddressHelper_ParseCanonical_m9D4552558C934E373D188DDA0BC1D1DEF5A62C33(L_1, (uint8_t*)(uint8_t*)L_2, L_3, L_4, /*hidden argument*/NULL);
uint8_t* L_5 = V_0;
int32_t L_6 = *((uint8_t*)L_5);
uint8_t* L_7 = V_0;
int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)1)));
uint8_t* L_9 = V_0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2)));
uint8_t* L_11 = V_0;
int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)3)));
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_6<<(int32_t)((int32_t)24))), (int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_10<<(int32_t)8)))), (int32_t)L_12));
}
}
// System.Boolean System.IPv4AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValid_mD96D91E0F3830414F4601A4521E71DE832A45843 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, bool ___unknownScheme5, const RuntimeMethod* method)
{
{
bool L_0 = ___allowIPv63;
bool L_1 = ___unknownScheme5;
if (!((int32_t)((int32_t)L_0|(int32_t)L_1)))
{
goto IL_0012;
}
}
{
Il2CppChar* L_2 = ___name0;
int32_t L_3 = ___start1;
int32_t* L_4 = ___end2;
bool L_5 = ___allowIPv63;
bool L_6 = ___notImplicitFile4;
bool L_7 = IPv4AddressHelper_IsValidCanonical_mC27E31F1F043D68BC52719892D34EDDC7851B120((Il2CppChar*)(Il2CppChar*)L_2, L_3, (int32_t*)L_4, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0012:
{
Il2CppChar* L_8 = ___name0;
int32_t L_9 = ___start1;
int32_t* L_10 = ___end2;
bool L_11 = ___notImplicitFile4;
int64_t L_12 = IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E((Il2CppChar*)(Il2CppChar*)L_8, L_9, (int32_t*)L_10, L_11, /*hidden argument*/NULL);
return (bool)((((int32_t)((((int64_t)L_12) == ((int64_t)(((int64_t)((int64_t)(-1))))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.IPv4AddressHelper::IsValidCanonical(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValidCanonical_mC27E31F1F043D68BC52719892D34EDDC7851B120 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
Il2CppChar V_4 = 0x0;
int32_t G_B32_0 = 0;
int32_t G_B31_0 = 0;
{
V_0 = 0;
V_1 = 0;
V_2 = (bool)0;
V_3 = (bool)0;
goto IL_00d0;
}
IL_000d:
{
Il2CppChar* L_0 = ___name0;
int32_t L_1 = ___start1;
int32_t L_2 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2)))));
V_4 = L_2;
bool L_3 = ___allowIPv63;
if (!L_3)
{
goto IL_0036;
}
}
{
Il2CppChar L_4 = V_4;
if ((((int32_t)L_4) == ((int32_t)((int32_t)93))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_5 = V_4;
if ((((int32_t)L_5) == ((int32_t)((int32_t)47))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_6 = V_4;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)37)))))
{
goto IL_0061;
}
}
{
goto IL_00d8;
}
IL_0036:
{
Il2CppChar L_7 = V_4;
if ((((int32_t)L_7) == ((int32_t)((int32_t)47))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_8 = V_4;
if ((((int32_t)L_8) == ((int32_t)((int32_t)92))))
{
goto IL_00d8;
}
}
{
bool L_9 = ___notImplicitFile4;
if (!L_9)
{
goto IL_0061;
}
}
{
Il2CppChar L_10 = V_4;
if ((((int32_t)L_10) == ((int32_t)((int32_t)58))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_11 = V_4;
if ((((int32_t)L_11) == ((int32_t)((int32_t)63))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_12 = V_4;
if ((((int32_t)L_12) == ((int32_t)((int32_t)35))))
{
goto IL_00d8;
}
}
IL_0061:
{
Il2CppChar L_13 = V_4;
if ((((int32_t)L_13) > ((int32_t)((int32_t)57))))
{
goto IL_00aa;
}
}
{
Il2CppChar L_14 = V_4;
if ((((int32_t)L_14) < ((int32_t)((int32_t)48))))
{
goto IL_00aa;
}
}
{
bool L_15 = V_2;
if (L_15)
{
goto IL_008e;
}
}
{
Il2CppChar L_16 = V_4;
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)48)))))
{
goto IL_008e;
}
}
{
int32_t L_17 = ___start1;
int32_t* L_18 = ___end2;
int32_t L_19 = *((int32_t*)L_18);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))) >= ((int32_t)L_19)))
{
goto IL_008c;
}
}
{
Il2CppChar* L_20 = ___name0;
int32_t L_21 = ___start1;
int32_t L_22 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)))), (int32_t)2)))));
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)48)))))
{
goto IL_008c;
}
}
{
return (bool)0;
}
IL_008c:
{
V_3 = (bool)1;
}
IL_008e:
{
V_2 = (bool)1;
int32_t L_23 = V_1;
Il2CppChar* L_24 = ___name0;
int32_t L_25 = ___start1;
int32_t L_26 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_25)), (int32_t)2)))));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)48)))));
int32_t L_27 = V_1;
if ((((int32_t)L_27) <= ((int32_t)((int32_t)255))))
{
goto IL_00cb;
}
}
{
return (bool)0;
}
IL_00aa:
{
Il2CppChar L_28 = V_4;
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)46)))))
{
goto IL_00c9;
}
}
{
bool L_29 = V_2;
if (!L_29)
{
goto IL_00bb;
}
}
{
int32_t L_30 = V_1;
bool L_31 = V_3;
if (!((int32_t)((int32_t)((((int32_t)L_30) > ((int32_t)0))? 1 : 0)&(int32_t)L_31)))
{
goto IL_00bd;
}
}
IL_00bb:
{
return (bool)0;
}
IL_00bd:
{
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
V_2 = (bool)0;
V_1 = 0;
V_3 = (bool)0;
goto IL_00cb;
}
IL_00c9:
{
return (bool)0;
}
IL_00cb:
{
int32_t L_33 = ___start1;
___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_00d0:
{
int32_t L_34 = ___start1;
int32_t* L_35 = ___end2;
int32_t L_36 = *((int32_t*)L_35);
if ((((int32_t)L_34) < ((int32_t)L_36)))
{
goto IL_000d;
}
}
IL_00d8:
{
int32_t L_37 = V_0;
bool L_38 = V_2;
int32_t L_39 = ((int32_t)((int32_t)((((int32_t)L_37) == ((int32_t)3))? 1 : 0)&(int32_t)L_38));
G_B31_0 = L_39;
if (!L_39)
{
G_B32_0 = L_39;
goto IL_00e4;
}
}
{
int32_t* L_40 = ___end2;
int32_t L_41 = ___start1;
*((int32_t*)L_40) = (int32_t)L_41;
G_B32_0 = G_B31_0;
}
IL_00e4:
{
return (bool)G_B32_0;
}
}
// System.Int64 System.IPv4AddressHelper::ParseNonCanonical(System.Char*,System.Int32,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___notImplicitFile3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_2 = NULL;
int64_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
{
V_0 = ((int32_t)10);
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_0 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)4);
V_2 = L_0;
V_3 = (((int64_t)((int64_t)0)));
V_4 = (bool)0;
V_5 = 0;
int32_t L_1 = ___start1;
V_6 = L_1;
goto IL_0138;
}
IL_001b:
{
Il2CppChar* L_2 = ___name0;
int32_t L_3 = V_6;
int32_t L_4 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))));
V_1 = L_4;
V_3 = (((int64_t)((int64_t)0)));
V_0 = ((int32_t)10);
Il2CppChar L_5 = V_1;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)48)))))
{
goto IL_00f4;
}
}
{
V_0 = 8;
int32_t L_6 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
V_4 = (bool)1;
int32_t L_7 = V_6;
int32_t* L_8 = ___end2;
int32_t L_9 = *((int32_t*)L_8);
if ((((int32_t)L_7) >= ((int32_t)L_9)))
{
goto IL_00f4;
}
}
{
Il2CppChar* L_10 = ___name0;
int32_t L_11 = V_6;
int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_11)), (int32_t)2)))));
V_1 = L_12;
Il2CppChar L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)120))))
{
goto IL_005c;
}
}
{
Il2CppChar L_14 = V_1;
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)88)))))
{
goto IL_00f4;
}
}
IL_005c:
{
V_0 = ((int32_t)16);
int32_t L_15 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
V_4 = (bool)0;
goto IL_00f4;
}
IL_006d:
{
Il2CppChar* L_16 = ___name0;
int32_t L_17 = V_6;
int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_17)), (int32_t)2)))));
V_1 = L_18;
int32_t L_19 = V_0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)10))))
{
goto IL_0080;
}
}
{
int32_t L_20 = V_0;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)16)))))
{
goto IL_0092;
}
}
IL_0080:
{
Il2CppChar L_21 = V_1;
if ((((int32_t)((int32_t)48)) > ((int32_t)L_21)))
{
goto IL_0092;
}
}
{
Il2CppChar L_22 = V_1;
if ((((int32_t)L_22) > ((int32_t)((int32_t)57))))
{
goto IL_0092;
}
}
{
Il2CppChar L_23 = V_1;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)48)));
goto IL_00da;
}
IL_0092:
{
int32_t L_24 = V_0;
if ((!(((uint32_t)L_24) == ((uint32_t)8))))
{
goto IL_00a8;
}
}
{
Il2CppChar L_25 = V_1;
if ((((int32_t)((int32_t)48)) > ((int32_t)L_25)))
{
goto IL_00a8;
}
}
{
Il2CppChar L_26 = V_1;
if ((((int32_t)L_26) > ((int32_t)((int32_t)55))))
{
goto IL_00a8;
}
}
{
Il2CppChar L_27 = V_1;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)48)));
goto IL_00da;
}
IL_00a8:
{
int32_t L_28 = V_0;
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)16)))))
{
goto IL_00c2;
}
}
{
Il2CppChar L_29 = V_1;
if ((((int32_t)((int32_t)97)) > ((int32_t)L_29)))
{
goto IL_00c2;
}
}
{
Il2CppChar L_30 = V_1;
if ((((int32_t)L_30) > ((int32_t)((int32_t)102))))
{
goto IL_00c2;
}
}
{
Il2CppChar L_31 = V_1;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)10))), (int32_t)((int32_t)97)));
goto IL_00da;
}
IL_00c2:
{
int32_t L_32 = V_0;
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)16)))))
{
goto IL_00fd;
}
}
{
Il2CppChar L_33 = V_1;
if ((((int32_t)((int32_t)65)) > ((int32_t)L_33)))
{
goto IL_00fd;
}
}
{
Il2CppChar L_34 = V_1;
if ((((int32_t)L_34) > ((int32_t)((int32_t)70))))
{
goto IL_00fd;
}
}
{
Il2CppChar L_35 = V_1;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)10))), (int32_t)((int32_t)65)));
}
IL_00da:
{
int64_t L_36 = V_3;
int32_t L_37 = V_0;
int32_t L_38 = V_7;
V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_36, (int64_t)(((int64_t)((int64_t)L_37))))), (int64_t)(((int64_t)((int64_t)L_38)))));
int64_t L_39 = V_3;
if ((((int64_t)L_39) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))
{
goto IL_00eb;
}
}
{
return (((int64_t)((int64_t)(-1))));
}
IL_00eb:
{
V_4 = (bool)1;
int32_t L_40 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
}
IL_00f4:
{
int32_t L_41 = V_6;
int32_t* L_42 = ___end2;
int32_t L_43 = *((int32_t*)L_42);
if ((((int32_t)L_41) < ((int32_t)L_43)))
{
goto IL_006d;
}
}
IL_00fd:
{
int32_t L_44 = V_6;
int32_t* L_45 = ___end2;
int32_t L_46 = *((int32_t*)L_45);
if ((((int32_t)L_44) >= ((int32_t)L_46)))
{
goto IL_0141;
}
}
{
Il2CppChar* L_47 = ___name0;
int32_t L_48 = V_6;
int32_t L_49 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_48)), (int32_t)2)))));
if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)46)))))
{
goto IL_0141;
}
}
{
int32_t L_50 = V_5;
if ((((int32_t)L_50) >= ((int32_t)3)))
{
goto IL_0121;
}
}
{
bool L_51 = V_4;
if (!L_51)
{
goto IL_0121;
}
}
{
int64_t L_52 = V_3;
if ((((int64_t)L_52) <= ((int64_t)(((int64_t)((int64_t)((int32_t)255)))))))
{
goto IL_0124;
}
}
IL_0121:
{
return (((int64_t)((int64_t)(-1))));
}
IL_0124:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_53 = V_2;
int32_t L_54 = V_5;
int64_t L_55 = V_3;
NullCheck(L_53);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(L_54), (int64_t)L_55);
int32_t L_56 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
V_4 = (bool)0;
int32_t L_57 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
}
IL_0138:
{
int32_t L_58 = V_6;
int32_t* L_59 = ___end2;
int32_t L_60 = *((int32_t*)L_59);
if ((((int32_t)L_58) < ((int32_t)L_60)))
{
goto IL_001b;
}
}
IL_0141:
{
bool L_61 = V_4;
if (L_61)
{
goto IL_0148;
}
}
{
return (((int64_t)((int64_t)(-1))));
}
IL_0148:
{
int32_t L_62 = V_6;
int32_t* L_63 = ___end2;
int32_t L_64 = *((int32_t*)L_63);
if ((((int32_t)L_62) >= ((int32_t)L_64)))
{
goto IL_017c;
}
}
{
Il2CppChar* L_65 = ___name0;
int32_t L_66 = V_6;
int32_t L_67 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_65, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_66)), (int32_t)2)))));
int32_t L_68 = L_67;
V_1 = L_68;
if ((((int32_t)L_68) == ((int32_t)((int32_t)47))))
{
goto IL_0173;
}
}
{
Il2CppChar L_69 = V_1;
if ((((int32_t)L_69) == ((int32_t)((int32_t)92))))
{
goto IL_0173;
}
}
{
bool L_70 = ___notImplicitFile3;
if (!L_70)
{
goto IL_0179;
}
}
{
Il2CppChar L_71 = V_1;
if ((((int32_t)L_71) == ((int32_t)((int32_t)58))))
{
goto IL_0173;
}
}
{
Il2CppChar L_72 = V_1;
if ((((int32_t)L_72) == ((int32_t)((int32_t)63))))
{
goto IL_0173;
}
}
{
Il2CppChar L_73 = V_1;
if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)35)))))
{
goto IL_0179;
}
}
IL_0173:
{
int32_t* L_74 = ___end2;
int32_t L_75 = V_6;
*((int32_t*)L_74) = (int32_t)L_75;
goto IL_017c;
}
IL_0179:
{
return (((int64_t)((int64_t)(-1))));
}
IL_017c:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_76 = V_2;
int32_t L_77 = V_5;
int64_t L_78 = V_3;
NullCheck(L_76);
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(L_77), (int64_t)L_78);
int32_t L_79 = V_5;
switch (L_79)
{
case 0:
{
goto IL_019d;
}
case 1:
{
goto IL_01ab;
}
case 2:
{
goto IL_01cb;
}
case 3:
{
goto IL_01f9;
}
}
}
{
goto IL_0234;
}
IL_019d:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_80 = V_2;
NullCheck(L_80);
int32_t L_81 = 0;
int64_t L_82 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
if ((((int64_t)L_82) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))
{
goto IL_01a7;
}
}
{
return (((int64_t)((int64_t)(-1))));
}
IL_01a7:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_83 = V_2;
NullCheck(L_83);
int32_t L_84 = 0;
int64_t L_85 = (L_83)->GetAt(static_cast<il2cpp_array_size_t>(L_84));
return L_85;
}
IL_01ab:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_86 = V_2;
NullCheck(L_86);
int32_t L_87 = 1;
int64_t L_88 = (L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_87));
if ((((int64_t)L_88) <= ((int64_t)(((int64_t)((int64_t)((int32_t)16777215)))))))
{
goto IL_01b9;
}
}
{
return (((int64_t)((int64_t)(-1))));
}
IL_01b9:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_89 = V_2;
NullCheck(L_89);
int32_t L_90 = 0;
int64_t L_91 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_92 = V_2;
NullCheck(L_92);
int32_t L_93 = 1;
int64_t L_94 = (L_92)->GetAt(static_cast<il2cpp_array_size_t>(L_93));
return ((int64_t)((int64_t)((int64_t)((int64_t)L_91<<(int32_t)((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_94&(int64_t)(((int64_t)((int64_t)((int32_t)16777215))))))));
}
IL_01cb:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_95 = V_2;
NullCheck(L_95);
int32_t L_96 = 2;
int64_t L_97 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
if ((((int64_t)L_97) <= ((int64_t)(((int64_t)((int64_t)((int32_t)65535)))))))
{
goto IL_01d9;
}
}
{
return (((int64_t)((int64_t)(-1))));
}
IL_01d9:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_98 = V_2;
NullCheck(L_98);
int32_t L_99 = 0;
int64_t L_100 = (L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_101 = V_2;
NullCheck(L_101);
int32_t L_102 = 1;
int64_t L_103 = (L_101)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_104 = V_2;
NullCheck(L_104);
int32_t L_105 = 2;
int64_t L_106 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_105));
return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_100<<(int32_t)((int32_t)24)))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_103&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)L_106&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))));
}
IL_01f9:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_107 = V_2;
NullCheck(L_107);
int32_t L_108 = 3;
int64_t L_109 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_108));
if ((((int64_t)L_109) <= ((int64_t)(((int64_t)((int64_t)((int32_t)255)))))))
{
goto IL_0207;
}
}
{
return (((int64_t)((int64_t)(-1))));
}
IL_0207:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_110 = V_2;
NullCheck(L_110);
int32_t L_111 = 0;
int64_t L_112 = (L_110)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_113 = V_2;
NullCheck(L_113);
int32_t L_114 = 1;
int64_t L_115 = (L_113)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_116 = V_2;
NullCheck(L_116);
int32_t L_117 = 2;
int64_t L_118 = (L_116)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_119 = V_2;
NullCheck(L_119);
int32_t L_120 = 3;
int64_t L_121 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_120));
return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_112<<(int32_t)((int32_t)24)))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_115&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_118&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)8))))|(int64_t)((int64_t)((int64_t)L_121&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))));
}
IL_0234:
{
return (((int64_t)((int64_t)(-1))));
}
}
// System.Boolean System.IPv4AddressHelper::Parse(System.String,System.Byte*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_Parse_m08110623FAC14806376148D7C16AB95A428EA6CF (String_t* ___name0, uint8_t* ___numbers1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
int64_t V_3 = 0;
{
String_t* L_0 = ___name0;
V_1 = L_0;
String_t* L_1 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_1));
Il2CppChar* L_2 = V_0;
if (!L_2)
{
goto IL_0010;
}
}
{
Il2CppChar* L_3 = V_0;
int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4));
}
IL_0010:
{
int32_t L_5 = ___end3;
V_2 = L_5;
Il2CppChar* L_6 = V_0;
int32_t L_7 = ___start2;
int64_t L_8 = IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E((Il2CppChar*)(Il2CppChar*)L_6, L_7, (int32_t*)(&V_2), (bool)1, /*hidden argument*/NULL);
V_3 = L_8;
uint8_t* L_9 = ___numbers1;
int64_t L_10 = V_3;
*((int8_t*)L_9) = (int8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_10>>(int32_t)((int32_t)24))))));
uint8_t* L_11 = ___numbers1;
int64_t L_12 = V_3;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)1))) = (int8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_12>>(int32_t)((int32_t)16))))));
uint8_t* L_13 = ___numbers1;
int64_t L_14 = V_3;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)2))) = (int8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_14>>(int32_t)8)))));
uint8_t* L_15 = ___numbers1;
int64_t L_16 = V_3;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)3))) = (int8_t)(((int32_t)((uint8_t)L_16)));
V_1 = (String_t*)NULL;
uint8_t* L_17 = ___numbers1;
int32_t L_18 = *((uint8_t*)L_17);
return (bool)((((int32_t)L_18) == ((int32_t)((int32_t)127)))? 1 : 0);
}
}
// System.Boolean System.IPv4AddressHelper::ParseCanonical(System.String,System.Byte*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_ParseCanonical_m9D4552558C934E373D188DDA0BC1D1DEF5A62C33 (String_t* ___name0, uint8_t* ___numbers1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
uint8_t V_1 = 0x0;
Il2CppChar V_2 = 0x0;
{
V_0 = 0;
goto IL_003d;
}
IL_0004:
{
V_1 = (uint8_t)0;
goto IL_0019;
}
IL_0008:
{
uint8_t L_0 = V_1;
Il2CppChar L_1 = V_2;
V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)10))), (int32_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)48)))))))))));
int32_t L_2 = ___start2;
___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
}
IL_0019:
{
int32_t L_3 = ___start2;
int32_t L_4 = ___end3;
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_002f;
}
}
{
String_t* L_5 = ___name0;
int32_t L_6 = ___start2;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
Il2CppChar L_8 = L_7;
V_2 = L_8;
if ((((int32_t)L_8) == ((int32_t)((int32_t)46))))
{
goto IL_002f;
}
}
{
Il2CppChar L_9 = V_2;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)58)))))
{
goto IL_0008;
}
}
IL_002f:
{
uint8_t* L_10 = ___numbers1;
int32_t L_11 = V_0;
uint8_t L_12 = V_1;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))) = (int8_t)L_12;
int32_t L_13 = ___start2;
___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_003d:
{
int32_t L_15 = V_0;
if ((((int32_t)L_15) < ((int32_t)4)))
{
goto IL_0004;
}
}
{
uint8_t* L_16 = ___numbers1;
int32_t L_17 = *((uint8_t*)L_16);
return (bool)((((int32_t)L_17) == ((int32_t)((int32_t)127)))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.IPv6AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Boolean&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_ParseCanonicalName_m3944530A7B686031653F97824EF712424E0BEE14 (String_t* ___str0, int32_t ___start1, bool* ___isLoopback2, String_t** ___scopeId3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv6AddressHelper_ParseCanonicalName_m3944530A7B686031653F97824EF712424E0BEE14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint16_t* V_0 = NULL;
{
int8_t* L_0 = (int8_t*) alloca((((uintptr_t)((int32_t)16))));
memset(L_0, 0, (((uintptr_t)((int32_t)16))));
V_0 = (uint16_t*)(L_0);
uint16_t* L_1 = V_0;
*((int64_t*)L_1) = (int64_t)(((int64_t)((int64_t)0)));
uint16_t* L_2 = V_0;
*((int64_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)8))) = (int64_t)(((int64_t)((int64_t)0)));
bool* L_3 = ___isLoopback2;
String_t* L_4 = ___str0;
uint16_t* L_5 = V_0;
int32_t L_6 = ___start1;
String_t** L_7 = ___scopeId3;
bool L_8 = IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB(L_4, (uint16_t*)(uint16_t*)L_5, L_6, (String_t**)L_7, /*hidden argument*/NULL);
*((int8_t*)L_3) = (int8_t)L_8;
uint16_t* L_9 = V_0;
String_t* L_10 = IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A((uint16_t*)(uint16_t*)L_9, /*hidden argument*/NULL);
String_t* L_11 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, L_10, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
return L_11;
}
}
// System.String System.IPv6AddressHelper::CreateCanonicalName(System.UInt16*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A (uint16_t* ___numbers0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
StringBuilder_t * V_2 = NULL;
int32_t V_3 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
bool L_0 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0090;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
uint16_t* L_4 = ___numbers0;
int32_t L_5 = *((uint16_t*)L_4);
uint16_t L_6 = ((uint16_t)L_5);
RuntimeObject * L_7 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_6);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_7);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_3;
uint16_t* L_9 = ___numbers0;
int32_t L_10 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2)));
uint16_t L_11 = ((uint16_t)L_10);
RuntimeObject * L_12 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_12);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_8;
uint16_t* L_14 = ___numbers0;
int32_t L_15 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))));
uint16_t L_16 = ((uint16_t)L_15);
RuntimeObject * L_17 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_16);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_17);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13;
uint16_t* L_19 = ___numbers0;
int32_t L_20 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2)))));
uint16_t L_21 = ((uint16_t)L_20);
RuntimeObject * L_22 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_21);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_22);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_22);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = L_18;
uint16_t* L_24 = ___numbers0;
int32_t L_25 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
uint16_t L_26 = ((uint16_t)L_25);
RuntimeObject * L_27 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_26);
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_27);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_27);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = L_23;
uint16_t* L_29 = ___numbers0;
int32_t L_30 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
uint16_t L_31 = ((uint16_t)L_30);
RuntimeObject * L_32 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_31);
NullCheck(L_28);
ArrayElementTypeCheck (L_28, L_32);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_32);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_28;
uint16_t* L_34 = ___numbers0;
int32_t L_35 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
uint16_t L_36 = ((uint16_t)L_35);
RuntimeObject * L_37 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_36);
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_37);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_37);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_33;
uint16_t* L_39 = ___numbers0;
int32_t L_40 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2)))));
uint16_t L_41 = ((uint16_t)L_40);
RuntimeObject * L_42 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_41);
NullCheck(L_38);
ArrayElementTypeCheck (L_38, L_42);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject *)L_42);
String_t* L_43 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_1, _stringLiteralA5B40FBDEF80156114E062A34FA25675588A0524, L_38, /*hidden argument*/NULL);
return L_43;
}
IL_0090:
{
uint16_t* L_44 = ___numbers0;
KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_45 = IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD((uint16_t*)(uint16_t*)L_44, /*hidden argument*/NULL);
V_0 = L_45;
uint16_t* L_46 = ___numbers0;
bool L_47 = IPv6AddressHelper_ShouldHaveIpv4Embedded_m262634E9099141536C00213C1CFC123665A641DE((uint16_t*)(uint16_t*)L_46, /*hidden argument*/NULL);
V_1 = L_47;
StringBuilder_t * L_48 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_48, /*hidden argument*/NULL);
V_2 = L_48;
V_3 = 0;
goto IL_01a4;
}
IL_00ab:
{
bool L_49 = V_1;
if (!L_49)
{
goto IL_0123;
}
}
{
int32_t L_50 = V_3;
if ((!(((uint32_t)L_50) == ((uint32_t)6))))
{
goto IL_0123;
}
}
{
StringBuilder_t * L_51 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_52 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_53 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_54 = L_53;
uint16_t* L_55 = ___numbers0;
int32_t L_56 = V_3;
int32_t L_57 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_56)), (int32_t)2)))));
int32_t L_58 = ((int32_t)((int32_t)L_57>>(int32_t)8));
RuntimeObject * L_59 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_58);
NullCheck(L_54);
ArrayElementTypeCheck (L_54, L_59);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_59);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = L_54;
uint16_t* L_61 = ___numbers0;
int32_t L_62 = V_3;
int32_t L_63 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_61, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_62)), (int32_t)2)))));
int32_t L_64 = ((int32_t)((int32_t)L_63&(int32_t)((int32_t)255)));
RuntimeObject * L_65 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_64);
NullCheck(L_60);
ArrayElementTypeCheck (L_60, L_65);
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_65);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_66 = L_60;
uint16_t* L_67 = ___numbers0;
int32_t L_68 = V_3;
int32_t L_69 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_67, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)))), (int32_t)2)))));
int32_t L_70 = ((int32_t)((int32_t)L_69>>(int32_t)8));
RuntimeObject * L_71 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_70);
NullCheck(L_66);
ArrayElementTypeCheck (L_66, L_71);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_71);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_72 = L_66;
uint16_t* L_73 = ___numbers0;
int32_t L_74 = V_3;
int32_t L_75 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_73, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)))), (int32_t)2)))));
int32_t L_76 = ((int32_t)((int32_t)L_75&(int32_t)((int32_t)255)));
RuntimeObject * L_77 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_76);
NullCheck(L_72);
ArrayElementTypeCheck (L_72, L_77);
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_77);
String_t* L_78 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_52, _stringLiteral1E3210AAC5A12A7D539A355ABFDC49D749AF3849, L_72, /*hidden argument*/NULL);
NullCheck(L_51);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_51, L_78, /*hidden argument*/NULL);
goto IL_01ab;
}
IL_0123:
{
int32_t L_79 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_RuntimeMethod_var);
int32_t L_80 = V_3;
if ((!(((uint32_t)L_79) == ((uint32_t)L_80))))
{
goto IL_0139;
}
}
{
StringBuilder_t * L_81 = V_2;
NullCheck(L_81);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_81, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
}
IL_0139:
{
int32_t L_82 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_RuntimeMethod_var);
int32_t L_83 = V_3;
if ((((int32_t)L_82) > ((int32_t)L_83)))
{
goto IL_015b;
}
}
{
int32_t L_84 = KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_RuntimeMethod_var);
if ((!(((uint32_t)L_84) == ((uint32_t)7))))
{
goto IL_015b;
}
}
{
StringBuilder_t * L_85 = V_2;
NullCheck(L_85);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_85, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
goto IL_01ab;
}
IL_015b:
{
int32_t L_86 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_RuntimeMethod_var);
int32_t L_87 = V_3;
if ((((int32_t)L_86) > ((int32_t)L_87)))
{
goto IL_016f;
}
}
{
int32_t L_88 = V_3;
int32_t L_89 = KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_RuntimeMethod_var);
if ((((int32_t)L_88) <= ((int32_t)L_89)))
{
goto IL_01a0;
}
}
IL_016f:
{
int32_t L_90 = V_3;
if (!L_90)
{
goto IL_017e;
}
}
{
StringBuilder_t * L_91 = V_2;
NullCheck(L_91);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_91, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
}
IL_017e:
{
StringBuilder_t * L_92 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_93 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
uint16_t* L_94 = ___numbers0;
int32_t L_95 = V_3;
int32_t L_96 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_94, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_95)), (int32_t)2)))));
uint16_t L_97 = ((uint16_t)L_96);
RuntimeObject * L_98 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_97);
String_t* L_99 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_93, _stringLiteralFF29395A7A1A8881F7149A9507B91A51D420AC0A, L_98, /*hidden argument*/NULL);
NullCheck(L_92);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_92, L_99, /*hidden argument*/NULL);
}
IL_01a0:
{
int32_t L_100 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1));
}
IL_01a4:
{
int32_t L_101 = V_3;
if ((((int32_t)L_101) < ((int32_t)8)))
{
goto IL_00ab;
}
}
IL_01ab:
{
StringBuilder_t * L_102 = V_2;
NullCheck(L_102);
String_t* L_103 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_102);
return L_103;
}
}
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32> System.IPv6AddressHelper::FindCompressionRange(System.UInt16*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD (uint16_t* ___numbers0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_0 = 0;
V_1 = (-1);
V_2 = 0;
V_3 = 0;
goto IL_002b;
}
IL_000a:
{
uint16_t* L_0 = ___numbers0;
int32_t L_1 = V_3;
int32_t L_2 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2)))));
if (L_2)
{
goto IL_0025;
}
}
{
int32_t L_3 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
int32_t L_4 = V_2;
int32_t L_5 = V_0;
if ((((int32_t)L_4) <= ((int32_t)L_5)))
{
goto IL_0027;
}
}
{
int32_t L_6 = V_2;
V_0 = L_6;
int32_t L_7 = V_3;
int32_t L_8 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), (int32_t)1));
goto IL_0027;
}
IL_0025:
{
V_2 = 0;
}
IL_0027:
{
int32_t L_9 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_002b:
{
int32_t L_10 = V_3;
if ((((int32_t)L_10) < ((int32_t)8)))
{
goto IL_000a;
}
}
{
int32_t L_11 = V_0;
if ((((int32_t)L_11) < ((int32_t)2)))
{
goto IL_003f;
}
}
{
int32_t L_12 = V_1;
int32_t L_13 = V_1;
int32_t L_14 = V_0;
KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_15;
memset((&L_15), 0, sizeof(L_15));
KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0((&L_15), L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), /*hidden argument*/KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_RuntimeMethod_var);
return L_15;
}
IL_003f:
{
KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_16;
memset((&L_16), 0, sizeof(L_16));
KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0((&L_16), (-1), (-1), /*hidden argument*/KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_RuntimeMethod_var);
return L_16;
}
}
// System.Boolean System.IPv6AddressHelper::ShouldHaveIpv4Embedded(System.UInt16*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_ShouldHaveIpv4Embedded_m262634E9099141536C00213C1CFC123665A641DE (uint16_t* ___numbers0, const RuntimeMethod* method)
{
{
uint16_t* L_0 = ___numbers0;
int32_t L_1 = *((uint16_t*)L_0);
if (L_1)
{
goto IL_0060;
}
}
{
uint16_t* L_2 = ___numbers0;
int32_t L_3 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)2)));
if (L_3)
{
goto IL_0060;
}
}
{
uint16_t* L_4 = ___numbers0;
int32_t L_5 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))));
if (L_5)
{
goto IL_0060;
}
}
{
uint16_t* L_6 = ___numbers0;
int32_t L_7 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2)))));
if (L_7)
{
goto IL_0060;
}
}
{
uint16_t* L_8 = ___numbers0;
int32_t L_9 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
if (!L_9)
{
goto IL_0060;
}
}
{
uint16_t* L_10 = ___numbers0;
int32_t L_11 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
if (L_11)
{
goto IL_0047;
}
}
{
uint16_t* L_12 = ___numbers0;
int32_t L_13 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
if (!L_13)
{
goto IL_0045;
}
}
{
uint16_t* L_14 = ___numbers0;
int32_t L_15 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)65535)))))
{
goto IL_0047;
}
}
IL_0045:
{
return (bool)1;
}
IL_0047:
{
uint16_t* L_16 = ___numbers0;
int32_t L_17 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)65535)))))
{
goto IL_0060;
}
}
{
uint16_t* L_18 = ___numbers0;
int32_t L_19 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
if (L_19)
{
goto IL_0060;
}
}
{
return (bool)1;
}
IL_0060:
{
uint16_t* L_20 = ___numbers0;
int32_t L_21 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
if (L_21)
{
goto IL_0079;
}
}
{
uint16_t* L_22 = ___numbers0;
int32_t L_23 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)24318)))))
{
goto IL_0079;
}
}
{
return (bool)1;
}
IL_0079:
{
return (bool)0;
}
}
// System.Boolean System.IPv6AddressHelper::InternalIsValid(System.Char*,System.Int32,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___validateStrictAddress3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
Il2CppChar V_9 = 0x0;
int32_t G_B6_0 = 0;
int32_t G_B52_0 = 0;
int32_t G_B51_0 = 0;
int32_t G_B53_0 = 0;
int32_t G_B53_1 = 0;
int32_t G_B58_0 = 0;
{
V_0 = 0;
V_1 = 0;
V_2 = (bool)0;
V_3 = (bool)0;
V_4 = (bool)0;
V_5 = (bool)1;
V_6 = 1;
int32_t L_0 = ___start1;
V_7 = L_0;
goto IL_0145;
}
IL_0019:
{
bool L_1 = V_4;
if (L_1)
{
goto IL_002c;
}
}
{
Il2CppChar* L_2 = ___name0;
int32_t L_3 = V_7;
int32_t L_4 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))));
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_5 = Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836(L_4, /*hidden argument*/NULL);
G_B6_0 = ((int32_t)(L_5));
goto IL_004a;
}
IL_002c:
{
Il2CppChar* L_6 = ___name0;
int32_t L_7 = V_7;
int32_t L_8 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_7)), (int32_t)2)))));
if ((((int32_t)L_8) < ((int32_t)((int32_t)48))))
{
goto IL_0049;
}
}
{
Il2CppChar* L_9 = ___name0;
int32_t L_10 = V_7;
int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_10)), (int32_t)2)))));
G_B6_0 = ((((int32_t)((((int32_t)L_11) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_004a;
}
IL_0049:
{
G_B6_0 = 0;
}
IL_004a:
{
if (!G_B6_0)
{
goto IL_0058;
}
}
{
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
V_5 = (bool)0;
goto IL_013f;
}
IL_0058:
{
int32_t L_13 = V_1;
if ((((int32_t)L_13) <= ((int32_t)4)))
{
goto IL_005e;
}
}
{
return (bool)0;
}
IL_005e:
{
int32_t L_14 = V_1;
if (!L_14)
{
goto IL_006b;
}
}
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
int32_t L_16 = V_7;
int32_t L_17 = V_1;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17));
}
IL_006b:
{
Il2CppChar* L_18 = ___name0;
int32_t L_19 = V_7;
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))));
V_9 = L_20;
Il2CppChar L_21 = V_9;
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)46)))))
{
goto IL_008f;
}
}
{
Il2CppChar L_22 = V_9;
if ((((int32_t)L_22) == ((int32_t)((int32_t)37))))
{
goto IL_00a6;
}
}
{
Il2CppChar L_23 = V_9;
if ((((int32_t)L_23) == ((int32_t)((int32_t)46))))
{
goto IL_0113;
}
}
{
goto IL_013b;
}
IL_008f:
{
Il2CppChar L_24 = V_9;
if ((((int32_t)L_24) == ((int32_t)((int32_t)47))))
{
goto IL_00fb;
}
}
{
Il2CppChar L_25 = V_9;
if ((((int32_t)L_25) == ((int32_t)((int32_t)58))))
{
goto IL_00d7;
}
}
{
Il2CppChar L_26 = V_9;
if ((((int32_t)L_26) == ((int32_t)((int32_t)93))))
{
goto IL_00cd;
}
}
{
goto IL_013b;
}
IL_00a6:
{
int32_t L_27 = V_7;
int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
V_7 = L_28;
int32_t* L_29 = ___end2;
int32_t L_30 = *((int32_t*)L_29);
if ((!(((uint32_t)L_28) == ((uint32_t)L_30))))
{
goto IL_00b3;
}
}
{
return (bool)0;
}
IL_00b3:
{
Il2CppChar* L_31 = ___name0;
int32_t L_32 = V_7;
int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_32)), (int32_t)2)))));
if ((((int32_t)L_33) == ((int32_t)((int32_t)93))))
{
goto IL_00cd;
}
}
{
Il2CppChar* L_34 = ___name0;
int32_t L_35 = V_7;
int32_t L_36 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))));
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)47)))))
{
goto IL_00a6;
}
}
{
goto IL_00fb;
}
IL_00cd:
{
int32_t L_37 = V_7;
___start1 = L_37;
int32_t* L_38 = ___end2;
int32_t L_39 = *((int32_t*)L_38);
V_7 = L_39;
goto IL_013f;
}
IL_00d7:
{
int32_t L_40 = V_7;
if ((((int32_t)L_40) <= ((int32_t)0)))
{
goto IL_00f6;
}
}
{
Il2CppChar* L_41 = ___name0;
int32_t L_42 = V_7;
int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)))), (int32_t)2)))));
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)58)))))
{
goto IL_00f6;
}
}
{
bool L_44 = V_2;
if (!L_44)
{
goto IL_00ef;
}
}
{
return (bool)0;
}
IL_00ef:
{
V_2 = (bool)1;
V_5 = (bool)0;
goto IL_013d;
}
IL_00f6:
{
V_5 = (bool)1;
goto IL_013d;
}
IL_00fb:
{
bool L_45 = ___validateStrictAddress3;
if (!L_45)
{
goto IL_0100;
}
}
{
return (bool)0;
}
IL_0100:
{
int32_t L_46 = V_0;
bool L_47 = V_4;
if (!((int32_t)((int32_t)((((int32_t)L_46) == ((int32_t)0))? 1 : 0)|(int32_t)L_47)))
{
goto IL_010b;
}
}
{
return (bool)0;
}
IL_010b:
{
V_4 = (bool)1;
V_5 = (bool)1;
goto IL_013d;
}
IL_0113:
{
bool L_48 = V_3;
if (!L_48)
{
goto IL_0118;
}
}
{
return (bool)0;
}
IL_0118:
{
int32_t* L_49 = ___end2;
int32_t L_50 = *((int32_t*)L_49);
V_7 = L_50;
Il2CppChar* L_51 = ___name0;
int32_t L_52 = V_6;
bool L_53 = IPv4AddressHelper_IsValid_mD96D91E0F3830414F4601A4521E71DE832A45843((Il2CppChar*)(Il2CppChar*)L_51, L_52, (int32_t*)(&V_7), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
if (L_53)
{
goto IL_012d;
}
}
{
return (bool)0;
}
IL_012d:
{
int32_t L_54 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
V_3 = (bool)1;
int32_t L_55 = V_7;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1));
goto IL_013d;
}
IL_013b:
{
return (bool)0;
}
IL_013d:
{
V_1 = 0;
}
IL_013f:
{
int32_t L_56 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
}
IL_0145:
{
int32_t L_57 = V_7;
int32_t* L_58 = ___end2;
int32_t L_59 = *((int32_t*)L_58);
if ((((int32_t)L_57) < ((int32_t)L_59)))
{
goto IL_0019;
}
}
{
bool L_60 = V_4;
if (!L_60)
{
goto IL_015c;
}
}
{
int32_t L_61 = V_1;
if ((((int32_t)L_61) < ((int32_t)1)))
{
goto IL_015a;
}
}
{
int32_t L_62 = V_1;
if ((((int32_t)L_62) <= ((int32_t)2)))
{
goto IL_015c;
}
}
IL_015a:
{
return (bool)0;
}
IL_015c:
{
bool L_63 = V_4;
G_B51_0 = 8;
if (L_63)
{
G_B52_0 = 8;
goto IL_0164;
}
}
{
G_B53_0 = 0;
G_B53_1 = G_B51_0;
goto IL_0165;
}
IL_0164:
{
G_B53_0 = 1;
G_B53_1 = G_B52_0;
}
IL_0165:
{
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)G_B53_1, (int32_t)G_B53_0));
bool L_64 = V_5;
if (L_64)
{
goto IL_0192;
}
}
{
int32_t L_65 = V_1;
if ((((int32_t)L_65) > ((int32_t)4)))
{
goto IL_0192;
}
}
{
bool L_66 = V_2;
if (L_66)
{
goto IL_017a;
}
}
{
int32_t L_67 = V_0;
int32_t L_68 = V_8;
G_B58_0 = ((((int32_t)L_67) == ((int32_t)L_68))? 1 : 0);
goto IL_017f;
}
IL_017a:
{
int32_t L_69 = V_0;
int32_t L_70 = V_8;
G_B58_0 = ((((int32_t)L_69) < ((int32_t)L_70))? 1 : 0);
}
IL_017f:
{
if (!G_B58_0)
{
goto IL_0192;
}
}
{
int32_t L_71 = V_7;
int32_t* L_72 = ___end2;
int32_t L_73 = *((int32_t*)L_72);
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1))))))
{
goto IL_0190;
}
}
{
int32_t* L_74 = ___end2;
int32_t L_75 = ___start1;
*((int32_t*)L_74) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1));
return (bool)1;
}
IL_0190:
{
return (bool)0;
}
IL_0192:
{
return (bool)0;
}
}
// System.Boolean System.IPv6AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValid_m2383F1A867665B04A4F2B8D82FF2B62BE51C2289 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___name0;
int32_t L_1 = ___start1;
int32_t* L_2 = ___end2;
bool L_3 = IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A((Il2CppChar*)(Il2CppChar*)L_0, L_1, (int32_t*)L_2, (bool)0, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.IPv6AddressHelper::IsValidStrict(System.Char*,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValidStrict_m4D3701E2EE4840DA681BB9D9BDACDDDBAE80A575 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___name0;
int32_t L_1 = ___start1;
int32_t* L_2 = ___end2;
bool L_3 = IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A((Il2CppChar*)(Il2CppChar*)L_0, L_1, (int32_t*)L_2, (bool)1, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.IPv6AddressHelper::Parse(System.String,System.UInt16*,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB (String_t* ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
Il2CppChar V_6 = 0x0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
{
V_0 = 0;
V_1 = 0;
V_2 = (-1);
V_3 = (bool)1;
V_4 = 0;
String_t* L_0 = ___address0;
int32_t L_1 = ___start2;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)91)))))
{
goto IL_001b;
}
}
{
int32_t L_3 = ___start2;
___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_001b:
{
int32_t L_4 = ___start2;
V_5 = L_4;
goto IL_01f1;
}
IL_0023:
{
String_t* L_5 = ___address0;
int32_t L_6 = V_5;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
V_6 = L_7;
Il2CppChar L_8 = V_6;
if ((((int32_t)L_8) == ((int32_t)((int32_t)37))))
{
goto IL_0047;
}
}
{
Il2CppChar L_9 = V_6;
if ((((int32_t)L_9) == ((int32_t)((int32_t)47))))
{
goto IL_0198;
}
}
{
Il2CppChar L_10 = V_6;
if ((((int32_t)L_10) == ((int32_t)((int32_t)58))))
{
goto IL_00a9;
}
}
{
goto IL_01d9;
}
IL_0047:
{
bool L_11 = V_3;
if (!L_11)
{
goto IL_0059;
}
}
{
uint16_t* L_12 = ___numbers1;
int32_t L_13 = V_1;
int32_t L_14 = L_13;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
int32_t L_15 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_15)));
V_3 = (bool)0;
}
IL_0059:
{
int32_t L_16 = V_5;
___start2 = L_16;
int32_t L_17 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
goto IL_006b;
}
IL_0065:
{
int32_t L_18 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_006b:
{
String_t* L_19 = ___address0;
int32_t L_20 = V_5;
NullCheck(L_19);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, L_20, /*hidden argument*/NULL);
if ((((int32_t)L_21) == ((int32_t)((int32_t)93))))
{
goto IL_0083;
}
}
{
String_t* L_22 = ___address0;
int32_t L_23 = V_5;
NullCheck(L_22);
Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, L_23, /*hidden argument*/NULL);
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)47)))))
{
goto IL_0065;
}
}
IL_0083:
{
String_t** L_25 = ___scopeId3;
String_t* L_26 = ___address0;
int32_t L_27 = ___start2;
int32_t L_28 = V_5;
int32_t L_29 = ___start2;
NullCheck(L_26);
String_t* L_30 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_26, L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL);
*((RuntimeObject **)L_25) = (RuntimeObject *)L_30;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_25, (void*)(RuntimeObject *)L_30);
goto IL_0098;
}
IL_0092:
{
int32_t L_31 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_0098:
{
String_t* L_32 = ___address0;
int32_t L_33 = V_5;
NullCheck(L_32);
Il2CppChar L_34 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_32, L_33, /*hidden argument*/NULL);
if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)93)))))
{
goto IL_0092;
}
}
{
goto IL_01f1;
}
IL_00a9:
{
uint16_t* L_35 = ___numbers1;
int32_t L_36 = V_1;
int32_t L_37 = L_36;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
int32_t L_38 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_38)));
V_0 = 0;
int32_t L_39 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
String_t* L_40 = ___address0;
int32_t L_41 = V_5;
NullCheck(L_40);
Il2CppChar L_42 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_40, L_41, /*hidden argument*/NULL);
if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)58)))))
{
goto IL_00d4;
}
}
{
int32_t L_43 = V_1;
V_2 = L_43;
int32_t L_44 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
goto IL_00df;
}
IL_00d4:
{
int32_t L_45 = V_2;
if ((((int32_t)L_45) >= ((int32_t)0)))
{
goto IL_00df;
}
}
{
int32_t L_46 = V_1;
if ((((int32_t)L_46) < ((int32_t)6)))
{
goto IL_01f1;
}
}
IL_00df:
{
int32_t L_47 = V_5;
V_7 = L_47;
goto IL_0158;
}
IL_00e5:
{
String_t* L_48 = ___address0;
int32_t L_49 = V_7;
NullCheck(L_48);
Il2CppChar L_50 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_48, L_49, /*hidden argument*/NULL);
if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)46)))))
{
goto IL_0152;
}
}
{
goto IL_00f9;
}
IL_00f3:
{
int32_t L_51 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_00f9:
{
String_t* L_52 = ___address0;
int32_t L_53 = V_7;
NullCheck(L_52);
Il2CppChar L_54 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, L_53, /*hidden argument*/NULL);
if ((((int32_t)L_54) == ((int32_t)((int32_t)93))))
{
goto IL_011d;
}
}
{
String_t* L_55 = ___address0;
int32_t L_56 = V_7;
NullCheck(L_55);
Il2CppChar L_57 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_55, L_56, /*hidden argument*/NULL);
if ((((int32_t)L_57) == ((int32_t)((int32_t)47))))
{
goto IL_011d;
}
}
{
String_t* L_58 = ___address0;
int32_t L_59 = V_7;
NullCheck(L_58);
Il2CppChar L_60 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_58, L_59, /*hidden argument*/NULL);
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)37)))))
{
goto IL_00f3;
}
}
IL_011d:
{
String_t* L_61 = ___address0;
int32_t L_62 = V_5;
int32_t L_63 = V_7;
int32_t L_64 = IPv4AddressHelper_ParseHostNumber_m798FB6828971F70775D1125565A1D1025C897F14(L_61, L_62, L_63, /*hidden argument*/NULL);
V_0 = L_64;
uint16_t* L_65 = ___numbers1;
int32_t L_66 = V_1;
int32_t L_67 = L_66;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
int32_t L_68 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_65, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_67)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_68>>(int32_t)((int32_t)16))))));
uint16_t* L_69 = ___numbers1;
int32_t L_70 = V_1;
int32_t L_71 = L_70;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
int32_t L_72 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_71)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_72)));
int32_t L_73 = V_7;
V_5 = L_73;
V_0 = 0;
V_3 = (bool)0;
goto IL_01f1;
}
IL_0152:
{
int32_t L_74 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1));
}
IL_0158:
{
String_t* L_75 = ___address0;
int32_t L_76 = V_7;
NullCheck(L_75);
Il2CppChar L_77 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_75, L_76, /*hidden argument*/NULL);
if ((((int32_t)L_77) == ((int32_t)((int32_t)93))))
{
goto IL_01f1;
}
}
{
String_t* L_78 = ___address0;
int32_t L_79 = V_7;
NullCheck(L_78);
Il2CppChar L_80 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_78, L_79, /*hidden argument*/NULL);
if ((((int32_t)L_80) == ((int32_t)((int32_t)58))))
{
goto IL_01f1;
}
}
{
String_t* L_81 = ___address0;
int32_t L_82 = V_7;
NullCheck(L_81);
Il2CppChar L_83 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_81, L_82, /*hidden argument*/NULL);
if ((((int32_t)L_83) == ((int32_t)((int32_t)37))))
{
goto IL_01f1;
}
}
{
String_t* L_84 = ___address0;
int32_t L_85 = V_7;
NullCheck(L_84);
Il2CppChar L_86 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_84, L_85, /*hidden argument*/NULL);
if ((((int32_t)L_86) == ((int32_t)((int32_t)47))))
{
goto IL_01f1;
}
}
{
int32_t L_87 = V_7;
int32_t L_88 = V_5;
if ((((int32_t)L_87) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)4)))))
{
goto IL_00e5;
}
}
{
goto IL_01f1;
}
IL_0198:
{
bool L_89 = V_3;
if (!L_89)
{
goto IL_01aa;
}
}
{
uint16_t* L_90 = ___numbers1;
int32_t L_91 = V_1;
int32_t L_92 = L_91;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1));
int32_t L_93 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_90, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_92)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_93)));
V_3 = (bool)0;
}
IL_01aa:
{
int32_t L_94 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1));
goto IL_01cb;
}
IL_01b2:
{
int32_t L_95 = V_4;
String_t* L_96 = ___address0;
int32_t L_97 = V_5;
NullCheck(L_96);
Il2CppChar L_98 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_96, L_97, /*hidden argument*/NULL);
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_95, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)((int32_t)48)))));
int32_t L_99 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1));
}
IL_01cb:
{
String_t* L_100 = ___address0;
int32_t L_101 = V_5;
NullCheck(L_100);
Il2CppChar L_102 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_100, L_101, /*hidden argument*/NULL);
if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)93)))))
{
goto IL_01b2;
}
}
{
goto IL_01f1;
}
IL_01d9:
{
int32_t L_103 = V_0;
String_t* L_104 = ___address0;
int32_t L_105 = V_5;
int32_t L_106 = L_105;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1));
NullCheck(L_104);
Il2CppChar L_107 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_104, L_106, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
int32_t L_108 = Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B(L_107, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)((int32_t)16))), (int32_t)L_108));
}
IL_01f1:
{
int32_t L_109 = V_5;
String_t* L_110 = ___address0;
NullCheck(L_110);
int32_t L_111 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_110, /*hidden argument*/NULL);
if ((((int32_t)L_109) >= ((int32_t)L_111)))
{
goto IL_020a;
}
}
{
String_t* L_112 = ___address0;
int32_t L_113 = V_5;
NullCheck(L_112);
Il2CppChar L_114 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_112, L_113, /*hidden argument*/NULL);
if ((!(((uint32_t)L_114) == ((uint32_t)((int32_t)93)))))
{
goto IL_0023;
}
}
IL_020a:
{
bool L_115 = V_3;
if (!L_115)
{
goto IL_021a;
}
}
{
uint16_t* L_116 = ___numbers1;
int32_t L_117 = V_1;
int32_t L_118 = L_117;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1));
int32_t L_119 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_116, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_118)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_119)));
}
IL_021a:
{
int32_t L_120 = V_2;
if ((((int32_t)L_120) <= ((int32_t)0)))
{
goto IL_025b;
}
}
{
V_8 = 7;
int32_t L_121 = V_1;
V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)1));
int32_t L_122 = V_1;
int32_t L_123 = V_2;
V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)L_123));
goto IL_0256;
}
IL_022d:
{
uint16_t* L_124 = ___numbers1;
int32_t L_125 = V_8;
int32_t L_126 = L_125;
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)1));
uint16_t* L_127 = ___numbers1;
int32_t L_128 = V_9;
int32_t L_129 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_127, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_128)), (int32_t)2)))));
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_124, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_126)), (int32_t)2))))) = (int16_t)L_129;
uint16_t* L_130 = ___numbers1;
int32_t L_131 = V_9;
int32_t L_132 = L_131;
V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_132, (int32_t)1));
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_130, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_132)), (int32_t)2))))) = (int16_t)0;
int32_t L_133 = V_10;
V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)1));
}
IL_0256:
{
int32_t L_134 = V_10;
if ((((int32_t)L_134) > ((int32_t)0)))
{
goto IL_022d;
}
}
IL_025b:
{
uint16_t* L_135 = ___numbers1;
int32_t L_136 = *((uint16_t*)L_135);
if (L_136)
{
goto IL_02d2;
}
}
{
uint16_t* L_137 = ___numbers1;
int32_t L_138 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_137, (int32_t)2)));
if (L_138)
{
goto IL_02d2;
}
}
{
uint16_t* L_139 = ___numbers1;
int32_t L_140 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_139, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))));
if (L_140)
{
goto IL_02d2;
}
}
{
uint16_t* L_141 = ___numbers1;
int32_t L_142 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_141, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2)))));
if (L_142)
{
goto IL_02d2;
}
}
{
uint16_t* L_143 = ___numbers1;
int32_t L_144 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_143, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
if (L_144)
{
goto IL_02d2;
}
}
{
uint16_t* L_145 = ___numbers1;
int32_t L_146 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_145, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
if (L_146)
{
goto IL_029c;
}
}
{
uint16_t* L_147 = ___numbers1;
int32_t L_148 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_147, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
if (L_148)
{
goto IL_029c;
}
}
{
uint16_t* L_149 = ___numbers1;
int32_t L_150 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_149, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2)))));
if ((((int32_t)L_150) == ((int32_t)1)))
{
goto IL_02d0;
}
}
IL_029c:
{
uint16_t* L_151 = ___numbers1;
int32_t L_152 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_151, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
if ((!(((uint32_t)L_152) == ((uint32_t)((int32_t)32512)))))
{
goto IL_02ce;
}
}
{
uint16_t* L_153 = ___numbers1;
int32_t L_154 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_153, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2)))));
if ((!(((uint32_t)L_154) == ((uint32_t)1))))
{
goto IL_02ce;
}
}
{
uint16_t* L_155 = ___numbers1;
int32_t L_156 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
if (!L_156)
{
goto IL_02cc;
}
}
{
uint16_t* L_157 = ___numbers1;
int32_t L_158 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_157, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
return (bool)((((int32_t)L_158) == ((int32_t)((int32_t)65535)))? 1 : 0);
}
IL_02cc:
{
return (bool)1;
}
IL_02ce:
{
return (bool)0;
}
IL_02d0:
{
return (bool)1;
}
IL_02d2:
{
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.InvariantComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvariantComparer__ctor_m803F2DC4D029AE0DA9B3C0A581E9B49B044DF51A (InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvariantComparer__ctor_m803F2DC4D029AE0DA9B3C0A581E9B49B044DF51A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_0);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_1 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0);
__this->set_m_compareInfo_0(L_1);
return;
}
}
// System.Int32 System.InvariantComparer::Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvariantComparer_Compare_m974E695ADB170A8E1F6D63CB96FA0A0073B026AF (InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvariantComparer_Compare_m974E695ADB170A8E1F6D63CB96FA0A0073B026AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
RuntimeObject * L_0 = ___a0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___b1;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0022;
}
}
{
String_t* L_3 = V_1;
if (!L_3)
{
goto IL_0022;
}
}
{
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = __this->get_m_compareInfo_0();
String_t* L_5 = V_0;
String_t* L_6 = V_1;
NullCheck(L_4);
int32_t L_7 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String) */, L_4, L_5, L_6);
return L_7;
}
IL_0022:
{
IL2CPP_RUNTIME_CLASS_INIT(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_il2cpp_TypeInfo_var);
Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B * L_8 = ((Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_StaticFields*)il2cpp_codegen_static_fields_for(Comparer_t02D6323B7C3FB1B7681184587B0E1174F8DF6B3B_il2cpp_TypeInfo_var))->get_Default_1();
RuntimeObject * L_9 = ___a0;
RuntimeObject * L_10 = ___b1;
NullCheck(L_8);
int32_t L_11 = Comparer_Compare_mC30345311C0BD73811513B7240E66C2CFBE632E6(L_8, L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
}
// System.Void System.InvariantComparer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvariantComparer__cctor_m25FDC0EE3C4E0B5FE5E20F0C743C92CC22DE5B9B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvariantComparer__cctor_m25FDC0EE3C4E0B5FE5E20F0C743C92CC22DE5B9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA * L_0 = (InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA *)il2cpp_codegen_object_new(InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA_il2cpp_TypeInfo_var);
InvariantComparer__ctor_m803F2DC4D029AE0DA9B3C0A581E9B49B044DF51A(L_0, /*hidden argument*/NULL);
((InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA_StaticFields*)il2cpp_codegen_static_fields_for(InvariantComparer_tD6EE51C04FB8C0E087AB037E5690FA0E80ECD6DA_il2cpp_TypeInfo_var))->set_Default_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___unicode0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)160))))
{
goto IL_0010;
}
}
{
Il2CppChar L_1 = ___unicode0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)55295))))
{
goto IL_0049;
}
}
IL_0010:
{
Il2CppChar L_2 = ___unicode0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)63744))))
{
goto IL_0020;
}
}
{
Il2CppChar L_3 = ___unicode0;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)64975))))
{
goto IL_0049;
}
}
IL_0020:
{
Il2CppChar L_4 = ___unicode0;
if ((((int32_t)L_4) < ((int32_t)((int32_t)65008))))
{
goto IL_0030;
}
}
{
Il2CppChar L_5 = ___unicode0;
if ((((int32_t)L_5) <= ((int32_t)((int32_t)65519))))
{
goto IL_0049;
}
}
IL_0030:
{
bool L_6 = ___isQuery1;
if (!L_6)
{
goto IL_0047;
}
}
{
Il2CppChar L_7 = ___unicode0;
if ((((int32_t)L_7) < ((int32_t)((int32_t)57344))))
{
goto IL_0047;
}
}
{
Il2CppChar L_8 = ___unicode0;
return (bool)((((int32_t)((((int32_t)L_8) > ((int32_t)((int32_t)63743)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0047:
{
return (bool)0;
}
IL_0049:
{
return (bool)1;
}
}
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9 (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
V_0 = (bool)0;
bool* L_0 = ___surrogatePair2;
*((int8_t*)L_0) = (int8_t)0;
Il2CppChar L_1 = ___highSurr0;
Il2CppChar L_2 = ___lowSurr1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_3 = Char_IsSurrogatePair_m186784A2523D247DD43AC669D29A140AE0E992CF(L_1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_020e;
}
}
{
bool* L_4 = ___surrogatePair2;
*((int8_t*)L_4) = (int8_t)1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5;
Il2CppChar L_7 = ___highSurr0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)L_7);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_6;
Il2CppChar L_9 = ___lowSurr1;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)L_9);
String_t* L_10 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_8, /*hidden argument*/NULL);
V_1 = L_10;
String_t* L_11 = V_1;
int32_t L_12 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_11, _stringLiteral65E574DF4C26A5034E26490200EF9040B9AD3A26, /*hidden argument*/NULL);
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_0047;
}
}
{
String_t* L_13 = V_1;
int32_t L_14 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_13, _stringLiteral138AE1291D0FDD2939737A605784ED08E78A9737, /*hidden argument*/NULL);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0047:
{
String_t* L_15 = V_1;
int32_t L_16 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_15, _stringLiteral7DF115C7517A2274DDEA5B68BAC5337B387D957F, /*hidden argument*/NULL);
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_0066;
}
}
{
String_t* L_17 = V_1;
int32_t L_18 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_17, _stringLiteral2E8D21C998F75805B9367B60DD8A3B85620ACACC, /*hidden argument*/NULL);
if ((((int32_t)L_18) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0066:
{
String_t* L_19 = V_1;
int32_t L_20 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_19, _stringLiteral7C1881B48BC394F86F2C5B88C9C0D564876D2822, /*hidden argument*/NULL);
if ((((int32_t)L_20) < ((int32_t)0)))
{
goto IL_0085;
}
}
{
String_t* L_21 = V_1;
int32_t L_22 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_21, _stringLiteral2051DA5902A321BE45FD27292CD8E8397E1CBC8A, /*hidden argument*/NULL);
if ((((int32_t)L_22) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0085:
{
String_t* L_23 = V_1;
int32_t L_24 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_23, _stringLiteral403658E687068FB4134ECC254ECAF3136CDC3FE6, /*hidden argument*/NULL);
if ((((int32_t)L_24) < ((int32_t)0)))
{
goto IL_00a4;
}
}
{
String_t* L_25 = V_1;
int32_t L_26 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_25, _stringLiteralBB94D38BBC3E55D3BB9ED775E3926427237C5BB4, /*hidden argument*/NULL);
if ((((int32_t)L_26) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_00a4:
{
String_t* L_27 = V_1;
int32_t L_28 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_27, _stringLiteral46751B390D92C344617E7490A91616F7DAE87A4D, /*hidden argument*/NULL);
if ((((int32_t)L_28) < ((int32_t)0)))
{
goto IL_00c3;
}
}
{
String_t* L_29 = V_1;
int32_t L_30 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_29, _stringLiteral5567A4280B56B93887A3411B9BA889553B427D9C, /*hidden argument*/NULL);
if ((((int32_t)L_30) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_00c3:
{
String_t* L_31 = V_1;
int32_t L_32 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_31, _stringLiteral84F802341A80D8821928A6BF042018F28F6BD6BC, /*hidden argument*/NULL);
if ((((int32_t)L_32) < ((int32_t)0)))
{
goto IL_00e2;
}
}
{
String_t* L_33 = V_1;
int32_t L_34 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_33, _stringLiteral8D5280EE3B031DC560AA00396A9D537BC0401F97, /*hidden argument*/NULL);
if ((((int32_t)L_34) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_00e2:
{
String_t* L_35 = V_1;
int32_t L_36 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_35, _stringLiteralA1F04E6EFD522730470A7511DBE3EBF9FD0108A4, /*hidden argument*/NULL);
if ((((int32_t)L_36) < ((int32_t)0)))
{
goto IL_0101;
}
}
{
String_t* L_37 = V_1;
int32_t L_38 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_37, _stringLiteralFE7B8C6038A1A74D80BFF5F23FB9B41209B3A58B, /*hidden argument*/NULL);
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0101:
{
String_t* L_39 = V_1;
int32_t L_40 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_39, _stringLiteral1C1B3D6FF94B2A59F3278B9591692B9DE73EE437, /*hidden argument*/NULL);
if ((((int32_t)L_40) < ((int32_t)0)))
{
goto IL_0120;
}
}
{
String_t* L_41 = V_1;
int32_t L_42 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_41, _stringLiteralEBF4DF063AA788A23C3FE2ADCA2B6C0525339B9A, /*hidden argument*/NULL);
if ((((int32_t)L_42) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0120:
{
String_t* L_43 = V_1;
int32_t L_44 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_43, _stringLiteral9929BD76BB6A479BD748D213279338B8145D9D00, /*hidden argument*/NULL);
if ((((int32_t)L_44) < ((int32_t)0)))
{
goto IL_013f;
}
}
{
String_t* L_45 = V_1;
int32_t L_46 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_45, _stringLiteralE462BF1A8BF1155E522ABAE519222876450BA43D, /*hidden argument*/NULL);
if ((((int32_t)L_46) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_013f:
{
String_t* L_47 = V_1;
int32_t L_48 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_47, _stringLiteralE31A30F4BF98EB850A9819DC3447D918FC18090C, /*hidden argument*/NULL);
if ((((int32_t)L_48) < ((int32_t)0)))
{
goto IL_015e;
}
}
{
String_t* L_49 = V_1;
int32_t L_50 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_49, _stringLiteral02A1DE7D81235D0F3D7F59638AB990CC581D9A3B, /*hidden argument*/NULL);
if ((((int32_t)L_50) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_015e:
{
String_t* L_51 = V_1;
int32_t L_52 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_51, _stringLiteral4AC5B82C2DA6F96723218DFF7504C664E1F80881, /*hidden argument*/NULL);
if ((((int32_t)L_52) < ((int32_t)0)))
{
goto IL_017d;
}
}
{
String_t* L_53 = V_1;
int32_t L_54 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_53, _stringLiteral5768A067F71F301CCE9ED7360D139F45BA6D4727, /*hidden argument*/NULL);
if ((((int32_t)L_54) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_017d:
{
String_t* L_55 = V_1;
int32_t L_56 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_55, _stringLiteral3E5093C51691F5F09D01B272E203376795391CF1, /*hidden argument*/NULL);
if ((((int32_t)L_56) < ((int32_t)0)))
{
goto IL_0199;
}
}
{
String_t* L_57 = V_1;
int32_t L_58 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_57, _stringLiteralEB3A4B5CCA54F76C5610D00E036890D02D084AA6, /*hidden argument*/NULL);
if ((((int32_t)L_58) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0199:
{
String_t* L_59 = V_1;
int32_t L_60 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_59, _stringLiteral4E4A483ED626825D63C2302304176521EFF9ECBD, /*hidden argument*/NULL);
if ((((int32_t)L_60) < ((int32_t)0)))
{
goto IL_01b5;
}
}
{
String_t* L_61 = V_1;
int32_t L_62 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_61, _stringLiteralEA702382708DA683ABF93965F8A5B28FEA3E28DE, /*hidden argument*/NULL);
if ((((int32_t)L_62) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_01b5:
{
String_t* L_63 = V_1;
int32_t L_64 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_63, _stringLiteral497DA240B99C0C1C3CD67AFDEED37F94AD9AE2D8, /*hidden argument*/NULL);
if ((((int32_t)L_64) < ((int32_t)0)))
{
goto IL_01d1;
}
}
{
String_t* L_65 = V_1;
int32_t L_66 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_65, _stringLiteral25B6294BE206F89D782E1DECFE2B11C7BCF92979, /*hidden argument*/NULL);
if ((((int32_t)L_66) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_01d1:
{
bool L_67 = ___isQuery3;
if (!L_67)
{
goto IL_020e;
}
}
{
String_t* L_68 = V_1;
int32_t L_69 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_68, _stringLiteral7A15E3C35643EC9CE81F0D068C0058ED00FE6913, /*hidden argument*/NULL);
if ((((int32_t)L_69) < ((int32_t)0)))
{
goto IL_01f0;
}
}
{
String_t* L_70 = V_1;
int32_t L_71 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_70, _stringLiteralF8A984849A4EAB9B84E59C9F56576501E362F093, /*hidden argument*/NULL);
if ((((int32_t)L_71) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_01f0:
{
String_t* L_72 = V_1;
int32_t L_73 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_72, _stringLiteralBDB82E3AC7750DEFC34C5182BAFD1520C70F6BA0, /*hidden argument*/NULL);
if ((((int32_t)L_73) < ((int32_t)0)))
{
goto IL_020e;
}
}
{
String_t* L_74 = V_1;
int32_t L_75 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_74, _stringLiteralFBD638320493F35A0D0672A1D87CDDFCCFB9BADD, /*hidden argument*/NULL);
if ((((int32_t)L_75) > ((int32_t)0)))
{
goto IL_020e;
}
}
IL_020c:
{
V_0 = (bool)1;
}
IL_020e:
{
bool L_76 = V_0;
return L_76;
}
}
// System.Boolean System.IriHelper::CheckIsReserved(System.Char,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C (Il2CppChar ___ch0, int32_t ___component1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___component1;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
int32_t L_1 = ___component1;
if ((((int32_t)L_1) == ((int32_t)2)))
{
goto IL_002b;
}
}
{
int32_t L_2 = ___component1;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_002b;
}
}
{
int32_t L_3 = ___component1;
if ((((int32_t)L_3) == ((int32_t)8)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___component1;
if ((((int32_t)L_4) == ((int32_t)((int32_t)16))))
{
goto IL_002b;
}
}
{
int32_t L_5 = ___component1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)32))))
{
goto IL_002b;
}
}
{
int32_t L_6 = ___component1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)64))))
{
goto IL_002b;
}
}
{
int32_t L_7 = ___component1;
if (!L_7)
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
Il2CppChar L_8 = ___ch0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_9 = Uri_IsGenDelim_m376CCA5D00D019A69FD746C57D236A54EB9D3CF3(L_8, /*hidden argument*/NULL);
return L_9;
}
IL_002b:
{
int32_t L_10 = ___component1;
if ((((int32_t)L_10) > ((int32_t)4)))
{
goto IL_003c;
}
}
{
int32_t L_11 = ___component1;
if ((((int32_t)L_11) == ((int32_t)2)))
{
goto IL_0050;
}
}
{
int32_t L_12 = ___component1;
if ((((int32_t)L_12) == ((int32_t)4)))
{
goto IL_0070;
}
}
{
goto IL_00d2;
}
IL_003c:
{
int32_t L_13 = ___component1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)16))))
{
goto IL_0095;
}
}
{
int32_t L_14 = ___component1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)32))))
{
goto IL_00b0;
}
}
{
int32_t L_15 = ___component1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)64))))
{
goto IL_00c1;
}
}
{
goto IL_00d2;
}
IL_0050:
{
Il2CppChar L_16 = ___ch0;
if ((((int32_t)L_16) == ((int32_t)((int32_t)47))))
{
goto IL_006e;
}
}
{
Il2CppChar L_17 = ___ch0;
if ((((int32_t)L_17) == ((int32_t)((int32_t)63))))
{
goto IL_006e;
}
}
{
Il2CppChar L_18 = ___ch0;
if ((((int32_t)L_18) == ((int32_t)((int32_t)35))))
{
goto IL_006e;
}
}
{
Il2CppChar L_19 = ___ch0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)91))))
{
goto IL_006e;
}
}
{
Il2CppChar L_20 = ___ch0;
if ((((int32_t)L_20) == ((int32_t)((int32_t)93))))
{
goto IL_006e;
}
}
{
Il2CppChar L_21 = ___ch0;
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)64)))))
{
goto IL_00d2;
}
}
IL_006e:
{
return (bool)1;
}
IL_0070:
{
Il2CppChar L_22 = ___ch0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)58))))
{
goto IL_0093;
}
}
{
Il2CppChar L_23 = ___ch0;
if ((((int32_t)L_23) == ((int32_t)((int32_t)47))))
{
goto IL_0093;
}
}
{
Il2CppChar L_24 = ___ch0;
if ((((int32_t)L_24) == ((int32_t)((int32_t)63))))
{
goto IL_0093;
}
}
{
Il2CppChar L_25 = ___ch0;
if ((((int32_t)L_25) == ((int32_t)((int32_t)35))))
{
goto IL_0093;
}
}
{
Il2CppChar L_26 = ___ch0;
if ((((int32_t)L_26) == ((int32_t)((int32_t)91))))
{
goto IL_0093;
}
}
{
Il2CppChar L_27 = ___ch0;
if ((((int32_t)L_27) == ((int32_t)((int32_t)93))))
{
goto IL_0093;
}
}
{
Il2CppChar L_28 = ___ch0;
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)64)))))
{
goto IL_00d2;
}
}
IL_0093:
{
return (bool)1;
}
IL_0095:
{
Il2CppChar L_29 = ___ch0;
if ((((int32_t)L_29) == ((int32_t)((int32_t)47))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_30 = ___ch0;
if ((((int32_t)L_30) == ((int32_t)((int32_t)63))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_31 = ___ch0;
if ((((int32_t)L_31) == ((int32_t)((int32_t)35))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_32 = ___ch0;
if ((((int32_t)L_32) == ((int32_t)((int32_t)91))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_33 = ___ch0;
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)93)))))
{
goto IL_00d2;
}
}
IL_00ae:
{
return (bool)1;
}
IL_00b0:
{
Il2CppChar L_34 = ___ch0;
if ((((int32_t)L_34) == ((int32_t)((int32_t)35))))
{
goto IL_00bf;
}
}
{
Il2CppChar L_35 = ___ch0;
if ((((int32_t)L_35) == ((int32_t)((int32_t)91))))
{
goto IL_00bf;
}
}
{
Il2CppChar L_36 = ___ch0;
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)93)))))
{
goto IL_00d2;
}
}
IL_00bf:
{
return (bool)1;
}
IL_00c1:
{
Il2CppChar L_37 = ___ch0;
if ((((int32_t)L_37) == ((int32_t)((int32_t)35))))
{
goto IL_00d0;
}
}
{
Il2CppChar L_38 = ___ch0;
if ((((int32_t)L_38) == ((int32_t)((int32_t)91))))
{
goto IL_00d0;
}
}
{
Il2CppChar L_39 = ___ch0;
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)93)))))
{
goto IL_00d2;
}
}
IL_00d0:
{
return (bool)1;
}
IL_00d2:
{
return (bool)0;
}
}
// System.String System.IriHelper::EscapeUnescapeIri(System.Char*,System.Int32,System.Int32,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239 (Il2CppChar* ___pInput0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_2;
memset((&V_2), 0, sizeof(V_2));
Il2CppChar* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
Il2CppChar V_7 = 0x0;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
int32_t V_11 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_12 = NULL;
int32_t V_13 = 0;
int32_t V_14 = 0;
Il2CppChar V_15 = 0x0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_16 = NULL;
Il2CppChar* V_17 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_18 = NULL;
uint8_t* V_19 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_20 = NULL;
int32_t V_21 = 0;
int32_t V_22 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B40_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B39_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B41_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B42_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B44_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B43_0 = NULL;
Il2CppChar* G_B51_0 = NULL;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B51_1 = NULL;
Il2CppChar* G_B50_0 = NULL;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B50_1 = NULL;
int32_t G_B52_0 = 0;
Il2CppChar* G_B52_1 = NULL;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B52_2 = NULL;
{
int32_t L_0 = ___end2;
int32_t L_1 = ___start1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)));
V_0 = L_2;
V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = V_0;
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_4 = GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E((RuntimeObject *)(RuntimeObject *)L_3, 3, /*hidden argument*/NULL);
V_2 = L_4;
intptr_t L_5 = GCHandle_AddrOfPinnedObject_mA20090CB8274F28D087A6E8AD36D3230B6741EA5((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL);
void* L_6 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_5, /*hidden argument*/NULL);
V_3 = (Il2CppChar*)L_6;
V_4 = 0;
int32_t L_7 = ___start1;
V_5 = L_7;
V_6 = 0;
V_8 = (bool)0;
V_9 = (bool)0;
goto IL_03cb;
}
IL_0034:
{
V_8 = (bool)0;
V_9 = (bool)0;
Il2CppChar* L_8 = ___pInput0;
int32_t L_9 = V_5;
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_9)), (int32_t)2)))));
int32_t L_11 = L_10;
V_7 = L_11;
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)37)))))
{
goto IL_022f;
}
}
{
int32_t L_12 = V_5;
int32_t L_13 = ___end2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2))) >= ((int32_t)L_13)))
{
goto IL_0215;
}
}
{
Il2CppChar* L_14 = ___pInput0;
int32_t L_15 = V_5;
int32_t L_16 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)))), (int32_t)2)))));
Il2CppChar* L_17 = ___pInput0;
int32_t L_18 = V_5;
int32_t L_19 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2)))), (int32_t)2)))));
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
Il2CppChar L_20 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_16, L_19, /*hidden argument*/NULL);
V_7 = L_20;
Il2CppChar L_21 = V_7;
if ((((int32_t)L_21) == ((int32_t)((int32_t)65535))))
{
goto IL_0093;
}
}
{
Il2CppChar L_22 = V_7;
if ((((int32_t)L_22) == ((int32_t)((int32_t)37))))
{
goto IL_0093;
}
}
{
Il2CppChar L_23 = V_7;
int32_t L_24 = ___component3;
bool L_25 = IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C(L_23, L_24, /*hidden argument*/NULL);
if (L_25)
{
goto IL_0093;
}
}
{
Il2CppChar L_26 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
bool L_27 = UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D(L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00e1;
}
}
IL_0093:
{
Il2CppChar* L_28 = V_3;
int32_t L_29 = V_6;
int32_t L_30 = L_29;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
Il2CppChar* L_31 = ___pInput0;
int32_t L_32 = V_5;
int32_t L_33 = L_32;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_33)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2))))) = (int16_t)L_34;
Il2CppChar* L_35 = V_3;
int32_t L_36 = V_6;
int32_t L_37 = L_36;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
Il2CppChar* L_38 = ___pInput0;
int32_t L_39 = V_5;
int32_t L_40 = L_39;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2))))) = (int16_t)L_41;
Il2CppChar* L_42 = V_3;
int32_t L_43 = V_6;
int32_t L_44 = L_43;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
Il2CppChar* L_45 = ___pInput0;
int32_t L_46 = V_5;
int32_t L_47 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_46)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_44)), (int32_t)2))))) = (int16_t)L_47;
goto IL_03c5;
}
IL_00e1:
{
Il2CppChar L_48 = V_7;
if ((((int32_t)L_48) > ((int32_t)((int32_t)127))))
{
goto IL_0101;
}
}
{
Il2CppChar* L_49 = V_3;
int32_t L_50 = V_6;
int32_t L_51 = L_50;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
Il2CppChar L_52 = V_7;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_51)), (int32_t)2))))) = (int16_t)L_52;
int32_t L_53 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)2));
goto IL_03c5;
}
IL_0101:
{
int32_t L_54 = V_5;
V_10 = L_54;
V_11 = 1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_1;
if (L_55)
{
goto IL_0115;
}
}
{
int32_t L_56 = ___end2;
int32_t L_57 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57)));
V_1 = L_58;
}
IL_0115:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_1;
Il2CppChar L_60 = V_7;
NullCheck(L_59);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_60))));
int32_t L_61 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)3));
goto IL_0178;
}
IL_0123:
{
Il2CppChar* L_62 = ___pInput0;
int32_t L_63 = V_5;
int32_t L_64 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_63)), (int32_t)2)))));
int32_t L_65 = L_64;
V_7 = L_65;
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)37)))))
{
goto IL_017d;
}
}
{
int32_t L_66 = V_5;
int32_t L_67 = ___end2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)2))) >= ((int32_t)L_67)))
{
goto IL_017d;
}
}
{
Il2CppChar* L_68 = ___pInput0;
int32_t L_69 = V_5;
int32_t L_70 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)))), (int32_t)2)))));
Il2CppChar* L_71 = ___pInput0;
int32_t L_72 = V_5;
int32_t L_73 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)2)))), (int32_t)2)))));
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
Il2CppChar L_74 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_70, L_73, /*hidden argument*/NULL);
V_7 = L_74;
Il2CppChar L_75 = V_7;
if ((((int32_t)L_75) == ((int32_t)((int32_t)65535))))
{
goto IL_017d;
}
}
{
Il2CppChar L_76 = V_7;
if ((((int32_t)L_76) < ((int32_t)((int32_t)128))))
{
goto IL_017d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = V_1;
int32_t L_78 = V_11;
int32_t L_79 = L_78;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1));
Il2CppChar L_80 = V_7;
NullCheck(L_77);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(L_79), (uint8_t)(((int32_t)((uint8_t)L_80))));
int32_t L_81 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)3));
}
IL_0178:
{
int32_t L_82 = V_5;
int32_t L_83 = ___end2;
if ((((int32_t)L_82) < ((int32_t)L_83)))
{
goto IL_0123;
}
}
IL_017d:
{
int32_t L_84 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)1));
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_85 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
NullCheck(L_85);
RuntimeObject * L_86 = VirtFuncInvoker0< RuntimeObject * >::Invoke(10 /* System.Object System.Text.Encoding::Clone() */, L_85);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_87 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_86, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_88 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)il2cpp_codegen_object_new(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var);
EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD(L_88, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
NullCheck(L_87);
Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A(L_87, L_88, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_89 = L_87;
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_90 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var);
DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B(L_90, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
NullCheck(L_89);
Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC(L_89, L_90, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = V_1;
NullCheck(L_91);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_92 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_91)->max_length)))));
V_12 = L_92;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = V_1;
int32_t L_94 = V_11;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_95 = V_12;
NullCheck(L_89);
int32_t L_96 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_89, L_93, 0, L_94, L_95, 0);
V_13 = L_96;
int32_t L_97 = V_13;
if (!L_97)
{
goto IL_01e9;
}
}
{
Il2CppChar* L_98 = V_3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_99 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = V_12;
int32_t L_101 = V_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_102 = V_1;
int32_t L_103 = V_11;
int32_t L_104 = ___component3;
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F((Il2CppChar*)(Il2CppChar*)L_98, L_99, (int32_t*)(&V_6), L_100, L_101, L_102, L_103, (bool)((((int32_t)L_104) == ((int32_t)((int32_t)32)))? 1 : 0), (bool)1, /*hidden argument*/NULL);
goto IL_02e6;
}
IL_01e9:
{
int32_t L_105 = V_10;
V_14 = L_105;
goto IL_020a;
}
IL_01ef:
{
Il2CppChar* L_106 = V_3;
int32_t L_107 = V_6;
int32_t L_108 = L_107;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1));
Il2CppChar* L_109 = ___pInput0;
int32_t L_110 = V_14;
int32_t L_111 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_109, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_110)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_106, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_108)), (int32_t)2))))) = (int16_t)L_111;
int32_t L_112 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1));
}
IL_020a:
{
int32_t L_113 = V_14;
int32_t L_114 = V_5;
if ((((int32_t)L_113) <= ((int32_t)L_114)))
{
goto IL_01ef;
}
}
{
goto IL_02e6;
}
IL_0215:
{
Il2CppChar* L_115 = V_3;
int32_t L_116 = V_6;
int32_t L_117 = L_116;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1));
Il2CppChar* L_118 = ___pInput0;
int32_t L_119 = V_5;
int32_t L_120 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_118, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_119)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_115, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_117)), (int32_t)2))))) = (int16_t)L_120;
goto IL_02e6;
}
IL_022f:
{
Il2CppChar L_121 = V_7;
if ((((int32_t)L_121) <= ((int32_t)((int32_t)127))))
{
goto IL_02d1;
}
}
{
Il2CppChar L_122 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_123 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_122, /*hidden argument*/NULL);
if (!L_123)
{
goto IL_029e;
}
}
{
int32_t L_124 = V_5;
int32_t L_125 = ___end2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1))) >= ((int32_t)L_125)))
{
goto IL_029e;
}
}
{
Il2CppChar* L_126 = ___pInput0;
int32_t L_127 = V_5;
int32_t L_128 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_126, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)))), (int32_t)2)))));
V_15 = L_128;
Il2CppChar L_129 = V_7;
Il2CppChar L_130 = V_15;
int32_t L_131 = ___component3;
bool L_132 = IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9(L_129, L_130, (bool*)(&V_9), (bool)((((int32_t)L_131) == ((int32_t)((int32_t)32)))? 1 : 0), /*hidden argument*/NULL);
V_8 = (bool)((((int32_t)L_132) == ((int32_t)0))? 1 : 0);
bool L_133 = V_8;
if (L_133)
{
goto IL_02e6;
}
}
{
Il2CppChar* L_134 = V_3;
int32_t L_135 = V_6;
int32_t L_136 = L_135;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1));
Il2CppChar* L_137 = ___pInput0;
int32_t L_138 = V_5;
int32_t L_139 = L_138;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1));
int32_t L_140 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_137, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_139)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_134, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_136)), (int32_t)2))))) = (int16_t)L_140;
Il2CppChar* L_141 = V_3;
int32_t L_142 = V_6;
int32_t L_143 = L_142;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1));
Il2CppChar* L_144 = ___pInput0;
int32_t L_145 = V_5;
int32_t L_146 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_144, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_145)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_141, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_143)), (int32_t)2))))) = (int16_t)L_146;
goto IL_02e6;
}
IL_029e:
{
Il2CppChar L_147 = V_7;
int32_t L_148 = ___component3;
bool L_149 = IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C(L_147, (bool)((((int32_t)L_148) == ((int32_t)((int32_t)32)))? 1 : 0), /*hidden argument*/NULL);
if (!L_149)
{
goto IL_02cc;
}
}
{
Il2CppChar L_150 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_151 = Uri_IsBidiControlCharacter_mB14EA5816A434B7CE382EB9ACBD1432916EC341D(L_150, /*hidden argument*/NULL);
if (L_151)
{
goto IL_02e6;
}
}
{
Il2CppChar* L_152 = V_3;
int32_t L_153 = V_6;
int32_t L_154 = L_153;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1));
Il2CppChar* L_155 = ___pInput0;
int32_t L_156 = V_5;
int32_t L_157 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_156)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_152, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_154)), (int32_t)2))))) = (int16_t)L_157;
goto IL_02e6;
}
IL_02cc:
{
V_8 = (bool)1;
goto IL_02e6;
}
IL_02d1:
{
Il2CppChar* L_158 = V_3;
int32_t L_159 = V_6;
int32_t L_160 = L_159;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1));
Il2CppChar* L_161 = ___pInput0;
int32_t L_162 = V_5;
int32_t L_163 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_161, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_162)), (int32_t)2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_158, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_160)), (int32_t)2))))) = (int16_t)L_163;
}
IL_02e6:
{
bool L_164 = V_8;
if (!L_164)
{
goto IL_03c5;
}
}
{
int32_t L_165 = V_4;
if ((((int32_t)L_165) >= ((int32_t)((int32_t)12))))
{
goto IL_0357;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_166 = V_0;
NullCheck(L_166);
if (((int64_t)(((int32_t)((int32_t)(((RuntimeArray*)L_166)->max_length)))) + (int64_t)((int32_t)90) < (int64_t)kIl2CppInt32Min) || ((int64_t)(((int32_t)((int32_t)(((RuntimeArray*)L_166)->max_length)))) + (int64_t)((int32_t)90) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_RuntimeMethod_var);
int32_t L_167 = V_4;
if (((int64_t)L_167 + (int64_t)((int32_t)90) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_167 + (int64_t)((int32_t)90) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_RuntimeMethod_var);
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)((int32_t)90)));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_168 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_166)->max_length)))), (int32_t)((int32_t)90))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_169 = L_168;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_170 = L_169;
V_18 = L_170;
G_B39_0 = L_169;
if (!L_170)
{
G_B40_0 = L_169;
goto IL_0311;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_171 = V_18;
NullCheck(L_171);
G_B40_0 = G_B39_0;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_171)->max_length)))))
{
G_B41_0 = G_B39_0;
goto IL_0317;
}
}
IL_0311:
{
V_17 = (Il2CppChar*)(((uintptr_t)0));
G_B42_0 = G_B40_0;
goto IL_0322;
}
IL_0317:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_172 = V_18;
NullCheck(L_172);
V_17 = (Il2CppChar*)(((uintptr_t)((L_172)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
G_B42_0 = G_B41_0;
}
IL_0322:
{
Il2CppChar* L_173 = V_17;
Il2CppChar* L_174 = V_3;
int32_t L_175 = V_6;
Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678((uint8_t*)(uint8_t*)L_173, (uint8_t*)(uint8_t*)L_174, ((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)2)), /*hidden argument*/NULL);
V_18 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
bool L_176 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL);
G_B43_0 = G_B42_0;
if (!L_176)
{
G_B44_0 = G_B42_0;
goto IL_0341;
}
}
{
GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL);
G_B44_0 = G_B43_0;
}
IL_0341:
{
V_0 = G_B44_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_177 = V_0;
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_178 = GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E((RuntimeObject *)(RuntimeObject *)L_177, 3, /*hidden argument*/NULL);
V_2 = L_178;
intptr_t L_179 = GCHandle_AddrOfPinnedObject_mA20090CB8274F28D087A6E8AD36D3230B6741EA5((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL);
void* L_180 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_179, /*hidden argument*/NULL);
V_3 = (Il2CppChar*)L_180;
}
IL_0357:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_181 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
V_16 = L_181;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_182 = V_16;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_183 = L_182;
V_20 = L_183;
if (!L_183)
{
goto IL_036c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_184 = V_20;
NullCheck(L_184);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_184)->max_length)))))
{
goto IL_0372;
}
}
IL_036c:
{
V_19 = (uint8_t*)(((uintptr_t)0));
goto IL_037d;
}
IL_0372:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_185 = V_20;
NullCheck(L_185);
V_19 = (uint8_t*)(((uintptr_t)((L_185)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_037d:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_186 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
Il2CppChar* L_187 = ___pInput0;
int32_t L_188 = V_5;
bool L_189 = V_9;
G_B50_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_187, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_188)), (int32_t)2))));
G_B50_1 = L_186;
if (L_189)
{
G_B51_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_187, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_188)), (int32_t)2))));
G_B51_1 = L_186;
goto IL_0390;
}
}
{
G_B52_0 = 1;
G_B52_1 = G_B50_0;
G_B52_2 = G_B50_1;
goto IL_0391;
}
IL_0390:
{
G_B52_0 = 2;
G_B52_1 = G_B51_0;
G_B52_2 = G_B51_1;
}
IL_0391:
{
uint8_t* L_190 = V_19;
NullCheck(G_B52_2);
int32_t L_191 = VirtFuncInvoker4< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t >::Invoke(21 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) */, G_B52_2, (Il2CppChar*)(Il2CppChar*)G_B52_1, G_B52_0, (uint8_t*)(uint8_t*)L_190, 4);
V_21 = L_191;
int32_t L_192 = V_4;
int32_t L_193 = V_21;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_192, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_193, (int32_t)3))));
V_22 = 0;
goto IL_03bc;
}
IL_03a9:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_194 = V_16;
int32_t L_195 = V_22;
NullCheck(L_194);
int32_t L_196 = L_195;
uint8_t L_197 = (L_194)->GetAt(static_cast<il2cpp_array_size_t>(L_196));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_198 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_197, L_198, (int32_t*)(&V_6), /*hidden argument*/NULL);
int32_t L_199 = V_22;
V_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)1));
}
IL_03bc:
{
int32_t L_200 = V_22;
int32_t L_201 = V_21;
if ((((int32_t)L_200) < ((int32_t)L_201)))
{
goto IL_03a9;
}
}
{
V_20 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_03c5:
{
int32_t L_202 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1));
}
IL_03cb:
{
int32_t L_203 = V_5;
int32_t L_204 = ___end2;
if ((((int32_t)L_203) < ((int32_t)L_204)))
{
goto IL_0034;
}
}
{
bool L_205 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL);
if (!L_205)
{
goto IL_03e3;
}
}
{
GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL);
}
IL_03e3:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_206 = V_0;
int32_t L_207 = V_6;
String_t* L_208 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_206, 0, L_207, /*hidden argument*/NULL);
return L_208;
}
}
#ifdef __clang__
#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.Net.AuthenticationManager::EnsureModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
RuntimeObject * L_0 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_locker_1();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0();
if (!L_2)
{
goto IL_0019;
}
}
IL_0017:
{
IL2CPP_LEAVE(0x5F, FINALLY_0055);
}
IL_0019:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->set_modules_0(L_3);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0();
NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 * L_5 = (NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 *)il2cpp_codegen_object_new(NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_il2cpp_TypeInfo_var);
NtlmClient__ctor_m0D21FEAFC5E5E03B0796EEE3DCCF690B2A8FC8C6(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0();
DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * L_7 = (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C *)il2cpp_codegen_object_new(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
DigestClient__ctor_m2C794DF081C69CEFC4E828E346F801C0B59B275B(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0();
BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * L_9 = (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C *)il2cpp_codegen_object_new(BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C_il2cpp_TypeInfo_var);
BasicClient__ctor_mEBD681890D6F38D96CC443A9F93F823E94ECACBA(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9);
IL2CPP_LEAVE(0x5F, FINALLY_0055);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0055;
}
FINALLY_0055:
{ // begin finally (depth: 1)
{
bool L_10 = V_1;
if (!L_10)
{
goto IL_005e;
}
}
IL_0058:
{
RuntimeObject * L_11 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL);
}
IL_005e:
{
IL2CPP_END_FINALLY(85)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(85)
{
IL2CPP_JUMP_TBL(0x5F, IL_005f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005f:
{
return;
}
}
// System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103 (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___request1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___credentials2;
if (L_2)
{
goto IL_001c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralD506BD5213C46BD49E16C634754AD70113408252, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_RuntimeMethod_var);
}
IL_001c:
{
String_t* L_4 = ___challenge0;
if (L_4)
{
goto IL_002a;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteralBB064B23223DFF9B805313CDAFC355ACC64F1642, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_RuntimeMethod_var);
}
IL_002a:
{
String_t* L_6 = ___challenge0;
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_7 = ___request1;
RuntimeObject* L_8 = ___credentials2;
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_9 = AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A(L_6, L_7, L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_4 = NULL;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_5 = NULL;
RuntimeObject* V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C(/*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0();
V_0 = L_0;
V_1 = (bool)0;
}
IL_000d:
try
{ // begin try (depth: 1)
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2);
V_2 = L_3;
}
IL_0020:
try
{ // begin try (depth: 2)
{
goto IL_0050;
}
IL_0022:
{
RuntimeObject* L_4 = V_2;
NullCheck(L_4);
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var));
RuntimeObject* L_6 = V_3;
String_t* L_7 = ___challenge0;
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_8 = ___request1;
RuntimeObject* L_9 = ___credentials2;
NullCheck(L_6);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_10 = InterfaceFuncInvoker3< Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *, String_t*, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 *, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_6, L_7, L_8, L_9);
V_4 = L_10;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_11 = V_4;
if (!L_11)
{
goto IL_0050;
}
}
IL_003d:
{
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_12 = V_4;
RuntimeObject* L_13 = V_3;
NullCheck(L_13);
String_t* L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_13);
NullCheck(L_12);
L_12->set_ModuleAuthenticationType_2(L_14);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_15 = V_4;
V_5 = L_15;
IL2CPP_LEAVE(0x7A, FINALLY_005a);
}
IL_0050:
{
RuntimeObject* L_16 = V_2;
NullCheck(L_16);
bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16);
if (L_17)
{
goto IL_0022;
}
}
IL_0058:
{
IL2CPP_LEAVE(0x78, FINALLY_005a);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005a;
}
FINALLY_005a:
{ // begin finally (depth: 2)
{
RuntimeObject* L_18 = V_2;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_19 = V_6;
if (!L_19)
{
goto IL_006d;
}
}
IL_0066:
{
RuntimeObject* L_20 = V_6;
NullCheck(L_20);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_20);
}
IL_006d:
{
IL2CPP_END_FINALLY(90)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(90)
{
IL2CPP_END_CLEANUP(0x7A, FINALLY_006e);
IL2CPP_END_CLEANUP(0x78, FINALLY_006e);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006e;
}
FINALLY_006e:
{ // begin finally (depth: 1)
{
bool L_21 = V_1;
if (!L_21)
{
goto IL_0077;
}
}
IL_0071:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_22, /*hidden argument*/NULL);
}
IL_0077:
{
IL2CPP_END_FINALLY(110)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(110)
{
IL2CPP_JUMP_TBL(0x7A, IL_007a)
IL2CPP_JUMP_TBL(0x78, IL_0078)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0078:
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_007a:
{
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_23 = V_5;
return L_23;
}
}
// System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request0, RuntimeObject* ___credentials1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_4 = NULL;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_5 = NULL;
RuntimeObject* V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___request0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___credentials1;
if (L_2)
{
goto IL_0013;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_0013:
{
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C(/*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0();
V_0 = L_3;
V_1 = (bool)0;
}
IL_0020:
try
{ // begin try (depth: 1)
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0();
NullCheck(L_5);
RuntimeObject* L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_5);
V_2 = L_6;
}
IL_0033:
try
{ // begin try (depth: 2)
{
goto IL_0062;
}
IL_0035:
{
RuntimeObject* L_7 = V_2;
NullCheck(L_7);
RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_7);
V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var));
RuntimeObject* L_9 = V_3;
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_10 = ___request0;
RuntimeObject* L_11 = ___credentials1;
NullCheck(L_9);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_12 = InterfaceFuncInvoker2< Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 *, RuntimeObject* >::Invoke(1 /* System.Net.Authorization System.Net.IAuthenticationModule::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_9, L_10, L_11);
V_4 = L_12;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_13 = V_4;
if (!L_13)
{
goto IL_0062;
}
}
IL_004f:
{
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_14 = V_4;
RuntimeObject* L_15 = V_3;
NullCheck(L_15);
String_t* L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_15);
NullCheck(L_14);
L_14->set_ModuleAuthenticationType_2(L_16);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_17 = V_4;
V_5 = L_17;
IL2CPP_LEAVE(0x8C, FINALLY_006c);
}
IL_0062:
{
RuntimeObject* L_18 = V_2;
NullCheck(L_18);
bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_18);
if (L_19)
{
goto IL_0035;
}
}
IL_006a:
{
IL2CPP_LEAVE(0x8A, FINALLY_006c);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006c;
}
FINALLY_006c:
{ // begin finally (depth: 2)
{
RuntimeObject* L_20 = V_2;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_21 = V_6;
if (!L_21)
{
goto IL_007f;
}
}
IL_0078:
{
RuntimeObject* L_22 = V_6;
NullCheck(L_22);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_22);
}
IL_007f:
{
IL2CPP_END_FINALLY(108)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(108)
{
IL2CPP_END_CLEANUP(0x8C, FINALLY_0080);
IL2CPP_END_CLEANUP(0x8A, FINALLY_0080);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0080;
}
FINALLY_0080:
{ // begin finally (depth: 1)
{
bool L_23 = V_1;
if (!L_23)
{
goto IL_0089;
}
}
IL_0083:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_24, /*hidden argument*/NULL);
}
IL_0089:
{
IL2CPP_END_FINALLY(128)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(128)
{
IL2CPP_JUMP_TBL(0x8C, IL_008c)
IL2CPP_JUMP_TBL(0x8A, IL_008a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008a:
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_008c:
{
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_25 = V_5;
return L_25;
}
}
// System.Void System.Net.AuthenticationManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager__cctor_m714CA7C74E3FB74FF66F0082240ADC7017D5B790 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationManager__cctor_m714CA7C74E3FB74FF66F0082240ADC7017D5B790_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->set_locker_1(L_0);
((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->set_credential_policy_2((RuntimeObject*)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.Net.Authorization::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55 (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, String_t* ___token0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___token0;
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
String_t* L_1 = ValidationHelper_MakeStringNull_m6741032436B995465649A89BCC2BEC439A5140C2(L_0, /*hidden argument*/NULL);
__this->set_m_Message_0(L_1);
__this->set_m_Complete_1((bool)1);
return;
}
}
// System.Void System.Net.Authorization::.ctor(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_mAAC9C79A5BE6062F83A3127CD4A115A6B6FF6691 (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, String_t* ___token0, bool ___finished1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Authorization__ctor_mAAC9C79A5BE6062F83A3127CD4A115A6B6FF6691_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___token0;
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
String_t* L_1 = ValidationHelper_MakeStringNull_m6741032436B995465649A89BCC2BEC439A5140C2(L_0, /*hidden argument*/NULL);
__this->set_m_Message_0(L_1);
bool L_2 = ___finished1;
__this->set_m_Complete_1(L_2);
return;
}
}
// System.String System.Net.Authorization::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_Message_0();
return L_0;
}
}
// System.Boolean System.Net.Authorization::get_Complete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m95AEF29BEC17BF1D514997E29AF5D6027058D25B (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_Complete_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1<System.String>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_mCBAD00EC0BE65DF947C48B1DBC377EB80F075902 (AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, RuntimeObject** ___proxyList1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___destination0;
RuntimeObject** L_1 = ___proxyList1;
bool L_2 = AutoWebProxyScriptEngine_GetProxies_m228520D18B1350998E32FCACF796316DBBBA111A(__this, L_0, (RuntimeObject**)L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1<System.String>&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m228520D18B1350998E32FCACF796316DBBBA111A (AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, RuntimeObject** ___proxyList1, int32_t* ___syncStatus2, const RuntimeMethod* method)
{
{
RuntimeObject** L_0 = ___proxyList1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
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.Net.Authorization System.Net.BasicClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * BasicClient_Authenticate_mAFFE68105ECD5FA9236C3F8DDA8EB1ACD51908E3 (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BasicClient_Authenticate_mAFFE68105ECD5FA9236C3F8DDA8EB1ACD51908E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___credentials2;
if (!L_0)
{
goto IL_0006;
}
}
{
String_t* L_1 = ___challenge0;
if (L_1)
{
goto IL_0008;
}
}
IL_0006:
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_0008:
{
String_t* L_2 = ___challenge0;
NullCheck(L_2);
String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_4 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_4, _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD, 4, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
{
goto IL_0023;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_0023:
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_6 = ___webRequest1;
RuntimeObject* L_7 = ___credentials2;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_8 = BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1(L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Byte[] System.Net.BasicClient::GetBytes(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
String_t* L_0 = ___str0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_1 = L_3;
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
goto IL_0023;
}
IL_0014:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1;
int32_t L_6 = V_0;
String_t* L_7 = ___str0;
int32_t L_8 = V_0;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)(((int32_t)((uint8_t)L_9))));
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1));
}
IL_0023:
{
int32_t L_11 = V_0;
if ((((int32_t)L_11) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1;
return L_12;
}
}
// System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___webRequest0;
V_0 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
RuntimeObject* L_2 = ___credentials1;
if (L_2)
{
goto IL_000f;
}
}
IL_000d:
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_000f:
{
RuntimeObject* L_3 = ___credentials1;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = V_0;
NullCheck(L_4);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = HttpWebRequest_get_AuthUri_mCEEC6FB9771FF5DBD1BD7C00A47DE121C1D2B728_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_6 = InterfaceFuncInvoker2< NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var, L_3, L_5, _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD);
V_1 = L_6;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_7 = V_1;
if (L_7)
{
goto IL_0026;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_0026:
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_8 = V_1;
NullCheck(L_8);
String_t* L_9 = NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7(L_8, /*hidden argument*/NULL);
V_2 = L_9;
String_t* L_10 = V_2;
if (!L_10)
{
goto IL_003d;
}
}
{
String_t* L_11 = V_2;
bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_003f;
}
}
IL_003d:
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_003f:
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_13 = V_1;
NullCheck(L_13);
String_t* L_14 = NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6(L_13, /*hidden argument*/NULL);
V_3 = L_14;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_15 = V_1;
NullCheck(L_15);
String_t* L_16 = NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A(L_15, /*hidden argument*/NULL);
V_4 = L_16;
String_t* L_17 = V_4;
if (!L_17)
{
goto IL_0073;
}
}
{
String_t* L_18 = V_4;
bool L_19 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (L_19)
{
goto IL_0073;
}
}
{
String_t* L_20 = V_4;
NullCheck(L_20);
String_t* L_21 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_20, /*hidden argument*/NULL);
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_0088;
}
}
IL_0073:
{
String_t* L_23 = V_2;
String_t* L_24 = V_3;
String_t* L_25 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_23, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_24, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457(L_25, /*hidden argument*/NULL);
V_5 = L_26;
goto IL_00b7;
}
IL_0088:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27;
String_t* L_29 = V_4;
NullCheck(L_28);
ArrayElementTypeCheck (L_28, L_29);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_29);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = L_28;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = L_30;
String_t* L_32 = V_2;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_32);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_32);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = L_31;
NullCheck(L_33);
ArrayElementTypeCheck (L_33, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = L_33;
String_t* L_35 = V_3;
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_35);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_35);
String_t* L_36 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_34, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457(L_36, /*hidden argument*/NULL);
V_5 = L_37;
}
IL_00b7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_39 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_38, /*hidden argument*/NULL);
String_t* L_40 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3EFF1DD36111D056EF224CB39F6D07C7EBACC05C, L_39, /*hidden argument*/NULL);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_41 = (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)il2cpp_codegen_object_new(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B_il2cpp_TypeInfo_var);
Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55(L_41, L_40, /*hidden argument*/NULL);
return L_41;
}
}
// System.Net.Authorization System.Net.BasicClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * BasicClient_PreAuthenticate_m37B88D454CE965EC3DE7EE8DB0B31B27EC1852EE (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method)
{
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___webRequest0;
RuntimeObject* L_1 = ___credentials1;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_2 = BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Net.BasicClient::get_AuthenticationType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BasicClient_get_AuthenticationType_mF03B1A75D7F4C95446C340E658DCA4EE18B2EC30 (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BasicClient_get_AuthenticationType_mF03B1A75D7F4C95446C340E658DCA4EE18B2EC30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralAA2C96DACF00C451EF465F6115A45A20BCCF1256;
}
}
// System.Void System.Net.BasicClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicClient__ctor_mEBD681890D6F38D96CC443A9F93F823E94ECACBA (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __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.Net.BindIPEndPoint::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindIPEndPoint__ctor_mEEBF2DCAA6E9ADB50C11FFED6A9EC811AA2C55C3 (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * BindIPEndPoint_Invoke_mAFDE5BDA3031EC5D2B97D8B5C9CBC446FEA79E84 (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __this, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEndPoint1, int32_t ___retryCount2, const RuntimeMethod* method)
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * result = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod);
}
else
{
// closed
typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (void*, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2);
else
result = GenericVirtFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2);
else
result = VirtFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___remoteEndPoint1) - 1), ___retryCount2, targetMethod);
}
typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2);
else
result = GenericVirtFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2);
else
result = VirtFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (RuntimeObject*, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___servicePoint0) - 1), ___remoteEndPoint1, ___retryCount2, targetMethod);
}
if (targetThis == NULL)
{
typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod);
}
else
{
typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (void*, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult System.Net.BindIPEndPoint::BeginInvoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BindIPEndPoint_BeginInvoke_m41238E8762D41E78D7755E7086366793BD92C3A7 (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __this, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEndPoint1, int32_t ___retryCount2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BindIPEndPoint_BeginInvoke_m41238E8762D41E78D7755E7086366793BD92C3A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___servicePoint0;
__d_args[1] = ___remoteEndPoint1;
__d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___retryCount2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Net.IPEndPoint System.Net.BindIPEndPoint::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * BindIPEndPoint_EndInvoke_mB2326C7847373515BD42B7217286278B364BA33C (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)__result;
}
#ifdef __clang__
#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.Net.Cache.RequestCache::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCache__cctor_mFAEFA434EE3444D488DFACD6CC159A4778520F02 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCache__cctor_mFAEFA434EE3444D488DFACD6CC159A4778520F02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)13));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)10));
((RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_StaticFields*)il2cpp_codegen_static_fields_for(RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_il2cpp_TypeInfo_var))->set_LineSplits_0(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCache System.Net.Cache.RequestCacheBinding::get_Cache()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * RequestCacheBinding_get_Cache_mBA542233E24F4E0F7BBD002FEC16C40635F6CEC6 (RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * __this, const RuntimeMethod* method)
{
{
RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * L_0 = __this->get_m_RequestCache_0();
return L_0;
}
}
// System.Net.Cache.RequestCacheValidator System.Net.Cache.RequestCacheBinding::get_Validator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * RequestCacheBinding_get_Validator_m96DB953B9D5359F0CB17743EB2DBD2876AFF416E (RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * __this, const RuntimeMethod* method)
{
{
RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * L_0 = __this->get_m_CacheValidator_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::get_Level()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RequestCachePolicy_get_Level_mF07A69B91868379BECC75D5E8845A3107C224D81 (RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Level_0();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Cache.RequestCacheProtocol::.ctor(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D (RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Net.Cache.RequestCacheValidator::CreateValidator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC (RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Net.CaseInsensitiveAscii::GetHashCode(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_GetHashCode_mEDEDA9FD6885627614E710E60A2EA06D69F6D436 (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, RuntimeObject * ___myObject0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaseInsensitiveAscii_GetHashCode_mEDEDA9FD6885627614E710E60A2EA06D69F6D436_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
RuntimeObject * L_0 = ___myObject0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___myObject0;
if (L_1)
{
goto IL_000c;
}
}
{
return 0;
}
IL_000c:
{
String_t* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
V_1 = L_3;
int32_t L_4 = V_1;
if (L_4)
{
goto IL_0018;
}
}
{
return 0;
}
IL_0018:
{
int32_t L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_7 = V_0;
NullCheck(L_7);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_9 = (((int32_t)((uint8_t)L_8)));
uint8_t L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_12 = V_0;
int32_t L_13 = V_1;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_15 = (((int32_t)((uint8_t)L_14)));
uint8_t L_16 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_1 = ((int32_t)((int32_t)L_5^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)24)))^(int32_t)((int32_t)((int32_t)L_16<<(int32_t)((int32_t)16)))))));
int32_t L_17 = V_1;
return L_17;
}
}
// System.Int32 System.Net.CaseInsensitiveAscii::Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_Compare_m89633B3A475AC918C505843E6F7824FE789A6E4B (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, RuntimeObject * ___firstObject0, RuntimeObject * ___secondObject1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaseInsensitiveAscii_Compare_m89633B3A475AC918C505843E6F7824FE789A6E4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* 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 G_B9_0 = 0;
{
RuntimeObject * L_0 = ___firstObject0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___secondObject1;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
String_t* L_2 = V_0;
if (L_2)
{
goto IL_0018;
}
}
{
String_t* L_3 = V_1;
if (!L_3)
{
goto IL_0016;
}
}
{
return (-1);
}
IL_0016:
{
return 0;
}
IL_0018:
{
String_t* L_4 = V_1;
if (L_4)
{
goto IL_001d;
}
}
{
return 1;
}
IL_001d:
{
String_t* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
String_t* L_7 = V_1;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_8));
int32_t L_9 = V_2;
if ((((int32_t)L_9) > ((int32_t)0)))
{
goto IL_0037;
}
}
{
String_t* L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
G_B9_0 = L_11;
goto IL_003d;
}
IL_0037:
{
String_t* L_12 = V_1;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
G_B9_0 = L_13;
}
IL_003d:
{
V_3 = G_B9_0;
V_5 = 0;
goto IL_0071;
}
IL_0043:
{
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_15 = V_0;
int32_t L_16 = V_5;
NullCheck(L_15);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL);
NullCheck(L_14);
Il2CppChar L_18 = L_17;
uint8_t L_19 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_21 = V_1;
int32_t L_22 = V_5;
NullCheck(L_21);
Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, L_22, /*hidden argument*/NULL);
NullCheck(L_20);
Il2CppChar L_24 = L_23;
uint8_t L_25 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_25));
int32_t L_26 = V_4;
if (!L_26)
{
goto IL_006b;
}
}
{
int32_t L_27 = V_4;
V_2 = L_27;
goto IL_0076;
}
IL_006b:
{
int32_t L_28 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_0071:
{
int32_t L_29 = V_5;
int32_t L_30 = V_3;
if ((((int32_t)L_29) < ((int32_t)L_30)))
{
goto IL_0043;
}
}
IL_0076:
{
int32_t L_31 = V_2;
return L_31;
}
}
// System.Int32 System.Net.CaseInsensitiveAscii::FastGetHashCode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090 (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, String_t* ___myString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___myString0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0032;
}
}
{
int32_t L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_5 = ___myString0;
NullCheck(L_5);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_7 = (((int32_t)((uint8_t)L_6)));
uint8_t L_8 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_10 = ___myString0;
int32_t L_11 = V_0;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_13 = (((int32_t)((uint8_t)L_12)));
uint8_t L_14 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
V_0 = ((int32_t)((int32_t)L_3^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)24)))^(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))));
}
IL_0032:
{
int32_t L_15 = V_0;
return L_15;
}
}
// System.Boolean System.Net.CaseInsensitiveAscii::Equals(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CaseInsensitiveAscii_Equals_m31D348231E3122FF20FA5BDEFC6BC3A8B65CB9C0 (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, RuntimeObject * ___firstObject0, RuntimeObject * ___secondObject1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaseInsensitiveAscii_Equals_m31D348231E3122FF20FA5BDEFC6BC3A8B65CB9C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
RuntimeObject * L_0 = ___firstObject0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___secondObject1;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
String_t* L_2 = V_0;
if (L_2)
{
goto IL_0016;
}
}
{
String_t* L_3 = V_1;
return (bool)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
IL_0016:
{
String_t* L_4 = V_1;
if (!L_4)
{
goto IL_006a;
}
}
{
String_t* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
V_2 = L_6;
int32_t L_7 = V_2;
String_t* L_8 = V_1;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)L_9))))
{
goto IL_006a;
}
}
{
String_t* L_10 = V_0;
int32_t L_11 = CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090(__this, L_10, /*hidden argument*/NULL);
String_t* L_12 = V_1;
int32_t L_13 = CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090(__this, L_12, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)L_13))))
{
goto IL_006a;
}
}
{
String_t* L_14 = V_0;
NullCheck(L_14);
String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
goto IL_0064;
}
IL_0042:
{
int32_t L_15 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_17 = V_0;
int32_t L_18 = V_2;
NullCheck(L_17);
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_18, /*hidden argument*/NULL);
NullCheck(L_16);
Il2CppChar L_20 = L_19;
uint8_t L_21 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_23 = V_1;
int32_t L_24 = V_2;
NullCheck(L_23);
Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, L_24, /*hidden argument*/NULL);
NullCheck(L_22);
Il2CppChar L_26 = L_25;
uint8_t L_27 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
if ((((int32_t)L_21) == ((int32_t)L_27)))
{
goto IL_0064;
}
}
{
return (bool)0;
}
IL_0064:
{
int32_t L_28 = V_2;
if ((((int32_t)L_28) > ((int32_t)0)))
{
goto IL_0042;
}
}
{
return (bool)1;
}
IL_006a:
{
return (bool)0;
}
}
// System.Void System.Net.CaseInsensitiveAscii::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__ctor_m3C5EA0D73AE6F2E60CC2335DFC861C64B2FCEEBA (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.CaseInsensitiveAscii::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__cctor_m759446C030AB0E794F53B4D3E38A5813361A7886 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaseInsensitiveAscii__cctor_m759446C030AB0E794F53B4D3E38A5813361A7886_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * L_0 = (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B *)il2cpp_codegen_object_new(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
CaseInsensitiveAscii__ctor_m3C5EA0D73AE6F2E60CC2335DFC861C64B2FCEEBA(L_0, /*hidden argument*/NULL);
((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->set_StaticInstance_0(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____EEAFE8C6E1AB017237567305EE925C976CDB6458_16_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->set_AsciiToLower_1(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Net.Comparer::System.Collections.IComparer.Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_System_Collections_IComparer_Compare_m5F0251A5FB72061E6E62456AD2EFFC72EC38ADD9 (Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * __this, RuntimeObject * ___ol0, RuntimeObject * ___or1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Comparer_System_Collections_IComparer_Compare_m5F0251A5FB72061E6E62456AD2EFFC72EC38ADD9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_0 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_1 = NULL;
int32_t V_2 = 0;
{
RuntimeObject * L_0 = ___ol0;
V_0 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_0, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___or1;
V_1 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_1, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline(L_2, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_4 = V_1;
NullCheck(L_4);
String_t* L_5 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline(L_4, /*hidden argument*/NULL);
int32_t L_6 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_3, L_5, 5, /*hidden argument*/NULL);
int32_t L_7 = L_6;
V_2 = L_7;
if (!L_7)
{
goto IL_0026;
}
}
{
int32_t L_8 = V_2;
return L_8;
}
IL_0026:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline(L_9, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_11 = V_1;
NullCheck(L_11);
String_t* L_12 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline(L_11, /*hidden argument*/NULL);
int32_t L_13 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_10, L_12, 5, /*hidden argument*/NULL);
int32_t L_14 = L_13;
V_2 = L_14;
if (!L_14)
{
goto IL_003e;
}
}
{
int32_t L_15 = V_2;
return L_15;
}
IL_003e:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_16 = V_0;
NullCheck(L_16);
String_t* L_17 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(L_16, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_18 = V_1;
NullCheck(L_18);
String_t* L_19 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(L_18, /*hidden argument*/NULL);
int32_t L_20 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_17, L_19, 4, /*hidden argument*/NULL);
int32_t L_21 = L_20;
V_2 = L_21;
if (!L_21)
{
goto IL_0056;
}
}
{
int32_t L_22 = V_2;
return L_22;
}
IL_0056:
{
return 0;
}
}
// System.Void System.Net.Comparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer__ctor_mF8BEE6E98AA318C038B7E523C70590B404EE4CA4 (Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * __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.Net.Configuration.AuthenticationModuleElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElement__ctor_m5F99DE8C32AF19F11046DF77F6EC74799EB80F39 (AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElement__ctor_m5F99DE8C32AF19F11046DF77F6EC74799EB80F39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement__ctor_m5F99DE8C32AF19F11046DF77F6EC74799EB80F39_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElement::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElement__ctor_m13007E9FC65203D239D14B7ED8CF42D3B068CD5B (AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * __this, String_t* ___typeName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElement__ctor_m13007E9FC65203D239D14B7ED8CF42D3B068CD5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement__ctor_m13007E9FC65203D239D14B7ED8CF42D3B068CD5B_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModuleElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * AuthenticationModuleElement_get_Properties_m14AD14666A3F7E8FF4F6A5402CFCD446FDE7EF74 (AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElement_get_Properties_m14AD14666A3F7E8FF4F6A5402CFCD446FDE7EF74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement_get_Properties_m14AD14666A3F7E8FF4F6A5402CFCD446FDE7EF74_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.String System.Net.Configuration.AuthenticationModuleElement::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthenticationModuleElement_get_Type_m3B52655D6D8486EC9D20FC4BB3738E809022D28D (AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElement_get_Type_m3B52655D6D8486EC9D20FC4BB3738E809022D28D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement_get_Type_m3B52655D6D8486EC9D20FC4BB3738E809022D28D_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElement::set_Type(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElement_set_Type_mDEAEB2A8E5FAE9CCF4BED2E4939985C21F578C7B (AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElement_set_Type_mDEAEB2A8E5FAE9CCF4BED2E4939985C21F578C7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement_set_Type_mDEAEB2A8E5FAE9CCF4BED2E4939985C21F578C7B_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * ReflectTypeDescriptionProvider_GetExtendedAttributes_m27849C4290581FFD9B350AD671E5DE9764531E46_inline (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReflectTypeDescriptionProvider_GetExtendedAttributes_m27849C4290581FFD9B350AD671E5DE9764531E46System4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_0 = ((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->get_Empty_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * ReflectTypeDescriptionProvider_GetExtendedEvents_m646C13AACBDD5DB676F15F78597C6B3685905A45_inline (ReflectTypeDescriptionProvider_t5736798A27F452CE006C4DBBCC78EC7928B79675 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReflectTypeDescriptionProvider_GetExtendedEvents_m646C13AACBDD5DB676F15F78597C6B3685905A45System4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_il2cpp_TypeInfo_var);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_0 = ((EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_il2cpp_TypeInfo_var))->get_Empty_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method)
{
{
void* L_0 = ___value0;
*__this = ((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline (intptr_t* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = *__this;
return (void*)(L_0);
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_AuthUri_mCEEC6FB9771FF5DBD1BD7C00A47DE121C1D2B728_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_actualUri_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_domain_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_path_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_gshared_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_key_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_gshared_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_value_1();
return L_0;
}
}