yunque9/xcode/Classes/Native/System1.cpp

35620 lines
1.8 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R, 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>
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 T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct VirtActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)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, 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>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct 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 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);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
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);
}
};
// Mono.Globalization.Unicode.SimpleCollator
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89;
// Mono.Net.Security.AsyncProtocolRequest
struct AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027;
// Mono.Net.Security.BufferOffsetSize2
struct BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00;
// Mono.Net.Security.MobileAuthenticatedStream
struct MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045;
// Mono.Net.Security.MobileTlsContext
struct MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127;
// Mono.Security.Interface.CipherSuiteCode[]
struct CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4;
// Mono.Security.Interface.ICertificateValidator
struct ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3;
// Mono.Security.Interface.ICertificateValidator2
struct ICertificateValidator2_t59AEA784559648561EFC807C805B3F3AD216AB18;
// Mono.Security.Interface.IMonoSslStream
struct IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F;
// Mono.Security.Interface.MonoLocalCertificateSelectionCallback
struct MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A;
// Mono.Security.Interface.MonoRemoteCertificateValidationCallback
struct MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6;
// Mono.Security.Interface.MonoTlsConnectionInfo
struct MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D;
// Mono.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27;
// Mono.Security.Interface.MonoTlsSettings
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF;
// Mono.Unity.UnityTls/unitytls_interface_struct
struct unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t
struct unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t
struct unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t
struct unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t
struct unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t
struct unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_pem_t
struct unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_random_generate_bytes_t
struct unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t
struct unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t
struct unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t
struct unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t
struct unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t
struct unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t
struct unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t
struct unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t
struct unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t
struct unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t
struct unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t
struct unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_trace_callback_t
struct unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t
struct unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t
struct unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t
struct unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t
struct unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_t
struct unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t
struct unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t
struct unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t
struct unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t
struct unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t
struct unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D;
// Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t
struct unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6;
// Mono.Unity.UnityTls/unitytls_key
struct unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9;
// Mono.Unity.UnityTls/unitytls_tlsctx
struct unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74;
// Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback
struct unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740;
// Mono.Unity.UnityTls/unitytls_tlsctx_read_callback
struct unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5;
// Mono.Unity.UnityTls/unitytls_tlsctx_write_callback
struct unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6;
// Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback
struct unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A;
// Mono.Unity.UnityTls/unitytls_x509list
struct unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7;
// Mono.Unity.UnityTls/unitytls_x509verify_callback
struct unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9;
// Mono.Unity.UnityTlsContext
struct UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067;
// Mono.Unity.UnityTlsProvider
struct UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965;
// Mono.Unity.UnityTlsStream
struct UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166;
// Mono.Util.MonoPInvokeCallbackAttribute
struct MonoPInvokeCallbackAttribute_t4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD;
// 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.CaseInsensitiveComparer
struct CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE;
// System.Collections.CaseInsensitiveHashCodeProvider
struct CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34;
// System.Collections.CollectionBase
struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>
struct Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,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.Resources.ResourceSet>
struct Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
// System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>
struct Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44;
// System.Collections.Generic.IComparer`1<System.Object>
struct IComparer_1_tFF77EB203CF12E843446A71A6581145AB929D681;
// System.Collections.Generic.IComparer`1<System.String>
struct IComparer_1_t0FAEF6DE327C4FBA2677349375683E3A6F0317A8;
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>
struct IEnumerator_1_t0D0CED86DAC255BACC0E644D39E1AB3D51FB121F;
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>>
struct IEnumerator_1_t1B544616A0E00870EA4AEE27B24E2D5122C6EFBB;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.List`1<System.WeakReference>
struct List_1_t0B19BE4139518EFD1F11815FD931281B09EA15EF;
// System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>
struct KeyList_t8539540D101DF4A5D16FA09DA8A2991568388C5E;
// System.Collections.Generic.SortedList`2/KeyList<System.String,System.Object>
struct KeyList_t1E73D64E8636FDE434318171C923D5C100EB7286;
// System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>
struct ValueList_tDE7D3593DF5AF63BBCB55F6F516D89A292115D4E;
// System.Collections.Generic.SortedList`2/ValueList<System.String,System.Object>
struct ValueList_tD030C4D73A62638721A13650E5C11C687707730A;
// System.Collections.Generic.SortedList`2<System.Object,System.Object>
struct SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44;
// System.Collections.Generic.SortedList`2<System.String,System.Object>
struct SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128;
// 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.IDictionaryEnumerator
struct IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.IHashCodeProvider
struct IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856;
// System.Collections.ReadOnlyCollectionBase
struct ReadOnlyCollectionBase_tFD695167917CE6DF4FA18A906FA530880B9B8772;
// System.Collections.Specialized.CompatibleComparer
struct CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF;
// System.Collections.Specialized.HybridDictionary
struct HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549;
// System.Collections.Specialized.ListDictionary
struct ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D;
// System.Collections.Specialized.ListDictionary/DictionaryNode
struct DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E;
// System.Collections.Specialized.ListDictionary/NodeEnumerator
struct NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58;
// System.Collections.Specialized.ListDictionary/NodeKeyValueCollection
struct NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47;
// System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator
struct NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B;
// System.Collections.Specialized.NameObjectCollectionBase
struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D;
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry
struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54;
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator
struct NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5;
// System.Collections.Specialized.NameValueCollection
struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1;
// System.Collections.Specialized.OrderedDictionary
struct OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D;
// System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator
struct OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648;
// System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection
struct OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84;
// System.Collections.Specialized.StringCollection
struct StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB;
// System.ComponentModel.AddingNewEventArgs
struct AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1;
// System.ComponentModel.AddingNewEventHandler
struct AddingNewEventHandler_tC4A113DB05465EF2A66E68EF98945E280F25C1FE;
// System.ComponentModel.AmbientValueAttribute
struct AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E;
// System.ComponentModel.ArrayConverter
struct ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57;
// System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor
struct ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2;
// System.ComponentModel.ArraySubsetEnumerator
struct ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA;
// System.ComponentModel.AsyncCompletedEventArgs
struct AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7;
// System.ComponentModel.AsyncCompletedEventHandler
struct AsyncCompletedEventHandler_tEC686A4F246B63CF3F780209D5DAFA051DF81DB6;
// System.ComponentModel.AsyncOperation
struct AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748;
// System.ComponentModel.AttributeCollection
struct AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE;
// System.ComponentModel.AttributeCollection/AttributeEntry[]
struct AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A;
// System.ComponentModel.AttributeProviderAttribute
struct AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068;
// System.ComponentModel.BackgroundWorker
struct BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A;
// System.ComponentModel.BackgroundWorker/WorkerThreadStartDelegate
struct WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6;
// System.ComponentModel.BaseNumberConverter
struct BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63;
// System.ComponentModel.BindableAttribute
struct BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C;
// System.ComponentModel.BooleanConverter
struct BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C;
// System.ComponentModel.BrowsableAttribute
struct BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1;
// System.ComponentModel.ByteConverter
struct ByteConverter_t59E5742D740228F5B9AB91169C2EA907A023328A;
// System.ComponentModel.CancelEventArgs
struct CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D;
// System.ComponentModel.CancelEventHandler
struct CancelEventHandler_t0F5842A94E02DFA026B793A034C1AA362D6D0A2B;
// System.ComponentModel.CategoryAttribute
struct CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80;
// System.ComponentModel.CharConverter
struct CharConverter_tFD013540F3AFDBF6DB36FEE066025D778FAED95A;
// System.ComponentModel.CollectionChangeEventArgs
struct CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0;
// System.ComponentModel.CollectionChangeEventHandler
struct CollectionChangeEventHandler_t8AE127943B452074A0FE2755F20B399D733EBCB2;
// System.ComponentModel.CollectionConverter
struct CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184;
// System.ComponentModel.ComplexBindingPropertiesAttribute
struct ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC;
// System.ComponentModel.Component
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473;
// System.ComponentModel.ComponentCollection
struct ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895;
// System.ComponentModel.ComponentConverter
struct ComponentConverter_tAFCE49784F59197CB5E92C8ED566B069D1A5766E;
// System.ComponentModel.ComponentEditor
struct ComponentEditor_t10B6B1D4888C4D6AA6D11C071EE7536EEA69FD2B;
// System.ComponentModel.ComponentResourceManager
struct ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065;
// System.ComponentModel.Container
struct Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1;
// System.ComponentModel.Container/Site
struct Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B;
// System.ComponentModel.ContainerFilterService
struct ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19;
// System.ComponentModel.CultureInfoConverter
struct CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0;
// System.ComponentModel.CultureInfoConverter/CultureComparer
struct CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E;
// System.ComponentModel.CustomTypeDescriptor
struct CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689;
// System.ComponentModel.DataErrorsChangedEventArgs
struct DataErrorsChangedEventArgs_t83896D84C96C5BC0478ACF7E99C7703D464BE11F;
// System.ComponentModel.DataObjectAttribute
struct DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441;
// System.ComponentModel.DataObjectFieldAttribute
struct DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB;
// System.ComponentModel.DataObjectMethodAttribute
struct DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249;
// System.ComponentModel.DateTimeConverter
struct DateTimeConverter_tE35DE01AAE1A29D50B4B0DC6467C9219CCE04DE1;
// System.ComponentModel.DateTimeOffsetConverter
struct DateTimeOffsetConverter_tD9E7BEFD22CBB5DA01F50C0D51CDD60DF29F1D33;
// System.ComponentModel.DecimalConverter
struct DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1;
// System.ComponentModel.DefaultBindingPropertyAttribute
struct DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211;
// System.ComponentModel.DefaultEventAttribute
struct DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846;
// System.ComponentModel.DefaultPropertyAttribute
struct DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7;
// System.ComponentModel.DefaultValueAttribute
struct DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC;
// System.ComponentModel.Design.Serialization.InstanceDescriptor
struct InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6;
// System.ComponentModel.DoWorkEventArgs
struct DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606;
// System.ComponentModel.DoWorkEventHandler
struct DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD;
// System.ComponentModel.EventDescriptor
struct EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222;
// System.ComponentModel.EventDescriptorCollection
struct EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37;
// System.ComponentModel.EventDescriptor[]
struct EventDescriptorU5BU5D_t813A4DE1E217CA821E8389F24AB1562B0A5458C4;
// System.ComponentModel.EventHandlerList
struct EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4;
// System.ComponentModel.EventHandlerList/ListEntry
struct ListEntry_t32989B38CAC0D49C6A5AC5BA1622A62088BA6E6D;
// System.ComponentModel.IComponent
struct IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6;
// System.ComponentModel.IComponent[]
struct IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16;
// System.ComponentModel.IContainer
struct IContainer_tA0D1065AEB21197BA9E1F139F6501B8ADCB66077;
// System.ComponentModel.ICustomTypeDescriptor
struct ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384;
// System.ComponentModel.ISite
struct ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2;
// System.ComponentModel.ISite[]
struct ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8;
// System.ComponentModel.ITypeDescriptorContext
struct ITypeDescriptorContext_tE299A513DA3526C32BFAC7D1FDFFC55AFB1D0CD6;
// System.ComponentModel.InheritanceAttribute
struct InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4;
// System.ComponentModel.ProgressChangedEventArgs
struct ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F;
// System.ComponentModel.ProgressChangedEventHandler
struct ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0;
// System.ComponentModel.PropertyDescriptor
struct PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D;
// System.ComponentModel.PropertyDescriptorCollection
struct PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2;
// System.ComponentModel.PropertyDescriptor[]
struct PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F;
// System.ComponentModel.ReferenceConverter
struct ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4;
// System.ComponentModel.RunWorkerCompletedEventArgs
struct RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D;
// System.ComponentModel.RunWorkerCompletedEventHandler
struct RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB;
// System.ComponentModel.TypeConverter
struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB;
// System.ComponentModel.TypeConverter/SimplePropertyDescriptor
struct SimplePropertyDescriptor_tCF596E6470E66A92F1E91E28AB918097701E7CEA;
// System.ComponentModel.TypeConverter/StandardValuesCollection
struct StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3;
// System.DBNull
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.BooleanSwitch
struct BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Diagnostics.TraceSwitch
struct TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8;
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// 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.CultureInfo[]
struct CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.SortVersion
struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.Globalization.TokenHashValue[]
struct TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF;
// System.MulticastDelegate
struct MulticastDelegate_t;
// System.Net.Security.SslStream
struct SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Assembly
struct Assembly_t;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Reflection.PropertyInfo
struct PropertyInfo_t;
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1;
// System.Reflection.TargetInvocationException
struct TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8;
// System.Resources.IResourceGroveler
struct IResourceGroveler_tCEF78094E38045CAD9EFB296E179CCDFDCB94C44;
// System.Resources.IResourceReader
struct IResourceReader_t32EA6DD358C3793C4E0BCD3B940EEFD52E7481BE;
// System.Resources.ResourceManager
struct ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF;
// System.Resources.ResourceManager/CultureNameResourceSetPair
struct CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074;
// System.Resources.ResourceSet
struct ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE;
// System.Runtime.ExceptionServices.ExceptionDispatchInfo
struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833;
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313;
// System.Security.Cryptography.X509Certificates.X509Chain
struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538;
// System.Security.Cryptography.X509Certificates.X509ChainImpl
struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67;
// System.Security.Principal.IPrincipal
struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
// System.Threading.ExecutionContext
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
// System.Threading.InternalThread
struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.SendOrPostCallback
struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01;
// System.Threading.SynchronizationContext
struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7;
// System.Threading.Thread
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
IL2CPP_EXTERN_C RuntimeClass* AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IContainer_tA0D1065AEB21197BA9E1F139F6501B8ADCB66077_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_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_1_t1B544616A0E00870EA4AEE27B24E2D5122C6EFBB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IServiceProvider_t4EDB9848587638C3988434AA46E63D9EB85005EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SystemCertificateValidator_tEB00AC944EDDAA53F9A9FA7A316A23574985475F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_tEA9B846104F636343B5CBF281E8E7BE6349843AF_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* UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0062FE2455D1996CB38EA1A4C16E8BD1C2493E32;
IL2CPP_EXTERN_C String_t* _stringLiteral008722CEFD22D4F9526C65D874D29A98A53ED80D;
IL2CPP_EXTERN_C String_t* _stringLiteral00A6BA21DA70F3E781567C43A9A22E8923E617C4;
IL2CPP_EXTERN_C String_t* _stringLiteral00AB009AE966168496786090944A7207B913E192;
IL2CPP_EXTERN_C String_t* _stringLiteral00C146DEF89D0EDC05A87AB6072E4F89F0B41525;
IL2CPP_EXTERN_C String_t* _stringLiteral00FE3616B1199826F9902EF229B6B2F297F05761;
IL2CPP_EXTERN_C String_t* _stringLiteral0210D3EF06CF7EBEC67D99C9EC36BF81243FAE52;
IL2CPP_EXTERN_C String_t* _stringLiteral024ED5F092A298CE84862F117BC5FE7F735D990E;
IL2CPP_EXTERN_C String_t* _stringLiteral0293C4E90F4FA3A44F9E293EBDC4DC8FA7E5E832;
IL2CPP_EXTERN_C String_t* _stringLiteral02FD050C877149D83BE050CF5895C63A6D6DDBC0;
IL2CPP_EXTERN_C String_t* _stringLiteral03AEC8B7E6786A18BDE8BDFCD3528664B3914952;
IL2CPP_EXTERN_C String_t* _stringLiteral041A5DEC481D6BF0724CAEAA84BC135D7D9062D4;
IL2CPP_EXTERN_C String_t* _stringLiteral045896E39635C5D595981E3E2FDEB758AF4701A4;
IL2CPP_EXTERN_C String_t* _stringLiteral049E745E80E4C3C054B3CE600D58A3A019380BB0;
IL2CPP_EXTERN_C String_t* _stringLiteral04A422D38C95415CECE1AC86E1AD2A1030048C03;
IL2CPP_EXTERN_C String_t* _stringLiteral04C39DEF45DC56FE51BF04E240212CE49EC89DC8;
IL2CPP_EXTERN_C String_t* _stringLiteral053C055315D8287604B0535B37F217EB460C62DF;
IL2CPP_EXTERN_C String_t* _stringLiteral05B9C382DD28F5A4E4ABF58013C43774AFBF61D1;
IL2CPP_EXTERN_C String_t* _stringLiteral05DB60CC611B24C0421CF939E3432522DF0C206A;
IL2CPP_EXTERN_C String_t* _stringLiteral069B399EB2F8BAA198FA257DCBC00C671D060BDC;
IL2CPP_EXTERN_C String_t* _stringLiteral06B08B32563194C5D89D83B119A25C21B9CE4CD7;
IL2CPP_EXTERN_C String_t* _stringLiteral06DAB24D9E987BCD5AE62FC89EFC106B48DF0EE6;
IL2CPP_EXTERN_C String_t* _stringLiteral076F66EC0BA0EED5FFCCAFAC0D2D1113196E910C;
IL2CPP_EXTERN_C String_t* _stringLiteral078C5C2D83171C5C9230EB9470F612F005A42C2D;
IL2CPP_EXTERN_C String_t* _stringLiteral07BA30235861A164AAC8A2AAC7B6E14B2146C1CB;
IL2CPP_EXTERN_C String_t* _stringLiteral083A7C282C3D74F294A3D801C14212FB0498E8BE;
IL2CPP_EXTERN_C String_t* _stringLiteral0868D7E0B9D3037B780A66307B2552A557B49457;
IL2CPP_EXTERN_C String_t* _stringLiteral087B0EBC87ACC39092654B84736AAD3B3244280B;
IL2CPP_EXTERN_C String_t* _stringLiteral08F0C0CF51888A42175C6E62922D9B9E24579A11;
IL2CPP_EXTERN_C String_t* _stringLiteral091676B1144EBCFCE068EB40B4A1958C8EDAA382;
IL2CPP_EXTERN_C String_t* _stringLiteral094B0FE0E302854AF1311AFAB85B5203BA457A3B;
IL2CPP_EXTERN_C String_t* _stringLiteral095C06A7E3995C573D387BC0B53D77753B57DD7E;
IL2CPP_EXTERN_C String_t* _stringLiteral09CD68A2A77B22A312DDED612DD0D9988685189F;
IL2CPP_EXTERN_C String_t* _stringLiteral09E6C204B1CD8E89C8F7FE995A77B7E2FEB3C179;
IL2CPP_EXTERN_C String_t* _stringLiteral0A1DC0A5DC87820C707136828C878268A1AF8A37;
IL2CPP_EXTERN_C String_t* _stringLiteral0A2B970A01EFC22C98216A176F79B24FD2C0498E;
IL2CPP_EXTERN_C String_t* _stringLiteral0A31BEFBB922432D16F3FE3FB91A00087AF52369;
IL2CPP_EXTERN_C String_t* _stringLiteral0A6190DF9675DE3C18B12FD3FC97648581780661;
IL2CPP_EXTERN_C String_t* _stringLiteral0A74135553003720ACF8E2DDDAB5F3682FC42E79;
IL2CPP_EXTERN_C String_t* _stringLiteral0AB404BFCC5B5336E1098FA5C79A3F5421F0F89D;
IL2CPP_EXTERN_C String_t* _stringLiteral0B126000B8497001CB1F191332970A700275CC52;
IL2CPP_EXTERN_C String_t* _stringLiteral0C2A25DA75499C3D208F7B947EA364163DC6D3E6;
IL2CPP_EXTERN_C String_t* _stringLiteral0C956317AC0FB91DA43AC679E745172AA8377127;
IL2CPP_EXTERN_C String_t* _stringLiteral0CD368BF67C2A1142F1A3890E53E4127424E77A4;
IL2CPP_EXTERN_C String_t* _stringLiteral0CFDA2B1883A78AB5B4726721790C17CB4B41701;
IL2CPP_EXTERN_C String_t* _stringLiteral0D15F96235F485DBFAEC067B6083D7DE7F487797;
IL2CPP_EXTERN_C String_t* _stringLiteral0DB30ACD5AF4C45F07EB4B35D0CAC5060E84ECBC;
IL2CPP_EXTERN_C String_t* _stringLiteral0DF5072F6607B7626A6B3609FBBB2F77F3043BA6;
IL2CPP_EXTERN_C String_t* _stringLiteral0E9430A5C15A25C2E0BC6A804E7395A0D585931B;
IL2CPP_EXTERN_C String_t* _stringLiteral0EB1C23E01B53CBA3E64159EFD0E0C112AE92A95;
IL2CPP_EXTERN_C String_t* _stringLiteral0F00065EB07F340777A08899F471399FC0358996;
IL2CPP_EXTERN_C String_t* _stringLiteral0F3B68BDB3268EE9F453CD53268D00A41781C12B;
IL2CPP_EXTERN_C String_t* _stringLiteral0F70A873C6B1DCEF91D046E2D1388B5A67DC2B78;
IL2CPP_EXTERN_C String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
IL2CPP_EXTERN_C String_t* _stringLiteral0FC2539E50C67A42DB3A02F61343C05AB11D6B88;
IL2CPP_EXTERN_C String_t* _stringLiteral0FE7B56827132A2B4AA76B80B33BF156A7414139;
IL2CPP_EXTERN_C String_t* _stringLiteral112CD8E590536082E875FCF9987182F232695B90;
IL2CPP_EXTERN_C String_t* _stringLiteral11CB4B079CD7E95A38DF8B861CFA74C914797EBF;
IL2CPP_EXTERN_C String_t* _stringLiteral12222F8D89C0EA16DA904F17126C8BF8AA912D5B;
IL2CPP_EXTERN_C String_t* _stringLiteral129B1D8D65C525C38B203DF371E590091A845EEB;
IL2CPP_EXTERN_C String_t* _stringLiteral12C0FDFC1A0E1A400D9BF90AEA5AF405A7B37F60;
IL2CPP_EXTERN_C String_t* _stringLiteral13032512D275875FA7155216295BAC37341A21F9;
IL2CPP_EXTERN_C String_t* _stringLiteral139A6AEC37AC542DE31A5E657343960C2CA68048;
IL2CPP_EXTERN_C String_t* _stringLiteral1401AE6ABB8B6D99EFABE60B734ABE9A75F78C1B;
IL2CPP_EXTERN_C String_t* _stringLiteral145ED2984D4B8F8B13F15846F7F3A1A3EC7D1BE2;
IL2CPP_EXTERN_C String_t* _stringLiteral1468D8600ED0FB2E4B009117EF6F0918D7C2C089;
IL2CPP_EXTERN_C String_t* _stringLiteral15423629AE05296D83913893C1416690535D43C6;
IL2CPP_EXTERN_C String_t* _stringLiteral154A5B6AC65C9678E1D79B058B3075FB463D1949;
IL2CPP_EXTERN_C String_t* _stringLiteral157562C9A22C3136F032CA6820849E34DFEE3370;
IL2CPP_EXTERN_C String_t* _stringLiteral164F037EC4E5B107E3A1C42E1FAEEAFCC900FF4E;
IL2CPP_EXTERN_C String_t* _stringLiteral16DA788082C4C9A5A70A491C6444E6C78CC150C5;
IL2CPP_EXTERN_C String_t* _stringLiteral17FA9FB07C2D2D8EFDC58DD23A29886EA7CF9594;
IL2CPP_EXTERN_C String_t* _stringLiteral18D58F1AC13407486266CE1FB5EBB199C46CEFD9;
IL2CPP_EXTERN_C String_t* _stringLiteral19061D9E07E815A7B4C5307FFC6A659C529E0E6B;
IL2CPP_EXTERN_C String_t* _stringLiteral19082866D46A5A57BFEFFE585D8362C149676C90;
IL2CPP_EXTERN_C String_t* _stringLiteral19DAD6FFD8EA4F997ABAEEA933D178350E9317A3;
IL2CPP_EXTERN_C String_t* _stringLiteral19E69FAC0CC933CF69C383CDB24467A750365852;
IL2CPP_EXTERN_C String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25;
IL2CPP_EXTERN_C String_t* _stringLiteral1A0D21145500640FD3F6136EEBA595BFE934D364;
IL2CPP_EXTERN_C String_t* _stringLiteral1A349DCC540A3978584510D982075F838B17CD6D;
IL2CPP_EXTERN_C String_t* _stringLiteral1A4A1B0B04E0CDF48625C50F1AB4AABF67A4B166;
IL2CPP_EXTERN_C String_t* _stringLiteral1A81A6098A26B834CBB682C0FA5534197023A0D8;
IL2CPP_EXTERN_C String_t* _stringLiteral1AB65965D820E1B8ECA39B19A367BFCD2C286297;
IL2CPP_EXTERN_C String_t* _stringLiteral1AFEEF19008D4239C9A828CFC6CA2BCFE719B661;
IL2CPP_EXTERN_C String_t* _stringLiteral1B0120E05D2AF33F692DBF0E9A389759ABD63E75;
IL2CPP_EXTERN_C String_t* _stringLiteral1B37D8F6FB799110142953451E34BF291DD5B383;
IL2CPP_EXTERN_C String_t* _stringLiteral1B5914BD0DBB5625D91F2FBBF811DE9440D9860B;
IL2CPP_EXTERN_C String_t* _stringLiteral1BFABB5D8853414307969D6A47769505574B17B7;
IL2CPP_EXTERN_C String_t* _stringLiteral1C42C72CF95AA1B76609B585B34BAF6B501D713E;
IL2CPP_EXTERN_C String_t* _stringLiteral1D6B8A691F0D907EFA971075035A145A937381AC;
IL2CPP_EXTERN_C String_t* _stringLiteral1E4B45509DADEA17CF801ECF4A0D30EB23624558;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
IL2CPP_EXTERN_C String_t* _stringLiteral1EBE2C76316035130524FC185DA3EF43943BABBC;
IL2CPP_EXTERN_C String_t* _stringLiteral1F4876FD676D03AC09FB1856159B448B0D2A55AE;
IL2CPP_EXTERN_C String_t* _stringLiteral1FA52793CF4E3A0CFBEC57D107C1CFCB6372B617;
IL2CPP_EXTERN_C String_t* _stringLiteral201E2BDC233CCC28EE309D686FF3CDAC2009CE78;
IL2CPP_EXTERN_C String_t* _stringLiteral206E680826382BFC27BFE0BA2814C177746E9A0F;
IL2CPP_EXTERN_C String_t* _stringLiteral2085E0F160B7BD54BDFCB30BCA6C982CEA4E239D;
IL2CPP_EXTERN_C String_t* _stringLiteral20ACC516AE46572EF9AFF8B1919771D195CF68A3;
IL2CPP_EXTERN_C String_t* _stringLiteral20F4F2DCE59E5AC4EEEB5CC88534069DCB0868E3;
IL2CPP_EXTERN_C String_t* _stringLiteral210ED8D700FFFEA3377E6C6FD3C14432C5AAD232;
IL2CPP_EXTERN_C String_t* _stringLiteral215A956168F77421253E947C2436371D56AA7EA1;
IL2CPP_EXTERN_C String_t* _stringLiteral21AB7080B917C3D1E38C5352CD4E8BC417220A33;
IL2CPP_EXTERN_C String_t* _stringLiteral21C425A132DA2D73DFCB8FB48A94DE2E42000A37;
IL2CPP_EXTERN_C String_t* _stringLiteral229838C85D6915192198273CD410DEA3AA501F99;
IL2CPP_EXTERN_C String_t* _stringLiteral22DD7204FC1D74E86BF1D661C4DF6BEA4C96D4A5;
IL2CPP_EXTERN_C String_t* _stringLiteral2339B8AD3625ABEC50C5FEC9CCFE1B4C0ADB5B6E;
IL2CPP_EXTERN_C String_t* _stringLiteral23882C575954A0789BF02ABA9E6DD01F539BC738;
IL2CPP_EXTERN_C String_t* _stringLiteral238DCDE2F8AAC3A55996D19528764333B42E9CF1;
IL2CPP_EXTERN_C String_t* _stringLiteral23D8E0156062165CA3736E9F1E364D414E1D82D5;
IL2CPP_EXTERN_C String_t* _stringLiteral24B152B607DA78DF2DE8AE5148F65C6C11F372B3;
IL2CPP_EXTERN_C String_t* _stringLiteral24C4A0C6911EC2F49BE0A179F5177E179593FF99;
IL2CPP_EXTERN_C String_t* _stringLiteral2608F729BC23957968910AFBDDE8F4D04D1C1A1C;
IL2CPP_EXTERN_C String_t* _stringLiteral2626D86114D34E264E743EAB54D0098374BF606C;
IL2CPP_EXTERN_C String_t* _stringLiteral2628E78A370B2F19F229C6562A998EFC38951B98;
IL2CPP_EXTERN_C String_t* _stringLiteral265CF155536D53FA1138C3BF8F1B183983D52CEE;
IL2CPP_EXTERN_C String_t* _stringLiteral26CC3217BE640E8220112C25628DA6E11C78DB95;
IL2CPP_EXTERN_C String_t* _stringLiteral2709874A613DDFEE07B36CB0BEB853572B369255;
IL2CPP_EXTERN_C String_t* _stringLiteral28BB9EF99F99FBEC8729FE26CB836D073228BE62;
IL2CPP_EXTERN_C String_t* _stringLiteral28EC16D5DE7E49635454BBAC55019597CAF0AB95;
IL2CPP_EXTERN_C String_t* _stringLiteral29AA748092C71D902F199F43C17DCD8C5AE70E16;
IL2CPP_EXTERN_C String_t* _stringLiteral2A54C4934F2E00DCBCEA5FDE6614D0587E3183D2;
IL2CPP_EXTERN_C String_t* _stringLiteral2AB58EB1F1E049B1BEC141F4E2ABB3848848A4C0;
IL2CPP_EXTERN_C String_t* _stringLiteral2AD24FC109E246935BBD0E09FD054D480A713F5F;
IL2CPP_EXTERN_C String_t* _stringLiteral2B002DCF5EBAF365D031276A8F5E55D923723C20;
IL2CPP_EXTERN_C String_t* _stringLiteral2BD39B5E0E44B9B9D126ADA1F7D57DFBBABF0F19;
IL2CPP_EXTERN_C String_t* _stringLiteral2C1A104E7A40EFA84BB5CBC4279D856D3481D431;
IL2CPP_EXTERN_C String_t* _stringLiteral2C3FDF134F5E3F4BF0DCD4DD798B5ACE415BB399;
IL2CPP_EXTERN_C String_t* _stringLiteral2C5E77FC08A7D5537C9C2807353393F67C068CBE;
IL2CPP_EXTERN_C String_t* _stringLiteral2C7205595032BF70CF7A8260E25275D136C5EA00;
IL2CPP_EXTERN_C String_t* _stringLiteral2D46198F1D9C6C36502360047C91B19B9D8746E3;
IL2CPP_EXTERN_C String_t* _stringLiteral2DA600BF9404843107A9531694F654E5662959E0;
IL2CPP_EXTERN_C String_t* _stringLiteral2E1508EB602CCA8A3B19A58F8866602F0726860F;
IL2CPP_EXTERN_C String_t* _stringLiteral2EC21E568DD77F55EE007B0AC5D57B66F1E13053;
IL2CPP_EXTERN_C String_t* _stringLiteral2ED45186C72F9319DC64338CDF16AB76B44CF3D1;
IL2CPP_EXTERN_C String_t* _stringLiteral2F41F62D8234E4D1D1D277624B9A4D1BE6AC3CC7;
IL2CPP_EXTERN_C String_t* _stringLiteral2F64C458E7D855E68E5E77FA47775E440078D2CC;
IL2CPP_EXTERN_C String_t* _stringLiteral30F088EA6673877C2E2C1EDBE7513FF90EDA9A6F;
IL2CPP_EXTERN_C String_t* _stringLiteral3127CE1C31349D3D4F0BF7921A437B3232F69128;
IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D;
IL2CPP_EXTERN_C String_t* _stringLiteral31E2BA257BAD318852F1A75C1C33D4AD5DE32A42;
IL2CPP_EXTERN_C String_t* _stringLiteral32554A53E2604141D3324C57FBC2BFDB53AF2E5B;
IL2CPP_EXTERN_C String_t* _stringLiteral3286D3C877263071740AB8CEB8920DE35EE57C80;
IL2CPP_EXTERN_C String_t* _stringLiteral3330CF87A455D5D487B6183246637F9ADEE1CF25;
IL2CPP_EXTERN_C String_t* _stringLiteral334A85F1B16E32B6BA9A69313C6F584EDEF482CC;
IL2CPP_EXTERN_C String_t* _stringLiteral335C4C1E2F05B5297A56769D8DE75AD9C4874CD3;
IL2CPP_EXTERN_C String_t* _stringLiteral33E9505D12942E8259A3C96FB6F88ED325B95797;
IL2CPP_EXTERN_C String_t* _stringLiteral33F0CA3B78634F70F34727200CFE101D4F639B17;
IL2CPP_EXTERN_C String_t* _stringLiteral348D00693E12BC983BD092677B90434B5A4D869E;
IL2CPP_EXTERN_C String_t* _stringLiteral34C421C55257B83219CEDF9C31A6C9E1D61AC9DA;
IL2CPP_EXTERN_C String_t* _stringLiteral34E36E942A4BC1C5F591DE8361EC954659938872;
IL2CPP_EXTERN_C String_t* _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB;
IL2CPP_EXTERN_C String_t* _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136;
IL2CPP_EXTERN_C String_t* _stringLiteral35EE3D3634FCFD748B8D50BF87D4C15767D64532;
IL2CPP_EXTERN_C String_t* _stringLiteral3608A6D1A05ABA23EA390E5F3B48203DBB7241F7;
IL2CPP_EXTERN_C String_t* _stringLiteral36E35269D8F6F5B11394B7A4B1AE1F608183E20F;
IL2CPP_EXTERN_C String_t* _stringLiteral36FE9112D35B57B064D67E6FE8C3746ACD2D0A0D;
IL2CPP_EXTERN_C String_t* _stringLiteral37024AB4908683FF3498F4071BE77A1A0276979F;
IL2CPP_EXTERN_C String_t* _stringLiteral376C20ADACE1BB85E8A2EFCA36FD810AA5AE781F;
IL2CPP_EXTERN_C String_t* _stringLiteral379FC0D5299A71AC0F171FBB5AFB262829B4E765;
IL2CPP_EXTERN_C String_t* _stringLiteral390495E9A42BFA88298084C5278FC57AF836886C;
IL2CPP_EXTERN_C String_t* _stringLiteral3ABB4F32DC78C277F4C320A707C0B92C0F7FFF38;
IL2CPP_EXTERN_C String_t* _stringLiteral3AE0D09DE12ECA550A4BBE006CB58E7F48C07587;
IL2CPP_EXTERN_C String_t* _stringLiteral3B4185EAC11953B03D8DF353F63866D419A7500A;
IL2CPP_EXTERN_C String_t* _stringLiteral3B922095116D5500C9A09036C77FDF785E922523;
IL2CPP_EXTERN_C String_t* _stringLiteral3BF6213EDDD44BD580F36C5C5221B3C47B6AF998;
IL2CPP_EXTERN_C String_t* _stringLiteral3C363836CF4E16666669A25DA280A1865C2D2874;
IL2CPP_EXTERN_C String_t* _stringLiteral3CA37C3BE4B320645B0267EF7C1066E0EF26E72E;
IL2CPP_EXTERN_C String_t* _stringLiteral3CFFDAF0E8467EE06A319F475345A1F59ECE46C5;
IL2CPP_EXTERN_C String_t* _stringLiteral3D7FAC7964F752248F02C5AA61C85FD417DCFBCF;
IL2CPP_EXTERN_C String_t* _stringLiteral3DBDAB273324A56B2B90CBE184061EB6F7323B2F;
IL2CPP_EXTERN_C String_t* _stringLiteral3DC4086401302B2BF42EDB1DBA663C0AB7D339C1;
IL2CPP_EXTERN_C String_t* _stringLiteral3E417853B782824E2984B5EBB7585BE229044609;
IL2CPP_EXTERN_C String_t* _stringLiteral3E5488AA8C4819BD5A17287D41825E63F6213203;
IL2CPP_EXTERN_C String_t* _stringLiteral3F77DB7A77D2D75E9013C23EEE9B275BED2F335F;
IL2CPP_EXTERN_C String_t* _stringLiteral40604522F2257FFE29E86F4F4812290ED9C290B1;
IL2CPP_EXTERN_C String_t* _stringLiteral412E31909B8AD1417C4A39495653FDEBA58CD034;
IL2CPP_EXTERN_C String_t* _stringLiteral41DEF7A0FEBE741DA87C5B79CE78CE27B83F3AE7;
IL2CPP_EXTERN_C String_t* _stringLiteral422CE4B13D60A95C9AFE53C8329A2EC8C107EB0A;
IL2CPP_EXTERN_C String_t* _stringLiteral428FF1BB1DDAFA8A6FB07CAF50195E92AFA69372;
IL2CPP_EXTERN_C String_t* _stringLiteral42CBDB3C55980503B68E044C73B768E2C1557D44;
IL2CPP_EXTERN_C String_t* _stringLiteral43A10E3560B8030AE2EEF227061EF7E90C725A09;
IL2CPP_EXTERN_C String_t* _stringLiteral43D61201BCC98623A1A0D119A7AC46BCED5B633E;
IL2CPP_EXTERN_C String_t* _stringLiteral44389F6A466EAABF5C1DB729E369511134E2B03B;
IL2CPP_EXTERN_C String_t* _stringLiteral445D23F81283D7131E1083582A20C9D75A582A37;
IL2CPP_EXTERN_C String_t* _stringLiteral4463D0E6B6AF8C25DD30243E88B131B613EDF3C2;
IL2CPP_EXTERN_C String_t* _stringLiteral4474ABE156E995800F623A46EB81155997101DC5;
IL2CPP_EXTERN_C String_t* _stringLiteral44A1EF263D08302994F0A0EED12D7D00FCCEF51E;
IL2CPP_EXTERN_C String_t* _stringLiteral44B7497C4BB5F3E8C071B12B7ECE82766A88068D;
IL2CPP_EXTERN_C String_t* _stringLiteral44D9DBBB60C4DE6E46918C36655E44DB342AAB4F;
IL2CPP_EXTERN_C String_t* _stringLiteral454C87D3A6AFF693C098FDF59DA8D58036359303;
IL2CPP_EXTERN_C String_t* _stringLiteral45A13CAD9DA2A54FBE9A91A52A18D32AAA6365B8;
IL2CPP_EXTERN_C String_t* _stringLiteral45DB1D6A6E7E15DE426ADFD61D38BFC86BC6E27A;
IL2CPP_EXTERN_C String_t* _stringLiteral463DD8415BE6B1A30A0E94B2C10A4BC4EC2B7689;
IL2CPP_EXTERN_C String_t* _stringLiteral47B9FD1BF0E3204F193B2AB3B69EADDB94AE80E9;
IL2CPP_EXTERN_C String_t* _stringLiteral485B57ADCC80650A0F376FE516E0EA35FEF68007;
IL2CPP_EXTERN_C String_t* _stringLiteral4908B12C142B7BD671D43E5185556C158BB0999C;
IL2CPP_EXTERN_C String_t* _stringLiteral4AF3B4CCB828462112912A1133EBEB391A0FE015;
IL2CPP_EXTERN_C String_t* _stringLiteral4B33A840211476495F03A40F4EFB5AE199C32157;
IL2CPP_EXTERN_C String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC;
IL2CPP_EXTERN_C String_t* _stringLiteral4C1B8B31396EECC5F434C78D8AAB34482B517C86;
IL2CPP_EXTERN_C String_t* _stringLiteral4CCEEC7CDFCAC85C36EE56BB13BC92EC48A2CE1D;
IL2CPP_EXTERN_C String_t* _stringLiteral4D119956EA37793356614EEE92D6D410FC098BA6;
IL2CPP_EXTERN_C String_t* _stringLiteral4D73C29A4561048CE85FA0051BB7A6D201781159;
IL2CPP_EXTERN_C String_t* _stringLiteral4E949F039D99FF3593B6956FB98EC6D94D656748;
IL2CPP_EXTERN_C String_t* _stringLiteral4F1EA4F09DB2AAAFB0A92C0B9E57751121ED6647;
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
IL2CPP_EXTERN_C String_t* _stringLiteral500F089C4583FFC3290AA005AAC957B0B3FFD139;
IL2CPP_EXTERN_C String_t* _stringLiteral503F4BDFE91D950DA02EF527A4DC9BB58FE901B7;
IL2CPP_EXTERN_C String_t* _stringLiteral504B9BD4EA6E2D2D3B749D8E859215F4EB88916F;
IL2CPP_EXTERN_C String_t* _stringLiteral515451058797B204E188DD70F8D20F32DACCA327;
IL2CPP_EXTERN_C String_t* _stringLiteral51BD95353AEDA6615433BEA21896C893EF5E62DC;
IL2CPP_EXTERN_C String_t* _stringLiteral51C80604E61632D15EF1ABB1CE6A27E13B0102DC;
IL2CPP_EXTERN_C String_t* _stringLiteral51D4C31AD9DEF0246369FE8BA6998B697A4C9BDC;
IL2CPP_EXTERN_C String_t* _stringLiteral52579100E23662948BDD9A7F563DCA563CEBE3F6;
IL2CPP_EXTERN_C String_t* _stringLiteral52C678895841A414E192CA53F5C1943390226718;
IL2CPP_EXTERN_C String_t* _stringLiteral53AED892AE48916128766AE4598EC3380E1BAD50;
IL2CPP_EXTERN_C String_t* _stringLiteral548491A66A845D8A4A78E22320503CB340987D2A;
IL2CPP_EXTERN_C String_t* _stringLiteral54A81A27449D7076A4C5C498E1157B90D9450699;
IL2CPP_EXTERN_C String_t* _stringLiteral5505C3C1473CF329B1A222A5C2165609D0DC8208;
IL2CPP_EXTERN_C String_t* _stringLiteral552649D7409CEC5DCD2D8AEF72EC1C4849B635A5;
IL2CPP_EXTERN_C String_t* _stringLiteral553C519C9ADDC3F4DAD41B4A23238251692354B7;
IL2CPP_EXTERN_C String_t* _stringLiteral5644A3F6D24DCD489C4300BDF0BEE118EB558724;
IL2CPP_EXTERN_C String_t* _stringLiteral56457C9FC415BD3B05DA3F596D57B78A1371C396;
IL2CPP_EXTERN_C String_t* _stringLiteral56F17B9D013A2AAEF2C79BB706DE4458933B49F3;
IL2CPP_EXTERN_C String_t* _stringLiteral570A51308425782E128DF859CDB38833289A42FF;
IL2CPP_EXTERN_C String_t* _stringLiteral573DD2C2ED953B97E3C31F3090925FE92109B779;
IL2CPP_EXTERN_C String_t* _stringLiteral575D75F203883E754A174FC9CE92CE7BD5FD4C69;
IL2CPP_EXTERN_C String_t* _stringLiteral57D0D110DFCECD43C3781F997F490B8F87031F95;
IL2CPP_EXTERN_C String_t* _stringLiteral57E93AB5A650FC1C29BC94283D72A6E7E7C62A38;
IL2CPP_EXTERN_C String_t* _stringLiteral57EEF27B1643E8B06FCC0444B2A3519D01B2CEF8;
IL2CPP_EXTERN_C String_t* _stringLiteral57F1314351650986FF81210F15CC06F23745F394;
IL2CPP_EXTERN_C String_t* _stringLiteral58209917F83D68B9FCE62150777A4B9F8C1C3A07;
IL2CPP_EXTERN_C String_t* _stringLiteral586E90006BBBCD684AB54EC3EA76E4098393F572;
IL2CPP_EXTERN_C String_t* _stringLiteral595477BD43C386B66363F3CBDA218DF80E9512DA;
IL2CPP_EXTERN_C String_t* _stringLiteral59B035367211A9382930B2A4C13637DBC33C4F32;
IL2CPP_EXTERN_C String_t* _stringLiteral59B870597BDDC2DA5A9F1626E320EC3640EE4418;
IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
IL2CPP_EXTERN_C String_t* _stringLiteral59D5F5B13F13F6D5E8E88A5A92E137F7D64B2954;
IL2CPP_EXTERN_C String_t* _stringLiteral5A71C368480C21CE8786E12F908364AEA080D094;
IL2CPP_EXTERN_C String_t* _stringLiteral5A7BD4149D0D34D3EC86181CDAB1CB8DD3F441D7;
IL2CPP_EXTERN_C String_t* _stringLiteral5A86B14B053E5A0D790D7342AE5D83A51102E681;
IL2CPP_EXTERN_C String_t* _stringLiteral5AE03D36C7FF6C86FF3F954C7031ADFDDCE242B3;
IL2CPP_EXTERN_C String_t* _stringLiteral5AEA8700748F6946F70240CAB14148A2C449ED9C;
IL2CPP_EXTERN_C String_t* _stringLiteral5C0795F509D6640C0F41A5C940D5204A3BCF95E4;
IL2CPP_EXTERN_C String_t* _stringLiteral5C78F5CFE7DE5E848916C293BEC99B7F9EA272E7;
IL2CPP_EXTERN_C String_t* _stringLiteral5D26FC0C1F1999A96BE3662F78052FF3EFCA9FC9;
IL2CPP_EXTERN_C String_t* _stringLiteral5D2A246F921E0D8C40F9385ABD6ACB5B1F0CD6FD;
IL2CPP_EXTERN_C String_t* _stringLiteral5DD9205939546294737276EE1BD8B8562F993B44;
IL2CPP_EXTERN_C String_t* _stringLiteral5E5C4B3CD84D07CDDD5F796A0ED208357AE2B291;
IL2CPP_EXTERN_C String_t* _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281;
IL2CPP_EXTERN_C String_t* _stringLiteral5FF0409661A2F42AD6A58BF99CB474FE654A574E;
IL2CPP_EXTERN_C String_t* _stringLiteral600CCD1B71569232D01D110BC63E906BEAB04D8C;
IL2CPP_EXTERN_C String_t* _stringLiteral608E01334F5575F10813EFA40CE0102F2DC0A75E;
IL2CPP_EXTERN_C String_t* _stringLiteral60B4954B854714D289E0175F178BBA244718FEBB;
IL2CPP_EXTERN_C String_t* _stringLiteral60C890BBBAE3EBC5014A9E7C7EDD4430CE1304BC;
IL2CPP_EXTERN_C String_t* _stringLiteral60F1C9EF9A3CC3DE746966E980DA8C73B1E98D6A;
IL2CPP_EXTERN_C String_t* _stringLiteral61993B11845D3A84B41ABF2A8F143B987FE1D8DC;
IL2CPP_EXTERN_C String_t* _stringLiteral62CA36150C16465AD4203B951A10C382C9D0D170;
IL2CPP_EXTERN_C String_t* _stringLiteral630CB832F3F2309FC7FAF4264E144A9E1B5E3728;
IL2CPP_EXTERN_C String_t* _stringLiteral636E14650E378A2EFE6AFC5084B3A1A867E8131A;
IL2CPP_EXTERN_C String_t* _stringLiteral637487C884F6DD9A4A638FAB826509CFDBA90FA9;
IL2CPP_EXTERN_C String_t* _stringLiteral63836BC275B35A5EFAEB7E0C8601768B4C34D939;
IL2CPP_EXTERN_C String_t* _stringLiteral646DD61AC9DC0544C6980F54BCAF82B0FD027278;
IL2CPP_EXTERN_C String_t* _stringLiteral649DF08A448EE3FA90F3746BAAF6B0907DF42C91;
IL2CPP_EXTERN_C String_t* _stringLiteral64C4AE58E655F6EB96D53EEDD5CE30923FCA966B;
IL2CPP_EXTERN_C String_t* _stringLiteral65015DA81D811108813C701AAB2FCD53D7374E6C;
IL2CPP_EXTERN_C String_t* _stringLiteral650C848EE6D5B41AE53E6A16DD93635E175BA37E;
IL2CPP_EXTERN_C String_t* _stringLiteral65A7DA8F45E5A2F3931F4D650CB1ECB17B805231;
IL2CPP_EXTERN_C String_t* _stringLiteral65CB06AB4FBECBB589EC0120C9934EC55279EF34;
IL2CPP_EXTERN_C String_t* _stringLiteral65D51E6D5659127AE1F1F44B1DE048C9BEAD5452;
IL2CPP_EXTERN_C String_t* _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E;
IL2CPP_EXTERN_C String_t* _stringLiteral67474F57549ED3F20437236344BEE9525F4CC2BC;
IL2CPP_EXTERN_C String_t* _stringLiteral67B8B1C4FEDB2E38E2EB26F403B9C2B2642B0A2C;
IL2CPP_EXTERN_C String_t* _stringLiteral67F994533A5D976EED69AEAE05E381BF6FA851E8;
IL2CPP_EXTERN_C String_t* _stringLiteral6828289C2FEEBA35A204705B5F1B75A79744881B;
IL2CPP_EXTERN_C String_t* _stringLiteral683E9691BD845DDEB65DEE28BFCB2C4E6AF66B9D;
IL2CPP_EXTERN_C String_t* _stringLiteral6881E0066999B58B45763B4601C4E30B13F0C24B;
IL2CPP_EXTERN_C String_t* _stringLiteral68BF8F0C2505458B5217CD1CD85317712DD91C6B;
IL2CPP_EXTERN_C String_t* _stringLiteral68C42A321969A6ABF1CF14A8D0AB4B1A07329CEB;
IL2CPP_EXTERN_C String_t* _stringLiteral6921E624A4824F691E3B60F591ED2655B5FA2654;
IL2CPP_EXTERN_C String_t* _stringLiteral6968DF240C6CD2C5762BA28B597DC70BF64D98CD;
IL2CPP_EXTERN_C String_t* _stringLiteral699E1745A7A6DC63B8CFD5336D518A3171FB4C6D;
IL2CPP_EXTERN_C String_t* _stringLiteral69E13E04D9848E8ABB5AC18FBF5CE583BC830E83;
IL2CPP_EXTERN_C String_t* _stringLiteral6A88BCD61A64FF113E5733106AF79944D41BF8E2;
IL2CPP_EXTERN_C String_t* _stringLiteral6A97BA681274A1709F2B236B06F1BB4A1C509C88;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE61AF3FE46DEC67EFFB195926EE5BDB7FF61FD;
IL2CPP_EXTERN_C String_t* _stringLiteral6B163FA3BAD47A62474AFCB81FB9F27BCB549D82;
IL2CPP_EXTERN_C String_t* _stringLiteral6BB4B981FC369F78634393C244CC62DCB75BB23C;
IL2CPP_EXTERN_C String_t* _stringLiteral6C4E956A7C71ED9C8485B2CD61D4159D5585C037;
IL2CPP_EXTERN_C String_t* _stringLiteral6C5522CA8AF86FC5069B737BB8892B3EA61002C2;
IL2CPP_EXTERN_C String_t* _stringLiteral6D7113E00F79EF2AB51D16814F5877370B36D003;
IL2CPP_EXTERN_C String_t* _stringLiteral6DEAC94BACBFB50494004A7EB49A8902CA88DFEB;
IL2CPP_EXTERN_C String_t* _stringLiteral6EC1B70C9D0AEEBFBB232126D490D43014594CCA;
IL2CPP_EXTERN_C String_t* _stringLiteral6F25EEDC779171FE08C1C20773598B1124F954A0;
IL2CPP_EXTERN_C String_t* _stringLiteral6FD1B502E91B4CC8DD237E83B279CDED2B2A44FE;
IL2CPP_EXTERN_C String_t* _stringLiteral6FD577FD3A1BDC4DA28CD51D7A55EB397CEA3926;
IL2CPP_EXTERN_C String_t* _stringLiteral6FE9C6D54B685BC0466A7CA4ADD8572A135D22DF;
IL2CPP_EXTERN_C String_t* _stringLiteral707533318344C4A5B69450CF64587AC22574EFE5;
IL2CPP_EXTERN_C String_t* _stringLiteral70CA9F4B3F44E21648E857656C61A93598DFBA9D;
IL2CPP_EXTERN_C String_t* _stringLiteral70CB647A88BD7C9C17D225EECDAF0F898261EB60;
IL2CPP_EXTERN_C String_t* _stringLiteral70E8CB3C132AC8387A92A724439E33CF2A87BA67;
IL2CPP_EXTERN_C String_t* _stringLiteral7104AF0FE0539DDC5D0B69A79FA610842C524688;
IL2CPP_EXTERN_C String_t* _stringLiteral7235B9C5318000065E96CC63C71C334BAD2600A0;
IL2CPP_EXTERN_C String_t* _stringLiteral724D20A381C60F7FE9FFAF8868D986C155AF066C;
IL2CPP_EXTERN_C String_t* _stringLiteral72BFFA60ED49776AC31D6F767CE1760FE6E61132;
IL2CPP_EXTERN_C String_t* _stringLiteral7391F77AA828776BCE0F964EFED6174341384DC4;
IL2CPP_EXTERN_C String_t* _stringLiteral743752E5534543F0ED378B36D99DFE1413B18EBE;
IL2CPP_EXTERN_C String_t* _stringLiteral747E6CDDD325440AB2B873FE69D9A0C69BD8BA1D;
IL2CPP_EXTERN_C String_t* _stringLiteral749AC19BA29BBB8E28C3065140AFFAC96B3C69D8;
IL2CPP_EXTERN_C String_t* _stringLiteral74AD93CBEBF587AC46AB0EF1E3F24139DDD3F535;
IL2CPP_EXTERN_C String_t* _stringLiteral750821D54B451BF315C1BF5051D3FD6B67045DBF;
IL2CPP_EXTERN_C String_t* _stringLiteral7525CB51303F7BE5E7C2D11FFAAE2D7CAB399867;
IL2CPP_EXTERN_C String_t* _stringLiteral762970B018DF21A1A75B4FA2A9F364A7C95CAEA5;
IL2CPP_EXTERN_C String_t* _stringLiteral764D7391D245BCDCC1C0FD5B23C74123AC0D97A1;
IL2CPP_EXTERN_C String_t* _stringLiteral766A6E8998AEFE2117D62C2D48411E43161FFA11;
IL2CPP_EXTERN_C String_t* _stringLiteral76722E2D13824A01C651CECA6EBE6719A1F20F50;
IL2CPP_EXTERN_C String_t* _stringLiteral7766FFE7900A89F1D18E78EC524B13231077774C;
IL2CPP_EXTERN_C String_t* _stringLiteral7788737ADF98A645783D829EF76B4C10EA17D50A;
IL2CPP_EXTERN_C String_t* _stringLiteral77B6BE1AA518511C32197965EA7244CE52AA1078;
IL2CPP_EXTERN_C String_t* _stringLiteral77D4C24610B1E570A282B49BB889F753DBC2AAE6;
IL2CPP_EXTERN_C String_t* _stringLiteral785BB6B17B366BA2A1481E3537A946C8203B9A9A;
IL2CPP_EXTERN_C String_t* _stringLiteral78BBA35BEC315C2F41BE72EC6CBFC623C3A8A9D0;
IL2CPP_EXTERN_C String_t* _stringLiteral78D19BAB0764DF91685492807F12AC8F8804A9CF;
IL2CPP_EXTERN_C String_t* _stringLiteral78DC0CD3E7EF475D2C3E664078E5F1D7B3B719AB;
IL2CPP_EXTERN_C String_t* _stringLiteral7971263DE73C1D85AD2E7F1D41D7285A4F38DCE0;
IL2CPP_EXTERN_C String_t* _stringLiteral79854E52752D02D886CECD248AB4073D810E3072;
IL2CPP_EXTERN_C String_t* _stringLiteral79B723002F87708EBC11FD4F3B902A03F7C9A5C1;
IL2CPP_EXTERN_C String_t* _stringLiteral7A4E0F5CFA8B5FF12D9B76A9213B492CED461B34;
IL2CPP_EXTERN_C String_t* _stringLiteral7ABD4257B8B560F5138F9EDE08021995CA2FBF36;
IL2CPP_EXTERN_C String_t* _stringLiteral7AF3BEFF5EB9E3E2A249DDEA21ECDA70DE7E9D1D;
IL2CPP_EXTERN_C String_t* _stringLiteral7B21FDD90A6056168B4B04DA4C8C387C4FBCE2F5;
IL2CPP_EXTERN_C String_t* _stringLiteral7BA73F9082674DDFF43748481BA11D1281A2CC69;
IL2CPP_EXTERN_C String_t* _stringLiteral7C007F01B0405712902F495FD47207A8F5C4DFF6;
IL2CPP_EXTERN_C String_t* _stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62;
IL2CPP_EXTERN_C String_t* _stringLiteral7CB5C784E35E7A0A3B0D7B577D12D100227BF9D0;
IL2CPP_EXTERN_C String_t* _stringLiteral7D3149EA7E070098D43E7DD9684DC738259152B8;
IL2CPP_EXTERN_C String_t* _stringLiteral7D4A06402464CBFB98F5A0CA103D0BBF30AD81C1;
IL2CPP_EXTERN_C String_t* _stringLiteral7D9BB5FACA0C2597890EBEEFFF0E4ED6EB86252A;
IL2CPP_EXTERN_C String_t* _stringLiteral7E26C5824975AE8A63FA3ABF0584B4EFDB2B248D;
IL2CPP_EXTERN_C String_t* _stringLiteral7E746D340667E415DE67844CA297722F073C4EB5;
IL2CPP_EXTERN_C String_t* _stringLiteral7F6B52E273790F96A4C0651F43032A81990F53F4;
IL2CPP_EXTERN_C String_t* _stringLiteral7FE6B57B46D1AC658866588E5F7E35E094040058;
IL2CPP_EXTERN_C String_t* _stringLiteral808D7DCA8A74D84AF27A2D6602C3D786DE45FE1E;
IL2CPP_EXTERN_C String_t* _stringLiteral80CB96F852D1CE7AE9B00C59C13912122674F7CE;
IL2CPP_EXTERN_C String_t* _stringLiteral80F87C8847DA6C872CE2FC9FEC0A98A73EBC578D;
IL2CPP_EXTERN_C String_t* _stringLiteral8102EC3D01026658BC25D8B2D2756492D17EFDD2;
IL2CPP_EXTERN_C String_t* _stringLiteral81A3150743494D7EF6536AA7780AE2964FDA073F;
IL2CPP_EXTERN_C String_t* _stringLiteral81C709A8A45078125DF39EE1237446F606180762;
IL2CPP_EXTERN_C String_t* _stringLiteral81DBCB9162B442AF34FF38018B4B77C063015832;
IL2CPP_EXTERN_C String_t* _stringLiteral8261DCC13B9CEE8B445A72B67BA817223B3E0C01;
IL2CPP_EXTERN_C String_t* _stringLiteral8279AD9F37D8998480C0C4BB267217420A3EDCE0;
IL2CPP_EXTERN_C String_t* _stringLiteral833DA188871DDE4C49E08271FF3DEFF524B7992C;
IL2CPP_EXTERN_C String_t* _stringLiteral838672B23B845AFC5ACAD3577C662E2ECC1E5F1E;
IL2CPP_EXTERN_C String_t* _stringLiteral84572EF2253EF81E2D8CD8C65849F4D9A3881F47;
IL2CPP_EXTERN_C String_t* _stringLiteral865C081D26F48C5BE98D18B540386EBB463216C3;
IL2CPP_EXTERN_C String_t* _stringLiteral86C2B6275F076B31C4BE9812E835DAB2A6F07CCF;
IL2CPP_EXTERN_C String_t* _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547;
IL2CPP_EXTERN_C String_t* _stringLiteral8851142DA56FD885CE668A165B33FEE7003E858D;
IL2CPP_EXTERN_C String_t* _stringLiteral886DE7D6AD7DACFCF7C4BA1FCD3B81AF6F54FEFA;
IL2CPP_EXTERN_C String_t* _stringLiteral89503097B6823B3C007536CEB4BAA49A776076C4;
IL2CPP_EXTERN_C String_t* _stringLiteral89BA699EC3BF5D1464DEF28B00F016700E28101F;
IL2CPP_EXTERN_C String_t* _stringLiteral89EF6BB92046CA3D08941ABE62E506EBC52A2CD0;
IL2CPP_EXTERN_C String_t* _stringLiteral8B92FBB5C5485963A545E80AE1C554CBBD82D550;
IL2CPP_EXTERN_C String_t* _stringLiteral8BD6C5FFD4C2D4BAB430359866684485E7BDB5D8;
IL2CPP_EXTERN_C String_t* _stringLiteral8C1017982B2032CC059203E3D83DD0EE2E7A86B3;
IL2CPP_EXTERN_C String_t* _stringLiteral8D33CC0B536597CE3532997F344B114333A40471;
IL2CPP_EXTERN_C String_t* _stringLiteral8D49852F94B6B049DB87721DD00F949FF76F466B;
IL2CPP_EXTERN_C String_t* _stringLiteral8D4C780FCFDC41841E5070F4C43DA8958BA6AEC0;
IL2CPP_EXTERN_C String_t* _stringLiteral8DF7F1B361B2AF42D36011E00D22C0F9891EC0B0;
IL2CPP_EXTERN_C String_t* _stringLiteral8E7BE411AD89ADE93D144531F3925D0BB4011004;
IL2CPP_EXTERN_C String_t* _stringLiteral8E7E555E8135FB7D91292B64AA9F6693D7164ED1;
IL2CPP_EXTERN_C String_t* _stringLiteral8EE711751FAEC8FAF88F3532272474F1514215EB;
IL2CPP_EXTERN_C String_t* _stringLiteral8EED39620126C215FC5CD626E2D4BF584B94F8BD;
IL2CPP_EXTERN_C String_t* _stringLiteral8F471B09363643E2E5A951EA814780C532133F37;
IL2CPP_EXTERN_C String_t* _stringLiteral8F617533ACA39E718C95D1D4466E58E23DD1261F;
IL2CPP_EXTERN_C String_t* _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D;
IL2CPP_EXTERN_C String_t* _stringLiteral8FF3027E1695B4AD97BFDCB2D8628E03D22AD1D4;
IL2CPP_EXTERN_C String_t* _stringLiteral902417CDBED0111D61235959BC3E435674AE5D6D;
IL2CPP_EXTERN_C String_t* _stringLiteral90283840D90DE49B8E7984BD99B47FEE0D4BD50D;
IL2CPP_EXTERN_C String_t* _stringLiteral905BABCCD6B69C6AF536A4D5012D6A870E0ED93E;
IL2CPP_EXTERN_C String_t* _stringLiteral90A3C3ED6E9E0A3D8554E792A9EB77AAB33238F9;
IL2CPP_EXTERN_C String_t* _stringLiteral90CDBAD31E59F5CC87EDA12D7936EAC81A12B3C2;
IL2CPP_EXTERN_C String_t* _stringLiteral91249E5ADBBA6DB8C21FB8DC01875866FCFDE10C;
IL2CPP_EXTERN_C String_t* _stringLiteral9239C22D1D1C990CA8C206CB408B345A3EC8114C;
IL2CPP_EXTERN_C String_t* _stringLiteral92B1C312E522D9866D45205DB6FD1F570F61D356;
IL2CPP_EXTERN_C String_t* _stringLiteral92BA8682C5742B1090B09135A32AB7DA587CE831;
IL2CPP_EXTERN_C String_t* _stringLiteral9361D2F4796AF6A27A6F64DBB42613D5CE41700E;
IL2CPP_EXTERN_C String_t* _stringLiteral9364681A70C79837711737AD0EA6F6E3E9916CB1;
IL2CPP_EXTERN_C String_t* _stringLiteral941C84E338C17E1FB4EADD65ACA8785BF119DD7E;
IL2CPP_EXTERN_C String_t* _stringLiteral947821905762E29A23539B595BEF843D176611D3;
IL2CPP_EXTERN_C String_t* _stringLiteral948EE444A0647022DEC859D492714453BEF33F0D;
IL2CPP_EXTERN_C String_t* _stringLiteral9495ADD637C8866B41E0E04A1A684300B6CE995C;
IL2CPP_EXTERN_C String_t* _stringLiteral950E3B8444ABD67E768A641C20181FFE0042529B;
IL2CPP_EXTERN_C String_t* _stringLiteral95CF5792630F7187540B15414E568FD811C8797C;
IL2CPP_EXTERN_C String_t* _stringLiteral96990AEA0FB669AE43E1F66297E8B50A4F4889FC;
IL2CPP_EXTERN_C String_t* _stringLiteral96C7FB47B91826265888CEA013642F2B13B69A65;
IL2CPP_EXTERN_C String_t* _stringLiteral9724028D505424D172CCEE55B38CE1452B3AD7A9;
IL2CPP_EXTERN_C String_t* _stringLiteral972AD8D8A50397BA8C02433ED8F048EEB4074B85;
IL2CPP_EXTERN_C String_t* _stringLiteral97C89A4D6630ADEB18FA12BA9976A31413FE293E;
IL2CPP_EXTERN_C String_t* _stringLiteral986B1BC1EB8DE89643C50722910F99001C232865;
IL2CPP_EXTERN_C String_t* _stringLiteral989E45F83A991F5AD15F96153A0A708C35D75A18;
IL2CPP_EXTERN_C String_t* _stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04;
IL2CPP_EXTERN_C String_t* _stringLiteral98CF94BE2B01973DECF7254872A9E360F3C698A7;
IL2CPP_EXTERN_C String_t* _stringLiteral98F75B60633D1EC7A8D357E0526459E0C9B54A32;
IL2CPP_EXTERN_C String_t* _stringLiteral9960C6AB930B02F7E40118114434DC1ED2E39664;
IL2CPP_EXTERN_C String_t* _stringLiteral9A0CA99F9AC6E1F7314684406A3553F8F51B3678;
IL2CPP_EXTERN_C String_t* _stringLiteral9B364D6B65F248D883E2A60239DE9F71811616BF;
IL2CPP_EXTERN_C String_t* _stringLiteral9B542A61893CF94C6B2AA33589915292AA185C08;
IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
IL2CPP_EXTERN_C String_t* _stringLiteral9BC253A36E8ACE3C94E28555BF56CC77650F265B;
IL2CPP_EXTERN_C String_t* _stringLiteral9C23F75BA13082A268AC651A38209152C09B23BC;
IL2CPP_EXTERN_C String_t* _stringLiteral9C71D86768BBC4160407EF4ED71EDE2D112003C0;
IL2CPP_EXTERN_C String_t* _stringLiteral9C968A5750294F564D007670D4F3387F40C28897;
IL2CPP_EXTERN_C String_t* _stringLiteral9E6919A806E7B4B291F92ADE5F0C6C894ADD6023;
IL2CPP_EXTERN_C String_t* _stringLiteral9ED6AE997B1668915A9529A0889D5AC9735B0C4B;
IL2CPP_EXTERN_C String_t* _stringLiteral9F9E83779D8416DBABEC8AB8B1AC2DBCDDEA560C;
IL2CPP_EXTERN_C String_t* _stringLiteral9F9F264815F8DE2FA0A0E756083FBBF633ED8BA1;
IL2CPP_EXTERN_C String_t* _stringLiteral9FA22049CF6367C2DB11AB15BC3EDE8D5104CB06;
IL2CPP_EXTERN_C String_t* _stringLiteralA0E4DF7E457C6133F91227CE3A1D1AC718B78E2E;
IL2CPP_EXTERN_C String_t* _stringLiteralA124BFC5A1FF3BEB76BF0CDE7DD19880A73A635B;
IL2CPP_EXTERN_C String_t* _stringLiteralA15E5FAF6F4A772B984D8D4C45752EACAFFDD371;
IL2CPP_EXTERN_C String_t* _stringLiteralA16D21C1B2A7F0CD1CC9E4693AD420243B293C14;
IL2CPP_EXTERN_C String_t* _stringLiteralA1DA4EF353991D6FE193C74CB87D9A2EA529F39E;
IL2CPP_EXTERN_C String_t* _stringLiteralA1FFFAAAFB7CC996685BCEB829C053CC4F7DE43D;
IL2CPP_EXTERN_C String_t* _stringLiteralA25EF820833AEE904BE99627D61AF962ECD5E41F;
IL2CPP_EXTERN_C String_t* _stringLiteralA28C9BD303EE7E286DAA26E52D421ED965A16EFB;
IL2CPP_EXTERN_C String_t* _stringLiteralA29F0256272E79CA91A1C4E608F09A6264397D12;
IL2CPP_EXTERN_C String_t* _stringLiteralA33A4AAF355C1273F0DE7EE26A25031A20CCE158;
IL2CPP_EXTERN_C String_t* _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
IL2CPP_EXTERN_C String_t* _stringLiteralA49F3DF9A228297C6C9E11C841F34C6CF179BE72;
IL2CPP_EXTERN_C String_t* _stringLiteralA5267E03F59D12BAD498810729805FB8E4C873DB;
IL2CPP_EXTERN_C String_t* _stringLiteralA530B335CD0087CB8F5D7C94D479C19B0760414D;
IL2CPP_EXTERN_C String_t* _stringLiteralA58DE6F683368A8C77D00322A7660DCF216D24DE;
IL2CPP_EXTERN_C String_t* _stringLiteralA59356F2B74D26487500AF89DC298850EACA5AB2;
IL2CPP_EXTERN_C String_t* _stringLiteralA5BC1D9B2AE74E7A8A249659C13B14F5C2EAC13F;
IL2CPP_EXTERN_C String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE;
IL2CPP_EXTERN_C String_t* _stringLiteralA6A55D974F43B7E3ACCEDF6BEE9F631CEAF08BCA;
IL2CPP_EXTERN_C String_t* _stringLiteralA70F1BF46F12CF5517DAB14A442D77DB24FDDC26;
IL2CPP_EXTERN_C String_t* _stringLiteralA75CE9B6DCA578A80BBC01B4B7580134FC0B5391;
IL2CPP_EXTERN_C String_t* _stringLiteralA75EE8482A2C82952F1802A71A9EE0D0E4F4FF43;
IL2CPP_EXTERN_C String_t* _stringLiteralA786A2C15E0960665766C54383EAE01BDE449200;
IL2CPP_EXTERN_C String_t* _stringLiteralA84CE5BFDAAAE81CDBFEFE285A6C789619E01215;
IL2CPP_EXTERN_C String_t* _stringLiteralA883E834D5B92F8720037873A1DB0E10A06F2FC5;
IL2CPP_EXTERN_C String_t* _stringLiteralA8EB9FA48647597C67C4ACBBE66DA17EAC566688;
IL2CPP_EXTERN_C String_t* _stringLiteralA91DCBB4DF49D8BFE0A9930D7FF911A4292CA1F5;
IL2CPP_EXTERN_C String_t* _stringLiteralAA2C4F42F8D5F3F86FF403388524469E1724361B;
IL2CPP_EXTERN_C String_t* _stringLiteralAA4EC595AE570D2D54DC0ECA6C981F843FD6F2D1;
IL2CPP_EXTERN_C String_t* _stringLiteralAAAF68D80691F16DD996B2500D43C7B251054C2C;
IL2CPP_EXTERN_C String_t* _stringLiteralAB650A1A4B8FDF3A4053CE8D277D335DD82E5447;
IL2CPP_EXTERN_C String_t* _stringLiteralACA441DDD2E8D07643B87C1B24A828FA5B4B3E42;
IL2CPP_EXTERN_C String_t* _stringLiteralAF14409157243EE650EDDB308CBC6C9B1DD206ED;
IL2CPP_EXTERN_C String_t* _stringLiteralAF360C080FF6C97377E274815401201A436D2408;
IL2CPP_EXTERN_C String_t* _stringLiteralAF4F4762F9BD3F0F4A10CAF5B6E63DC4CE543724;
IL2CPP_EXTERN_C String_t* _stringLiteralB063278AE0AEE0E651811BE0EA684D1115F3F96A;
IL2CPP_EXTERN_C String_t* _stringLiteralB07EE427B13FDA8C265DAACE035CBEF440CB3F7B;
IL2CPP_EXTERN_C String_t* _stringLiteralB0CD278989E2481398CD1B8314FD38B8FBA337E3;
IL2CPP_EXTERN_C String_t* _stringLiteralB0ED01DE6C8D4D9EDCEC9D654312BDDA98E53ECE;
IL2CPP_EXTERN_C String_t* _stringLiteralB123CC976324A7046FB97BAA207D7463730A36B4;
IL2CPP_EXTERN_C String_t* _stringLiteralB13B419482A23B3523EBC6F8580C6653DB772FCD;
IL2CPP_EXTERN_C String_t* _stringLiteralB1442D40BEEC6B172EB738CE44A1C2BB882494F6;
IL2CPP_EXTERN_C String_t* _stringLiteralB1564F6B1512CBFA3CFCEBC9A5BADB6B239954F1;
IL2CPP_EXTERN_C String_t* _stringLiteralB196DC2FC39791470B45B4E1BE46AB72CDB448E1;
IL2CPP_EXTERN_C String_t* _stringLiteralB240CB734C0ECBB82F93887DC83654537B488D57;
IL2CPP_EXTERN_C String_t* _stringLiteralB26245353BB7A62A455CCB310E7B5E7F87DB478C;
IL2CPP_EXTERN_C String_t* _stringLiteralB2B4559BF716BFFB74433BA967493908448531AD;
IL2CPP_EXTERN_C String_t* _stringLiteralB33AE975F527F9F91B15826F4D3D2F3389446D87;
IL2CPP_EXTERN_C String_t* _stringLiteralB3725DF09EFD4718FA23DC5B3B0EF88FC9F1F4C4;
IL2CPP_EXTERN_C String_t* _stringLiteralB37C40A058E1BE76E181791B84BF21D6FEBAF035;
IL2CPP_EXTERN_C String_t* _stringLiteralB3BD6779091D94CBB45159A1347081F18B0816ED;
IL2CPP_EXTERN_C String_t* _stringLiteralB3DA801443256D657CE2FDB5A832765566F62273;
IL2CPP_EXTERN_C String_t* _stringLiteralB44713A9C88E1B54100F2AF772461F0EFE55A236;
IL2CPP_EXTERN_C String_t* _stringLiteralB47F363E2B430C0647F14DEEA3ECED9B0EF300CE;
IL2CPP_EXTERN_C String_t* _stringLiteralB58770E9C3EB5157496EF35B03423C007FC54B13;
IL2CPP_EXTERN_C String_t* _stringLiteralB621C85EE3ADC3E8833F79371A9B755F4AF638B9;
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
IL2CPP_EXTERN_C String_t* _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C;
IL2CPP_EXTERN_C String_t* _stringLiteralB7DDE7FD7AD1B839B4858E51B08F90D9DB29D391;
IL2CPP_EXTERN_C String_t* _stringLiteralB858A87C07B04C4568F51B0DCE655F78D73C02B3;
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
IL2CPP_EXTERN_C String_t* _stringLiteralB86C99080D9EFEE38A535DB1751AF11E0047AC33;
IL2CPP_EXTERN_C String_t* _stringLiteralB8FCF83B0C8C887E3AB010871C9F2DAB50FADA00;
IL2CPP_EXTERN_C String_t* _stringLiteralB97C4D4CDDF23EC47395AF460F9E28DF2A0F9B04;
IL2CPP_EXTERN_C String_t* _stringLiteralB9BC30A5FEAE532B939B0112F6162A8C1D64CA9E;
IL2CPP_EXTERN_C String_t* _stringLiteralB9FEDAA07B209E1F7A9C2D83295A76FE49F3B49F;
IL2CPP_EXTERN_C String_t* _stringLiteralBA8E577E758058AF97BEBCB2CCE27D461ECD8A0D;
IL2CPP_EXTERN_C String_t* _stringLiteralBB02C3DA1D829EDD84108EF3F662C0BBFC4A8EAF;
IL2CPP_EXTERN_C String_t* _stringLiteralBBB912E5558FAA8EAE92197E9CFC4DF3ABE94026;
IL2CPP_EXTERN_C String_t* _stringLiteralBBE71CB9D4E9045D6D89B7D26CD55590064938D0;
IL2CPP_EXTERN_C String_t* _stringLiteralBC39A21A93207F5730E662411663F4154618C006;
IL2CPP_EXTERN_C String_t* _stringLiteralBC811258AE9F9FCB0494BB2785A876A59993024E;
IL2CPP_EXTERN_C String_t* _stringLiteralBD196861653BC3ED626629F3D67F298F88414CE2;
IL2CPP_EXTERN_C String_t* _stringLiteralBD3F8583A49F39C143CBB442FFB0AE1BC2E3CEA9;
IL2CPP_EXTERN_C String_t* _stringLiteralBD735E8B5ADF555E6E0A20B79CAAFBF354DD04B3;
IL2CPP_EXTERN_C String_t* _stringLiteralBDFF41795093A4AD211C12B088CFB89527669A97;
IL2CPP_EXTERN_C String_t* _stringLiteralBE9C3E777896AD4AA1A00DFD3CF9E9FFDC8BAE2A;
IL2CPP_EXTERN_C String_t* _stringLiteralBECECF64FCB9466761CD1A77875F9240F596BDFE;
IL2CPP_EXTERN_C String_t* _stringLiteralBF2D02DBBCD73A204B20BEA4B2944D81CDC51BD4;
IL2CPP_EXTERN_C String_t* _stringLiteralBF4C68DB24B98BDE68FD582C3BDB130CAB10C020;
IL2CPP_EXTERN_C String_t* _stringLiteralBF6ABD891F7C543F9981F25F6BF52470C1FF1D07;
IL2CPP_EXTERN_C String_t* _stringLiteralBFAD5C1C123A5A3D4EA41C896D0CB490688A1D60;
IL2CPP_EXTERN_C String_t* _stringLiteralBFB38B7746AC499F2E1E19C43F10AF214C8604EB;
IL2CPP_EXTERN_C String_t* _stringLiteralBFD5152DA69F35C922F6068161D5A1B166246E5C;
IL2CPP_EXTERN_C String_t* _stringLiteralC0271A5EDC4EEB7DDD8FB490E12E1AEE0AA78FCE;
IL2CPP_EXTERN_C String_t* _stringLiteralC04C3FBB4A59464A56190A9F87B3392BBBB10958;
IL2CPP_EXTERN_C String_t* _stringLiteralC06C55A5BCD005BF56C5234EB953099FFC1DE3F1;
IL2CPP_EXTERN_C String_t* _stringLiteralC22B5F9178342609428D6F51B2C5AF4C0BDE6A42;
IL2CPP_EXTERN_C String_t* _stringLiteralC24235B312D5D7CF9166569F8F2B0430C9C447CE;
IL2CPP_EXTERN_C String_t* _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A;
IL2CPP_EXTERN_C String_t* _stringLiteralC2D912F21592131A60BE574988CCD6982575C075;
IL2CPP_EXTERN_C String_t* _stringLiteralC32767E0541FE7038FF8D87E7B8AED17F49474F8;
IL2CPP_EXTERN_C String_t* _stringLiteralC32F3C8245D5C97266808087F5E3612ACBD4C762;
IL2CPP_EXTERN_C String_t* _stringLiteralC3328C39B0E29F78E9FF45DB674248B1D245887D;
IL2CPP_EXTERN_C String_t* _stringLiteralC3BDBAB40A4BE4AC1B8EB1CCB2DBB2EAF8ED480F;
IL2CPP_EXTERN_C String_t* _stringLiteralC3ED665577F91F82C451742A0C8875950D42B19F;
IL2CPP_EXTERN_C String_t* _stringLiteralC40AB7BD4AF9BC38C8A0BDE00F611BEF371B2BFB;
IL2CPP_EXTERN_C String_t* _stringLiteralC5157DDE40341306A69A8B907F29D4B2A7D7C52B;
IL2CPP_EXTERN_C String_t* _stringLiteralC515A516481562824BF14D25237A2B960571DE5E;
IL2CPP_EXTERN_C String_t* _stringLiteralC525149EB1C2E0B57FE563AD7B4D9E45A646784F;
IL2CPP_EXTERN_C String_t* _stringLiteralC598B7D13A9BCFE6B7EB316A8D0660FBA9B06821;
IL2CPP_EXTERN_C String_t* _stringLiteralC5D8F7D1DE53C20D472E59EDEB88F726BFE04C08;
IL2CPP_EXTERN_C String_t* _stringLiteralC67DD20EE842986086A0A915DDC2A279490130ED;
IL2CPP_EXTERN_C String_t* _stringLiteralC6AA4937605F0188CE06C8E86DDB1D4BFB620144;
IL2CPP_EXTERN_C String_t* _stringLiteralC6F04C7E357D055F410CD3E10E3B06195EC44C1B;
IL2CPP_EXTERN_C String_t* _stringLiteralC700DC1C6745C39929C4B490A50F1EF4B6DE67F1;
IL2CPP_EXTERN_C String_t* _stringLiteralC87DF04A6212FD94333FB48D7E78E47251CB9AF4;
IL2CPP_EXTERN_C String_t* _stringLiteralC9589148237D51FBF9DBDA1776CA6035BFE8A6A0;
IL2CPP_EXTERN_C String_t* _stringLiteralC9E6B253FC34A7155F97DC0AAB1C389D34CAFDAD;
IL2CPP_EXTERN_C String_t* _stringLiteralCB2EBCDADFC71657FE173791908F6094AEDCA754;
IL2CPP_EXTERN_C String_t* _stringLiteralCB4802EED58C26BEEE9ABDAAA35FD98D6E7F975C;
IL2CPP_EXTERN_C String_t* _stringLiteralCB98723B6E3119AFFA6E09435BF703F05F695C56;
IL2CPP_EXTERN_C String_t* _stringLiteralCCECE2966FF8B4CB279897A70EF4CA32DA17C0CD;
IL2CPP_EXTERN_C String_t* _stringLiteralCD7D0AC2EBED64F823B1ECA559037A9CB8EDE01A;
IL2CPP_EXTERN_C String_t* _stringLiteralCDD4F874095045F4AE6670038CBBD05FAC9D4802;
IL2CPP_EXTERN_C String_t* _stringLiteralCE1751BAD89137D7308285920CB5A51CD1E94AE1;
IL2CPP_EXTERN_C String_t* _stringLiteralCEBED7688A5BABC3EF7B5A3E8AA43667D482A257;
IL2CPP_EXTERN_C String_t* _stringLiteralCF1C85ADBA548E8D681255278976584A7E4A44DE;
IL2CPP_EXTERN_C String_t* _stringLiteralCF842A6B7E9A978CE270A918570E5FC74F7354D7;
IL2CPP_EXTERN_C String_t* _stringLiteralCFD5233F6C25112A7AE3FF91E4ACC195F899F25F;
IL2CPP_EXTERN_C String_t* _stringLiteralD011986407B1110E57283981EA38A369075023B8;
IL2CPP_EXTERN_C String_t* _stringLiteralD06A2B02C3939CB89F9D35A96E563899EF9609E6;
IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD0E97C2E5A229E554A8F98A6E66320DF942A621E;
IL2CPP_EXTERN_C String_t* _stringLiteralD19CDC9E1C80CAEA5A2F7FB38E7827301FFD9734;
IL2CPP_EXTERN_C String_t* _stringLiteralD1E622507595486EE06DB24B1DEBF11064EDD2BA;
IL2CPP_EXTERN_C String_t* _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF;
IL2CPP_EXTERN_C String_t* _stringLiteralD20A735254D6A4853B77455C35CF8AACCC36BAC8;
IL2CPP_EXTERN_C String_t* _stringLiteralD248AAE869EAF85E241B0A5C9F41E658D7C434D1;
IL2CPP_EXTERN_C String_t* _stringLiteralD312CC75DC28CED757EEF6EC22A7E3706905E352;
IL2CPP_EXTERN_C String_t* _stringLiteralD47E33BC88829A9C14919CFD57E045C47D81457A;
IL2CPP_EXTERN_C String_t* _stringLiteralD4E7895FBC7B89B31127508CAFB2663FDB083FA2;
IL2CPP_EXTERN_C String_t* _stringLiteralD56BE6B04D5D62B632E6618E9DF3B0F3DA181396;
IL2CPP_EXTERN_C String_t* _stringLiteralD6432896007C8B7C5E5D5110287619168D4F0A15;
IL2CPP_EXTERN_C String_t* _stringLiteralD67A39A9D54B774A32FDB91E118929CDBE784C0C;
IL2CPP_EXTERN_C String_t* _stringLiteralD6A8B06EB4898F96A2FC6D5D10DFC35B13982CB6;
IL2CPP_EXTERN_C String_t* _stringLiteralD71C45B3D8A817DF46D53626270C2CC92E52793F;
IL2CPP_EXTERN_C String_t* _stringLiteralD72574EFB84403EE1E8FB403F1799E3D3FB58F7A;
IL2CPP_EXTERN_C String_t* _stringLiteralD72B6240946864CD3653F077A48DD3BF8C2578E5;
IL2CPP_EXTERN_C String_t* _stringLiteralD7D2E6B3863B2910D2CA34828BC651C85D88DF6F;
IL2CPP_EXTERN_C String_t* _stringLiteralD7F67A250D8254339CC572B200990D99FE1BAF29;
IL2CPP_EXTERN_C String_t* _stringLiteralD848A9C2A361E1BF92305A01B9E6D5ED96DADBD6;
IL2CPP_EXTERN_C String_t* _stringLiteralD932ED0212029A9149BC31B93DCC1E4CA8CF2B52;
IL2CPP_EXTERN_C String_t* _stringLiteralD9DB131ABADB3922C57E82EADA989FA823344F4E;
IL2CPP_EXTERN_C String_t* _stringLiteralD9E83874D260F2F10D48D98C0B773B836096D426;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDA91388C72D3E31DA19DCD85C97374197748485D;
IL2CPP_EXTERN_C String_t* _stringLiteralDA9F4430DB9EED872F7D3796B3EE3F81131C582C;
IL2CPP_EXTERN_C String_t* _stringLiteralDB2DFF441F0D902D148F848CE8398A02C04D162C;
IL2CPP_EXTERN_C String_t* _stringLiteralDB54F7F423D29DE641470C50052101DFA275BFC1;
IL2CPP_EXTERN_C String_t* _stringLiteralDC3C597C2EC445C719937B3BB27234DD6F04BF1D;
IL2CPP_EXTERN_C String_t* _stringLiteralDC4A7B09F44888F15B47A2D90AA09FC6E76C1156;
IL2CPP_EXTERN_C String_t* _stringLiteralDD2D045CD9A50CADF551DCECFC0A62246D19464C;
IL2CPP_EXTERN_C String_t* _stringLiteralDD5ABE829B4C9488482B6609BBA320F6E34F462B;
IL2CPP_EXTERN_C String_t* _stringLiteralDD87055B020124CD7A317C8563BB81CE90EFCE02;
IL2CPP_EXTERN_C String_t* _stringLiteralDE13579087CA357E7E9F85AEB082AD9A08A8CE09;
IL2CPP_EXTERN_C String_t* _stringLiteralDEAEB26764551C6A022D74CF85AFD8F0BBF999D7;
IL2CPP_EXTERN_C String_t* _stringLiteralDEC66C5BF0F7FE4CC038AC871DEF8EB1AC31C146;
IL2CPP_EXTERN_C String_t* _stringLiteralDF1DE78052B16F03F5FE6753FDA1794A9DB23141;
IL2CPP_EXTERN_C String_t* _stringLiteralDF30C652BEE9AD96C6CC5FF8044ABEAA8A5982BE;
IL2CPP_EXTERN_C String_t* _stringLiteralDF60C9BF245D49D9B8B4CAAA93E27822E908B127;
IL2CPP_EXTERN_C String_t* _stringLiteralE2AB0091E9A13FFA7717A4330E44C136959E985C;
IL2CPP_EXTERN_C String_t* _stringLiteralE2EC7275CDD99A9D625272BC9937172FD8BCB239;
IL2CPP_EXTERN_C String_t* _stringLiteralE3403ED3F0971DEAA6677139501BD33DBE15B7C5;
IL2CPP_EXTERN_C String_t* _stringLiteralE45399BC725E81386CEF61D6B43C8346121BC72E;
IL2CPP_EXTERN_C String_t* _stringLiteralE488F5F76A30DFF5AEE26C338EFEAFA8F1145178;
IL2CPP_EXTERN_C String_t* _stringLiteralE5274E78712C5FD0B1D4A754711986C271953377;
IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
IL2CPP_EXTERN_C String_t* _stringLiteralE552F3D1B16C99CDCE2199526140BA83B6C2613E;
IL2CPP_EXTERN_C String_t* _stringLiteralE5651C683F14C95AA972CFDBC300D9FECFE02019;
IL2CPP_EXTERN_C String_t* _stringLiteralE5E429BCC9C2E4A41A3C7A4D96203BE6CB273B11;
IL2CPP_EXTERN_C String_t* _stringLiteralE6F58953A2393CCBF4AD2BE23A3E448BB8879C0E;
IL2CPP_EXTERN_C String_t* _stringLiteralE758F73AF56E73D52D2255C99EF438305E8533BB;
IL2CPP_EXTERN_C String_t* _stringLiteralE76A3D125C877D4D5427A0F9763A3551FB7C09EA;
IL2CPP_EXTERN_C String_t* _stringLiteralE841324B174E64B4DB0D86C84A11D7E3B98AAA28;
IL2CPP_EXTERN_C String_t* _stringLiteralE8B15B191E8EA04DB675BE6698A482704F74AC92;
IL2CPP_EXTERN_C String_t* _stringLiteralE94E055A4A5818CA57BDE2E23728B0D4BF9E15E0;
IL2CPP_EXTERN_C String_t* _stringLiteralE97530707376352CCB6005C8605893E98A4C03F4;
IL2CPP_EXTERN_C String_t* _stringLiteralE9AE270954529ECC63CF739334783897A2BE43FF;
IL2CPP_EXTERN_C String_t* _stringLiteralE9B503397F7F2D41803B7A03D81EA8F0CEE9C630;
IL2CPP_EXTERN_C String_t* _stringLiteralEA04B28DB1E31786F120D7F4BFA20F2E764D8B46;
IL2CPP_EXTERN_C String_t* _stringLiteralEA6C03461DC3A543514F149CA6BB793D0A9E158A;
IL2CPP_EXTERN_C String_t* _stringLiteralEACC88A600DF431F124D40C81178A926EA1FBB95;
IL2CPP_EXTERN_C String_t* _stringLiteralEAD8E8EBAC8507AD5AD1B86500222EED4E7EF42C;
IL2CPP_EXTERN_C String_t* _stringLiteralEB7CD3E223CE5B5243E4BF117FF3C01497B42C50;
IL2CPP_EXTERN_C String_t* _stringLiteralEC1D7CDC411311A5548C5F9B57B372D4213F9472;
IL2CPP_EXTERN_C String_t* _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102;
IL2CPP_EXTERN_C String_t* _stringLiteralED99D3F86B90A92BA0D5090E7AB9E84D9E015C4B;
IL2CPP_EXTERN_C String_t* _stringLiteralEE5D0F504BFD73D749C2A3A8FC720C4B0CCE324D;
IL2CPP_EXTERN_C String_t* _stringLiteralEEA467C6CFE01F36237780838F0A1CFF68EB889D;
IL2CPP_EXTERN_C String_t* _stringLiteralEED1903A65FB51375C9A57C0D5925EBE4056DCAB;
IL2CPP_EXTERN_C String_t* _stringLiteralEFD13FF589964C27E08A7481D620E391991FCBFA;
IL2CPP_EXTERN_C String_t* _stringLiteralF05361B9B3BE12CD667769B94BF2990A1602439A;
IL2CPP_EXTERN_C String_t* _stringLiteralF086F5D103AA1D3475F40E4A9FC26F818DFB2202;
IL2CPP_EXTERN_C String_t* _stringLiteralF1905079E1503D3CACB76B6D62C2E40BE29FD963;
IL2CPP_EXTERN_C String_t* _stringLiteralF1950B3F82E9B0A757F07F5275E2D6D95AAB490E;
IL2CPP_EXTERN_C String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
IL2CPP_EXTERN_C String_t* _stringLiteralF1F0AB2F0666E3E5F8C8A51578C5966E120CAA6F;
IL2CPP_EXTERN_C String_t* _stringLiteralF1F982B102CF25B2F56181C205B365F4CC6F959D;
IL2CPP_EXTERN_C String_t* _stringLiteralF1FCEF44998869671418355AF695F96ABB2D9B42;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF3F91E1EC3E0AE32E56BC723E25644FBCC1E3FE2;
IL2CPP_EXTERN_C String_t* _stringLiteralF4376217D7599FD992B413A416FEBAA7928EDD53;
IL2CPP_EXTERN_C String_t* _stringLiteralF437CB078ACC7C6D79873462334A355EDDEB9459;
IL2CPP_EXTERN_C String_t* _stringLiteralF5877065CED33E414B2EE17A081E5A12AB3F2A08;
IL2CPP_EXTERN_C String_t* _stringLiteralF5BAAA4AD5D36710B8FED9D2BC4A53A86DA5B55A;
IL2CPP_EXTERN_C String_t* _stringLiteralF63048F4FEC0F1DD25234FE735B7A81F2BA7F890;
IL2CPP_EXTERN_C String_t* _stringLiteralF7323294B8A91FBE95F244C79E33A68DD5AD67CE;
IL2CPP_EXTERN_C String_t* _stringLiteralF740BD19181D295DB8633B0AA0C1785C62EF6BCB;
IL2CPP_EXTERN_C String_t* _stringLiteralF77F5A823DF814736E6B73E1C9AEC59424812CB6;
IL2CPP_EXTERN_C String_t* _stringLiteralF7C08F9DDF41ECA0234E7F555786646169549A4B;
IL2CPP_EXTERN_C String_t* _stringLiteralF834F009E6201344048E2FE1CBC409BF84C8F4B4;
IL2CPP_EXTERN_C String_t* _stringLiteralF8EA6FFD9E13CC91F221D648C4FEB3F600DDC4CE;
IL2CPP_EXTERN_C String_t* _stringLiteralFA2A758C8B95802E6EC3A3080BE48E7F1CA362E0;
IL2CPP_EXTERN_C String_t* _stringLiteralFA65A5659DCE5E6994E03FC65E566D00C4EADDC8;
IL2CPP_EXTERN_C String_t* _stringLiteralFA6AF6E97D010A98B5BFB9DC17862112AFDA402E;
IL2CPP_EXTERN_C String_t* _stringLiteralFA9BD9A6463AFFE02425083AD4A7823A4466C5E6;
IL2CPP_EXTERN_C String_t* _stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049;
IL2CPP_EXTERN_C String_t* _stringLiteralFB157325FE225946421F77EC1F8BF9F7F98E81B9;
IL2CPP_EXTERN_C String_t* _stringLiteralFB19F532FF014E126F98A581DAEFB6AD1B372CDF;
IL2CPP_EXTERN_C String_t* _stringLiteralFC899DE7FE3857F827BF4A199FCA7596A6F9B113;
IL2CPP_EXTERN_C String_t* _stringLiteralFCCF4F2749B714BF1F7EAC44C58489B196438318;
IL2CPP_EXTERN_C String_t* _stringLiteralFCFC5F35F4DDC4426D01CD33DE2368074D1886C2;
IL2CPP_EXTERN_C String_t* _stringLiteralFD1286353570C5703799BA76999323B7C7447B06;
IL2CPP_EXTERN_C String_t* _stringLiteralFE7F55B8BF68FD47D248A271D541E7E183621010;
IL2CPP_EXTERN_C String_t* _stringLiteralFEAAFC60BA98D7E0FBCE4F0362FD6DA7774B94B5;
IL2CPP_EXTERN_C String_t* _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151;
IL2CPP_EXTERN_C String_t* _stringLiteralFFF17DD8F720C56F8D41BDEBDB88582D523F460B;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayConverter_ConvertTo_mAEA49FE8501D2CA2989D859B2721CECCD5D0291B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArraySubsetEnumerator_get_Current_m09128B3111243A65657005FFCBB036CD3EF1C0FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m4DD5105284305716E21F72B7B3D30F3E8AEC25B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mC030DA14DA50122BAB8A7BEBFE6507C42A15121E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncOperation_VerifyDelegateNotNull_mC59C6B7C5A67B9FB94F359AFA6BC6EAD9403B0B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncOperation_VerifyNotCompleted_m52B5FBFB04771187BBE028D29DFE6E4B05B3C536_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncOperation__ctor_m9275654D08BC495200C5C946C8D3DF1D8AE1752C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AttributeCollection_FromExisting_mB163AB4BCB3E22E83E5238A92DE6F8411B6F37DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AttributeProviderAttribute__ctor_m25B3C5B33859E658537459EDAF3C2EC0BD16FCE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AttributeProviderAttribute__ctor_m39F07B179307D3DA19A699BA584F03886872AA04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AttributeProviderAttribute__ctor_mD3C64A8147DB37C8B578483373F40907FBF24F5C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_AsyncOperationCompleted_m8B547DD478020A565FF3D364DEA48B2CF2985CC0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_CancelAsync_mAB00895870A0654E4EF1FC7C904F14E478790A6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_ProgressReporter_m250A81DB6904125C034E7DBFD62DDF052BFC0E84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_ReportProgress_m0D307572D683DA5F5B92871AE98E3A4DF6D4D3BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_RunWorkerAsync_mD066DF2953B243500565B8FB8C06B418E836F9F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_WorkerThreadStart_m78B5DEA44CDA8EC477C41F3D69326779894FBC19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BaseNumberConverter_ConvertFrom_mA629768C8117947BD168EACC84D02DBA1FCA51E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BaseNumberConverter_ConvertTo_m672375F1E58DB241E693E5F45A7FFD38C3070B6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BitVector32_CreateMask_mFE756231DB1A3377702CD31ED57BF6CBCB0487CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BooleanConverter_ConvertFrom_mAE7E5524CBFA2C3C060A5D7006E1F41BC8AD8426_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CharConverter_ConvertFrom_mEF1930149E499F9B6BB23BA076B05D409147D8ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionConverter_ConvertTo_m75D7A858FB6E5B535386F5DB31CE3B6C8B153837_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ComponentResourceManager_ApplyResources_m33E61B4E1C5E65BDE48968F0D2ED5050D4F82055_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Container_ValidateName_mD6A5D82CF9253F66966AB4CD11D6F2087BF6393E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfoConverter_ConvertFrom_m49DB6CACA3C6739CD8C2ECA4CF1459D4420D609C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfoConverter_ConvertTo_m2283E0757C117D8E1A62DF66D50C182FEFCF0A2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeConverter_ConvertFrom_m5F118F03495AD23C3694DD1F984B982A1B0F8D33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffsetConverter_ConvertFrom_m05F3D90885D1BB9CA3130E73607012C5FA3D1166_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecimalConverter_ConvertTo_m5B21E6AB73251329BE83E9A25C4E2DECD2AE82C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m31D706AAE640EE1D91E561D8934F58AC765CFC3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridDictionary_Contains_mF8C826101599A5F6EDB300954BD90FDEC4BCA6D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridDictionary_Remove_mF87829C60C964F938DE42D453582712B726A2CD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m70ABAD248D45E166CEC58AF007095CEC5E79B1DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_Contains_mA832E669186A7B91FF5819A535F8D394C963C508_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_Remove_m8CDD8E6A5B18DAC6446C1D93BADEB0A804AC9C5E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mCC33404006DA28BC9202556B1D653706C914A146_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeKeyValueEnumerator_MoveNext_mB9B2B50D92E0CEA58D8C98D54115BFC91E17B48B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeKeyValueEnumerator_Reset_mD407B8AC28DADB9B4A16EEEAC17D8C929FF4A656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeKeyValueEnumerator_get_Current_mC558946649A91AC239AEE435D9D0AA021AD6B971_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mE81AE69E425015D650DB16850C8BA51D73E8320A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_Add_mF2EC1AE8051D89FD384B7D8B25E03E8A1817BC19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_Clear_mBC338E68811632FEA7E12E1C8CB896A9D17D9D74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_GetObjectData_m64EA42255566CF993C85C556897C5A73263AA5C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_OnDeserialization_mC430F0CA656131C627EE2F1920749DD36A745357_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_Remove_m32466C87EC2ED256642300B29B89101DD5227AA0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_set_Item_mA8C71C7FD9354ABDCB0DBFB1977459680BD748BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SortedList_2_GetEnumerator_mEBDD7E7CB3B6E778CC4E72CDA7C7EB56F1652D9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SortedList_2__ctor_mDA1437E983585A345ECCA3BA30FA83E1E30A4AB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SortedList_2_get_Comparer_mF1BE234C35853F104326A12870B69A81DF99FAB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SortedList_2_set_Item_m1460BC43D5156B3CEC5C4EDBF7C317C65F06EE94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IContainer_tA0D1065AEB21197BA9E1F139F6501B8ADCB66077_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t AddingNewEventArgs__ctor_m52D7705C7DAA295C5491981766AE423DC282A1FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AddingNewEventArgs__ctor_mC778622D608C31CD28F5F81788E0475F2F87C65B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute_Equals_m9A88AA2017CF42854704B57AA16C8C616EDB028F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_m15B2EFEA69A3F86ACE2D0110060EB63F4922638A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_m216896FC18767CF28CE66B37AE4CB1B9202CB7F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_m342E73202092CFC1CA817BE1B5C13B6AB3C7C387_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_m82762403269D162DBEF669722B5A021FF1A7FC79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_m97E244FE4182A2267CBDB42600403A01BA80B3AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_mB0A5C5970224CFC67124F6A32693459349C3858B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_mE3E0B2C6ED62E6CB1136833C9584DED01513953E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_mF4DA765961E00F6E74C1199789CA4757B0843C19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AmbientValueAttribute__ctor_mF95ABA63721D64D82CDC16B2613D7FF9AA90AA64_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ArrayConverter_ConvertTo_mAEA49FE8501D2CA2989D859B2721CECCD5D0291B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ArrayConverter_GetProperties_m6EA225499F1C9E760F12E922862ADBAACE8A7764_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ArrayPropertyDescriptor_GetValue_m948AE3BA780FA3874A2EAF5A15AEE90D78E80D47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ArrayPropertyDescriptor_SetValue_m1CBA7D089E8E9C71EBD881B539674C9EF14C40AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ArrayPropertyDescriptor__ctor_m7C51D4632C85E9663A9C39AC44E6E2CAA55F9269_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ArraySubsetEnumerator_get_Current_m09128B3111243A65657005FFCBB036CD3EF1C0FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mC030DA14DA50122BAB8A7BEBFE6507C42A15121E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncCompletedEventArgs__ctor_m6EE6868CBFD4D9AB4C0981CCAA9B5D6160B72CFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncCompletedEventArgs__ctor_mD64D20EE7FE25F4DC11F08465BADD6803074DAF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncOperationManager_get_SynchronizationContext_m6A33C59D1B37EFD29FD8AE97A6B51B466A3E7D35_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncOperation_CreateOperation_m7D5508CA38474644C74E1770AD4B6472B6D34E8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncOperation_OperationCompletedCore_m256C055EEFA0FAC5A4F3CFD9D9B3F8F4B489BEA8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncOperation_VerifyDelegateNotNull_mC59C6B7C5A67B9FB94F359AFA6BC6EAD9403B0B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncOperation_VerifyNotCompleted_m52B5FBFB04771187BBE028D29DFE6E4B05B3C536_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncOperation__ctor_m9275654D08BC495200C5C946C8D3DF1D8AE1752C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeCollection_FromExisting_mB163AB4BCB3E22E83E5238A92DE6F8411B6F37DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeCollection_GetDefaultAttribute_mE4E776D746426F6C8E4FB92754FBA9067F0D7A3F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeCollection__cctor_m53AA3C8B32DE173EF653258A5BA9BCA1E5C5FCA9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeCollection_get_Item_m2124C159EC9B2357A091B520AEEE0901A1F0D686_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeProviderAttribute__ctor_m25B3C5B33859E658537459EDAF3C2EC0BD16FCE8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeProviderAttribute__ctor_m39F07B179307D3DA19A699BA584F03886872AA04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AttributeProviderAttribute__ctor_mD3C64A8147DB37C8B578483373F40907FBF24F5C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_AsyncOperationCompleted_m8B547DD478020A565FF3D364DEA48B2CF2985CC0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_CancelAsync_mAB00895870A0654E4EF1FC7C904F14E478790A6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_OnDoWork_m107C1EC7CB88D9E375F6639F26F734E35197386C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_OnProgressChanged_mC5F948B6B11C85958EB604A51B8790697D411A67_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_OnRunWorkerCompleted_m1CEA69A4872DF3E607B989CABE3F6FF03CF57F6E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_ProgressReporter_m250A81DB6904125C034E7DBFD62DDF052BFC0E84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_ReportProgress_m0D307572D683DA5F5B92871AE98E3A4DF6D4D3BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_RunWorkerAsync_mD066DF2953B243500565B8FB8C06B418E836F9F8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_WorkerThreadStart_m78B5DEA44CDA8EC477C41F3D69326779894FBC19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker__cctor_mD33E62F4A2E7BBB70D034D86B764CF21F94BAA63_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker__ctor_mB3E698B7C8D09201724ED1FB2B00604BAF64E712_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_add_DoWork_mD7CD868B2853D57ADB2B2D7D1B0D0F2ED17279E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_add_ProgressChanged_m03B534205DB0B35498A47B9DC5615E3E8734A449_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_add_RunWorkerCompleted_m64EA698F8EC4DD97865F674A1866F638A0B07744_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_remove_DoWork_m6BA33C341CDF1D760DFE3A6A8CC9AE6B7707B1AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_remove_ProgressChanged_m3EBC701F20487423671335F0104DBF0C51DE7FED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BackgroundWorker_remove_RunWorkerCompleted_m9D0E237E1FCB0ACCA728A0C915D78D7CD533DA22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseNumberConverter_CanConvertFrom_mCAE77B4E99810F0C9B06FCB2F4F7036C733E3016_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseNumberConverter_ConvertFrom_mA629768C8117947BD168EACC84D02DBA1FCA51E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseNumberConverter_ConvertTo_m672375F1E58DB241E693E5F45A7FFD38C3070B6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseNumberConverter_FromStringError_mF63BDCFB96540E83A867B6F206D2C453B9BB0A42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BindableAttribute_Equals_m60236513AFA90B34B3C639608F031D2701035FEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BindableAttribute_IsDefaultAttribute_m955462456511F6919107AD4C2C8C36909B4642C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BindableAttribute__cctor_m75338D2A6D94DF529C3D2EE67B02DFE676F10555_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitVector32_CreateMask_mFE756231DB1A3377702CD31ED57BF6CBCB0487CD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitVector32_Equals_m658488AB2FE6B6D71F9574CD29A92FAB17026C5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitVector32_GetHashCode_m27DDA82E5461278F9ED05C032F604107E67C71C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitVector32_ToString_m5580D76C2D5C86F0AEC8538762BCE520F3EDC731_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BooleanConverter_CanConvertFrom_mD2CCC35D0029B29ED16C531E4389EE94F04AB955_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BooleanConverter_ConvertFrom_mAE7E5524CBFA2C3C060A5D7006E1F41BC8AD8426_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BooleanConverter_GetStandardValues_mF92B51FE0ED7E1F8D89B691824CF7AAEC799DDFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BooleanConverter__ctor_m8293C29BCB7B90516FFE978C6295C0378C1BFEE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BrowsableAttribute_Equals_mE405587EE66B0D70C2D59B27C01C65C96C391FBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BrowsableAttribute_IsDefaultAttribute_m71A749AC32DD9BCF4555DB7DE953E11C8A11651C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BrowsableAttribute__cctor_mE60A9058276719078B402CD5CA7E2D2FD831FE93_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteConverter_FromString_m0CAA015CF3C267450EF9F6EAD7D1AADF18B783C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteConverter_FromString_m382279DD8FDF6650EDFC5977445BD2737200BC87_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteConverter_FromString_m7A932F208E2E545D5F04E9A884468EA5A2DEA54F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteConverter_ToString_m605162970D456ECCCD143AE873B1A66B7B8A5372_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteConverter_get_TargetType_m21CE42EF4CCA5DB8100AC9DECF783C8A005B8B26_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CancelEventArgs__ctor_m165A1F727AACE153FBDAC9DEB1E7648F516FF54E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_Equals_m8720C9D3148DDC3EC15599CEFFA57BD5A5CAFFAC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_GetLocalizedString_m91B76A3FB0386E5E485E9F0D16391E5889F64201_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute__ctor_m1803E614119776D3FB71EC187ECFF81E8BA58C8E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Action_m899B22770F7D7B09B18AA9755B2A59E5F7D4C2CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Appearance_m442846A152CFB8196F6DF94686A54E195529A49A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Asynchronous_m4744B5339BDF5C3E587E36D22D172924D1780C8B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Behavior_mA9AE7F9749B3D5283CE8B230BA3C7B18DBCB0AD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Data_m8C6096F9366DC52FF647F27C8488CF293A129BB9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Default_m34A162AF89E9BF4C869B5C4235D33D02D9249121_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Design_mE52AC4B9F2D9B6F786FEE882C4DE911757313209_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_DragDrop_mAAF91AE00788D8478E10424D35023E0320AEDAC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Focus_mC4A71C23EE231BA729EFB07116A40D467F05789E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Format_m5B40D924FB784764CBEB4B9E209F8125B327599F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Key_mFE6077373722E42BEE7A41B22C2957AEEFCFDD2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Layout_m68F75ADC8F2F3889B756F66B83E9B0A3AE346359_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_Mouse_mA487CBF0038F816B38EE5D12E7F3925FFD13EC40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CategoryAttribute_get_WindowStyle_m17103D78C153A0162DBF9C40D1C8776DC02616AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CharConverter_CanConvertFrom_mACC1C53BA7A3678023FA71E57FF9537B9135329F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CharConverter_ConvertFrom_mEF1930149E499F9B6BB23BA076B05D409147D8ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CharConverter_ConvertTo_m0AE58CD85062AD115A508B40DFA8C03C2B4F5E30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CharConverter__ctor_m42C950C40D8A37114897889BE6FAAE8EDEE428E5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CollectionChangeEventArgs__ctor_mD3558C4355E8AD5C47311975640AD8749DFA96C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CollectionConverter_ConvertTo_m75D7A858FB6E5B535386F5DB31CE3B6C8B153837_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompModSwitches_get_CommonDesignerServices_mBD24D3AF6851780EAB5AA2DED58856DF85902411_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompModSwitches_get_EventLog_m2286ED0463A2FC057EA067BB274849C07A536272_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompatibleComparer_Equals_mBB2FF4E0B234C0A1854821B349899246FDD37E95_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComplexBindingPropertiesAttribute_Equals_m51834AC94389DD8428A64914A9D05CB1AE0AA5B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComplexBindingPropertiesAttribute__cctor_m5BCFA30E144454811ECFB87693D17CFE3D406662_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentCollection_get_Item_mBE34BDCA0C9FFE42717B4F8DF82837373A8189D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentCollection_get_Item_mE2B50B2203E85B0FFD12BA25AB74284D0E1BF85E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentConverter_GetProperties_m8C283D3EE69E185BD68E4A3570229F4B597C62F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentConverter__ctor_m49FB91A291AFCD94E41DD41B9B16A938A5FA5273_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentResourceManager_ApplyResources_m33E61B4E1C5E65BDE48968F0D2ED5050D4F82055_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentResourceManager_FillResources_m3CF34A8C3829ED996C2B5FB7DBB0704E2422A7D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentResourceManager__ctor_m587ECF7F2C87231E022EB221BD8C08F9B5AA7F3B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentResourceManager__ctor_m7C735947140BA1B9D4B4A2B80587DB0119419468_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ComponentResourceManager_get_NeutralResourcesCulture_mC238BD57FDFD42A95184069EFD6BA62EFFFF1C38_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_Dispose_m80D68BDF38465CD605E93ABFBEBA8F0C9BFFC03B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_Dispose_m823396D3128BA14DDC7522A760EEEEAC30518E98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_GetService_mE7073D944A8F916BA1C93E9E6E6C9920A2D933FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_ToString_m051D2542B10347587C9F258405623C6E482F4BB6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component__cctor_mC716FB6A30E5EFC523414AD3CE9B63B77F7535D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_add_Disposed_m04A7186AE6CEE6764B48302F0D7A47D8D0B4C274_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_get_Container_mC65EA33BC20F64C913EF5EB0979DA47C04C0530E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_get_DesignMode_m5C2604368D1EC3DD4D2669AAC15F6EC25DBCAF61_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Component_remove_Disposed_m5730135794900398F5490543A0A9E70251B14C4C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_Add_mB9DD92FDB72C70707F0E9F19B747345A08F6DF68_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_CreateSite_mB2C844032CC888CFF4868A5C3F8875D3A00B4263_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_Dispose_m5D329D52392588221C5B2050B3FCCCFD1A81DB31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_Dispose_m8E2E86E4455B9EE167759CEB790C1526495B4966_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_GetService_mC27DC293E0E9B344F2B7F861D5255191212F376E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_Remove_mCDEBA25F853AFD40FC74D6074E87F2DAB9241C6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_ValidateName_mD6A5D82CF9253F66966AB4CD11D6F2087BF6393E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container__ctor_mD7A10DE182D247D0A6035B14AE9D85884D3A5D89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_get_Components_m7491B801C95CE9F5C817E8F59EBD1DB06C4B1A9B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureComparer_Compare_m74AD5F7935B54AB74291A38893B50E0CC609DA29_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoConverter_CanConvertFrom_m85B0075150593AEA00319D8DABEC28929EC4C706_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoConverter_CanConvertTo_m0AAD1DACA5AA6A17F6EA0246D8B787D2240BFEC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoConverter_ConvertFrom_m49DB6CACA3C6739CD8C2ECA4CF1459D4420D609C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoConverter_ConvertTo_m2283E0757C117D8E1A62DF66D50C182FEFCF0A2E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoConverter_GetStandardValues_m9F08100099391767017F8BC0506F955DEC48F1D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoConverter__ctor_m7638B1C404D5C207B2FE06E6F53638A978CCC375_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoConverter_get_DefaultCultureString_m202C68B34215169C103318A3A1620995A186EB61_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoMapper_GetCultureInfoName_m794274715866D2D8F320CBD3A051B55B24824720_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CultureInfoMapper_InitializeCultureInfoMap_m1FF56C2C0CF698132D8D96126D41A92340C4F040_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetAttributes_mA2DFA9E08F4CBE42FF54C0EA9313ACACF22AF1E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetClassName_mB5EF564D1D0CD2675050CB4D58F9671904DD1BD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetComponentName_mA7413EA84F636BEDAF9C3CF8E23657819B4BB5D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetConverter_m326AC0250B0AECC9EE172FF9A6A112098EC7EB6C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetDefaultEvent_m076D38743B38382AAEF1C94CF1A8C95C06C2B225_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetDefaultProperty_m18FBD7AB187D5692B0A425428B72BF244304A945_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetEditor_m9089C72EFB971798074267AF8234637B2D7B4587_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetEvents_m35D1F7F7F1468B0A156A467A0BA8A4FA3D9F9FC9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetEvents_m861B72146FE7E6032AFE77BD4AB092257BF65758_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetProperties_m75853C1C9E6D90013A8AAEC85E5B2C68BFC42D57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetProperties_m9335548766C00E208B215333BF609541C4D88253_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CustomTypeDescriptor_GetPropertyOwner_mCD61E05ACE5B4F0679E5F835275EB6DE2B830C00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DataErrorsChangedEventArgs__ctor_m89A08871E1885918DD30A76B2567F2AA9308550D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DataObjectAttribute_Equals_m9BD85A16D616806157122FBEE7546C3BE459173D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DataObjectAttribute_IsDefaultAttribute_m6E38289374D87F5A04509CAA3A080B97556692F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DataObjectAttribute__cctor_m383A8212D12F5FE4C36BC11BE7D42FDEC373B5E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DataObjectFieldAttribute_Equals_m6550C0473A9EAE74B664BC925305169AED27A6F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DataObjectMethodAttribute_Equals_m8E8B69D687D535D66B1277C15440B032B4E32BD1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DataObjectMethodAttribute_Match_mB6377C2E80D3B6F4A0A0058F1CF09096235705AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeConverter_CanConvertFrom_m47FF2772D08D0692FD2DDF4436584F38422F5FA1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeConverter_CanConvertTo_mB2896928A5346D92A19E3E59A409760F203C111A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeConverter_ConvertFrom_m5F118F03495AD23C3694DD1F984B982A1B0F8D33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeConverter_ConvertTo_m9C4EFE6069A6BBEB95347CD4ABAE8EA9103CC516_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeConverter__ctor_m1B60FCB4F2053392F67CF6B8398AB82291CC2FD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeOffsetConverter_CanConvertFrom_m6BF8D7807897984E48493603A8277DA253A8F89E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeOffsetConverter_CanConvertTo_m120FADF935AE1CA2F6E6F33BC4847863FFE73902_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeOffsetConverter_ConvertFrom_m05F3D90885D1BB9CA3130E73607012C5FA3D1166_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeOffsetConverter_ConvertTo_m86A567B4C8D2ABFA7E9A4A163BEDFAC142DF9394_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DateTimeOffsetConverter__ctor_m02C7F636B4E4D3310EBAAF758A3BF576F27C0A78_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecimalConverter_CanConvertTo_m055F9F0239B7D7970F61F3D5B14B3C1991E82C49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecimalConverter_ConvertTo_m5B21E6AB73251329BE83E9A25C4E2DECD2AE82C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecimalConverter_FromString_m00911E3824B71042A46E46CF5F0270D5EBBE77AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecimalConverter_FromString_m3FF2CFCCA66D2D6EBEC5E10A48A9F450C7F37949_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecimalConverter_FromString_m7C29C3AB8AB31C0DF043B36C1D32578C5DC09D78_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecimalConverter_ToString_m9E32217983BD348797296512695A5341C30697AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecimalConverter_get_TargetType_m9D7F2BB39848B5F8A436A900487B55F6FCA94F20_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultBindingPropertyAttribute_Equals_mE990846E666322FBE1E70BAD2553DD8D4C67AC65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultBindingPropertyAttribute__cctor_mF9E310314E2E13A2845A06876C62ED425BDD372D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultEventAttribute_Equals_mF08E278698E07E1FB911C0F87598ED64F6C7F019_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultEventAttribute__cctor_m858BAA32435A47A90F28317DF95A20741AB0223B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultPropertyAttribute_Equals_m633F58C3EED00082CA450B40F0A968C23CDF8B76_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultPropertyAttribute__cctor_m6ADAF3FC47ABF97DC42C2201EC2F237176259FA6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute_Equals_m337FB64F797F188E4815CF051E5DAB44E6E555D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_m0664D4FEB21BF27DB0AF314DF1BD0C95DE942140_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_m39255B6251EA9398208BEF0C212C1D43F2FFBFAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_m636839694ACB26B57429C40DFA5829BF7E6F93A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_m6AA7BC40C82F3B4BA220F0533AF548E33D5D5D4A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_m6B014985B672C4E46729D612C0BC001BF23C5907_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_m7572A53E3D06C0DAAA2AC7C24E0A7F2647135867_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_m7EA7C8A4983EFBFF739AA421FAB37B5CC3E7CB63_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_mC6B015FD27A56479753AFAC3C0790C3C95454B43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute__ctor_mED7145C81147725625CD5B18E40C703EC770E2C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_Add_m8022C90B2CAE2484ED0D740734EA4E512D8B130D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_Contains_mF8C826101599A5F6EDB300954BD90FDEC4BCA6D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_GetEnumerator_m02B2FC70ED4C2E91818DC8EAA3F3602B0DE81437_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_Remove_mF87829C60C964F938DE42D453582712B726A2CD7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_System_Collections_IEnumerable_GetEnumerator_m4B6D49D2814E11C16C7005F84DFC58333BCBFAA0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HybridDictionary_set_Item_mFFC14A7F4B45807D97503616AF98160061F6B9D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_Contains_mA832E669186A7B91FF5819A535F8D394C963C508_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_Remove_m8CDD8E6A5B18DAC6446C1D93BADEB0A804AC9C5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_System_Collections_IEnumerable_GetEnumerator_mF0DF8988C2CA6D5D493A61C502F20DA7879FA8E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_get_Keys_m373CB050F926332B5B29A2E0A28708CE12D393F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_get_SyncRoot_m58A889327021D843C7EB9171BD6B0D1E482C8BD7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_get_Values_m57265648B196A12231439F5544E3CBDD6AD4ACB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_BaseGetAllKeys_m9812C7E099B81CB36A2D2B67C84D9A53AC8A3B05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_GetEnumerator_mAAFB01528169706D8E604D3EA8C9CE9EDAB9B3FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot_mDAD72AF014EA323F18F7E6C4DC71DEE13A1CE909_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase__cctor_mB31DAEC0EB0A04003468496FC87D42812F0A0691_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection_GetValues_mC60A341A340822C2CB825630A75A4F0A8C05D6BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection_Get_m300E47F531EE449FC72B6319D6AC7423AB9E991C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection_Get_mBB1620F0B7E68EA41CE34FACBF5429DC216817DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection__ctor_m5BB309F095815D835ED9E9BF73266383892215C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection__ctor_m778D8601E84C12D4EABEAA3A8B495FB92A953909_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeEnumerator_get_Current_m08DA3FD558CA771BD75B9C9A54FE681EDE668D25_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mCC33404006DA28BC9202556B1D653706C914A146_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeKeyValueCollection_System_Collections_IEnumerable_GetEnumerator_m338360EE5BF9F49F6AD2458E9C24D7617279B6CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeKeyValueEnumerator_MoveNext_mB9B2B50D92E0CEA58D8C98D54115BFC91E17B48B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeKeyValueEnumerator_Reset_mD407B8AC28DADB9B4A16EEEAC17D8C929FF4A656_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeKeyValueEnumerator_get_Current_mC558946649A91AC239AEE435D9D0AA021AD6B971_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionaryEnumerator_MoveNext_m93D8BD7C91EFCCBFDD85BED6FF9130E957652CD1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionaryEnumerator_Reset_m6FC4640DE96193B4BD596C9476DD56E034A9440B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionaryEnumerator_get_Current_m3D8DF89674C33D4DEA12463FEC53FCF1780ADE70_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionaryEnumerator_get_Entry_m378B3659B18D635E114695226BDA8094AFC46E06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionaryEnumerator_get_Key_m536FA8AF2BBBED8E47FBF8A3467596654984FF25_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionaryEnumerator_get_Value_m2199F649E120FDE587520D7DED478C7E0A764DDE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mE81AE69E425015D650DB16850C8BA51D73E8320A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionaryKeyValueCollection_System_Collections_IEnumerable_GetEnumerator_m0A5A85B1101591DE72343805CD5F1DE725DC0D04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_Add_mF2EC1AE8051D89FD384B7D8B25E03E8A1817BC19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_Clear_mBC338E68811632FEA7E12E1C8CB896A9D17D9D74_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_GetEnumerator_mDFBC515FDE9C8A8AE56064C0655C19C3D130EB26_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_GetObjectData_m64EA42255566CF993C85C556897C5A73263AA5C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_IndexOfKey_m9CC5C8BCA6AEAED5821C6A8235DB9C90140291D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_OnDeserialization_mC430F0CA656131C627EE2F1920749DD36A745357_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_Remove_m32466C87EC2ED256642300B29B89101DD5227AA0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_System_Collections_ICollection_get_SyncRoot_mFCD92778BDB71764F12583F9F27054EF6957CE42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_System_Collections_IEnumerable_GetEnumerator_m47B64CD9FF588025B1C067C150670B2EA363CB29_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_get_Keys_mDE4B67A8DFCD4426DCF60DF7F64DFE423B44D74E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_get_Values_mF389293625F26A739573D543FB5E21FEC6BDAE13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OrderedDictionary_set_Item_mA8C71C7FD9354ABDCB0DBFB1977459680BD748BB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SR_Format_m0F2CEC6937029AEC3360EE21DB1D6329D5BE8906_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SR_Format_mCE758E323017FDB5E39921BE8757AC78665C7504_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Site_GetService_mE75BA0C427D171ED40D8085E1C20321553D942F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringCollection_System_Collections_IList_Add_m31EA60F5452738475A79F562CC741336D2C9A2CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringCollection_System_Collections_IList_Contains_mF385154C4DDD61DDFE3D9273598E212977DDDDF8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringCollection_System_Collections_IList_IndexOf_mDE4B1B0D406BCE5065474EF50EED32663E996177_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringCollection_System_Collections_IList_Insert_m97C6AF183F6E33425F90A6746B1B9BCA2EC18DB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringCollection_System_Collections_IList_Remove_m81D305F7785DD4D4BCDBD5439004D122E26A6A36_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringCollection_System_Collections_IList_set_Item_m84FFCB0C0EDF382722E6D86EA441056197E742BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFCSystem1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9System1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDBSystem1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsConversions_GetMaxProtocol_m8991E0B43664085F8E1BD9095CA4114A3A46DCFA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsConversions_GetMinProtocol_mAE3AC38A5F0C6CBEFDC7265E49536E0F6EEAEEC1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsConversions_VerifyResultToAlertDescription_m1C318DCEFF9F42E73FF8DAB347BA7B9E4E7EFF7E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsProvider_CreateSslStreamInternal_mA8AD037F184BD564ACD9945D6EA3961971030F7E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsProvider_ValidateCertificate_mB131CB7451246C50BC4F3612C768E09C1DF59AAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsProvider_get_ID_m69F15693799E92CF740F1632C811ABBDD9501CE3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsProvider_get_Name_mD97B0783E337EF392796C2B54B2893132AE3CE6E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsStream_CreateContext_m0626DFB8390DAFD3CDDF43BF033F6BBE6260E1C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F_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 AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A;
struct IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16;
struct ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8;
struct PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
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
// Mono.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 : public RuntimeObject
{
public:
public:
};
// Mono.Unity.UnityTlsConversions
struct UnityTlsConversions_t46A0D2F58860BE3A6D8ACA6B2B1D3A579B2F8F71 : public RuntimeObject
{
public:
public:
};
// SR
struct SR_tF6C259D0ADF333DE679CC02B526A504888CDD8AC : public RuntimeObject
{
public:
public:
};
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.CaseInsensitiveComparer
struct CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE : public RuntimeObject
{
public:
// System.Globalization.CompareInfo System.Collections.CaseInsensitiveComparer::m_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_0;
public:
inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast<int32_t>(offsetof(CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE, ___m_compareInfo_0)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_0() const { return ___m_compareInfo_0; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; }
inline void set_m_compareInfo_0(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___m_compareInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_0), (void*)value);
}
};
// System.Collections.CaseInsensitiveHashCodeProvider
struct CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 : public RuntimeObject
{
public:
// System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___m_text_0;
public:
inline static int32_t get_offset_of_m_text_0() { return static_cast<int32_t>(offsetof(CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34, ___m_text_0)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_m_text_0() const { return ___m_text_0; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_m_text_0() { return &___m_text_0; }
inline void set_m_text_0(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___m_text_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_text_0), (void*)value);
}
};
// System.Collections.CollectionBase
struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.CollectionBase::list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list_0;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01, ___list_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_list_0() const { return ___list_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : 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_t034347107F1D23C91DE1D712EA637D904789415C* ___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_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____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.SortedList`2<System.Object,System.Object>
struct SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44 : public RuntimeObject
{
public:
// TKey[] System.Collections.Generic.SortedList`2::keys
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___keys_0;
// TValue[] System.Collections.Generic.SortedList`2::values
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values_1;
// System.Int32 System.Collections.Generic.SortedList`2::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.SortedList`2::version
int32_t ___version_3;
// System.Collections.Generic.IComparer`1<TKey> System.Collections.Generic.SortedList`2::comparer
RuntimeObject* ___comparer_4;
// System.Collections.Generic.SortedList`2_KeyList<TKey,TValue> System.Collections.Generic.SortedList`2::keyList
KeyList_t8539540D101DF4A5D16FA09DA8A2991568388C5E * ___keyList_5;
// System.Collections.Generic.SortedList`2_ValueList<TKey,TValue> System.Collections.Generic.SortedList`2::valueList
ValueList_tDE7D3593DF5AF63BBCB55F6F516D89A292115D4E * ___valueList_6;
// System.Object System.Collections.Generic.SortedList`2::_syncRoot
RuntimeObject * ____syncRoot_7;
public:
inline static int32_t get_offset_of_keys_0() { return static_cast<int32_t>(offsetof(SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44, ___keys_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_keys_0() const { return ___keys_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_keys_0() { return &___keys_0; }
inline void set_keys_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___keys_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value);
}
inline static int32_t get_offset_of_values_1() { return static_cast<int32_t>(offsetof(SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44, ___values_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_values_1() const { return ___values_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_values_1() { return &___values_1; }
inline void set_values_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___values_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44, ____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(SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44, ___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_comparer_4() { return static_cast<int32_t>(offsetof(SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44, ___comparer_4)); }
inline RuntimeObject* get_comparer_4() const { return ___comparer_4; }
inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; }
inline void set_comparer_4(RuntimeObject* value)
{
___comparer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value);
}
inline static int32_t get_offset_of_keyList_5() { return static_cast<int32_t>(offsetof(SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44, ___keyList_5)); }
inline KeyList_t8539540D101DF4A5D16FA09DA8A2991568388C5E * get_keyList_5() const { return ___keyList_5; }
inline KeyList_t8539540D101DF4A5D16FA09DA8A2991568388C5E ** get_address_of_keyList_5() { return &___keyList_5; }
inline void set_keyList_5(KeyList_t8539540D101DF4A5D16FA09DA8A2991568388C5E * value)
{
___keyList_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value);
}
inline static int32_t get_offset_of_valueList_6() { return static_cast<int32_t>(offsetof(SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44, ___valueList_6)); }
inline ValueList_tDE7D3593DF5AF63BBCB55F6F516D89A292115D4E * get_valueList_6() const { return ___valueList_6; }
inline ValueList_tDE7D3593DF5AF63BBCB55F6F516D89A292115D4E ** get_address_of_valueList_6() { return &___valueList_6; }
inline void set_valueList_6(ValueList_tDE7D3593DF5AF63BBCB55F6F516D89A292115D4E * value)
{
___valueList_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_7() { return static_cast<int32_t>(offsetof(SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44, ____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);
}
};
// System.Collections.Generic.SortedList`2<System.String,System.Object>
struct SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 : public RuntimeObject
{
public:
// TKey[] System.Collections.Generic.SortedList`2::keys
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___keys_0;
// TValue[] System.Collections.Generic.SortedList`2::values
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values_1;
// System.Int32 System.Collections.Generic.SortedList`2::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.SortedList`2::version
int32_t ___version_3;
// System.Collections.Generic.IComparer`1<TKey> System.Collections.Generic.SortedList`2::comparer
RuntimeObject* ___comparer_4;
// System.Collections.Generic.SortedList`2_KeyList<TKey,TValue> System.Collections.Generic.SortedList`2::keyList
KeyList_t1E73D64E8636FDE434318171C923D5C100EB7286 * ___keyList_5;
// System.Collections.Generic.SortedList`2_ValueList<TKey,TValue> System.Collections.Generic.SortedList`2::valueList
ValueList_tD030C4D73A62638721A13650E5C11C687707730A * ___valueList_6;
// System.Object System.Collections.Generic.SortedList`2::_syncRoot
RuntimeObject * ____syncRoot_7;
public:
inline static int32_t get_offset_of_keys_0() { return static_cast<int32_t>(offsetof(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128, ___keys_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_keys_0() const { return ___keys_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_keys_0() { return &___keys_0; }
inline void set_keys_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___keys_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value);
}
inline static int32_t get_offset_of_values_1() { return static_cast<int32_t>(offsetof(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128, ___values_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_values_1() const { return ___values_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_values_1() { return &___values_1; }
inline void set_values_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___values_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128, ____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(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128, ___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_comparer_4() { return static_cast<int32_t>(offsetof(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128, ___comparer_4)); }
inline RuntimeObject* get_comparer_4() const { return ___comparer_4; }
inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; }
inline void set_comparer_4(RuntimeObject* value)
{
___comparer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value);
}
inline static int32_t get_offset_of_keyList_5() { return static_cast<int32_t>(offsetof(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128, ___keyList_5)); }
inline KeyList_t1E73D64E8636FDE434318171C923D5C100EB7286 * get_keyList_5() const { return ___keyList_5; }
inline KeyList_t1E73D64E8636FDE434318171C923D5C100EB7286 ** get_address_of_keyList_5() { return &___keyList_5; }
inline void set_keyList_5(KeyList_t1E73D64E8636FDE434318171C923D5C100EB7286 * value)
{
___keyList_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value);
}
inline static int32_t get_offset_of_valueList_6() { return static_cast<int32_t>(offsetof(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128, ___valueList_6)); }
inline ValueList_tD030C4D73A62638721A13650E5C11C687707730A * get_valueList_6() const { return ___valueList_6; }
inline ValueList_tD030C4D73A62638721A13650E5C11C687707730A ** get_address_of_valueList_6() { return &___valueList_6; }
inline void set_valueList_6(ValueList_tD030C4D73A62638721A13650E5C11C687707730A * value)
{
___valueList_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_7() { return static_cast<int32_t>(offsetof(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128, ____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);
}
};
// System.Collections.ReadOnlyCollectionBase
struct ReadOnlyCollectionBase_tFD695167917CE6DF4FA18A906FA530880B9B8772 : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list_0;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(ReadOnlyCollectionBase_tFD695167917CE6DF4FA18A906FA530880B9B8772, ___list_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_list_0() const { return ___list_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
};
// System.Collections.Specialized.CompatibleComparer
struct CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF : public RuntimeObject
{
public:
// System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::_comparer
RuntimeObject* ____comparer_0;
// System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::_hcp
RuntimeObject* ____hcp_2;
public:
inline static int32_t get_offset_of__comparer_0() { return static_cast<int32_t>(offsetof(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF, ____comparer_0)); }
inline RuntimeObject* get__comparer_0() const { return ____comparer_0; }
inline RuntimeObject** get_address_of__comparer_0() { return &____comparer_0; }
inline void set__comparer_0(RuntimeObject* value)
{
____comparer_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____comparer_0), (void*)value);
}
inline static int32_t get_offset_of__hcp_2() { return static_cast<int32_t>(offsetof(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF, ____hcp_2)); }
inline RuntimeObject* get__hcp_2() const { return ____hcp_2; }
inline RuntimeObject** get_address_of__hcp_2() { return &____hcp_2; }
inline void set__hcp_2(RuntimeObject* value)
{
____hcp_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____hcp_2), (void*)value);
}
};
struct CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields
{
public:
// System.Collections.IComparer modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultComparer
RuntimeObject* ___defaultComparer_1;
// System.Collections.IHashCodeProvider modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultHashProvider
RuntimeObject* ___defaultHashProvider_3;
public:
inline static int32_t get_offset_of_defaultComparer_1() { return static_cast<int32_t>(offsetof(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields, ___defaultComparer_1)); }
inline RuntimeObject* get_defaultComparer_1() const { return ___defaultComparer_1; }
inline RuntimeObject** get_address_of_defaultComparer_1() { return &___defaultComparer_1; }
inline void set_defaultComparer_1(RuntimeObject* value)
{
___defaultComparer_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_1), (void*)value);
}
inline static int32_t get_offset_of_defaultHashProvider_3() { return static_cast<int32_t>(offsetof(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields, ___defaultHashProvider_3)); }
inline RuntimeObject* get_defaultHashProvider_3() const { return ___defaultHashProvider_3; }
inline RuntimeObject** get_address_of_defaultHashProvider_3() { return &___defaultHashProvider_3; }
inline void set_defaultHashProvider_3(RuntimeObject* value)
{
___defaultHashProvider_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultHashProvider_3), (void*)value);
}
};
// System.Collections.Specialized.HybridDictionary
struct HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 : public RuntimeObject
{
public:
// System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list_0;
// System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hashtable_1;
// System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive
bool ___caseInsensitive_2;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___list_0)); }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * get_list_0() const { return ___list_0; }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_hashtable_1() { return static_cast<int32_t>(offsetof(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___hashtable_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_hashtable_1() const { return ___hashtable_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_hashtable_1() { return &___hashtable_1; }
inline void set_hashtable_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___hashtable_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hashtable_1), (void*)value);
}
inline static int32_t get_offset_of_caseInsensitive_2() { return static_cast<int32_t>(offsetof(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___caseInsensitive_2)); }
inline bool get_caseInsensitive_2() const { return ___caseInsensitive_2; }
inline bool* get_address_of_caseInsensitive_2() { return &___caseInsensitive_2; }
inline void set_caseInsensitive_2(bool value)
{
___caseInsensitive_2 = value;
}
};
// System.Collections.Specialized.ListDictionary
struct ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D : public RuntimeObject
{
public:
// System.Collections.Specialized.ListDictionary_DictionaryNode System.Collections.Specialized.ListDictionary::head
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * ___head_0;
// System.Int32 System.Collections.Specialized.ListDictionary::version
int32_t ___version_1;
// System.Int32 System.Collections.Specialized.ListDictionary::count
int32_t ___count_2;
// System.Collections.IComparer System.Collections.Specialized.ListDictionary::comparer
RuntimeObject* ___comparer_3;
// System.Object System.Collections.Specialized.ListDictionary::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of_head_0() { return static_cast<int32_t>(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ___head_0)); }
inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * get_head_0() const { return ___head_0; }
inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E ** get_address_of_head_0() { return &___head_0; }
inline void set_head_0(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * value)
{
___head_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ___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_comparer_3() { return static_cast<int32_t>(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ___comparer_3)); }
inline RuntimeObject* get_comparer_3() const { return ___comparer_3; }
inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; }
inline void set_comparer_3(RuntimeObject* value)
{
___comparer_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ____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);
}
};
// System.Collections.Specialized.ListDictionary_DictionaryNode
struct DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E : public RuntimeObject
{
public:
// System.Object System.Collections.Specialized.ListDictionary_DictionaryNode::key
RuntimeObject * ___key_0;
// System.Object System.Collections.Specialized.ListDictionary_DictionaryNode::value
RuntimeObject * ___value_1;
// System.Collections.Specialized.ListDictionary_DictionaryNode System.Collections.Specialized.ListDictionary_DictionaryNode::next
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * ___next_2;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
inline static int32_t get_offset_of_next_2() { return static_cast<int32_t>(offsetof(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E, ___next_2)); }
inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * get_next_2() const { return ___next_2; }
inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E ** get_address_of_next_2() { return &___next_2; }
inline void set_next_2(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * value)
{
___next_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___next_2), (void*)value);
}
};
// System.Collections.Specialized.ListDictionary_NodeEnumerator
struct NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 : public RuntimeObject
{
public:
// System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary_NodeEnumerator::list
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list_0;
// System.Collections.Specialized.ListDictionary_DictionaryNode System.Collections.Specialized.ListDictionary_NodeEnumerator::current
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * ___current_1;
// System.Int32 System.Collections.Specialized.ListDictionary_NodeEnumerator::version
int32_t ___version_2;
// System.Boolean System.Collections.Specialized.ListDictionary_NodeEnumerator::start
bool ___start_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58, ___list_0)); }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * get_list_0() const { return ___list_0; }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_current_1() { return static_cast<int32_t>(offsetof(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58, ___current_1)); }
inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * get_current_1() const { return ___current_1; }
inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E ** get_address_of_current_1() { return &___current_1; }
inline void set_current_1(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * value)
{
___current_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_1), (void*)value);
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58, ___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_start_3() { return static_cast<int32_t>(offsetof(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58, ___start_3)); }
inline bool get_start_3() const { return ___start_3; }
inline bool* get_address_of_start_3() { return &___start_3; }
inline void set_start_3(bool value)
{
___start_3 = value;
}
};
// System.Collections.Specialized.ListDictionary_NodeKeyValueCollection
struct NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 : public RuntimeObject
{
public:
// System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary_NodeKeyValueCollection::list
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list_0;
// System.Boolean System.Collections.Specialized.ListDictionary_NodeKeyValueCollection::isKeys
bool ___isKeys_1;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47, ___list_0)); }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * get_list_0() const { return ___list_0; }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_isKeys_1() { return static_cast<int32_t>(offsetof(NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47, ___isKeys_1)); }
inline bool get_isKeys_1() const { return ___isKeys_1; }
inline bool* get_address_of_isKeys_1() { return &___isKeys_1; }
inline void set_isKeys_1(bool value)
{
___isKeys_1 = value;
}
};
// System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator
struct NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B : public RuntimeObject
{
public:
// System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::list
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list_0;
// System.Collections.Specialized.ListDictionary_DictionaryNode System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::current
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * ___current_1;
// System.Int32 System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::version
int32_t ___version_2;
// System.Boolean System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::isKeys
bool ___isKeys_3;
// System.Boolean System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::start
bool ___start_4;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B, ___list_0)); }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * get_list_0() const { return ___list_0; }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_current_1() { return static_cast<int32_t>(offsetof(NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B, ___current_1)); }
inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * get_current_1() const { return ___current_1; }
inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E ** get_address_of_current_1() { return &___current_1; }
inline void set_current_1(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * value)
{
___current_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_1), (void*)value);
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B, ___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_isKeys_3() { return static_cast<int32_t>(offsetof(NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B, ___isKeys_3)); }
inline bool get_isKeys_3() const { return ___isKeys_3; }
inline bool* get_address_of_isKeys_3() { return &___isKeys_3; }
inline void set_isKeys_3(bool value)
{
___isKeys_3 = value;
}
inline static int32_t get_offset_of_start_4() { return static_cast<int32_t>(offsetof(NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B, ___start_4)); }
inline bool get_start_4() const { return ___start_4; }
inline bool* get_address_of_start_4() { return &___start_4; }
inline void set_start_4(bool value)
{
___start_4 = 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.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry
struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 : public RuntimeObject
{
public:
// System.String System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry::Key
String_t* ___Key_0;
// System.Object System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry::Value
RuntimeObject * ___Value_1;
public:
inline static int32_t get_offset_of_Key_0() { return static_cast<int32_t>(offsetof(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54, ___Key_0)); }
inline String_t* get_Key_0() const { return ___Key_0; }
inline String_t** get_address_of_Key_0() { return &___Key_0; }
inline void set_Key_0(String_t* value)
{
___Key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Key_0), (void*)value);
}
inline static int32_t get_offset_of_Value_1() { return static_cast<int32_t>(offsetof(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54, ___Value_1)); }
inline RuntimeObject * get_Value_1() const { return ___Value_1; }
inline RuntimeObject ** get_address_of_Value_1() { return &___Value_1; }
inline void set_Value_1(RuntimeObject * value)
{
___Value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_1), (void*)value);
}
};
// System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator
struct NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 : public RuntimeObject
{
public:
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_pos
int32_t ____pos_0;
// System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_coll
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * ____coll_1;
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_version
int32_t ____version_2;
public:
inline static int32_t get_offset_of__pos_0() { return static_cast<int32_t>(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____pos_0)); }
inline int32_t get__pos_0() const { return ____pos_0; }
inline int32_t* get_address_of__pos_0() { return &____pos_0; }
inline void set__pos_0(int32_t value)
{
____pos_0 = value;
}
inline static int32_t get_offset_of__coll_1() { return static_cast<int32_t>(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____coll_1)); }
inline NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * get__coll_1() const { return ____coll_1; }
inline NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D ** get_address_of__coll_1() { return &____coll_1; }
inline void set__coll_1(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * value)
{
____coll_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____coll_1), (void*)value);
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____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;
}
};
// System.Collections.Specialized.OrderedDictionary
struct OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::_objectsArray
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____objectsArray_0;
// System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::_objectsTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____objectsTable_1;
// System.Int32 System.Collections.Specialized.OrderedDictionary::_initialCapacity
int32_t ____initialCapacity_2;
// System.Collections.IEqualityComparer System.Collections.Specialized.OrderedDictionary::_comparer
RuntimeObject* ____comparer_3;
// System.Boolean System.Collections.Specialized.OrderedDictionary::_readOnly
bool ____readOnly_4;
// System.Object System.Collections.Specialized.OrderedDictionary::_syncRoot
RuntimeObject * ____syncRoot_5;
// System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.OrderedDictionary::_siInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____siInfo_6;
public:
inline static int32_t get_offset_of__objectsArray_0() { return static_cast<int32_t>(offsetof(OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D, ____objectsArray_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__objectsArray_0() const { return ____objectsArray_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__objectsArray_0() { return &____objectsArray_0; }
inline void set__objectsArray_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____objectsArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____objectsArray_0), (void*)value);
}
inline static int32_t get_offset_of__objectsTable_1() { return static_cast<int32_t>(offsetof(OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D, ____objectsTable_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__objectsTable_1() const { return ____objectsTable_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__objectsTable_1() { return &____objectsTable_1; }
inline void set__objectsTable_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____objectsTable_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____objectsTable_1), (void*)value);
}
inline static int32_t get_offset_of__initialCapacity_2() { return static_cast<int32_t>(offsetof(OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D, ____initialCapacity_2)); }
inline int32_t get__initialCapacity_2() const { return ____initialCapacity_2; }
inline int32_t* get_address_of__initialCapacity_2() { return &____initialCapacity_2; }
inline void set__initialCapacity_2(int32_t value)
{
____initialCapacity_2 = value;
}
inline static int32_t get_offset_of__comparer_3() { return static_cast<int32_t>(offsetof(OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D, ____comparer_3)); }
inline RuntimeObject* get__comparer_3() const { return ____comparer_3; }
inline RuntimeObject** get_address_of__comparer_3() { return &____comparer_3; }
inline void set__comparer_3(RuntimeObject* value)
{
____comparer_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____comparer_3), (void*)value);
}
inline static int32_t get_offset_of__readOnly_4() { return static_cast<int32_t>(offsetof(OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D, ____readOnly_4)); }
inline bool get__readOnly_4() const { return ____readOnly_4; }
inline bool* get_address_of__readOnly_4() { return &____readOnly_4; }
inline void set__readOnly_4(bool value)
{
____readOnly_4 = value;
}
inline static int32_t get_offset_of__syncRoot_5() { return static_cast<int32_t>(offsetof(OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D, ____syncRoot_5)); }
inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; }
inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; }
inline void set__syncRoot_5(RuntimeObject * value)
{
____syncRoot_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value);
}
inline static int32_t get_offset_of__siInfo_6() { return static_cast<int32_t>(offsetof(OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D, ____siInfo_6)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__siInfo_6() const { return ____siInfo_6; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__siInfo_6() { return &____siInfo_6; }
inline void set__siInfo_6(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
____siInfo_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____siInfo_6), (void*)value);
}
};
// System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator
struct OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 : public RuntimeObject
{
public:
// System.Int32 System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::_objectReturnType
int32_t ____objectReturnType_0;
// System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::arrayEnumerator
RuntimeObject* ___arrayEnumerator_1;
public:
inline static int32_t get_offset_of__objectReturnType_0() { return static_cast<int32_t>(offsetof(OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648, ____objectReturnType_0)); }
inline int32_t get__objectReturnType_0() const { return ____objectReturnType_0; }
inline int32_t* get_address_of__objectReturnType_0() { return &____objectReturnType_0; }
inline void set__objectReturnType_0(int32_t value)
{
____objectReturnType_0 = value;
}
inline static int32_t get_offset_of_arrayEnumerator_1() { return static_cast<int32_t>(offsetof(OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648, ___arrayEnumerator_1)); }
inline RuntimeObject* get_arrayEnumerator_1() const { return ___arrayEnumerator_1; }
inline RuntimeObject** get_address_of_arrayEnumerator_1() { return &___arrayEnumerator_1; }
inline void set_arrayEnumerator_1(RuntimeObject* value)
{
___arrayEnumerator_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___arrayEnumerator_1), (void*)value);
}
};
// System.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection
struct OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection::_objects
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____objects_0;
// System.Boolean System.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection::isKeys
bool ___isKeys_1;
public:
inline static int32_t get_offset_of__objects_0() { return static_cast<int32_t>(offsetof(OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84, ____objects_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__objects_0() const { return ____objects_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__objects_0() { return &____objects_0; }
inline void set__objects_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____objects_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____objects_0), (void*)value);
}
inline static int32_t get_offset_of_isKeys_1() { return static_cast<int32_t>(offsetof(OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84, ___isKeys_1)); }
inline bool get_isKeys_1() const { return ___isKeys_1; }
inline bool* get_address_of_isKeys_1() { return &___isKeys_1; }
inline void set_isKeys_1(bool value)
{
___isKeys_1 = value;
}
};
// System.Collections.Specialized.StringCollection
struct StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.Specialized.StringCollection::data
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___data_0;
public:
inline static int32_t get_offset_of_data_0() { return static_cast<int32_t>(offsetof(StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB, ___data_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_data_0() const { return ___data_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_data_0() { return &___data_0; }
inline void set_data_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___data_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value);
}
};
// System.ComponentModel.ArraySubsetEnumerator
struct ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA : public RuntimeObject
{
public:
// System.Array System.ComponentModel.ArraySubsetEnumerator::array
RuntimeArray * ___array_0;
// System.Int32 System.ComponentModel.ArraySubsetEnumerator::total
int32_t ___total_1;
// System.Int32 System.ComponentModel.ArraySubsetEnumerator::current
int32_t ___current_2;
public:
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA, ___array_0)); }
inline RuntimeArray * get_array_0() const { return ___array_0; }
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
inline void set_array_0(RuntimeArray * value)
{
___array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
}
inline static int32_t get_offset_of_total_1() { return static_cast<int32_t>(offsetof(ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA, ___total_1)); }
inline int32_t get_total_1() const { return ___total_1; }
inline int32_t* get_address_of_total_1() { return &___total_1; }
inline void set_total_1(int32_t value)
{
___total_1 = value;
}
inline static int32_t get_offset_of_current_2() { return static_cast<int32_t>(offsetof(ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA, ___current_2)); }
inline int32_t get_current_2() const { return ___current_2; }
inline int32_t* get_address_of_current_2() { return &___current_2; }
inline void set_current_2(int32_t value)
{
___current_2 = value;
}
};
// System.ComponentModel.AsyncOperation
struct AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 : public RuntimeObject
{
public:
// System.Threading.SynchronizationContext System.ComponentModel.AsyncOperation::syncContext
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___syncContext_0;
// System.Object System.ComponentModel.AsyncOperation::userSuppliedState
RuntimeObject * ___userSuppliedState_1;
// System.Boolean System.ComponentModel.AsyncOperation::alreadyCompleted
bool ___alreadyCompleted_2;
public:
inline static int32_t get_offset_of_syncContext_0() { return static_cast<int32_t>(offsetof(AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748, ___syncContext_0)); }
inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get_syncContext_0() const { return ___syncContext_0; }
inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of_syncContext_0() { return &___syncContext_0; }
inline void set_syncContext_0(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value)
{
___syncContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___syncContext_0), (void*)value);
}
inline static int32_t get_offset_of_userSuppliedState_1() { return static_cast<int32_t>(offsetof(AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748, ___userSuppliedState_1)); }
inline RuntimeObject * get_userSuppliedState_1() const { return ___userSuppliedState_1; }
inline RuntimeObject ** get_address_of_userSuppliedState_1() { return &___userSuppliedState_1; }
inline void set_userSuppliedState_1(RuntimeObject * value)
{
___userSuppliedState_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___userSuppliedState_1), (void*)value);
}
inline static int32_t get_offset_of_alreadyCompleted_2() { return static_cast<int32_t>(offsetof(AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748, ___alreadyCompleted_2)); }
inline bool get_alreadyCompleted_2() const { return ___alreadyCompleted_2; }
inline bool* get_address_of_alreadyCompleted_2() { return &___alreadyCompleted_2; }
inline void set_alreadyCompleted_2(bool value)
{
___alreadyCompleted_2 = value;
}
};
// System.ComponentModel.AsyncOperationManager
struct AsyncOperationManager_t000ED3690BB5C16399184208344B865AF5E7CE7A : public RuntimeObject
{
public:
public:
};
// 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.CompModSwitches
struct CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D : public RuntimeObject
{
public:
public:
};
struct CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields
{
public:
// System.Diagnostics.BooleanSwitch modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CompModSwitches::commonDesignerServices
BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 * ___commonDesignerServices_0;
// System.Diagnostics.TraceSwitch modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CompModSwitches::eventLog
TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 * ___eventLog_1;
public:
inline static int32_t get_offset_of_commonDesignerServices_0() { return static_cast<int32_t>(offsetof(CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields, ___commonDesignerServices_0)); }
inline BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 * get_commonDesignerServices_0() const { return ___commonDesignerServices_0; }
inline BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 ** get_address_of_commonDesignerServices_0() { return &___commonDesignerServices_0; }
inline void set_commonDesignerServices_0(BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 * value)
{
___commonDesignerServices_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___commonDesignerServices_0), (void*)value);
}
inline static int32_t get_offset_of_eventLog_1() { return static_cast<int32_t>(offsetof(CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields, ___eventLog_1)); }
inline TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 * get_eventLog_1() const { return ___eventLog_1; }
inline TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 ** get_address_of_eventLog_1() { return &___eventLog_1; }
inline void set_eventLog_1(TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 * value)
{
___eventLog_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___eventLog_1), (void*)value);
}
};
// System.ComponentModel.ComponentEditor
struct ComponentEditor_t10B6B1D4888C4D6AA6D11C071EE7536EEA69FD2B : public RuntimeObject
{
public:
public:
};
// System.ComponentModel.Container
struct Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 : public RuntimeObject
{
public:
// System.ComponentModel.ISite[] System.ComponentModel.Container::sites
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* ___sites_0;
// System.Int32 System.ComponentModel.Container::siteCount
int32_t ___siteCount_1;
// System.ComponentModel.ComponentCollection System.ComponentModel.Container::components
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * ___components_2;
// System.ComponentModel.ContainerFilterService System.ComponentModel.Container::filter
ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 * ___filter_3;
// System.Boolean System.ComponentModel.Container::checkedFilter
bool ___checkedFilter_4;
// System.Object System.ComponentModel.Container::syncObj
RuntimeObject * ___syncObj_5;
public:
inline static int32_t get_offset_of_sites_0() { return static_cast<int32_t>(offsetof(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1, ___sites_0)); }
inline ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* get_sites_0() const { return ___sites_0; }
inline ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8** get_address_of_sites_0() { return &___sites_0; }
inline void set_sites_0(ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* value)
{
___sites_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sites_0), (void*)value);
}
inline static int32_t get_offset_of_siteCount_1() { return static_cast<int32_t>(offsetof(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1, ___siteCount_1)); }
inline int32_t get_siteCount_1() const { return ___siteCount_1; }
inline int32_t* get_address_of_siteCount_1() { return &___siteCount_1; }
inline void set_siteCount_1(int32_t value)
{
___siteCount_1 = value;
}
inline static int32_t get_offset_of_components_2() { return static_cast<int32_t>(offsetof(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1, ___components_2)); }
inline ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * get_components_2() const { return ___components_2; }
inline ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 ** get_address_of_components_2() { return &___components_2; }
inline void set_components_2(ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * value)
{
___components_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___components_2), (void*)value);
}
inline static int32_t get_offset_of_filter_3() { return static_cast<int32_t>(offsetof(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1, ___filter_3)); }
inline ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 * get_filter_3() const { return ___filter_3; }
inline ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 ** get_address_of_filter_3() { return &___filter_3; }
inline void set_filter_3(ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 * value)
{
___filter_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___filter_3), (void*)value);
}
inline static int32_t get_offset_of_checkedFilter_4() { return static_cast<int32_t>(offsetof(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1, ___checkedFilter_4)); }
inline bool get_checkedFilter_4() const { return ___checkedFilter_4; }
inline bool* get_address_of_checkedFilter_4() { return &___checkedFilter_4; }
inline void set_checkedFilter_4(bool value)
{
___checkedFilter_4 = value;
}
inline static int32_t get_offset_of_syncObj_5() { return static_cast<int32_t>(offsetof(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1, ___syncObj_5)); }
inline RuntimeObject * get_syncObj_5() const { return ___syncObj_5; }
inline RuntimeObject ** get_address_of_syncObj_5() { return &___syncObj_5; }
inline void set_syncObj_5(RuntimeObject * value)
{
___syncObj_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___syncObj_5), (void*)value);
}
};
// System.ComponentModel.Container_Site
struct Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B : public RuntimeObject
{
public:
// System.ComponentModel.IComponent System.ComponentModel.Container_Site::component
RuntimeObject* ___component_0;
// System.ComponentModel.Container System.ComponentModel.Container_Site::container
Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * ___container_1;
// System.String System.ComponentModel.Container_Site::name
String_t* ___name_2;
public:
inline static int32_t get_offset_of_component_0() { return static_cast<int32_t>(offsetof(Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B, ___component_0)); }
inline RuntimeObject* get_component_0() const { return ___component_0; }
inline RuntimeObject** get_address_of_component_0() { return &___component_0; }
inline void set_component_0(RuntimeObject* value)
{
___component_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___component_0), (void*)value);
}
inline static int32_t get_offset_of_container_1() { return static_cast<int32_t>(offsetof(Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B, ___container_1)); }
inline Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * get_container_1() const { return ___container_1; }
inline Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 ** get_address_of_container_1() { return &___container_1; }
inline void set_container_1(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * value)
{
___container_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___container_1), (void*)value);
}
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
};
// System.ComponentModel.ContainerFilterService
struct ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 : public RuntimeObject
{
public:
public:
};
// System.ComponentModel.CultureInfoConverter_CultureComparer
struct CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E : public RuntimeObject
{
public:
// System.ComponentModel.CultureInfoConverter System.ComponentModel.CultureInfoConverter_CultureComparer::converter
CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * ___converter_0;
public:
inline static int32_t get_offset_of_converter_0() { return static_cast<int32_t>(offsetof(CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E, ___converter_0)); }
inline CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * get_converter_0() const { return ___converter_0; }
inline CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 ** get_address_of_converter_0() { return &___converter_0; }
inline void set_converter_0(CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * value)
{
___converter_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___converter_0), (void*)value);
}
};
// System.ComponentModel.CultureInfoConverter_CultureInfoMapper
struct CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94 : public RuntimeObject
{
public:
public:
};
struct CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.String> modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CultureInfoConverter_CultureInfoMapper::cultureInfoNameMap
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___cultureInfoNameMap_0;
public:
inline static int32_t get_offset_of_cultureInfoNameMap_0() { return static_cast<int32_t>(offsetof(CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_StaticFields, ___cultureInfoNameMap_0)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_cultureInfoNameMap_0() const { return ___cultureInfoNameMap_0; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_cultureInfoNameMap_0() { return &___cultureInfoNameMap_0; }
inline void set_cultureInfoNameMap_0(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
___cultureInfoNameMap_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cultureInfoNameMap_0), (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.EventHandlerList
struct EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 : public RuntimeObject
{
public:
// System.ComponentModel.EventHandlerList_ListEntry System.ComponentModel.EventHandlerList::head
ListEntry_t32989B38CAC0D49C6A5AC5BA1622A62088BA6E6D * ___head_0;
// System.ComponentModel.Component System.ComponentModel.EventHandlerList::parent
Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * ___parent_1;
public:
inline static int32_t get_offset_of_head_0() { return static_cast<int32_t>(offsetof(EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4, ___head_0)); }
inline ListEntry_t32989B38CAC0D49C6A5AC5BA1622A62088BA6E6D * get_head_0() const { return ___head_0; }
inline ListEntry_t32989B38CAC0D49C6A5AC5BA1622A62088BA6E6D ** get_address_of_head_0() { return &___head_0; }
inline void set_head_0(ListEntry_t32989B38CAC0D49C6A5AC5BA1622A62088BA6E6D * value)
{
___head_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value);
}
inline static int32_t get_offset_of_parent_1() { return static_cast<int32_t>(offsetof(EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4, ___parent_1)); }
inline Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * get_parent_1() const { return ___parent_1; }
inline Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 ** get_address_of_parent_1() { return &___parent_1; }
inline void set_parent_1(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * value)
{
___parent_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_1), (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.DBNull
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject
{
public:
public:
};
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields
{
public:
// System.DBNull System.DBNull::Value
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); }
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; }
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.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.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.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Resources.ResourceSet
struct ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE : public RuntimeObject
{
public:
// System.Resources.IResourceReader System.Resources.ResourceSet::Reader
RuntimeObject* ___Reader_0;
// System.Collections.Hashtable System.Resources.ResourceSet::Table
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___Table_1;
// System.Collections.Hashtable System.Resources.ResourceSet::_caseInsensitiveTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caseInsensitiveTable_2;
public:
inline static int32_t get_offset_of_Reader_0() { return static_cast<int32_t>(offsetof(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE, ___Reader_0)); }
inline RuntimeObject* get_Reader_0() const { return ___Reader_0; }
inline RuntimeObject** get_address_of_Reader_0() { return &___Reader_0; }
inline void set_Reader_0(RuntimeObject* value)
{
___Reader_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Reader_0), (void*)value);
}
inline static int32_t get_offset_of_Table_1() { return static_cast<int32_t>(offsetof(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE, ___Table_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_Table_1() const { return ___Table_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_Table_1() { return &___Table_1; }
inline void set_Table_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___Table_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Table_1), (void*)value);
}
inline static int32_t get_offset_of__caseInsensitiveTable_2() { return static_cast<int32_t>(offsetof(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE, ____caseInsensitiveTable_2)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caseInsensitiveTable_2() const { return ____caseInsensitiveTable_2; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caseInsensitiveTable_2() { return &____caseInsensitiveTable_2; }
inline void set__caseInsensitiveTable_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____caseInsensitiveTable_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____caseInsensitiveTable_2), (void*)value);
}
};
// 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.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 : public RuntimeObject
{
public:
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl_0;
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates
bool ___hideDates_1;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name
String_t* ___issuer_name_2;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name
String_t* ___subject_name_3;
public:
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___impl_0)); }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_impl_0() const { return ___impl_0; }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_impl_0() { return &___impl_0; }
inline void set_impl_0(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value)
{
___impl_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value);
}
inline static int32_t get_offset_of_hideDates_1() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___hideDates_1)); }
inline bool get_hideDates_1() const { return ___hideDates_1; }
inline bool* get_address_of_hideDates_1() { return &___hideDates_1; }
inline void set_hideDates_1(bool value)
{
___hideDates_1 = value;
}
inline static int32_t get_offset_of_issuer_name_2() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___issuer_name_2)); }
inline String_t* get_issuer_name_2() const { return ___issuer_name_2; }
inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; }
inline void set_issuer_name_2(String_t* value)
{
___issuer_name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___issuer_name_2), (void*)value);
}
inline static int32_t get_offset_of_subject_name_3() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___subject_name_3)); }
inline String_t* get_subject_name_3() const { return ___subject_name_3; }
inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; }
inline void set_subject_name_3(String_t* value)
{
___subject_name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___subject_name_3), (void*)value);
}
};
// System.Security.Cryptography.X509Certificates.X509Chain
struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 : public RuntimeObject
{
public:
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl_0;
public:
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538, ___impl_0)); }
inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * get_impl_0() const { return ___impl_0; }
inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 ** get_address_of_impl_0() { return &___impl_0; }
inline void set_impl_0(X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * value)
{
___impl_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value);
}
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
{
public:
public:
};
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
{
public:
// System.StringComparer System.StringComparer::_invariantCulture
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
// System.StringComparer System.StringComparer::_ordinal
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
public:
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCulture_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value);
}
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCultureIgnoreCase_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value);
}
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinal_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value);
}
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinalIgnoreCase_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value);
}
};
// System.Text.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.Threading.SynchronizationContext
struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 : public RuntimeObject
{
public:
public:
};
// 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
{
};
// Mono.Unity.UnityTls_unitytls_x509_ref
struct unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7
{
public:
// System.UInt64 Mono.Unity.UnityTls_unitytls_x509_ref::handle
uint64_t ___handle_0;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7, ___handle_0)); }
inline uint64_t get_handle_0() const { return ___handle_0; }
inline uint64_t* get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(uint64_t value)
{
___handle_0 = value;
}
};
// Mono.Unity.UnityTls_unitytls_x509list
struct unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7
{
public:
union
{
struct
{
};
uint8_t unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7__padding[1];
};
public:
};
// Mono.Unity.UnityTls_unitytls_x509list_ref
struct unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6
{
public:
// System.UInt64 Mono.Unity.UnityTls_unitytls_x509list_ref::handle
uint64_t ___handle_0;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6, ___handle_0)); }
inline uint64_t get_handle_0() const { return ___handle_0; }
inline uint64_t* get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(uint64_t value)
{
___handle_0 = value;
}
};
// Mono.Unity.UnityTlsProvider
struct UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 : public MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27
{
public:
public:
};
// Mono.Util.MonoPInvokeCallbackAttribute
struct MonoPInvokeCallbackAttribute_t4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
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.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4
{
public:
// System.Object System.Collections.DictionaryEntry::_key
RuntimeObject * ____key_0;
// System.Object System.Collections.DictionaryEntry::_value
RuntimeObject * ____value_1;
public:
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____key_0)); }
inline RuntimeObject * get__key_0() const { return ____key_0; }
inline RuntimeObject ** get_address_of__key_0() { return &____key_0; }
inline void set__key_0(RuntimeObject * value)
{
____key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value);
}
inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____value_1)); }
inline RuntimeObject * get__value_1() const { return ____value_1; }
inline RuntimeObject ** get_address_of__value_1() { return &____value_1; }
inline void set__value_1(RuntimeObject * value)
{
____value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// Native definition for COM marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.String,System.Object>
struct KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D, ___key_0)); }
inline String_t* get_key_0() const { return ___key_0; }
inline String_t** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(String_t* value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Specialized.BitVector32
struct BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1
{
public:
// System.UInt32 System.Collections.Specialized.BitVector32::data
uint32_t ___data_0;
public:
inline static int32_t get_offset_of_data_0() { return static_cast<int32_t>(offsetof(BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1, ___data_0)); }
inline uint32_t get_data_0() const { return ___data_0; }
inline uint32_t* get_address_of_data_0() { return &___data_0; }
inline void set_data_0(uint32_t value)
{
___data_0 = 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.AddingNewEventArgs
struct AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Object System.ComponentModel.AddingNewEventArgs::newObject
RuntimeObject * ___newObject_1;
public:
inline static int32_t get_offset_of_newObject_1() { return static_cast<int32_t>(offsetof(AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1, ___newObject_1)); }
inline RuntimeObject * get_newObject_1() const { return ___newObject_1; }
inline RuntimeObject ** get_address_of_newObject_1() { return &___newObject_1; }
inline void set_newObject_1(RuntimeObject * value)
{
___newObject_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___newObject_1), (void*)value);
}
};
// System.ComponentModel.AmbientValueAttribute
struct AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Object System.ComponentModel.AmbientValueAttribute::value
RuntimeObject * ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E, ___value_0)); }
inline RuntimeObject * get_value_0() const { return ___value_0; }
inline RuntimeObject ** get_address_of_value_0() { return &___value_0; }
inline void set_value_0(RuntimeObject * value)
{
___value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value);
}
};
// System.ComponentModel.AsyncCompletedEventArgs
struct AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Exception System.ComponentModel.AsyncCompletedEventArgs::error
Exception_t * ___error_1;
// System.Boolean System.ComponentModel.AsyncCompletedEventArgs::cancelled
bool ___cancelled_2;
// System.Object System.ComponentModel.AsyncCompletedEventArgs::userState
RuntimeObject * ___userState_3;
public:
inline static int32_t get_offset_of_error_1() { return static_cast<int32_t>(offsetof(AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7, ___error_1)); }
inline Exception_t * get_error_1() const { return ___error_1; }
inline Exception_t ** get_address_of_error_1() { return &___error_1; }
inline void set_error_1(Exception_t * value)
{
___error_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___error_1), (void*)value);
}
inline static int32_t get_offset_of_cancelled_2() { return static_cast<int32_t>(offsetof(AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7, ___cancelled_2)); }
inline bool get_cancelled_2() const { return ___cancelled_2; }
inline bool* get_address_of_cancelled_2() { return &___cancelled_2; }
inline void set_cancelled_2(bool value)
{
___cancelled_2 = value;
}
inline static int32_t get_offset_of_userState_3() { return static_cast<int32_t>(offsetof(AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7, ___userState_3)); }
inline RuntimeObject * get_userState_3() const { return ___userState_3; }
inline RuntimeObject ** get_address_of_userState_3() { return &___userState_3; }
inline void set_userState_3(RuntimeObject * value)
{
___userState_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___userState_3), (void*)value);
}
};
// System.ComponentModel.AttributeCollection_AttributeEntry
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD
{
public:
// System.Type System.ComponentModel.AttributeCollection_AttributeEntry::type
Type_t * ___type_0;
// System.Int32 System.ComponentModel.AttributeCollection_AttributeEntry::index
int32_t ___index_1;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD, ___type_0)); }
inline Type_t * get_type_0() const { return ___type_0; }
inline Type_t ** get_address_of_type_0() { return &___type_0; }
inline void set_type_0(Type_t * value)
{
___type_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.ComponentModel.AttributeCollection/AttributeEntry
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_pinvoke
{
Type_t * ___type_0;
int32_t ___index_1;
};
// Native definition for COM marshalling of System.ComponentModel.AttributeCollection/AttributeEntry
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_com
{
Type_t * ___type_0;
int32_t ___index_1;
};
// System.ComponentModel.AttributeProviderAttribute
struct AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.ComponentModel.AttributeProviderAttribute::_typeName
String_t* ____typeName_0;
// System.String System.ComponentModel.AttributeProviderAttribute::_propertyName
String_t* ____propertyName_1;
public:
inline static int32_t get_offset_of__typeName_0() { return static_cast<int32_t>(offsetof(AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068, ____typeName_0)); }
inline String_t* get__typeName_0() const { return ____typeName_0; }
inline String_t** get_address_of__typeName_0() { return &____typeName_0; }
inline void set__typeName_0(String_t* value)
{
____typeName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____typeName_0), (void*)value);
}
inline static int32_t get_offset_of__propertyName_1() { return static_cast<int32_t>(offsetof(AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068, ____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.BrowsableAttribute
struct BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Boolean System.ComponentModel.BrowsableAttribute::browsable
bool ___browsable_3;
public:
inline static int32_t get_offset_of_browsable_3() { return static_cast<int32_t>(offsetof(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1, ___browsable_3)); }
inline bool get_browsable_3() const { return ___browsable_3; }
inline bool* get_address_of_browsable_3() { return &___browsable_3; }
inline void set_browsable_3(bool value)
{
___browsable_3 = value;
}
};
struct BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields
{
public:
// System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Yes
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * ___Yes_0;
// System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::No
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * ___No_1;
// System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Default
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * ___Default_2;
public:
inline static int32_t get_offset_of_Yes_0() { return static_cast<int32_t>(offsetof(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields, ___Yes_0)); }
inline BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * get_Yes_0() const { return ___Yes_0; }
inline BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 ** get_address_of_Yes_0() { return &___Yes_0; }
inline void set_Yes_0(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * value)
{
___Yes_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value);
}
inline static int32_t get_offset_of_No_1() { return static_cast<int32_t>(offsetof(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields, ___No_1)); }
inline BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * get_No_1() const { return ___No_1; }
inline BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 ** get_address_of_No_1() { return &___No_1; }
inline void set_No_1(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * value)
{
___No_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value);
}
inline static int32_t get_offset_of_Default_2() { return static_cast<int32_t>(offsetof(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields, ___Default_2)); }
inline BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * get_Default_2() const { return ___Default_2; }
inline BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 ** get_address_of_Default_2() { return &___Default_2; }
inline void set_Default_2(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * value)
{
___Default_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (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.CategoryAttribute
struct CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Boolean System.ComponentModel.CategoryAttribute::localized
bool ___localized_14;
// System.String System.ComponentModel.CategoryAttribute::categoryValue
String_t* ___categoryValue_15;
public:
inline static int32_t get_offset_of_localized_14() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80, ___localized_14)); }
inline bool get_localized_14() const { return ___localized_14; }
inline bool* get_address_of_localized_14() { return &___localized_14; }
inline void set_localized_14(bool value)
{
___localized_14 = value;
}
inline static int32_t get_offset_of_categoryValue_15() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80, ___categoryValue_15)); }
inline String_t* get_categoryValue_15() const { return ___categoryValue_15; }
inline String_t** get_address_of_categoryValue_15() { return &___categoryValue_15; }
inline void set_categoryValue_15(String_t* value)
{
___categoryValue_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryValue_15), (void*)value);
}
};
struct CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields
{
public:
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::appearance
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___appearance_0;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::asynchronous
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___asynchronous_1;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::behavior
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___behavior_2;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::data
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___data_3;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::design
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___design_4;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::action
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___action_5;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::format
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___format_6;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::layout
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___layout_7;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::mouse
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___mouse_8;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::key
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___key_9;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::focus
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___focus_10;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::windowStyle
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___windowStyle_11;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::dragDrop
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___dragDrop_12;
// System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::defAttr
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * ___defAttr_13;
public:
inline static int32_t get_offset_of_appearance_0() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___appearance_0)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_appearance_0() const { return ___appearance_0; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_appearance_0() { return &___appearance_0; }
inline void set_appearance_0(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___appearance_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___appearance_0), (void*)value);
}
inline static int32_t get_offset_of_asynchronous_1() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___asynchronous_1)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_asynchronous_1() const { return ___asynchronous_1; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_asynchronous_1() { return &___asynchronous_1; }
inline void set_asynchronous_1(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___asynchronous_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asynchronous_1), (void*)value);
}
inline static int32_t get_offset_of_behavior_2() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___behavior_2)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_behavior_2() const { return ___behavior_2; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_behavior_2() { return &___behavior_2; }
inline void set_behavior_2(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___behavior_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___behavior_2), (void*)value);
}
inline static int32_t get_offset_of_data_3() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___data_3)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_data_3() const { return ___data_3; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_data_3() { return &___data_3; }
inline void set_data_3(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value);
}
inline static int32_t get_offset_of_design_4() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___design_4)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_design_4() const { return ___design_4; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_design_4() { return &___design_4; }
inline void set_design_4(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___design_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___design_4), (void*)value);
}
inline static int32_t get_offset_of_action_5() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___action_5)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_action_5() const { return ___action_5; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_action_5() { return &___action_5; }
inline void set_action_5(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___action_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___action_5), (void*)value);
}
inline static int32_t get_offset_of_format_6() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___format_6)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_format_6() const { return ___format_6; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_format_6() { return &___format_6; }
inline void set_format_6(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___format_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___format_6), (void*)value);
}
inline static int32_t get_offset_of_layout_7() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___layout_7)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_layout_7() const { return ___layout_7; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_layout_7() { return &___layout_7; }
inline void set_layout_7(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___layout_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___layout_7), (void*)value);
}
inline static int32_t get_offset_of_mouse_8() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___mouse_8)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_mouse_8() const { return ___mouse_8; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_mouse_8() { return &___mouse_8; }
inline void set_mouse_8(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___mouse_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mouse_8), (void*)value);
}
inline static int32_t get_offset_of_key_9() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___key_9)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_key_9() const { return ___key_9; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_key_9() { return &___key_9; }
inline void set_key_9(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___key_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_9), (void*)value);
}
inline static int32_t get_offset_of_focus_10() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___focus_10)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_focus_10() const { return ___focus_10; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_focus_10() { return &___focus_10; }
inline void set_focus_10(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___focus_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___focus_10), (void*)value);
}
inline static int32_t get_offset_of_windowStyle_11() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___windowStyle_11)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_windowStyle_11() const { return ___windowStyle_11; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_windowStyle_11() { return &___windowStyle_11; }
inline void set_windowStyle_11(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___windowStyle_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___windowStyle_11), (void*)value);
}
inline static int32_t get_offset_of_dragDrop_12() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___dragDrop_12)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_dragDrop_12() const { return ___dragDrop_12; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_dragDrop_12() { return &___dragDrop_12; }
inline void set_dragDrop_12(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___dragDrop_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dragDrop_12), (void*)value);
}
inline static int32_t get_offset_of_defAttr_13() { return static_cast<int32_t>(offsetof(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields, ___defAttr_13)); }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * get_defAttr_13() const { return ___defAttr_13; }
inline CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 ** get_address_of_defAttr_13() { return &___defAttr_13; }
inline void set_defAttr_13(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * value)
{
___defAttr_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defAttr_13), (void*)value);
}
};
// System.ComponentModel.ComplexBindingPropertiesAttribute
struct ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.ComponentModel.ComplexBindingPropertiesAttribute::dataSource
String_t* ___dataSource_0;
// System.String System.ComponentModel.ComplexBindingPropertiesAttribute::dataMember
String_t* ___dataMember_1;
public:
inline static int32_t get_offset_of_dataSource_0() { return static_cast<int32_t>(offsetof(ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC, ___dataSource_0)); }
inline String_t* get_dataSource_0() const { return ___dataSource_0; }
inline String_t** get_address_of_dataSource_0() { return &___dataSource_0; }
inline void set_dataSource_0(String_t* value)
{
___dataSource_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataSource_0), (void*)value);
}
inline static int32_t get_offset_of_dataMember_1() { return static_cast<int32_t>(offsetof(ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC, ___dataMember_1)); }
inline String_t* get_dataMember_1() const { return ___dataMember_1; }
inline String_t** get_address_of_dataMember_1() { return &___dataMember_1; }
inline void set_dataMember_1(String_t* value)
{
___dataMember_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataMember_1), (void*)value);
}
};
struct ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC_StaticFields
{
public:
// System.ComponentModel.ComplexBindingPropertiesAttribute System.ComponentModel.ComplexBindingPropertiesAttribute::Default
ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * ___Default_2;
public:
inline static int32_t get_offset_of_Default_2() { return static_cast<int32_t>(offsetof(ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC_StaticFields, ___Default_2)); }
inline ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * get_Default_2() const { return ___Default_2; }
inline ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC ** get_address_of_Default_2() { return &___Default_2; }
inline void set_Default_2(ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * value)
{
___Default_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value);
}
};
// System.ComponentModel.Component
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.ComponentModel.ISite System.ComponentModel.Component::site
RuntimeObject* ___site_2;
// System.ComponentModel.EventHandlerList System.ComponentModel.Component::events
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * ___events_3;
public:
inline static int32_t get_offset_of_site_2() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473, ___site_2)); }
inline RuntimeObject* get_site_2() const { return ___site_2; }
inline RuntimeObject** get_address_of_site_2() { return &___site_2; }
inline void set_site_2(RuntimeObject* value)
{
___site_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___site_2), (void*)value);
}
inline static int32_t get_offset_of_events_3() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473, ___events_3)); }
inline EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * get_events_3() const { return ___events_3; }
inline EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 ** get_address_of_events_3() { return &___events_3; }
inline void set_events_3(EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * value)
{
___events_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___events_3), (void*)value);
}
};
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields
{
public:
// System.Object System.ComponentModel.Component::EventDisposed
RuntimeObject * ___EventDisposed_1;
public:
inline static int32_t get_offset_of_EventDisposed_1() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields, ___EventDisposed_1)); }
inline RuntimeObject * get_EventDisposed_1() const { return ___EventDisposed_1; }
inline RuntimeObject ** get_address_of_EventDisposed_1() { return &___EventDisposed_1; }
inline void set_EventDisposed_1(RuntimeObject * value)
{
___EventDisposed_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EventDisposed_1), (void*)value);
}
};
// System.ComponentModel.ComponentCollection
struct ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 : public ReadOnlyCollectionBase_tFD695167917CE6DF4FA18A906FA530880B9B8772
{
public:
public:
};
// System.ComponentModel.DataErrorsChangedEventArgs
struct DataErrorsChangedEventArgs_t83896D84C96C5BC0478ACF7E99C7703D464BE11F : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.String System.ComponentModel.DataErrorsChangedEventArgs::propertyName
String_t* ___propertyName_1;
public:
inline static int32_t get_offset_of_propertyName_1() { return static_cast<int32_t>(offsetof(DataErrorsChangedEventArgs_t83896D84C96C5BC0478ACF7E99C7703D464BE11F, ___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.DataObjectAttribute
struct DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Boolean System.ComponentModel.DataObjectAttribute::_isDataObject
bool ____isDataObject_3;
public:
inline static int32_t get_offset_of__isDataObject_3() { return static_cast<int32_t>(offsetof(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441, ____isDataObject_3)); }
inline bool get__isDataObject_3() const { return ____isDataObject_3; }
inline bool* get_address_of__isDataObject_3() { return &____isDataObject_3; }
inline void set__isDataObject_3(bool value)
{
____isDataObject_3 = value;
}
};
struct DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields
{
public:
// System.ComponentModel.DataObjectAttribute System.ComponentModel.DataObjectAttribute::DataObject
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * ___DataObject_0;
// System.ComponentModel.DataObjectAttribute System.ComponentModel.DataObjectAttribute::NonDataObject
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * ___NonDataObject_1;
// System.ComponentModel.DataObjectAttribute System.ComponentModel.DataObjectAttribute::Default
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * ___Default_2;
public:
inline static int32_t get_offset_of_DataObject_0() { return static_cast<int32_t>(offsetof(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields, ___DataObject_0)); }
inline DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * get_DataObject_0() const { return ___DataObject_0; }
inline DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 ** get_address_of_DataObject_0() { return &___DataObject_0; }
inline void set_DataObject_0(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * value)
{
___DataObject_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DataObject_0), (void*)value);
}
inline static int32_t get_offset_of_NonDataObject_1() { return static_cast<int32_t>(offsetof(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields, ___NonDataObject_1)); }
inline DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * get_NonDataObject_1() const { return ___NonDataObject_1; }
inline DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 ** get_address_of_NonDataObject_1() { return &___NonDataObject_1; }
inline void set_NonDataObject_1(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * value)
{
___NonDataObject_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NonDataObject_1), (void*)value);
}
inline static int32_t get_offset_of_Default_2() { return static_cast<int32_t>(offsetof(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields, ___Default_2)); }
inline DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * get_Default_2() const { return ___Default_2; }
inline DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 ** get_address_of_Default_2() { return &___Default_2; }
inline void set_Default_2(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * value)
{
___Default_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value);
}
};
// System.ComponentModel.DataObjectFieldAttribute
struct DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::_primaryKey
bool ____primaryKey_0;
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::_isIdentity
bool ____isIdentity_1;
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::_isNullable
bool ____isNullable_2;
// System.Int32 System.ComponentModel.DataObjectFieldAttribute::_length
int32_t ____length_3;
public:
inline static int32_t get_offset_of__primaryKey_0() { return static_cast<int32_t>(offsetof(DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB, ____primaryKey_0)); }
inline bool get__primaryKey_0() const { return ____primaryKey_0; }
inline bool* get_address_of__primaryKey_0() { return &____primaryKey_0; }
inline void set__primaryKey_0(bool value)
{
____primaryKey_0 = value;
}
inline static int32_t get_offset_of__isIdentity_1() { return static_cast<int32_t>(offsetof(DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB, ____isIdentity_1)); }
inline bool get__isIdentity_1() const { return ____isIdentity_1; }
inline bool* get_address_of__isIdentity_1() { return &____isIdentity_1; }
inline void set__isIdentity_1(bool value)
{
____isIdentity_1 = value;
}
inline static int32_t get_offset_of__isNullable_2() { return static_cast<int32_t>(offsetof(DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB, ____isNullable_2)); }
inline bool get__isNullable_2() const { return ____isNullable_2; }
inline bool* get_address_of__isNullable_2() { return &____isNullable_2; }
inline void set__isNullable_2(bool value)
{
____isNullable_2 = value;
}
inline static int32_t get_offset_of__length_3() { return static_cast<int32_t>(offsetof(DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB, ____length_3)); }
inline int32_t get__length_3() const { return ____length_3; }
inline int32_t* get_address_of__length_3() { return &____length_3; }
inline void set__length_3(int32_t value)
{
____length_3 = value;
}
};
// System.ComponentModel.DefaultBindingPropertyAttribute
struct DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.ComponentModel.DefaultBindingPropertyAttribute::name
String_t* ___name_0;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211, ___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);
}
};
struct DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211_StaticFields
{
public:
// System.ComponentModel.DefaultBindingPropertyAttribute System.ComponentModel.DefaultBindingPropertyAttribute::Default
DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * ___Default_1;
public:
inline static int32_t get_offset_of_Default_1() { return static_cast<int32_t>(offsetof(DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211_StaticFields, ___Default_1)); }
inline DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * get_Default_1() const { return ___Default_1; }
inline DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 ** get_address_of_Default_1() { return &___Default_1; }
inline void set_Default_1(DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * value)
{
___Default_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value);
}
};
// System.ComponentModel.DefaultEventAttribute
struct DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.ComponentModel.DefaultEventAttribute::name
String_t* ___name_0;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846, ___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);
}
};
struct DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846_StaticFields
{
public:
// System.ComponentModel.DefaultEventAttribute System.ComponentModel.DefaultEventAttribute::Default
DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * ___Default_1;
public:
inline static int32_t get_offset_of_Default_1() { return static_cast<int32_t>(offsetof(DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846_StaticFields, ___Default_1)); }
inline DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * get_Default_1() const { return ___Default_1; }
inline DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 ** get_address_of_Default_1() { return &___Default_1; }
inline void set_Default_1(DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * value)
{
___Default_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value);
}
};
// System.ComponentModel.DefaultPropertyAttribute
struct DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.ComponentModel.DefaultPropertyAttribute::name
String_t* ___name_0;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7, ___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);
}
};
struct DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7_StaticFields
{
public:
// System.ComponentModel.DefaultPropertyAttribute System.ComponentModel.DefaultPropertyAttribute::Default
DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * ___Default_1;
public:
inline static int32_t get_offset_of_Default_1() { return static_cast<int32_t>(offsetof(DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7_StaticFields, ___Default_1)); }
inline DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * get_Default_1() const { return ___Default_1; }
inline DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 ** get_address_of_Default_1() { return &___Default_1; }
inline void set_Default_1(DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * value)
{
___Default_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value);
}
};
// System.ComponentModel.DefaultValueAttribute
struct DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Object System.ComponentModel.DefaultValueAttribute::value
RuntimeObject * ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC, ___value_0)); }
inline RuntimeObject * get_value_0() const { return ___value_0; }
inline RuntimeObject ** get_address_of_value_0() { return &___value_0; }
inline void set_value_0(RuntimeObject * value)
{
___value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value);
}
};
// System.ComponentModel.EventDescriptor
struct EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 : public MemberDescriptor_t9540F11CAE19431295C2582699585264E053B8F8
{
public:
public:
};
// System.ComponentModel.ProgressChangedEventArgs
struct ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Int32 System.ComponentModel.ProgressChangedEventArgs::progressPercentage
int32_t ___progressPercentage_1;
// System.Object System.ComponentModel.ProgressChangedEventArgs::userState
RuntimeObject * ___userState_2;
public:
inline static int32_t get_offset_of_progressPercentage_1() { return static_cast<int32_t>(offsetof(ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F, ___progressPercentage_1)); }
inline int32_t get_progressPercentage_1() const { return ___progressPercentage_1; }
inline int32_t* get_address_of_progressPercentage_1() { return &___progressPercentage_1; }
inline void set_progressPercentage_1(int32_t value)
{
___progressPercentage_1 = value;
}
inline static int32_t get_offset_of_userState_2() { return static_cast<int32_t>(offsetof(ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F, ___userState_2)); }
inline RuntimeObject * get_userState_2() const { return ___userState_2; }
inline RuntimeObject ** get_address_of_userState_2() { return &___userState_2; }
inline void set_userState_2(RuntimeObject * value)
{
___userState_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___userState_2), (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.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
// System.Diagnostics.BooleanSwitch
struct BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 : public Switch_t9DAA0B271A8AAEC0A2EFE1EE30299CECB4C2002F
{
public:
public:
};
// 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.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Nullable`1<System.Boolean>
struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793
{
public:
// T System.Nullable`1::value
bool ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); }
inline bool get_value_0() const { return ___value_0; }
inline bool* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(bool value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
public:
public:
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
public:
public:
};
// System.Runtime.InteropServices.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.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01
{
public:
public:
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.Threading.Thread
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
{
public:
// System.Threading.InternalThread System.Threading.Thread::internal_thread
InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6;
// System.Object System.Threading.Thread::m_ThreadStartArg
RuntimeObject * ___m_ThreadStartArg_7;
// System.Object System.Threading.Thread::pending_exception
RuntimeObject * ___pending_exception_8;
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
RuntimeObject* ___principal_9;
// System.Int32 System.Threading.Thread::principal_version
int32_t ___principal_version_10;
// System.MulticastDelegate System.Threading.Thread::m_Delegate
MulticastDelegate_t * ___m_Delegate_12;
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13;
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
bool ___m_ExecutionContextBelongsToOuterScope_14;
public:
inline static int32_t get_offset_of_internal_thread_6() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); }
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; }
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; }
inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value)
{
___internal_thread_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value);
}
inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); }
inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; }
inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; }
inline void set_m_ThreadStartArg_7(RuntimeObject * value)
{
___m_ThreadStartArg_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value);
}
inline static int32_t get_offset_of_pending_exception_8() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); }
inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; }
inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; }
inline void set_pending_exception_8(RuntimeObject * value)
{
___pending_exception_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value);
}
inline static int32_t get_offset_of_principal_9() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); }
inline RuntimeObject* get_principal_9() const { return ___principal_9; }
inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; }
inline void set_principal_9(RuntimeObject* value)
{
___principal_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value);
}
inline static int32_t get_offset_of_principal_version_10() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); }
inline int32_t get_principal_version_10() const { return ___principal_version_10; }
inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; }
inline void set_principal_version_10(int32_t value)
{
___principal_version_10 = value;
}
inline static int32_t get_offset_of_m_Delegate_12() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); }
inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; }
inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; }
inline void set_m_Delegate_12(MulticastDelegate_t * value)
{
___m_Delegate_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value);
}
inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; }
inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
{
___m_ExecutionContext_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value);
}
inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); }
inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; }
inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; }
inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value)
{
___m_ExecutionContextBelongsToOuterScope_14 = value;
}
};
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields
{
public:
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5;
public:
inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; }
inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
{
___s_LocalDataStoreMgr_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value);
}
inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; }
inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
{
___s_asyncLocalCurrentCulture_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value);
}
inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; }
inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
{
___s_asyncLocalCurrentUICulture_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value);
}
};
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields
{
public:
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3;
// System.Threading.Thread System.Threading.Thread::current_thread
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11;
public:
inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); }
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; }
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; }
inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value)
{
___s_LocalDataStore_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value);
}
inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; }
inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___m_CurrentCulture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value);
}
inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; }
inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___m_CurrentUICulture_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value);
}
inline static int32_t get_offset_of_current_thread_11() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); }
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; }
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; }
inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value)
{
___current_thread_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value);
}
};
// System.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.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// Mono.Net.Security.MonoTlsProviderFactory
struct MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525 : public RuntimeObject
{
public:
public:
};
struct MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields
{
public:
// System.Object Mono.Net.Security.MonoTlsProviderFactory::locker
RuntimeObject * ___locker_0;
// System.Boolean Mono.Net.Security.MonoTlsProviderFactory::initialized
bool ___initialized_1;
// Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::defaultProvider
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___defaultProvider_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>> Mono.Net.Security.MonoTlsProviderFactory::providerRegistration
Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44 * ___providerRegistration_3;
// System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider> Mono.Net.Security.MonoTlsProviderFactory::providerCache
Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A * ___providerCache_4;
// System.Guid Mono.Net.Security.MonoTlsProviderFactory::UnityTlsId
Guid_t ___UnityTlsId_5;
// System.Guid Mono.Net.Security.MonoTlsProviderFactory::AppleTlsId
Guid_t ___AppleTlsId_6;
// System.Guid Mono.Net.Security.MonoTlsProviderFactory::BtlsId
Guid_t ___BtlsId_7;
// System.Guid Mono.Net.Security.MonoTlsProviderFactory::LegacyId
Guid_t ___LegacyId_8;
public:
inline static int32_t get_offset_of_locker_0() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___locker_0)); }
inline RuntimeObject * get_locker_0() const { return ___locker_0; }
inline RuntimeObject ** get_address_of_locker_0() { return &___locker_0; }
inline void set_locker_0(RuntimeObject * value)
{
___locker_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___locker_0), (void*)value);
}
inline static int32_t get_offset_of_initialized_1() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___initialized_1)); }
inline bool get_initialized_1() const { return ___initialized_1; }
inline bool* get_address_of_initialized_1() { return &___initialized_1; }
inline void set_initialized_1(bool value)
{
___initialized_1 = value;
}
inline static int32_t get_offset_of_defaultProvider_2() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___defaultProvider_2)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_defaultProvider_2() const { return ___defaultProvider_2; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_defaultProvider_2() { return &___defaultProvider_2; }
inline void set_defaultProvider_2(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___defaultProvider_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultProvider_2), (void*)value);
}
inline static int32_t get_offset_of_providerRegistration_3() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___providerRegistration_3)); }
inline Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44 * get_providerRegistration_3() const { return ___providerRegistration_3; }
inline Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44 ** get_address_of_providerRegistration_3() { return &___providerRegistration_3; }
inline void set_providerRegistration_3(Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44 * value)
{
___providerRegistration_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___providerRegistration_3), (void*)value);
}
inline static int32_t get_offset_of_providerCache_4() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___providerCache_4)); }
inline Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A * get_providerCache_4() const { return ___providerCache_4; }
inline Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A ** get_address_of_providerCache_4() { return &___providerCache_4; }
inline void set_providerCache_4(Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A * value)
{
___providerCache_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___providerCache_4), (void*)value);
}
inline static int32_t get_offset_of_UnityTlsId_5() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___UnityTlsId_5)); }
inline Guid_t get_UnityTlsId_5() const { return ___UnityTlsId_5; }
inline Guid_t * get_address_of_UnityTlsId_5() { return &___UnityTlsId_5; }
inline void set_UnityTlsId_5(Guid_t value)
{
___UnityTlsId_5 = value;
}
inline static int32_t get_offset_of_AppleTlsId_6() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___AppleTlsId_6)); }
inline Guid_t get_AppleTlsId_6() const { return ___AppleTlsId_6; }
inline Guid_t * get_address_of_AppleTlsId_6() { return &___AppleTlsId_6; }
inline void set_AppleTlsId_6(Guid_t value)
{
___AppleTlsId_6 = value;
}
inline static int32_t get_offset_of_BtlsId_7() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___BtlsId_7)); }
inline Guid_t get_BtlsId_7() const { return ___BtlsId_7; }
inline Guid_t * get_address_of_BtlsId_7() { return &___BtlsId_7; }
inline void set_BtlsId_7(Guid_t value)
{
___BtlsId_7 = value;
}
inline static int32_t get_offset_of_LegacyId_8() { return static_cast<int32_t>(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___LegacyId_8)); }
inline Guid_t get_LegacyId_8() const { return ___LegacyId_8; }
inline Guid_t * get_address_of_LegacyId_8() { return &___LegacyId_8; }
inline void set_LegacyId_8(Guid_t value)
{
___LegacyId_8 = value;
}
};
// Mono.Security.Interface.AlertDescription
struct AlertDescription_t8D4DE3060801044928816134B2292AFB933D40D6
{
public:
// System.Byte Mono.Security.Interface.AlertDescription::value__
uint8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AlertDescription_t8D4DE3060801044928816134B2292AFB933D40D6, ___value___2)); }
inline uint8_t get_value___2() const { return ___value___2; }
inline uint8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint8_t value)
{
___value___2 = value;
}
};
// Mono.Security.Interface.MonoSslPolicyErrors
struct MonoSslPolicyErrors_t5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7
{
public:
// System.Int32 Mono.Security.Interface.MonoSslPolicyErrors::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MonoSslPolicyErrors_t5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7, ___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;
}
};
// Mono.Security.Interface.TlsProtocols
struct TlsProtocols_t25D1B0EFE5CC77B30D19258E7AC462AB4D828163
{
public:
// System.Int32 Mono.Security.Interface.TlsProtocols::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TlsProtocols_t25D1B0EFE5CC77B30D19258E7AC462AB4D828163, ___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;
}
};
// Mono.Unity.UnityTls_unitytls_error_code
struct unitytls_error_code_tA9272A71D51F7FE555C03185AE244FB01EAF998F
{
public:
// System.UInt32 Mono.Unity.UnityTls_unitytls_error_code::value__
uint32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(unitytls_error_code_tA9272A71D51F7FE555C03185AE244FB01EAF998F, ___value___2)); }
inline uint32_t get_value___2() const { return ___value___2; }
inline uint32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint32_t value)
{
___value___2 = value;
}
};
// Mono.Unity.UnityTls_unitytls_protocol
struct unitytls_protocol_t4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8
{
public:
// System.UInt32 Mono.Unity.UnityTls_unitytls_protocol::value__
uint32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(unitytls_protocol_t4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8, ___value___2)); }
inline uint32_t get_value___2() const { return ___value___2; }
inline uint32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint32_t value)
{
___value___2 = value;
}
};
// Mono.Unity.UnityTls_unitytls_x509verify_result
struct unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278
{
public:
// System.UInt32 Mono.Unity.UnityTls_unitytls_x509verify_result::value__
uint32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278, ___value___2)); }
inline uint32_t get_value___2() const { return ___value___2; }
inline uint32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint32_t value)
{
___value___2 = 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.BackgroundWorker
struct BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A : public Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473
{
public:
// System.Boolean System.ComponentModel.BackgroundWorker::canCancelWorker
bool ___canCancelWorker_7;
// System.Boolean System.ComponentModel.BackgroundWorker::workerReportsProgress
bool ___workerReportsProgress_8;
// System.Boolean System.ComponentModel.BackgroundWorker::cancellationPending
bool ___cancellationPending_9;
// System.Boolean System.ComponentModel.BackgroundWorker::isRunning
bool ___isRunning_10;
// System.ComponentModel.AsyncOperation System.ComponentModel.BackgroundWorker::asyncOperation
AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * ___asyncOperation_11;
// System.ComponentModel.BackgroundWorker_WorkerThreadStartDelegate System.ComponentModel.BackgroundWorker::threadStart
WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * ___threadStart_12;
// System.Threading.SendOrPostCallback System.ComponentModel.BackgroundWorker::operationCompleted
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___operationCompleted_13;
// System.Threading.SendOrPostCallback System.ComponentModel.BackgroundWorker::progressReporter
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___progressReporter_14;
public:
inline static int32_t get_offset_of_canCancelWorker_7() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A, ___canCancelWorker_7)); }
inline bool get_canCancelWorker_7() const { return ___canCancelWorker_7; }
inline bool* get_address_of_canCancelWorker_7() { return &___canCancelWorker_7; }
inline void set_canCancelWorker_7(bool value)
{
___canCancelWorker_7 = value;
}
inline static int32_t get_offset_of_workerReportsProgress_8() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A, ___workerReportsProgress_8)); }
inline bool get_workerReportsProgress_8() const { return ___workerReportsProgress_8; }
inline bool* get_address_of_workerReportsProgress_8() { return &___workerReportsProgress_8; }
inline void set_workerReportsProgress_8(bool value)
{
___workerReportsProgress_8 = value;
}
inline static int32_t get_offset_of_cancellationPending_9() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A, ___cancellationPending_9)); }
inline bool get_cancellationPending_9() const { return ___cancellationPending_9; }
inline bool* get_address_of_cancellationPending_9() { return &___cancellationPending_9; }
inline void set_cancellationPending_9(bool value)
{
___cancellationPending_9 = value;
}
inline static int32_t get_offset_of_isRunning_10() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A, ___isRunning_10)); }
inline bool get_isRunning_10() const { return ___isRunning_10; }
inline bool* get_address_of_isRunning_10() { return &___isRunning_10; }
inline void set_isRunning_10(bool value)
{
___isRunning_10 = value;
}
inline static int32_t get_offset_of_asyncOperation_11() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A, ___asyncOperation_11)); }
inline AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * get_asyncOperation_11() const { return ___asyncOperation_11; }
inline AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 ** get_address_of_asyncOperation_11() { return &___asyncOperation_11; }
inline void set_asyncOperation_11(AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * value)
{
___asyncOperation_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asyncOperation_11), (void*)value);
}
inline static int32_t get_offset_of_threadStart_12() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A, ___threadStart_12)); }
inline WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * get_threadStart_12() const { return ___threadStart_12; }
inline WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 ** get_address_of_threadStart_12() { return &___threadStart_12; }
inline void set_threadStart_12(WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * value)
{
___threadStart_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___threadStart_12), (void*)value);
}
inline static int32_t get_offset_of_operationCompleted_13() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A, ___operationCompleted_13)); }
inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_operationCompleted_13() const { return ___operationCompleted_13; }
inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_operationCompleted_13() { return &___operationCompleted_13; }
inline void set_operationCompleted_13(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value)
{
___operationCompleted_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___operationCompleted_13), (void*)value);
}
inline static int32_t get_offset_of_progressReporter_14() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A, ___progressReporter_14)); }
inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_progressReporter_14() const { return ___progressReporter_14; }
inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_progressReporter_14() { return &___progressReporter_14; }
inline void set_progressReporter_14(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value)
{
___progressReporter_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___progressReporter_14), (void*)value);
}
};
struct BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields
{
public:
// System.Object System.ComponentModel.BackgroundWorker::doWorkKey
RuntimeObject * ___doWorkKey_4;
// System.Object System.ComponentModel.BackgroundWorker::runWorkerCompletedKey
RuntimeObject * ___runWorkerCompletedKey_5;
// System.Object System.ComponentModel.BackgroundWorker::progressChangedKey
RuntimeObject * ___progressChangedKey_6;
public:
inline static int32_t get_offset_of_doWorkKey_4() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields, ___doWorkKey_4)); }
inline RuntimeObject * get_doWorkKey_4() const { return ___doWorkKey_4; }
inline RuntimeObject ** get_address_of_doWorkKey_4() { return &___doWorkKey_4; }
inline void set_doWorkKey_4(RuntimeObject * value)
{
___doWorkKey_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___doWorkKey_4), (void*)value);
}
inline static int32_t get_offset_of_runWorkerCompletedKey_5() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields, ___runWorkerCompletedKey_5)); }
inline RuntimeObject * get_runWorkerCompletedKey_5() const { return ___runWorkerCompletedKey_5; }
inline RuntimeObject ** get_address_of_runWorkerCompletedKey_5() { return &___runWorkerCompletedKey_5; }
inline void set_runWorkerCompletedKey_5(RuntimeObject * value)
{
___runWorkerCompletedKey_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___runWorkerCompletedKey_5), (void*)value);
}
inline static int32_t get_offset_of_progressChangedKey_6() { return static_cast<int32_t>(offsetof(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields, ___progressChangedKey_6)); }
inline RuntimeObject * get_progressChangedKey_6() const { return ___progressChangedKey_6; }
inline RuntimeObject ** get_address_of_progressChangedKey_6() { return &___progressChangedKey_6; }
inline void set_progressChangedKey_6(RuntimeObject * value)
{
___progressChangedKey_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___progressChangedKey_6), (void*)value);
}
};
// System.ComponentModel.BindableSupport
struct BindableSupport_t08F85344F8C2B7F5F78146A953644FF6972D4E29
{
public:
// System.Int32 System.ComponentModel.BindableSupport::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindableSupport_t08F85344F8C2B7F5F78146A953644FF6972D4E29, ___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.ComponentModel.BindingDirection
struct BindingDirection_t01A86D4887E469A94D1B5B7B55D82DD88A6725FF
{
public:
// System.Int32 System.ComponentModel.BindingDirection::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingDirection_t01A86D4887E469A94D1B5B7B55D82DD88A6725FF, ___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.ComponentModel.CollectionChangeAction
struct CollectionChangeAction_tEF925321EBE6F00D384F1E5D046E601F7190043D
{
public:
// System.Int32 System.ComponentModel.CollectionChangeAction::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CollectionChangeAction_tEF925321EBE6F00D384F1E5D046E601F7190043D, ___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.ComponentModel.DataObjectMethodType
struct DataObjectMethodType_t0B00930F4E899CF8E4709594FF8D0F171CF4E0D0
{
public:
// System.Int32 System.ComponentModel.DataObjectMethodType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DataObjectMethodType_t0B00930F4E899CF8E4709594FF8D0F171CF4E0D0, ___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.ComponentModel.DoWorkEventArgs
struct DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 : public CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D
{
public:
// System.Object System.ComponentModel.DoWorkEventArgs::result
RuntimeObject * ___result_2;
// System.Object System.ComponentModel.DoWorkEventArgs::argument
RuntimeObject * ___argument_3;
public:
inline static int32_t get_offset_of_result_2() { return static_cast<int32_t>(offsetof(DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606, ___result_2)); }
inline RuntimeObject * get_result_2() const { return ___result_2; }
inline RuntimeObject ** get_address_of_result_2() { return &___result_2; }
inline void set_result_2(RuntimeObject * value)
{
___result_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___result_2), (void*)value);
}
inline static int32_t get_offset_of_argument_3() { return static_cast<int32_t>(offsetof(DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606, ___argument_3)); }
inline RuntimeObject * get_argument_3() const { return ___argument_3; }
inline RuntimeObject ** get_address_of_argument_3() { return &___argument_3; }
inline void set_argument_3(RuntimeObject * value)
{
___argument_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___argument_3), (void*)value);
}
};
// System.ComponentModel.InheritanceLevel
struct InheritanceLevel_t7A3CA26A46C1759F0D0D9BD78A7B298490C1DAD6
{
public:
// System.Int32 System.ComponentModel.InheritanceLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InheritanceLevel_t7A3CA26A46C1759F0D0D9BD78A7B298490C1DAD6, ___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.ComponentModel.RunWorkerCompletedEventArgs
struct RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D : public AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7
{
public:
// System.Object System.ComponentModel.RunWorkerCompletedEventArgs::result
RuntimeObject * ___result_4;
public:
inline static int32_t get_offset_of_result_4() { return static_cast<int32_t>(offsetof(RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D, ___result_4)); }
inline RuntimeObject * get_result_4() const { return ___result_4; }
inline RuntimeObject ** get_address_of_result_4() { return &___result_4; }
inline void set_result_4(RuntimeObject * value)
{
___result_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___result_4), (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.ComponentModel.TypeConverter_SimplePropertyDescriptor
struct SimplePropertyDescriptor_tCF596E6470E66A92F1E91E28AB918097701E7CEA : public PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D
{
public:
// System.Type System.ComponentModel.TypeConverter_SimplePropertyDescriptor::componentType
Type_t * ___componentType_17;
// System.Type System.ComponentModel.TypeConverter_SimplePropertyDescriptor::propertyType
Type_t * ___propertyType_18;
public:
inline static int32_t get_offset_of_componentType_17() { return static_cast<int32_t>(offsetof(SimplePropertyDescriptor_tCF596E6470E66A92F1E91E28AB918097701E7CEA, ___componentType_17)); }
inline Type_t * get_componentType_17() const { return ___componentType_17; }
inline Type_t ** get_address_of_componentType_17() { return &___componentType_17; }
inline void set_componentType_17(Type_t * value)
{
___componentType_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___componentType_17), (void*)value);
}
inline static int32_t get_offset_of_propertyType_18() { return static_cast<int32_t>(offsetof(SimplePropertyDescriptor_tCF596E6470E66A92F1E91E28AB918097701E7CEA, ___propertyType_18)); }
inline Type_t * get_propertyType_18() const { return ___propertyType_18; }
inline Type_t ** get_address_of_propertyType_18() { return &___propertyType_18; }
inline void set_propertyType_18(Type_t * value)
{
___propertyType_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___propertyType_18), (void*)value);
}
};
// System.DateTimeOffset
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85
{
public:
// System.DateTime System.DateTimeOffset::m_dateTime
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_dateTime_2;
// System.Int16 System.DateTimeOffset::m_offsetMinutes
int16_t ___m_offsetMinutes_3;
public:
inline static int32_t get_offset_of_m_dateTime_2() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_dateTime_2)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_dateTime_2() const { return ___m_dateTime_2; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; }
inline void set_m_dateTime_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_dateTime_2 = value;
}
inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_offsetMinutes_3)); }
inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; }
inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; }
inline void set_m_offsetMinutes_3(int16_t value)
{
___m_offsetMinutes_3 = value;
}
};
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields
{
public:
// System.DateTimeOffset System.DateTimeOffset::MinValue
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MinValue_0;
// System.DateTimeOffset System.DateTimeOffset::MaxValue
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MaxValue_1;
public:
inline static int32_t get_offset_of_MinValue_0() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MinValue_0)); }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MinValue_0() const { return ___MinValue_0; }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MinValue_0() { return &___MinValue_0; }
inline void set_MinValue_0(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
{
___MinValue_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MaxValue_1)); }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MaxValue_1() const { return ___MaxValue_1; }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
{
___MaxValue_1 = value;
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Globalization.CompareOptions
struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939
{
public:
// System.Int32 System.Globalization.CompareOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.CultureTypes
struct CultureTypes_t04A866B07972D6C174F6BB5A60E76A1F2A123BBD
{
public:
// System.Int32 System.Globalization.CultureTypes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CultureTypes_t04A866B07972D6C174F6BB5A60E76A1F2A123BBD, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.DateTimeFormatFlags
struct DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675
{
public:
// System.Int32 System.Globalization.DateTimeFormatFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.DateTimeStyles
struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E
{
public:
// System.Int32 System.Globalization.DateTimeStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.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.Net.Security.AuthenticatedStream
struct AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____InnerStream_4;
// System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen
bool ____LeaveStreamOpen_5;
public:
inline static int32_t get_offset_of__InnerStream_4() { return static_cast<int32_t>(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____InnerStream_4)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__InnerStream_4() const { return ____InnerStream_4; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__InnerStream_4() { return &____InnerStream_4; }
inline void set__InnerStream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
____InnerStream_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____InnerStream_4), (void*)value);
}
inline static int32_t get_offset_of__LeaveStreamOpen_5() { return static_cast<int32_t>(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____LeaveStreamOpen_5)); }
inline bool get__LeaveStreamOpen_5() const { return ____LeaveStreamOpen_5; }
inline bool* get_address_of__LeaveStreamOpen_5() { return &____LeaveStreamOpen_5; }
inline void set__LeaveStreamOpen_5(bool value)
{
____LeaveStreamOpen_5 = value;
}
};
// System.Nullable`1<System.DateTime>
struct Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78
{
public:
// T System.Nullable`1::value
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___value_0)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_value_0() const { return ___value_0; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.Assembly::assemblyName
String_t* ___assemblyName_9;
public:
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
inline void set__mono_assembly_0(intptr_t value)
{
____mono_assembly_0 = value;
}
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
{
___resolve_event_holder_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value);
}
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
inline void set__evidence_2(RuntimeObject * value)
{
____evidence_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value);
}
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
inline void set__minimum_3(RuntimeObject * value)
{
____minimum_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value);
}
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
inline void set__optional_4(RuntimeObject * value)
{
____optional_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value);
}
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
inline void set__refuse_5(RuntimeObject * value)
{
____refuse_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value);
}
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
inline void set__granted_6(RuntimeObject * value)
{
____granted_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value);
}
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
inline void set__denied_7(RuntimeObject * value)
{
____denied_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value);
}
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
inline void set_fromByteArray_8(bool value)
{
___fromByteArray_8 = value;
}
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
inline void set_assemblyName_9(String_t* value)
{
___assemblyName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
// System.Reflection.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.ConstructorInfo
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t
{
public:
public:
};
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields
{
public:
// System.String System.Reflection.ConstructorInfo::ConstructorName
String_t* ___ConstructorName_0;
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
String_t* ___TypeConstructorName_1;
public:
inline static int32_t get_offset_of_ConstructorName_0() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); }
inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; }
inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; }
inline void set_ConstructorName_0(String_t* value)
{
___ConstructorName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value);
}
inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); }
inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; }
inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; }
inline void set_TypeConstructorName_1(String_t* value)
{
___TypeConstructorName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value);
}
};
// System.Resources.UltimateResourceFallbackLocation
struct UltimateResourceFallbackLocation_t9E7495B2ADC328EB99FD80EDE68A2E5781D2882E
{
public:
// System.Int32 System.Resources.UltimateResourceFallbackLocation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UltimateResourceFallbackLocation_t9E7495B2ADC328EB99FD80EDE68A2E5781D2882E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.Security.Authentication.SslProtocols
struct SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE
{
public:
// System.Int32 System.Security.Authentication.SslProtocols::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE, ___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.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;
}
};
// Mono.Net.Security.MobileAuthenticatedStream
struct MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 : public AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501
{
public:
// Mono.Net.Security.MobileTlsContext Mono.Net.Security.MobileAuthenticatedStream::xobileTlsContext
MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * ___xobileTlsContext_6;
// System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::lastException
ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * ___lastException_7;
// Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncHandshakeRequest
AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * ___asyncHandshakeRequest_8;
// Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncReadRequest
AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * ___asyncReadRequest_9;
// Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncWriteRequest
AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * ___asyncWriteRequest_10;
// Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::readBuffer
BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * ___readBuffer_11;
// Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::writeBuffer
BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * ___writeBuffer_12;
// System.Object Mono.Net.Security.MobileAuthenticatedStream::ioLock
RuntimeObject * ___ioLock_13;
// System.Int32 Mono.Net.Security.MobileAuthenticatedStream::closeRequested
int32_t ___closeRequested_14;
// System.Boolean Mono.Net.Security.MobileAuthenticatedStream::shutdown
bool ___shutdown_15;
// System.Net.Security.SslStream Mono.Net.Security.MobileAuthenticatedStream::<SslStream>k__BackingField
SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___U3CSslStreamU3Ek__BackingField_17;
// Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::<Settings>k__BackingField
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___U3CSettingsU3Ek__BackingField_18;
// Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::<Provider>k__BackingField
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___U3CProviderU3Ek__BackingField_19;
// System.Int32 Mono.Net.Security.MobileAuthenticatedStream::ID
int32_t ___ID_21;
public:
inline static int32_t get_offset_of_xobileTlsContext_6() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___xobileTlsContext_6)); }
inline MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * get_xobileTlsContext_6() const { return ___xobileTlsContext_6; }
inline MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 ** get_address_of_xobileTlsContext_6() { return &___xobileTlsContext_6; }
inline void set_xobileTlsContext_6(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * value)
{
___xobileTlsContext_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___xobileTlsContext_6), (void*)value);
}
inline static int32_t get_offset_of_lastException_7() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___lastException_7)); }
inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * get_lastException_7() const { return ___lastException_7; }
inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A ** get_address_of_lastException_7() { return &___lastException_7; }
inline void set_lastException_7(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * value)
{
___lastException_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lastException_7), (void*)value);
}
inline static int32_t get_offset_of_asyncHandshakeRequest_8() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___asyncHandshakeRequest_8)); }
inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * get_asyncHandshakeRequest_8() const { return ___asyncHandshakeRequest_8; }
inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 ** get_address_of_asyncHandshakeRequest_8() { return &___asyncHandshakeRequest_8; }
inline void set_asyncHandshakeRequest_8(AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * value)
{
___asyncHandshakeRequest_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asyncHandshakeRequest_8), (void*)value);
}
inline static int32_t get_offset_of_asyncReadRequest_9() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___asyncReadRequest_9)); }
inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * get_asyncReadRequest_9() const { return ___asyncReadRequest_9; }
inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 ** get_address_of_asyncReadRequest_9() { return &___asyncReadRequest_9; }
inline void set_asyncReadRequest_9(AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * value)
{
___asyncReadRequest_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asyncReadRequest_9), (void*)value);
}
inline static int32_t get_offset_of_asyncWriteRequest_10() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___asyncWriteRequest_10)); }
inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * get_asyncWriteRequest_10() const { return ___asyncWriteRequest_10; }
inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 ** get_address_of_asyncWriteRequest_10() { return &___asyncWriteRequest_10; }
inline void set_asyncWriteRequest_10(AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * value)
{
___asyncWriteRequest_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asyncWriteRequest_10), (void*)value);
}
inline static int32_t get_offset_of_readBuffer_11() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___readBuffer_11)); }
inline BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * get_readBuffer_11() const { return ___readBuffer_11; }
inline BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 ** get_address_of_readBuffer_11() { return &___readBuffer_11; }
inline void set_readBuffer_11(BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * value)
{
___readBuffer_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_11), (void*)value);
}
inline static int32_t get_offset_of_writeBuffer_12() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___writeBuffer_12)); }
inline BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * get_writeBuffer_12() const { return ___writeBuffer_12; }
inline BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 ** get_address_of_writeBuffer_12() { return &___writeBuffer_12; }
inline void set_writeBuffer_12(BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * value)
{
___writeBuffer_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_12), (void*)value);
}
inline static int32_t get_offset_of_ioLock_13() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___ioLock_13)); }
inline RuntimeObject * get_ioLock_13() const { return ___ioLock_13; }
inline RuntimeObject ** get_address_of_ioLock_13() { return &___ioLock_13; }
inline void set_ioLock_13(RuntimeObject * value)
{
___ioLock_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ioLock_13), (void*)value);
}
inline static int32_t get_offset_of_closeRequested_14() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___closeRequested_14)); }
inline int32_t get_closeRequested_14() const { return ___closeRequested_14; }
inline int32_t* get_address_of_closeRequested_14() { return &___closeRequested_14; }
inline void set_closeRequested_14(int32_t value)
{
___closeRequested_14 = value;
}
inline static int32_t get_offset_of_shutdown_15() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___shutdown_15)); }
inline bool get_shutdown_15() const { return ___shutdown_15; }
inline bool* get_address_of_shutdown_15() { return &___shutdown_15; }
inline void set_shutdown_15(bool value)
{
___shutdown_15 = value;
}
inline static int32_t get_offset_of_U3CSslStreamU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___U3CSslStreamU3Ek__BackingField_17)); }
inline SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * get_U3CSslStreamU3Ek__BackingField_17() const { return ___U3CSslStreamU3Ek__BackingField_17; }
inline SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 ** get_address_of_U3CSslStreamU3Ek__BackingField_17() { return &___U3CSslStreamU3Ek__BackingField_17; }
inline void set_U3CSslStreamU3Ek__BackingField_17(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * value)
{
___U3CSslStreamU3Ek__BackingField_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CSslStreamU3Ek__BackingField_17), (void*)value);
}
inline static int32_t get_offset_of_U3CSettingsU3Ek__BackingField_18() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___U3CSettingsU3Ek__BackingField_18)); }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_U3CSettingsU3Ek__BackingField_18() const { return ___U3CSettingsU3Ek__BackingField_18; }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_U3CSettingsU3Ek__BackingField_18() { return &___U3CSettingsU3Ek__BackingField_18; }
inline void set_U3CSettingsU3Ek__BackingField_18(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value)
{
___U3CSettingsU3Ek__BackingField_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CSettingsU3Ek__BackingField_18), (void*)value);
}
inline static int32_t get_offset_of_U3CProviderU3Ek__BackingField_19() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___U3CProviderU3Ek__BackingField_19)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_U3CProviderU3Ek__BackingField_19() const { return ___U3CProviderU3Ek__BackingField_19; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_U3CProviderU3Ek__BackingField_19() { return &___U3CProviderU3Ek__BackingField_19; }
inline void set_U3CProviderU3Ek__BackingField_19(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___U3CProviderU3Ek__BackingField_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CProviderU3Ek__BackingField_19), (void*)value);
}
inline static int32_t get_offset_of_ID_21() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___ID_21)); }
inline int32_t get_ID_21() const { return ___ID_21; }
inline int32_t* get_address_of_ID_21() { return &___ID_21; }
inline void set_ID_21(int32_t value)
{
___ID_21 = value;
}
};
struct MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_StaticFields
{
public:
// System.Int32 Mono.Net.Security.MobileAuthenticatedStream::uniqueNameInteger
int32_t ___uniqueNameInteger_16;
// System.Int32 Mono.Net.Security.MobileAuthenticatedStream::nextId
int32_t ___nextId_20;
public:
inline static int32_t get_offset_of_uniqueNameInteger_16() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_StaticFields, ___uniqueNameInteger_16)); }
inline int32_t get_uniqueNameInteger_16() const { return ___uniqueNameInteger_16; }
inline int32_t* get_address_of_uniqueNameInteger_16() { return &___uniqueNameInteger_16; }
inline void set_uniqueNameInteger_16(int32_t value)
{
___uniqueNameInteger_16 = value;
}
inline static int32_t get_offset_of_nextId_20() { return static_cast<int32_t>(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_StaticFields, ___nextId_20)); }
inline int32_t get_nextId_20() const { return ___nextId_20; }
inline int32_t* get_address_of_nextId_20() { return &___nextId_20; }
inline void set_nextId_20(int32_t value)
{
___nextId_20 = value;
}
};
// Mono.Net.Security.MobileTlsContext
struct MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 : public RuntimeObject
{
public:
// Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::parent
MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * ___parent_0;
// System.Boolean Mono.Net.Security.MobileTlsContext::serverMode
bool ___serverMode_1;
// System.String Mono.Net.Security.MobileTlsContext::targetHost
String_t* ___targetHost_2;
// System.String Mono.Net.Security.MobileTlsContext::serverName
String_t* ___serverName_3;
// System.Security.Authentication.SslProtocols Mono.Net.Security.MobileTlsContext::enabledProtocols
int32_t ___enabledProtocols_4;
// System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::serverCertificate
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate_5;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::clientCertificates
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___clientCertificates_6;
// System.Boolean Mono.Net.Security.MobileTlsContext::askForClientCert
bool ___askForClientCert_7;
// Mono.Security.Interface.ICertificateValidator2 Mono.Net.Security.MobileTlsContext::certificateValidator
RuntimeObject* ___certificateValidator_8;
public:
inline static int32_t get_offset_of_parent_0() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___parent_0)); }
inline MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * get_parent_0() const { return ___parent_0; }
inline MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 ** get_address_of_parent_0() { return &___parent_0; }
inline void set_parent_0(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * value)
{
___parent_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value);
}
inline static int32_t get_offset_of_serverMode_1() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___serverMode_1)); }
inline bool get_serverMode_1() const { return ___serverMode_1; }
inline bool* get_address_of_serverMode_1() { return &___serverMode_1; }
inline void set_serverMode_1(bool value)
{
___serverMode_1 = value;
}
inline static int32_t get_offset_of_targetHost_2() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___targetHost_2)); }
inline String_t* get_targetHost_2() const { return ___targetHost_2; }
inline String_t** get_address_of_targetHost_2() { return &___targetHost_2; }
inline void set_targetHost_2(String_t* value)
{
___targetHost_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___targetHost_2), (void*)value);
}
inline static int32_t get_offset_of_serverName_3() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___serverName_3)); }
inline String_t* get_serverName_3() const { return ___serverName_3; }
inline String_t** get_address_of_serverName_3() { return &___serverName_3; }
inline void set_serverName_3(String_t* value)
{
___serverName_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___serverName_3), (void*)value);
}
inline static int32_t get_offset_of_enabledProtocols_4() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___enabledProtocols_4)); }
inline int32_t get_enabledProtocols_4() const { return ___enabledProtocols_4; }
inline int32_t* get_address_of_enabledProtocols_4() { return &___enabledProtocols_4; }
inline void set_enabledProtocols_4(int32_t value)
{
___enabledProtocols_4 = value;
}
inline static int32_t get_offset_of_serverCertificate_5() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___serverCertificate_5)); }
inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * get_serverCertificate_5() const { return ___serverCertificate_5; }
inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 ** get_address_of_serverCertificate_5() { return &___serverCertificate_5; }
inline void set_serverCertificate_5(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * value)
{
___serverCertificate_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___serverCertificate_5), (void*)value);
}
inline static int32_t get_offset_of_clientCertificates_6() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___clientCertificates_6)); }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_clientCertificates_6() const { return ___clientCertificates_6; }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_clientCertificates_6() { return &___clientCertificates_6; }
inline void set_clientCertificates_6(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value)
{
___clientCertificates_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___clientCertificates_6), (void*)value);
}
inline static int32_t get_offset_of_askForClientCert_7() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___askForClientCert_7)); }
inline bool get_askForClientCert_7() const { return ___askForClientCert_7; }
inline bool* get_address_of_askForClientCert_7() { return &___askForClientCert_7; }
inline void set_askForClientCert_7(bool value)
{
___askForClientCert_7 = value;
}
inline static int32_t get_offset_of_certificateValidator_8() { return static_cast<int32_t>(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___certificateValidator_8)); }
inline RuntimeObject* get_certificateValidator_8() const { return ___certificateValidator_8; }
inline RuntimeObject** get_address_of_certificateValidator_8() { return &___certificateValidator_8; }
inline void set_certificateValidator_8(RuntimeObject* value)
{
___certificateValidator_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___certificateValidator_8), (void*)value);
}
};
// Mono.Unity.UnityTls_unitytls_errorstate
struct unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6
{
public:
// System.UInt32 Mono.Unity.UnityTls_unitytls_errorstate::magic
uint32_t ___magic_0;
// Mono.Unity.UnityTls_unitytls_error_code Mono.Unity.UnityTls_unitytls_errorstate::code
uint32_t ___code_1;
// System.UInt64 Mono.Unity.UnityTls_unitytls_errorstate::reserved
uint64_t ___reserved_2;
public:
inline static int32_t get_offset_of_magic_0() { return static_cast<int32_t>(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___magic_0)); }
inline uint32_t get_magic_0() const { return ___magic_0; }
inline uint32_t* get_address_of_magic_0() { return &___magic_0; }
inline void set_magic_0(uint32_t value)
{
___magic_0 = value;
}
inline static int32_t get_offset_of_code_1() { return static_cast<int32_t>(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___code_1)); }
inline uint32_t get_code_1() const { return ___code_1; }
inline uint32_t* get_address_of_code_1() { return &___code_1; }
inline void set_code_1(uint32_t value)
{
___code_1 = value;
}
inline static int32_t get_offset_of_reserved_2() { return static_cast<int32_t>(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___reserved_2)); }
inline uint64_t get_reserved_2() const { return ___reserved_2; }
inline uint64_t* get_address_of_reserved_2() { return &___reserved_2; }
inline void set_reserved_2(uint64_t value)
{
___reserved_2 = value;
}
};
// Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange
struct unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47
{
public:
// Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange::min
uint32_t ___min_0;
// Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange::max
uint32_t ___max_1;
public:
inline static int32_t get_offset_of_min_0() { return static_cast<int32_t>(offsetof(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47, ___min_0)); }
inline uint32_t get_min_0() const { return ___min_0; }
inline uint32_t* get_address_of_min_0() { return &___min_0; }
inline void set_min_0(uint32_t value)
{
___min_0 = value;
}
inline static int32_t get_offset_of_max_1() { return static_cast<int32_t>(offsetof(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47, ___max_1)); }
inline uint32_t get_max_1() const { return ___max_1; }
inline uint32_t* get_address_of_max_1() { return &___max_1; }
inline void set_max_1(uint32_t value)
{
___max_1 = value;
}
};
// System.ApplicationException
struct ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 : public Exception_t
{
public:
public:
};
// System.ComponentModel.ArrayConverter_ArrayPropertyDescriptor
struct ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2 : public SimplePropertyDescriptor_tCF596E6470E66A92F1E91E28AB918097701E7CEA
{
public:
// System.Int32 System.ComponentModel.ArrayConverter_ArrayPropertyDescriptor::index
int32_t ___index_19;
public:
inline static int32_t get_offset_of_index_19() { return static_cast<int32_t>(offsetof(ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2, ___index_19)); }
inline int32_t get_index_19() const { return ___index_19; }
inline int32_t* get_address_of_index_19() { return &___index_19; }
inline void set_index_19(int32_t value)
{
___index_19 = value;
}
};
// System.ComponentModel.BaseNumberConverter
struct BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
public:
};
// System.ComponentModel.BindableAttribute
struct BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Boolean System.ComponentModel.BindableAttribute::bindable
bool ___bindable_3;
// System.Boolean System.ComponentModel.BindableAttribute::isDefault
bool ___isDefault_4;
// System.ComponentModel.BindingDirection System.ComponentModel.BindableAttribute::direction
int32_t ___direction_5;
public:
inline static int32_t get_offset_of_bindable_3() { return static_cast<int32_t>(offsetof(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C, ___bindable_3)); }
inline bool get_bindable_3() const { return ___bindable_3; }
inline bool* get_address_of_bindable_3() { return &___bindable_3; }
inline void set_bindable_3(bool value)
{
___bindable_3 = value;
}
inline static int32_t get_offset_of_isDefault_4() { return static_cast<int32_t>(offsetof(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C, ___isDefault_4)); }
inline bool get_isDefault_4() const { return ___isDefault_4; }
inline bool* get_address_of_isDefault_4() { return &___isDefault_4; }
inline void set_isDefault_4(bool value)
{
___isDefault_4 = value;
}
inline static int32_t get_offset_of_direction_5() { return static_cast<int32_t>(offsetof(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C, ___direction_5)); }
inline int32_t get_direction_5() const { return ___direction_5; }
inline int32_t* get_address_of_direction_5() { return &___direction_5; }
inline void set_direction_5(int32_t value)
{
___direction_5 = value;
}
};
struct BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields
{
public:
// System.ComponentModel.BindableAttribute System.ComponentModel.BindableAttribute::Yes
BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * ___Yes_0;
// System.ComponentModel.BindableAttribute System.ComponentModel.BindableAttribute::No
BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * ___No_1;
// System.ComponentModel.BindableAttribute System.ComponentModel.BindableAttribute::Default
BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * ___Default_2;
public:
inline static int32_t get_offset_of_Yes_0() { return static_cast<int32_t>(offsetof(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields, ___Yes_0)); }
inline BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * get_Yes_0() const { return ___Yes_0; }
inline BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C ** get_address_of_Yes_0() { return &___Yes_0; }
inline void set_Yes_0(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * value)
{
___Yes_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value);
}
inline static int32_t get_offset_of_No_1() { return static_cast<int32_t>(offsetof(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields, ___No_1)); }
inline BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * get_No_1() const { return ___No_1; }
inline BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C ** get_address_of_No_1() { return &___No_1; }
inline void set_No_1(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * value)
{
___No_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value);
}
inline static int32_t get_offset_of_Default_2() { return static_cast<int32_t>(offsetof(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields, ___Default_2)); }
inline BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * get_Default_2() const { return ___Default_2; }
inline BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C ** get_address_of_Default_2() { return &___Default_2; }
inline void set_Default_2(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * value)
{
___Default_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value);
}
};
// System.ComponentModel.BooleanConverter
struct BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
public:
};
struct BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_StaticFields
{
public:
// System.ComponentModel.TypeConverter_StandardValuesCollection modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.BooleanConverter::values
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * ___values_2;
public:
inline static int32_t get_offset_of_values_2() { return static_cast<int32_t>(offsetof(BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_StaticFields, ___values_2)); }
inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * get_values_2() const { return ___values_2; }
inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 ** get_address_of_values_2() { return &___values_2; }
inline void set_values_2(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * value)
{
___values_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_2), (void*)value);
}
};
// System.ComponentModel.CharConverter
struct CharConverter_tFD013540F3AFDBF6DB36FEE066025D778FAED95A : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
public:
};
// System.ComponentModel.CollectionChangeEventArgs
struct CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.ComponentModel.CollectionChangeAction System.ComponentModel.CollectionChangeEventArgs::action
int32_t ___action_1;
// System.Object System.ComponentModel.CollectionChangeEventArgs::element
RuntimeObject * ___element_2;
public:
inline static int32_t get_offset_of_action_1() { return static_cast<int32_t>(offsetof(CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0, ___action_1)); }
inline int32_t get_action_1() const { return ___action_1; }
inline int32_t* get_address_of_action_1() { return &___action_1; }
inline void set_action_1(int32_t value)
{
___action_1 = value;
}
inline static int32_t get_offset_of_element_2() { return static_cast<int32_t>(offsetof(CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0, ___element_2)); }
inline RuntimeObject * get_element_2() const { return ___element_2; }
inline RuntimeObject ** get_address_of_element_2() { return &___element_2; }
inline void set_element_2(RuntimeObject * value)
{
___element_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___element_2), (void*)value);
}
};
// System.ComponentModel.CollectionConverter
struct CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
public:
};
// System.ComponentModel.CultureInfoConverter
struct CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
// System.ComponentModel.TypeConverter_StandardValuesCollection System.ComponentModel.CultureInfoConverter::values
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * ___values_2;
public:
inline static int32_t get_offset_of_values_2() { return static_cast<int32_t>(offsetof(CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0, ___values_2)); }
inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * get_values_2() const { return ___values_2; }
inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 ** get_address_of_values_2() { return &___values_2; }
inline void set_values_2(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * value)
{
___values_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_2), (void*)value);
}
};
// System.ComponentModel.DataObjectMethodAttribute
struct DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Boolean System.ComponentModel.DataObjectMethodAttribute::_isDefault
bool ____isDefault_0;
// System.ComponentModel.DataObjectMethodType System.ComponentModel.DataObjectMethodAttribute::_methodType
int32_t ____methodType_1;
public:
inline static int32_t get_offset_of__isDefault_0() { return static_cast<int32_t>(offsetof(DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249, ____isDefault_0)); }
inline bool get__isDefault_0() const { return ____isDefault_0; }
inline bool* get_address_of__isDefault_0() { return &____isDefault_0; }
inline void set__isDefault_0(bool value)
{
____isDefault_0 = value;
}
inline static int32_t get_offset_of__methodType_1() { return static_cast<int32_t>(offsetof(DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249, ____methodType_1)); }
inline int32_t get__methodType_1() const { return ____methodType_1; }
inline int32_t* get_address_of__methodType_1() { return &____methodType_1; }
inline void set__methodType_1(int32_t value)
{
____methodType_1 = value;
}
};
// System.ComponentModel.DateTimeConverter
struct DateTimeConverter_tE35DE01AAE1A29D50B4B0DC6467C9219CCE04DE1 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
public:
};
// System.ComponentModel.DateTimeOffsetConverter
struct DateTimeOffsetConverter_tD9E7BEFD22CBB5DA01F50C0D51CDD60DF29F1D33 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
public:
};
// System.ComponentModel.InheritanceAttribute
struct InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.ComponentModel.InheritanceLevel System.ComponentModel.InheritanceAttribute::inheritanceLevel
int32_t ___inheritanceLevel_0;
public:
inline static int32_t get_offset_of_inheritanceLevel_0() { return static_cast<int32_t>(offsetof(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4, ___inheritanceLevel_0)); }
inline int32_t get_inheritanceLevel_0() const { return ___inheritanceLevel_0; }
inline int32_t* get_address_of_inheritanceLevel_0() { return &___inheritanceLevel_0; }
inline void set_inheritanceLevel_0(int32_t value)
{
___inheritanceLevel_0 = value;
}
};
struct InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_StaticFields
{
public:
// System.ComponentModel.InheritanceAttribute System.ComponentModel.InheritanceAttribute::Inherited
InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * ___Inherited_1;
// System.ComponentModel.InheritanceAttribute System.ComponentModel.InheritanceAttribute::InheritedReadOnly
InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * ___InheritedReadOnly_2;
// System.ComponentModel.InheritanceAttribute System.ComponentModel.InheritanceAttribute::NotInherited
InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * ___NotInherited_3;
// System.ComponentModel.InheritanceAttribute System.ComponentModel.InheritanceAttribute::Default
InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * ___Default_4;
public:
inline static int32_t get_offset_of_Inherited_1() { return static_cast<int32_t>(offsetof(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_StaticFields, ___Inherited_1)); }
inline InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * get_Inherited_1() const { return ___Inherited_1; }
inline InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 ** get_address_of_Inherited_1() { return &___Inherited_1; }
inline void set_Inherited_1(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * value)
{
___Inherited_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Inherited_1), (void*)value);
}
inline static int32_t get_offset_of_InheritedReadOnly_2() { return static_cast<int32_t>(offsetof(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_StaticFields, ___InheritedReadOnly_2)); }
inline InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * get_InheritedReadOnly_2() const { return ___InheritedReadOnly_2; }
inline InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 ** get_address_of_InheritedReadOnly_2() { return &___InheritedReadOnly_2; }
inline void set_InheritedReadOnly_2(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * value)
{
___InheritedReadOnly_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InheritedReadOnly_2), (void*)value);
}
inline static int32_t get_offset_of_NotInherited_3() { return static_cast<int32_t>(offsetof(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_StaticFields, ___NotInherited_3)); }
inline InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * get_NotInherited_3() const { return ___NotInherited_3; }
inline InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 ** get_address_of_NotInherited_3() { return &___NotInherited_3; }
inline void set_NotInherited_3(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * value)
{
___NotInherited_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NotInherited_3), (void*)value);
}
inline static int32_t get_offset_of_Default_4() { return static_cast<int32_t>(offsetof(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_StaticFields, ___Default_4)); }
inline InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * get_Default_4() const { return ___Default_4; }
inline InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 ** get_address_of_Default_4() { return &___Default_4; }
inline void set_Default_4(InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * value)
{
___Default_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_4), (void*)value);
}
};
// System.ComponentModel.ReferenceConverter
struct ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
// System.Type System.ComponentModel.ReferenceConverter::type
Type_t * ___type_3;
public:
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4, ___type_3)); }
inline Type_t * get_type_3() const { return ___type_3; }
inline Type_t ** get_address_of_type_3() { return &___type_3; }
inline void set_type_3(Type_t * value)
{
___type_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value);
}
};
struct ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4_StaticFields
{
public:
// System.String System.ComponentModel.ReferenceConverter::none
String_t* ___none_2;
public:
inline static int32_t get_offset_of_none_2() { return static_cast<int32_t>(offsetof(ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4_StaticFields, ___none_2)); }
inline String_t* get_none_2() const { return ___none_2; }
inline String_t** get_address_of_none_2() { return &___none_2; }
inline void set_none_2(String_t* value)
{
___none_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___none_2), (void*)value);
}
};
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject
{
public:
// System.String System.Globalization.CompareInfo::m_name
String_t* ___m_name_3;
// System.String System.Globalization.CompareInfo::m_sortName
String_t* ___m_sortName_4;
// System.Int32 System.Globalization.CompareInfo::win32LCID
int32_t ___win32LCID_5;
// System.Int32 System.Globalization.CompareInfo::culture
int32_t ___culture_6;
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20;
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21;
public:
inline static int32_t get_offset_of_m_name_3() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); }
inline String_t* get_m_name_3() const { return ___m_name_3; }
inline String_t** get_address_of_m_name_3() { return &___m_name_3; }
inline void set_m_name_3(String_t* value)
{
___m_name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value);
}
inline static int32_t get_offset_of_m_sortName_4() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); }
inline String_t* get_m_sortName_4() const { return ___m_sortName_4; }
inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; }
inline void set_m_sortName_4(String_t* value)
{
___m_sortName_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value);
}
inline static int32_t get_offset_of_win32LCID_5() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); }
inline int32_t get_win32LCID_5() const { return ___win32LCID_5; }
inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; }
inline void set_win32LCID_5(int32_t value)
{
___win32LCID_5 = value;
}
inline static int32_t get_offset_of_culture_6() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); }
inline int32_t get_culture_6() const { return ___culture_6; }
inline int32_t* get_address_of_culture_6() { return &___culture_6; }
inline void set_culture_6(int32_t value)
{
___culture_6 = value;
}
inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); }
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; }
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; }
inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value)
{
___m_SortVersion_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value);
}
inline static int32_t get_offset_of_collator_21() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); }
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; }
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; }
inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value)
{
___collator_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value);
}
};
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator> System.Globalization.CompareInfo::collators
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22;
// System.Boolean System.Globalization.CompareInfo::managedCollation
bool ___managedCollation_23;
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
bool ___managedCollationChecked_24;
public:
inline static int32_t get_offset_of_collators_22() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); }
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; }
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; }
inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value)
{
___collators_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value);
}
inline static int32_t get_offset_of_managedCollation_23() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); }
inline bool get_managedCollation_23() const { return ___managedCollation_23; }
inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; }
inline void set_managedCollation_23(bool value)
{
___managedCollation_23 = value;
}
inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); }
inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; }
inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; }
inline void set_managedCollationChecked_24(bool value)
{
___managedCollationChecked_24 = value;
}
};
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F : public RuntimeObject
{
public:
// System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_1;
// System.String System.Globalization.DateTimeFormatInfo::m_name
String_t* ___m_name_2;
// System.String System.Globalization.DateTimeFormatInfo::m_langName
String_t* ___m_langName_3;
// System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_4;
// System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_cultureInfo_5;
// System.String System.Globalization.DateTimeFormatInfo::amDesignator
String_t* ___amDesignator_6;
// System.String System.Globalization.DateTimeFormatInfo::pmDesignator
String_t* ___pmDesignator_7;
// System.String System.Globalization.DateTimeFormatInfo::dateSeparator
String_t* ___dateSeparator_8;
// System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern
String_t* ___generalShortTimePattern_9;
// System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern
String_t* ___generalLongTimePattern_10;
// System.String System.Globalization.DateTimeFormatInfo::timeSeparator
String_t* ___timeSeparator_11;
// System.String System.Globalization.DateTimeFormatInfo::monthDayPattern
String_t* ___monthDayPattern_12;
// System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern
String_t* ___dateTimeOffsetPattern_13;
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_17;
// System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek
int32_t ___firstDayOfWeek_18;
// System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule
int32_t ___calendarWeekRule_19;
// System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern
String_t* ___fullDateTimePattern_20;
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedDayNames_21;
// System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_superShortDayNames_22;
// System.String[] System.Globalization.DateTimeFormatInfo::dayNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___dayNames_23;
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedMonthNames_24;
// System.String[] System.Globalization.DateTimeFormatInfo::monthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___monthNames_25;
// System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___genitiveMonthNames_26;
// System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_genitiveAbbreviatedMonthNames_27;
// System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___leapYearMonthNames_28;
// System.String System.Globalization.DateTimeFormatInfo::longDatePattern
String_t* ___longDatePattern_29;
// System.String System.Globalization.DateTimeFormatInfo::shortDatePattern
String_t* ___shortDatePattern_30;
// System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern
String_t* ___yearMonthPattern_31;
// System.String System.Globalization.DateTimeFormatInfo::longTimePattern
String_t* ___longTimePattern_32;
// System.String System.Globalization.DateTimeFormatInfo::shortTimePattern
String_t* ___shortTimePattern_33;
// System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allYearMonthPatterns_34;
// System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortDatePatterns_35;
// System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongDatePatterns_36;
// System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortTimePatterns_37;
// System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongTimePatterns_38;
// System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_eraNames_39;
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEraNames_40;
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEnglishEraNames_41;
// System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___optionalCalendars_42;
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly
bool ___m_isReadOnly_44;
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags
int32_t ___formatFlags_45;
// System.Int32 System.Globalization.DateTimeFormatInfo::CultureID
int32_t ___CultureID_47;
// System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride
bool ___m_useUserOverride_48;
// System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo
bool ___bUseCalendarInfo_49;
// System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem
int32_t ___nDataItem_50;
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar
bool ___m_isDefaultCalendar_51;
// System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_dateWords_53;
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern
String_t* ___m_fullTimeSpanPositivePattern_54;
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern
String_t* ___m_fullTimeSpanNegativePattern_55;
// System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash
TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* ___m_dtfiTokenHash_57;
public:
inline static int32_t get_offset_of_m_cultureData_1() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureData_1)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_1() const { return ___m_cultureData_1; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; }
inline void set_m_cultureData_1(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value);
}
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_name_2)); }
inline String_t* get_m_name_2() const { return ___m_name_2; }
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
inline void set_m_name_2(String_t* value)
{
___m_name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value);
}
inline static int32_t get_offset_of_m_langName_3() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_langName_3)); }
inline String_t* get_m_langName_3() const { return ___m_langName_3; }
inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; }
inline void set_m_langName_3(String_t* value)
{
___m_langName_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value);
}
inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_compareInfo_4)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_4() const { return ___m_compareInfo_4; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; }
inline void set_m_compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___m_compareInfo_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value);
}
inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureInfo_5)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; }
inline void set_m_cultureInfo_5(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___m_cultureInfo_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value);
}
inline static int32_t get_offset_of_amDesignator_6() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___amDesignator_6)); }
inline String_t* get_amDesignator_6() const { return ___amDesignator_6; }
inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; }
inline void set_amDesignator_6(String_t* value)
{
___amDesignator_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value);
}
inline static int32_t get_offset_of_pmDesignator_7() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___pmDesignator_7)); }
inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; }
inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; }
inline void set_pmDesignator_7(String_t* value)
{
___pmDesignator_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value);
}
inline static int32_t get_offset_of_dateSeparator_8() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateSeparator_8)); }
inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; }
inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; }
inline void set_dateSeparator_8(String_t* value)
{
___dateSeparator_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value);
}
inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalShortTimePattern_9)); }
inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; }
inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; }
inline void set_generalShortTimePattern_9(String_t* value)
{
___generalShortTimePattern_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value);
}
inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalLongTimePattern_10)); }
inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; }
inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; }
inline void set_generalLongTimePattern_10(String_t* value)
{
___generalLongTimePattern_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value);
}
inline static int32_t get_offset_of_timeSeparator_11() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___timeSeparator_11)); }
inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; }
inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; }
inline void set_timeSeparator_11(String_t* value)
{
___timeSeparator_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value);
}
inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthDayPattern_12)); }
inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; }
inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; }
inline void set_monthDayPattern_12(String_t* value)
{
___monthDayPattern_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value);
}
inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateTimeOffsetPattern_13)); }
inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; }
inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; }
inline void set_dateTimeOffsetPattern_13(String_t* value)
{
___dateTimeOffsetPattern_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value);
}
inline static int32_t get_offset_of_calendar_17() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendar_17)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_17() const { return ___calendar_17; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_17() { return &___calendar_17; }
inline void set_calendar_17(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value);
}
inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___firstDayOfWeek_18)); }
inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; }
inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; }
inline void set_firstDayOfWeek_18(int32_t value)
{
___firstDayOfWeek_18 = value;
}
inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendarWeekRule_19)); }
inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; }
inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; }
inline void set_calendarWeekRule_19(int32_t value)
{
___calendarWeekRule_19 = value;
}
inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___fullDateTimePattern_20)); }
inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; }
inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; }
inline void set_fullDateTimePattern_20(String_t* value)
{
___fullDateTimePattern_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value);
}
inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedDayNames_21)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; }
inline void set_abbreviatedDayNames_21(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___abbreviatedDayNames_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value);
}
inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_superShortDayNames_22)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; }
inline void set_m_superShortDayNames_22(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_superShortDayNames_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value);
}
inline static int32_t get_offset_of_dayNames_23() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dayNames_23)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_dayNames_23() const { return ___dayNames_23; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_dayNames_23() { return &___dayNames_23; }
inline void set_dayNames_23(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___dayNames_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value);
}
inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedMonthNames_24)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; }
inline void set_abbreviatedMonthNames_24(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___abbreviatedMonthNames_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value);
}
inline static int32_t get_offset_of_monthNames_25() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthNames_25)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_monthNames_25() const { return ___monthNames_25; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_monthNames_25() { return &___monthNames_25; }
inline void set_monthNames_25(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___monthNames_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value);
}
inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___genitiveMonthNames_26)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; }
inline void set_genitiveMonthNames_26(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___genitiveMonthNames_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value);
}
inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_genitiveAbbreviatedMonthNames_27)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; }
inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_genitiveAbbreviatedMonthNames_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value);
}
inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___leapYearMonthNames_28)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; }
inline void set_leapYearMonthNames_28(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___leapYearMonthNames_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value);
}
inline static int32_t get_offset_of_longDatePattern_29() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longDatePattern_29)); }
inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; }
inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; }
inline void set_longDatePattern_29(String_t* value)
{
___longDatePattern_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value);
}
inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortDatePattern_30)); }
inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; }
inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; }
inline void set_shortDatePattern_30(String_t* value)
{
___shortDatePattern_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value);
}
inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___yearMonthPattern_31)); }
inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; }
inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; }
inline void set_yearMonthPattern_31(String_t* value)
{
___yearMonthPattern_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value);
}
inline static int32_t get_offset_of_longTimePattern_32() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longTimePattern_32)); }
inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; }
inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; }
inline void set_longTimePattern_32(String_t* value)
{
___longTimePattern_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value);
}
inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortTimePattern_33)); }
inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; }
inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; }
inline void set_shortTimePattern_33(String_t* value)
{
___shortTimePattern_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value);
}
inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allYearMonthPatterns_34)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; }
inline void set_allYearMonthPatterns_34(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allYearMonthPatterns_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value);
}
inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortDatePatterns_35)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; }
inline void set_allShortDatePatterns_35(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allShortDatePatterns_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value);
}
inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongDatePatterns_36)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; }
inline void set_allLongDatePatterns_36(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allLongDatePatterns_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value);
}
inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortTimePatterns_37)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; }
inline void set_allShortTimePatterns_37(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allShortTimePatterns_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value);
}
inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongTimePatterns_38)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; }
inline void set_allLongTimePatterns_38(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___allLongTimePatterns_38 = value;
Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value);
}
inline static int32_t get_offset_of_m_eraNames_39() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_eraNames_39)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_eraNames_39() const { return ___m_eraNames_39; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_eraNames_39() { return &___m_eraNames_39; }
inline void set_m_eraNames_39(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_eraNames_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value);
}
inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEraNames_40)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; }
inline void set_m_abbrevEraNames_40(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_abbrevEraNames_40 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value);
}
inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEnglishEraNames_41)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; }
inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_abbrevEnglishEraNames_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value);
}
inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___optionalCalendars_42)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_optionalCalendars_42() const { return ___optionalCalendars_42; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; }
inline void set_optionalCalendars_42(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___optionalCalendars_42 = value;
Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value);
}
inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isReadOnly_44)); }
inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; }
inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; }
inline void set_m_isReadOnly_44(bool value)
{
___m_isReadOnly_44 = value;
}
inline static int32_t get_offset_of_formatFlags_45() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___formatFlags_45)); }
inline int32_t get_formatFlags_45() const { return ___formatFlags_45; }
inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; }
inline void set_formatFlags_45(int32_t value)
{
___formatFlags_45 = value;
}
inline static int32_t get_offset_of_CultureID_47() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___CultureID_47)); }
inline int32_t get_CultureID_47() const { return ___CultureID_47; }
inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; }
inline void set_CultureID_47(int32_t value)
{
___CultureID_47 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_useUserOverride_48)); }
inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; }
inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; }
inline void set_m_useUserOverride_48(bool value)
{
___m_useUserOverride_48 = value;
}
inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___bUseCalendarInfo_49)); }
inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; }
inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; }
inline void set_bUseCalendarInfo_49(bool value)
{
___bUseCalendarInfo_49 = value;
}
inline static int32_t get_offset_of_nDataItem_50() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___nDataItem_50)); }
inline int32_t get_nDataItem_50() const { return ___nDataItem_50; }
inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; }
inline void set_nDataItem_50(int32_t value)
{
___nDataItem_50 = value;
}
inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isDefaultCalendar_51)); }
inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; }
inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; }
inline void set_m_isDefaultCalendar_51(bool value)
{
___m_isDefaultCalendar_51 = value;
}
inline static int32_t get_offset_of_m_dateWords_53() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dateWords_53)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_dateWords_53() const { return ___m_dateWords_53; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_dateWords_53() { return &___m_dateWords_53; }
inline void set_m_dateWords_53(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_dateWords_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value);
}
inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanPositivePattern_54)); }
inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; }
inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; }
inline void set_m_fullTimeSpanPositivePattern_54(String_t* value)
{
___m_fullTimeSpanPositivePattern_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value);
}
inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanNegativePattern_55)); }
inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; }
inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; }
inline void set_m_fullTimeSpanNegativePattern_55(String_t* value)
{
___m_fullTimeSpanNegativePattern_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value);
}
inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dtfiTokenHash_57)); }
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; }
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; }
inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* value)
{
___m_dtfiTokenHash_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value);
}
};
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields
{
public:
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___invariantInfo_0;
// System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens
bool ___preferExistingTokens_46;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___s_calendarNativeNames_52;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_jajpDTFI_82;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_zhtwDTFI_83;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___invariantInfo_0)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
}
inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___preferExistingTokens_46)); }
inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; }
inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; }
inline void set_preferExistingTokens_46(bool value)
{
___preferExistingTokens_46 = value;
}
inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_calendarNativeNames_52)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; }
inline void set_s_calendarNativeNames_52(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___s_calendarNativeNames_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value);
}
inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_jajpDTFI_82)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; }
inline void set_s_jajpDTFI_82(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___s_jajpDTFI_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value);
}
inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_zhtwDTFI_83)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; }
inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___s_zhtwDTFI_83 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value);
}
};
// System.Globalization.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.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.Security.SslStream
struct SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 : public AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501
{
public:
// Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::provider
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider_6;
// Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::impl
RuntimeObject* ___impl_7;
public:
inline static int32_t get_offset_of_provider_6() { return static_cast<int32_t>(offsetof(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087, ___provider_6)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_provider_6() const { return ___provider_6; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_provider_6() { return &___provider_6; }
inline void set_provider_6(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___provider_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___provider_6), (void*)value);
}
inline static int32_t get_offset_of_impl_7() { return static_cast<int32_t>(offsetof(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087, ___impl_7)); }
inline RuntimeObject* get_impl_7() const { return ___impl_7; }
inline RuntimeObject** get_address_of_impl_7() { return &___impl_7; }
inline void set_impl_7(RuntimeObject* value)
{
___impl_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___impl_7), (void*)value);
}
};
// System.Nullable`1<Mono.Security.Interface.TlsProtocols>
struct Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10
{
public:
// T System.Nullable`1::value
int32_t ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10, ___value_0)); }
inline int32_t get_value_0() const { return ___value_0; }
inline int32_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(int32_t value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Resources.ResourceManager
struct ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF : public RuntimeObject
{
public:
// System.String System.Resources.ResourceManager::BaseNameField
String_t* ___BaseNameField_0;
// System.Collections.Hashtable System.Resources.ResourceManager::ResourceSets
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___ResourceSets_1;
// System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet> System.Resources.ResourceManager::_resourceSets
Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * ____resourceSets_2;
// System.String System.Resources.ResourceManager::moduleDir
String_t* ___moduleDir_3;
// System.Reflection.Assembly System.Resources.ResourceManager::MainAssembly
Assembly_t * ___MainAssembly_4;
// System.Type System.Resources.ResourceManager::_locationInfo
Type_t * ____locationInfo_5;
// System.Type System.Resources.ResourceManager::_userResourceSet
Type_t * ____userResourceSet_6;
// System.Globalization.CultureInfo System.Resources.ResourceManager::_neutralResourcesCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ____neutralResourcesCulture_7;
// System.Resources.ResourceManager_CultureNameResourceSetPair System.Resources.ResourceManager::_lastUsedResourceCache
CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * ____lastUsedResourceCache_8;
// System.Boolean System.Resources.ResourceManager::_ignoreCase
bool ____ignoreCase_9;
// System.Boolean System.Resources.ResourceManager::UseManifest
bool ___UseManifest_10;
// System.Boolean System.Resources.ResourceManager::UseSatelliteAssem
bool ___UseSatelliteAssem_11;
// System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager::_fallbackLoc
int32_t ____fallbackLoc_12;
// System.Version System.Resources.ResourceManager::_satelliteContractVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ____satelliteContractVersion_13;
// System.Boolean System.Resources.ResourceManager::_lookedForSatelliteContractVersion
bool ____lookedForSatelliteContractVersion_14;
// System.Reflection.Assembly System.Resources.ResourceManager::_callingAssembly
Assembly_t * ____callingAssembly_15;
// System.Reflection.RuntimeAssembly System.Resources.ResourceManager::m_callingAssembly
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___m_callingAssembly_16;
// System.Resources.IResourceGroveler System.Resources.ResourceManager::resourceGroveler
RuntimeObject* ___resourceGroveler_17;
public:
inline static int32_t get_offset_of_BaseNameField_0() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___BaseNameField_0)); }
inline String_t* get_BaseNameField_0() const { return ___BaseNameField_0; }
inline String_t** get_address_of_BaseNameField_0() { return &___BaseNameField_0; }
inline void set_BaseNameField_0(String_t* value)
{
___BaseNameField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___BaseNameField_0), (void*)value);
}
inline static int32_t get_offset_of_ResourceSets_1() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___ResourceSets_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_ResourceSets_1() const { return ___ResourceSets_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_ResourceSets_1() { return &___ResourceSets_1; }
inline void set_ResourceSets_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___ResourceSets_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ResourceSets_1), (void*)value);
}
inline static int32_t get_offset_of__resourceSets_2() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____resourceSets_2)); }
inline Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * get__resourceSets_2() const { return ____resourceSets_2; }
inline Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 ** get_address_of__resourceSets_2() { return &____resourceSets_2; }
inline void set__resourceSets_2(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * value)
{
____resourceSets_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____resourceSets_2), (void*)value);
}
inline static int32_t get_offset_of_moduleDir_3() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___moduleDir_3)); }
inline String_t* get_moduleDir_3() const { return ___moduleDir_3; }
inline String_t** get_address_of_moduleDir_3() { return &___moduleDir_3; }
inline void set_moduleDir_3(String_t* value)
{
___moduleDir_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___moduleDir_3), (void*)value);
}
inline static int32_t get_offset_of_MainAssembly_4() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___MainAssembly_4)); }
inline Assembly_t * get_MainAssembly_4() const { return ___MainAssembly_4; }
inline Assembly_t ** get_address_of_MainAssembly_4() { return &___MainAssembly_4; }
inline void set_MainAssembly_4(Assembly_t * value)
{
___MainAssembly_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MainAssembly_4), (void*)value);
}
inline static int32_t get_offset_of__locationInfo_5() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____locationInfo_5)); }
inline Type_t * get__locationInfo_5() const { return ____locationInfo_5; }
inline Type_t ** get_address_of__locationInfo_5() { return &____locationInfo_5; }
inline void set__locationInfo_5(Type_t * value)
{
____locationInfo_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____locationInfo_5), (void*)value);
}
inline static int32_t get_offset_of__userResourceSet_6() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____userResourceSet_6)); }
inline Type_t * get__userResourceSet_6() const { return ____userResourceSet_6; }
inline Type_t ** get_address_of__userResourceSet_6() { return &____userResourceSet_6; }
inline void set__userResourceSet_6(Type_t * value)
{
____userResourceSet_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____userResourceSet_6), (void*)value);
}
inline static int32_t get_offset_of__neutralResourcesCulture_7() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____neutralResourcesCulture_7)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get__neutralResourcesCulture_7() const { return ____neutralResourcesCulture_7; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of__neutralResourcesCulture_7() { return &____neutralResourcesCulture_7; }
inline void set__neutralResourcesCulture_7(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
____neutralResourcesCulture_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____neutralResourcesCulture_7), (void*)value);
}
inline static int32_t get_offset_of__lastUsedResourceCache_8() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____lastUsedResourceCache_8)); }
inline CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * get__lastUsedResourceCache_8() const { return ____lastUsedResourceCache_8; }
inline CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 ** get_address_of__lastUsedResourceCache_8() { return &____lastUsedResourceCache_8; }
inline void set__lastUsedResourceCache_8(CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * value)
{
____lastUsedResourceCache_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastUsedResourceCache_8), (void*)value);
}
inline static int32_t get_offset_of__ignoreCase_9() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____ignoreCase_9)); }
inline bool get__ignoreCase_9() const { return ____ignoreCase_9; }
inline bool* get_address_of__ignoreCase_9() { return &____ignoreCase_9; }
inline void set__ignoreCase_9(bool value)
{
____ignoreCase_9 = value;
}
inline static int32_t get_offset_of_UseManifest_10() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___UseManifest_10)); }
inline bool get_UseManifest_10() const { return ___UseManifest_10; }
inline bool* get_address_of_UseManifest_10() { return &___UseManifest_10; }
inline void set_UseManifest_10(bool value)
{
___UseManifest_10 = value;
}
inline static int32_t get_offset_of_UseSatelliteAssem_11() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___UseSatelliteAssem_11)); }
inline bool get_UseSatelliteAssem_11() const { return ___UseSatelliteAssem_11; }
inline bool* get_address_of_UseSatelliteAssem_11() { return &___UseSatelliteAssem_11; }
inline void set_UseSatelliteAssem_11(bool value)
{
___UseSatelliteAssem_11 = value;
}
inline static int32_t get_offset_of__fallbackLoc_12() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____fallbackLoc_12)); }
inline int32_t get__fallbackLoc_12() const { return ____fallbackLoc_12; }
inline int32_t* get_address_of__fallbackLoc_12() { return &____fallbackLoc_12; }
inline void set__fallbackLoc_12(int32_t value)
{
____fallbackLoc_12 = value;
}
inline static int32_t get_offset_of__satelliteContractVersion_13() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____satelliteContractVersion_13)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get__satelliteContractVersion_13() const { return ____satelliteContractVersion_13; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of__satelliteContractVersion_13() { return &____satelliteContractVersion_13; }
inline void set__satelliteContractVersion_13(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
____satelliteContractVersion_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____satelliteContractVersion_13), (void*)value);
}
inline static int32_t get_offset_of__lookedForSatelliteContractVersion_14() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____lookedForSatelliteContractVersion_14)); }
inline bool get__lookedForSatelliteContractVersion_14() const { return ____lookedForSatelliteContractVersion_14; }
inline bool* get_address_of__lookedForSatelliteContractVersion_14() { return &____lookedForSatelliteContractVersion_14; }
inline void set__lookedForSatelliteContractVersion_14(bool value)
{
____lookedForSatelliteContractVersion_14 = value;
}
inline static int32_t get_offset_of__callingAssembly_15() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____callingAssembly_15)); }
inline Assembly_t * get__callingAssembly_15() const { return ____callingAssembly_15; }
inline Assembly_t ** get_address_of__callingAssembly_15() { return &____callingAssembly_15; }
inline void set__callingAssembly_15(Assembly_t * value)
{
____callingAssembly_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&____callingAssembly_15), (void*)value);
}
inline static int32_t get_offset_of_m_callingAssembly_16() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___m_callingAssembly_16)); }
inline RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * get_m_callingAssembly_16() const { return ___m_callingAssembly_16; }
inline RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 ** get_address_of_m_callingAssembly_16() { return &___m_callingAssembly_16; }
inline void set_m_callingAssembly_16(RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * value)
{
___m_callingAssembly_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_callingAssembly_16), (void*)value);
}
inline static int32_t get_offset_of_resourceGroveler_17() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___resourceGroveler_17)); }
inline RuntimeObject* get_resourceGroveler_17() const { return ___resourceGroveler_17; }
inline RuntimeObject** get_address_of_resourceGroveler_17() { return &___resourceGroveler_17; }
inline void set_resourceGroveler_17(RuntimeObject* value)
{
___resourceGroveler_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___resourceGroveler_17), (void*)value);
}
};
struct ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields
{
public:
// System.Int32 System.Resources.ResourceManager::MagicNumber
int32_t ___MagicNumber_18;
// System.Int32 System.Resources.ResourceManager::HeaderVersionNumber
int32_t ___HeaderVersionNumber_19;
// System.Type System.Resources.ResourceManager::_minResourceSet
Type_t * ____minResourceSet_20;
// System.String System.Resources.ResourceManager::ResReaderTypeName
String_t* ___ResReaderTypeName_21;
// System.String System.Resources.ResourceManager::ResSetTypeName
String_t* ___ResSetTypeName_22;
// System.String System.Resources.ResourceManager::MscorlibName
String_t* ___MscorlibName_23;
// System.Int32 System.Resources.ResourceManager::DEBUG
int32_t ___DEBUG_24;
public:
inline static int32_t get_offset_of_MagicNumber_18() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___MagicNumber_18)); }
inline int32_t get_MagicNumber_18() const { return ___MagicNumber_18; }
inline int32_t* get_address_of_MagicNumber_18() { return &___MagicNumber_18; }
inline void set_MagicNumber_18(int32_t value)
{
___MagicNumber_18 = value;
}
inline static int32_t get_offset_of_HeaderVersionNumber_19() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___HeaderVersionNumber_19)); }
inline int32_t get_HeaderVersionNumber_19() const { return ___HeaderVersionNumber_19; }
inline int32_t* get_address_of_HeaderVersionNumber_19() { return &___HeaderVersionNumber_19; }
inline void set_HeaderVersionNumber_19(int32_t value)
{
___HeaderVersionNumber_19 = value;
}
inline static int32_t get_offset_of__minResourceSet_20() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ____minResourceSet_20)); }
inline Type_t * get__minResourceSet_20() const { return ____minResourceSet_20; }
inline Type_t ** get_address_of__minResourceSet_20() { return &____minResourceSet_20; }
inline void set__minResourceSet_20(Type_t * value)
{
____minResourceSet_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____minResourceSet_20), (void*)value);
}
inline static int32_t get_offset_of_ResReaderTypeName_21() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___ResReaderTypeName_21)); }
inline String_t* get_ResReaderTypeName_21() const { return ___ResReaderTypeName_21; }
inline String_t** get_address_of_ResReaderTypeName_21() { return &___ResReaderTypeName_21; }
inline void set_ResReaderTypeName_21(String_t* value)
{
___ResReaderTypeName_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ResReaderTypeName_21), (void*)value);
}
inline static int32_t get_offset_of_ResSetTypeName_22() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___ResSetTypeName_22)); }
inline String_t* get_ResSetTypeName_22() const { return ___ResSetTypeName_22; }
inline String_t** get_address_of_ResSetTypeName_22() { return &___ResSetTypeName_22; }
inline void set_ResSetTypeName_22(String_t* value)
{
___ResSetTypeName_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ResSetTypeName_22), (void*)value);
}
inline static int32_t get_offset_of_MscorlibName_23() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___MscorlibName_23)); }
inline String_t* get_MscorlibName_23() const { return ___MscorlibName_23; }
inline String_t** get_address_of_MscorlibName_23() { return &___MscorlibName_23; }
inline void set_MscorlibName_23(String_t* value)
{
___MscorlibName_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MscorlibName_23), (void*)value);
}
inline static int32_t get_offset_of_DEBUG_24() { return static_cast<int32_t>(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___DEBUG_24)); }
inline int32_t get_DEBUG_24() const { return ___DEBUG_24; }
inline int32_t* get_address_of_DEBUG_24() { return &___DEBUG_24; }
inline void set_DEBUG_24(int32_t value)
{
___DEBUG_24 = value;
}
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// Mono.Security.Interface.MonoTlsSettings
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF : public RuntimeObject
{
public:
// Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::<RemoteCertificateValidationCallback>k__BackingField
MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0;
// Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::<ClientCertificateSelectionCallback>k__BackingField
MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1;
// System.Nullable`1<System.DateTime> Mono.Security.Interface.MonoTlsSettings::<CertificateValidationTime>k__BackingField
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___U3CCertificateValidationTimeU3Ek__BackingField_2;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::<TrustAnchors>k__BackingField
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___U3CTrustAnchorsU3Ek__BackingField_3;
// System.Object Mono.Security.Interface.MonoTlsSettings::<UserSettings>k__BackingField
RuntimeObject * ___U3CUserSettingsU3Ek__BackingField_4;
// System.String[] Mono.Security.Interface.MonoTlsSettings::<CertificateSearchPaths>k__BackingField
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___U3CCertificateSearchPathsU3Ek__BackingField_5;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::<SendCloseNotify>k__BackingField
bool ___U3CSendCloseNotifyU3Ek__BackingField_6;
// System.Nullable`1<Mono.Security.Interface.TlsProtocols> Mono.Security.Interface.MonoTlsSettings::<EnabledProtocols>k__BackingField
Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 ___U3CEnabledProtocolsU3Ek__BackingField_7;
// Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::<EnabledCiphers>k__BackingField
CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* ___U3CEnabledCiphersU3Ek__BackingField_8;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::cloned
bool ___cloned_9;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertName
bool ___checkCertName_10;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertRevocationStatus
bool ___checkCertRevocationStatus_11;
// System.Nullable`1<System.Boolean> Mono.Security.Interface.MonoTlsSettings::useServicePointManagerCallback
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___useServicePointManagerCallback_12;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::skipSystemValidators
bool ___skipSystemValidators_13;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::callbackNeedsChain
bool ___callbackNeedsChain_14;
// Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::certificateValidator
RuntimeObject* ___certificateValidator_15;
public:
inline static int32_t get_offset_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0)); }
inline MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() const { return ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; }
inline MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 ** get_address_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return &___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; }
inline void set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * value)
{
___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1)); }
inline MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() const { return ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; }
inline MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A ** get_address_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return &___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; }
inline void set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * value)
{
___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CCertificateValidationTimeU3Ek__BackingField_2)); }
inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 get_U3CCertificateValidationTimeU3Ek__BackingField_2() const { return ___U3CCertificateValidationTimeU3Ek__BackingField_2; }
inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * get_address_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return &___U3CCertificateValidationTimeU3Ek__BackingField_2; }
inline void set_U3CCertificateValidationTimeU3Ek__BackingField_2(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 value)
{
___U3CCertificateValidationTimeU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CTrustAnchorsU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CTrustAnchorsU3Ek__BackingField_3)); }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_U3CTrustAnchorsU3Ek__BackingField_3() const { return ___U3CTrustAnchorsU3Ek__BackingField_3; }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_U3CTrustAnchorsU3Ek__BackingField_3() { return &___U3CTrustAnchorsU3Ek__BackingField_3; }
inline void set_U3CTrustAnchorsU3Ek__BackingField_3(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value)
{
___U3CTrustAnchorsU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CTrustAnchorsU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3CUserSettingsU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CUserSettingsU3Ek__BackingField_4)); }
inline RuntimeObject * get_U3CUserSettingsU3Ek__BackingField_4() const { return ___U3CUserSettingsU3Ek__BackingField_4; }
inline RuntimeObject ** get_address_of_U3CUserSettingsU3Ek__BackingField_4() { return &___U3CUserSettingsU3Ek__BackingField_4; }
inline void set_U3CUserSettingsU3Ek__BackingField_4(RuntimeObject * value)
{
___U3CUserSettingsU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CUserSettingsU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CCertificateSearchPathsU3Ek__BackingField_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_U3CCertificateSearchPathsU3Ek__BackingField_5() const { return ___U3CCertificateSearchPathsU3Ek__BackingField_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return &___U3CCertificateSearchPathsU3Ek__BackingField_5; }
inline void set_U3CCertificateSearchPathsU3Ek__BackingField_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___U3CCertificateSearchPathsU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CCertificateSearchPathsU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CSendCloseNotifyU3Ek__BackingField_6)); }
inline bool get_U3CSendCloseNotifyU3Ek__BackingField_6() const { return ___U3CSendCloseNotifyU3Ek__BackingField_6; }
inline bool* get_address_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return &___U3CSendCloseNotifyU3Ek__BackingField_6; }
inline void set_U3CSendCloseNotifyU3Ek__BackingField_6(bool value)
{
___U3CSendCloseNotifyU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CEnabledProtocolsU3Ek__BackingField_7)); }
inline Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 get_U3CEnabledProtocolsU3Ek__BackingField_7() const { return ___U3CEnabledProtocolsU3Ek__BackingField_7; }
inline Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 * get_address_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return &___U3CEnabledProtocolsU3Ek__BackingField_7; }
inline void set_U3CEnabledProtocolsU3Ek__BackingField_7(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 value)
{
___U3CEnabledProtocolsU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_U3CEnabledCiphersU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CEnabledCiphersU3Ek__BackingField_8)); }
inline CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* get_U3CEnabledCiphersU3Ek__BackingField_8() const { return ___U3CEnabledCiphersU3Ek__BackingField_8; }
inline CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4** get_address_of_U3CEnabledCiphersU3Ek__BackingField_8() { return &___U3CEnabledCiphersU3Ek__BackingField_8; }
inline void set_U3CEnabledCiphersU3Ek__BackingField_8(CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* value)
{
___U3CEnabledCiphersU3Ek__BackingField_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CEnabledCiphersU3Ek__BackingField_8), (void*)value);
}
inline static int32_t get_offset_of_cloned_9() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___cloned_9)); }
inline bool get_cloned_9() const { return ___cloned_9; }
inline bool* get_address_of_cloned_9() { return &___cloned_9; }
inline void set_cloned_9(bool value)
{
___cloned_9 = value;
}
inline static int32_t get_offset_of_checkCertName_10() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___checkCertName_10)); }
inline bool get_checkCertName_10() const { return ___checkCertName_10; }
inline bool* get_address_of_checkCertName_10() { return &___checkCertName_10; }
inline void set_checkCertName_10(bool value)
{
___checkCertName_10 = value;
}
inline static int32_t get_offset_of_checkCertRevocationStatus_11() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___checkCertRevocationStatus_11)); }
inline bool get_checkCertRevocationStatus_11() const { return ___checkCertRevocationStatus_11; }
inline bool* get_address_of_checkCertRevocationStatus_11() { return &___checkCertRevocationStatus_11; }
inline void set_checkCertRevocationStatus_11(bool value)
{
___checkCertRevocationStatus_11 = value;
}
inline static int32_t get_offset_of_useServicePointManagerCallback_12() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___useServicePointManagerCallback_12)); }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_useServicePointManagerCallback_12() const { return ___useServicePointManagerCallback_12; }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_useServicePointManagerCallback_12() { return &___useServicePointManagerCallback_12; }
inline void set_useServicePointManagerCallback_12(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value)
{
___useServicePointManagerCallback_12 = value;
}
inline static int32_t get_offset_of_skipSystemValidators_13() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___skipSystemValidators_13)); }
inline bool get_skipSystemValidators_13() const { return ___skipSystemValidators_13; }
inline bool* get_address_of_skipSystemValidators_13() { return &___skipSystemValidators_13; }
inline void set_skipSystemValidators_13(bool value)
{
___skipSystemValidators_13 = value;
}
inline static int32_t get_offset_of_callbackNeedsChain_14() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___callbackNeedsChain_14)); }
inline bool get_callbackNeedsChain_14() const { return ___callbackNeedsChain_14; }
inline bool* get_address_of_callbackNeedsChain_14() { return &___callbackNeedsChain_14; }
inline void set_callbackNeedsChain_14(bool value)
{
___callbackNeedsChain_14 = value;
}
inline static int32_t get_offset_of_certificateValidator_15() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___certificateValidator_15)); }
inline RuntimeObject* get_certificateValidator_15() const { return ___certificateValidator_15; }
inline RuntimeObject** get_address_of_certificateValidator_15() { return &___certificateValidator_15; }
inline void set_certificateValidator_15(RuntimeObject* value)
{
___certificateValidator_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___certificateValidator_15), (void*)value);
}
};
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF_StaticFields
{
public:
// Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___defaultSettings_16;
public:
inline static int32_t get_offset_of_defaultSettings_16() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF_StaticFields, ___defaultSettings_16)); }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_defaultSettings_16() const { return ___defaultSettings_16; }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_defaultSettings_16() { return &___defaultSettings_16; }
inline void set_defaultSettings_16(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value)
{
___defaultSettings_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultSettings_16), (void*)value);
}
};
// Mono.Unity.UnityTls_unitytls_interface_struct
struct unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF : public RuntimeObject
{
public:
// System.UInt64 Mono.Unity.UnityTls_unitytls_interface_struct::UNITYTLS_INVALID_HANDLE
uint64_t ___UNITYTLS_INVALID_HANDLE_0;
// Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange Mono.Unity.UnityTls_unitytls_interface_struct::UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT
unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_errorstate_create
unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * ___unitytls_errorstate_create_2;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_errorstate_raise_error
unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * ___unitytls_errorstate_raise_error_3;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_key_get_ref
unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * ___unitytls_key_get_ref_4;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_key_parse_der
unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B * ___unitytls_key_parse_der_5;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_key_parse_pem
unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB * ___unitytls_key_parse_pem_6;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_free_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_key_free
unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * ___unitytls_key_free_7;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509_export_der
unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856 * ___unitytls_x509_export_der_8;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_get_ref
unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * ___unitytls_x509list_get_ref_9;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_get_x509
unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5 * ___unitytls_x509list_get_x509_10;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_create_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_create
unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * ___unitytls_x509list_create_11;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_append_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_append
unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF * ___unitytls_x509list_append_12;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_append_der
unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * ___unitytls_x509list_append_der_13;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_append_pem
unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * ___unitytls_x509list_append_pem_14;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_free_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_free
unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * ___unitytls_x509list_free_15;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509verify_default_ca
unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * ___unitytls_x509verify_default_ca_16;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509verify_explicit_ca
unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * ___unitytls_x509verify_explicit_ca_17;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_create_server
unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D * ___unitytls_tlsctx_create_server_18;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_create_client
unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 * ___unitytls_tlsctx_create_client_19;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_server_require_client_authentication
unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 * ___unitytls_tlsctx_server_require_client_authentication_20;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_set_certificate_callback
unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 * ___unitytls_tlsctx_set_certificate_callback_21;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_set_trace_callback
unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A * ___unitytls_tlsctx_set_trace_callback_22;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_set_x509verify_callback
unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B * ___unitytls_tlsctx_set_x509verify_callback_23;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_set_supported_ciphersuites
unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE * ___unitytls_tlsctx_set_supported_ciphersuites_24;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_get_ciphersuite
unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 * ___unitytls_tlsctx_get_ciphersuite_25;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_get_protocol
unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 * ___unitytls_tlsctx_get_protocol_26;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_process_handshake
unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D * ___unitytls_tlsctx_process_handshake_27;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_read
unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 * ___unitytls_tlsctx_read_28;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_write
unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C * ___unitytls_tlsctx_write_29;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_notify_close
unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D * ___unitytls_tlsctx_notify_close_30;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_free
unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 * ___unitytls_tlsctx_free_31;
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_random_generate_bytes
unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7 * ___unitytls_random_generate_bytes_32;
public:
inline static int32_t get_offset_of_UNITYTLS_INVALID_HANDLE_0() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___UNITYTLS_INVALID_HANDLE_0)); }
inline uint64_t get_UNITYTLS_INVALID_HANDLE_0() const { return ___UNITYTLS_INVALID_HANDLE_0; }
inline uint64_t* get_address_of_UNITYTLS_INVALID_HANDLE_0() { return &___UNITYTLS_INVALID_HANDLE_0; }
inline void set_UNITYTLS_INVALID_HANDLE_0(uint64_t value)
{
___UNITYTLS_INVALID_HANDLE_0 = value;
}
inline static int32_t get_offset_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1)); }
inline unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 get_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() const { return ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; }
inline unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 * get_address_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return &___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; }
inline void set_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 value)
{
___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1 = value;
}
inline static int32_t get_offset_of_unitytls_errorstate_create_2() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_errorstate_create_2)); }
inline unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * get_unitytls_errorstate_create_2() const { return ___unitytls_errorstate_create_2; }
inline unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 ** get_address_of_unitytls_errorstate_create_2() { return &___unitytls_errorstate_create_2; }
inline void set_unitytls_errorstate_create_2(unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * value)
{
___unitytls_errorstate_create_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_errorstate_create_2), (void*)value);
}
inline static int32_t get_offset_of_unitytls_errorstate_raise_error_3() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_errorstate_raise_error_3)); }
inline unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * get_unitytls_errorstate_raise_error_3() const { return ___unitytls_errorstate_raise_error_3; }
inline unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 ** get_address_of_unitytls_errorstate_raise_error_3() { return &___unitytls_errorstate_raise_error_3; }
inline void set_unitytls_errorstate_raise_error_3(unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * value)
{
___unitytls_errorstate_raise_error_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_errorstate_raise_error_3), (void*)value);
}
inline static int32_t get_offset_of_unitytls_key_get_ref_4() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_key_get_ref_4)); }
inline unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * get_unitytls_key_get_ref_4() const { return ___unitytls_key_get_ref_4; }
inline unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 ** get_address_of_unitytls_key_get_ref_4() { return &___unitytls_key_get_ref_4; }
inline void set_unitytls_key_get_ref_4(unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * value)
{
___unitytls_key_get_ref_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_get_ref_4), (void*)value);
}
inline static int32_t get_offset_of_unitytls_key_parse_der_5() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_key_parse_der_5)); }
inline unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B * get_unitytls_key_parse_der_5() const { return ___unitytls_key_parse_der_5; }
inline unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B ** get_address_of_unitytls_key_parse_der_5() { return &___unitytls_key_parse_der_5; }
inline void set_unitytls_key_parse_der_5(unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B * value)
{
___unitytls_key_parse_der_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_parse_der_5), (void*)value);
}
inline static int32_t get_offset_of_unitytls_key_parse_pem_6() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_key_parse_pem_6)); }
inline unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB * get_unitytls_key_parse_pem_6() const { return ___unitytls_key_parse_pem_6; }
inline unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB ** get_address_of_unitytls_key_parse_pem_6() { return &___unitytls_key_parse_pem_6; }
inline void set_unitytls_key_parse_pem_6(unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB * value)
{
___unitytls_key_parse_pem_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_parse_pem_6), (void*)value);
}
inline static int32_t get_offset_of_unitytls_key_free_7() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_key_free_7)); }
inline unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * get_unitytls_key_free_7() const { return ___unitytls_key_free_7; }
inline unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB ** get_address_of_unitytls_key_free_7() { return &___unitytls_key_free_7; }
inline void set_unitytls_key_free_7(unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * value)
{
___unitytls_key_free_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_free_7), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509_export_der_8() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509_export_der_8)); }
inline unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856 * get_unitytls_x509_export_der_8() const { return ___unitytls_x509_export_der_8; }
inline unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856 ** get_address_of_unitytls_x509_export_der_8() { return &___unitytls_x509_export_der_8; }
inline void set_unitytls_x509_export_der_8(unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856 * value)
{
___unitytls_x509_export_der_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509_export_der_8), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509list_get_ref_9() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_get_ref_9)); }
inline unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * get_unitytls_x509list_get_ref_9() const { return ___unitytls_x509list_get_ref_9; }
inline unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 ** get_address_of_unitytls_x509list_get_ref_9() { return &___unitytls_x509list_get_ref_9; }
inline void set_unitytls_x509list_get_ref_9(unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * value)
{
___unitytls_x509list_get_ref_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_get_ref_9), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509list_get_x509_10() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_get_x509_10)); }
inline unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5 * get_unitytls_x509list_get_x509_10() const { return ___unitytls_x509list_get_x509_10; }
inline unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5 ** get_address_of_unitytls_x509list_get_x509_10() { return &___unitytls_x509list_get_x509_10; }
inline void set_unitytls_x509list_get_x509_10(unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5 * value)
{
___unitytls_x509list_get_x509_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_get_x509_10), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509list_create_11() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_create_11)); }
inline unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * get_unitytls_x509list_create_11() const { return ___unitytls_x509list_create_11; }
inline unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 ** get_address_of_unitytls_x509list_create_11() { return &___unitytls_x509list_create_11; }
inline void set_unitytls_x509list_create_11(unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * value)
{
___unitytls_x509list_create_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_create_11), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509list_append_12() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_append_12)); }
inline unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF * get_unitytls_x509list_append_12() const { return ___unitytls_x509list_append_12; }
inline unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF ** get_address_of_unitytls_x509list_append_12() { return &___unitytls_x509list_append_12; }
inline void set_unitytls_x509list_append_12(unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF * value)
{
___unitytls_x509list_append_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_12), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509list_append_der_13() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_append_der_13)); }
inline unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * get_unitytls_x509list_append_der_13() const { return ___unitytls_x509list_append_der_13; }
inline unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C ** get_address_of_unitytls_x509list_append_der_13() { return &___unitytls_x509list_append_der_13; }
inline void set_unitytls_x509list_append_der_13(unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * value)
{
___unitytls_x509list_append_der_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_der_13), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509list_append_pem_14() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_append_pem_14)); }
inline unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * get_unitytls_x509list_append_pem_14() const { return ___unitytls_x509list_append_pem_14; }
inline unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C ** get_address_of_unitytls_x509list_append_pem_14() { return &___unitytls_x509list_append_pem_14; }
inline void set_unitytls_x509list_append_pem_14(unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * value)
{
___unitytls_x509list_append_pem_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_pem_14), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509list_free_15() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_free_15)); }
inline unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * get_unitytls_x509list_free_15() const { return ___unitytls_x509list_free_15; }
inline unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 ** get_address_of_unitytls_x509list_free_15() { return &___unitytls_x509list_free_15; }
inline void set_unitytls_x509list_free_15(unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * value)
{
___unitytls_x509list_free_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_free_15), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509verify_default_ca_16() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509verify_default_ca_16)); }
inline unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * get_unitytls_x509verify_default_ca_16() const { return ___unitytls_x509verify_default_ca_16; }
inline unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D ** get_address_of_unitytls_x509verify_default_ca_16() { return &___unitytls_x509verify_default_ca_16; }
inline void set_unitytls_x509verify_default_ca_16(unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * value)
{
___unitytls_x509verify_default_ca_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509verify_default_ca_16), (void*)value);
}
inline static int32_t get_offset_of_unitytls_x509verify_explicit_ca_17() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509verify_explicit_ca_17)); }
inline unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * get_unitytls_x509verify_explicit_ca_17() const { return ___unitytls_x509verify_explicit_ca_17; }
inline unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 ** get_address_of_unitytls_x509verify_explicit_ca_17() { return &___unitytls_x509verify_explicit_ca_17; }
inline void set_unitytls_x509verify_explicit_ca_17(unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * value)
{
___unitytls_x509verify_explicit_ca_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509verify_explicit_ca_17), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_create_server_18() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_create_server_18)); }
inline unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D * get_unitytls_tlsctx_create_server_18() const { return ___unitytls_tlsctx_create_server_18; }
inline unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D ** get_address_of_unitytls_tlsctx_create_server_18() { return &___unitytls_tlsctx_create_server_18; }
inline void set_unitytls_tlsctx_create_server_18(unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D * value)
{
___unitytls_tlsctx_create_server_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_create_server_18), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_create_client_19() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_create_client_19)); }
inline unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 * get_unitytls_tlsctx_create_client_19() const { return ___unitytls_tlsctx_create_client_19; }
inline unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 ** get_address_of_unitytls_tlsctx_create_client_19() { return &___unitytls_tlsctx_create_client_19; }
inline void set_unitytls_tlsctx_create_client_19(unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 * value)
{
___unitytls_tlsctx_create_client_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_create_client_19), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_server_require_client_authentication_20() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_server_require_client_authentication_20)); }
inline unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 * get_unitytls_tlsctx_server_require_client_authentication_20() const { return ___unitytls_tlsctx_server_require_client_authentication_20; }
inline unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 ** get_address_of_unitytls_tlsctx_server_require_client_authentication_20() { return &___unitytls_tlsctx_server_require_client_authentication_20; }
inline void set_unitytls_tlsctx_server_require_client_authentication_20(unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 * value)
{
___unitytls_tlsctx_server_require_client_authentication_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_server_require_client_authentication_20), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_set_certificate_callback_21() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_set_certificate_callback_21)); }
inline unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 * get_unitytls_tlsctx_set_certificate_callback_21() const { return ___unitytls_tlsctx_set_certificate_callback_21; }
inline unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 ** get_address_of_unitytls_tlsctx_set_certificate_callback_21() { return &___unitytls_tlsctx_set_certificate_callback_21; }
inline void set_unitytls_tlsctx_set_certificate_callback_21(unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 * value)
{
___unitytls_tlsctx_set_certificate_callback_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_certificate_callback_21), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_set_trace_callback_22() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_set_trace_callback_22)); }
inline unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A * get_unitytls_tlsctx_set_trace_callback_22() const { return ___unitytls_tlsctx_set_trace_callback_22; }
inline unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A ** get_address_of_unitytls_tlsctx_set_trace_callback_22() { return &___unitytls_tlsctx_set_trace_callback_22; }
inline void set_unitytls_tlsctx_set_trace_callback_22(unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A * value)
{
___unitytls_tlsctx_set_trace_callback_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_trace_callback_22), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_set_x509verify_callback_23() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_set_x509verify_callback_23)); }
inline unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B * get_unitytls_tlsctx_set_x509verify_callback_23() const { return ___unitytls_tlsctx_set_x509verify_callback_23; }
inline unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B ** get_address_of_unitytls_tlsctx_set_x509verify_callback_23() { return &___unitytls_tlsctx_set_x509verify_callback_23; }
inline void set_unitytls_tlsctx_set_x509verify_callback_23(unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B * value)
{
___unitytls_tlsctx_set_x509verify_callback_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_x509verify_callback_23), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_set_supported_ciphersuites_24)); }
inline unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE * get_unitytls_tlsctx_set_supported_ciphersuites_24() const { return ___unitytls_tlsctx_set_supported_ciphersuites_24; }
inline unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE ** get_address_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return &___unitytls_tlsctx_set_supported_ciphersuites_24; }
inline void set_unitytls_tlsctx_set_supported_ciphersuites_24(unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE * value)
{
___unitytls_tlsctx_set_supported_ciphersuites_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_supported_ciphersuites_24), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_get_ciphersuite_25() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_get_ciphersuite_25)); }
inline unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 * get_unitytls_tlsctx_get_ciphersuite_25() const { return ___unitytls_tlsctx_get_ciphersuite_25; }
inline unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 ** get_address_of_unitytls_tlsctx_get_ciphersuite_25() { return &___unitytls_tlsctx_get_ciphersuite_25; }
inline void set_unitytls_tlsctx_get_ciphersuite_25(unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 * value)
{
___unitytls_tlsctx_get_ciphersuite_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_get_ciphersuite_25), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_get_protocol_26() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_get_protocol_26)); }
inline unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 * get_unitytls_tlsctx_get_protocol_26() const { return ___unitytls_tlsctx_get_protocol_26; }
inline unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 ** get_address_of_unitytls_tlsctx_get_protocol_26() { return &___unitytls_tlsctx_get_protocol_26; }
inline void set_unitytls_tlsctx_get_protocol_26(unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 * value)
{
___unitytls_tlsctx_get_protocol_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_get_protocol_26), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_process_handshake_27() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_process_handshake_27)); }
inline unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D * get_unitytls_tlsctx_process_handshake_27() const { return ___unitytls_tlsctx_process_handshake_27; }
inline unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D ** get_address_of_unitytls_tlsctx_process_handshake_27() { return &___unitytls_tlsctx_process_handshake_27; }
inline void set_unitytls_tlsctx_process_handshake_27(unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D * value)
{
___unitytls_tlsctx_process_handshake_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_process_handshake_27), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_read_28() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_read_28)); }
inline unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 * get_unitytls_tlsctx_read_28() const { return ___unitytls_tlsctx_read_28; }
inline unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 ** get_address_of_unitytls_tlsctx_read_28() { return &___unitytls_tlsctx_read_28; }
inline void set_unitytls_tlsctx_read_28(unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 * value)
{
___unitytls_tlsctx_read_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_read_28), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_write_29() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_write_29)); }
inline unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C * get_unitytls_tlsctx_write_29() const { return ___unitytls_tlsctx_write_29; }
inline unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C ** get_address_of_unitytls_tlsctx_write_29() { return &___unitytls_tlsctx_write_29; }
inline void set_unitytls_tlsctx_write_29(unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C * value)
{
___unitytls_tlsctx_write_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_write_29), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_notify_close_30() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_notify_close_30)); }
inline unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D * get_unitytls_tlsctx_notify_close_30() const { return ___unitytls_tlsctx_notify_close_30; }
inline unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D ** get_address_of_unitytls_tlsctx_notify_close_30() { return &___unitytls_tlsctx_notify_close_30; }
inline void set_unitytls_tlsctx_notify_close_30(unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D * value)
{
___unitytls_tlsctx_notify_close_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_notify_close_30), (void*)value);
}
inline static int32_t get_offset_of_unitytls_tlsctx_free_31() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_free_31)); }
inline unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 * get_unitytls_tlsctx_free_31() const { return ___unitytls_tlsctx_free_31; }
inline unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 ** get_address_of_unitytls_tlsctx_free_31() { return &___unitytls_tlsctx_free_31; }
inline void set_unitytls_tlsctx_free_31(unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 * value)
{
___unitytls_tlsctx_free_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_free_31), (void*)value);
}
inline static int32_t get_offset_of_unitytls_random_generate_bytes_32() { return static_cast<int32_t>(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_random_generate_bytes_32)); }
inline unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7 * get_unitytls_random_generate_bytes_32() const { return ___unitytls_random_generate_bytes_32; }
inline unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7 ** get_address_of_unitytls_random_generate_bytes_32() { return &___unitytls_random_generate_bytes_32; }
inline void set_unitytls_random_generate_bytes_32(unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7 * value)
{
___unitytls_random_generate_bytes_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unitytls_random_generate_bytes_32), (void*)value);
}
};
// Native definition for P/Invoke marshalling of Mono.Unity.UnityTls/unitytls_interface_struct
struct unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF_marshaled_pinvoke
{
uint64_t ___UNITYTLS_INVALID_HANDLE_0;
unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1;
Il2CppMethodPointer ___unitytls_errorstate_create_2;
Il2CppMethodPointer ___unitytls_errorstate_raise_error_3;
Il2CppMethodPointer ___unitytls_key_get_ref_4;
Il2CppMethodPointer ___unitytls_key_parse_der_5;
Il2CppMethodPointer ___unitytls_key_parse_pem_6;
Il2CppMethodPointer ___unitytls_key_free_7;
Il2CppMethodPointer ___unitytls_x509_export_der_8;
Il2CppMethodPointer ___unitytls_x509list_get_ref_9;
Il2CppMethodPointer ___unitytls_x509list_get_x509_10;
Il2CppMethodPointer ___unitytls_x509list_create_11;
Il2CppMethodPointer ___unitytls_x509list_append_12;
Il2CppMethodPointer ___unitytls_x509list_append_der_13;
Il2CppMethodPointer ___unitytls_x509list_append_pem_14;
Il2CppMethodPointer ___unitytls_x509list_free_15;
Il2CppMethodPointer ___unitytls_x509verify_default_ca_16;
Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17;
Il2CppMethodPointer ___unitytls_tlsctx_create_server_18;
Il2CppMethodPointer ___unitytls_tlsctx_create_client_19;
Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20;
Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21;
Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22;
Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23;
Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24;
Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25;
Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26;
Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27;
Il2CppMethodPointer ___unitytls_tlsctx_read_28;
Il2CppMethodPointer ___unitytls_tlsctx_write_29;
Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30;
Il2CppMethodPointer ___unitytls_tlsctx_free_31;
Il2CppMethodPointer ___unitytls_random_generate_bytes_32;
};
// Native definition for COM marshalling of Mono.Unity.UnityTls/unitytls_interface_struct
struct unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF_marshaled_com
{
uint64_t ___UNITYTLS_INVALID_HANDLE_0;
unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1;
Il2CppMethodPointer ___unitytls_errorstate_create_2;
Il2CppMethodPointer ___unitytls_errorstate_raise_error_3;
Il2CppMethodPointer ___unitytls_key_get_ref_4;
Il2CppMethodPointer ___unitytls_key_parse_der_5;
Il2CppMethodPointer ___unitytls_key_parse_pem_6;
Il2CppMethodPointer ___unitytls_key_free_7;
Il2CppMethodPointer ___unitytls_x509_export_der_8;
Il2CppMethodPointer ___unitytls_x509list_get_ref_9;
Il2CppMethodPointer ___unitytls_x509list_get_x509_10;
Il2CppMethodPointer ___unitytls_x509list_create_11;
Il2CppMethodPointer ___unitytls_x509list_append_12;
Il2CppMethodPointer ___unitytls_x509list_append_der_13;
Il2CppMethodPointer ___unitytls_x509list_append_pem_14;
Il2CppMethodPointer ___unitytls_x509list_free_15;
Il2CppMethodPointer ___unitytls_x509verify_default_ca_16;
Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17;
Il2CppMethodPointer ___unitytls_tlsctx_create_server_18;
Il2CppMethodPointer ___unitytls_tlsctx_create_client_19;
Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20;
Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21;
Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22;
Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23;
Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24;
Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25;
Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26;
Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27;
Il2CppMethodPointer ___unitytls_tlsctx_read_28;
Il2CppMethodPointer ___unitytls_tlsctx_write_29;
Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30;
Il2CppMethodPointer ___unitytls_tlsctx_free_31;
Il2CppMethodPointer ___unitytls_random_generate_bytes_32;
};
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t
struct unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 : public MulticastDelegate_t
{
public:
public:
};
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_create_t
struct unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 : public MulticastDelegate_t
{
public:
public:
};
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_free_t
struct unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 : public MulticastDelegate_t
{
public:
public:
};
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t
struct unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 : public MulticastDelegate_t
{
public:
public:
};
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t
struct unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D : public MulticastDelegate_t
{
public:
public:
};
// Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t
struct unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 : public MulticastDelegate_t
{
public:
public:
};
// Mono.Unity.UnityTls_unitytls_x509verify_callback
struct unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 : public MulticastDelegate_t
{
public:
public:
};
// Mono.Unity.UnityTlsContext
struct UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 : public MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127
{
public:
// Mono.Unity.UnityTls_unitytls_tlsctx* Mono.Unity.UnityTlsContext::tlsContext
unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___tlsContext_9;
// Mono.Unity.UnityTls_unitytls_x509list* Mono.Unity.UnityTlsContext::requestedClientCertChain
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___requestedClientCertChain_10;
// Mono.Unity.UnityTls_unitytls_key* Mono.Unity.UnityTlsContext::requestedClientKey
unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * ___requestedClientKey_11;
// Mono.Unity.UnityTls_unitytls_tlsctx_read_callback Mono.Unity.UnityTlsContext::readCallback
unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * ___readCallback_12;
// Mono.Unity.UnityTls_unitytls_tlsctx_write_callback Mono.Unity.UnityTlsContext::writeCallback
unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * ___writeCallback_13;
// Mono.Unity.UnityTls_unitytls_tlsctx_certificate_callback Mono.Unity.UnityTlsContext::certificateCallback
unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 * ___certificateCallback_14;
// Mono.Unity.UnityTls_unitytls_tlsctx_x509verify_callback Mono.Unity.UnityTlsContext::verifyCallback
unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * ___verifyCallback_15;
// System.Security.Cryptography.X509Certificates.X509Certificate Mono.Unity.UnityTlsContext::localClientCertificate
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___localClientCertificate_16;
// System.Security.Cryptography.X509Certificates.X509Certificate Mono.Unity.UnityTlsContext::remoteCertificate
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___remoteCertificate_17;
// Mono.Security.Interface.MonoTlsConnectionInfo Mono.Unity.UnityTlsContext::connectioninfo
MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * ___connectioninfo_18;
// System.Boolean Mono.Unity.UnityTlsContext::isAuthenticated
bool ___isAuthenticated_19;
// System.Boolean Mono.Unity.UnityTlsContext::hasContext
bool ___hasContext_20;
// System.Boolean Mono.Unity.UnityTlsContext::closedGraceful
bool ___closedGraceful_21;
// System.Byte[] Mono.Unity.UnityTlsContext::writeBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___writeBuffer_22;
// System.Byte[] Mono.Unity.UnityTlsContext::readBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___readBuffer_23;
// System.Runtime.InteropServices.GCHandle Mono.Unity.UnityTlsContext::handle
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___handle_24;
// System.Exception Mono.Unity.UnityTlsContext::lastException
Exception_t * ___lastException_25;
public:
inline static int32_t get_offset_of_tlsContext_9() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___tlsContext_9)); }
inline unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * get_tlsContext_9() const { return ___tlsContext_9; }
inline unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 ** get_address_of_tlsContext_9() { return &___tlsContext_9; }
inline void set_tlsContext_9(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * value)
{
___tlsContext_9 = value;
}
inline static int32_t get_offset_of_requestedClientCertChain_10() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___requestedClientCertChain_10)); }
inline unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * get_requestedClientCertChain_10() const { return ___requestedClientCertChain_10; }
inline unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** get_address_of_requestedClientCertChain_10() { return &___requestedClientCertChain_10; }
inline void set_requestedClientCertChain_10(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * value)
{
___requestedClientCertChain_10 = value;
}
inline static int32_t get_offset_of_requestedClientKey_11() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___requestedClientKey_11)); }
inline unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * get_requestedClientKey_11() const { return ___requestedClientKey_11; }
inline unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 ** get_address_of_requestedClientKey_11() { return &___requestedClientKey_11; }
inline void set_requestedClientKey_11(unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * value)
{
___requestedClientKey_11 = value;
}
inline static int32_t get_offset_of_readCallback_12() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___readCallback_12)); }
inline unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * get_readCallback_12() const { return ___readCallback_12; }
inline unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 ** get_address_of_readCallback_12() { return &___readCallback_12; }
inline void set_readCallback_12(unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * value)
{
___readCallback_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___readCallback_12), (void*)value);
}
inline static int32_t get_offset_of_writeCallback_13() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___writeCallback_13)); }
inline unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * get_writeCallback_13() const { return ___writeCallback_13; }
inline unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 ** get_address_of_writeCallback_13() { return &___writeCallback_13; }
inline void set_writeCallback_13(unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * value)
{
___writeCallback_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___writeCallback_13), (void*)value);
}
inline static int32_t get_offset_of_certificateCallback_14() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___certificateCallback_14)); }
inline unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 * get_certificateCallback_14() const { return ___certificateCallback_14; }
inline unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 ** get_address_of_certificateCallback_14() { return &___certificateCallback_14; }
inline void set_certificateCallback_14(unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 * value)
{
___certificateCallback_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___certificateCallback_14), (void*)value);
}
inline static int32_t get_offset_of_verifyCallback_15() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___verifyCallback_15)); }
inline unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * get_verifyCallback_15() const { return ___verifyCallback_15; }
inline unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A ** get_address_of_verifyCallback_15() { return &___verifyCallback_15; }
inline void set_verifyCallback_15(unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * value)
{
___verifyCallback_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___verifyCallback_15), (void*)value);
}
inline static int32_t get_offset_of_localClientCertificate_16() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___localClientCertificate_16)); }
inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * get_localClientCertificate_16() const { return ___localClientCertificate_16; }
inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 ** get_address_of_localClientCertificate_16() { return &___localClientCertificate_16; }
inline void set_localClientCertificate_16(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * value)
{
___localClientCertificate_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___localClientCertificate_16), (void*)value);
}
inline static int32_t get_offset_of_remoteCertificate_17() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___remoteCertificate_17)); }
inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * get_remoteCertificate_17() const { return ___remoteCertificate_17; }
inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 ** get_address_of_remoteCertificate_17() { return &___remoteCertificate_17; }
inline void set_remoteCertificate_17(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * value)
{
___remoteCertificate_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___remoteCertificate_17), (void*)value);
}
inline static int32_t get_offset_of_connectioninfo_18() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___connectioninfo_18)); }
inline MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * get_connectioninfo_18() const { return ___connectioninfo_18; }
inline MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D ** get_address_of_connectioninfo_18() { return &___connectioninfo_18; }
inline void set_connectioninfo_18(MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * value)
{
___connectioninfo_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___connectioninfo_18), (void*)value);
}
inline static int32_t get_offset_of_isAuthenticated_19() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___isAuthenticated_19)); }
inline bool get_isAuthenticated_19() const { return ___isAuthenticated_19; }
inline bool* get_address_of_isAuthenticated_19() { return &___isAuthenticated_19; }
inline void set_isAuthenticated_19(bool value)
{
___isAuthenticated_19 = value;
}
inline static int32_t get_offset_of_hasContext_20() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___hasContext_20)); }
inline bool get_hasContext_20() const { return ___hasContext_20; }
inline bool* get_address_of_hasContext_20() { return &___hasContext_20; }
inline void set_hasContext_20(bool value)
{
___hasContext_20 = value;
}
inline static int32_t get_offset_of_closedGraceful_21() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___closedGraceful_21)); }
inline bool get_closedGraceful_21() const { return ___closedGraceful_21; }
inline bool* get_address_of_closedGraceful_21() { return &___closedGraceful_21; }
inline void set_closedGraceful_21(bool value)
{
___closedGraceful_21 = value;
}
inline static int32_t get_offset_of_writeBuffer_22() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___writeBuffer_22)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_writeBuffer_22() const { return ___writeBuffer_22; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_writeBuffer_22() { return &___writeBuffer_22; }
inline void set_writeBuffer_22(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___writeBuffer_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_22), (void*)value);
}
inline static int32_t get_offset_of_readBuffer_23() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___readBuffer_23)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_readBuffer_23() const { return ___readBuffer_23; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_readBuffer_23() { return &___readBuffer_23; }
inline void set_readBuffer_23(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___readBuffer_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_23), (void*)value);
}
inline static int32_t get_offset_of_handle_24() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___handle_24)); }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_handle_24() const { return ___handle_24; }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_handle_24() { return &___handle_24; }
inline void set_handle_24(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
{
___handle_24 = value;
}
inline static int32_t get_offset_of_lastException_25() { return static_cast<int32_t>(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___lastException_25)); }
inline Exception_t * get_lastException_25() const { return ___lastException_25; }
inline Exception_t ** get_address_of_lastException_25() { return &___lastException_25; }
inline void set_lastException_25(Exception_t * value)
{
___lastException_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lastException_25), (void*)value);
}
};
// Mono.Unity.UnityTlsStream
struct UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 : public MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045
{
public:
public:
};
// 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.AddingNewEventHandler
struct AddingNewEventHandler_tC4A113DB05465EF2A66E68EF98945E280F25C1FE : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.ArrayConverter
struct ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57 : public CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184
{
public:
public:
};
// System.ComponentModel.AsyncCompletedEventHandler
struct AsyncCompletedEventHandler_tEC686A4F246B63CF3F780209D5DAFA051DF81DB6 : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.BackgroundWorker_WorkerThreadStartDelegate
struct WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.ByteConverter
struct ByteConverter_t59E5742D740228F5B9AB91169C2EA907A023328A : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63
{
public:
public:
};
// System.ComponentModel.CancelEventHandler
struct CancelEventHandler_t0F5842A94E02DFA026B793A034C1AA362D6D0A2B : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.CollectionChangeEventHandler
struct CollectionChangeEventHandler_t8AE127943B452074A0FE2755F20B399D733EBCB2 : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.ComponentConverter
struct ComponentConverter_tAFCE49784F59197CB5E92C8ED566B069D1A5766E : public ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4
{
public:
public:
};
// System.ComponentModel.ComponentResourceManager
struct ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 : public ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF
{
public:
// System.Collections.Hashtable System.ComponentModel.ComponentResourceManager::_resourceSets
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____resourceSets_25;
// System.Globalization.CultureInfo System.ComponentModel.ComponentResourceManager::_neutralResourcesCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ____neutralResourcesCulture_26;
public:
inline static int32_t get_offset_of__resourceSets_25() { return static_cast<int32_t>(offsetof(ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065, ____resourceSets_25)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__resourceSets_25() const { return ____resourceSets_25; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__resourceSets_25() { return &____resourceSets_25; }
inline void set__resourceSets_25(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____resourceSets_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&____resourceSets_25), (void*)value);
}
inline static int32_t get_offset_of__neutralResourcesCulture_26() { return static_cast<int32_t>(offsetof(ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065, ____neutralResourcesCulture_26)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get__neutralResourcesCulture_26() const { return ____neutralResourcesCulture_26; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of__neutralResourcesCulture_26() { return &____neutralResourcesCulture_26; }
inline void set__neutralResourcesCulture_26(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
____neutralResourcesCulture_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&____neutralResourcesCulture_26), (void*)value);
}
};
// System.ComponentModel.DecimalConverter
struct DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63
{
public:
public:
};
// System.ComponentModel.DoWorkEventHandler
struct DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.ProgressChangedEventHandler
struct ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 : public MulticastDelegate_t
{
public:
public:
};
// System.ComponentModel.RunWorkerCompletedEventHandler
struct RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB : public MulticastDelegate_t
{
public:
public:
};
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C : public MulticastDelegate_t
{
public:
public:
};
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Reflection.TargetInvocationException
struct TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74
{
public:
public:
};
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
{
public:
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
String_t* ____nullMessage_17;
public:
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
inline void set__nullMessage_17(String_t* value)
{
____nullMessage_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value);
}
};
// System.Threading.SendOrPostCallback
struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 : public MulticastDelegate_t
{
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);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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.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.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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.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.ComponentModel.PropertyDescriptor[]
struct PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F : public RuntimeArray
{
public:
ALIGN_FIELD (8) PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * m_Items[1];
public:
inline PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D ** 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, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.ComponentModel.AttributeCollection_AttributeEntry[]
struct AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A : public RuntimeArray
{
public:
ALIGN_FIELD (8) AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD m_Items[1];
public:
inline AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD * 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, AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_0), (void*)NULL);
}
inline AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_0), (void*)NULL);
}
};
// 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.ComponentModel.IComponent[]
struct IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16 : 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.ISite[]
struct ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8 : 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.Globalization.CultureInfo[]
struct CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31 : public RuntimeArray
{
public:
ALIGN_FIELD (8) CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * m_Items[1];
public:
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Collections.Generic.IComparer`1<TKey> System.Collections.Generic.SortedList`2<System.Object,System.Object>::get_Comparer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* SortedList_2_get_Comparer_mA36DA77E19846648845924B1788F936B49FF2602_gshared_inline (SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SortedList_2_GetEnumerator_m1FFD6B2A770796FA7F30C1603AE0F71DF2BD2A75_gshared (SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IComparer`1<TKey>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_2__ctor_m731ABFF3A96DE6E96F397DE04E3707F51B9F0EF8_gshared (SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_2_set_Item_m8E798679B1CB3B88BF104CDBB2C4ADBDC0C717DF_gshared (SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Object>(!!0[],!!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Enum::HasFlag(System.Enum)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173 (RuntimeObject * __this, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___flag0, const RuntimeMethod* method);
// Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::CreateMonoSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_CreateMonoSslStream_m2DA6B0A589490351B37010F5BCF2DA3D734FF266 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, const RuntimeMethod* method);
// System.Void Mono.Unity.UnityTlsStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.SslStream,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F (UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___owner2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider4, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509Chain Mono.Net.Security.SystemCertificateValidator::CreateX509Chain(System.Security.Cryptography.X509Certificates.X509CertificateCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * SystemCertificateValidator_CreateX509Chain_mB9965896005703ADC050BC1E6415D30FBDC42091 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certs0, const RuntimeMethod* method);
// System.Int32 System.Collections.CollectionBase::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mFB8B3BCCCE581FEFA96FF5A6C1629E7EC092D92C (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.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);
// Mono.Unity.UnityTls/unitytls_interface_struct Mono.Unity.UnityTls::get_NativeInterface()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E (const RuntimeMethod* method);
// Mono.Unity.UnityTls/unitytls_errorstate Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42 (unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * __this, const RuntimeMethod* method);
// Mono.Unity.UnityTls/unitytls_x509list* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t::Invoke(Mono.Unity.UnityTls/unitytls_errorstate*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * unitytls_x509list_create_t_Invoke_m45B75F9286D2C1DC14AECFA258F419C3A1989A79 (unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * __this, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState0, const RuntimeMethod* method);
// System.Void Mono.Unity.CertHelper::AddCertificatesToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509CertificateCollection,Mono.Unity.UnityTls/unitytls_errorstate*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificatesToNativeChain_m1D22A9A50CA05E1F931B8B309E047092DDE01CFF (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___nativeCertificateChain0, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method);
// Mono.Unity.UnityTls/unitytls_x509list_ref Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list*,Mono.Unity.UnityTls/unitytls_errorstate*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C (unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * __this, unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___list0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, 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.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::get_TrustAnchors()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * MonoTlsSettings_get_TrustAnchors_mD6ADD8546ED8D9C0BA58A25F0ADA0BBB5127F28F_inline (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, const RuntimeMethod* method);
// System.IntPtr System.IntPtr::op_Explicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91 (int32_t ___value0, const RuntimeMethod* method);
// Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_x509list_ref,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509verify_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t unitytls_x509verify_explicit_ca_t_Invoke_mCC06B1AF3BCD90C24E3CA05A785528588C7CCEB5 (unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___trustCA1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * ___cb4, void* ___userData5, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState6, const RuntimeMethod* method);
// System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0 (unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * __this, unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___list0, const RuntimeMethod* method);
// Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list_ref,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509verify_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t unitytls_x509verify_default_ca_t_Invoke_mE5D523AFD08CCE9A427389F17611D56C6D905B98 (unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain0, uint8_t* ___cn1, intptr_t ___cnLen2, unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * ___cb3, void* ___userData4, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState5, const RuntimeMethod* method);
// Mono.Security.Interface.MonoSslPolicyErrors Mono.Unity.UnityTlsConversions::VerifyResultToPolicyErrror(Mono.Unity.UnityTls/unitytls_x509verify_result)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7 (uint32_t ___verifyResult0, const RuntimeMethod* method);
// System.Void Mono.Security.Interface.MonoTlsProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProvider__ctor_m627444C019C32E18FC68ABF1AF33577E54A9705B (MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * __this, const RuntimeMethod* method);
// System.Void Mono.Net.Security.MobileAuthenticatedStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.SslStream,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream__ctor_mF6BF50D6BFDEF283FF8036F5170281D29FDD7628 (MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___owner2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider4, const RuntimeMethod* method);
// System.Void Mono.Unity.UnityTlsContext::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext__ctor_m82A8A07485BBA40B72407958085454EBFFEB826C (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * ___parent0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate4, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___clientCertificates5, bool ___askForClientCert6, const RuntimeMethod* method);
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m9D671CBA422B18D15B8FF59B22DCCEB32E3D16E2 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, String_t* ___name1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
// System.String System.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.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
// System.Boolean System.Collections.Specialized.BitVector32::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_get_Item_m00C3142256C406B075C4E364C03AC3A89E37A0CB (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, int32_t ___bit0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.BitVector32::set_Item(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitVector32_set_Item_mA42604EC8406BCA63DEB3434E3F9D8D16742400C (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, int32_t ___bit0, bool ___value1, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.BitVector32::CreateMask(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mFE756231DB1A3377702CD31ED57BF6CBCB0487CD (int32_t ___previous0, 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.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.Collections.Specialized.BitVector32::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_Equals_m658488AB2FE6B6D71F9574CD29A92FAB17026C5A (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Int32 System.ValueType::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueType_GetHashCode_m48E9FA7FFC7C27D876E764A94E3CF2039ED6C9F9 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.BitVector32::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_GetHashCode_m27DDA82E5461278F9ED05C032F604107E67C71C1 (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Collections.Specialized.BitVector32::ToString(System.Collections.Specialized.BitVector32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitVector32_ToString_m5580D76C2D5C86F0AEC8538762BCE520F3EDC731 (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 ___value0, const RuntimeMethod* method);
// System.String System.Collections.Specialized.BitVector32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitVector32_ToString_m637FCCA35840D4ABED687F1FCDAE50AB8BC7B6D0 (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.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.Collections.CaseInsensitiveComparer::.ctor(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_mD5DC15C2FD17907674949A807D68DE4A52A3F8B4 (CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_m34F0F884884090CA3735F6B231D2A7222F50787A (CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Object System.Collections.Specialized.ListDictionary::get_Item(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.ListDictionary::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B_inline (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.HybridDictionary::ChangeOver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary::set_Item(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.StringComparer System.StringComparer::get_OrdinalIgnoreCase()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline (const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary::.ctor(System.Collections.IComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method);
// System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::get_List()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method);
// System.Collections.ICollection System.Collections.Specialized.ListDictionary::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_get_Keys_m373CB050F926332B5B29A2E0A28708CE12D393F1 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method);
// System.Collections.ICollection System.Collections.Specialized.ListDictionary::get_Values()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_get_Values_m57265648B196A12231439F5544E3CBDD6AD4ACB3 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary::Add(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_Clear_m9D51C37F441D6390E7FF8B633EFD144F4771DB1E (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Specialized.ListDictionary::Contains(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListDictionary_Contains_mA832E669186A7B91FF5819A535F8D394C963C508 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary::Remove(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_Remove_m8CDD8E6A5B18DAC6446C1D93BADEB0A804AC9C5E (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary/DictionaryNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m824EFE3D79F05D11FE0DE6FD5491D2FB1D382619 (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary/NodeKeyValueCollection::.ctor(System.Collections.Specialized.ListDictionary,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueCollection__ctor_mBF0291B806BB05362A17B81EDA63C226185DCA6F (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * __this, ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list0, bool ___isKeys1, const RuntimeMethod* method);
// System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, 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.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.Int32 System.Array::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
// System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary/NodeEnumerator::.ctor(System.Collections.Specialized.ListDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeEnumerator__ctor_m61652E6AF76A5460A6F4EA14BF97B982B7BB0261 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list0, const RuntimeMethod* method);
// System.Collections.DictionaryEntry System.Collections.Specialized.ListDictionary/NodeEnumerator::get_Entry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method);
// System.Object System.Collections.Specialized.ListDictionary::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_SyncRoot_m58A889327021D843C7EB9171BD6B0D1E482C8BD7 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator::.ctor(System.Collections.Specialized.ListDictionary,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueEnumerator__ctor_m774CF727E707A8DADE033449AC4AE88A69087236 (NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B * __this, ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list0, bool ___isKeys1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method);
// System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_DefaultHashCodeProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20 (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.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_DefaultComparer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB (const RuntimeMethod* method);
// System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_HashCodeProvider()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_m2CED6D7A8ED865AE214D806F751C7F17BD24BED3_inline (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method);
// System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_Comparer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_mF8B7EDA05E675046EB7BF2E6DEEFBAE1C2AA5E2F_inline (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, 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.Runtime.Serialization.SerializationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874 (String_t* ___s0, 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.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, 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.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.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.CompatibleComparer::.ctor(System.Collections.IComparer,System.Collections.IHashCodeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompatibleComparer__ctor_m26DB6C338A8491558326D0F472D432EAC4D5D3D4 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, RuntimeObject* ___comparer0, RuntimeObject* ___hashCodeProvider1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, RuntimeObject * ___value1, 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.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.ArrayList::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, int32_t ___capacity0, 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.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::.ctor(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectEntry__ctor_m995C545D6465499656D27A10071FE7C670DCD6A1 (NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry System.Collections.Specialized.NameObjectCollectionBase::FindEntry(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator__ctor_mB9768A57865CD35FD66913A54BD288CD9D6036F3 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * ___coll0, const RuntimeMethod* method);
// System.Int32 System.Array::get_Rank()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.String System.Int32::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.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.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_inline (const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m1C0BA736F4454310BEAAB54CB2307F905C1A1F8C (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.DBNull)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mFC42544A14AA22758AB189CD5BCC8FE563A9569A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___dummy0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m0995BB1255888BA4156EF35F69462ECDEBB39C13 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8_inline (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, const RuntimeMethod* method);
// System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.Collections.Specialized.NameValueCollection::GetAsOneString(System.Collections.ArrayList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method);
// System.String[] System.Collections.Specialized.NameValueCollection::GetAsStringArray(System.Collections.ArrayList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.String[] System.Collections.Specialized.NameObjectCollectionBase::BaseGetAllKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameObjectCollectionBase_BaseGetAllKeys_m9812C7E099B81CB36A2D2B67C84D9A53AC8A3B05 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m278F36318DAF73A39FB15CF0ED1439C36237C175 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32,System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_mEE01676A6098C432B4981481099AE2C305E606F4 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, int32_t ___capacity0, RuntimeObject* ___comparer1, const RuntimeMethod* method);
// System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::get_objectsArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::.ctor(System.Collections.ArrayList,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryKeyValueCollection__ctor_mD7596CC3855A371FF8EB8C05B3E886EC52F081BC (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___array0, bool ___isKeys1, const RuntimeMethod* method);
// System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::get_objectsTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.OrderedDictionary::IndexOfKey(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_IndexOfKey_m9CC5C8BCA6AEAED5821C6A8235DB9C90140291D2 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.OrderedDictionary::Add(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Add_mF2EC1AE8051D89FD384B7D8B25E03E8A1817BC19 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Object System.Collections.DictionaryEntry::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Object System.Collections.DictionaryEntry::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::.ctor(System.Collections.ArrayList,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator__ctor_m0C688CE7F033E4A145EBC003E5FAC145EC117265 (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___array0, int32_t ___objectReturnType1, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.OrderedDictionary::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_get_Count_m55F1F94E727BA49C8D94E7A7088D4C2E4B33605C (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, 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.Collections.DictionaryEntry System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::get_Entry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 OrderedDictionaryEnumerator_get_Entry_m378B3659B18D635E114695226BDA8094AFC46E06 (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, 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.String System.Collections.Specialized.StringCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.StringCollection::set_Item(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_set_Item_mEAE8DDA53D08232F6597E9091A7FEB8496BF7FDD (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.StringCollection::Add(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_Contains_mF8AD018C19F7760E4693B1A24148F8659C486502 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.StringCollection::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_IndexOf_m860B2D7C91CE7633F376CB8AB7C46CC1E103EC17 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.StringCollection::Insert(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Insert_m9847FF62B17A3776A419642922F93D39356198BC (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.StringCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Remove_m3FF866980BE6C484CEEB9C42B97BAC6B602AE95E (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.EventArgs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method);
// System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * TypeDescriptor_GetConverter_m30E075F6ED53FD85B7C1F7F44E58BA20645A68BA (Type_t * ___type0, const RuntimeMethod* method);
// System.Object System.ComponentModel.TypeConverter::ConvertFromInvariantString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromInvariantString_m9293C7DF0805F4C7EA4510B71724BDAC3BE80AB2 (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, String_t* ___text0, const RuntimeMethod* method);
// System.Object System.ComponentModel.AmbientValueAttribute::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * AmbientValueAttribute_get_Value_mAF197402AF2951D9F41882A7E8E2AC99946EF5DF_inline (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, const RuntimeMethod* method);
// System.Int32 System.Attribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __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.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Object System.ComponentModel.CollectionConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionConverter_ConvertTo_m75D7A858FB6E5B535386F5DB31CE3B6C8B153837 (CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method);
// System.Int32 System.Array::GetLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method);
// System.Void System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::.ctor(System.Type,System.Type,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayPropertyDescriptor__ctor_m7C51D4632C85E9663A9C39AC44E6E2CAA55F9269 (ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2 * __this, Type_t * ___arrayType0, Type_t * ___elementType1, int32_t ___index2, const RuntimeMethod* method);
// System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m132BE5B53DC73850841F2AB9A6633F4626C538BC (PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * __this, PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F* ___properties0, const RuntimeMethod* method);
// System.Void System.ComponentModel.CollectionConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7 (CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeConverter/SimplePropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimplePropertyDescriptor__ctor_m8F44C82E16B8574F418418F47D8E6A3A52D0978A (SimplePropertyDescriptor_tCF596E6470E66A92F1E91E28AB918097701E7CEA * __this, Type_t * ___componentType0, String_t* ___name1, Type_t * ___propertyType2, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes3, const RuntimeMethod* method);
// System.Object System.Array::GetValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method);
// System.Exception System.ComponentModel.AsyncCompletedEventArgs::get_Error()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * AsyncCompletedEventArgs_get_Error_m5FB583A922650BCBEE9FD96EEA97536AA028EF00_inline (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method);
// System.Void System.Reflection.TargetInvocationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_mBCC339AE7AC683564DA27A950A92463915B71F00 (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.AsyncCompletedEventArgs::get_Cancelled()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_mA52243B66E0842D2B0393C044F91C8CE0E51FC76_inline (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.AsyncOperation::VerifyNotCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_VerifyNotCompleted_m52B5FBFB04771187BBE028D29DFE6E4B05B3C536 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.AsyncOperation::VerifyDelegateNotNull(System.Threading.SendOrPostCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_VerifyDelegateNotNull_mC59C6B7C5A67B9FB94F359AFA6BC6EAD9403B0B8 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, const RuntimeMethod* method);
// System.Void System.ComponentModel.AsyncOperation::Post(System.Threading.SendOrPostCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_Post_m6F2E8BF614D21BA572D2EE333E93FBFA01D2EDD8 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___arg1, const RuntimeMethod* method);
// System.Void System.ComponentModel.AsyncOperation::OperationCompletedCore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_OperationCompletedCore_m256C055EEFA0FAC5A4F3CFD9D9B3F8F4B489BEA8 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __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.ComponentModel.AsyncOperation::.ctor(System.Object,System.Threading.SynchronizationContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation__ctor_m3351C8630671FDA981377C4B5496107AB4B11457 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, RuntimeObject * ___userSuppliedState0, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___syncContext1, const RuntimeMethod* method);
// System.Threading.SynchronizationContext System.ComponentModel.AsyncOperationManager::get_SynchronizationContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * AsyncOperationManager_get_SynchronizationContext_m6A33C59D1B37EFD29FD8AE97A6B51B466A3E7D35 (const RuntimeMethod* method);
// System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperation::CreateOperation(System.Object,System.Threading.SynchronizationContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * AsyncOperation_CreateOperation_m7D5508CA38474644C74E1770AD4B6472B6D34E8A (RuntimeObject * ___userSuppliedState0, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___syncContext1, const RuntimeMethod* method);
// System.Threading.SynchronizationContext System.Threading.SynchronizationContext::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4 (const RuntimeMethod* method);
// System.Void System.Threading.SynchronizationContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this, const RuntimeMethod* method);
// System.Void System.Threading.SynchronizationContext::SetSynchronizationContext(System.Threading.SynchronizationContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext_SetSynchronizationContext_m41A5A4823E9F4B8961657834EAC44397EFE41D61 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___syncContext0, 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.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.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * AttributeCollection_GetDefaultAttribute_mE4E776D746426F6C8E4FB92754FBA9067F0D7A3F (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, Type_t * ___attributeType0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m44FEEEE6F4C20AAF6207A09BE38A10EEF6EDE6EF (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * ___attribute0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Type System.ComponentModel.TypeDescriptor::GetReflectionType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetReflectionType_mB28D64FBA294D618334381A77DAE790811611C3D (Type_t * ___type0, const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::get_IsStatic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_mDEB4099D238E5846246F0ACED3FF9AD9C93D8ECA (FieldInfo_t * __this, const RuntimeMethod* method);
// System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA (Type_t * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types0, const RuntimeMethod* method);
// System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method);
// System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters0, const RuntimeMethod* method);
// System.Collections.IEnumerator System.Array::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m3BD9ACCA9512DA3687C8369BF999BA2916F0EA15 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.AttributeCollection::Matches(System.Attribute)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Matches_mC1796716ADBDB0FAB631ACE8DF0307C4C54AD73C (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * ___attribute0, const RuntimeMethod* method);
// System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_m0A6B7803DAA1D559DF91BB18D0230F449A036DCB (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.Component::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_m7E00FCEC8E392D7C6AE3806CE5B4616B8CC84594 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.BackgroundWorker/WorkerThreadStartDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkerThreadStartDelegate__ctor_m7E1BC345F82122E65A327EC6349F251D961D8086 (WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Threading.SendOrPostCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619 (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.BackgroundWorker::get_WorkerSupportsCancellation()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerSupportsCancellation_m2EEF09411E3E1A0B30A3348B03C9EF0454AD8B1C_inline (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method);
// System.ComponentModel.EventHandlerList System.ComponentModel.Component::get_Events()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.EventHandlerList::AddHandler(System.Object,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_AddHandler_m7C93C7AF6FD41E4C41E444CCEC0E46C9F3F01A09 (EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * __this, RuntimeObject * ___key0, Delegate_t * ___value1, const RuntimeMethod* method);
// System.Void System.ComponentModel.EventHandlerList::RemoveHandler(System.Object,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_RemoveHandler_mC125E76596116E967804D771CC7551ED5E700718 (EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * __this, RuntimeObject * ___key0, Delegate_t * ___value1, const RuntimeMethod* method);
// System.Delegate System.ComponentModel.EventHandlerList::get_Item(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * EventHandlerList_get_Item_mFB7DC8CD40DFDA76E9732CB48CE774DDEC373C42 (EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.ComponentModel.DoWorkEventHandler::Invoke(System.Object,System.ComponentModel.DoWorkEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventHandler_Invoke_m12910A48E229DC976D080DD809934D9C86711A56 (DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD * __this, RuntimeObject * ___sender0, DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * ___e1, const RuntimeMethod* method);
// System.Void System.ComponentModel.RunWorkerCompletedEventHandler::Invoke(System.Object,System.ComponentModel.RunWorkerCompletedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventHandler_Invoke_m6552D1B77B4E418ADDED315E431FB2E7A1965FEC (RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB * __this, RuntimeObject * ___sender0, RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D * ___e1, const RuntimeMethod* method);
// System.Void System.ComponentModel.ProgressChangedEventHandler::Invoke(System.Object,System.ComponentModel.ProgressChangedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventHandler_Invoke_m0F9792FF5FCE8F10B1BBFF57B2CD943ECDB89B06 (ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 * __this, RuntimeObject * ___sender0, ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * ___e1, const RuntimeMethod* method);
// System.Void System.ComponentModel.BackgroundWorker::ReportProgress(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_ReportProgress_m0D307572D683DA5F5B92871AE98E3A4DF6D4D3BC (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, int32_t ___percentProgress0, RuntimeObject * ___userState1, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.BackgroundWorker::get_WorkerReportsProgress()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerReportsProgress_m4378702AB3D12BBDA07C20AAA33C88BF58195DE1_inline (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.ProgressChangedEventArgs::.ctor(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventArgs__ctor_m23538440E7BD972E09D2D504C679137FDD62DFED (ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * __this, int32_t ___progressPercentage0, RuntimeObject * ___userState1, const RuntimeMethod* method);
// System.Void System.Threading.SendOrPostCallback::Invoke(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this, RuntimeObject * ___state0, const RuntimeMethod* method);
// System.Void System.ComponentModel.BackgroundWorker::RunWorkerAsync(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_RunWorkerAsync_mD066DF2953B243500565B8FB8C06B418E836F9F8 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, RuntimeObject * ___argument0, const RuntimeMethod* method);
// System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperationManager::CreateOperation(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * AsyncOperationManager_CreateOperation_m9A3E974F5231EA267BA4C56FF2D58ECF99FB656C (RuntimeObject * ___userSuppliedState0, const RuntimeMethod* method);
// System.IAsyncResult System.ComponentModel.BackgroundWorker/WorkerThreadStartDelegate::BeginInvoke(System.Object,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WorkerThreadStartDelegate_BeginInvoke_mEFB1C720631EFC0FA5C354A001533CA282C6C038 (WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * __this, RuntimeObject * ___argument0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method);
// System.Void System.ComponentModel.DoWorkEventArgs::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventArgs__ctor_m1808B6408495CB81A503F2803FB1A4272288BC76 (DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * __this, RuntimeObject * ___argument0, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.CancelEventArgs::get_Cancel()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CancelEventArgs_get_Cancel_mB5B9D01D2671256D51626D967D8752B9D0F82E66_inline (CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * __this, const RuntimeMethod* method);
// System.Object System.ComponentModel.DoWorkEventArgs::get_Result()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DoWorkEventArgs_get_Result_mC1102459AFC48D7CDB54C95B8F7177F168EC016A_inline (DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.RunWorkerCompletedEventArgs::.ctor(System.Object,System.Exception,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventArgs__ctor_m047A43C3DA850114782D2924E20C6D934E76D475 (RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D * __this, RuntimeObject * ___result0, Exception_t * ___error1, bool ___cancelled2, const RuntimeMethod* method);
// System.Void System.ComponentModel.AsyncOperation::PostOperationCompleted(System.Threading.SendOrPostCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_PostOperationCompleted_mE6BA497ACC6669D7E309607A98EC447ED1CAAB96 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___arg1, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// 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.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, 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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, 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.Boolean System.Type::get_IsPrimitive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method);
// System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Object System.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.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.Void System.ComponentModel.TypeConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.BindableAttribute::.ctor(System.Boolean,System.ComponentModel.BindingDirection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_mED2FFD0A81489FB06EA218981CA6DD50780FE082 (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, bool ___bindable0, int32_t ___direction1, const RuntimeMethod* method);
// System.Void System.ComponentModel.BindableAttribute::.ctor(System.ComponentModel.BindableSupport,System.ComponentModel.BindingDirection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_m9D39F07F418F854A500FA3122FB521850D75889F (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, int32_t ___flags0, int32_t ___direction1, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.BindableAttribute::get_Bindable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BindableAttribute_get_Bindable_m816EAC77B65035FC7C208255CD4C7537479FDEA6_inline (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, const RuntimeMethod* method);
// System.Int32 System.Boolean::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m92C426D44100ED098FEECC96A743C3CB92DFF737 (bool* __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.BindableAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_m4C97D574BAFB42DA7936D00100AD2E18152F20CA (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, bool ___bindable0, const RuntimeMethod* method);
// System.Boolean System.Boolean::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F (String_t* ___value0, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// 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.Boolean System.ComponentModel.BrowsableAttribute::get_Browsable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_m84931BFF3F51CB9F14D7B1D7548B796FE2DBB8D2_inline (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.BrowsableAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__ctor_m74B2B058CBFEE54B61640489C57D22055C7B482C (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * __this, bool ___browsable0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m69B99134B7822E54833E28E9DCFD28E582873913 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method);
// System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_mF53D7EFF3FC8B040EE675E62145287C7F728F772 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Byte System.Byte::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_mEFBC459D6ADA0FED490539CD8731E45AE2D2587C (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.ComponentModel.BaseNumberConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.CancelEventArgs::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_m165A1F727AACE153FBDAC9DEB1E7648F516FF54E (CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * __this, bool ___cancel0, const RuntimeMethod* method);
// System.Void System.ComponentModel.CategoryAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398 (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, String_t* ___category0, const RuntimeMethod* method);
// System.Void System.ComponentModel.CategoryAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_m1803E614119776D3FB71EC187ECFF81E8BA58C8E (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, const RuntimeMethod* method);
// System.String System.ComponentModel.CategoryAttribute::get_Category()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_get_Category_mBDB4C9D10F07BC627C4D047B8CD570D84EC56F3F (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Default()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Default_m34A162AF89E9BF4C869B5C4235D33D02D9249121 (const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.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);
// 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);
// System.String System.ComponentModel.ComplexBindingPropertiesAttribute::get_DataSource()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataSource_mC1AB8624E2137D05C6F072586A48EB7B3C9AC94C_inline (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method);
// System.String System.ComponentModel.ComplexBindingPropertiesAttribute::get_DataMember()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataMember_m4C0300DE08F7ADA2EB8A13F77F661A95824A99DA_inline (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__ctor_m59FAB19B6E887A7D5053ACC6ED790163E7DD8A7E (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.EventHandlerList::.ctor(System.ComponentModel.Component)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList__ctor_m3B8B937C7A4F3EF4E46315692BC1CF5BAC97CD38 (EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * __this, Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * ___parent0, const RuntimeMethod* method);
// System.Void System.EventHandler::Invoke(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_Invoke_mD23D5EFEA562A05C5EACDD3E91EEDD2BF6C22800 (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
// System.Void System.MarshalByRefObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, const RuntimeMethod* method);
// System.Void System.Collections.ReadOnlyCollectionBase::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBase__ctor_mBEC71CA5710783D04E7409A67DDD99D3E8E522C1 (ReadOnlyCollectionBase_tFD695167917CE6DF4FA18A906FA530880B9B8772 * __this, const RuntimeMethod* method);
// System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::get_InnerList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ReadOnlyCollectionBase_get_InnerList_m3C3148B3398A9529F8947DB24457616A31F727B7 (ReadOnlyCollectionBase_tFD695167917CE6DF4FA18A906FA530880B9B8772 * __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method);
// System.Void System.ComponentModel.ReferenceConverter::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__ctor_m2FB1721E7BE48D8857E0BF4690A1FB82C9EC1DC7 (ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * TypeDescriptor_GetProperties_m05CFF294019C93C8ADC7433BB7D5D87F19DDE7FC (RuntimeObject * ___component0, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes1, const RuntimeMethod* method);
// System.Void System.Resources.ResourceManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager__ctor_m7687E90600A79F076543F433787DA73F12942310 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method);
// System.Void System.Resources.ResourceManager::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager__ctor_m8715100BDE5F9365C34A762BCDB648626C380F9C (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, Type_t * ___resourceSource0, const RuntimeMethod* method);
// System.Boolean System.Reflection.Assembly::op_Inequality(System.Reflection.Assembly,System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Resources.ResourceManager::GetNeutralResourcesLanguage(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ResourceManager_GetNeutralResourcesLanguage_m9194545C12E1D359922F1E6097D5972176ED3958 (Assembly_t * ___a0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487 (const RuntimeMethod* method);
// System.Collections.Generic.SortedList`2<System.String,System.Object> System.ComponentModel.ComponentResourceManager::FillResources(System.Globalization.CultureInfo,System.Resources.ResourceSet&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * ComponentResourceManager_FillResources_m3CF34A8C3829ED996C2B5FB7DBB0704E2422A7D5 (ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** ___resourceSet1, const RuntimeMethod* method);
// System.Collections.Generic.IComparer`1<TKey> System.Collections.Generic.SortedList`2<System.String,System.Object>::get_Comparer()
inline RuntimeObject* SortedList_2_get_Comparer_mF1BE234C35853F104326A12870B69A81DF99FAB3_inline (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 *, const RuntimeMethod*))SortedList_2_get_Comparer_mA36DA77E19846648845924B1788F936B49FF2602_gshared_inline)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.SortedList`2<System.String,System.Object>::GetEnumerator()
inline RuntimeObject* SortedList_2_GetEnumerator_mEBDD7E7CB3B6E778CC4E72CDA7C7EB56F1652D9D (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 *, const RuntimeMethod*))SortedList_2_GetEnumerator_m1FFD6B2A770796FA7F30C1603AE0F71DF2BD2A75_gshared)(__this, method);
}
// !0 System.Collections.Generic.KeyValuePair`2<System.String,System.Object>::get_Key()
inline String_t* KeyValuePair_2_get_Key_m70ABAD248D45E166CEC58AF007095CEC5E79B1DD_inline (KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D * __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *, const RuntimeMethod*))KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline)(__this, method);
}
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method);
// System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m3DE819A1E2FB2B4992CFF04CA36921B77A3FC387 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method);
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * TypeDescriptor_GetProperties_mADA58F0BAD4560D62BF7ADB7186B990D11780B0C (RuntimeObject * ___component0, const RuntimeMethod* method);
// !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Object>::get_Value()
inline RuntimeObject * KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_inline (KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D * __this, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method);
}
// System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m724FAA955DCE10E0C46A9485BCEA32C1CE608130 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m6E3A0B7912D137F6FA5F53756ED260C9831B70ED (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_m72FFC34F4BEFB4F18155B0E97F8616597AE9A782 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.ComponentModel.ComponentResourceManager::get_NeutralResourcesCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ComponentResourceManager_get_NeutralResourcesCulture_mC238BD57FDFD42A95184069EFD6BA62EFFFF1C38 (ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.SortedList`2<System.String,System.Object>::.ctor(System.Collections.Generic.IComparer`1<TKey>)
inline void SortedList_2__ctor_mDA1437E983585A345ECCA3BA30FA83E1E30A4AB6 (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method)
{
(( void (*) (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 *, RuntimeObject*, const RuntimeMethod*))SortedList_2__ctor_m731ABFF3A96DE6E96F397DE04E3707F51B9F0EF8_gshared)(__this, ___comparer0, method);
}
// System.StringComparer System.StringComparer::get_Ordinal()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_inline (const RuntimeMethod* method);
// System.Void System.Collections.Generic.SortedList`2<System.String,System.Object>::set_Item(TKey,TValue)
inline void SortedList_2_set_Item_m1460BC43D5156B3CEC5C4EDBF7C317C65F06EE94 (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
(( void (*) (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 *, String_t*, RuntimeObject *, const RuntimeMethod*))SortedList_2_set_Item_m8E798679B1CB3B88BF104CDBB2C4ADBDC0C717DF_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.ComponentModel.Container/Site::.ctor(System.ComponentModel.IComponent,System.ComponentModel.Container,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site__ctor_mE5880D7B7104607004D193047FCED0C5798AFFA2 (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * __this, RuntimeObject* ___component0, Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * ___container1, String_t* ___name2, const RuntimeMethod* method);
// System.Void System.ComponentModel.ComponentCollection::.ctor(System.ComponentModel.IComponent[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentCollection__ctor_m87394413DCE85A48A977BC5505B31B423AA96E3D (ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * __this, IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* ___components0, const RuntimeMethod* method);
// System.Void System.ComponentModel.Container::Remove(System.ComponentModel.IComponent,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_mCDEBA25F853AFD40FC74D6074E87F2DAB9241C6B (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, RuntimeObject* ___component0, bool ___preserveSite1, const RuntimeMethod* method);
// System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * TypeDescriptor_GetAttributes_m0325F763D0AA6354E3F7859E15FF7BE3A8D5F3D3 (RuntimeObject * ___component0, const RuntimeMethod* method);
// System.ComponentModel.InheritanceLevel System.ComponentModel.InheritanceAttribute::get_InheritanceLevel()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InheritanceAttribute_get_InheritanceLevel_mA90C9C95D4B7D9AE8F4713F91A0ED806D68B06CC_inline (InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.String System.ComponentModel.CultureInfoConverter/CultureInfoMapper::GetCultureInfoName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoMapper_GetCultureInfoName_m794274715866D2D8F320CBD3A051B55B24824720 (String_t* ___cultureInfoDisplayName0, const RuntimeMethod* method);
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E (const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Threading.Thread::get_CurrentUICulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_get_CurrentUICulture_m7D91997747DB8A3780F0305A337D5389DB58194F (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method);
// System.Void System.Threading.Thread::set_CurrentUICulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value0, const RuntimeMethod* method);
// System.String System.ComponentModel.CultureInfoConverter::get_DefaultCultureString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_get_DefaultCultureString_m202C68B34215169C103318A3A1620995A186EB61 (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __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.Void System.Globalization.CultureInfo::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mA0E7CC1F0262900B57C2CD04E1FEB30FD87281C3 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, const RuntimeMethod* method);
// System.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.Collections.IEnumerator System.ComponentModel.TypeConverter/StandardValuesCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m40E0D69CDEDD7EDE2D9454C4A18AA4C91A96B95F (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, 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.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* CultureInfo_GetCultures_mF06FF1D19C1F6626A89ECAEEC152194FEE7EDEC6 (int32_t ___types0, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Globalization.CultureInfo>(!!0[],!!0)
inline int32_t Array_IndexOf_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m4DD5105284305716E21F72B7B3D30F3E8AEC25B9 (CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* ___array0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(___array0, ___value1, 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.CultureInfoConverter/CultureComparer::.ctor(System.ComponentModel.CultureInfoConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureComparer__ctor_m24BDA06BAEE28F088B3B43FBC1F028F68E9E5B83 (CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E * __this, CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * ___cultureConverter0, const RuntimeMethod* method);
// System.Void System.Array::Sort(System.Array,System.Collections.IComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_mF1CCD5D84D8D9EF9872FAB34A474119942AD495A (RuntimeArray * ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method);
// System.Void System.ComponentModel.CultureInfoConverter/CultureInfoMapper::InitializeCultureInfoMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfoMapper_InitializeCultureInfoMap_m1FF56C2C0CF698132D8D96126D41A92340C4F040 (const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127 (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
}
// !1 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Item(!0)
inline String_t* Dictionary_2_get_Item_m31D706AAE640EE1D91E561D8934F58AC765CFC3E (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( String_t* (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
inline void Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Add(!0,!1)
inline void Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.ComponentModel.DataObjectAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectAttribute__ctor_m420A715E3B1B5FA31BE2C01419DE916093CE87E7 (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, bool ___isDataObject0, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.DataObjectAttribute::get_IsDataObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectAttribute_get_IsDataObject_m4D3E4CA87CCE1F016C1D88E86AF93E507D198742_inline (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean,System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_mA196AAC04AC289EAD0CADB21DEE2E750616D6742 (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, bool ___primaryKey0, bool ___isIdentity1, bool ___isNullable2, int32_t ___length3, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_IsIdentity()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsIdentity_m9D5DA33E7297E888A33DE391381B955E8758416C_inline (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_IsNullable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsNullable_m5D1307DB0D272A4957664AF146FCD2F1B364D7AA_inline (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method);
// System.Int32 System.ComponentModel.DataObjectFieldAttribute::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DataObjectFieldAttribute_get_Length_m173185C45B290517C12A6E2024655334283F4BD1_inline (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_PrimaryKey()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_PrimaryKey_m73A12573E7BDAD23839D5CB1E823C015E6A80779_inline (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.DataObjectMethodAttribute::.ctor(System.ComponentModel.DataObjectMethodType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectMethodAttribute__ctor_m956819A725EDCC09FDB93C85378A2680F7102374 (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, int32_t ___methodType0, bool ___isDefault1, const RuntimeMethod* method);
// System.ComponentModel.DataObjectMethodType System.ComponentModel.DataObjectMethodAttribute::get_MethodType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DataObjectMethodAttribute_get_MethodType_m4B357AA299CBC838BDB0CC5E5EAE1738B93717D1_inline (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.DataObjectMethodAttribute::get_IsDefault()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_get_IsDefault_m41E0F66B1B1CB5CBB99A86C8147927581850D415_inline (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, const RuntimeMethod* method);
// System.Int32 System.Int32::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A (int32_t* __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method);
// System.TimeSpan System.DateTime::get_TimeOfDay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Double System.TimeSpan::get_TotalSeconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.String System.DateTime::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.DateTime::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
// System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __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.Int64 System.DateTime::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::get_Millisecond()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 DateTimeOffset_Parse_m219FE48FD7B6B4936B3BD5257F5D87CFA1545ED7 (String_t* ___input0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method);
// System.Boolean System.DateTimeOffset::op_Equality(System.DateTimeOffset,System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_op_Equality_m09A16D735144203236F473DFD10ED4BC650302E8 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___left0, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___right1, const RuntimeMethod* method);
// System.TimeSpan System.DateTimeOffset::get_TimeOfDay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_TimeOfDay_m05A2C6E558BADE49802E3E8D34222F811751AE5A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method);
// System.String System.DateTimeOffset::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m0B3466091901F724E1648F2EC277AFA4750BAE91 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, RuntimeObject* ___formatProvider0, 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.Int64 System.DateTimeOffset::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_get_Ticks_m2B7D122F1D78FE0D4AA0508D99F5C05228A3599D (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Year_m29E1443D92C51F02EC43ECE2A68CD4BD1803B5FC (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Month_m263F25179ABE3BBA2D2CB55A3526B2A05A8EE986 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Day_m2CF4AB8DE74C5A252B210FE2AE2A8DC06EE978F6 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Hour_mE54B813A38C23F13D2A71C39378DDDF7BB4C2CCB (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Minute_mB1B532DA150292D91224A9DD39D7B823596B77B6 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Second_mEC40D33261C0702BC93CD74360D0C86CF9DA78B7 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTimeOffset::get_Millisecond()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Millisecond_m7C74DD6FB97A35D375498D430E145BBE7DCB7B40 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.TimeSpan System.DateTimeOffset::get_Offset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertTo_mBAA70FD6742A616F9E0F9E42908EF6C70C3214B7 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, RuntimeObject* ___context0, Type_t * ___t1, const RuntimeMethod* method);
// System.Int32[] System.Decimal::GetBits(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method);
// System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method);
// System.Object System.ComponentModel.BaseNumberConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertTo_m672375F1E58DB241E693E5F45A7FFD38C3070B6A (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method);
// System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Decimal System.Decimal::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_m4C70CC174E4218FA23E03163CF5DBF408876EB0A (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Decimal::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.ComponentModel.DefaultBindingPropertyAttribute::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultBindingPropertyAttribute_get_Name_m19FCCBEA35C0DE9FD2088BBE4666B814B8B8937A_inline (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.DefaultBindingPropertyAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBindingPropertyAttribute__ctor_m4AC532D84BF8E32C40438C15BB82939C071BC38A (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * __this, const RuntimeMethod* method);
// System.String System.ComponentModel.DefaultEventAttribute::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m1134D3145164417819FEABD3FB749DB89E09A098_inline (DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.DefaultEventAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__ctor_m635F34B6ED07BCB32D4DA9CD82D9FFE10FED5714 (DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.ComponentModel.DefaultPropertyAttribute::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_mE3DA224DF16CD92E047FF0CD3DAC7157300B82EB_inline (DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * __this, const RuntimeMethod* method);
// System.Void System.ComponentModel.DefaultPropertyAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__ctor_m1BEFABEC4497B47DBFDABDEB90BEEF2070445668 (DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * __this, String_t* ___name0, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTlsConversions::GetMinProtocol(System.Security.Authentication.SslProtocols)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMinProtocol_mAE3AC38A5F0C6CBEFDC7265E49536E0F6EEAEEC1 (int32_t ___protocols0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsConversions_GetMinProtocol_mAE3AC38A5F0C6CBEFDC7265E49536E0F6EEAEEC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___protocols0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_1);
int32_t L_3 = ((int32_t)((int32_t)192));
RuntimeObject * L_4 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_3);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2);
bool L_5 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0019;
}
}
{
return (uint32_t)(0);
}
IL_0019:
{
int32_t L_6 = ___protocols0;
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_7);
int32_t L_9 = ((int32_t)((int32_t)768));
RuntimeObject * L_10 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_9);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8);
bool L_11 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0032;
}
}
{
return (uint32_t)(1);
}
IL_0032:
{
int32_t L_12 = ___protocols0;
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_13);
int32_t L_15 = ((int32_t)((int32_t)3072));
RuntimeObject * L_16 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_15);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_14);
Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_14, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_16, /*hidden argument*/NULL);
return (uint32_t)(2);
}
}
// Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTlsConversions::GetMaxProtocol(System.Security.Authentication.SslProtocols)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMaxProtocol_m8991E0B43664085F8E1BD9095CA4114A3A46DCFA (int32_t ___protocols0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsConversions_GetMaxProtocol_m8991E0B43664085F8E1BD9095CA4114A3A46DCFA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___protocols0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_1);
int32_t L_3 = ((int32_t)((int32_t)3072));
RuntimeObject * L_4 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_3);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2);
bool L_5 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0019;
}
}
{
return (uint32_t)(2);
}
IL_0019:
{
int32_t L_6 = ___protocols0;
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_7);
int32_t L_9 = ((int32_t)((int32_t)768));
RuntimeObject * L_10 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_9);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8);
bool L_11 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0032;
}
}
{
return (uint32_t)(1);
}
IL_0032:
{
int32_t L_12 = ___protocols0;
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_13);
int32_t L_15 = ((int32_t)((int32_t)192));
RuntimeObject * L_16 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_15);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_14);
Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_14, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_16, /*hidden argument*/NULL);
return (uint32_t)(0);
}
}
// Mono.Security.Interface.TlsProtocols Mono.Unity.UnityTlsConversions::ConvertProtocolVersion(Mono.Unity.UnityTls_unitytls_protocol)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_ConvertProtocolVersion_m1618CAAE6886BF8070040EE8FC3ACC9036A6567E (uint32_t ___protocol0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___protocol0;
switch (L_0)
{
case 0:
{
goto IL_0018;
}
case 1:
{
goto IL_001e;
}
case 2:
{
goto IL_0024;
}
case 3:
{
goto IL_002a;
}
}
}
{
goto IL_002c;
}
IL_0018:
{
return (int32_t)(((int32_t)192));
}
IL_001e:
{
return (int32_t)(((int32_t)768));
}
IL_0024:
{
return (int32_t)(((int32_t)3072));
}
IL_002a:
{
return (int32_t)(0);
}
IL_002c:
{
return (int32_t)(0);
}
}
// Mono.Security.Interface.AlertDescription Mono.Unity.UnityTlsConversions::VerifyResultToAlertDescription(Mono.Unity.UnityTls_unitytls_x509verify_result,Mono.Security.Interface.AlertDescription)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t UnityTlsConversions_VerifyResultToAlertDescription_m1C318DCEFF9F42E73FF8DAB347BA7B9E4E7EFF7E (uint32_t ___verifyResult0, uint8_t ___defaultAlert1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsConversions_VerifyResultToAlertDescription_m1C318DCEFF9F42E73FF8DAB347BA7B9E4E7EFF7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___verifyResult0;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0007;
}
}
{
return (uint8_t)(((int32_t)46));
}
IL_0007:
{
uint32_t L_1 = ___verifyResult0;
uint32_t L_2 = L_1;
RuntimeObject * L_3 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_2);
uint32_t L_4 = ((uint32_t)1);
RuntimeObject * L_5 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_4);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_3);
bool L_6 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_3, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_001d;
}
}
{
return (uint8_t)(((int32_t)45));
}
IL_001d:
{
uint32_t L_7 = ___verifyResult0;
uint32_t L_8 = L_7;
RuntimeObject * L_9 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_8);
uint32_t L_10 = ((uint32_t)2);
RuntimeObject * L_11 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_10);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_9);
bool L_12 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_9, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0033;
}
}
{
return (uint8_t)(((int32_t)44));
}
IL_0033:
{
uint32_t L_13 = ___verifyResult0;
uint32_t L_14 = L_13;
RuntimeObject * L_15 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_14);
uint32_t L_16 = ((uint32_t)4);
RuntimeObject * L_17 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_16);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_15);
bool L_18 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_15, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0049;
}
}
{
return (uint8_t)(((int32_t)48));
}
IL_0049:
{
uint32_t L_19 = ___verifyResult0;
uint32_t L_20 = L_19;
RuntimeObject * L_21 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_20);
uint32_t L_22 = ((uint32_t)8);
RuntimeObject * L_23 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_22);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_21);
bool L_24 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_21, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_005f;
}
}
{
return (uint8_t)(((int32_t)46));
}
IL_005f:
{
uint32_t L_25 = ___verifyResult0;
uint32_t L_26 = L_25;
RuntimeObject * L_27 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_26);
uint32_t L_28 = ((uint32_t)((int32_t)65536));
RuntimeObject * L_29 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_28);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_27);
bool L_30 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_27, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_0079;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_0079:
{
uint32_t L_31 = ___verifyResult0;
uint32_t L_32 = L_31;
RuntimeObject * L_33 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_32);
uint32_t L_34 = ((uint32_t)((int32_t)131072));
RuntimeObject * L_35 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_34);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_33);
bool L_36 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_33, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_0093;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_0093:
{
uint32_t L_37 = ___verifyResult0;
uint32_t L_38 = L_37;
RuntimeObject * L_39 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_38);
uint32_t L_40 = ((uint32_t)((int32_t)131072));
RuntimeObject * L_41 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_40);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_39);
bool L_42 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_39, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_00ad;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_00ad:
{
uint32_t L_43 = ___verifyResult0;
uint32_t L_44 = L_43;
RuntimeObject * L_45 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_44);
uint32_t L_46 = ((uint32_t)((int32_t)262144));
RuntimeObject * L_47 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_46);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_45);
bool L_48 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_45, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_47, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_00c7;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_00c7:
{
uint32_t L_49 = ___verifyResult0;
uint32_t L_50 = L_49;
RuntimeObject * L_51 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_50);
uint32_t L_52 = ((uint32_t)((int32_t)524288));
RuntimeObject * L_53 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_52);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_51);
bool L_54 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_51, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_53, /*hidden argument*/NULL);
if (!L_54)
{
goto IL_00e1;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_00e1:
{
uint32_t L_55 = ___verifyResult0;
uint32_t L_56 = L_55;
RuntimeObject * L_57 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_56);
uint32_t L_58 = ((uint32_t)((int32_t)1048576));
RuntimeObject * L_59 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_58);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_57);
bool L_60 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_57, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_59, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_00fb;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_00fb:
{
uint32_t L_61 = ___verifyResult0;
uint32_t L_62 = L_61;
RuntimeObject * L_63 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_62);
uint32_t L_64 = ((uint32_t)((int32_t)2097152));
RuntimeObject * L_65 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_64);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_63);
bool L_66 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_63, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_65, /*hidden argument*/NULL);
if (!L_66)
{
goto IL_0115;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_0115:
{
uint32_t L_67 = ___verifyResult0;
uint32_t L_68 = L_67;
RuntimeObject * L_69 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_68);
uint32_t L_70 = ((uint32_t)((int32_t)4194304));
RuntimeObject * L_71 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_70);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_69);
bool L_72 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_69, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_71, /*hidden argument*/NULL);
if (!L_72)
{
goto IL_012f;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_012f:
{
uint32_t L_73 = ___verifyResult0;
uint32_t L_74 = L_73;
RuntimeObject * L_75 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_74);
uint32_t L_76 = ((uint32_t)((int32_t)8388608));
RuntimeObject * L_77 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_76);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_75);
bool L_78 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_75, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_77, /*hidden argument*/NULL);
if (!L_78)
{
goto IL_0149;
}
}
{
return (uint8_t)(((int32_t)90));
}
IL_0149:
{
uint8_t L_79 = ___defaultAlert1;
return L_79;
}
}
// Mono.Security.Interface.MonoSslPolicyErrors Mono.Unity.UnityTlsConversions::VerifyResultToPolicyErrror(Mono.Unity.UnityTls_unitytls_x509verify_result)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7 (uint32_t ___verifyResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
uint32_t L_0 = ___verifyResult0;
if (L_0)
{
goto IL_0005;
}
}
{
return (int32_t)(0);
}
IL_0005:
{
uint32_t L_1 = ___verifyResult0;
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_000b;
}
}
{
return (int32_t)(4);
}
IL_000b:
{
V_0 = 0;
uint32_t L_2 = ___verifyResult0;
uint32_t L_3 = L_2;
RuntimeObject * L_4 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_3);
uint32_t L_5 = ((uint32_t)4);
RuntimeObject * L_6 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_5);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_4);
bool L_7 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0024;
}
}
{
int32_t L_8 = V_0;
V_0 = ((int32_t)((int32_t)L_8|(int32_t)2));
}
IL_0024:
{
uint32_t L_9 = ___verifyResult0;
if ((((int32_t)L_9) == ((int32_t)4)))
{
goto IL_002c;
}
}
{
int32_t L_10 = V_0;
V_0 = ((int32_t)((int32_t)L_10|(int32_t)4));
}
IL_002c:
{
int32_t L_11 = V_0;
return L_11;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String Mono.Unity.UnityTlsProvider::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTlsProvider_get_Name_mD97B0783E337EF392796C2B54B2893132AE3CE6E (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsProvider_get_Name_mD97B0783E337EF392796C2B54B2893132AE3CE6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral8D49852F94B6B049DB87721DD00F949FF76F466B;
}
}
// System.Guid Mono.Unity.UnityTlsProvider::get_ID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t UnityTlsProvider_get_ID_m69F15693799E92CF740F1632C811ABBDD9501CE3 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsProvider_get_ID_m69F15693799E92CF740F1632C811ABBDD9501CE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var);
Guid_t L_0 = ((MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var))->get_UnityTlsId_5();
return L_0;
}
}
// System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsSslStream()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsSslStream_m75C37BCDD5970564FF33FC734CE1E53066C310F5 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsMonoExtensions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsMonoExtensions_m937D906F958817CF7AF4BF3C0F6CB7FCFB271C34 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsConnectionInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsConnectionInfo_m2F1C9B6C649675ACE3F96A80EBAC9FF44655D004 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsCleanShutdown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsCleanShutdown_m0C0EDA9937BDF53475680A2892B937316D450B5C (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Security.Authentication.SslProtocols Mono.Unity.UnityTlsProvider::get_SupportedProtocols()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsProvider_get_SupportedProtocols_mB92C5F264ADEADACCE52A31D1DA9937777C5BC04 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)4032));
}
}
// Mono.Security.Interface.IMonoSslStream Mono.Unity.UnityTlsProvider::CreateSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityTlsProvider_CreateSslStream_m7395FB4BBD905D89772F5157FDD254E5CF1F83DC (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings2, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0;
bool L_1 = ___leaveInnerStreamOpen1;
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_2 = ___settings2;
RuntimeObject* L_3 = SslStream_CreateMonoSslStream_m2DA6B0A589490351B37010F5BCF2DA3D734FF266(L_0, L_1, __this, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// Mono.Security.Interface.IMonoSslStream Mono.Unity.UnityTlsProvider::CreateSslStreamInternal(System.Net.Security.SslStream,System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityTlsProvider_CreateSslStreamInternal_mA8AD037F184BD564ACD9945D6EA3961971030F7E (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___sslStream0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream1, bool ___leaveInnerStreamOpen2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsProvider_CreateSslStreamInternal_mA8AD037F184BD564ACD9945D6EA3961971030F7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream1;
bool L_1 = ___leaveInnerStreamOpen2;
SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_2 = ___sslStream0;
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_3 = ___settings3;
UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 * L_4 = (UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 *)il2cpp_codegen_object_new(UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166_il2cpp_TypeInfo_var);
UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F(L_4, L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean Mono.Unity.UnityTlsProvider::ValidateCertificate(Mono.Security.Interface.ICertificateValidator2,System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean,System.Security.Cryptography.X509Certificates.X509Chain&,Mono.Security.Interface.MonoSslPolicyErrors&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_ValidateCertificate_mB131CB7451246C50BC4F3612C768E09C1DF59AAF (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, RuntimeObject* ___validator0, String_t* ___targetHost1, bool ___serverMode2, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates3, bool ___wantsChain4, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 ** ___chain5, int32_t* ___errors6, int32_t* ___status117, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsProvider_ValidateCertificate_mB131CB7451246C50BC4F3612C768E09C1DF59AAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_0;
memset((&V_0), 0, sizeof(V_0));
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * V_1 = NULL;
uint32_t V_2 = 0;
int32_t V_3 = 0;
unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 V_4;
memset((&V_4), 0, sizeof(V_4));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * V_6 = NULL;
unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 V_7;
memset((&V_7), 0, sizeof(V_7));
uint8_t* V_8 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
uint8_t* V_10 = 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) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = ___certificates3;
if (L_0)
{
goto IL_000e;
}
}
{
int32_t* L_1 = ___errors6;
int32_t* L_2 = ___errors6;
int32_t L_3 = *((int32_t*)L_2);
*((int32_t*)L_1) = (int32_t)((int32_t)((int32_t)L_3|(int32_t)1));
return (bool)0;
}
IL_000e:
{
bool L_4 = ___wantsChain4;
if (!L_4)
{
goto IL_001c;
}
}
{
X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 ** L_5 = ___chain5;
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_6 = ___certificates3;
IL2CPP_RUNTIME_CLASS_INIT(SystemCertificateValidator_tEB00AC944EDDAA53F9A9FA7A316A23574985475F_il2cpp_TypeInfo_var);
X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * L_7 = SystemCertificateValidator_CreateX509Chain_mB9965896005703ADC050BC1E6415D30FBDC42091(L_6, /*hidden argument*/NULL);
*((RuntimeObject **)L_5) = (RuntimeObject *)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)L_7);
}
IL_001c:
{
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_8 = ___certificates3;
if (!L_8)
{
goto IL_0029;
}
}
{
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_9 = ___certificates3;
NullCheck(L_9);
int32_t L_10 = CollectionBase_get_Count_mFB8B3BCCCE581FEFA96FF5A6C1629E7EC092D92C(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0033;
}
}
IL_0029:
{
int32_t* L_11 = ___errors6;
int32_t* L_12 = ___errors6;
int32_t L_13 = *((int32_t*)L_12);
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_13|(int32_t)1));
return (bool)0;
}
IL_0033:
{
String_t* L_14 = ___targetHost1;
bool L_15 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0052;
}
}
{
String_t* L_16 = ___targetHost1;
NullCheck(L_16);
int32_t L_17 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_16, ((int32_t)58), /*hidden argument*/NULL);
V_3 = L_17;
int32_t L_18 = V_3;
if ((((int32_t)L_18) <= ((int32_t)0)))
{
goto IL_0052;
}
}
{
String_t* L_19 = ___targetHost1;
int32_t L_20 = V_3;
NullCheck(L_19);
String_t* L_21 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_19, 0, L_20, /*hidden argument*/NULL);
___targetHost1 = L_21;
}
IL_0052:
{
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_22 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_22);
unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_23 = L_22->get_unitytls_errorstate_create_2();
NullCheck(L_23);
unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_24 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_23, /*hidden argument*/NULL);
V_0 = L_24;
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_25 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_25);
unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * L_26 = L_25->get_unitytls_x509list_create_11();
NullCheck(L_26);
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_27 = unitytls_x509list_create_t_Invoke_m45B75F9286D2C1DC14AECFA258F419C3A1989A79(L_26, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL);
V_1 = (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_27;
V_2 = ((int32_t)-2147483648LL);
}
IL_007b:
try
{ // begin try (depth: 1)
{
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_28 = V_1;
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_29 = ___certificates3;
CertHelper_AddCertificatesToNativeChain_m1D22A9A50CA05E1F931B8B309E047092DDE01CFF((unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_28, L_29, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL);
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_30 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_30);
unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * L_31 = L_30->get_unitytls_x509list_get_ref_9();
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_32 = V_1;
NullCheck(L_31);
unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_33 = unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C(L_31, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_32, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL);
V_4 = L_33;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_34 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
String_t* L_35 = ___targetHost1;
NullCheck(L_34);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_34, L_35);
V_5 = L_36;
RuntimeObject* L_37 = ___validator0;
NullCheck(L_37);
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_38 = InterfaceFuncInvoker0< MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * >::Invoke(0 /* Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.ICertificateValidator::get_Settings() */, ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3_il2cpp_TypeInfo_var, L_37);
NullCheck(L_38);
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_39 = MonoTlsSettings_get_TrustAnchors_mD6ADD8546ED8D9C0BA58A25F0ADA0BBB5127F28F_inline(L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_0152;
}
}
IL_00b8:
{
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_40 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_40);
unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * L_41 = L_40->get_unitytls_x509list_create_11();
NullCheck(L_41);
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_42 = unitytls_x509list_create_t_Invoke_m45B75F9286D2C1DC14AECFA258F419C3A1989A79(L_41, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL);
V_6 = (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_42;
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_43 = V_6;
RuntimeObject* L_44 = ___validator0;
NullCheck(L_44);
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_45 = InterfaceFuncInvoker0< MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * >::Invoke(0 /* Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.ICertificateValidator::get_Settings() */, ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3_il2cpp_TypeInfo_var, L_44);
NullCheck(L_45);
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_46 = MonoTlsSettings_get_TrustAnchors_mD6ADD8546ED8D9C0BA58A25F0ADA0BBB5127F28F_inline(L_45, /*hidden argument*/NULL);
CertHelper_AddCertificatesToNativeChain_m1D22A9A50CA05E1F931B8B309E047092DDE01CFF((unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_43, L_46, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL);
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_47 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_47);
unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * L_48 = L_47->get_unitytls_x509list_get_ref_9();
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_49 = V_1;
NullCheck(L_48);
unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_50 = unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C(L_48, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_49, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL);
V_7 = L_50;
}
IL_00f6:
try
{ // begin try (depth: 2)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = L_51;
V_9 = L_52;
if (!L_52)
{
goto IL_0103;
}
}
IL_00fd:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_9;
NullCheck(L_53);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))))
{
goto IL_0109;
}
}
IL_0103:
{
V_8 = (uint8_t*)(((uintptr_t)0));
goto IL_0114;
}
IL_0109:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = V_9;
NullCheck(L_54);
V_8 = (uint8_t*)(((uintptr_t)((L_54)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0114:
{
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_55 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_55);
unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * L_56 = L_55->get_unitytls_x509verify_explicit_ca_17();
unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_57 = V_4;
unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_58 = V_7;
uint8_t* L_59 = V_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_5;
NullCheck(L_60);
intptr_t L_61 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray*)L_60)->max_length)))), /*hidden argument*/NULL);
NullCheck(L_56);
uint32_t L_62 = unitytls_x509verify_explicit_ca_t_Invoke_mCC06B1AF3BCD90C24E3CA05A785528588C7CCEB5(L_56, L_57, L_58, (uint8_t*)(uint8_t*)L_59, (intptr_t)L_61, (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 *)NULL, (void*)(void*)(((uintptr_t)0)), (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL);
V_2 = L_62;
IL2CPP_LEAVE(0x13F, FINALLY_013b);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_013b;
}
FINALLY_013b:
{ // begin finally (depth: 2)
V_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
IL2CPP_END_FINALLY(315)
} // end finally (depth: 2)
IL2CPP_CLEANUP(315)
{
IL2CPP_JUMP_TBL(0x13F, IL_013f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_013f:
{
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_63 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_63);
unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_64 = L_63->get_unitytls_x509list_free_15();
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_65 = V_6;
NullCheck(L_64);
unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_64, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_65, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x1AB, FINALLY_019a);
}
IL_0152:
{
}
IL_0153:
try
{ // begin try (depth: 2)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66;
V_9 = L_67;
if (!L_67)
{
goto IL_0160;
}
}
IL_015a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_9;
NullCheck(L_68);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))))
{
goto IL_0166;
}
}
IL_0160:
{
V_10 = (uint8_t*)(((uintptr_t)0));
goto IL_0171;
}
IL_0166:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_9;
NullCheck(L_69);
V_10 = (uint8_t*)(((uintptr_t)((L_69)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0171:
{
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_70 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_70);
unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * L_71 = L_70->get_unitytls_x509verify_default_ca_16();
unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_72 = V_4;
uint8_t* L_73 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = V_5;
NullCheck(L_74);
intptr_t L_75 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length)))), /*hidden argument*/NULL);
NullCheck(L_71);
uint32_t L_76 = unitytls_x509verify_default_ca_t_Invoke_mE5D523AFD08CCE9A427389F17611D56C6D905B98(L_71, L_72, (uint8_t*)(uint8_t*)L_73, (intptr_t)L_75, (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 *)NULL, (void*)(void*)(((uintptr_t)0)), (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL);
V_2 = L_76;
IL2CPP_LEAVE(0x1AB, FINALLY_0196);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0196;
}
FINALLY_0196:
{ // begin finally (depth: 2)
V_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
IL2CPP_END_FINALLY(406)
} // end finally (depth: 2)
IL2CPP_CLEANUP(406)
{
IL2CPP_END_CLEANUP(0x1AB, FINALLY_019a);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_019a;
}
FINALLY_019a:
{ // begin finally (depth: 1)
unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_77 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL);
NullCheck(L_77);
unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_78 = L_77->get_unitytls_x509list_free_15();
unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_79 = V_1;
NullCheck(L_78);
unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_78, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_79, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(410)
} // end finally (depth: 1)
IL2CPP_CLEANUP(410)
{
IL2CPP_JUMP_TBL(0x1AB, IL_01ab)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01ab:
{
int32_t* L_80 = ___errors6;
uint32_t L_81 = V_2;
int32_t L_82 = UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7(L_81, /*hidden argument*/NULL);
*((int32_t*)L_80) = (int32_t)L_82;
uint32_t L_83 = V_2;
if (L_83)
{
goto IL_01c1;
}
}
{
unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_84 = V_0;
uint32_t L_85 = L_84.get_code_1();
return (bool)((((int32_t)L_85) == ((int32_t)0))? 1 : 0);
}
IL_01c1:
{
return (bool)0;
}
}
// System.Void Mono.Unity.UnityTlsProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsProvider__ctor_m84BDC7485DA3C2B3A2153CA4B0AC695FD65AF493 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method)
{
{
MonoTlsProvider__ctor_m627444C019C32E18FC68ABF1AF33577E54A9705B(__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 Mono.Unity.UnityTlsStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.SslStream,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F (UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___owner2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0;
bool L_1 = ___leaveInnerStreamOpen1;
SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_2 = ___owner2;
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_3 = ___settings3;
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_4 = ___provider4;
IL2CPP_RUNTIME_CLASS_INIT(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_il2cpp_TypeInfo_var);
MobileAuthenticatedStream__ctor_mF6BF50D6BFDEF283FF8036F5170281D29FDD7628(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// Mono.Net.Security.MobileTlsContext Mono.Unity.UnityTlsStream::CreateContext(System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * UnityTlsStream_CreateContext_m0626DFB8390DAFD3CDDF43BF033F6BBE6260E1C9 (UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 * __this, bool ___serverMode0, String_t* ___targetHost1, int32_t ___enabledProtocols2, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate3, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___clientCertificates4, bool ___askForClientCert5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityTlsStream_CreateContext_m0626DFB8390DAFD3CDDF43BF033F6BBE6260E1C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___serverMode0;
String_t* L_1 = ___targetHost1;
int32_t L_2 = ___enabledProtocols2;
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_3 = ___serverCertificate3;
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_4 = ___clientCertificates4;
bool L_5 = ___askForClientCert5;
UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * L_6 = (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)il2cpp_codegen_object_new(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var);
UnityTlsContext__ctor_m82A8A07485BBA40B72407958085454EBFFEB826C(L_6, __this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Util.MonoPInvokeCallbackAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_mE8E2FC84195F0A97049CAF083F56A3C4254323FC (MonoPInvokeCallbackAttribute_t4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD * __this, Type_t * ___t0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_1 = ___name0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args1;
String_t* L_3 = SR_GetString_m9D671CBA422B18D15B8FF59B22DCCEB32E3D16E2(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m9D671CBA422B18D15B8FF59B22DCCEB32E3D16E2 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, String_t* ___name1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method)
{
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
String_t* L_1 = ___name1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args2;
String_t* L_3 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String SR::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
return L_0;
}
}
// System.String SR::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m0F2CEC6937029AEC3360EE21DB1D6329D5BE8906 (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SR_Format_m0F2CEC6937029AEC3360EE21DB1D6329D5BE8906_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_1 = ___resourceFormat0;
RuntimeObject * L_2 = ___p11;
String_t* L_3 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String SR::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mCE758E323017FDB5E39921BE8757AC78665C7504 (String_t* ___resourceFormat0, RuntimeObject * ___p11, RuntimeObject * ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SR_Format_mCE758E323017FDB5E39921BE8757AC78665C7504_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_1 = ___resourceFormat0;
RuntimeObject * L_2 = ___p11;
RuntimeObject * L_3 = ___p22;
String_t* L_4 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Collections.Specialized.BitVector32::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_get_Item_m00C3142256C406B075C4E364C03AC3A89E37A0CB (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, int32_t ___bit0, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->get_data_0();
int32_t L_1 = ___bit0;
int32_t L_2 = ___bit0;
return (bool)((((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_0)))&(int64_t)(((int64_t)((int64_t)L_1)))))) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_2))))))))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BitVector32_get_Item_m00C3142256C406B075C4E364C03AC3A89E37A0CB_AdjustorThunk (RuntimeObject * __this, int32_t ___bit0, const RuntimeMethod* method)
{
int32_t _offset = 1;
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * _thisAdjusted = reinterpret_cast<BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 *>(__this + _offset);
return BitVector32_get_Item_m00C3142256C406B075C4E364C03AC3A89E37A0CB(_thisAdjusted, ___bit0, method);
}
// System.Void System.Collections.Specialized.BitVector32::set_Item(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitVector32_set_Item_mA42604EC8406BCA63DEB3434E3F9D8D16742400C (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, int32_t ___bit0, bool ___value1, const RuntimeMethod* method)
{
{
bool L_0 = ___value1;
if (!L_0)
{
goto IL_0012;
}
}
{
uint32_t L_1 = __this->get_data_0();
int32_t L_2 = ___bit0;
__this->set_data_0(((int32_t)((int32_t)L_1|(int32_t)L_2)));
return;
}
IL_0012:
{
uint32_t L_3 = __this->get_data_0();
int32_t L_4 = ___bit0;
__this->set_data_0(((int32_t)((int32_t)L_3&(int32_t)((~L_4)))));
return;
}
}
IL2CPP_EXTERN_C void BitVector32_set_Item_mA42604EC8406BCA63DEB3434E3F9D8D16742400C_AdjustorThunk (RuntimeObject * __this, int32_t ___bit0, bool ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * _thisAdjusted = reinterpret_cast<BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 *>(__this + _offset);
BitVector32_set_Item_mA42604EC8406BCA63DEB3434E3F9D8D16742400C(_thisAdjusted, ___bit0, ___value1, method);
}
// System.Int32 System.Collections.Specialized.BitVector32::CreateMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mF40475E10251217A893C1C396B80B4690A6245B2 (const RuntimeMethod* method)
{
{
int32_t L_0 = BitVector32_CreateMask_mFE756231DB1A3377702CD31ED57BF6CBCB0487CD(0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Collections.Specialized.BitVector32::CreateMask(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mFE756231DB1A3377702CD31ED57BF6CBCB0487CD (int32_t ___previous0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitVector32_CreateMask_mFE756231DB1A3377702CD31ED57BF6CBCB0487CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___previous0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
int32_t L_1 = ___previous0;
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2147483648LL)))))
{
goto IL_001d;
}
}
{
String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1B37D8F6FB799110142953451E34BF291DD5B383, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, BitVector32_CreateMask_mFE756231DB1A3377702CD31ED57BF6CBCB0487CD_RuntimeMethod_var);
}
IL_001d:
{
int32_t L_4 = ___previous0;
return ((int32_t)((int32_t)L_4<<(int32_t)1));
}
}
// System.Boolean System.Collections.Specialized.BitVector32::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_Equals_m658488AB2FE6B6D71F9574CD29A92FAB17026C5A (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitVector32_Equals_m658488AB2FE6B6D71F9574CD29A92FAB17026C5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___o0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
uint32_t L_1 = __this->get_data_0();
RuntimeObject * L_2 = ___o0;
uint32_t L_3 = ((BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 *)UnBox(L_2, BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1_il2cpp_TypeInfo_var))->get_data_0();
return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BitVector32_Equals_m658488AB2FE6B6D71F9574CD29A92FAB17026C5A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
int32_t _offset = 1;
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * _thisAdjusted = reinterpret_cast<BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 *>(__this + _offset);
return BitVector32_Equals_m658488AB2FE6B6D71F9574CD29A92FAB17026C5A(_thisAdjusted, ___o0, method);
}
// System.Int32 System.Collections.Specialized.BitVector32::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_GetHashCode_m27DDA82E5461278F9ED05C032F604107E67C71C1 (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitVector32_GetHashCode_m27DDA82E5461278F9ED05C032F604107E67C71C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 L_0 = (*(BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 *)__this);
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 L_1 = L_0;
RuntimeObject * L_2 = Box(BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1_il2cpp_TypeInfo_var, &L_1);
NullCheck((ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF *)L_2);
int32_t L_3 = ValueType_GetHashCode_m48E9FA7FFC7C27D876E764A94E3CF2039ED6C9F9((ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF *)L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t BitVector32_GetHashCode_m27DDA82E5461278F9ED05C032F604107E67C71C1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * _thisAdjusted = reinterpret_cast<BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 *>(__this + _offset);
return BitVector32_GetHashCode_m27DDA82E5461278F9ED05C032F604107E67C71C1(_thisAdjusted, method);
}
// System.String System.Collections.Specialized.BitVector32::ToString(System.Collections.Specialized.BitVector32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitVector32_ToString_m5580D76C2D5C86F0AEC8538762BCE520F3EDC731 (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitVector32_ToString_m5580D76C2D5C86F0AEC8538762BCE520F3EDC731_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_0, ((int32_t)45), /*hidden argument*/NULL);
V_0 = L_0;
StringBuilder_t * L_1 = V_0;
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, _stringLiteral905BABCCD6B69C6AF536A4D5012D6A870E0ED93E, /*hidden argument*/NULL);
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 L_2 = ___value0;
uint32_t L_3 = L_2.get_data_0();
V_1 = L_3;
V_2 = 0;
goto IL_004c;
}
IL_001f:
{
int32_t L_4 = V_1;
if (!((int64_t)((int64_t)(((int64_t)((int64_t)L_4)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))))))
{
goto IL_0038;
}
}
{
StringBuilder_t * L_5 = V_0;
NullCheck(L_5);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB, /*hidden argument*/NULL);
goto IL_0044;
}
IL_0038:
{
StringBuilder_t * L_6 = V_0;
NullCheck(L_6);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_6, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
}
IL_0044:
{
int32_t L_7 = V_1;
V_1 = ((int32_t)((int32_t)L_7<<(int32_t)1));
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_004c:
{
int32_t L_9 = V_2;
if ((((int32_t)L_9) < ((int32_t)((int32_t)32))))
{
goto IL_001f;
}
}
{
StringBuilder_t * L_10 = V_0;
NullCheck(L_10);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_10, _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A, /*hidden argument*/NULL);
StringBuilder_t * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
return L_12;
}
}
// System.String System.Collections.Specialized.BitVector32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitVector32_ToString_m637FCCA35840D4ABED687F1FCDAE50AB8BC7B6D0 (BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * __this, const RuntimeMethod* method)
{
{
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 L_0 = (*(BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 *)__this);
String_t* L_1 = BitVector32_ToString_m5580D76C2D5C86F0AEC8538762BCE520F3EDC731(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C String_t* BitVector32_ToString_m637FCCA35840D4ABED687F1FCDAE50AB8BC7B6D0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 * _thisAdjusted = reinterpret_cast<BitVector32_tDE1C7920F117A283D9595A597572E8910691A0F1 *>(__this + _offset);
return BitVector32_ToString_m637FCCA35840D4ABED687F1FCDAE50AB8BC7B6D0(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Specialized.CompatibleComparer::.ctor(System.Collections.IComparer,System.Collections.IHashCodeProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompatibleComparer__ctor_m26DB6C338A8491558326D0F472D432EAC4D5D3D4 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, RuntimeObject* ___comparer0, RuntimeObject* ___hashCodeProvider1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___comparer0;
__this->set__comparer_0(L_0);
RuntimeObject* L_1 = ___hashCodeProvider1;
__this->set__hcp_2(L_1);
return;
}
}
// System.Boolean System.Collections.Specialized.CompatibleComparer::Equals(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompatibleComparer_Equals_mBB2FF4E0B234C0A1854821B349899246FDD37E95 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompatibleComparer_Equals_mBB2FF4E0B234C0A1854821B349899246FDD37E95_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) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = ___a0;
RuntimeObject * L_1 = ___b1;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_2 = ___a0;
if (!L_2)
{
goto IL_000c;
}
}
{
RuntimeObject * L_3 = ___b1;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
}
IL_000f:
try
{ // begin try (depth: 1)
{
RuntimeObject* L_4 = __this->get__comparer_0();
if (!L_4)
{
goto IL_002a;
}
}
IL_0017:
{
RuntimeObject* L_5 = __this->get__comparer_0();
RuntimeObject * L_6 = ___a0;
RuntimeObject * L_7 = ___b1;
NullCheck(L_5);
int32_t L_8 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_5, L_6, L_7);
V_1 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
goto IL_0050;
}
IL_002a:
{
RuntimeObject * L_9 = ___a0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var));
RuntimeObject* L_10 = V_0;
if (!L_10)
{
goto IL_0041;
}
}
IL_0034:
{
RuntimeObject* L_11 = V_0;
RuntimeObject * L_12 = ___b1;
NullCheck(L_11);
int32_t L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var, L_11, L_12);
V_1 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
goto IL_0050;
}
IL_0041:
{
goto IL_0048;
}
} // 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_0043;
throw e;
}
CATCH_0043:
{ // begin catch(System.ArgumentException)
V_1 = (bool)0;
goto IL_0050;
} // end catch (depth: 1)
IL_0048:
{
RuntimeObject * L_14 = ___a0;
RuntimeObject * L_15 = ___b1;
NullCheck(L_14);
bool L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_14, L_15);
return L_16;
}
IL_0050:
{
bool L_17 = V_1;
return L_17;
}
}
// System.Int32 System.Collections.Specialized.CompatibleComparer::GetHashCode(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = __this->get__hcp_2();
if (!L_2)
{
goto IL_0023;
}
}
{
RuntimeObject* L_3 = __this->get__hcp_2();
RuntimeObject * L_4 = ___obj0;
NullCheck(L_3);
int32_t L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IHashCodeProvider::GetHashCode(System.Object) */, IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_il2cpp_TypeInfo_var, L_3, L_4);
return L_5;
}
IL_0023:
{
RuntimeObject * L_6 = ___obj0;
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6);
return L_7;
}
}
// System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_Comparer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_mF8B7EDA05E675046EB7BF2E6DEEFBAE1C2AA5E2F (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get__comparer_0();
return L_0;
}
}
// System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_HashCodeProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_m2CED6D7A8ED865AE214D806F751C7F17BD24BED3 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get__hcp_2();
return L_0;
}
}
// System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_DefaultComparer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->get_defaultComparer_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE * L_2 = (CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE *)il2cpp_codegen_object_new(CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE_il2cpp_TypeInfo_var);
CaseInsensitiveComparer__ctor_mD5DC15C2FD17907674949A807D68DE4A52A3F8B4(L_2, L_1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->set_defaultComparer_1(L_2);
}
IL_001a:
{
RuntimeObject* L_3 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->get_defaultComparer_1();
il2cpp_codegen_memory_barrier();
return L_3;
}
}
// System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_DefaultHashCodeProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->get_defaultHashProvider_3();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 * L_2 = (CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34_il2cpp_TypeInfo_var);
CaseInsensitiveHashCodeProvider__ctor_m34F0F884884090CA3735F6B231D2A7222F50787A(L_2, L_1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->set_defaultHashProvider_3(L_2);
}
IL_001a:
{
RuntimeObject* L_3 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->get_defaultHashProvider_3();
il2cpp_codegen_memory_barrier();
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Specialized.HybridDictionary::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m18ABDB797A0591DF595BBDD2A03F1670DDD07AA7 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.HybridDictionary::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary__ctor_mBA75388EDF5456916408D7D3954B6873D50BA2F1 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, bool ___caseInsensitive0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
bool L_0 = ___caseInsensitive0;
__this->set_caseInsensitive_2(L_0);
return;
}
}
// System.Object System.Collections.Specialized.HybridDictionary::get_Item(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * V_0 = NULL;
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0();
V_0 = L_0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
if (!L_1)
{
goto IL_001c;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_hashtable_1();
RuntimeObject * L_3 = ___key0;
NullCheck(L_2);
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3);
return L_4;
}
IL_001c:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_5 = V_0;
if (!L_5)
{
goto IL_0027;
}
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = V_0;
RuntimeObject * L_7 = ___key0;
NullCheck(L_6);
RuntimeObject * L_8 = ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605(L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_0027:
{
RuntimeObject * L_9 = ___key0;
if (L_9)
{
goto IL_003f;
}
}
{
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_11 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_11, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11_RuntimeMethod_var);
}
IL_003f:
{
return NULL;
}
}
// System.Void System.Collections.Specialized.HybridDictionary::set_Item(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary_set_Item_mFFC14A7F4B45807D97503616AF98160061F6B9D3 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_set_Item_mFFC14A7F4B45807D97503616AF98160061F6B9D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B8_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B7_0 = NULL;
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B9_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B9_1 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_0016;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
RuntimeObject * L_2 = ___key0;
RuntimeObject * L_3 = ___value1;
NullCheck(L_1);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_1, L_2, L_3);
return;
}
IL_0016:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = __this->get_list_0();
if (!L_4)
{
goto IL_004e;
}
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_5 = __this->get_list_0();
NullCheck(L_5);
int32_t L_6 = ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) < ((int32_t)8)))
{
goto IL_0040;
}
}
{
HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173(__this, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_hashtable_1();
RuntimeObject * L_8 = ___key0;
RuntimeObject * L_9 = ___value1;
NullCheck(L_7);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_8, L_9);
return;
}
IL_0040:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_10 = __this->get_list_0();
RuntimeObject * L_11 = ___key0;
RuntimeObject * L_12 = ___value1;
NullCheck(L_10);
ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0(L_10, L_11, L_12, /*hidden argument*/NULL);
return;
}
IL_004e:
{
bool L_13 = __this->get_caseInsensitive_2();
G_B7_0 = __this;
if (L_13)
{
G_B8_0 = __this;
goto IL_005a;
}
}
{
G_B9_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL));
G_B9_1 = G_B7_0;
goto IL_005f;
}
IL_005a:
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_14 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
G_B9_0 = L_14;
G_B9_1 = G_B8_0;
}
IL_005f:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_15 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var);
ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_15, G_B9_0, /*hidden argument*/NULL);
NullCheck(G_B9_1);
G_B9_1->set_list_0(L_15);
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_16 = __this->get_list_0();
RuntimeObject * L_17 = ___key0;
RuntimeObject * L_18 = ___value1;
NullCheck(L_16);
ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0(L_16, L_17, L_18, /*hidden argument*/NULL);
return;
}
}
// System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::get_List()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B3_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B2_0 = NULL;
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B4_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B4_1 = NULL;
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0();
if (L_0)
{
goto IL_0023;
}
}
{
bool L_1 = __this->get_caseInsensitive_2();
G_B2_0 = __this;
if (L_1)
{
G_B3_0 = __this;
goto IL_0014;
}
}
{
G_B4_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL));
G_B4_1 = G_B2_0;
goto IL_0019;
}
IL_0014:
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_2 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
G_B4_0 = L_2;
G_B4_1 = G_B3_0;
}
IL_0019:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var);
ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_3, G_B4_0, /*hidden argument*/NULL);
NullCheck(G_B4_1);
G_B4_1->set_list_0(L_3);
}
IL_0023:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = __this->get_list_0();
return L_4;
}
}
// System.Void System.Collections.Specialized.HybridDictionary::ChangeOver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_1 = NULL;
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0();
NullCheck(L_0);
RuntimeObject* L_1 = ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D(L_0, /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = __this->get_caseInsensitive_2();
if (!L_2)
{
goto IL_0023;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_3 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D(L_4, ((int32_t)13), L_3, /*hidden argument*/NULL);
V_1 = L_4;
goto IL_003f;
}
IL_0023:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9(L_5, ((int32_t)13), /*hidden argument*/NULL);
V_1 = L_5;
goto IL_003f;
}
IL_002d:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = V_1;
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_7);
RuntimeObject* L_9 = V_0;
NullCheck(L_9);
RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_9);
NullCheck(L_6);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_8, L_10);
}
IL_003f:
{
RuntimeObject* L_11 = V_0;
NullCheck(L_11);
bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_11);
if (L_12)
{
goto IL_002d;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = V_1;
__this->set_hashtable_1(L_13);
__this->set_list_0((ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)NULL);
return;
}
}
// System.Int32 System.Collections.Specialized.HybridDictionary::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HybridDictionary_get_Count_m170B942CEB7FA1B42BFFB246D72B583BD1397738 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * V_0 = NULL;
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0();
V_0 = L_0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
if (!L_1)
{
goto IL_001b;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_hashtable_1();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(41 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_2);
return L_3;
}
IL_001b:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = V_0;
if (!L_4)
{
goto IL_0025;
}
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B_inline(L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0025:
{
return 0;
}
}
// System.Collections.ICollection System.Collections.Specialized.HybridDictionary::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_get_Keys_m1ED05F9E3965475BA4F787CD61FC93A27AFEBB45 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_0014;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_1);
return L_2;
}
IL_0014:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E(__this, /*hidden argument*/NULL);
NullCheck(L_3);
RuntimeObject* L_4 = ListDictionary_get_Keys_m373CB050F926332B5B29A2E0A28708CE12D393F1(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean System.Collections.Specialized.HybridDictionary::get_IsReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HybridDictionary_get_IsReadOnly_mB58FCC395C6CC8A569B0277DE6D0B02550E786E1 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Collections.Specialized.HybridDictionary::get_IsFixedSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HybridDictionary_get_IsFixedSize_m999FA4E5C01D28637D597D05322474370031305B (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Collections.Specialized.HybridDictionary::get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HybridDictionary_get_IsSynchronized_m16E1CEF05CA968B2C844104334996CEE3335EB0E (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Collections.Specialized.HybridDictionary::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_SyncRoot_m3A81A716ADC2A40444AF517E38EA943FDC72AB97 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Collections.ICollection System.Collections.Specialized.HybridDictionary::get_Values()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_get_Values_m23B45F48BDCE2FB8A48D818C9868A80A4CE2FB93 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_0014;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(38 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_1);
return L_2;
}
IL_0014:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E(__this, /*hidden argument*/NULL);
NullCheck(L_3);
RuntimeObject* L_4 = ListDictionary_get_Values_m57265648B196A12231439F5544E3CBDD6AD4ACB3(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.Collections.Specialized.HybridDictionary::Add(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary_Add_m8022C90B2CAE2484ED0D740734EA4E512D8B130D (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_Add_m8022C90B2CAE2484ED0D740734EA4E512D8B130D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B5_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B4_0 = NULL;
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B6_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B6_1 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_0016;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
RuntimeObject * L_2 = ___key0;
RuntimeObject * L_3 = ___value1;
NullCheck(L_1);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_1, L_2, L_3);
return;
}
IL_0016:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = __this->get_list_0();
if (L_4)
{
goto IL_0047;
}
}
{
bool L_5 = __this->get_caseInsensitive_2();
G_B4_0 = __this;
if (L_5)
{
G_B5_0 = __this;
goto IL_002a;
}
}
{
G_B6_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL));
G_B6_1 = G_B4_0;
goto IL_002f;
}
IL_002a:
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_6 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
G_B6_0 = L_6;
G_B6_1 = G_B5_0;
}
IL_002f:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_7 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var);
ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_7, G_B6_0, /*hidden argument*/NULL);
NullCheck(G_B6_1);
G_B6_1->set_list_0(L_7);
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_8 = __this->get_list_0();
RuntimeObject * L_9 = ___key0;
RuntimeObject * L_10 = ___value1;
NullCheck(L_8);
ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB(L_8, L_9, L_10, /*hidden argument*/NULL);
return;
}
IL_0047:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_11 = __this->get_list_0();
NullCheck(L_11);
int32_t L_12 = ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B_inline(L_11, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))) < ((int32_t)((int32_t)9))))
{
goto IL_006c;
}
}
{
HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173(__this, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_hashtable_1();
RuntimeObject * L_14 = ___key0;
RuntimeObject * L_15 = ___value1;
NullCheck(L_13);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_13, L_14, L_15);
return;
}
IL_006c:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_16 = __this->get_list_0();
RuntimeObject * L_17 = ___key0;
RuntimeObject * L_18 = ___value1;
NullCheck(L_16);
ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB(L_16, L_17, L_18, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.HybridDictionary::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary_Clear_m9C53B8C32A090321B9D928B0F2B8ACDE1BA8591E (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_001a;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
__this->set_hashtable_1((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL);
NullCheck(L_1);
VirtActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_1);
}
IL_001a:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_2 = __this->get_list_0();
if (!L_2)
{
goto IL_0034;
}
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = __this->get_list_0();
__this->set_list_0((ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)NULL);
NullCheck(L_3);
ListDictionary_Clear_m9D51C37F441D6390E7FF8B633EFD144F4771DB1E(L_3, /*hidden argument*/NULL);
}
IL_0034:
{
return;
}
}
// System.Boolean System.Collections.Specialized.HybridDictionary::Contains(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HybridDictionary_Contains_mF8C826101599A5F6EDB300954BD90FDEC4BCA6D6 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_Contains_mF8C826101599A5F6EDB300954BD90FDEC4BCA6D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * V_0 = NULL;
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0();
V_0 = L_0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
if (!L_1)
{
goto IL_001c;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_hashtable_1();
RuntimeObject * L_3 = ___key0;
NullCheck(L_2);
bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_2, L_3);
return L_4;
}
IL_001c:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_5 = V_0;
if (!L_5)
{
goto IL_0027;
}
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = V_0;
RuntimeObject * L_7 = ___key0;
NullCheck(L_6);
bool L_8 = ListDictionary_Contains_mA832E669186A7B91FF5819A535F8D394C963C508(L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_0027:
{
RuntimeObject * L_9 = ___key0;
if (L_9)
{
goto IL_003f;
}
}
{
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_11 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_11, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, HybridDictionary_Contains_mF8C826101599A5F6EDB300954BD90FDEC4BCA6D6_RuntimeMethod_var);
}
IL_003f:
{
return (bool)0;
}
}
// System.Void System.Collections.Specialized.HybridDictionary::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary_CopyTo_m130965C0084284EE331912B40157958A1075E4A1 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_0016;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
RuntimeArray * L_2 = ___array0;
int32_t L_3 = ___index1;
NullCheck(L_1);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(28 /* System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) */, L_1, L_2, L_3);
return;
}
IL_0016:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E(__this, /*hidden argument*/NULL);
RuntimeArray * L_5 = ___array0;
int32_t L_6 = ___index1;
NullCheck(L_4);
ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0(L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Collections.IDictionaryEnumerator System.Collections.Specialized.HybridDictionary::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_GetEnumerator_m02B2FC70ED4C2E91818DC8EAA3F3602B0DE81437 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_GetEnumerator_m02B2FC70ED4C2E91818DC8EAA3F3602B0DE81437_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B5_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B4_0 = NULL;
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B6_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B6_1 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_0014;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_1);
return L_2;
}
IL_0014:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = __this->get_list_0();
if (L_3)
{
goto IL_0037;
}
}
{
bool L_4 = __this->get_caseInsensitive_2();
G_B4_0 = __this;
if (L_4)
{
G_B5_0 = __this;
goto IL_0028;
}
}
{
G_B6_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL));
G_B6_1 = G_B4_0;
goto IL_002d;
}
IL_0028:
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_5 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
G_B6_0 = L_5;
G_B6_1 = G_B5_0;
}
IL_002d:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var);
ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_6, G_B6_0, /*hidden argument*/NULL);
NullCheck(G_B6_1);
G_B6_1->set_list_0(L_6);
}
IL_0037:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_7 = __this->get_list_0();
NullCheck(L_7);
RuntimeObject* L_8 = ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D(L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Collections.IEnumerator System.Collections.Specialized.HybridDictionary::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_System_Collections_IEnumerable_GetEnumerator_m4B6D49D2814E11C16C7005F84DFC58333BCBFAA0 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_System_Collections_IEnumerable_GetEnumerator_m4B6D49D2814E11C16C7005F84DFC58333BCBFAA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B5_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B4_0 = NULL;
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B6_0 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B6_1 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_0014;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_1);
return L_2;
}
IL_0014:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = __this->get_list_0();
if (L_3)
{
goto IL_0037;
}
}
{
bool L_4 = __this->get_caseInsensitive_2();
G_B4_0 = __this;
if (L_4)
{
G_B5_0 = __this;
goto IL_0028;
}
}
{
G_B6_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL));
G_B6_1 = G_B4_0;
goto IL_002d;
}
IL_0028:
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_5 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
G_B6_0 = L_5;
G_B6_1 = G_B5_0;
}
IL_002d:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var);
ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_6, G_B6_0, /*hidden argument*/NULL);
NullCheck(G_B6_1);
G_B6_1->set_list_0(L_6);
}
IL_0037:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_7 = __this->get_list_0();
NullCheck(L_7);
RuntimeObject* L_8 = ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D(L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void System.Collections.Specialized.HybridDictionary::Remove(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary_Remove_mF87829C60C964F938DE42D453582712B726A2CD7 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HybridDictionary_Remove_mF87829C60C964F938DE42D453582712B726A2CD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1();
if (!L_0)
{
goto IL_0015;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1();
RuntimeObject * L_2 = ___key0;
NullCheck(L_1);
VirtActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_1, L_2);
return;
}
IL_0015:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = __this->get_list_0();
if (!L_3)
{
goto IL_002a;
}
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = __this->get_list_0();
RuntimeObject * L_5 = ___key0;
NullCheck(L_4);
ListDictionary_Remove_m8CDD8E6A5B18DAC6446C1D93BADEB0A804AC9C5E(L_4, L_5, /*hidden argument*/NULL);
return;
}
IL_002a:
{
RuntimeObject * L_6 = ___key0;
if (L_6)
{
goto IL_0042;
}
}
{
String_t* L_7 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_8, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, HybridDictionary_Remove_mF87829C60C964F938DE42D453582712B726A2CD7_RuntimeMethod_var);
}
IL_0042:
{
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.Collections.Specialized.ListDictionary::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary__ctor_mEB7BEC57F72A27168FCCE46DAC90CD5B8B7088A5 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.ListDictionary::.ctor(System.Collections.IComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___comparer0;
__this->set_comparer_3(L_0);
return;
}
}
// System.Object System.Collections.Specialized.ListDictionary::get_Item(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL;
RuntimeObject * V_1 = NULL;
RuntimeObject * V_2 = NULL;
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605_RuntimeMethod_var);
}
IL_0018:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_head_0();
V_0 = L_3;
RuntimeObject* L_4 = __this->get_comparer_3();
if (L_4)
{
goto IL_0076;
}
}
{
goto IL_004a;
}
IL_0029:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = V_0;
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_key_0();
V_1 = L_6;
RuntimeObject * L_7 = V_1;
if (!L_7)
{
goto IL_0043;
}
}
{
RuntimeObject * L_8 = V_1;
RuntimeObject * L_9 = ___key0;
NullCheck(L_8);
bool L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9);
if (!L_10)
{
goto IL_0043;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_11 = V_0;
NullCheck(L_11);
RuntimeObject * L_12 = L_11->get_value_1();
return L_12;
}
IL_0043:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_13 = V_0;
NullCheck(L_13);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_14 = L_13->get_next_2();
V_0 = L_14;
}
IL_004a:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = V_0;
if (L_15)
{
goto IL_0029;
}
}
{
goto IL_0079;
}
IL_004f:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_16 = V_0;
NullCheck(L_16);
RuntimeObject * L_17 = L_16->get_key_0();
V_2 = L_17;
RuntimeObject * L_18 = V_2;
if (!L_18)
{
goto IL_006f;
}
}
{
RuntimeObject* L_19 = __this->get_comparer_3();
RuntimeObject * L_20 = V_2;
RuntimeObject * L_21 = ___key0;
NullCheck(L_19);
int32_t L_22 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_19, L_20, L_21);
if (L_22)
{
goto IL_006f;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_23 = V_0;
NullCheck(L_23);
RuntimeObject * L_24 = L_23->get_value_1();
return L_24;
}
IL_006f:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_25 = V_0;
NullCheck(L_25);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_26 = L_25->get_next_2();
V_0 = L_26;
}
IL_0076:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_27 = V_0;
if (L_27)
{
goto IL_004f;
}
}
IL_0079:
{
return NULL;
}
}
// System.Void System.Collections.Specialized.ListDictionary::set_Item(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_1 = NULL;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_2 = NULL;
RuntimeObject * V_3 = NULL;
int32_t G_B6_0 = 0;
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = __this->get_version_1();
__this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
V_0 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_4 = __this->get_head_0();
V_1 = L_4;
goto IL_0064;
}
IL_0031:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = V_1;
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_key_0();
V_3 = L_6;
RuntimeObject* L_7 = __this->get_comparer_3();
if (!L_7)
{
goto IL_0052;
}
}
{
RuntimeObject* L_8 = __this->get_comparer_3();
RuntimeObject * L_9 = V_3;
RuntimeObject * L_10 = ___key0;
NullCheck(L_8);
int32_t L_11 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_8, L_9, L_10);
G_B6_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_0059;
}
IL_0052:
{
RuntimeObject * L_12 = V_3;
RuntimeObject * L_13 = ___key0;
NullCheck(L_12);
bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13);
G_B6_0 = ((int32_t)(L_14));
}
IL_0059:
{
if (G_B6_0)
{
goto IL_0067;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = V_1;
V_0 = L_15;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_16 = V_1;
NullCheck(L_16);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_17 = L_16->get_next_2();
V_1 = L_17;
}
IL_0064:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_18 = V_1;
if (L_18)
{
goto IL_0031;
}
}
IL_0067:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_19 = V_1;
if (!L_19)
{
goto IL_0072;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_20 = V_1;
RuntimeObject * L_21 = ___value1;
NullCheck(L_20);
L_20->set_value_1(L_21);
return;
}
IL_0072:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_22 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)il2cpp_codegen_object_new(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_il2cpp_TypeInfo_var);
DictionaryNode__ctor_m824EFE3D79F05D11FE0DE6FD5491D2FB1D382619(L_22, /*hidden argument*/NULL);
V_2 = L_22;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_23 = V_2;
RuntimeObject * L_24 = ___key0;
NullCheck(L_23);
L_23->set_key_0(L_24);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_25 = V_2;
RuntimeObject * L_26 = ___value1;
NullCheck(L_25);
L_25->set_value_1(L_26);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_27 = V_0;
if (!L_27)
{
goto IL_0092;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_28 = V_0;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_29 = V_2;
NullCheck(L_28);
L_28->set_next_2(L_29);
goto IL_0099;
}
IL_0092:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_30 = V_2;
__this->set_head_0(L_30);
}
IL_0099:
{
int32_t L_31 = __this->get_count_2();
__this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)));
return;
}
}
// System.Int32 System.Collections.Specialized.ListDictionary::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_count_2();
return L_0;
}
}
// System.Collections.ICollection System.Collections.Specialized.ListDictionary::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_get_Keys_m373CB050F926332B5B29A2E0A28708CE12D393F1 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_get_Keys_m373CB050F926332B5B29A2E0A28708CE12D393F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * L_0 = (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 *)il2cpp_codegen_object_new(NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47_il2cpp_TypeInfo_var);
NodeKeyValueCollection__ctor_mBF0291B806BB05362A17B81EDA63C226185DCA6F(L_0, __this, (bool)1, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Collections.Specialized.ListDictionary::get_IsReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListDictionary_get_IsReadOnly_mD2FC02FAB99A9FA7FA8A69F5CAB8E5887AAEC0CE (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Collections.Specialized.ListDictionary::get_IsFixedSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListDictionary_get_IsFixedSize_m16FA3519B017777D82643736ED57EB76CCA734C1 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Collections.Specialized.ListDictionary::get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListDictionary_get_IsSynchronized_mDFF1DD86417A74961730C434782CC2532A8B7CDD (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Collections.Specialized.ListDictionary::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_SyncRoot_m58A889327021D843C7EB9171BD6B0D1E482C8BD7 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_get_SyncRoot_m58A889327021D843C7EB9171BD6B0D1E482C8BD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get__syncRoot_4();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject ** L_1 = __this->get_address_of__syncRoot_4();
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL);
}
IL_001a:
{
RuntimeObject * L_3 = __this->get__syncRoot_4();
return L_3;
}
}
// System.Collections.ICollection System.Collections.Specialized.ListDictionary::get_Values()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_get_Values_m57265648B196A12231439F5544E3CBDD6AD4ACB3 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_get_Values_m57265648B196A12231439F5544E3CBDD6AD4ACB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * L_0 = (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 *)il2cpp_codegen_object_new(NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47_il2cpp_TypeInfo_var);
NodeKeyValueCollection__ctor_mBF0291B806BB05362A17B81EDA63C226185DCA6F(L_0, __this, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Collections.Specialized.ListDictionary::Add(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_1 = NULL;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_2 = NULL;
RuntimeObject * V_3 = NULL;
int32_t G_B6_0 = 0;
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = __this->get_version_1();
__this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
V_0 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_4 = __this->get_head_0();
V_1 = L_4;
goto IL_0074;
}
IL_0031:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = V_1;
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_key_0();
V_3 = L_6;
RuntimeObject* L_7 = __this->get_comparer_3();
if (!L_7)
{
goto IL_0052;
}
}
{
RuntimeObject* L_8 = __this->get_comparer_3();
RuntimeObject * L_9 = V_3;
RuntimeObject * L_10 = ___key0;
NullCheck(L_8);
int32_t L_11 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_8, L_9, L_10);
G_B6_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_0059;
}
IL_0052:
{
RuntimeObject * L_12 = V_3;
RuntimeObject * L_13 = ___key0;
NullCheck(L_12);
bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13);
G_B6_0 = ((int32_t)(L_14));
}
IL_0059:
{
if (!G_B6_0)
{
goto IL_006b;
}
}
{
String_t* L_15 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral6FD577FD3A1BDC4DA28CD51D7A55EB397CEA3926, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_RuntimeMethod_var);
}
IL_006b:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_17 = V_1;
V_0 = L_17;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_18 = V_1;
NullCheck(L_18);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_19 = L_18->get_next_2();
V_1 = L_19;
}
IL_0074:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_20 = V_1;
if (L_20)
{
goto IL_0031;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_21 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)il2cpp_codegen_object_new(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_il2cpp_TypeInfo_var);
DictionaryNode__ctor_m824EFE3D79F05D11FE0DE6FD5491D2FB1D382619(L_21, /*hidden argument*/NULL);
V_2 = L_21;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_22 = V_2;
RuntimeObject * L_23 = ___key0;
NullCheck(L_22);
L_22->set_key_0(L_23);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_24 = V_2;
RuntimeObject * L_25 = ___value1;
NullCheck(L_24);
L_24->set_value_1(L_25);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_26 = V_0;
if (!L_26)
{
goto IL_0097;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_27 = V_0;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_28 = V_2;
NullCheck(L_27);
L_27->set_next_2(L_28);
goto IL_009e;
}
IL_0097:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_29 = V_2;
__this->set_head_0(L_29);
}
IL_009e:
{
int32_t L_30 = __this->get_count_2();
__this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)));
return;
}
}
// System.Void System.Collections.Specialized.ListDictionary::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_Clear_m9D51C37F441D6390E7FF8B633EFD144F4771DB1E (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
{
__this->set_count_2(0);
__this->set_head_0((DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL);
int32_t L_0 = __this->get_version_1();
__this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
return;
}
}
// System.Boolean System.Collections.Specialized.ListDictionary::Contains(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListDictionary_Contains_mA832E669186A7B91FF5819A535F8D394C963C508 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_Contains_mA832E669186A7B91FF5819A535F8D394C963C508_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL;
RuntimeObject * V_1 = NULL;
int32_t G_B6_0 = 0;
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ListDictionary_Contains_mA832E669186A7B91FF5819A535F8D394C963C508_RuntimeMethod_var);
}
IL_0018:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_head_0();
V_0 = L_3;
goto IL_0054;
}
IL_0021:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_4 = V_0;
NullCheck(L_4);
RuntimeObject * L_5 = L_4->get_key_0();
V_1 = L_5;
RuntimeObject* L_6 = __this->get_comparer_3();
if (!L_6)
{
goto IL_0042;
}
}
{
RuntimeObject* L_7 = __this->get_comparer_3();
RuntimeObject * L_8 = V_1;
RuntimeObject * L_9 = ___key0;
NullCheck(L_7);
int32_t L_10 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_7, L_8, L_9);
G_B6_0 = ((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
goto IL_0049;
}
IL_0042:
{
RuntimeObject * L_11 = V_1;
RuntimeObject * L_12 = ___key0;
NullCheck(L_11);
bool L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12);
G_B6_0 = ((int32_t)(L_13));
}
IL_0049:
{
if (!G_B6_0)
{
goto IL_004d;
}
}
{
return (bool)1;
}
IL_004d:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_14 = V_0;
NullCheck(L_14);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = L_14->get_next_2();
V_0 = L_15;
}
IL_0054:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_16 = V_0;
if (L_16)
{
goto IL_0021;
}
}
{
return (bool)0;
}
}
// System.Void System.Collections.Specialized.ListDictionary::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL;
{
RuntimeArray * L_0 = ___array0;
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, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___index1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_RuntimeMethod_var);
}
IL_0027:
{
RuntimeArray * L_5 = ___array0;
NullCheck(L_5);
int32_t L_6 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_5, /*hidden argument*/NULL);
int32_t L_7 = ___index1;
int32_t L_8 = __this->get_count_2();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) >= ((int32_t)L_8)))
{
goto IL_0047;
}
}
{
String_t* L_9 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCD7D0AC2EBED64F823B1ECA559037A9CB8EDE01A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_RuntimeMethod_var);
}
IL_0047:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_11 = __this->get_head_0();
V_0 = L_11;
goto IL_0079;
}
IL_0050:
{
RuntimeArray * L_12 = ___array0;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_13 = V_0;
NullCheck(L_13);
RuntimeObject * L_14 = L_13->get_key_0();
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = V_0;
NullCheck(L_15);
RuntimeObject * L_16 = L_15->get_value_1();
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_17;
memset((&L_17), 0, sizeof(L_17));
DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_17), L_14, L_16, /*hidden argument*/NULL);
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_18 = L_17;
RuntimeObject * L_19 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_18);
int32_t L_20 = ___index1;
NullCheck(L_12);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_12, L_19, L_20, /*hidden argument*/NULL);
int32_t L_21 = ___index1;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_22 = V_0;
NullCheck(L_22);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_23 = L_22->get_next_2();
V_0 = L_23;
}
IL_0079:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_24 = V_0;
if (L_24)
{
goto IL_0050;
}
}
{
return;
}
}
// System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * L_0 = (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 *)il2cpp_codegen_object_new(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58_il2cpp_TypeInfo_var);
NodeEnumerator__ctor_m61652E6AF76A5460A6F4EA14BF97B982B7BB0261(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Collections.IEnumerator System.Collections.Specialized.ListDictionary::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_System_Collections_IEnumerable_GetEnumerator_mF0DF8988C2CA6D5D493A61C502F20DA7879FA8E3 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_System_Collections_IEnumerable_GetEnumerator_mF0DF8988C2CA6D5D493A61C502F20DA7879FA8E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * L_0 = (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 *)il2cpp_codegen_object_new(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58_il2cpp_TypeInfo_var);
NodeEnumerator__ctor_m61652E6AF76A5460A6F4EA14BF97B982B7BB0261(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Collections.Specialized.ListDictionary::Remove(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_Remove_m8CDD8E6A5B18DAC6446C1D93BADEB0A804AC9C5E (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListDictionary_Remove_m8CDD8E6A5B18DAC6446C1D93BADEB0A804AC9C5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_1 = NULL;
RuntimeObject * V_2 = NULL;
int32_t G_B6_0 = 0;
{
RuntimeObject * L_0 = ___key0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ListDictionary_Remove_m8CDD8E6A5B18DAC6446C1D93BADEB0A804AC9C5E_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = __this->get_version_1();
__this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
V_0 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_4 = __this->get_head_0();
V_1 = L_4;
goto IL_0064;
}
IL_0031:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = V_1;
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_key_0();
V_2 = L_6;
RuntimeObject* L_7 = __this->get_comparer_3();
if (!L_7)
{
goto IL_0052;
}
}
{
RuntimeObject* L_8 = __this->get_comparer_3();
RuntimeObject * L_9 = V_2;
RuntimeObject * L_10 = ___key0;
NullCheck(L_8);
int32_t L_11 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_8, L_9, L_10);
G_B6_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_0059;
}
IL_0052:
{
RuntimeObject * L_12 = V_2;
RuntimeObject * L_13 = ___key0;
NullCheck(L_12);
bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13);
G_B6_0 = ((int32_t)(L_14));
}
IL_0059:
{
if (G_B6_0)
{
goto IL_0067;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = V_1;
V_0 = L_15;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_16 = V_1;
NullCheck(L_16);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_17 = L_16->get_next_2();
V_1 = L_17;
}
IL_0064:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_18 = V_1;
if (L_18)
{
goto IL_0031;
}
}
IL_0067:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_19 = V_1;
if (L_19)
{
goto IL_006b;
}
}
{
return;
}
IL_006b:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_20 = V_1;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_21 = __this->get_head_0();
if ((!(((RuntimeObject*)(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)L_20) == ((RuntimeObject*)(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)L_21))))
{
goto IL_0082;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_22 = V_1;
NullCheck(L_22);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_23 = L_22->get_next_2();
__this->set_head_0(L_23);
goto IL_008e;
}
IL_0082:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_24 = V_0;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_25 = V_1;
NullCheck(L_25);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_26 = L_25->get_next_2();
NullCheck(L_24);
L_24->set_next_2(L_26);
}
IL_008e:
{
int32_t L_27 = __this->get_count_2();
__this->set_count_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)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.Collections.Specialized.ListDictionary_DictionaryNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m824EFE3D79F05D11FE0DE6FD5491D2FB1D382619 (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * __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.Collections.Specialized.ListDictionary_NodeEnumerator::.ctor(System.Collections.Specialized.ListDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeEnumerator__ctor_m61652E6AF76A5460A6F4EA14BF97B982B7BB0261 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = ___list0;
__this->set_list_0(L_0);
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_1 = ___list0;
NullCheck(L_1);
int32_t L_2 = L_1->get_version_1();
__this->set_version_2(L_2);
__this->set_start_3((bool)1);
__this->set_current_1((DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL);
return;
}
}
// System.Object System.Collections.Specialized.ListDictionary_NodeEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Current_m08DA3FD558CA771BD75B9C9A54FE681EDE668D25 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeEnumerator_get_Current_m08DA3FD558CA771BD75B9C9A54FE681EDE668D25_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_0 = NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D(__this, /*hidden argument*/NULL);
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_1 = L_0;
RuntimeObject * L_2 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_1);
return L_2;
}
}
// System.Collections.DictionaryEntry System.Collections.Specialized.ListDictionary_NodeEnumerator::get_Entry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_0 = __this->get_current_1();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D_RuntimeMethod_var);
}
IL_0018:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_current_1();
NullCheck(L_3);
RuntimeObject * L_4 = L_3->get_key_0();
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = __this->get_current_1();
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_value_1();
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_7;
memset((&L_7), 0, sizeof(L_7));
DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_7), L_4, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Object System.Collections.Specialized.ListDictionary_NodeEnumerator::get_Key()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_0 = __this->get_current_1();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF_RuntimeMethod_var);
}
IL_0018:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_current_1();
NullCheck(L_3);
RuntimeObject * L_4 = L_3->get_key_0();
return L_4;
}
}
// System.Object System.Collections.Specialized.ListDictionary_NodeEnumerator::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_0 = __this->get_current_1();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7_RuntimeMethod_var);
}
IL_0018:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_current_1();
NullCheck(L_3);
RuntimeObject * L_4 = L_3->get_value_1();
return L_4;
}
}
// System.Boolean System.Collections.Specialized.ListDictionary_NodeEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_2();
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_1 = __this->get_list_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_1();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552_RuntimeMethod_var);
}
IL_0023:
{
bool L_5 = __this->get_start_3();
if (!L_5)
{
goto IL_0045;
}
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = __this->get_list_0();
NullCheck(L_6);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_7 = L_6->get_head_0();
__this->set_current_1(L_7);
__this->set_start_3((bool)0);
goto IL_005e;
}
IL_0045:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_8 = __this->get_current_1();
if (!L_8)
{
goto IL_005e;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_9 = __this->get_current_1();
NullCheck(L_9);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_10 = L_9->get_next_2();
__this->set_current_1(L_10);
}
IL_005e:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_11 = __this->get_current_1();
return (bool)((!(((RuntimeObject*)(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)L_11) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Collections.Specialized.ListDictionary_NodeEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_2();
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_1 = __this->get_list_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_1();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E_RuntimeMethod_var);
}
IL_0023:
{
__this->set_start_3((bool)1);
__this->set_current_1((DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)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.Collections.Specialized.ListDictionary_NodeKeyValueCollection::.ctor(System.Collections.Specialized.ListDictionary,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueCollection__ctor_mBF0291B806BB05362A17B81EDA63C226185DCA6F (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * __this, ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list0, bool ___isKeys1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = ___list0;
__this->set_list_0(L_0);
bool L_1 = ___isKeys1;
__this->set_isKeys_1(L_1);
return;
}
}
// System.Void System.Collections.Specialized.ListDictionary_NodeKeyValueCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mCC33404006DA28BC9202556B1D653706C914A146 (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mCC33404006DA28BC9202556B1D653706C914A146_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL;
RuntimeArray * G_B7_0 = NULL;
RuntimeArray * G_B6_0 = NULL;
RuntimeObject * G_B8_0 = NULL;
RuntimeArray * G_B8_1 = NULL;
{
RuntimeArray * L_0 = ___array0;
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, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mCC33404006DA28BC9202556B1D653706C914A146_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___index1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mCC33404006DA28BC9202556B1D653706C914A146_RuntimeMethod_var);
}
IL_0027:
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_5 = __this->get_list_0();
NullCheck(L_5);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_6 = L_5->get_head_0();
V_0 = L_6;
goto IL_005e;
}
IL_0035:
{
RuntimeArray * L_7 = ___array0;
bool L_8 = __this->get_isKeys_1();
G_B6_0 = L_7;
if (L_8)
{
G_B7_0 = L_7;
goto IL_0046;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_9 = V_0;
NullCheck(L_9);
RuntimeObject * L_10 = L_9->get_value_1();
G_B8_0 = L_10;
G_B8_1 = G_B6_0;
goto IL_004c;
}
IL_0046:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_11 = V_0;
NullCheck(L_11);
RuntimeObject * L_12 = L_11->get_key_0();
G_B8_0 = L_12;
G_B8_1 = G_B7_0;
}
IL_004c:
{
int32_t L_13 = ___index1;
NullCheck(G_B8_1);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(G_B8_1, G_B8_0, L_13, /*hidden argument*/NULL);
int32_t L_14 = ___index1;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = V_0;
NullCheck(L_15);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_16 = L_15->get_next_2();
V_0 = L_16;
}
IL_005e:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_17 = V_0;
if (L_17)
{
goto IL_0035;
}
}
{
return;
}
}
// System.Int32 System.Collections.Specialized.ListDictionary_NodeKeyValueCollection::System.Collections.ICollection.get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeKeyValueCollection_System_Collections_ICollection_get_Count_m9CCC8AA8BCDAFD60ACCD94566195CF609DED32DF (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_1 = NULL;
{
V_0 = 0;
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0();
NullCheck(L_0);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_1 = L_0->get_head_0();
V_1 = L_1;
goto IL_001b;
}
IL_0010:
{
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = V_1;
NullCheck(L_3);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_4 = L_3->get_next_2();
V_1 = L_4;
}
IL_001b:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = V_1;
if (L_5)
{
goto IL_0010;
}
}
{
int32_t L_6 = V_0;
return L_6;
}
}
// System.Boolean System.Collections.Specialized.ListDictionary_NodeKeyValueCollection::System.Collections.ICollection.get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeKeyValueCollection_System_Collections_ICollection_get_IsSynchronized_m2E606E98AEE3497BA43757DBD2E016F27E2FC1BE (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Collections.Specialized.ListDictionary_NodeKeyValueCollection::System.Collections.ICollection.get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeKeyValueCollection_System_Collections_ICollection_get_SyncRoot_m4C48DE5210CB2F1942942B639A14FA49955732F9 (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * __this, const RuntimeMethod* method)
{
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0();
NullCheck(L_0);
RuntimeObject * L_1 = ListDictionary_get_SyncRoot_m58A889327021D843C7EB9171BD6B0D1E482C8BD7(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.IEnumerator System.Collections.Specialized.ListDictionary_NodeKeyValueCollection::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NodeKeyValueCollection_System_Collections_IEnumerable_GetEnumerator_m338360EE5BF9F49F6AD2458E9C24D7617279B6CF (NodeKeyValueCollection_t9C8FF8CA57B0DECB6C364A1A1D0014BC117C9A47 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeKeyValueCollection_System_Collections_IEnumerable_GetEnumerator_m338360EE5BF9F49F6AD2458E9C24D7617279B6CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0();
bool L_1 = __this->get_isKeys_1();
NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B * L_2 = (NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B *)il2cpp_codegen_object_new(NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B_il2cpp_TypeInfo_var);
NodeKeyValueEnumerator__ctor_m774CF727E707A8DADE033449AC4AE88A69087236(L_2, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::.ctor(System.Collections.Specialized.ListDictionary,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueEnumerator__ctor_m774CF727E707A8DADE033449AC4AE88A69087236 (NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B * __this, ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list0, bool ___isKeys1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = ___list0;
__this->set_list_0(L_0);
bool L_1 = ___isKeys1;
__this->set_isKeys_3(L_1);
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_2 = ___list0;
NullCheck(L_2);
int32_t L_3 = L_2->get_version_1();
__this->set_version_2(L_3);
__this->set_start_4((bool)1);
__this->set_current_1((DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL);
return;
}
}
// System.Object System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeKeyValueEnumerator_get_Current_mC558946649A91AC239AEE435D9D0AA021AD6B971 (NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeKeyValueEnumerator_get_Current_mC558946649A91AC239AEE435D9D0AA021AD6B971_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_0 = __this->get_current_1();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NodeKeyValueEnumerator_get_Current_mC558946649A91AC239AEE435D9D0AA021AD6B971_RuntimeMethod_var);
}
IL_0018:
{
bool L_3 = __this->get_isKeys_3();
if (L_3)
{
goto IL_002c;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_4 = __this->get_current_1();
NullCheck(L_4);
RuntimeObject * L_5 = L_4->get_value_1();
return L_5;
}
IL_002c:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_6 = __this->get_current_1();
NullCheck(L_6);
RuntimeObject * L_7 = L_6->get_key_0();
return L_7;
}
}
// System.Boolean System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeKeyValueEnumerator_MoveNext_mB9B2B50D92E0CEA58D8C98D54115BFC91E17B48B (NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeKeyValueEnumerator_MoveNext_mB9B2B50D92E0CEA58D8C98D54115BFC91E17B48B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_2();
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_1 = __this->get_list_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_1();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NodeKeyValueEnumerator_MoveNext_mB9B2B50D92E0CEA58D8C98D54115BFC91E17B48B_RuntimeMethod_var);
}
IL_0023:
{
bool L_5 = __this->get_start_4();
if (!L_5)
{
goto IL_0045;
}
}
{
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = __this->get_list_0();
NullCheck(L_6);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_7 = L_6->get_head_0();
__this->set_current_1(L_7);
__this->set_start_4((bool)0);
goto IL_005e;
}
IL_0045:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_8 = __this->get_current_1();
if (!L_8)
{
goto IL_005e;
}
}
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_9 = __this->get_current_1();
NullCheck(L_9);
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_10 = L_9->get_next_2();
__this->set_current_1(L_10);
}
IL_005e:
{
DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_11 = __this->get_current_1();
return (bool)((!(((RuntimeObject*)(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)L_11) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Collections.Specialized.ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueEnumerator_Reset_mD407B8AC28DADB9B4A16EEEAC17D8C929FF4A656 (NodeKeyValueEnumerator_tCAAF9E36B21D1175ECCFFBA44766AA58F51D409B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeKeyValueEnumerator_Reset_mD407B8AC28DADB9B4A16EEEAC17D8C929FF4A656_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_version_2();
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_1 = __this->get_list_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_version_1();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NodeKeyValueEnumerator_Reset_mD407B8AC28DADB9B4A16EEEAC17D8C929FF4A656_RuntimeMethod_var);
}
IL_0023:
{
__this->set_start_4((bool)1);
__this->set_current_1((DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)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.Collections.Specialized.NameObjectCollectionBase::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var))->get_defaultComparer_8();
NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * G_B2_0 = NULL;
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * G_B1_0 = NULL;
RuntimeObject* G_B3_0 = NULL;
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * G_B3_1 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___equalityComparer0;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_000d;
}
}
{
RuntimeObject* L_1 = ___equalityComparer0;
G_B3_0 = L_1;
G_B3_1 = G_B1_0;
goto IL_0014;
}
IL_000d:
{
IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_2 = ((NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var))->get_defaultComparer_8();
V_0 = L_2;
RuntimeObject* L_3 = V_0;
G_B3_0 = L_3;
G_B3_1 = G_B2_0;
}
IL_0014:
{
NullCheck(G_B3_1);
G_B3_1->set__keyComparer_2(G_B3_0);
NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m1C0BA736F4454310BEAAB54CB2307F905C1A1F8C (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___equalityComparer1;
NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6(__this, L_0, /*hidden argument*/NULL);
int32_t L_1 = ___capacity0;
NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.DBNull)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mFC42544A14AA22758AB189CD5BCC8FE563A9569A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___dummy0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m0995BB1255888BA4156EF35F69462ECDEBB39C13 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
__this->set__serializationInfo_5(L_0);
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * V_3 = NULL;
int32_t V_4 = 0;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * V_5 = NULL;
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
bool L_3 = __this->get__readOnly_0();
NullCheck(L_2);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_2, _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136, L_3, /*hidden argument*/NULL);
RuntimeObject* L_4 = __this->get__keyComparer_2();
IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_5 = ((NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var))->get_defaultComparer_8();
if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)L_5))))
{
goto IL_0065;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeObject* L_7 = CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20(/*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
NullCheck(L_6);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_6, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, L_7, L_9, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
RuntimeObject* L_11 = CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB(/*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_10, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, L_11, L_13, /*hidden argument*/NULL);
goto IL_0107;
}
IL_0065:
{
RuntimeObject* L_14 = __this->get__keyComparer_2();
if (L_14)
{
goto IL_009b;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_15 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_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);
NullCheck(L_15);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_15, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, NULL, L_17, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_19 = { reinterpret_cast<intptr_t> (IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var) };
Type_t * L_20 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_19, /*hidden argument*/NULL);
NullCheck(L_18);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_18, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, NULL, L_20, /*hidden argument*/NULL);
goto IL_0107;
}
IL_009b:
{
RuntimeObject* L_21 = __this->get__keyComparer_2();
if (!((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF *)IsInstClass((RuntimeObject*)L_21, CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var)))
{
goto IL_00ec;
}
}
{
RuntimeObject* L_22 = __this->get__keyComparer_2();
V_3 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF *)CastclassClass((RuntimeObject*)L_22, CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_23 = ___info0;
CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * L_24 = V_3;
NullCheck(L_24);
RuntimeObject* L_25 = CompatibleComparer_get_HashCodeProvider_m2CED6D7A8ED865AE214D806F751C7F17BD24BED3_inline(L_24, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast<intptr_t> (IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL);
NullCheck(L_23);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_23, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, L_25, L_27, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_28 = ___info0;
CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * L_29 = V_3;
NullCheck(L_29);
RuntimeObject* L_30 = CompatibleComparer_get_Comparer_mF8B7EDA05E675046EB7BF2E6DEEFBAE1C2AA5E2F_inline(L_29, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast<intptr_t> (IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var) };
Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL);
NullCheck(L_28);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_28, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, L_30, L_32, /*hidden argument*/NULL);
goto IL_0107;
}
IL_00ec:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_33 = ___info0;
RuntimeObject* L_34 = __this->get__keyComparer_2();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_35 = { reinterpret_cast<intptr_t> (IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_36 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_35, /*hidden argument*/NULL);
NullCheck(L_33);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_33, _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF, L_34, L_36, /*hidden argument*/NULL);
}
IL_0107:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_37 = __this->get__entriesArray_1();
NullCheck(L_37);
int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_37);
V_0 = L_38;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_39 = ___info0;
int32_t L_40 = V_0;
NullCheck(L_39);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_39, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, L_40, /*hidden argument*/NULL);
int32_t L_41 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_41);
V_1 = L_42;
int32_t L_43 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_43);
V_2 = L_44;
V_4 = 0;
goto IL_0162;
}
IL_0132:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_45 = __this->get__entriesArray_1();
int32_t L_46 = V_4;
NullCheck(L_45);
RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_45, L_46);
V_5 = ((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_47, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_48 = V_1;
int32_t L_49 = V_4;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_50 = V_5;
NullCheck(L_50);
String_t* L_51 = L_50->get_Key_0();
NullCheck(L_48);
ArrayElementTypeCheck (L_48, L_51);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(L_49), (String_t*)L_51);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_52 = V_2;
int32_t L_53 = V_4;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_54 = V_5;
NullCheck(L_54);
RuntimeObject * L_55 = L_54->get_Value_1();
NullCheck(L_52);
ArrayElementTypeCheck (L_52, L_55);
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(L_53), (RuntimeObject *)L_55);
int32_t L_56 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
}
IL_0162:
{
int32_t L_57 = V_4;
int32_t L_58 = V_0;
if ((((int32_t)L_57) < ((int32_t)L_58)))
{
goto IL_0132;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_59 = ___info0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_60 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_61 = { reinterpret_cast<intptr_t> (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_62 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_61, /*hidden argument*/NULL);
NullCheck(L_59);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_59, _stringLiteralE5651C683F14C95AA972CFDBC300D9FECFE02019, (RuntimeObject *)(RuntimeObject *)L_60, L_62, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_63 = ___info0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_64 = V_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_65 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) };
Type_t * L_66 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_65, /*hidden argument*/NULL);
NullCheck(L_63);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_63, _stringLiteralB1564F6B1512CBFA3CFCEBC9A5BADB6B239954F1, (RuntimeObject *)(RuntimeObject *)L_64, L_66, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_67 = ___info0;
int32_t L_68 = __this->get__version_6();
NullCheck(L_67);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_67, _stringLiteral2DA600BF9404843107A9531694F654E5662959E0, L_68, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::OnDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_3 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_4 = NULL;
RuntimeObject* V_5 = NULL;
RuntimeObject* V_6 = NULL;
bool V_7 = false;
int32_t V_8 = 0;
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_9 = NULL;
String_t* V_10 = NULL;
uint32_t V_11 = 0;
int32_t V_12 = 0;
{
RuntimeObject* L_0 = __this->get__keyComparer_2();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = __this->get__serializationInfo_5();
if (L_1)
{
goto IL_0017;
}
}
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_2 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB(L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_RuntimeMethod_var);
}
IL_0017:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = __this->get__serializationInfo_5();
V_0 = L_3;
__this->set__serializationInfo_5((SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL);
V_1 = (bool)0;
V_2 = 0;
V_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
V_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
V_5 = (RuntimeObject*)NULL;
V_6 = (RuntimeObject*)NULL;
V_7 = (bool)0;
V_8 = 0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = V_0;
NullCheck(L_4);
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_5 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_4, /*hidden argument*/NULL);
V_9 = L_5;
goto IL_025a;
}
IL_0047:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_6 = V_9;
NullCheck(L_6);
String_t* L_7 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_6, /*hidden argument*/NULL);
V_10 = L_7;
String_t* L_8 = V_10;
uint32_t L_9 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874(L_8, /*hidden argument*/NULL);
V_11 = L_9;
uint32_t L_10 = V_11;
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)1573770551)))))
{
goto IL_00a2;
}
}
{
uint32_t L_11 = V_11;
if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)1202781175)))))
{
goto IL_0085;
}
}
{
uint32_t L_12 = V_11;
if ((((int32_t)L_12) == ((int32_t)((int32_t)891156946))))
{
goto IL_010b;
}
}
{
uint32_t L_13 = V_11;
if ((((int32_t)L_13) == ((int32_t)((int32_t)1202781175))))
{
goto IL_00df;
}
}
{
goto IL_025a;
}
IL_0085:
{
uint32_t L_14 = V_11;
if ((((int32_t)L_14) == ((int32_t)((int32_t)1228509323))))
{
goto IL_0121;
}
}
{
uint32_t L_15 = V_11;
if ((((int32_t)L_15) == ((int32_t)((int32_t)1573770551))))
{
goto IL_0179;
}
}
{
goto IL_025a;
}
IL_00a2:
{
uint32_t L_16 = V_11;
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)1944240600)))))
{
goto IL_00c5;
}
}
{
uint32_t L_17 = V_11;
if ((((int32_t)L_17) == ((int32_t)((int32_t)1613443821))))
{
goto IL_014d;
}
}
{
uint32_t L_18 = V_11;
if ((((int32_t)L_18) == ((int32_t)((int32_t)1944240600))))
{
goto IL_00f5;
}
}
{
goto IL_025a;
}
IL_00c5:
{
uint32_t L_19 = V_11;
if ((((int32_t)L_19) == ((int32_t)((int32_t)-1924324773))))
{
goto IL_0163;
}
}
{
uint32_t L_20 = V_11;
if ((((int32_t)L_20) == ((int32_t)((int32_t)-504907628))))
{
goto IL_0137;
}
}
{
goto IL_025a;
}
IL_00df:
{
String_t* L_21 = V_10;
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136, /*hidden argument*/NULL);
if (L_22)
{
goto IL_018f;
}
}
{
goto IL_025a;
}
IL_00f5:
{
String_t* L_23 = V_10;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, /*hidden argument*/NULL);
if (L_24)
{
goto IL_01a0;
}
}
{
goto IL_025a;
}
IL_010b:
{
String_t* L_25 = V_10;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, /*hidden argument*/NULL);
if (L_26)
{
goto IL_01c1;
}
}
{
goto IL_025a;
}
IL_0121:
{
String_t* L_27 = V_10;
bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF, /*hidden argument*/NULL);
if (L_28)
{
goto IL_01df;
}
}
{
goto IL_025a;
}
IL_0137:
{
String_t* L_29 = V_10;
bool L_30 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_29, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, /*hidden argument*/NULL);
if (L_30)
{
goto IL_0201;
}
}
{
goto IL_025a;
}
IL_014d:
{
String_t* L_31 = V_10;
bool L_32 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, _stringLiteralE5651C683F14C95AA972CFDBC300D9FECFE02019, /*hidden argument*/NULL);
if (L_32)
{
goto IL_020f;
}
}
{
goto IL_025a;
}
IL_0163:
{
String_t* L_33 = V_10;
bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_33, _stringLiteralB1564F6B1512CBFA3CFCEBC9A5BADB6B239954F1, /*hidden argument*/NULL);
if (L_34)
{
goto IL_022c;
}
}
{
goto IL_025a;
}
IL_0179:
{
String_t* L_35 = V_10;
bool L_36 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, _stringLiteral2DA600BF9404843107A9531694F654E5662959E0, /*hidden argument*/NULL);
if (L_36)
{
goto IL_024a;
}
}
{
goto IL_025a;
}
IL_018f:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_37 = V_0;
NullCheck(L_37);
bool L_38 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_37, _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136, /*hidden argument*/NULL);
V_1 = L_38;
goto IL_025a;
}
IL_01a0:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_39 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_40 = { reinterpret_cast<intptr_t> (IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_41 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_40, /*hidden argument*/NULL);
NullCheck(L_39);
RuntimeObject * L_42 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_39, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, L_41, /*hidden argument*/NULL);
V_5 = ((RuntimeObject*)Castclass((RuntimeObject*)L_42, IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_il2cpp_TypeInfo_var));
goto IL_025a;
}
IL_01c1:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_43 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast<intptr_t> (IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL);
NullCheck(L_43);
RuntimeObject * L_46 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_43, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, L_45, /*hidden argument*/NULL);
V_6 = ((RuntimeObject*)Castclass((RuntimeObject*)L_46, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var));
goto IL_025a;
}
IL_01df:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_47 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast<intptr_t> (IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL);
NullCheck(L_47);
RuntimeObject * L_50 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_47, _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF, L_49, /*hidden argument*/NULL);
__this->set__keyComparer_2(((RuntimeObject*)Castclass((RuntimeObject*)L_50, IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_il2cpp_TypeInfo_var)));
goto IL_025a;
}
IL_0201:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_51 = V_0;
NullCheck(L_51);
int32_t L_52 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_51, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, /*hidden argument*/NULL);
V_2 = L_52;
goto IL_025a;
}
IL_020f:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_53 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_54 = { reinterpret_cast<intptr_t> (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_55 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_54, /*hidden argument*/NULL);
NullCheck(L_53);
RuntimeObject * L_56 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_53, _stringLiteralE5651C683F14C95AA972CFDBC300D9FECFE02019, L_55, /*hidden argument*/NULL);
V_3 = ((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_56, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var));
goto IL_025a;
}
IL_022c:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_57 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_58 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_59 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_58, /*hidden argument*/NULL);
NullCheck(L_57);
RuntimeObject * L_60 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_57, _stringLiteralB1564F6B1512CBFA3CFCEBC9A5BADB6B239954F1, L_59, /*hidden argument*/NULL);
V_4 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_60, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
goto IL_025a;
}
IL_024a:
{
V_7 = (bool)1;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_61 = V_0;
NullCheck(L_61);
int32_t L_62 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_61, _stringLiteral2DA600BF9404843107A9531694F654E5662959E0, /*hidden argument*/NULL);
V_8 = L_62;
}
IL_025a:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_63 = V_9;
NullCheck(L_63);
bool L_64 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_63, /*hidden argument*/NULL);
if (L_64)
{
goto IL_0047;
}
}
{
RuntimeObject* L_65 = __this->get__keyComparer_2();
if (L_65)
{
goto IL_028b;
}
}
{
RuntimeObject* L_66 = V_6;
if (!L_66)
{
goto IL_0276;
}
}
{
RuntimeObject* L_67 = V_5;
if (L_67)
{
goto IL_027c;
}
}
IL_0276:
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_68 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB(L_68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_RuntimeMethod_var);
}
IL_027c:
{
RuntimeObject* L_69 = V_6;
RuntimeObject* L_70 = V_5;
CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * L_71 = (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF *)il2cpp_codegen_object_new(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var);
CompatibleComparer__ctor_m26DB6C338A8491558326D0F472D432EAC4D5D3D4(L_71, L_69, L_70, /*hidden argument*/NULL);
__this->set__keyComparer_2(L_71);
}
IL_028b:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_72 = V_3;
if (!L_72)
{
goto IL_0292;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_73 = V_4;
if (L_73)
{
goto IL_0298;
}
}
IL_0292:
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_74 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB(L_74, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_RuntimeMethod_var);
}
IL_0298:
{
int32_t L_75 = V_2;
NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03(__this, L_75, /*hidden argument*/NULL);
V_12 = 0;
goto IL_02b9;
}
IL_02a4:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_76 = V_3;
int32_t L_77 = V_12;
NullCheck(L_76);
int32_t L_78 = L_77;
String_t* L_79 = (L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_78));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_80 = V_4;
int32_t L_81 = V_12;
NullCheck(L_80);
int32_t L_82 = L_81;
RuntimeObject * L_83 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129(__this, L_79, L_83, /*hidden argument*/NULL);
int32_t L_84 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1));
}
IL_02b9:
{
int32_t L_85 = V_12;
int32_t L_86 = V_2;
if ((((int32_t)L_85) < ((int32_t)L_86)))
{
goto IL_02a4;
}
}
{
bool L_87 = V_1;
__this->set__readOnly_0(L_87);
bool L_88 = V_7;
if (!L_88)
{
goto IL_02d1;
}
}
{
int32_t L_89 = V_8;
__this->set__version_6(L_89);
}
IL_02d1:
{
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
__this->set__entriesArray_1(L_0);
RuntimeObject* L_1 = __this->get__keyComparer_2();
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m97E445FF917A8828D5927A66E70CF89394A16D4A(L_2, L_1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
__this->set__entriesTable_3(L_2);
il2cpp_codegen_memory_barrier();
__this->set__nullKeyEntry_4((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)NULL);
int32_t L_3 = __this->get__version_6();
__this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___capacity0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C(L_1, L_0, /*hidden argument*/NULL);
__this->set__entriesArray_1(L_1);
int32_t L_2 = ___capacity0;
RuntimeObject* L_3 = __this->get__keyComparer_2();
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D(L_4, L_2, L_3, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
__this->set__entriesTable_3(L_4);
il2cpp_codegen_memory_barrier();
__this->set__nullKeyEntry_4((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)NULL);
int32_t L_5 = __this->get__version_6();
__this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
return;
}
}
// System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry System.Collections.Specialized.NameObjectCollectionBase::FindEntry(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___key0;
if (!L_0)
{
goto IL_0017;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get__entriesTable_3();
il2cpp_codegen_memory_barrier();
String_t* L_2 = ___key0;
NullCheck(L_1);
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2);
return ((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_3, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var));
}
IL_0017:
{
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_4 = __this->get__nullKeyEntry_4();
il2cpp_codegen_memory_barrier();
return L_4;
}
}
// System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__readOnly_0();
return L_0;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * V_0 = NULL;
{
bool L_0 = __this->get__readOnly_0();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129_RuntimeMethod_var);
}
IL_0018:
{
String_t* L_3 = ___name0;
RuntimeObject * L_4 = ___value1;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_5 = (NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)il2cpp_codegen_object_new(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var);
NameObjectEntry__ctor_m995C545D6465499656D27A10071FE7C670DCD6A1(L_5, L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
String_t* L_6 = ___name0;
if (!L_6)
{
goto IL_0044;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get__entriesTable_3();
il2cpp_codegen_memory_barrier();
String_t* L_8 = ___name0;
NullCheck(L_7);
RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8);
if (L_9)
{
goto IL_0057;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get__entriesTable_3();
il2cpp_codegen_memory_barrier();
String_t* L_11 = ___name0;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_12 = V_0;
NullCheck(L_10);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_12);
goto IL_0057;
}
IL_0044:
{
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_13 = __this->get__nullKeyEntry_4();
il2cpp_codegen_memory_barrier();
if (L_13)
{
goto IL_0057;
}
}
{
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_14 = V_0;
il2cpp_codegen_memory_barrier();
__this->set__nullKeyEntry_4(L_14);
}
IL_0057:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = __this->get__entriesArray_1();
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_16 = V_0;
NullCheck(L_15);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16);
int32_t L_17 = __this->get__version_6();
__this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)));
return;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
bool L_0 = __this->get__readOnly_0();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA_RuntimeMethod_var);
}
IL_0018:
{
String_t* L_3 = ___name0;
if (!L_3)
{
goto IL_0064;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get__entriesTable_3();
il2cpp_codegen_memory_barrier();
String_t* L_5 = ___name0;
NullCheck(L_4);
VirtActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get__entriesArray_1();
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
goto IL_005e;
}
IL_0039:
{
RuntimeObject* L_8 = __this->get__keyComparer_2();
String_t* L_9 = ___name0;
int32_t L_10 = V_0;
String_t* L_11 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(__this, L_10, /*hidden argument*/NULL);
NullCheck(L_8);
bool L_12 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_il2cpp_TypeInfo_var, L_8, L_9, L_11);
if (!L_12)
{
goto IL_005a;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = __this->get__entriesArray_1();
int32_t L_14 = V_0;
NullCheck(L_13);
VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_13, L_14);
}
IL_005a:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
}
IL_005e:
{
int32_t L_16 = V_0;
if ((((int32_t)L_16) >= ((int32_t)0)))
{
goto IL_0039;
}
}
{
goto IL_009a;
}
IL_0064:
{
il2cpp_codegen_memory_barrier();
__this->set__nullKeyEntry_4((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_17 = __this->get__entriesArray_1();
NullCheck(L_17);
int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1));
goto IL_0096;
}
IL_007d:
{
int32_t L_19 = V_1;
String_t* L_20 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(__this, L_19, /*hidden argument*/NULL);
if (L_20)
{
goto IL_0092;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_21 = __this->get__entriesArray_1();
int32_t L_22 = V_1;
NullCheck(L_21);
VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_21, L_22);
}
IL_0092:
{
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1));
}
IL_0096:
{
int32_t L_24 = V_1;
if ((((int32_t)L_24) >= ((int32_t)0)))
{
goto IL_007d;
}
}
IL_009a:
{
int32_t L_25 = __this->get__version_6();
__this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)));
return;
}
}
// System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, const RuntimeMethod* method)
{
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * V_0 = NULL;
{
String_t* L_0 = ___name0;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_1 = NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
return NULL;
}
IL_000d:
{
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_3 = V_0;
NullCheck(L_3);
RuntimeObject * L_4 = L_3->get_Value_1();
return L_4;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * V_0 = NULL;
{
bool L_0 = __this->get__readOnly_0();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14_RuntimeMethod_var);
}
IL_0018:
{
String_t* L_3 = ___name0;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_4 = NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F(__this, L_3, /*hidden argument*/NULL);
V_0 = L_4;
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_5 = V_0;
if (!L_5)
{
goto IL_0039;
}
}
{
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_6 = V_0;
RuntimeObject * L_7 = ___value1;
NullCheck(L_6);
L_6->set_Value_1(L_7);
int32_t L_8 = __this->get__version_6();
__this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)));
return;
}
IL_0039:
{
String_t* L_9 = ___name0;
RuntimeObject * L_10 = ___value1;
NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129(__this, L_9, L_10, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__entriesArray_1();
int32_t L_1 = ___index0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
NullCheck(((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var)));
RuntimeObject * L_3 = ((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var))->get_Value_1();
return L_3;
}
}
// System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__entriesArray_1();
int32_t L_1 = ___index0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
NullCheck(((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var)));
String_t* L_3 = ((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var))->get_Key_0();
return L_3;
}
}
// System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_GetEnumerator_mAAFB01528169706D8E604D3EA8C9CE9EDAB9B3FD (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_GetEnumerator_mAAFB01528169706D8E604D3EA8C9CE9EDAB9B3FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * L_0 = (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 *)il2cpp_codegen_object_new(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5_il2cpp_TypeInfo_var);
NameObjectKeysEnumerator__ctor_mB9768A57865CD35FD66913A54BD288CD9D6036F3(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NameObjectCollectionBase_get_Count_m55654BD7ABD342E64543B6B34A0ED2E55D14172A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__entriesArray_1();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
return L_1;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeArray * L_0 = ___array0;
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, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var);
}
IL_000e:
{
RuntimeArray * L_2 = ___array0;
NullCheck(L_2);
int32_t L_3 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralEB7CD3E223CE5B5243E4BF117FF3C01497B42C50, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_6 = ___index1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0055;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_10 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___index1), L_9, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
String_t* L_11 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5D2A246F921E0D8C40F9385ABD6ACB5B1F0CD6FD, L_8, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var);
}
IL_0055:
{
RuntimeArray * L_13 = ___array0;
NullCheck(L_13);
int32_t L_14 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_13, /*hidden argument*/NULL);
int32_t L_15 = ___index1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_16 = __this->get__entriesArray_1();
NullCheck(L_16);
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16);
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) >= ((int32_t)L_17)))
{
goto IL_007a;
}
}
{
String_t* L_18 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCD7D0AC2EBED64F823B1ECA559037A9CB8EDE01A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var);
}
IL_007a:
{
RuntimeObject* L_20 = VirtFuncInvoker0< RuntimeObject* >::Invoke(13 /* System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() */, __this);
V_0 = L_20;
goto IL_0095;
}
IL_0083:
{
RuntimeArray * L_21 = ___array0;
RuntimeObject* L_22 = V_0;
NullCheck(L_22);
RuntimeObject * L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_22);
int32_t L_24 = ___index1;
int32_t L_25 = L_24;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
NullCheck(L_21);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_21, L_23, L_25, /*hidden argument*/NULL);
}
IL_0095:
{
RuntimeObject* L_26 = V_0;
NullCheck(L_26);
bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_26);
if (L_27)
{
goto IL_0083;
}
}
{
return;
}
}
// System.Object System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot_mDAD72AF014EA323F18F7E6C4DC71DEE13A1CE909 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot_mDAD72AF014EA323F18F7E6C4DC71DEE13A1CE909_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get__syncRoot_7();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject ** L_1 = __this->get_address_of__syncRoot_7();
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL);
}
IL_001a:
{
RuntimeObject * L_3 = __this->get__syncRoot_7();
return L_3;
}
}
// System.Boolean System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_System_Collections_ICollection_get_IsSynchronized_mEC25AFAE52FBFF5C5C399297B36F4CEEF9EBD98D (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.String[] System.Collections.Specialized.NameObjectCollectionBase::BaseGetAllKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameObjectCollectionBase_BaseGetAllKeys_m9812C7E099B81CB36A2D2B67C84D9A53AC8A3B05 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseGetAllKeys_m9812C7E099B81CB36A2D2B67C84D9A53AC8A3B05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__entriesArray_1();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_1 = L_3;
V_2 = 0;
goto IL_0025;
}
IL_0017:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_1;
int32_t L_5 = V_2;
int32_t L_6 = V_2;
String_t* L_7 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(__this, L_6, /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_7);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (String_t*)L_7);
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0025:
{
int32_t L_9 = V_2;
int32_t L_10 = V_0;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_0017;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_1;
return L_11;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__cctor_mB31DAEC0EB0A04003468496FC87D42812F0A0691 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectCollectionBase__cctor_mB31DAEC0EB0A04003468496FC87D42812F0A0691_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_inline(/*hidden argument*/NULL);
((NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var))->set_defaultComparer_8(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.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry::.ctor(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectEntry__ctor_m995C545D6465499656D27A10071FE7C670DCD6A1 (NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
__this->set_Key_0(L_0);
RuntimeObject * L_1 = ___value1;
__this->set_Value_1(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator__ctor_mB9768A57865CD35FD66913A54BD288CD9D6036F3 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * ___coll0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_0 = ___coll0;
__this->set__coll_1(L_0);
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_1 = __this->get__coll_1();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_6();
__this->set__version_2(L_2);
__this->set__pos_0((-1));
return;
}
}
// System.Boolean System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__version_2();
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_1 = __this->get__coll_1();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_6();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_5 = __this->get__pos_0();
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_6 = __this->get__coll_1();
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_6);
if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)))))
{
goto IL_0048;
}
}
{
int32_t L_8 = __this->get__pos_0();
__this->set__pos_0(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)));
return (bool)1;
}
IL_0048:
{
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_9 = __this->get__coll_1();
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_9);
__this->set__pos_0(L_10);
return (bool)0;
}
}
// System.Void System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__version_2();
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_1 = __this->get__coll_1();
NullCheck(L_1);
int32_t L_2 = L_1->get__version_6();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9_RuntimeMethod_var);
}
IL_0023:
{
__this->set__pos_0((-1));
return;
}
}
// System.Object System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__pos_0();
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_1 = __this->get__pos_0();
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_2 = __this->get__coll_1();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_2);
if ((((int32_t)L_1) >= ((int32_t)L_3)))
{
goto IL_002e;
}
}
{
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_4 = __this->get__coll_1();
int32_t L_5 = __this->get__pos_0();
NullCheck(L_4);
String_t* L_6 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_002e:
{
String_t* L_7 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F_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.Collections.Specialized.NameValueCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m778D8601E84C12D4EABEAA3A8B495FB92A953909 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection__ctor_m778D8601E84C12D4EABEAA3A8B495FB92A953909_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var);
NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Int32,System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___capacity0;
RuntimeObject* L_1 = ___equalityComparer1;
IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var);
NameObjectCollectionBase__ctor_m1C0BA736F4454310BEAAB54CB2307F905C1A1F8C(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.DBNull)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___dummy0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_0 = ___dummy0;
IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var);
NameObjectCollectionBase__ctor_mFC42544A14AA22758AB189CD5BCC8FE563A9569A(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m5BB309F095815D835ED9E9BF73266383892215C3 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection__ctor_m5BB309F095815D835ED9E9BF73266383892215C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var);
NameObjectCollectionBase__ctor_m0995BB1255888BA4156EF35F69462ECDEBB39C13(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, const RuntimeMethod* method)
{
{
__this->set__all_9((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL);
__this->set__allKeys_10((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL);
return;
}
}
// System.String System.Collections.Specialized.NameValueCollection::GetAsOneString(System.Collections.ArrayList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ___list0;
if (L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = 0;
goto IL_000c;
}
IL_0006:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___list0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1);
G_B3_0 = L_2;
}
IL_000c:
{
V_0 = G_B3_0;
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_001e;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ___list0;
NullCheck(L_4);
RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, 0);
return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var));
}
IL_001e:
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) <= ((int32_t)1)))
{
goto IL_0063;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = ___list0;
NullCheck(L_7);
RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, 0);
StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_9, ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_9;
V_2 = 1;
goto IL_0058;
}
IL_0038:
{
StringBuilder_t * L_10 = V_1;
NullCheck(L_10);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_10, ((int32_t)44), /*hidden argument*/NULL);
StringBuilder_t * L_11 = V_1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = ___list0;
int32_t L_13 = V_2;
NullCheck(L_12);
RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_12, L_13);
NullCheck(L_11);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
int32_t L_15 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0058:
{
int32_t L_16 = V_2;
int32_t L_17 = V_0;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_0038;
}
}
{
StringBuilder_t * L_18 = V_1;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18);
return L_19;
}
IL_0063:
{
return (String_t*)NULL;
}
}
// System.String[] System.Collections.Specialized.NameValueCollection::GetAsStringArray(System.Collections.ArrayList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t G_B3_0 = 0;
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ___list0;
if (L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = 0;
goto IL_000c;
}
IL_0006:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___list0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1);
G_B3_0 = L_2;
}
IL_000c:
{
V_0 = G_B3_0;
int32_t L_3 = V_0;
if (L_3)
{
goto IL_0012;
}
}
{
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
}
IL_0012:
{
int32_t L_4 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_1 = L_5;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = ___list0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1;
int32_t L_8 = V_0;
NullCheck(L_6);
VirtActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(36 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_1;
return L_9;
}
}
// System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
{
bool L_0 = NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249_RuntimeMethod_var);
}
IL_0018:
{
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
String_t* L_3 = ___name0;
RuntimeObject * L_4 = NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626(__this, L_3, /*hidden argument*/NULL);
V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_4, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = V_0;
if (L_5)
{
goto IL_0049;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C(L_6, 1, /*hidden argument*/NULL);
V_0 = L_6;
String_t* L_7 = ___value1;
if (!L_7)
{
goto IL_0040;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = V_0;
String_t* L_9 = ___value1;
NullCheck(L_8);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9);
}
IL_0040:
{
String_t* L_10 = ___name0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = V_0;
NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129(__this, L_10, L_11, /*hidden argument*/NULL);
return;
}
IL_0049:
{
String_t* L_12 = ___value1;
if (!L_12)
{
goto IL_0054;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = V_0;
String_t* L_14 = ___value1;
NullCheck(L_13);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14);
}
IL_0054:
{
return;
}
}
// System.String System.Collections.Specialized.NameValueCollection::Get(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_m300E47F531EE449FC72B6319D6AC7423AB9E991C (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection_Get_m300E47F531EE449FC72B6319D6AC7423AB9E991C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626(__this, L_0, /*hidden argument*/NULL);
String_t* L_2 = NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F(((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_2;
}
}
// System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameValueCollection_GetValues_mC60A341A340822C2CB825630A75A4F0A8C05D6BD (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection_GetValues_mC60A341A340822C2CB825630A75A4F0A8C05D6BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626(__this, L_0, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818(((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
{
bool L_0 = NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982_RuntimeMethod_var);
}
IL_0018:
{
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C(L_3, 1, /*hidden argument*/NULL);
V_0 = L_3;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_0;
String_t* L_5 = ___value1;
NullCheck(L_4);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5);
String_t* L_6 = ___name0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0;
NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14(__this, L_6, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Remove_mCD375C8EDEE43C5FBBE8C05832741D47F11023D6 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, __this, L_0);
return L_1;
}
}
// System.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
String_t* L_1 = ___value1;
VirtActionInvoker2< String_t*, String_t* >::Invoke(18 /* System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) */, __this, L_0, L_1);
return;
}
}
// System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_mBB1620F0B7E68EA41CE34FACBF5429DC216817DF (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameValueCollection_Get_mBB1620F0B7E68EA41CE34FACBF5429DC216817DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71(__this, L_0, /*hidden argument*/NULL);
String_t* L_2 = NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F(((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetKey_m61FFBF58CDF5769282DED45F920161A89276EAE2 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
String_t* L_1 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Collections.Specialized.NameValueCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m1BE1A643128646452D1A66111337845A6DA6FE32 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
String_t* L_1 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(20 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) */, __this, L_0);
return L_1;
}
}
// System.String[] System.Collections.Specialized.NameValueCollection::get_AllKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameValueCollection_get_AllKeys_m58B1B3117D3249B9580FB4D350B29FC595614448 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, const RuntimeMethod* method)
{
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get__allKeys_10();
if (L_0)
{
goto IL_0014;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = NameObjectCollectionBase_BaseGetAllKeys_m9812C7E099B81CB36A2D2B67C84D9A53AC8A3B05(__this, /*hidden argument*/NULL);
__this->set__allKeys_10(L_1);
}
IL_0014:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = __this->get__allKeys_10();
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Collections.Specialized.OrderedDictionary::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_mABFCC28E59BA806C34604B33877C1CEAD0AA9CE9 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
{
OrderedDictionary__ctor_m278F36318DAF73A39FB15CF0ED1439C36237C175(__this, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m278F36318DAF73A39FB15CF0ED1439C36237C175 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___capacity0;
OrderedDictionary__ctor_mEE01676A6098C432B4981481099AE2C305E606F4(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32,System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_mEE01676A6098C432B4981481099AE2C305E606F4 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, int32_t ___capacity0, RuntimeObject* ___comparer1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___capacity0;
__this->set__initialCapacity_2(L_0);
RuntimeObject* L_1 = ___comparer1;
__this->set__comparer_3(L_1);
return;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_mD73E278CB399AD723FEC465939C20D2AAE434B3E (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
__this->set__siInfo_6(L_0);
return;
}
}
// System.Int32 System.Collections.Specialized.OrderedDictionary::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_get_Count_m55F1F94E727BA49C8D94E7A7088D4C2E4B33605C (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
return L_1;
}
}
// System.Boolean System.Collections.Specialized.OrderedDictionary::System.Collections.IDictionary.get_IsFixedSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_System_Collections_IDictionary_get_IsFixedSize_mBA455454E01C4595407315663EA0F104037AD3FA (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__readOnly_4();
return L_0;
}
}
// System.Boolean System.Collections.Specialized.OrderedDictionary::get_IsReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_get_IsReadOnly_mF9796A4518A4F291F1FF0BD4042F5077B75710A2 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__readOnly_4();
return L_0;
}
}
// System.Boolean System.Collections.Specialized.OrderedDictionary::System.Collections.ICollection.get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_System_Collections_ICollection_get_IsSynchronized_m7AD5A4D3F1B8B5102344D8E42E5CC91B9749EA85 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Collections.ICollection System.Collections.Specialized.OrderedDictionary::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Keys_mDE4B67A8DFCD4426DCF60DF7F64DFE423B44D74E (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_get_Keys_mDE4B67A8DFCD4426DCF60DF7F64DFE423B44D74E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * L_1 = (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 *)il2cpp_codegen_object_new(OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84_il2cpp_TypeInfo_var);
OrderedDictionaryKeyValueCollection__ctor_mD7596CC3855A371FF8EB8C05B3E886EC52F081BC(L_1, L_0, (bool)1, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::get_objectsArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__objectsArray_0();
if (L_0)
{
goto IL_0019;
}
}
{
int32_t L_1 = __this->get__initialCapacity_2();
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C(L_2, L_1, /*hidden argument*/NULL);
__this->set__objectsArray_0(L_2);
}
IL_0019:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = __this->get__objectsArray_0();
return L_3;
}
}
// System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::get_objectsTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__objectsTable_1();
if (L_0)
{
goto IL_001f;
}
}
{
int32_t L_1 = __this->get__initialCapacity_2();
RuntimeObject* L_2 = __this->get__comparer_3();
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D(L_3, L_1, L_2, /*hidden argument*/NULL);
__this->set__objectsTable_1(L_3);
}
IL_001f:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get__objectsTable_1();
return L_4;
}
}
// System.Object System.Collections.Specialized.OrderedDictionary::System.Collections.ICollection.get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionary_System_Collections_ICollection_get_SyncRoot_mFCD92778BDB71764F12583F9F27054EF6957CE42 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_System_Collections_ICollection_get_SyncRoot_mFCD92778BDB71764F12583F9F27054EF6957CE42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get__syncRoot_5();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject ** L_1 = __this->get_address_of__syncRoot_5();
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL);
}
IL_001a:
{
RuntimeObject * L_3 = __this->get__syncRoot_5();
return L_3;
}
}
// System.Object System.Collections.Specialized.OrderedDictionary::get_Item(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionary_get_Item_m4BA1DD5702BF43A016E1785285DE53D4E9902E7B (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
RuntimeObject * L_1 = ___key0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::set_Item(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_set_Item_mA8C71C7FD9354ABDCB0DBFB1977459680BD748BB (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_set_Item_mA8C71C7FD9354ABDCB0DBFB1977459680BD748BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get__readOnly_4();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral646DD61AC9DC0544C6980F54BCAF82B0FD027278, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, OrderedDictionary_set_Item_mA8C71C7FD9354ABDCB0DBFB1977459680BD748BB_RuntimeMethod_var);
}
IL_0018:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___key0;
NullCheck(L_3);
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_3, L_4);
if (!L_5)
{
goto IL_0052;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
RuntimeObject * L_7 = ___key0;
RuntimeObject * L_8 = ___value1;
NullCheck(L_6);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_6, L_7, L_8);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_9 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
RuntimeObject * L_10 = ___key0;
int32_t L_11 = OrderedDictionary_IndexOfKey_m9CC5C8BCA6AEAED5821C6A8235DB9C90140291D2(__this, L_10, /*hidden argument*/NULL);
RuntimeObject * L_12 = ___key0;
RuntimeObject * L_13 = ___value1;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14;
memset((&L_14), 0, sizeof(L_14));
DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), L_12, L_13, /*hidden argument*/NULL);
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14;
RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_9);
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_9, L_11, L_16);
return;
}
IL_0052:
{
RuntimeObject * L_17 = ___key0;
RuntimeObject * L_18 = ___value1;
OrderedDictionary_Add_mF2EC1AE8051D89FD384B7D8B25E03E8A1817BC19(__this, L_17, L_18, /*hidden argument*/NULL);
return;
}
}
// System.Collections.ICollection System.Collections.Specialized.OrderedDictionary::get_Values()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Values_mF389293625F26A739573D543FB5E21FEC6BDAE13 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_get_Values_mF389293625F26A739573D543FB5E21FEC6BDAE13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * L_1 = (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 *)il2cpp_codegen_object_new(OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84_il2cpp_TypeInfo_var);
OrderedDictionaryKeyValueCollection__ctor_mD7596CC3855A371FF8EB8C05B3E886EC52F081BC(L_1, L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::Add(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Add_mF2EC1AE8051D89FD384B7D8B25E03E8A1817BC19 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_Add_mF2EC1AE8051D89FD384B7D8B25E03E8A1817BC19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get__readOnly_4();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral646DD61AC9DC0544C6980F54BCAF82B0FD027278, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, OrderedDictionary_Add_mF2EC1AE8051D89FD384B7D8B25E03E8A1817BC19_RuntimeMethod_var);
}
IL_0018:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___key0;
RuntimeObject * L_5 = ___value1;
NullCheck(L_3);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_3, L_4, L_5);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
RuntimeObject * L_7 = ___key0;
RuntimeObject * L_8 = ___value1;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_9;
memset((&L_9), 0, sizeof(L_9));
DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_9), L_7, L_8, /*hidden argument*/NULL);
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_10 = L_9;
RuntimeObject * L_11 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_6);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_11);
return;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Clear_mBC338E68811632FEA7E12E1C8CB896A9D17D9D74 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_Clear_mBC338E68811632FEA7E12E1C8CB896A9D17D9D74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get__readOnly_4();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral646DD61AC9DC0544C6980F54BCAF82B0FD027278, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, OrderedDictionary_Clear_mBC338E68811632FEA7E12E1C8CB896A9D17D9D74_RuntimeMethod_var);
}
IL_0018:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
NullCheck(L_3);
VirtActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_3);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
NullCheck(L_4);
VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_4);
return;
}
}
// System.Boolean System.Collections.Specialized.OrderedDictionary::Contains(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_Contains_m957B6F29E97A93AB5A0AF9272ED0AB65E4401EF1 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
RuntimeObject * L_1 = ___key0;
NullCheck(L_0);
bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_CopyTo_m6D7C307CED28372BFE59C365B4392EBCDE64CFE2 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
RuntimeArray * L_1 = ___array0;
int32_t L_2 = ___index1;
NullCheck(L_0);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(28 /* System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2);
return;
}
}
// System.Int32 System.Collections.Specialized.OrderedDictionary::IndexOfKey(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_IndexOfKey_m9CC5C8BCA6AEAED5821C6A8235DB9C90140291D2 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_IndexOfKey_m9CC5C8BCA6AEAED5821C6A8235DB9C90140291D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject * V_1 = NULL;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_2;
memset((&V_2), 0, sizeof(V_2));
{
V_0 = 0;
goto IL_0046;
}
IL_0004:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
int32_t L_1 = V_0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
V_2 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_2, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_3 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_2), /*hidden argument*/NULL);
V_1 = L_3;
RuntimeObject* L_4 = __this->get__comparer_3();
if (!L_4)
{
goto IL_0037;
}
}
{
RuntimeObject* L_5 = __this->get__comparer_3();
RuntimeObject * L_6 = V_1;
RuntimeObject * L_7 = ___key0;
NullCheck(L_5);
bool L_8 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_il2cpp_TypeInfo_var, L_5, L_6, L_7);
if (!L_8)
{
goto IL_0042;
}
}
{
int32_t L_9 = V_0;
return L_9;
}
IL_0037:
{
RuntimeObject * L_10 = V_1;
RuntimeObject * L_11 = ___key0;
NullCheck(L_10);
bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11);
if (!L_12)
{
goto IL_0042;
}
}
{
int32_t L_13 = V_0;
return L_13;
}
IL_0042:
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0046:
{
int32_t L_15 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_16 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
NullCheck(L_16);
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16);
if ((((int32_t)L_15) < ((int32_t)L_17)))
{
goto IL_0004;
}
}
{
return (-1);
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::OnDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_OnDeserialization_mC430F0CA656131C627EE2F1920749DD36A745357 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_OnDeserialization_mC430F0CA656131C627EE2F1920749DD36A745357_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_4;
memset((&V_4), 0, sizeof(V_4));
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);
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = __this->get__siInfo_6();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralA70F1BF46F12CF5517DAB14A442D77DB24FDDC26, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_2 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, OrderedDictionary_OnDeserialization_mC430F0CA656131C627EE2F1920749DD36A745357_RuntimeMethod_var);
}
IL_0018:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = __this->get__siInfo_6();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
RuntimeObject * L_6 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_3, _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF, L_5, /*hidden argument*/NULL);
__this->set__comparer_3(((RuntimeObject*)Castclass((RuntimeObject*)L_6, IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_7 = __this->get__siInfo_6();
NullCheck(L_7);
bool L_8 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_7, _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136, /*hidden argument*/NULL);
__this->set__readOnly_4(L_8);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = __this->get__siInfo_6();
NullCheck(L_9);
int32_t L_10 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_9, _stringLiteralFB19F532FF014E126F98A581DAEFB6AD1B372CDF, /*hidden argument*/NULL);
__this->set__initialCapacity_2(L_10);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = __this->get__siInfo_6();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
RuntimeObject * L_14 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_11, _stringLiteralF5BAAA4AD5D36710B8FED9D2BC4A53A86DA5B55A, L_13, /*hidden argument*/NULL);
V_0 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_14, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = V_0;
if (!L_15)
{
goto IL_00e7;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_0;
V_1 = L_16;
V_2 = 0;
goto IL_00e1;
}
IL_0092:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = V_1;
int32_t L_18 = V_2;
NullCheck(L_17);
int32_t L_19 = L_18;
RuntimeObject * L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_3 = L_20;
}
IL_0096:
try
{ // begin try (depth: 1)
RuntimeObject * L_21 = V_3;
V_4 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_21, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
goto IL_00b1;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00a0;
throw e;
}
CATCH_00a0:
{ // begin catch(System.Object)
String_t* L_22 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralB58770E9C3EB5157496EF35B03423C007FC54B13, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_23 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, OrderedDictionary_OnDeserialization_mC430F0CA656131C627EE2F1920749DD36A745357_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00b1:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_25 = V_4;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_26 = L_25;
RuntimeObject * L_27 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_26);
NullCheck(L_24);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_24, L_27);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_28 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
RuntimeObject * L_29 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_4), /*hidden argument*/NULL);
RuntimeObject * L_30 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_4), /*hidden argument*/NULL);
NullCheck(L_28);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_28, L_29, L_30);
int32_t L_31 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_00e1:
{
int32_t L_32 = V_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = V_1;
NullCheck(L_33);
if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))))
{
goto IL_0092;
}
}
IL_00e7:
{
return;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::Remove(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Remove_m32466C87EC2ED256642300B29B89101DD5227AA0 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_Remove_m32466C87EC2ED256642300B29B89101DD5227AA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = __this->get__readOnly_4();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral646DD61AC9DC0544C6980F54BCAF82B0FD027278, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, OrderedDictionary_Remove_m32466C87EC2ED256642300B29B89101DD5227AA0_RuntimeMethod_var);
}
IL_0018:
{
RuntimeObject * L_3 = ___key0;
if (L_3)
{
goto IL_0026;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, OrderedDictionary_Remove_m32466C87EC2ED256642300B29B89101DD5227AA0_RuntimeMethod_var);
}
IL_0026:
{
RuntimeObject * L_5 = ___key0;
int32_t L_6 = OrderedDictionary_IndexOfKey_m9CC5C8BCA6AEAED5821C6A8235DB9C90140291D2(__this, L_5, /*hidden argument*/NULL);
V_0 = L_6;
int32_t L_7 = V_0;
if ((((int32_t)L_7) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
return;
}
IL_0033:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = OrderedDictionary_get_objectsTable_m0D81CE869362587F2124DAB3CE393E902DBB9F80(__this, /*hidden argument*/NULL);
RuntimeObject * L_9 = ___key0;
NullCheck(L_8);
VirtActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_8, L_9);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
int32_t L_11 = V_0;
NullCheck(L_10);
VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_10, L_11);
return;
}
}
// System.Collections.IDictionaryEnumerator System.Collections.Specialized.OrderedDictionary::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_GetEnumerator_mDFBC515FDE9C8A8AE56064C0655C19C3D130EB26 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_GetEnumerator_mDFBC515FDE9C8A8AE56064C0655C19C3D130EB26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * L_1 = (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 *)il2cpp_codegen_object_new(OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648_il2cpp_TypeInfo_var);
OrderedDictionaryEnumerator__ctor_m0C688CE7F033E4A145EBC003E5FAC145EC117265(L_1, L_0, 3, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_System_Collections_IEnumerable_GetEnumerator_m47B64CD9FF588025B1C067C150670B2EA363CB29 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_System_Collections_IEnumerable_GetEnumerator_m47B64CD9FF588025B1C067C150670B2EA363CB29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = OrderedDictionary_get_objectsArray_m690618ABC6772FE7A565AC5BDF5EE2896EB83045(__this, /*hidden argument*/NULL);
OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * L_1 = (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 *)il2cpp_codegen_object_new(OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648_il2cpp_TypeInfo_var);
OrderedDictionaryEnumerator__ctor_m0C688CE7F033E4A145EBC003E5FAC145EC117265(L_1, L_0, 3, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_GetObjectData_m64EA42255566CF993C85C556897C5A73263AA5C6 (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionary_GetObjectData_m64EA42255566CF993C85C556897C5A73263AA5C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, OrderedDictionary_GetObjectData_m64EA42255566CF993C85C556897C5A73263AA5C6_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeObject* L_3 = __this->get__comparer_3();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_2);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_2, _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF, L_3, L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
bool L_7 = __this->get__readOnly_4();
NullCheck(L_6);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_6, _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136, L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0;
int32_t L_9 = __this->get__initialCapacity_2();
NullCheck(L_8);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_8, _stringLiteralFB19F532FF014E126F98A581DAEFB6AD1B372CDF, L_9, /*hidden argument*/NULL);
int32_t L_10 = OrderedDictionary_get_Count_m55F1F94E727BA49C8D94E7A7088D4C2E4B33605C(__this, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_10);
V_0 = L_11;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = __this->get__objectsArray_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_0;
NullCheck(L_12);
VirtActionInvoker1< RuntimeArray * >::Invoke(34 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_12, (RuntimeArray *)(RuntimeArray *)L_13);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = V_0;
NullCheck(L_14);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_14, _stringLiteralF5BAAA4AD5D36710B8FED9D2BC4A53A86DA5B55A, (RuntimeObject *)(RuntimeObject *)L_15, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m1B07A96F704FCEDF5A1163E40C894FC77FA6EDDB (OrderedDictionary_t2F2E6D6ADEA347CFB4BC084B5300A83300FEF18D * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___sender0;
VirtActionInvoker1< RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Specialized.OrderedDictionary::OnDeserialization(System.Object) */, __this, 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.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::.ctor(System.Collections.ArrayList,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator__ctor_m0C688CE7F033E4A145EBC003E5FAC145EC117265 (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___array0, int32_t ___objectReturnType1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ___array0;
NullCheck(L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
__this->set_arrayEnumerator_1(L_1);
int32_t L_2 = ___objectReturnType1;
__this->set__objectReturnType_0(L_2);
return;
}
}
// System.Object System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Current_m3D8DF89674C33D4DEA12463FEC53FCF1780ADE70 (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_get_Current_m3D8DF89674C33D4DEA12463FEC53FCF1780ADE70_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = __this->get__objectReturnType_0();
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0022;
}
}
{
RuntimeObject* L_1 = __this->get_arrayEnumerator_1();
NullCheck(L_1);
RuntimeObject * L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_1);
V_0 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_2, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_3 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_0), /*hidden argument*/NULL);
return L_3;
}
IL_0022:
{
int32_t L_4 = __this->get__objectReturnType_0();
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
{
goto IL_0044;
}
}
{
RuntimeObject* L_5 = __this->get_arrayEnumerator_1();
NullCheck(L_5);
RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_5);
V_0 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_6, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_7 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_0), /*hidden argument*/NULL);
return L_7;
}
IL_0044:
{
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_8 = OrderedDictionaryEnumerator_get_Entry_m378B3659B18D635E114695226BDA8094AFC46E06(__this, /*hidden argument*/NULL);
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_9 = L_8;
RuntimeObject * L_10 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
}
// System.Collections.DictionaryEntry System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::get_Entry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 OrderedDictionaryEnumerator_get_Entry_m378B3659B18D635E114695226BDA8094AFC46E06 (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_get_Entry_m378B3659B18D635E114695226BDA8094AFC46E06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject* L_0 = __this->get_arrayEnumerator_1();
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
V_0 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_1, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_2 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_0), /*hidden argument*/NULL);
RuntimeObject* L_3 = __this->get_arrayEnumerator_1();
NullCheck(L_3);
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
V_0 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_4, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_5 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_0), /*hidden argument*/NULL);
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_6;
memset((&L_6), 0, sizeof(L_6));
DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_6), L_2, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Object System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::get_Key()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Key_m536FA8AF2BBBED8E47FBF8A3467596654984FF25 (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_get_Key_m536FA8AF2BBBED8E47FBF8A3467596654984FF25_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject* L_0 = __this->get_arrayEnumerator_1();
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
V_0 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_1, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_2 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.Object System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Value_m2199F649E120FDE587520D7DED478C7E0A764DDE (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_get_Value_m2199F649E120FDE587520D7DED478C7E0A764DDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject* L_0 = __this->get_arrayEnumerator_1();
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
V_0 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_1, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_2 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionaryEnumerator_MoveNext_m93D8BD7C91EFCCBFDD85BED6FF9130E957652CD1 (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_MoveNext_m93D8BD7C91EFCCBFDD85BED6FF9130E957652CD1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_arrayEnumerator_1();
NullCheck(L_0);
bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary_OrderedDictionaryEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator_Reset_m6FC4640DE96193B4BD596C9476DD56E034A9440B (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_Reset_m6FC4640DE96193B4BD596C9476DD56E034A9440B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_arrayEnumerator_1();
NullCheck(L_0);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, 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.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection::.ctor(System.Collections.ArrayList,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryKeyValueCollection__ctor_mD7596CC3855A371FF8EB8C05B3E886EC52F081BC (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___array0, bool ___isKeys1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ___array0;
__this->set__objects_0(L_0);
bool L_1 = ___isKeys1;
__this->set_isKeys_1(L_1);
return;
}
}
// System.Void System.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mE81AE69E425015D650DB16850C8BA51D73E8320A (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mE81AE69E425015D650DB16850C8BA51D73E8320A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject * V_1 = NULL;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_2;
memset((&V_2), 0, sizeof(V_2));
RuntimeObject* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
RuntimeArray * G_B8_0 = NULL;
RuntimeArray * G_B7_0 = NULL;
RuntimeObject * G_B9_0 = NULL;
RuntimeArray * G_B9_1 = NULL;
{
RuntimeArray * L_0 = ___array0;
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, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mE81AE69E425015D650DB16850C8BA51D73E8320A_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___index1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001d;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mE81AE69E425015D650DB16850C8BA51D73E8320A_RuntimeMethod_var);
}
IL_001d:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get__objects_0();
NullCheck(L_4);
RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4);
V_0 = L_5;
}
IL_0029:
try
{ // begin try (depth: 1)
{
goto IL_0064;
}
IL_002b:
{
RuntimeObject* L_6 = V_0;
NullCheck(L_6);
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6);
V_1 = L_7;
RuntimeArray * L_8 = ___array0;
bool L_9 = __this->get_isKeys_1();
G_B7_0 = L_8;
if (L_9)
{
G_B8_0 = L_8;
goto IL_004b;
}
}
IL_003b:
{
RuntimeObject * L_10 = V_1;
V_2 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_10, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_11 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_2), /*hidden argument*/NULL);
G_B9_0 = L_11;
G_B9_1 = G_B7_0;
goto IL_0059;
}
IL_004b:
{
RuntimeObject * L_12 = V_1;
V_2 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_12, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_13 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_2), /*hidden argument*/NULL);
G_B9_0 = L_13;
G_B9_1 = G_B8_0;
}
IL_0059:
{
int32_t L_14 = ___index1;
NullCheck(G_B9_1);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(G_B9_1, G_B9_0, L_14, /*hidden argument*/NULL);
int32_t L_15 = ___index1;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0064:
{
RuntimeObject* L_16 = V_0;
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_002b;
}
}
IL_006c:
{
IL2CPP_LEAVE(0x7F, FINALLY_006e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006e;
}
FINALLY_006e:
{ // begin finally (depth: 1)
{
RuntimeObject* L_18 = V_0;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_19 = V_3;
if (!L_19)
{
goto IL_007e;
}
}
IL_0078:
{
RuntimeObject* L_20 = V_3;
NullCheck(L_20);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_20);
}
IL_007e:
{
IL2CPP_END_FINALLY(110)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(110)
{
IL2CPP_JUMP_TBL(0x7F, IL_007f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_007f:
{
return;
}
}
// System.Int32 System.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection::System.Collections.ICollection.get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_Count_m247949B9D6061A309DACDD9CB1D8982C0AAE4E0C (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__objects_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
return L_1;
}
}
// System.Boolean System.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection::System.Collections.ICollection.get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_IsSynchronized_m532B79DDA193AB59E1D903C27907951A18CFA4F8 (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection::System.Collections.ICollection.get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_SyncRoot_m2415812982AE4651AE467053E83243522CE5F979 (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__objects_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0);
return L_1;
}
}
// System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary_OrderedDictionaryKeyValueCollection::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionaryKeyValueCollection_System_Collections_IEnumerable_GetEnumerator_m0A5A85B1101591DE72343805CD5F1DE725DC0D04 (OrderedDictionaryKeyValueCollection_t14B475F99F262455F11F305A747787FACF756B84 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OrderedDictionaryKeyValueCollection_System_Collections_IEnumerable_GetEnumerator_m0A5A85B1101591DE72343805CD5F1DE725DC0D04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * G_B2_0 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * G_B1_0 = NULL;
int32_t G_B3_0 = 0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * G_B3_1 = NULL;
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__objects_0();
bool L_1 = __this->get_isKeys_1();
G_B1_0 = L_0;
if (L_1)
{
G_B2_0 = L_0;
goto IL_0011;
}
}
{
G_B3_0 = 2;
G_B3_1 = G_B1_0;
goto IL_0012;
}
IL_0011:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0012:
{
OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 * L_2 = (OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648 *)il2cpp_codegen_object_new(OrderedDictionaryEnumerator_t09B48F68CFC2EEF1C7C57597E5AE3A4AF903C648_il2cpp_TypeInfo_var);
OrderedDictionaryEnumerator__ctor_m0C688CE7F033E4A145EBC003E5FAC145EC117265(L_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Collections.Specialized.StringCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
int32_t L_1 = ___index0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var));
}
}
// System.Void System.Collections.Specialized.StringCollection::set_Item(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_set_Item_mEAE8DDA53D08232F6597E9091A7FEB8496BF7FDD (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
int32_t L_1 = ___index0;
String_t* L_2 = ___value1;
NullCheck(L_0);
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_0, L_1, L_2);
return;
}
}
// System.Int32 System.Collections.Specialized.StringCollection::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_get_Count_m4307EBE5F76A894AE550321977CE58DDDFCB85BF (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
return L_1;
}
}
// System.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.get_IsReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_get_IsReadOnly_m4A1506C2B94AF66FB47FDCDFC434ACB8488AC47F (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.get_IsFixedSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_get_IsFixedSize_m26E281D01AF589C9BB1C09989C6F2AC9AFFE01D4 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Int32 System.Collections.Specialized.StringCollection::Add(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
String_t* L_1 = ___value0;
NullCheck(L_0);
int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Collections.Specialized.StringCollection::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Clear_mD4940751F46D8B3EBCB148A0A5B14A5AE2FC217C (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
NullCheck(L_0);
VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0);
return;
}
}
// System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_Contains_mF8AD018C19F7760E4693B1A24148F8659C486502 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
String_t* L_1 = ___value0;
NullCheck(L_0);
bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(33 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Collections.Specialized.StringCollection::CopyTo(System.String[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_CopyTo_m22FDAD087DBC9ACAC1C2BD3614AD448C173F8893 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___array0;
int32_t L_2 = ___index1;
NullCheck(L_0);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, (RuntimeArray *)(RuntimeArray *)L_1, L_2);
return;
}
}
// System.Int32 System.Collections.Specialized.StringCollection::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_IndexOf_m860B2D7C91CE7633F376CB8AB7C46CC1E103EC17 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
String_t* L_1 = ___value0;
NullCheck(L_0);
int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(38 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Collections.Specialized.StringCollection::Insert(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Insert_m9847FF62B17A3776A419642922F93D39356198BC (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
int32_t L_1 = ___index0;
String_t* L_2 = ___value1;
NullCheck(L_0);
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(39 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_0, L_1, L_2);
return;
}
}
// System.Boolean System.Collections.Specialized.StringCollection::get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_get_IsSynchronized_mF01A6B1F560EF9BE2F0CC998E7330BA7A685C313 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Collections.Specialized.StringCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Remove_m3FF866980BE6C484CEEB9C42B97BAC6B602AE95E (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
String_t* L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_0, L_1);
return;
}
}
// System.Void System.Collections.Specialized.StringCollection::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_RemoveAt_mA455E99CC2C275AC94FE206E49E87B433257EAA2 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
int32_t L_1 = ___index0;
NullCheck(L_0);
VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1);
return;
}
}
// System.Object System.Collections.Specialized.StringCollection::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * StringCollection_get_SyncRoot_m2A6A118CF992AA80F7923CE3E6A49D25AC7F730B (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0);
return L_1;
}
}
// System.Object System.Collections.Specialized.StringCollection::System.Collections.IList.get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * StringCollection_System_Collections_IList_get_Item_m1FB397E9881B366B0E0BD85883F5F8EE4B0A2E66 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
String_t* L_1 = StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.set_Item(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_set_Item_m84FFCB0C0EDF382722E6D86EA441056197E742BC (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_set_Item_m84FFCB0C0EDF382722E6D86EA441056197E742BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
RuntimeObject * L_1 = ___value1;
StringCollection_set_Item_mEAE8DDA53D08232F6597E9091A7FEB8496BF7FDD(__this, L_0, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Collections.Specialized.StringCollection::System.Collections.IList.Add(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_System_Collections_IList_Add_m31EA60F5452738475A79F562CC741336D2C9A2CF (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Add_m31EA60F5452738475A79F562CC741336D2C9A2CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
int32_t L_1 = StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.Contains(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_Contains_mF385154C4DDD61DDFE3D9273598E212977DDDDF8 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Contains_mF385154C4DDD61DDFE3D9273598E212977DDDDF8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
bool L_1 = StringCollection_Contains_mF8AD018C19F7760E4693B1A24148F8659C486502(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Collections.Specialized.StringCollection::System.Collections.IList.IndexOf(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_System_Collections_IList_IndexOf_mDE4B1B0D406BCE5065474EF50EED32663E996177 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_IndexOf_mDE4B1B0D406BCE5065474EF50EED32663E996177_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
int32_t L_1 = StringCollection_IndexOf_m860B2D7C91CE7633F376CB8AB7C46CC1E103EC17(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.Insert(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_Insert_m97C6AF183F6E33425F90A6746B1B9BCA2EC18DB2 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Insert_m97C6AF183F6E33425F90A6746B1B9BCA2EC18DB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
RuntimeObject * L_1 = ___value1;
StringCollection_Insert_m9847FF62B17A3776A419642922F93D39356198BC(__this, L_0, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.Remove(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_Remove_m81D305F7785DD4D4BCDBD5439004D122E26A6A36 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Remove_m81D305F7785DD4D4BCDBD5439004D122E26A6A36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
StringCollection_Remove_m3FF866980BE6C484CEEB9C42B97BAC6B602AE95E(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Collections.Specialized.StringCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_System_Collections_ICollection_CopyTo_m911BB41A37B6860D0E98A5EF71F0C00797408A77 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
RuntimeArray * L_1 = ___array0;
int32_t L_2 = ___index1;
NullCheck(L_0);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2);
return;
}
}
// System.Collections.IEnumerator System.Collections.Specialized.StringCollection::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringCollection_System_Collections_IEnumerable_GetEnumerator_m1620B22B92CB96A6E4AFB2775FBB9D5E0F9666DE (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0();
NullCheck(L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
return L_1;
}
}
// System.Void System.Collections.Specialized.StringCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
__this->set_data_0(L_0);
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.AddingNewEventArgs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs__ctor_m52D7705C7DAA295C5491981766AE423DC282A1FA (AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AddingNewEventArgs__ctor_m52D7705C7DAA295C5491981766AE423DC282A1FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.AddingNewEventArgs::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs__ctor_mC778622D608C31CD28F5F81788E0475F2F87C65B (AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * __this, RuntimeObject * ___newObject0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AddingNewEventArgs__ctor_mC778622D608C31CD28F5F81788E0475F2F87C65B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___newObject0;
__this->set_newObject_1(L_0);
return;
}
}
// System.Object System.ComponentModel.AddingNewEventArgs::get_NewObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AddingNewEventArgs_get_NewObject_mA67B862DC7A4245D76EE1A2925AABA6F612854AA (AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_newObject_1();
return L_0;
}
}
// System.Void System.ComponentModel.AddingNewEventArgs::set_NewObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs_set_NewObject_mA0EC612668090E6F12C9867D74052636226E644E (AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
__this->set_newObject_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.AddingNewEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler__ctor_m37EE437830EF867B7FEFB1FC3A3EAD0B5AE5AD2F (AddingNewEventHandler_tC4A113DB05465EF2A66E68EF98945E280F25C1FE * __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.ComponentModel.AddingNewEventHandler::Invoke(System.Object,System.ComponentModel.AddingNewEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler_Invoke_mEC4E83B4C1B0CC5521EC078265B63749ACE9AEC1 (AddingNewEventHandler_tC4A113DB05465EF2A66E68EF98945E280F25C1FE * __this, RuntimeObject * ___sender0, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * ___e1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___e1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___e1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.ComponentModel.AddingNewEventHandler::BeginInvoke(System.Object,System.ComponentModel.AddingNewEventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AddingNewEventHandler_BeginInvoke_mD06B02BBA1D4AA34DED3BA5CC0292119F3A37E1A (AddingNewEventHandler_tC4A113DB05465EF2A66E68EF98945E280F25C1FE * __this, RuntimeObject * ___sender0, AddingNewEventArgs_t848D637EA4E72C12479C42DF55305280B37948D1 * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___e1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void System.ComponentModel.AddingNewEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler_EndInvoke_m2C03AAED51AC47B53B624DDBD92C2C70BB0C95C1 (AddingNewEventHandler_tC4A113DB05465EF2A66E68EF98945E280F25C1FE * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m342E73202092CFC1CA817BE1B5C13B6AB3C7C387 (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, Type_t * ___type0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_m342E73202092CFC1CA817BE1B5C13B6AB3C7C387_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
Type_t * L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_tEA9B846104F636343B5CBF281E8E7BE6349843AF_il2cpp_TypeInfo_var);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_1 = TypeDescriptor_GetConverter_m30E075F6ED53FD85B7C1F7F44E58BA20645A68BA(L_0, /*hidden argument*/NULL);
String_t* L_2 = ___value1;
NullCheck(L_1);
RuntimeObject * L_3 = TypeConverter_ConvertFromInvariantString_m9293C7DF0805F4C7EA4510B71724BDAC3BE80AB2(L_1, L_2, /*hidden argument*/NULL);
__this->set_value_0(L_3);
goto IL_001d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001a;
throw e;
}
CATCH_001a:
{ // begin catch(System.Object)
goto IL_001d;
} // end catch (depth: 1)
IL_001d:
{
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mB0A5C5970224CFC67124F6A32693459349C3858B (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_mB0A5C5970224CFC67124F6A32693459349C3858B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
Il2CppChar L_0 = ___value0;
Il2CppChar L_1 = L_0;
RuntimeObject * L_2 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m82762403269D162DBEF669722B5A021FF1A7FC79 (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, uint8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_m82762403269D162DBEF669722B5A021FF1A7FC79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
uint8_t L_0 = ___value0;
uint8_t L_1 = L_0;
RuntimeObject * L_2 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mF4DA765961E00F6E74C1199789CA4757B0843C19 (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_mF4DA765961E00F6E74C1199789CA4757B0843C19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
int16_t L_0 = ___value0;
int16_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mF95ABA63721D64D82CDC16B2613D7FF9AA90AA64 (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_mF95ABA63721D64D82CDC16B2613D7FF9AA90AA64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___value0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m216896FC18767CF28CE66B37AE4CB1B9202CB7F2 (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_m216896FC18767CF28CE66B37AE4CB1B9202CB7F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
int64_t L_0 = ___value0;
int64_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m15B2EFEA69A3F86ACE2D0110060EB63F4922638A (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_m15B2EFEA69A3F86ACE2D0110060EB63F4922638A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
float L_0 = ___value0;
float L_1 = L_0;
RuntimeObject * L_2 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mE3E0B2C6ED62E6CB1136833C9584DED01513953E (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_mE3E0B2C6ED62E6CB1136833C9584DED01513953E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m97E244FE4182A2267CBDB42600403A01BA80B3AA (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute__ctor_m97E244FE4182A2267CBDB42600403A01BA80B3AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
bool L_0 = ___value0;
bool L_1 = L_0;
RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m1CDE898E007F3459C91A4A66B0276886BB4D42DE (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value0;
__this->set_value_0(L_0);
return;
}
}
// System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mDDF9C4DAFE0906AA3664150E3AE13A2D4C81B752 (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___value0;
__this->set_value_0(L_0);
return;
}
}
// System.Object System.ComponentModel.AmbientValueAttribute::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AmbientValueAttribute_get_Value_mAF197402AF2951D9F41882A7E8E2AC99946EF5DF (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_value_0();
return L_0;
}
}
// System.Boolean System.ComponentModel.AmbientValueAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AmbientValueAttribute_Equals_m9A88AA2017CF42854704B57AA16C8C616EDB028F (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AmbientValueAttribute_Equals_m9A88AA2017CF42854704B57AA16C8C616EDB028F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E *)IsInstSealed((RuntimeObject*)L_1, AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E_il2cpp_TypeInfo_var));
AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * L_2 = V_0;
if (!L_2)
{
goto IL_0034;
}
}
{
RuntimeObject * L_3 = __this->get_value_0();
if (!L_3)
{
goto IL_002a;
}
}
{
RuntimeObject * L_4 = __this->get_value_0();
AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * L_5 = V_0;
NullCheck(L_5);
RuntimeObject * L_6 = AmbientValueAttribute_get_Value_mAF197402AF2951D9F41882A7E8E2AC99946EF5DF_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6);
return L_7;
}
IL_002a:
{
AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * L_8 = V_0;
NullCheck(L_8);
RuntimeObject * L_9 = AmbientValueAttribute_get_Value_mAF197402AF2951D9F41882A7E8E2AC99946EF5DF_inline(L_8, /*hidden argument*/NULL);
return (bool)((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
IL_0034:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.AmbientValueAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AmbientValueAttribute_GetHashCode_mD7D082A2B53874E2D792B32BB2550F34770C1D04 (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__this, /*hidden argument*/NULL);
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.Object System.ComponentModel.ArrayConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ArrayConverter_ConvertTo_mAEA49FE8501D2CA2989D859B2721CECCD5D0291B (ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57 * __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 (ArrayConverter_ConvertTo_mAEA49FE8501D2CA2989D859B2721CECCD5D0291B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
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, ArrayConverter_ConvertTo_mAEA49FE8501D2CA2989D859B2721CECCD5D0291B_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_004f;
}
}
{
RuntimeObject * L_7 = ___value2;
if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_7, RuntimeArray_il2cpp_TypeInfo_var)))
{
goto IL_004f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
RuntimeObject * L_10 = ___value2;
NullCheck(L_10);
Type_t * L_11 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_11);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
String_t* L_13 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral7C007F01B0405712902F495FD47207A8F5C4DFF6, L_9, /*hidden argument*/NULL);
return L_13;
}
IL_004f:
{
RuntimeObject* L_14 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = ___culture1;
RuntimeObject * L_16 = ___value2;
Type_t * L_17 = ___destinationType3;
RuntimeObject * L_18 = CollectionConverter_ConvertTo_m75D7A858FB6E5B535386F5DB31CE3B6C8B153837(__this, L_14, L_15, L_16, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ArrayConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * ArrayConverter_GetProperties_m6EA225499F1C9E760F12E922862ADBAACE8A7764 (ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ArrayConverter_GetProperties_m6EA225499F1C9E760F12E922862ADBAACE8A7764_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F* V_0 = NULL;
int32_t V_1 = 0;
Type_t * V_2 = NULL;
Type_t * V_3 = NULL;
int32_t V_4 = 0;
{
V_0 = (PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F*)NULL;
RuntimeObject * L_0 = ___value1;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_004e;
}
}
{
RuntimeObject * L_3 = ___value1;
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)));
int32_t L_4 = Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)), 0, /*hidden argument*/NULL);
V_1 = L_4;
int32_t L_5 = V_1;
PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F* L_6 = (PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F*)(PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F*)SZArrayNew(PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_0 = L_6;
RuntimeObject * L_7 = ___value1;
NullCheck(L_7);
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
V_2 = L_8;
Type_t * L_9 = V_2;
NullCheck(L_9);
Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_9);
V_3 = L_10;
V_4 = 0;
goto IL_0049;
}
IL_0036:
{
PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F* L_11 = V_0;
int32_t L_12 = V_4;
Type_t * L_13 = V_2;
Type_t * L_14 = V_3;
int32_t L_15 = V_4;
ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2 * L_16 = (ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2 *)il2cpp_codegen_object_new(ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2_il2cpp_TypeInfo_var);
ArrayPropertyDescriptor__ctor_m7C51D4632C85E9663A9C39AC44E6E2CAA55F9269(L_16, L_13, L_14, L_15, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_16);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D *)L_16);
int32_t L_17 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0049:
{
int32_t L_18 = V_4;
int32_t L_19 = V_1;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0036;
}
}
IL_004e:
{
PropertyDescriptorU5BU5D_tBC9023EDDB37EAAAA6FB719C13CEF781F74B2C1F* L_20 = V_0;
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_21 = (PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_il2cpp_TypeInfo_var);
PropertyDescriptorCollection__ctor_m132BE5B53DC73850841F2AB9A6633F4626C538BC(L_21, L_20, /*hidden argument*/NULL);
return L_21;
}
}
// System.Boolean System.ComponentModel.ArrayConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayConverter_GetPropertiesSupported_m0E3C2E559400F3DC3D63F9A4701F3FA60AEA5E6E (ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57 * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.ComponentModel.ArrayConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayConverter__ctor_m831D145364A55A155BC896935367961A476D53B7 (ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57 * __this, const RuntimeMethod* method)
{
{
CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7(__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.ArrayConverter_ArrayPropertyDescriptor::.ctor(System.Type,System.Type,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayPropertyDescriptor__ctor_m7C51D4632C85E9663A9C39AC44E6E2CAA55F9269 (ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2 * __this, Type_t * ___arrayType0, Type_t * ___elementType1, int32_t ___index2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ArrayPropertyDescriptor__ctor_m7C51D4632C85E9663A9C39AC44E6E2CAA55F9269_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___arrayType0;
int32_t L_1 = ___index2;
int32_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2);
String_t* L_4 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, L_3, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
Type_t * L_5 = ___elementType1;
SimplePropertyDescriptor__ctor_m8F44C82E16B8574F418418F47D8E6A3A52D0978A(__this, L_0, L_4, L_5, (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)NULL, /*hidden argument*/NULL);
int32_t L_6 = ___index2;
__this->set_index_19(L_6);
return;
}
}
// System.Object System.ComponentModel.ArrayConverter_ArrayPropertyDescriptor::GetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ArrayPropertyDescriptor_GetValue_m948AE3BA780FA3874A2EAF5A15AEE90D78E80D47 (ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ArrayPropertyDescriptor_GetValue_m948AE3BA780FA3874A2EAF5A15AEE90D78E80D47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeArray * V_0 = NULL;
{
RuntimeObject * L_0 = ___instance0;
if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var)))
{
goto IL_002b;
}
}
{
RuntimeObject * L_1 = ___instance0;
V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_1, RuntimeArray_il2cpp_TypeInfo_var));
RuntimeArray * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359(L_2, 0, /*hidden argument*/NULL);
int32_t L_4 = __this->get_index_19();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_002b;
}
}
{
RuntimeArray * L_5 = V_0;
int32_t L_6 = __this->get_index_19();
NullCheck(L_5);
RuntimeObject * L_7 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_002b:
{
return NULL;
}
}
// System.Void System.ComponentModel.ArrayConverter_ArrayPropertyDescriptor::SetValue(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayPropertyDescriptor_SetValue_m1CBA7D089E8E9C71EBD881B539674C9EF14C40AD (ArrayPropertyDescriptor_t16F320E68277A32D9DFEBC21F76C2BCA279F10A2 * __this, RuntimeObject * ___instance0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ArrayPropertyDescriptor_SetValue_m1CBA7D089E8E9C71EBD881B539674C9EF14C40AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeArray * V_0 = NULL;
{
RuntimeObject * L_0 = ___instance0;
if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var)))
{
goto IL_0037;
}
}
{
RuntimeObject * L_1 = ___instance0;
V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_1, RuntimeArray_il2cpp_TypeInfo_var));
RuntimeArray * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359(L_2, 0, /*hidden argument*/NULL);
int32_t L_4 = __this->get_index_19();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_002b;
}
}
{
RuntimeArray * L_5 = V_0;
RuntimeObject * L_6 = ___value1;
int32_t L_7 = __this->get_index_19();
NullCheck(L_5);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_5, L_6, L_7, /*hidden argument*/NULL);
}
IL_002b:
{
RuntimeObject * L_8 = ___instance0;
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * L_9 = ((EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var))->get_Empty_0();
VirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(27 /* System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) */, __this, L_8, L_9);
}
IL_0037:
{
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.ArraySubsetEnumerator::.ctor(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator__ctor_m39C3859EB2625F6E584E35FDB1950B5E8407761C (ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA * __this, RuntimeArray * ___array0, int32_t ___count1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeArray * L_0 = ___array0;
__this->set_array_0(L_0);
int32_t L_1 = ___count1;
__this->set_total_1(L_1);
__this->set_current_2((-1));
return;
}
}
// System.Boolean System.ComponentModel.ArraySubsetEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArraySubsetEnumerator_MoveNext_mDA14E48B8A7B78616EEF81E31CE8E9A258C1A905 (ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_current_2();
int32_t L_1 = __this->get_total_1();
if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))))
{
goto IL_0020;
}
}
{
int32_t L_2 = __this->get_current_2();
__this->set_current_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
return (bool)1;
}
IL_0020:
{
return (bool)0;
}
}
// System.Void System.ComponentModel.ArraySubsetEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator_Reset_mC82A8E1D642B024903CA780F6034797EB423BEB4 (ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA * __this, const RuntimeMethod* method)
{
{
__this->set_current_2((-1));
return;
}
}
// System.Object System.ComponentModel.ArraySubsetEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ArraySubsetEnumerator_get_Current_m09128B3111243A65657005FFCBB036CD3EF1C0FC (ArraySubsetEnumerator_tA39E27E02B80287A51F09D2875F1A3AF86768BDA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ArraySubsetEnumerator_get_Current_m09128B3111243A65657005FFCBB036CD3EF1C0FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_current_2();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_000f;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ArraySubsetEnumerator_get_Current_m09128B3111243A65657005FFCBB036CD3EF1C0FC_RuntimeMethod_var);
}
IL_000f:
{
RuntimeArray * L_2 = __this->get_array_0();
int32_t L_3 = __this->get_current_2();
NullCheck(L_2);
RuntimeObject * L_4 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.AsyncCompletedEventArgs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs__ctor_m6EE6868CBFD4D9AB4C0981CCAA9B5D6160B72CFE (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncCompletedEventArgs__ctor_m6EE6868CBFD4D9AB4C0981CCAA9B5D6160B72CFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.AsyncCompletedEventArgs::.ctor(System.Exception,System.Boolean,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs__ctor_mD64D20EE7FE25F4DC11F08465BADD6803074DAF0 (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, Exception_t * ___error0, bool ___cancelled1, RuntimeObject * ___userState2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncCompletedEventArgs__ctor_mD64D20EE7FE25F4DC11F08465BADD6803074DAF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
Exception_t * L_0 = ___error0;
__this->set_error_1(L_0);
bool L_1 = ___cancelled1;
__this->set_cancelled_2(L_1);
RuntimeObject * L_2 = ___userState2;
__this->set_userState_3(L_2);
return;
}
}
// System.Boolean System.ComponentModel.AsyncCompletedEventArgs::get_Cancelled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_mA52243B66E0842D2B0393C044F91C8CE0E51FC76 (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_cancelled_2();
return L_0;
}
}
// System.Exception System.ComponentModel.AsyncCompletedEventArgs::get_Error()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * AsyncCompletedEventArgs_get_Error_m5FB583A922650BCBEE9FD96EEA97536AA028EF00 (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method)
{
{
Exception_t * L_0 = __this->get_error_1();
return L_0;
}
}
// System.Object System.ComponentModel.AsyncCompletedEventArgs::get_UserState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AsyncCompletedEventArgs_get_UserState_mD4969188EBD6FB528946BA46B875A0CD619FC240 (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_userState_3();
return L_0;
}
}
// System.Void System.ComponentModel.AsyncCompletedEventArgs::RaiseExceptionIfNecessary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mC030DA14DA50122BAB8A7BEBFE6507C42A15121E (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mC030DA14DA50122BAB8A7BEBFE6507C42A15121E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Exception_t * L_0 = AsyncCompletedEventArgs_get_Error_m5FB583A922650BCBEE9FD96EEA97536AA028EF00_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_001e;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralDE13579087CA357E7E9F85AEB082AD9A08A8CE09, /*hidden argument*/NULL);
Exception_t * L_2 = AsyncCompletedEventArgs_get_Error_m5FB583A922650BCBEE9FD96EEA97536AA028EF00_inline(__this, /*hidden argument*/NULL);
TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * L_3 = (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)il2cpp_codegen_object_new(TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var);
TargetInvocationException__ctor_mBCC339AE7AC683564DA27A950A92463915B71F00(L_3, L_1, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mC030DA14DA50122BAB8A7BEBFE6507C42A15121E_RuntimeMethod_var);
}
IL_001e:
{
bool L_4 = AsyncCompletedEventArgs_get_Cancelled_mA52243B66E0842D2B0393C044F91C8CE0E51FC76_inline(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0036;
}
}
{
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral62CA36150C16465AD4203B951A10C382C9D0D170, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mC030DA14DA50122BAB8A7BEBFE6507C42A15121E_RuntimeMethod_var);
}
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
// System.Void System.ComponentModel.AsyncCompletedEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventHandler__ctor_m3E8C58CCB42C2E50B5659DD06A2963A8B02BC627 (AsyncCompletedEventHandler_tEC686A4F246B63CF3F780209D5DAFA051DF81DB6 * __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.ComponentModel.AsyncCompletedEventHandler::Invoke(System.Object,System.ComponentModel.AsyncCompletedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventHandler_Invoke_m28268406AA4523E2C9ACDF3097364E15F656CE44 (AsyncCompletedEventHandler_tEC686A4F246B63CF3F780209D5DAFA051DF81DB6 * __this, RuntimeObject * ___sender0, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * ___e1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___e1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___e1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.ComponentModel.AsyncCompletedEventHandler::BeginInvoke(System.Object,System.ComponentModel.AsyncCompletedEventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AsyncCompletedEventHandler_BeginInvoke_m696379E9F111A41649E774BFE9CBC0FE93E641D8 (AsyncCompletedEventHandler_tEC686A4F246B63CF3F780209D5DAFA051DF81DB6 * __this, RuntimeObject * ___sender0, AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___e1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void System.ComponentModel.AsyncCompletedEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventHandler_EndInvoke_m46B07274000B19BD492EBB42FD8E4A8E91872FF9 (AsyncCompletedEventHandler_tEC686A4F246B63CF3F780209D5DAFA051DF81DB6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.AsyncOperation::.ctor(System.Object,System.Threading.SynchronizationContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation__ctor_m3351C8630671FDA981377C4B5496107AB4B11457 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, RuntimeObject * ___userSuppliedState0, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___syncContext1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___userSuppliedState0;
__this->set_userSuppliedState_1(L_0);
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = ___syncContext1;
__this->set_syncContext_0(L_1);
__this->set_alreadyCompleted_2((bool)0);
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = __this->get_syncContext_0();
NullCheck(L_2);
VirtActionInvoker0::Invoke(6 /* System.Void System.Threading.SynchronizationContext::OperationStarted() */, L_2);
return;
}
}
// System.Void System.ComponentModel.AsyncOperation::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_Finalize_m2AA56405A79F856D0317DE1A49F4434A5EB04604 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __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)
{
bool L_0 = __this->get_alreadyCompleted_2();
if (L_0)
{
goto IL_001b;
}
}
IL_0008:
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = __this->get_syncContext_0();
if (!L_1)
{
goto IL_001b;
}
}
IL_0010:
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = __this->get_syncContext_0();
NullCheck(L_2);
VirtActionInvoker0::Invoke(7 /* System.Void System.Threading.SynchronizationContext::OperationCompleted() */, L_2);
}
IL_001b:
{
IL2CPP_LEAVE(0x24, FINALLY_001d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001d;
}
FINALLY_001d:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(29)
} // end finally (depth: 1)
IL2CPP_CLEANUP(29)
{
IL2CPP_JUMP_TBL(0x24, IL_0024)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0024:
{
return;
}
}
// System.Object System.ComponentModel.AsyncOperation::get_UserSuppliedState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AsyncOperation_get_UserSuppliedState_m210A0A4774C5090611F1142F6B79829151F12C93 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_userSuppliedState_1();
return L_0;
}
}
// System.Threading.SynchronizationContext System.ComponentModel.AsyncOperation::get_SynchronizationContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * AsyncOperation_get_SynchronizationContext_m1424868356A70983E6BD9D0E7770DE2C8FAA42EF (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, const RuntimeMethod* method)
{
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = __this->get_syncContext_0();
return L_0;
}
}
// System.Void System.ComponentModel.AsyncOperation::Post(System.Threading.SendOrPostCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_Post_m6F2E8BF614D21BA572D2EE333E93FBFA01D2EDD8 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___arg1, const RuntimeMethod* method)
{
{
AsyncOperation_VerifyNotCompleted_m52B5FBFB04771187BBE028D29DFE6E4B05B3C536(__this, /*hidden argument*/NULL);
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = ___d0;
AsyncOperation_VerifyDelegateNotNull_mC59C6B7C5A67B9FB94F359AFA6BC6EAD9403B0B8(__this, L_0, /*hidden argument*/NULL);
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = __this->get_syncContext_0();
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_2 = ___d0;
RuntimeObject * L_3 = ___arg1;
NullCheck(L_1);
VirtActionInvoker2< SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *, RuntimeObject * >::Invoke(5 /* System.Void System.Threading.SynchronizationContext::Post(System.Threading.SendOrPostCallback,System.Object) */, L_1, L_2, L_3);
return;
}
}
// System.Void System.ComponentModel.AsyncOperation::PostOperationCompleted(System.Threading.SendOrPostCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_PostOperationCompleted_mE6BA497ACC6669D7E309607A98EC447ED1CAAB96 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___arg1, const RuntimeMethod* method)
{
{
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = ___d0;
RuntimeObject * L_1 = ___arg1;
AsyncOperation_Post_m6F2E8BF614D21BA572D2EE333E93FBFA01D2EDD8(__this, L_0, L_1, /*hidden argument*/NULL);
AsyncOperation_OperationCompletedCore_m256C055EEFA0FAC5A4F3CFD9D9B3F8F4B489BEA8(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.AsyncOperation::OperationCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_OperationCompleted_m9BA3F036BD867E536F679FC49994CB2B1C8FD0B6 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, const RuntimeMethod* method)
{
{
AsyncOperation_VerifyNotCompleted_m52B5FBFB04771187BBE028D29DFE6E4B05B3C536(__this, /*hidden argument*/NULL);
AsyncOperation_OperationCompletedCore_m256C055EEFA0FAC5A4F3CFD9D9B3F8F4B489BEA8(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.AsyncOperation::OperationCompletedCore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_OperationCompletedCore_m256C055EEFA0FAC5A4F3CFD9D9B3F8F4B489BEA8 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncOperation_OperationCompletedCore_m256C055EEFA0FAC5A4F3CFD9D9B3F8F4B489BEA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = __this->get_syncContext_0();
NullCheck(L_0);
VirtActionInvoker0::Invoke(7 /* System.Void System.Threading.SynchronizationContext::OperationCompleted() */, L_0);
IL2CPP_LEAVE(0x1B, FINALLY_000d);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_000d;
}
FINALLY_000d:
{ // begin finally (depth: 1)
__this->set_alreadyCompleted_2((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(13)
} // end finally (depth: 1)
IL2CPP_CLEANUP(13)
{
IL2CPP_JUMP_TBL(0x1B, IL_001b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_001b:
{
return;
}
}
// System.Void System.ComponentModel.AsyncOperation::VerifyNotCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_VerifyNotCompleted_m52B5FBFB04771187BBE028D29DFE6E4B05B3C536 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncOperation_VerifyNotCompleted_m52B5FBFB04771187BBE028D29DFE6E4B05B3C536_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_alreadyCompleted_2();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral0293C4E90F4FA3A44F9E293EBDC4DC8FA7E5E832, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, AsyncOperation_VerifyNotCompleted_m52B5FBFB04771187BBE028D29DFE6E4B05B3C536_RuntimeMethod_var);
}
IL_0018:
{
return;
}
}
// System.Void System.ComponentModel.AsyncOperation::VerifyDelegateNotNull(System.Threading.SendOrPostCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_VerifyDelegateNotNull_mC59C6B7C5A67B9FB94F359AFA6BC6EAD9403B0B8 (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncOperation_VerifyDelegateNotNull_mC59C6B7C5A67B9FB94F359AFA6BC6EAD9403B0B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = ___d0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralF834F009E6201344048E2FE1CBC409BF84C8F4B4, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, L_1, _stringLiteral3C363836CF4E16666669A25DA280A1865C2D2874, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, AsyncOperation_VerifyDelegateNotNull_mC59C6B7C5A67B9FB94F359AFA6BC6EAD9403B0B8_RuntimeMethod_var);
}
IL_0018:
{
return;
}
}
// System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperation::CreateOperation(System.Object,System.Threading.SynchronizationContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * AsyncOperation_CreateOperation_m7D5508CA38474644C74E1770AD4B6472B6D34E8A (RuntimeObject * ___userSuppliedState0, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___syncContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncOperation_CreateOperation_m7D5508CA38474644C74E1770AD4B6472B6D34E8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___userSuppliedState0;
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = ___syncContext1;
AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * L_2 = (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 *)il2cpp_codegen_object_new(AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748_il2cpp_TypeInfo_var);
AsyncOperation__ctor_m3351C8630671FDA981377C4B5496107AB4B11457(L_2, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.ComponentModel.AsyncOperation::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation__ctor_m9275654D08BC495200C5C946C8D3DF1D8AE1752C (AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncOperation__ctor_m9275654D08BC495200C5C946C8D3DF1D8AE1752C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AsyncOperation__ctor_m9275654D08BC495200C5C946C8D3DF1D8AE1752C_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.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperationManager::CreateOperation(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * AsyncOperationManager_CreateOperation_m9A3E974F5231EA267BA4C56FF2D58ECF99FB656C (RuntimeObject * ___userSuppliedState0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___userSuppliedState0;
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = AsyncOperationManager_get_SynchronizationContext_m6A33C59D1B37EFD29FD8AE97A6B51B466A3E7D35(/*hidden argument*/NULL);
AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * L_2 = AsyncOperation_CreateOperation_m7D5508CA38474644C74E1770AD4B6472B6D34E8A(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Threading.SynchronizationContext System.ComponentModel.AsyncOperationManager::get_SynchronizationContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * AsyncOperationManager_get_SynchronizationContext_m6A33C59D1B37EFD29FD8AE97A6B51B466A3E7D35 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncOperationManager_get_SynchronizationContext_m6A33C59D1B37EFD29FD8AE97A6B51B466A3E7D35_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0011;
}
}
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)il2cpp_codegen_object_new(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7_il2cpp_TypeInfo_var);
SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512(L_1, /*hidden argument*/NULL);
SynchronizationContext_SetSynchronizationContext_m41A5A4823E9F4B8961657834EAC44397EFE41D61(L_1, /*hidden argument*/NULL);
}
IL_0011:
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4(/*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.ComponentModel.AsyncOperationManager::set_SynchronizationContext(System.Threading.SynchronizationContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperationManager_set_SynchronizationContext_m0F3F9CE5BB5DA9073CFBB3764547D5D364C93EA3 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___value0, const RuntimeMethod* method)
{
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = ___value0;
SynchronizationContext_SetSynchronizationContext_m41A5A4823E9F4B8961657834EAC44397EFE41D61(L_0, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = ___attributes0;
if (L_0)
{
goto IL_0011;
}
}
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)0);
___attributes0 = L_1;
}
IL_0011:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_2 = ___attributes0;
__this->set__attributes_2(L_2);
V_0 = 0;
goto IL_0030;
}
IL_001c:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_3 = ___attributes0;
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (L_6)
{
goto IL_002c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_7, _stringLiteralD7F67A250D8254339CC572B200990D99FE1BAF29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190_RuntimeMethod_var);
}
IL_002c:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0030:
{
int32_t L_9 = V_0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_10 = ___attributes0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_001c;
}
}
{
return;
}
}
// System.Void System.ComponentModel.AttributeCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m14CB9FE012B85FCFE4EF0917398ADBFECCA72836 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::FromExisting(System.ComponentModel.AttributeCollection,System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * AttributeCollection_FromExisting_mB163AB4BCB3E22E83E5238A92DE6F8411B6F37DC (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * ___existing0, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___newAttributes1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeCollection_FromExisting_mB163AB4BCB3E22E83E5238A92DE6F8411B6F37DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* V_0 = NULL;
int32_t V_1 = 0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* V_2 = NULL;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
{
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_0 = ___existing0;
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, _stringLiteral637487C884F6DD9A4A638FAB826509CFDBA90FA9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AttributeCollection_FromExisting_mB163AB4BCB3E22E83E5238A92DE6F8411B6F37DC_RuntimeMethod_var);
}
IL_000e:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_2 = ___newAttributes1;
if (L_2)
{
goto IL_0019;
}
}
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_3 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)0);
___newAttributes1 = L_3;
}
IL_0019:
{
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_4 = ___existing0;
NullCheck(L_4);
int32_t L_5 = AttributeCollection_get_Count_m18B4E5D1755D27754C9B3C7C89B4BD91B1458EC4(L_4, /*hidden argument*/NULL);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_6 = ___newAttributes1;
NullCheck(L_6);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_7 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))));
V_0 = L_7;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_8 = ___existing0;
NullCheck(L_8);
int32_t L_9 = AttributeCollection_get_Count_m18B4E5D1755D27754C9B3C7C89B4BD91B1458EC4(L_8, /*hidden argument*/NULL);
V_1 = L_9;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_10 = ___existing0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_11 = V_0;
NullCheck(L_10);
AttributeCollection_CopyTo_mAE40D3E0FE070974B37F9BA5F4600E622E6F621F(L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, /*hidden argument*/NULL);
V_3 = 0;
goto IL_009a;
}
IL_003c:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_12 = ___newAttributes1;
int32_t L_13 = V_3;
NullCheck(L_12);
int32_t L_14 = L_13;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
if (L_15)
{
goto IL_004c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_16 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_16, _stringLiteralD9DB131ABADB3922C57E82EADA989FA823344F4E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, AttributeCollection_FromExisting_mB163AB4BCB3E22E83E5238A92DE6F8411B6F37DC_RuntimeMethod_var);
}
IL_004c:
{
V_4 = (bool)0;
V_5 = 0;
goto IL_007e;
}
IL_0054:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_17 = V_0;
int32_t L_18 = V_5;
NullCheck(L_17);
int32_t L_19 = L_18;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
NullCheck(L_20);
RuntimeObject * L_21 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_20);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_22 = ___newAttributes1;
int32_t L_23 = V_3;
NullCheck(L_22);
int32_t L_24 = L_23;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
NullCheck(L_25);
RuntimeObject * L_26 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_25);
NullCheck(L_21);
bool L_27 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_21, L_26);
if (!L_27)
{
goto IL_0078;
}
}
{
V_4 = (bool)1;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_28 = V_0;
int32_t L_29 = V_5;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_30 = ___newAttributes1;
int32_t L_31 = V_3;
NullCheck(L_30);
int32_t L_32 = L_31;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
NullCheck(L_28);
ArrayElementTypeCheck (L_28, L_33);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)L_33);
goto IL_0088;
}
IL_0078:
{
int32_t L_34 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
}
IL_007e:
{
int32_t L_35 = V_5;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_36 = ___existing0;
NullCheck(L_36);
int32_t L_37 = AttributeCollection_get_Count_m18B4E5D1755D27754C9B3C7C89B4BD91B1458EC4(L_36, /*hidden argument*/NULL);
if ((((int32_t)L_35) < ((int32_t)L_37)))
{
goto IL_0054;
}
}
IL_0088:
{
bool L_38 = V_4;
if (L_38)
{
goto IL_0096;
}
}
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_39 = V_0;
int32_t L_40 = V_1;
int32_t L_41 = L_40;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_42 = ___newAttributes1;
int32_t L_43 = V_3;
NullCheck(L_42);
int32_t L_44 = L_43;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
NullCheck(L_39);
ArrayElementTypeCheck (L_39, L_45);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)L_45);
}
IL_0096:
{
int32_t L_46 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_009a:
{
int32_t L_47 = V_3;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_48 = ___newAttributes1;
NullCheck(L_48);
if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))))
{
goto IL_003c;
}
}
{
V_2 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)NULL;
int32_t L_49 = V_1;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_50 = V_0;
NullCheck(L_50);
if ((((int32_t)L_49) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))))))
{
goto IL_00bb;
}
}
{
int32_t L_51 = V_1;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_52 = (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)SZArrayNew(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17_il2cpp_TypeInfo_var, (uint32_t)L_51);
V_2 = L_52;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_53 = V_0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_54 = V_2;
int32_t L_55 = V_1;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_53, 0, (RuntimeArray *)(RuntimeArray *)L_54, 0, L_55, /*hidden argument*/NULL);
goto IL_00bd;
}
IL_00bb:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_56 = V_0;
V_2 = L_56;
}
IL_00bd:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_57 = V_2;
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_58 = (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE *)il2cpp_codegen_object_new(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190(L_58, L_57, /*hidden argument*/NULL);
return L_58;
}
}
// System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* AttributeCollection_get_Attributes_m1EFD91DE73B1AB6FDB061108CA8FEF54F2FB5BF0 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method)
{
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = __this->get__attributes_2();
return L_0;
}
}
// 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)
{
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
NullCheck(L_0);
return (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
}
}
// System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * AttributeCollection_get_Item_m3BDFCECB41F5CB12B711CAAD003B883DF83C4B92 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
int32_t L_1 = ___index0;
NullCheck(L_0);
int32_t L_2 = L_1;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * AttributeCollection_get_Item_m2124C159EC9B2357A091B520AEEE0901A1F0D686 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, Type_t * ___attributeType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeCollection_get_Item_m2124C159EC9B2357A091B520AEEE0901A1F0D686_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * V_8 = NULL;
int32_t V_9 = 0;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * V_10 = NULL;
Type_t * V_11 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
RuntimeObject * L_0 = ((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->get_internalSyncObject_3();
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);
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_2 = __this->get__foundAttributeTypes_5();
if (L_2)
{
goto IL_0024;
}
}
IL_0018:
{
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_3 = (AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A*)(AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A*)SZArrayNew(AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A_il2cpp_TypeInfo_var, (uint32_t)5);
__this->set__foundAttributeTypes_5(L_3);
}
IL_0024:
{
V_2 = 0;
goto IL_0094;
}
IL_0028:
{
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_4 = __this->get__foundAttributeTypes_5();
int32_t L_5 = V_2;
NullCheck(L_4);
Type_t * L_6 = ((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->get_type_0();
Type_t * L_7 = ___attributeType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_8 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0077;
}
}
IL_0041:
{
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_9 = __this->get__foundAttributeTypes_5();
int32_t L_10 = V_2;
NullCheck(L_9);
int32_t L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->get_index_1();
V_4 = L_11;
int32_t L_12 = V_4;
if ((((int32_t)L_12) == ((int32_t)(-1))))
{
goto IL_0069;
}
}
IL_0059:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_13 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
int32_t L_14 = V_4;
NullCheck(L_13);
int32_t L_15 = L_14;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_5 = L_16;
IL2CPP_LEAVE(0x189, FINALLY_017f);
}
IL_0069:
{
Type_t * L_17 = ___attributeType0;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_18 = AttributeCollection_GetDefaultAttribute_mE4E776D746426F6C8E4FB92754FBA9067F0D7A3F(__this, L_17, /*hidden argument*/NULL);
V_5 = L_18;
IL2CPP_LEAVE(0x189, FINALLY_017f);
}
IL_0077:
{
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_19 = __this->get__foundAttributeTypes_5();
int32_t L_20 = V_2;
NullCheck(L_19);
Type_t * L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->get_type_0();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_22 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_21, (Type_t *)NULL, /*hidden argument*/NULL);
if (L_22)
{
goto IL_0098;
}
}
IL_0090:
{
int32_t L_23 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0094:
{
int32_t L_24 = V_2;
if ((((int32_t)L_24) < ((int32_t)5)))
{
goto IL_0028;
}
}
IL_0098:
{
int32_t L_25 = __this->get__index_6();
V_6 = L_25;
int32_t L_26 = V_6;
__this->set__index_6(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)));
int32_t L_27 = V_6;
V_2 = L_27;
int32_t L_28 = __this->get__index_6();
if ((((int32_t)L_28) < ((int32_t)5)))
{
goto IL_00bd;
}
}
IL_00b6:
{
__this->set__index_6(0);
}
IL_00bd:
{
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_29 = __this->get__foundAttributeTypes_5();
int32_t L_30 = V_2;
NullCheck(L_29);
Type_t * L_31 = ___attributeType0;
((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->set_type_0(L_31);
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_32 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
NullCheck(L_32);
V_3 = (((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))));
V_7 = 0;
goto IL_0116;
}
IL_00dd:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_33 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
int32_t L_34 = V_7;
NullCheck(L_33);
int32_t L_35 = L_34;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
V_8 = L_36;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_37 = V_8;
NullCheck(L_37);
Type_t * L_38 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_37, /*hidden argument*/NULL);
Type_t * L_39 = ___attributeType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_40 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_38, L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_0110;
}
}
IL_00f7:
{
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_41 = __this->get__foundAttributeTypes_5();
int32_t L_42 = V_2;
NullCheck(L_41);
int32_t L_43 = V_7;
((L_41)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_42)))->set_index_1(L_43);
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_44 = V_8;
V_5 = L_44;
IL2CPP_LEAVE(0x189, FINALLY_017f);
}
IL_0110:
{
int32_t L_45 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
}
IL_0116:
{
int32_t L_46 = V_7;
int32_t L_47 = V_3;
if ((((int32_t)L_46) < ((int32_t)L_47)))
{
goto IL_00dd;
}
}
IL_011b:
{
V_9 = 0;
goto IL_015d;
}
IL_0120:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_48 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
int32_t L_49 = V_9;
NullCheck(L_48);
int32_t L_50 = L_49;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
V_10 = L_51;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_52 = V_10;
NullCheck(L_52);
Type_t * L_53 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_52, /*hidden argument*/NULL);
V_11 = L_53;
Type_t * L_54 = ___attributeType0;
Type_t * L_55 = V_11;
NullCheck(L_54);
bool L_56 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_54, L_55);
if (!L_56)
{
goto IL_0157;
}
}
IL_013e:
{
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_57 = __this->get__foundAttributeTypes_5();
int32_t L_58 = V_2;
NullCheck(L_57);
int32_t L_59 = V_9;
((L_57)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_58)))->set_index_1(L_59);
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_60 = V_10;
V_5 = L_60;
IL2CPP_LEAVE(0x189, FINALLY_017f);
}
IL_0157:
{
int32_t L_61 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
}
IL_015d:
{
int32_t L_62 = V_9;
int32_t L_63 = V_3;
if ((((int32_t)L_62) < ((int32_t)L_63)))
{
goto IL_0120;
}
}
IL_0162:
{
AttributeEntryU5BU5D_t82EF07E3984B106E346A6B35336772424C0FCB5A* L_64 = __this->get__foundAttributeTypes_5();
int32_t L_65 = V_2;
NullCheck(L_64);
((L_64)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_65)))->set_index_1((-1));
Type_t * L_66 = ___attributeType0;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_67 = AttributeCollection_GetDefaultAttribute_mE4E776D746426F6C8E4FB92754FBA9067F0D7A3F(__this, L_66, /*hidden argument*/NULL);
V_5 = L_67;
IL2CPP_LEAVE(0x189, FINALLY_017f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_017f;
}
FINALLY_017f:
{ // begin finally (depth: 1)
{
bool L_68 = V_1;
if (!L_68)
{
goto IL_0188;
}
}
IL_0182:
{
RuntimeObject * L_69 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_69, /*hidden argument*/NULL);
}
IL_0188:
{
IL2CPP_END_FINALLY(383)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(383)
{
IL2CPP_JUMP_TBL(0x189, IL_0189)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0189:
{
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_70 = V_5;
return L_70;
}
}
// System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m44FEEEE6F4C20AAF6207A09BE38A10EEF6EDE6EF (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * ___attribute0, const RuntimeMethod* method)
{
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * V_0 = NULL;
{
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_0 = ___attribute0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_2 = VirtFuncInvoker1< Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, __this, L_1);
V_0 = L_2;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_3 = V_0;
if (!L_3)
{
goto IL_001b;
}
}
{
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_4 = V_0;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_5 = ___attribute0;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
if (!L_6)
{
goto IL_001b;
}
}
{
return (bool)1;
}
IL_001b:
{
return (bool)0;
}
}
// System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_mEC42F12F9EB3AF668068A26A45DFB97A62CF6CF0 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = ___attributes0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)1;
}
IL_0005:
{
V_0 = 0;
goto IL_001a;
}
IL_0009:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = ___attributes0;
int32_t L_2 = V_0;
NullCheck(L_1);
int32_t L_3 = L_2;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
bool L_5 = AttributeCollection_Contains_m44FEEEE6F4C20AAF6207A09BE38A10EEF6EDE6EF(__this, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0016;
}
}
{
return (bool)0;
}
IL_0016:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_001a:
{
int32_t L_7 = V_0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_8 = ___attributes0;
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))
{
goto IL_0009;
}
}
{
return (bool)1;
}
}
// System.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * AttributeCollection_GetDefaultAttribute_mE4E776D746426F6C8E4FB92754FBA9067F0D7A3F (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, Type_t * ___attributeType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeCollection_GetDefaultAttribute_mE4E776D746426F6C8E4FB92754FBA9067F0D7A3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * V_2 = NULL;
Type_t * V_3 = NULL;
FieldInfo_t * V_4 = NULL;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * V_5 = NULL;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * 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(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
RuntimeObject * L_0 = ((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->get_internalSyncObject_3();
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(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = ((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->get__defaultAttributes_1();
if (L_2)
{
goto IL_0021;
}
}
IL_0017:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->set__defaultAttributes_1(L_3);
}
IL_0021:
{
IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = ((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->get__defaultAttributes_1();
Type_t * L_5 = ___attributeType0;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_4, L_5);
if (!L_6)
{
goto IL_0045;
}
}
IL_002e:
{
IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = ((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->get__defaultAttributes_1();
Type_t * L_8 = ___attributeType0;
NullCheck(L_7);
RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8);
V_5 = ((Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)CastclassClass((RuntimeObject*)L_9, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74_il2cpp_TypeInfo_var));
IL2CPP_LEAVE(0xD8, FINALLY_00ce);
}
IL_0045:
{
V_2 = (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)NULL;
Type_t * L_10 = ___attributeType0;
IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_tEA9B846104F636343B5CBF281E8E7BE6349843AF_il2cpp_TypeInfo_var);
Type_t * L_11 = TypeDescriptor_GetReflectionType_mB28D64FBA294D618334381A77DAE790811611C3D(L_10, /*hidden argument*/NULL);
V_3 = L_11;
Type_t * L_12 = V_3;
NullCheck(L_12);
FieldInfo_t * L_13 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(49 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_12, _stringLiteral808D7DCA8A74D84AF27A2D6602C3D786DE45FE1E, ((int32_t)1048));
V_4 = L_13;
FieldInfo_t * L_14 = V_4;
bool L_15 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_14, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0083;
}
}
IL_006a:
{
FieldInfo_t * L_16 = V_4;
NullCheck(L_16);
bool L_17 = FieldInfo_get_IsStatic_mDEB4099D238E5846246F0ACED3FF9AD9C93D8ECA(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0083;
}
}
IL_0073:
{
FieldInfo_t * L_18 = V_4;
NullCheck(L_18);
RuntimeObject * L_19 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_18, NULL);
V_2 = ((Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)CastclassClass((RuntimeObject*)L_19, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74_il2cpp_TypeInfo_var));
goto IL_00bd;
}
IL_0083:
{
Type_t * L_20 = V_3;
NullCheck(L_20);
Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_20);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)0);
NullCheck(L_21);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_23 = Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA(L_21, L_22, /*hidden argument*/NULL);
V_6 = L_23;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_24 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_25 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_24, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00bd;
}
}
IL_00a0:
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_26 = V_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)0);
NullCheck(L_26);
RuntimeObject * L_28 = ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF(L_26, L_27, /*hidden argument*/NULL);
V_2 = ((Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)CastclassClass((RuntimeObject*)L_28, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74_il2cpp_TypeInfo_var));
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_29 = V_2;
NullCheck(L_29);
bool L_30 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_29);
if (L_30)
{
goto IL_00bd;
}
}
IL_00bb:
{
V_2 = (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *)NULL;
}
IL_00bd:
{
IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_31 = ((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->get__defaultAttributes_1();
Type_t * L_32 = ___attributeType0;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_33 = V_2;
NullCheck(L_31);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_32, L_33);
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_34 = V_2;
V_5 = L_34;
IL2CPP_LEAVE(0xD8, FINALLY_00ce);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00ce;
}
FINALLY_00ce:
{ // begin finally (depth: 1)
{
bool L_35 = V_1;
if (!L_35)
{
goto IL_00d7;
}
}
IL_00d1:
{
RuntimeObject * L_36 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_36, /*hidden argument*/NULL);
}
IL_00d7:
{
IL2CPP_END_FINALLY(206)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(206)
{
IL2CPP_JUMP_TBL(0xD8, IL_00d8)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00d8:
{
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_37 = V_5;
return L_37;
}
}
// System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_m0A6B7803DAA1D559DF91BB18D0230F449A036DCB (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method)
{
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
NullCheck((RuntimeArray *)(RuntimeArray *)L_0);
RuntimeObject* L_1 = Array_GetEnumerator_m3BD9ACCA9512DA3687C8369BF999BA2916F0EA15((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.ComponentModel.AttributeCollection::Matches(System.Attribute)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Matches_mC1796716ADBDB0FAB631ACE8DF0307C4C54AD73C (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * ___attribute0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001a;
}
IL_0004:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_4 = ___attribute0;
NullCheck(L_3);
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(5 /* System.Boolean System.Attribute::Match(System.Object) */, L_3, L_4);
if (!L_5)
{
goto IL_0016;
}
}
{
return (bool)1;
}
IL_0016:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_001a:
{
int32_t L_7 = V_0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_8 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))
{
goto IL_0004;
}
}
{
return (bool)0;
}
}
// System.Boolean System.ComponentModel.AttributeCollection::Matches(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Matches_m80E15E0A1CFF7DDD5F1EF45983F974F53E945D91 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0015;
}
IL_0004:
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = ___attributes0;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
bool L_4 = AttributeCollection_Matches_mC1796716ADBDB0FAB631ACE8DF0307C4C54AD73C(__this, L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0011;
}
}
{
return (bool)0;
}
IL_0011:
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0015:
{
int32_t L_6 = V_0;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_7 = ___attributes0;
NullCheck(L_7);
if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))))
{
goto IL_0004;
}
}
{
return (bool)1;
}
}
// System.Int32 System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_System_Collections_ICollection_get_Count_mE6419B4E22BAC7B304BFC745319C683C889CC7F7 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = AttributeCollection_get_Count_m18B4E5D1755D27754C9B3C7C89B4BD91B1458EC4(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_System_Collections_ICollection_get_IsSynchronized_m0599FB58C45409A6D66E3E38E22AEFA66B5F89A5 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AttributeCollection_System_Collections_ICollection_get_SyncRoot_mA3D7D19888BBE89E51D4BD84EE6AAA9237504E74 (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method)
{
{
return NULL;
}
}
// 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)
{
{
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_0 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
RuntimeArray * L_1 = ___array0;
int32_t L_2 = ___index1;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_3 = VirtFuncInvoker0< AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this);
NullCheck(L_3);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, L_2, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
return;
}
}
// System.Collections.IEnumerator System.ComponentModel.AttributeCollection::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_System_Collections_IEnumerable_GetEnumerator_m582487AE671B368FDDF140B132FA868EC14349FD (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = AttributeCollection_GetEnumerator_m0A6B7803DAA1D559DF91BB18D0230F449A036DCB(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.ComponentModel.AttributeCollection::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__cctor_m53AA3C8B32DE173EF653258A5BA9BCA1E5C5FCA9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeCollection__cctor_m53AA3C8B32DE173EF653258A5BA9BCA1E5C5FCA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_0 = (AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE *)il2cpp_codegen_object_new(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
AttributeCollection__ctor_m1EBB330147608510FB1B60549BA95812EA2A1190(L_0, (AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)(AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17*)NULL, /*hidden argument*/NULL);
((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->set_Empty_0(L_0);
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->set_internalSyncObject_3(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry
IL2CPP_EXTERN_C void AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshal_pinvoke(const AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD& unmarshaled, AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_pinvoke& marshaled)
{
Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL);
}
IL2CPP_EXTERN_C void AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshal_pinvoke_back(const AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_pinvoke& marshaled, AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD& unmarshaled)
{
Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry
IL2CPP_EXTERN_C void AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshal_pinvoke_cleanup(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry
IL2CPP_EXTERN_C void AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshal_com(const AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD& unmarshaled, AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_com& marshaled)
{
Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL);
}
IL2CPP_EXTERN_C void AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshal_com_back(const AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_com& marshaled, AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD& unmarshaled)
{
Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry
IL2CPP_EXTERN_C void AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshal_com_cleanup(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma 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.AttributeProviderAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProviderAttribute__ctor_mD3C64A8147DB37C8B578483373F40907FBF24F5C (AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068 * __this, String_t* ___typeName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeProviderAttribute__ctor_mD3C64A8147DB37C8B578483373F40907FBF24F5C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___typeName0;
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, _stringLiteral9FA22049CF6367C2DB11AB15BC3EDE8D5104CB06, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AttributeProviderAttribute__ctor_mD3C64A8147DB37C8B578483373F40907FBF24F5C_RuntimeMethod_var);
}
IL_0014:
{
String_t* L_2 = ___typeName0;
__this->set__typeName_0(L_2);
return;
}
}
// System.Void System.ComponentModel.AttributeProviderAttribute::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProviderAttribute__ctor_m25B3C5B33859E658537459EDAF3C2EC0BD16FCE8 (AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068 * __this, String_t* ___typeName0, String_t* ___propertyName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeProviderAttribute__ctor_m25B3C5B33859E658537459EDAF3C2EC0BD16FCE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___typeName0;
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, _stringLiteral9FA22049CF6367C2DB11AB15BC3EDE8D5104CB06, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AttributeProviderAttribute__ctor_m25B3C5B33859E658537459EDAF3C2EC0BD16FCE8_RuntimeMethod_var);
}
IL_0014:
{
String_t* L_2 = ___propertyName1;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralDEAEB26764551C6A022D74CF85AFD8F0BBF999D7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, AttributeProviderAttribute__ctor_m25B3C5B33859E658537459EDAF3C2EC0BD16FCE8_RuntimeMethod_var);
}
IL_0022:
{
String_t* L_4 = ___typeName0;
__this->set__typeName_0(L_4);
String_t* L_5 = ___propertyName1;
__this->set__propertyName_1(L_5);
return;
}
}
// System.Void System.ComponentModel.AttributeProviderAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProviderAttribute__ctor_m39F07B179307D3DA19A699BA584F03886872AA04 (AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068 * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AttributeProviderAttribute__ctor_m39F07B179307D3DA19A699BA584F03886872AA04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
Type_t * L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, AttributeProviderAttribute__ctor_m39F07B179307D3DA19A699BA584F03886872AA04_RuntimeMethod_var);
}
IL_001a:
{
Type_t * L_3 = ___type0;
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3);
__this->set__typeName_0(L_4);
return;
}
}
// System.String System.ComponentModel.AttributeProviderAttribute::get_TypeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_TypeName_m83FA0949577D518981558E3A01BA14647565A0DC (AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__typeName_0();
return L_0;
}
}
// System.String System.ComponentModel.AttributeProviderAttribute::get_PropertyName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_PropertyName_mC7A169CDA2E8BE87946A71872C41F0C768D1C80B (AttributeProviderAttribute_t8EC0C13032FE51365470EF1C6FDE9E8B1C33B068 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__propertyName_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.BackgroundWorker::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker__ctor_mB3E698B7C8D09201724ED1FB2B00604BAF64E712 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker__ctor_mB3E698B7C8D09201724ED1FB2B00604BAF64E712_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var);
Component__ctor_m7E00FCEC8E392D7C6AE3806CE5B4616B8CC84594(__this, /*hidden argument*/NULL);
WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * L_0 = (WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 *)il2cpp_codegen_object_new(WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6_il2cpp_TypeInfo_var);
WorkerThreadStartDelegate__ctor_m7E1BC345F82122E65A327EC6349F251D961D8086(L_0, __this, (intptr_t)((intptr_t)BackgroundWorker_WorkerThreadStart_m78B5DEA44CDA8EC477C41F3D69326779894FBC19_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set_threadStart_12(L_0);
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_1 = (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *)il2cpp_codegen_object_new(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01_il2cpp_TypeInfo_var);
SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619(L_1, __this, (intptr_t)((intptr_t)BackgroundWorker_AsyncOperationCompleted_m8B547DD478020A565FF3D364DEA48B2CF2985CC0_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set_operationCompleted_13(L_1);
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_2 = (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *)il2cpp_codegen_object_new(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01_il2cpp_TypeInfo_var);
SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619(L_2, __this, (intptr_t)((intptr_t)BackgroundWorker_ProgressReporter_m250A81DB6904125C034E7DBFD62DDF052BFC0E84_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set_progressReporter_14(L_2);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::AsyncOperationCompleted(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_AsyncOperationCompleted_m8B547DD478020A565FF3D364DEA48B2CF2985CC0 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, RuntimeObject * ___arg0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_AsyncOperationCompleted_m8B547DD478020A565FF3D364DEA48B2CF2985CC0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_isRunning_10((bool)0);
__this->set_cancellationPending_9((bool)0);
RuntimeObject * L_0 = ___arg0;
VirtActionInvoker1< RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D * >::Invoke(17 /* System.Void System.ComponentModel.BackgroundWorker::OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs) */, __this, ((RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D *)CastclassClass((RuntimeObject*)L_0, RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D_il2cpp_TypeInfo_var)));
return;
}
}
// System.Boolean System.ComponentModel.BackgroundWorker::get_CancellationPending()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundWorker_get_CancellationPending_m7CE44A5E2DC581A59F230949CAFF8ADF8962AE35 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_cancellationPending_9();
return L_0;
}
}
// System.Void System.ComponentModel.BackgroundWorker::CancelAsync()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_CancelAsync_mAB00895870A0654E4EF1FC7C904F14E478790A6A (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_CancelAsync_mAB00895870A0654E4EF1FC7C904F14E478790A6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = BackgroundWorker_get_WorkerSupportsCancellation_m2EEF09411E3E1A0B30A3348B03C9EF0454AD8B1C_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral0F3B68BDB3268EE9F453CD53268D00A41781C12B, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, BackgroundWorker_CancelAsync_mAB00895870A0654E4EF1FC7C904F14E478790A6A_RuntimeMethod_var);
}
IL_0018:
{
__this->set_cancellationPending_9((bool)1);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::add_DoWork(System.ComponentModel.DoWorkEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_add_DoWork_mD7CD868B2853D57ADB2B2D7D1B0D0F2ED17279E8 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_add_DoWork_mD7CD868B2853D57ADB2B2D7D1B0D0F2ED17279E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_doWorkKey_4();
DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD * L_2 = ___value0;
NullCheck(L_0);
EventHandlerList_AddHandler_m7C93C7AF6FD41E4C41E444CCEC0E46C9F3F01A09(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::remove_DoWork(System.ComponentModel.DoWorkEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_remove_DoWork_m6BA33C341CDF1D760DFE3A6A8CC9AE6B7707B1AD (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_remove_DoWork_m6BA33C341CDF1D760DFE3A6A8CC9AE6B7707B1AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_doWorkKey_4();
DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD * L_2 = ___value0;
NullCheck(L_0);
EventHandlerList_RemoveHandler_mC125E76596116E967804D771CC7551ED5E700718(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.ComponentModel.BackgroundWorker::get_IsBusy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundWorker_get_IsBusy_mF4E2A7D2E485F7A0271B4437EAE8367CFA4C14F1 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isRunning_10();
return L_0;
}
}
// System.Void System.ComponentModel.BackgroundWorker::OnDoWork(System.ComponentModel.DoWorkEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_OnDoWork_m107C1EC7CB88D9E375F6639F26F734E35197386C (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * ___e0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_OnDoWork_m107C1EC7CB88D9E375F6639F26F734E35197386C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD * V_0 = NULL;
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_doWorkKey_4();
NullCheck(L_0);
Delegate_t * L_2 = EventHandlerList_get_Item_mFB7DC8CD40DFDA76E9732CB48CE774DDEC373C42(L_0, L_1, /*hidden argument*/NULL);
V_0 = ((DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD *)CastclassSealed((RuntimeObject*)L_2, DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD_il2cpp_TypeInfo_var));
DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD * L_3 = V_0;
if (!L_3)
{
goto IL_0021;
}
}
{
DoWorkEventHandler_t106AA6C0F543A5A4998F9E9E73F4461D404F20DD * L_4 = V_0;
DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * L_5 = ___e0;
NullCheck(L_4);
DoWorkEventHandler_Invoke_m12910A48E229DC976D080DD809934D9C86711A56(L_4, __this, L_5, /*hidden argument*/NULL);
}
IL_0021:
{
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_OnRunWorkerCompleted_m1CEA69A4872DF3E607B989CABE3F6FF03CF57F6E (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D * ___e0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_OnRunWorkerCompleted_m1CEA69A4872DF3E607B989CABE3F6FF03CF57F6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB * V_0 = NULL;
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_runWorkerCompletedKey_5();
NullCheck(L_0);
Delegate_t * L_2 = EventHandlerList_get_Item_mFB7DC8CD40DFDA76E9732CB48CE774DDEC373C42(L_0, L_1, /*hidden argument*/NULL);
V_0 = ((RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB *)CastclassSealed((RuntimeObject*)L_2, RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB_il2cpp_TypeInfo_var));
RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB * L_3 = V_0;
if (!L_3)
{
goto IL_0021;
}
}
{
RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB * L_4 = V_0;
RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D * L_5 = ___e0;
NullCheck(L_4);
RunWorkerCompletedEventHandler_Invoke_m6552D1B77B4E418ADDED315E431FB2E7A1965FEC(L_4, __this, L_5, /*hidden argument*/NULL);
}
IL_0021:
{
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_OnProgressChanged_mC5F948B6B11C85958EB604A51B8790697D411A67 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * ___e0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_OnProgressChanged_mC5F948B6B11C85958EB604A51B8790697D411A67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 * V_0 = NULL;
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_progressChangedKey_6();
NullCheck(L_0);
Delegate_t * L_2 = EventHandlerList_get_Item_mFB7DC8CD40DFDA76E9732CB48CE774DDEC373C42(L_0, L_1, /*hidden argument*/NULL);
V_0 = ((ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 *)CastclassSealed((RuntimeObject*)L_2, ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0_il2cpp_TypeInfo_var));
ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 * L_3 = V_0;
if (!L_3)
{
goto IL_0021;
}
}
{
ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 * L_4 = V_0;
ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * L_5 = ___e0;
NullCheck(L_4);
ProgressChangedEventHandler_Invoke_m0F9792FF5FCE8F10B1BBFF57B2CD943ECDB89B06(L_4, __this, L_5, /*hidden argument*/NULL);
}
IL_0021:
{
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::add_ProgressChanged(System.ComponentModel.ProgressChangedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_add_ProgressChanged_m03B534205DB0B35498A47B9DC5615E3E8734A449 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_add_ProgressChanged_m03B534205DB0B35498A47B9DC5615E3E8734A449_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_progressChangedKey_6();
ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 * L_2 = ___value0;
NullCheck(L_0);
EventHandlerList_AddHandler_m7C93C7AF6FD41E4C41E444CCEC0E46C9F3F01A09(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::remove_ProgressChanged(System.ComponentModel.ProgressChangedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_remove_ProgressChanged_m3EBC701F20487423671335F0104DBF0C51DE7FED (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_remove_ProgressChanged_m3EBC701F20487423671335F0104DBF0C51DE7FED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_progressChangedKey_6();
ProgressChangedEventHandler_t7C77D0D690442151F8203A0BF38966A9B2CF33C0 * L_2 = ___value0;
NullCheck(L_0);
EventHandlerList_RemoveHandler_mC125E76596116E967804D771CC7551ED5E700718(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::ProgressReporter(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_ProgressReporter_m250A81DB6904125C034E7DBFD62DDF052BFC0E84 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, RuntimeObject * ___arg0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_ProgressReporter_m250A81DB6904125C034E7DBFD62DDF052BFC0E84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___arg0;
VirtActionInvoker1< ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * >::Invoke(18 /* System.Void System.ComponentModel.BackgroundWorker::OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs) */, __this, ((ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F *)CastclassClass((RuntimeObject*)L_0, ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::ReportProgress(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_ReportProgress_mFC257DEB430E023FE8FB491DF4933713C26A3AFC (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, int32_t ___percentProgress0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___percentProgress0;
BackgroundWorker_ReportProgress_m0D307572D683DA5F5B92871AE98E3A4DF6D4D3BC(__this, L_0, NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::ReportProgress(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_ReportProgress_m0D307572D683DA5F5B92871AE98E3A4DF6D4D3BC (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, int32_t ___percentProgress0, RuntimeObject * ___userState1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_ReportProgress_m0D307572D683DA5F5B92871AE98E3A4DF6D4D3BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * V_0 = NULL;
{
bool L_0 = BackgroundWorker_get_WorkerReportsProgress_m4378702AB3D12BBDA07C20AAA33C88BF58195DE1_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral428FF1BB1DDAFA8A6FB07CAF50195E92AFA69372, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, BackgroundWorker_ReportProgress_m0D307572D683DA5F5B92871AE98E3A4DF6D4D3BC_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___percentProgress0;
RuntimeObject * L_4 = ___userState1;
ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * L_5 = (ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F *)il2cpp_codegen_object_new(ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F_il2cpp_TypeInfo_var);
ProgressChangedEventArgs__ctor_m23538440E7BD972E09D2D504C679137FDD62DFED(L_5, L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * L_6 = __this->get_asyncOperation_11();
if (!L_6)
{
goto IL_003b;
}
}
{
AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * L_7 = __this->get_asyncOperation_11();
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_8 = __this->get_progressReporter_14();
ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * L_9 = V_0;
NullCheck(L_7);
AsyncOperation_Post_m6F2E8BF614D21BA572D2EE333E93FBFA01D2EDD8(L_7, L_8, L_9, /*hidden argument*/NULL);
return;
}
IL_003b:
{
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_10 = __this->get_progressReporter_14();
ProgressChangedEventArgs_tC79597AB8E4151EDFF627F615FE36B8D91811F3F * L_11 = V_0;
NullCheck(L_10);
SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC(L_10, L_11, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::RunWorkerAsync()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_RunWorkerAsync_m608034CE1791548D3E469EC3DDFE9DF11CEA04AD (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
{
BackgroundWorker_RunWorkerAsync_mD066DF2953B243500565B8FB8C06B418E836F9F8(__this, NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::RunWorkerAsync(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_RunWorkerAsync_mD066DF2953B243500565B8FB8C06B418E836F9F8 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, RuntimeObject * ___argument0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_RunWorkerAsync_mD066DF2953B243500565B8FB8C06B418E836F9F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_isRunning_10();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralD932ED0212029A9149BC31B93DCC1E4CA8CF2B52, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, BackgroundWorker_RunWorkerAsync_mD066DF2953B243500565B8FB8C06B418E836F9F8_RuntimeMethod_var);
}
IL_0018:
{
__this->set_isRunning_10((bool)1);
__this->set_cancellationPending_9((bool)0);
AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * L_3 = AsyncOperationManager_CreateOperation_m9A3E974F5231EA267BA4C56FF2D58ECF99FB656C(NULL, /*hidden argument*/NULL);
__this->set_asyncOperation_11(L_3);
WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * L_4 = __this->get_threadStart_12();
RuntimeObject * L_5 = ___argument0;
NullCheck(L_4);
WorkerThreadStartDelegate_BeginInvoke_mEFB1C720631EFC0FA5C354A001533CA282C6C038(L_4, L_5, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::add_RunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_add_RunWorkerCompleted_m64EA698F8EC4DD97865F674A1866F638A0B07744 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_add_RunWorkerCompleted_m64EA698F8EC4DD97865F674A1866F638A0B07744_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_runWorkerCompletedKey_5();
RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB * L_2 = ___value0;
NullCheck(L_0);
EventHandlerList_AddHandler_m7C93C7AF6FD41E4C41E444CCEC0E46C9F3F01A09(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::remove_RunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_remove_RunWorkerCompleted_m9D0E237E1FCB0ACCA728A0C915D78D7CD533DA22 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_remove_RunWorkerCompleted_m9D0E237E1FCB0ACCA728A0C915D78D7CD533DA22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->get_runWorkerCompletedKey_5();
RunWorkerCompletedEventHandler_t8E766853412F70C3B8826718D59377F7F464BCAB * L_2 = ___value0;
NullCheck(L_0);
EventHandlerList_RemoveHandler_mC125E76596116E967804D771CC7551ED5E700718(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.ComponentModel.BackgroundWorker::get_WorkerReportsProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerReportsProgress_m4378702AB3D12BBDA07C20AAA33C88BF58195DE1 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_workerReportsProgress_8();
return L_0;
}
}
// System.Void System.ComponentModel.BackgroundWorker::set_WorkerReportsProgress(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_set_WorkerReportsProgress_mA6182311468A7D7766304EBE4793841508EB0C6B (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_workerReportsProgress_8(L_0);
return;
}
}
// System.Boolean System.ComponentModel.BackgroundWorker::get_WorkerSupportsCancellation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerSupportsCancellation_m2EEF09411E3E1A0B30A3348B03C9EF0454AD8B1C (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_canCancelWorker_7();
return L_0;
}
}
// System.Void System.ComponentModel.BackgroundWorker::set_WorkerSupportsCancellation(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_set_WorkerSupportsCancellation_m32F44DF5DDD32DAA59730B7841B26EA045325D25 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_canCancelWorker_7(L_0);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::WorkerThreadStart(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_WorkerThreadStart_m78B5DEA44CDA8EC477C41F3D69326779894FBC19 (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, RuntimeObject * ___argument0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker_WorkerThreadStart_m78B5DEA44CDA8EC477C41F3D69326779894FBC19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Exception_t * V_1 = NULL;
bool V_2 = false;
RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D * V_3 = NULL;
DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = NULL;
V_1 = (Exception_t *)NULL;
V_2 = (bool)0;
}
IL_0006:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_0 = ___argument0;
DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * L_1 = (DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 *)il2cpp_codegen_object_new(DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606_il2cpp_TypeInfo_var);
DoWorkEventArgs__ctor_m1808B6408495CB81A503F2803FB1A4272288BC76(L_1, L_0, /*hidden argument*/NULL);
V_4 = L_1;
DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * L_2 = V_4;
VirtActionInvoker1< DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * >::Invoke(16 /* System.Void System.ComponentModel.BackgroundWorker::OnDoWork(System.ComponentModel.DoWorkEventArgs) */, __this, L_2);
DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * L_3 = V_4;
NullCheck(L_3);
bool L_4 = CancelEventArgs_get_Cancel_mB5B9D01D2671256D51626D967D8752B9D0F82E66_inline(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0023;
}
}
IL_001f:
{
V_2 = (bool)1;
goto IL_002b;
}
IL_0023:
{
DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * L_5 = V_4;
NullCheck(L_5);
RuntimeObject * L_6 = DoWorkEventArgs_get_Result_mC1102459AFC48D7CDB54C95B8F7177F168EC016A_inline(L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_002b:
{
goto IL_0030;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_002d;
throw e;
}
CATCH_002d:
{ // begin catch(System.Exception)
V_1 = ((Exception_t *)__exception_local);
goto IL_0030;
} // end catch (depth: 1)
IL_0030:
{
RuntimeObject * L_7 = V_0;
Exception_t * L_8 = V_1;
bool L_9 = V_2;
RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D * L_10 = (RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D *)il2cpp_codegen_object_new(RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D_il2cpp_TypeInfo_var);
RunWorkerCompletedEventArgs__ctor_m047A43C3DA850114782D2924E20C6D934E76D475(L_10, L_7, L_8, L_9, /*hidden argument*/NULL);
V_3 = L_10;
AsyncOperation_tFA5B90911F8ABE8B07A3058301687DDDF5F78748 * L_11 = __this->get_asyncOperation_11();
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_12 = __this->get_operationCompleted_13();
RunWorkerCompletedEventArgs_tFAFA9B2ED339BE1F33AF8845D46A251EB5C6950D * L_13 = V_3;
NullCheck(L_11);
AsyncOperation_PostOperationCompleted_mE6BA497ACC6669D7E309607A98EC447ED1CAAB96(L_11, L_12, L_13, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BackgroundWorker::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker__cctor_mD33E62F4A2E7BBB70D034D86B764CF21F94BAA63 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BackgroundWorker__cctor_mD33E62F4A2E7BBB70D034D86B764CF21F94BAA63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->set_doWorkKey_4(L_0);
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->set_runWorkerCompletedKey_5(L_1);
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
((BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A_il2cpp_TypeInfo_var))->set_progressChangedKey_6(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.BackgroundWorker_WorkerThreadStartDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkerThreadStartDelegate__ctor_m7E1BC345F82122E65A327EC6349F251D961D8086 (WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * __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.ComponentModel.BackgroundWorker_WorkerThreadStartDelegate::Invoke(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkerThreadStartDelegate_Invoke_m91FDA90E60508D55DD9CEB1816EB3895830AF2DD (WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * __this, RuntimeObject * ___argument0, 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) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___argument0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___argument0, 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, ___argument0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___argument0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___argument0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___argument0);
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___argument0, 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< RuntimeObject * >::Invoke(targetMethod, targetThis, ___argument0);
else
GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___argument0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___argument0);
else
VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___argument0);
}
}
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*>(___argument0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___argument0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___argument0, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.ComponentModel.BackgroundWorker_WorkerThreadStartDelegate::BeginInvoke(System.Object,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WorkerThreadStartDelegate_BeginInvoke_mEFB1C720631EFC0FA5C354A001533CA282C6C038 (WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * __this, RuntimeObject * ___argument0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___argument0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void System.ComponentModel.BackgroundWorker_WorkerThreadStartDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkerThreadStartDelegate_EndInvoke_mF6F7CC6DCC992A186F9786F0359147BA2985FCA2 (WorkerThreadStartDelegate_tEC42174597C1FB97F214AE61808E6F0CE75BF7B6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_get_AllowHex_m994DD130AADA77ADA7E3AF7DF18674E617417CED (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Exception System.ComponentModel.BaseNumberConverter::FromStringError(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * BaseNumberConverter_FromStringError_mF63BDCFB96540E83A867B6F206D2C453B9BB0A42 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, String_t* ___failedText0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseNumberConverter_FromStringError_mF63BDCFB96540E83A867B6F206D2C453B9BB0A42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = ___failedText0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.BaseNumberConverter::get_TargetType() */, __this);
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_5);
String_t* L_6 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral57D0D110DFCECD43C3781F997F490B8F87031F95, L_3, /*hidden argument*/NULL);
Exception_t * L_7 = ___innerException1;
Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D(L_8, L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertFrom_mCAE77B4E99810F0C9B06FCB2F4F7036C733E3016 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseNumberConverter_CanConvertFrom_mCAE77B4E99810F0C9B06FCB2F4F7036C733E3016_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.Object System.ComponentModel.BaseNumberConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertFrom_mA629768C8117947BD168EACC84D02DBA1FCA51E6 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseNumberConverter_ConvertFrom_mA629768C8117947BD168EACC84D02DBA1FCA51E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject * V_1 = NULL;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * V_2 = NULL;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = ___value2;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
{
goto IL_00c2;
}
}
{
RuntimeObject * L_1 = ___value2;
NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)));
String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_2;
}
IL_0017:
try
{ // begin try (depth: 1)
{
bool L_3 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex() */, __this);
if (!L_3)
{
goto IL_003f;
}
}
IL_001f:
{
String_t* L_4 = V_0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)35)))))
{
goto IL_003f;
}
}
IL_002a:
{
String_t* L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_6, 1, /*hidden argument*/NULL);
RuntimeObject * L_8 = VirtFuncInvoker2< RuntimeObject *, String_t*, int32_t >::Invoke(18 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Int32) */, __this, L_7, ((int32_t)16));
V_1 = L_8;
goto IL_00cc;
}
IL_003f:
{
bool L_9 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex() */, __this);
if (!L_9)
{
goto IL_0054;
}
}
IL_0047:
{
String_t* L_10 = V_0;
NullCheck(L_10);
bool L_11 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_10, _stringLiteral1A349DCC540A3978584510D982075F838B17CD6D, /*hidden argument*/NULL);
if (L_11)
{
goto IL_007b;
}
}
IL_0054:
{
String_t* L_12 = V_0;
NullCheck(L_12);
bool L_13 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_12, _stringLiteral79854E52752D02D886CECD248AB4073D810E3072, /*hidden argument*/NULL);
if (L_13)
{
goto IL_007b;
}
}
IL_0061:
{
String_t* L_14 = V_0;
NullCheck(L_14);
bool L_15 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_14, _stringLiteral503F4BDFE91D950DA02EF527A4DC9BB58FE901B7, /*hidden argument*/NULL);
if (L_15)
{
goto IL_007b;
}
}
IL_006e:
{
String_t* L_16 = V_0;
NullCheck(L_16);
bool L_17 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_16, _stringLiteral083A7C282C3D74F294A3D801C14212FB0498E8BE, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_008d;
}
}
IL_007b:
{
String_t* L_18 = V_0;
NullCheck(L_18);
String_t* L_19 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_18, 2, /*hidden argument*/NULL);
RuntimeObject * L_20 = VirtFuncInvoker2< RuntimeObject *, String_t*, int32_t >::Invoke(18 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Int32) */, __this, L_19, ((int32_t)16));
V_1 = L_20;
goto IL_00cc;
}
IL_008d:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = ___culture1;
if (L_21)
{
goto IL_0097;
}
}
IL_0090:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
___culture1 = L_22;
}
IL_0097:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_23 = ___culture1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_24 = { reinterpret_cast<intptr_t> (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_25 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_24, /*hidden argument*/NULL);
NullCheck(L_23);
RuntimeObject * L_26 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_23, L_25);
V_2 = ((NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 *)CastclassSealed((RuntimeObject*)L_26, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_il2cpp_TypeInfo_var));
String_t* L_27 = V_0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_28 = V_2;
RuntimeObject * L_29 = VirtFuncInvoker2< RuntimeObject *, String_t*, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * >::Invoke(19 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Globalization.NumberFormatInfo) */, __this, L_27, L_28);
V_1 = L_29;
goto IL_00cc;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00b8;
throw e;
}
CATCH_00b8:
{ // begin catch(System.Exception)
V_3 = ((Exception_t *)__exception_local);
String_t* L_30 = V_0;
Exception_t * L_31 = V_3;
Exception_t * L_32 = VirtFuncInvoker2< Exception_t *, String_t*, Exception_t * >::Invoke(21 /* System.Exception System.ComponentModel.BaseNumberConverter::FromStringError(System.String,System.Exception) */, __this, L_30, L_31);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, BaseNumberConverter_ConvertFrom_mA629768C8117947BD168EACC84D02DBA1FCA51E6_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00c2:
{
RuntimeObject* L_33 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_34 = ___culture1;
RuntimeObject * L_35 = ___value2;
RuntimeObject * L_36 = TypeConverter_ConvertFrom_mD5AE49E422520F6E07B3C0D6202788E49B4698A3(__this, L_33, L_34, L_35, /*hidden argument*/NULL);
return L_36;
}
IL_00cc:
{
RuntimeObject * L_37 = V_1;
return L_37;
}
}
// System.Object System.ComponentModel.BaseNumberConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertTo_m672375F1E58DB241E693E5F45A7FFD38C3070B6A (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __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 (BaseNumberConverter_ConvertTo_m672375F1E58DB241E693E5F45A7FFD38C3070B6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * 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, BaseNumberConverter_ConvertTo_m672375F1E58DB241E693E5F45A7FFD38C3070B6A_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_0062;
}
}
{
RuntimeObject * L_7 = ___value2;
if (!L_7)
{
goto IL_0062;
}
}
{
Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.BaseNumberConverter::get_TargetType() */, __this);
RuntimeObject * L_9 = ___value2;
NullCheck(L_8);
bool L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_8, L_9);
if (!L_10)
{
goto IL_0062;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = ___culture1;
if (L_11)
{
goto IL_0043;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
___culture1 = L_12;
}
IL_0043:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_13 = ___culture1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
RuntimeObject * L_16 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_13, L_15);
V_0 = ((NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 *)CastclassSealed((RuntimeObject*)L_16, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_il2cpp_TypeInfo_var));
RuntimeObject * L_17 = ___value2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_18 = V_0;
String_t* L_19 = VirtFuncInvoker2< String_t*, RuntimeObject *, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * >::Invoke(22 /* System.String System.ComponentModel.BaseNumberConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) */, __this, L_17, L_18);
return L_19;
}
IL_0062:
{
Type_t * L_20 = ___destinationType3;
NullCheck(L_20);
bool L_21 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0075;
}
}
{
RuntimeObject * L_22 = ___value2;
Type_t * L_23 = ___destinationType3;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = ___culture1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_25 = Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926(L_22, L_23, L_24, /*hidden argument*/NULL);
return L_25;
}
IL_0075:
{
RuntimeObject* L_26 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_27 = ___culture1;
RuntimeObject * L_28 = ___value2;
Type_t * L_29 = ___destinationType3;
RuntimeObject * L_30 = TypeConverter_ConvertTo_mFC7AA7F0A382607E75CCE820A705B5965D099AAC(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL);
return L_30;
}
}
// System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertTo_mBAA70FD6742A616F9E0F9E42908EF6C70C3214B7 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, RuntimeObject* ___context0, Type_t * ___t1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___context0;
Type_t * L_1 = ___t1;
bool L_2 = TypeConverter_CanConvertTo_m1CD3397D9E5717DE72A13B28C0A75D997A9F337D(__this, L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0012;
}
}
{
Type_t * L_3 = ___t1;
NullCheck(L_3);
bool L_4 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0014;
}
}
IL_0012:
{
return (bool)1;
}
IL_0014:
{
return (bool)0;
}
}
// System.Void System.ComponentModel.BaseNumberConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__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.BindableAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_m4C97D574BAFB42DA7936D00100AD2E18152F20CA (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, bool ___bindable0, const RuntimeMethod* method)
{
{
bool L_0 = ___bindable0;
BindableAttribute__ctor_mED2FFD0A81489FB06EA218981CA6DD50780FE082(__this, L_0, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BindableAttribute::.ctor(System.Boolean,System.ComponentModel.BindingDirection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_mED2FFD0A81489FB06EA218981CA6DD50780FE082 (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, bool ___bindable0, int32_t ___direction1, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
bool L_0 = ___bindable0;
__this->set_bindable_3(L_0);
int32_t L_1 = ___direction1;
__this->set_direction_5(L_1);
return;
}
}
// System.Void System.ComponentModel.BindableAttribute::.ctor(System.ComponentModel.BindableSupport)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_mDC1D07DC4471CA3307627D7F0091B2A069F09766 (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, int32_t ___flags0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___flags0;
BindableAttribute__ctor_m9D39F07F418F854A500FA3122FB521850D75889F(__this, L_0, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.BindableAttribute::.ctor(System.ComponentModel.BindableSupport,System.ComponentModel.BindingDirection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_m9D39F07F418F854A500FA3122FB521850D75889F (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, int32_t ___flags0, int32_t ___direction1, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___flags0;
__this->set_bindable_3((bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0));
int32_t L_1 = ___flags0;
__this->set_isDefault_4((bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0));
int32_t L_2 = ___direction1;
__this->set_direction_5(L_2);
return;
}
}
// System.Boolean System.ComponentModel.BindableAttribute::get_Bindable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindableAttribute_get_Bindable_m816EAC77B65035FC7C208255CD4C7537479FDEA6 (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_bindable_3();
return L_0;
}
}
// System.ComponentModel.BindingDirection System.ComponentModel.BindableAttribute::get_Direction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindableAttribute_get_Direction_m27B609DF963711AA48160CBF7936EA644E0E300A (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_direction_5();
return L_0;
}
}
// System.Boolean System.ComponentModel.BindableAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindableAttribute_Equals_m60236513AFA90B34B3C639608F031D2701035FEC (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BindableAttribute_Equals_m60236513AFA90B34B3C639608F031D2701035FEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
if (!L_1)
{
goto IL_0025;
}
}
{
RuntimeObject * L_2 = ___obj0;
if (!((BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C *)IsInstSealed((RuntimeObject*)L_2, BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var)))
{
goto IL_0025;
}
}
{
RuntimeObject * L_3 = ___obj0;
NullCheck(((BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C *)CastclassSealed((RuntimeObject*)L_3, BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var)));
bool L_4 = BindableAttribute_get_Bindable_m816EAC77B65035FC7C208255CD4C7537479FDEA6_inline(((BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C *)CastclassSealed((RuntimeObject*)L_3, BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
bool L_5 = __this->get_bindable_3();
return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
}
IL_0025:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.BindableAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindableAttribute_GetHashCode_m29168A062580B25E17F0E7B49210098F8878AFDD (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, const RuntimeMethod* method)
{
{
bool* L_0 = __this->get_address_of_bindable_3();
int32_t L_1 = Boolean_GetHashCode_m92C426D44100ED098FEECC96A743C3CB92DFF737((bool*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.ComponentModel.BindableAttribute::IsDefaultAttribute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindableAttribute_IsDefaultAttribute_m955462456511F6919107AD4C2C8C36909B4642C6 (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BindableAttribute_IsDefaultAttribute_m955462456511F6919107AD4C2C8C36909B4642C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var);
BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * L_0 = ((BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var))->get_Default_2();
bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0);
if (L_1)
{
goto IL_0014;
}
}
{
bool L_2 = __this->get_isDefault_4();
return L_2;
}
IL_0014:
{
return (bool)1;
}
}
// System.Void System.ComponentModel.BindableAttribute::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__cctor_m75338D2A6D94DF529C3D2EE67B02DFE676F10555 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BindableAttribute__cctor_m75338D2A6D94DF529C3D2EE67B02DFE676F10555_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * L_0 = (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C *)il2cpp_codegen_object_new(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var);
BindableAttribute__ctor_m4C97D574BAFB42DA7936D00100AD2E18152F20CA(L_0, (bool)1, /*hidden argument*/NULL);
((BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var))->set_Yes_0(L_0);
BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * L_1 = (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C *)il2cpp_codegen_object_new(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var);
BindableAttribute__ctor_m4C97D574BAFB42DA7936D00100AD2E18152F20CA(L_1, (bool)0, /*hidden argument*/NULL);
((BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var))->set_No_1(L_1);
BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * L_2 = ((BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var))->get_No_1();
((BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C_il2cpp_TypeInfo_var))->set_Default_2(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.ComponentModel.BooleanConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanConverter_CanConvertFrom_mD2CCC35D0029B29ED16C531E4389EE94F04AB955 (BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BooleanConverter_CanConvertFrom_mD2CCC35D0029B29ED16C531E4389EE94F04AB955_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.Object System.ComponentModel.BooleanConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BooleanConverter_ConvertFrom_mAE7E5524CBFA2C3C060A5D7006E1F41BC8AD8426 (BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BooleanConverter_ConvertFrom_mAE7E5524CBFA2C3C060A5D7006E1F41BC8AD8426_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject * V_1 = NULL;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * 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);
{
RuntimeObject * L_0 = ___value2;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
{
goto IL_004b;
}
}
{
RuntimeObject * L_1 = ___value2;
NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)));
String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
String_t* L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var);
bool L_4 = Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F(L_3, /*hidden argument*/NULL);
bool L_5 = L_4;
RuntimeObject * L_6 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_5);
V_1 = L_6;
goto IL_0055;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.FormatException)
V_2 = ((FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
RuntimeObject * L_9 = ___value2;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)));
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_8;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
String_t* L_11 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral57D0D110DFCECD43C3781F997F490B8F87031F95, L_10, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_12 = V_2;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_13 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(L_13, L_11, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, BooleanConverter_ConvertFrom_mAE7E5524CBFA2C3C060A5D7006E1F41BC8AD8426_RuntimeMethod_var);
} // end catch (depth: 1)
IL_004b:
{
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;
}
IL_0055:
{
RuntimeObject * L_18 = V_1;
return L_18;
}
}
// System.ComponentModel.TypeConverter_StandardValuesCollection System.ComponentModel.BooleanConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * BooleanConverter_GetStandardValues_mF92B51FE0ED7E1F8D89B691824CF7AAEC799DDFD (BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BooleanConverter_GetStandardValues_mF92B51FE0ED7E1F8D89B691824CF7AAEC799DDFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_0 = ((BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_il2cpp_TypeInfo_var))->get_values_2();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_002d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
bool L_3 = ((bool)1);
RuntimeObject * L_4 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_3);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_2;
bool L_6 = ((bool)0);
RuntimeObject * L_7 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_6);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_7);
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_8 = (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 *)il2cpp_codegen_object_new(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3_il2cpp_TypeInfo_var);
StandardValuesCollection__ctor_m75578979BC0D77C0D622E4C9D7C1CB1E047615C1(L_8, (RuntimeObject*)(RuntimeObject*)L_5, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_il2cpp_TypeInfo_var))->set_values_2(L_8);
}
IL_002d:
{
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_9 = ((BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_il2cpp_TypeInfo_var))->get_values_2();
il2cpp_codegen_memory_barrier();
return L_9;
}
}
// System.Boolean System.ComponentModel.BooleanConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanConverter_GetStandardValuesExclusive_m96A3138B9528AB4BAC2CAEA77493BD3A87C6E075 (BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.ComponentModel.BooleanConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanConverter_GetStandardValuesSupported_m0F180543294A0E3C0F33460F95C1A839372A2C9F (BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.ComponentModel.BooleanConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanConverter__ctor_m8293C29BCB7B90516FFE978C6295C0378C1BFEE4 (BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BooleanConverter__ctor_m8293C29BCB7B90516FFE978C6295C0378C1BFEE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__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.BrowsableAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__ctor_m74B2B058CBFEE54B61640489C57D22055C7B482C (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * __this, bool ___browsable0, const RuntimeMethod* method)
{
{
__this->set_browsable_3((bool)1);
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
bool L_0 = ___browsable0;
__this->set_browsable_3(L_0);
return;
}
}
// System.Boolean System.ComponentModel.BrowsableAttribute::get_Browsable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_m84931BFF3F51CB9F14D7B1D7548B796FE2DBB8D2 (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_browsable_3();
return L_0;
}
}
// System.Boolean System.ComponentModel.BrowsableAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_Equals_mE405587EE66B0D70C2D59B27C01C65C96C391FBF (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BrowsableAttribute_Equals_mE405587EE66B0D70C2D59B27C01C65C96C391FBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 *)IsInstSealed((RuntimeObject*)L_1, BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var));
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = BrowsableAttribute_get_Browsable_m84931BFF3F51CB9F14D7B1D7548B796FE2DBB8D2_inline(L_3, /*hidden argument*/NULL);
bool L_5 = __this->get_browsable_3();
return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
}
IL_001f:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.BrowsableAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BrowsableAttribute_GetHashCode_mB190CC4AC3C2A7F8351335208D308E11C12A342D (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * __this, const RuntimeMethod* method)
{
{
bool* L_0 = __this->get_address_of_browsable_3();
int32_t L_1 = Boolean_GetHashCode_m92C426D44100ED098FEECC96A743C3CB92DFF737((bool*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.ComponentModel.BrowsableAttribute::IsDefaultAttribute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_IsDefaultAttribute_m71A749AC32DD9BCF4555DB7DE953E11C8A11651C (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BrowsableAttribute_IsDefaultAttribute_m71A749AC32DD9BCF4555DB7DE953E11C8A11651C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var);
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * L_0 = ((BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var))->get_Default_2();
bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0);
return L_1;
}
}
// System.Void System.ComponentModel.BrowsableAttribute::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__cctor_mE60A9058276719078B402CD5CA7E2D2FD831FE93 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BrowsableAttribute__cctor_mE60A9058276719078B402CD5CA7E2D2FD831FE93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * L_0 = (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 *)il2cpp_codegen_object_new(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var);
BrowsableAttribute__ctor_m74B2B058CBFEE54B61640489C57D22055C7B482C(L_0, (bool)1, /*hidden argument*/NULL);
((BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var))->set_Yes_0(L_0);
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * L_1 = (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 *)il2cpp_codegen_object_new(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var);
BrowsableAttribute__ctor_m74B2B058CBFEE54B61640489C57D22055C7B482C(L_1, (bool)0, /*hidden argument*/NULL);
((BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var))->set_No_1(L_1);
BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * L_2 = ((BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var))->get_Yes_0();
((BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1_il2cpp_TypeInfo_var))->set_Default_2(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type System.ComponentModel.ByteConverter::get_TargetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ByteConverter_get_TargetType_m21CE42EF4CCA5DB8100AC9DECF783C8A005B8B26 (ByteConverter_t59E5742D740228F5B9AB91169C2EA907A023328A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteConverter_get_TargetType_m21CE42EF4CCA5DB8100AC9DECF783C8A005B8B26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_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.ByteConverter::FromString(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ByteConverter_FromString_m0CAA015CF3C267450EF9F6EAD7D1AADF18B783C1 (ByteConverter_t59E5742D740228F5B9AB91169C2EA907A023328A * __this, String_t* ___value0, int32_t ___radix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteConverter_FromString_m0CAA015CF3C267450EF9F6EAD7D1AADF18B783C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
int32_t L_1 = ___radix1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_2 = Convert_ToByte_m69B99134B7822E54833E28E9DCFD28E582873913(L_0, L_1, /*hidden argument*/NULL);
uint8_t L_3 = L_2;
RuntimeObject * L_4 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.ByteConverter::FromString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ByteConverter_FromString_m382279DD8FDF6650EDFC5977445BD2737200BC87 (ByteConverter_t59E5742D740228F5B9AB91169C2EA907A023328A * __this, String_t* ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteConverter_FromString_m382279DD8FDF6650EDFC5977445BD2737200BC87_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
uint8_t L_2 = Byte_Parse_mF53D7EFF3FC8B040EE675E62145287C7F728F772(L_0, 7, L_1, /*hidden argument*/NULL);
uint8_t L_3 = L_2;
RuntimeObject * L_4 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.ByteConverter::FromString(System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ByteConverter_FromString_m7A932F208E2E545D5F04E9A884468EA5A2DEA54F (ByteConverter_t59E5742D740228F5B9AB91169C2EA907A023328A * __this, String_t* ___value0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteConverter_FromString_m7A932F208E2E545D5F04E9A884468EA5A2DEA54F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___culture1;
uint8_t L_2 = Byte_Parse_mEFBC459D6ADA0FED490539CD8731E45AE2D2587C(L_0, L_1, /*hidden argument*/NULL);
uint8_t L_3 = L_2;
RuntimeObject * L_4 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.String System.ComponentModel.ByteConverter::ToString(System.Object,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteConverter_ToString_m605162970D456ECCCD143AE873B1A66B7B8A5372 (ByteConverter_t59E5742D740228F5B9AB91169C2EA907A023328A * __this, RuntimeObject * ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteConverter_ToString_m605162970D456ECCCD143AE873B1A66B7B8A5372_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0x0;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_0, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var))));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
String_t* L_2 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)(&V_0), _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.ComponentModel.ByteConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteConverter__ctor_mAA3E9232945941ADBB7CCC1E7B0DCC5F8FDBF766 (ByteConverter_t59E5742D740228F5B9AB91169C2EA907A023328A * __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.CancelEventArgs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_m117DC81FF8BAEBB33345EF3C8444D94E15F78B0C (CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * __this, const RuntimeMethod* method)
{
{
CancelEventArgs__ctor_m165A1F727AACE153FBDAC9DEB1E7648F516FF54E(__this, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.CancelEventArgs::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_m165A1F727AACE153FBDAC9DEB1E7648F516FF54E (CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * __this, bool ___cancel0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CancelEventArgs__ctor_m165A1F727AACE153FBDAC9DEB1E7648F516FF54E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
bool L_0 = ___cancel0;
__this->set_cancel_1(L_0);
return;
}
}
// System.Boolean System.ComponentModel.CancelEventArgs::get_Cancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancelEventArgs_get_Cancel_mB5B9D01D2671256D51626D967D8752B9D0F82E66 (CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_cancel_1();
return L_0;
}
}
// System.Void System.ComponentModel.CancelEventArgs::set_Cancel(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs_set_Cancel_mE43634A7DFB737BCAF714C869CBA8D60BE826EBA (CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_cancel_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.CancelEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventHandler__ctor_m34FDB08261C04D1E996D01E9BC381BCD7CDA55A7 (CancelEventHandler_t0F5842A94E02DFA026B793A034C1AA362D6D0A2B * __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.ComponentModel.CancelEventHandler::Invoke(System.Object,System.ComponentModel.CancelEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventHandler_Invoke_mFD0CE611B9CF7DD74405F2E2AD6758A1CDE7F5F1 (CancelEventHandler_t0F5842A94E02DFA026B793A034C1AA362D6D0A2B * __this, RuntimeObject * ___sender0, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * ___e1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___e1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___e1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.ComponentModel.CancelEventHandler::BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CancelEventHandler_BeginInvoke_m7317EB3E06B26DEE65C2F5D5DD445165D8306A48 (CancelEventHandler_t0F5842A94E02DFA026B793A034C1AA362D6D0A2B * __this, RuntimeObject * ___sender0, CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___e1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void System.ComponentModel.CancelEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventHandler_EndInvoke_mFAE7EF5D611ED35B81952008A8EEE22B6BA0E828 (CancelEventHandler_t0F5842A94E02DFA026B793A034C1AA362D6D0A2B * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Action_m899B22770F7D7B09B18AA9755B2A59E5F7D4C2CE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Action_m899B22770F7D7B09B18AA9755B2A59E5F7D4C2CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_action_5();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral97C89A4D6630ADEB18FA12BA9976A31413FE293E, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_action_5(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_action_5();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Appearance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Appearance_m442846A152CFB8196F6DF94686A54E195529A49A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Appearance_m442846A152CFB8196F6DF94686A54E195529A49A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_appearance_0();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral41DEF7A0FEBE741DA87C5B79CE78CE27B83F3AE7, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_appearance_0(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_appearance_0();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Asynchronous()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Asynchronous_m4744B5339BDF5C3E587E36D22D172924D1780C8B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Asynchronous_m4744B5339BDF5C3E587E36D22D172924D1780C8B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_asynchronous_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral3D7FAC7964F752248F02C5AA61C85FD417DCFBCF, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_asynchronous_1(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_asynchronous_1();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Behavior()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Behavior_mA9AE7F9749B3D5283CE8B230BA3C7B18DBCB0AD0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Behavior_mA9AE7F9749B3D5283CE8B230BA3C7B18DBCB0AD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_behavior_2();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral70CB647A88BD7C9C17D225EECDAF0F898261EB60, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_behavior_2(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_behavior_2();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Data()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Data_m8C6096F9366DC52FF647F27C8488CF293A129BB9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Data_m8C6096F9366DC52FF647F27C8488CF293A129BB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_data_3();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteralE5E429BCC9C2E4A41A3C7A4D96203BE6CB273B11, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_data_3(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_data_3();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Default()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Default_m34A162AF89E9BF4C869B5C4235D33D02D9249121 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Default_m34A162AF89E9BF4C869B5C4235D33D02D9249121_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_defAttr_13();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0015;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_m1803E614119776D3FB71EC187ECFF81E8BA58C8E(L_1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_defAttr_13(L_1);
}
IL_0015:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_defAttr_13();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Design()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Design_mE52AC4B9F2D9B6F786FEE882C4DE911757313209 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Design_mE52AC4B9F2D9B6F786FEE882C4DE911757313209_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_design_4();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral59B035367211A9382930B2A4C13637DBC33C4F32, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_design_4(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_design_4();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_DragDrop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_DragDrop_mAAF91AE00788D8478E10424D35023E0320AEDAC6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_DragDrop_mAAF91AE00788D8478E10424D35023E0320AEDAC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_dragDrop_12();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral2C1A104E7A40EFA84BB5CBC4279D856D3481D431, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_dragDrop_12(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_dragDrop_12();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Focus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Focus_mC4A71C23EE231BA729EFB07116A40D467F05789E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Focus_mC4A71C23EE231BA729EFB07116A40D467F05789E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_focus_10();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteralFE7F55B8BF68FD47D248A271D541E7E183621010, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_focus_10(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_focus_10();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Format()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Format_m5B40D924FB784764CBEB4B9E209F8125B327599F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Format_m5B40D924FB784764CBEB4B9E209F8125B327599F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_format_6();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral041A5DEC481D6BF0724CAEAA84BC135D7D9062D4, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_format_6(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_format_6();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Key()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Key_mFE6077373722E42BEE7A41B22C2957AEEFCFDD2C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Key_mFE6077373722E42BEE7A41B22C2957AEEFCFDD2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_key_9();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteralC67DD20EE842986086A0A915DDC2A279490130ED, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_key_9(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_key_9();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Layout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Layout_m68F75ADC8F2F3889B756F66B83E9B0A3AE346359 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Layout_m68F75ADC8F2F3889B756F66B83E9B0A3AE346359_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_layout_7();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral972AD8D8A50397BA8C02433ED8F048EEB4074B85, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_layout_7(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_layout_7();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Mouse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_Mouse_mA487CBF0038F816B38EE5D12E7F3925FFD13EC40 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_Mouse_mA487CBF0038F816B38EE5D12E7F3925FFD13EC40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_mouse_8();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral573DD2C2ED953B97E3C31F3090925FE92109B779, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_mouse_8(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_mouse_8();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_WindowStyle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * CategoryAttribute_get_WindowStyle_m17103D78C153A0162DBF9C40D1C8776DC02616AB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_get_WindowStyle_m17103D78C153A0162DBF9C40D1C8776DC02616AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_0 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_windowStyle_11();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001a;
}
}
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)il2cpp_codegen_object_new(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var);
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(L_1, _stringLiteral7E26C5824975AE8A63FA3ABF0584B4EFDB2B248D, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->set_windowStyle_11(L_1);
}
IL_001a:
{
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_2 = ((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var))->get_windowStyle_11();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Void System.ComponentModel.CategoryAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_m1803E614119776D3FB71EC187ECFF81E8BA58C8E (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute__ctor_m1803E614119776D3FB71EC187ECFF81E8BA58C8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398(__this, _stringLiteral808D7DCA8A74D84AF27A2D6602C3D786DE45FE1E, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.CategoryAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_mB1EB6F11D7491FD35988FEEA176310D268DF9398 (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, String_t* ___category0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___category0;
__this->set_categoryValue_15(L_0);
__this->set_localized_14((bool)0);
return;
}
}
// System.String System.ComponentModel.CategoryAttribute::get_Category()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_get_Category_mBDB4C9D10F07BC627C4D047B8CD570D84EC56F3F (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
bool L_0 = __this->get_localized_14();
if (L_0)
{
goto IL_0026;
}
}
{
__this->set_localized_14((bool)1);
String_t* L_1 = __this->get_categoryValue_15();
String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.ComponentModel.CategoryAttribute::GetLocalizedString(System.String) */, __this, L_1);
V_0 = L_2;
String_t* L_3 = V_0;
if (!L_3)
{
goto IL_0026;
}
}
{
String_t* L_4 = V_0;
__this->set_categoryValue_15(L_4);
}
IL_0026:
{
String_t* L_5 = __this->get_categoryValue_15();
return L_5;
}
}
// System.Boolean System.ComponentModel.CategoryAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CategoryAttribute_Equals_m8720C9D3148DDC3EC15599CEFFA57BD5A5CAFFAC (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_Equals_m8720C9D3148DDC3EC15599CEFFA57BD5A5CAFFAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
if (!((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)IsInstClass((RuntimeObject*)L_1, CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var)))
{
goto IL_0025;
}
}
{
String_t* L_2 = CategoryAttribute_get_Category_mBDB4C9D10F07BC627C4D047B8CD570D84EC56F3F(__this, /*hidden argument*/NULL);
RuntimeObject * L_3 = ___obj0;
NullCheck(((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)CastclassClass((RuntimeObject*)L_3, CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var)));
String_t* L_4 = CategoryAttribute_get_Category_mBDB4C9D10F07BC627C4D047B8CD570D84EC56F3F(((CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 *)CastclassClass((RuntimeObject*)L_3, CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(L_2);
bool L_5 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0025:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.CategoryAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CategoryAttribute_GetHashCode_m6F24BE8D64A6187C99F2539CB1822BFB574FF245 (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = CategoryAttribute_get_Category_mBDB4C9D10F07BC627C4D047B8CD570D84EC56F3F(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
// System.String System.ComponentModel.CategoryAttribute::GetLocalizedString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_GetLocalizedString_m91B76A3FB0386E5E485E9F0D16391E5889F64201 (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CategoryAttribute_GetLocalizedString_m91B76A3FB0386E5E485E9F0D16391E5889F64201_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
String_t* L_0 = ___value0;
uint32_t L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874(L_0, /*hidden argument*/NULL);
V_0 = L_1;
uint32_t L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)1762750224)))))
{
goto IL_0096;
}
}
{
uint32_t L_3 = V_0;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)723360612)))))
{
goto IL_0058;
}
}
{
uint32_t L_4 = V_0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)521774151)))))
{
goto IL_003d;
}
}
{
uint32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)175614239))))
{
goto IL_0117;
}
}
{
uint32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)521774151))))
{
goto IL_0141;
}
}
{
goto IL_02b2;
}
IL_003d:
{
uint32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)676498961))))
{
goto IL_0234;
}
}
{
uint32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)723360612))))
{
goto IL_01fe;
}
}
{
goto IL_02b2;
}
IL_0058:
{
uint32_t L_9 = V_0;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)1041509726)))))
{
goto IL_007b;
}
}
{
uint32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)822184863))))
{
goto IL_012c;
}
}
{
uint32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)1041509726))))
{
goto IL_0225;
}
}
{
goto IL_02b2;
}
IL_007b:
{
uint32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)1062369733))))
{
goto IL_0156;
}
}
{
uint32_t L_13 = V_0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)1762750224))))
{
goto IL_016b;
}
}
{
goto IL_02b2;
}
IL_0096:
{
uint32_t L_14 = V_0;
if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)-1135103565)))))
{
goto IL_00dc;
}
}
{
uint32_t L_15 = V_0;
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)-1926678623)))))
{
goto IL_00c1;
}
}
{
uint32_t L_16 = V_0;
if ((((int32_t)L_16) == ((int32_t)((int32_t)1779622119))))
{
goto IL_0243;
}
}
{
uint32_t L_17 = V_0;
if ((((int32_t)L_17) == ((int32_t)((int32_t)-1926678623))))
{
goto IL_01d4;
}
}
{
goto IL_02b2;
}
IL_00c1:
{
uint32_t L_18 = V_0;
if ((((int32_t)L_18) == ((int32_t)((int32_t)-1485152592))))
{
goto IL_01aa;
}
}
{
uint32_t L_19 = V_0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)-1135103565))))
{
goto IL_0195;
}
}
{
goto IL_02b2;
}
IL_00dc:
{
uint32_t L_20 = V_0;
if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)-494980054)))))
{
goto IL_00ff;
}
}
{
uint32_t L_21 = V_0;
if ((((int32_t)L_21) == ((int32_t)((int32_t)-853882612))))
{
goto IL_01bf;
}
}
{
uint32_t L_22 = V_0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)-494980054))))
{
goto IL_0213;
}
}
{
goto IL_02b2;
}
IL_00ff:
{
uint32_t L_23 = V_0;
if ((((int32_t)L_23) == ((int32_t)((int32_t)-393411857))))
{
goto IL_0180;
}
}
{
uint32_t L_24 = V_0;
if ((((int32_t)L_24) == ((int32_t)((int32_t)-142065121))))
{
goto IL_01e9;
}
}
{
goto IL_02b2;
}
IL_0117:
{
String_t* L_25 = ___value0;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral97C89A4D6630ADEB18FA12BA9976A31413FE293E, /*hidden argument*/NULL);
if (L_26)
{
goto IL_0252;
}
}
{
goto IL_02b2;
}
IL_012c:
{
String_t* L_27 = ___value0;
bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteral41DEF7A0FEBE741DA87C5B79CE78CE27B83F3AE7, /*hidden argument*/NULL);
if (L_28)
{
goto IL_0258;
}
}
{
goto IL_02b2;
}
IL_0141:
{
String_t* L_29 = ___value0;
bool L_30 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_29, _stringLiteral70CB647A88BD7C9C17D225EECDAF0F898261EB60, /*hidden argument*/NULL);
if (L_30)
{
goto IL_025e;
}
}
{
goto IL_02b2;
}
IL_0156:
{
String_t* L_31 = ___value0;
bool L_32 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, _stringLiteralE5E429BCC9C2E4A41A3C7A4D96203BE6CB273B11, /*hidden argument*/NULL);
if (L_32)
{
goto IL_0264;
}
}
{
goto IL_02b2;
}
IL_016b:
{
String_t* L_33 = ___value0;
bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_33, _stringLiteral865C081D26F48C5BE98D18B540386EBB463216C3, /*hidden argument*/NULL);
if (L_34)
{
goto IL_026a;
}
}
{
goto IL_02b2;
}
IL_0180:
{
String_t* L_35 = ___value0;
bool L_36 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, _stringLiteral59B035367211A9382930B2A4C13637DBC33C4F32, /*hidden argument*/NULL);
if (L_36)
{
goto IL_0270;
}
}
{
goto IL_02b2;
}
IL_0195:
{
String_t* L_37 = ___value0;
bool L_38 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_37, _stringLiteralFE7F55B8BF68FD47D248A271D541E7E183621010, /*hidden argument*/NULL);
if (L_38)
{
goto IL_0276;
}
}
{
goto IL_02b2;
}
IL_01aa:
{
String_t* L_39 = ___value0;
bool L_40 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_39, _stringLiteralB97C4D4CDDF23EC47395AF460F9E28DF2A0F9B04, /*hidden argument*/NULL);
if (L_40)
{
goto IL_027c;
}
}
{
goto IL_02b2;
}
IL_01bf:
{
String_t* L_41 = ___value0;
bool L_42 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_41, _stringLiteralC67DD20EE842986086A0A915DDC2A279490130ED, /*hidden argument*/NULL);
if (L_42)
{
goto IL_0282;
}
}
{
goto IL_02b2;
}
IL_01d4:
{
String_t* L_43 = ___value0;
bool L_44 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_43, _stringLiteralA1FFFAAAFB7CC996685BCEB829C053CC4F7DE43D, /*hidden argument*/NULL);
if (L_44)
{
goto IL_0288;
}
}
{
goto IL_02b2;
}
IL_01e9:
{
String_t* L_45 = ___value0;
bool L_46 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_45, _stringLiteral972AD8D8A50397BA8C02433ED8F048EEB4074B85, /*hidden argument*/NULL);
if (L_46)
{
goto IL_028e;
}
}
{
goto IL_02b2;
}
IL_01fe:
{
String_t* L_47 = ___value0;
bool L_48 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_47, _stringLiteral573DD2C2ED953B97E3C31F3090925FE92109B779, /*hidden argument*/NULL);
if (L_48)
{
goto IL_0294;
}
}
{
goto IL_02b2;
}
IL_0213:
{
String_t* L_49 = ___value0;
bool L_50 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_49, _stringLiteralCF1C85ADBA548E8D681255278976584A7E4A44DE, /*hidden argument*/NULL);
if (L_50)
{
goto IL_029a;
}
}
{
goto IL_02b2;
}
IL_0225:
{
String_t* L_51 = ___value0;
bool L_52 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_51, _stringLiteralC3328C39B0E29F78E9FF45DB674248B1D245887D, /*hidden argument*/NULL);
if (L_52)
{
goto IL_02a0;
}
}
{
goto IL_02b2;
}
IL_0234:
{
String_t* L_53 = ___value0;
bool L_54 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_53, _stringLiteralA29F0256272E79CA91A1C4E608F09A6264397D12, /*hidden argument*/NULL);
if (L_54)
{
goto IL_02a6;
}
}
{
goto IL_02b2;
}
IL_0243:
{
String_t* L_55 = ___value0;
bool L_56 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_55, _stringLiteral8851142DA56FD885CE668A165B33FEE7003E858D, /*hidden argument*/NULL);
if (L_56)
{
goto IL_02ac;
}
}
{
goto IL_02b2;
}
IL_0252:
{
return _stringLiteral97C89A4D6630ADEB18FA12BA9976A31413FE293E;
}
IL_0258:
{
return _stringLiteral41DEF7A0FEBE741DA87C5B79CE78CE27B83F3AE7;
}
IL_025e:
{
return _stringLiteral70CB647A88BD7C9C17D225EECDAF0F898261EB60;
}
IL_0264:
{
return _stringLiteralE5E429BCC9C2E4A41A3C7A4D96203BE6CB273B11;
}
IL_026a:
{
return _stringLiteral865C081D26F48C5BE98D18B540386EBB463216C3;
}
IL_0270:
{
return _stringLiteral59B035367211A9382930B2A4C13637DBC33C4F32;
}
IL_0276:
{
return _stringLiteralFE7F55B8BF68FD47D248A271D541E7E183621010;
}
IL_027c:
{
return _stringLiteralB97C4D4CDDF23EC47395AF460F9E28DF2A0F9B04;
}
IL_0282:
{
return _stringLiteralC67DD20EE842986086A0A915DDC2A279490130ED;
}
IL_0288:
{
return _stringLiteralA1FFFAAAFB7CC996685BCEB829C053CC4F7DE43D;
}
IL_028e:
{
return _stringLiteral972AD8D8A50397BA8C02433ED8F048EEB4074B85;
}
IL_0294:
{
return _stringLiteral573DD2C2ED953B97E3C31F3090925FE92109B779;
}
IL_029a:
{
return _stringLiteralCF1C85ADBA548E8D681255278976584A7E4A44DE;
}
IL_02a0:
{
return _stringLiteralC3328C39B0E29F78E9FF45DB674248B1D245887D;
}
IL_02a6:
{
return _stringLiteralA29F0256272E79CA91A1C4E608F09A6264397D12;
}
IL_02ac:
{
return _stringLiteral145ED2984D4B8F8B13F15846F7F3A1A3EC7D1BE2;
}
IL_02b2:
{
String_t* L_57 = ___value0;
return L_57;
}
}
// System.Boolean System.ComponentModel.CategoryAttribute::IsDefaultAttribute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CategoryAttribute_IsDefaultAttribute_mC0E379976E42BC5FE5777848B6989986BC57D3C6 (CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = CategoryAttribute_get_Category_mBDB4C9D10F07BC627C4D047B8CD570D84EC56F3F(__this, /*hidden argument*/NULL);
CategoryAttribute_t89C58D266A4A65CD58E04FF63344AA3E0AF57B80 * L_1 = CategoryAttribute_get_Default_m34A162AF89E9BF4C869B5C4235D33D02D9249121(/*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = CategoryAttribute_get_Category_mBDB4C9D10F07BC627C4D047B8CD570D84EC56F3F(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.ComponentModel.CharConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharConverter_CanConvertFrom_mACC1C53BA7A3678023FA71E57FF9537B9135329F (CharConverter_tFD013540F3AFDBF6DB36FEE066025D778FAED95A * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CharConverter_CanConvertFrom_mACC1C53BA7A3678023FA71E57FF9537B9135329F_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.Object System.ComponentModel.CharConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CharConverter_ConvertTo_m0AE58CD85062AD115A508B40DFA8C03C2B4F5E30 (CharConverter_tFD013540F3AFDBF6DB36FEE066025D778FAED95A * __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 (CharConverter_ConvertTo_m0AE58CD85062AD115A508B40DFA8C03C2B4F5E30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType3;
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_0029;
}
}
{
RuntimeObject * L_4 = ___value2;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))
{
goto IL_0029;
}
}
{
RuntimeObject * L_5 = ___value2;
if (((*(Il2CppChar*)((Il2CppChar*)UnBox(L_5, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))))
{
goto IL_0029;
}
}
{
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_0029:
{
RuntimeObject* L_6 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = ___culture1;
RuntimeObject * L_8 = ___value2;
Type_t * L_9 = ___destinationType3;
RuntimeObject * L_10 = TypeConverter_ConvertTo_mFC7AA7F0A382607E75CCE820A705B5965D099AAC(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Object System.ComponentModel.CharConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CharConverter_ConvertFrom_mEF1930149E499F9B6BB23BA076B05D409147D8ED (CharConverter_tFD013540F3AFDBF6DB36FEE066025D778FAED95A * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CharConverter_ConvertFrom_mEF1930149E499F9B6BB23BA076B05D409147D8ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject * L_0 = ___value2;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
{
goto IL_006a;
}
}
{
RuntimeObject * L_1 = ___value2;
V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
String_t* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)1)))
{
goto IL_001f;
}
}
{
String_t* L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_4, /*hidden argument*/NULL);
V_0 = L_5;
}
IL_001f:
{
String_t* L_6 = V_0;
if (!L_6)
{
goto IL_0063;
}
}
{
String_t* L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_0063;
}
}
{
String_t* L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) == ((int32_t)1)))
{
goto IL_0056;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
String_t* L_13 = V_0;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_13);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_12;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
String_t* L_15 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral57D0D110DFCECD43C3781F997F490B8F87031F95, L_14, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_16 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, CharConverter_ConvertFrom_mEF1930149E499F9B6BB23BA076B05D409147D8ED_RuntimeMethod_var);
}
IL_0056:
{
String_t* L_17 = V_0;
NullCheck(L_17);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, 0, /*hidden argument*/NULL);
Il2CppChar L_19 = L_18;
RuntimeObject * L_20 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_19);
return L_20;
}
IL_0063:
{
Il2CppChar L_21 = ((Il2CppChar)0);
RuntimeObject * L_22 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_006a:
{
RuntimeObject* L_23 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = ___culture1;
RuntimeObject * L_25 = ___value2;
RuntimeObject * L_26 = TypeConverter_ConvertFrom_mD5AE49E422520F6E07B3C0D6202788E49B4698A3(__this, L_23, L_24, L_25, /*hidden argument*/NULL);
return L_26;
}
}
// System.Void System.ComponentModel.CharConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharConverter__ctor_m42C950C40D8A37114897889BE6FAAE8EDEE428E5 (CharConverter_tFD013540F3AFDBF6DB36FEE066025D778FAED95A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CharConverter__ctor_m42C950C40D8A37114897889BE6FAAE8EDEE428E5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.CollectionChangeEventArgs::.ctor(System.ComponentModel.CollectionChangeAction,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventArgs__ctor_mD3558C4355E8AD5C47311975640AD8749DFA96C9 (CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * __this, int32_t ___action0, RuntimeObject * ___element1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CollectionChangeEventArgs__ctor_mD3558C4355E8AD5C47311975640AD8749DFA96C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
int32_t L_0 = ___action0;
__this->set_action_1(L_0);
RuntimeObject * L_1 = ___element1;
__this->set_element_2(L_1);
return;
}
}
// System.ComponentModel.CollectionChangeAction System.ComponentModel.CollectionChangeEventArgs::get_Action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionChangeEventArgs_get_Action_m0819FCF5DFCFACB509454F3BB159801EAD34903F (CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_action_1();
return L_0;
}
}
// System.Object System.ComponentModel.CollectionChangeEventArgs::get_Element()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionChangeEventArgs_get_Element_m75E8471E08077D519F6DA358BDE70B6B4788AE04 (CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_element_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.Void System.ComponentModel.CollectionChangeEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventHandler__ctor_mFCB302CFA9AE9DDE1B921E3DB0540C6E260EBBD4 (CollectionChangeEventHandler_t8AE127943B452074A0FE2755F20B399D733EBCB2 * __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.ComponentModel.CollectionChangeEventHandler::Invoke(System.Object,System.ComponentModel.CollectionChangeEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventHandler_Invoke_mD082E7714AA09F19494DF2DB3C2F10D652E6C639 (CollectionChangeEventHandler_t8AE127943B452074A0FE2755F20B399D733EBCB2 * __this, RuntimeObject * ___sender0, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * ___e1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___e1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___e1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.ComponentModel.CollectionChangeEventHandler::BeginInvoke(System.Object,System.ComponentModel.CollectionChangeEventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionChangeEventHandler_BeginInvoke_mF937109512FDE888BA591179E0190A49EB25DE9D (CollectionChangeEventHandler_t8AE127943B452074A0FE2755F20B399D733EBCB2 * __this, RuntimeObject * ___sender0, CollectionChangeEventArgs_t63CA165C1F7D765B04CB139EB6577577479E57B0 * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___e1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void System.ComponentModel.CollectionChangeEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventHandler_EndInvoke_m605B9DF6E92679E34099A314136EA28C2B20462B (CollectionChangeEventHandler_t8AE127943B452074A0FE2755F20B399D733EBCB2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.ComponentModel.CollectionConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionConverter_ConvertTo_m75D7A858FB6E5B535386F5DB31CE3B6C8B153837 (CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 * __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 (CollectionConverter_ConvertTo_m75D7A858FB6E5B535386F5DB31CE3B6C8B153837_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
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, CollectionConverter_ConvertTo_m75D7A858FB6E5B535386F5DB31CE3B6C8B153837_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_003b;
}
}
{
RuntimeObject * L_7 = ___value2;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_7, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var)))
{
goto IL_003b;
}
}
{
String_t* L_8 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral65D51E6D5659127AE1F1F44B1DE048C9BEAD5452, /*hidden argument*/NULL);
return L_8;
}
IL_003b:
{
RuntimeObject* L_9 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___culture1;
RuntimeObject * L_11 = ___value2;
Type_t * L_12 = ___destinationType3;
RuntimeObject * L_13 = TypeConverter_ConvertTo_mFC7AA7F0A382607E75CCE820A705B5965D099AAC(__this, L_9, L_10, L_11, L_12, /*hidden argument*/NULL);
return L_13;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CollectionConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * CollectionConverter_GetProperties_m157B337350174872C0A16671185BE3343FBA08D5 (CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes2, const RuntimeMethod* method)
{
{
return (PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *)NULL;
}
}
// System.Boolean System.ComponentModel.CollectionConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionConverter_GetPropertiesSupported_mD6B7423E7544EE67C784C160905E681816E8C7A5 (CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.ComponentModel.CollectionConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7 (CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__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.Diagnostics.BooleanSwitch System.ComponentModel.CompModSwitches::get_CommonDesignerServices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 * CompModSwitches_get_CommonDesignerServices_mBD24D3AF6851780EAB5AA2DED58856DF85902411 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompModSwitches_get_CommonDesignerServices_mBD24D3AF6851780EAB5AA2DED58856DF85902411_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 * L_0 = ((CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_il2cpp_TypeInfo_var))->get_commonDesignerServices_0();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001f;
}
}
{
BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 * L_1 = (BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 *)il2cpp_codegen_object_new(BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0_il2cpp_TypeInfo_var);
BooleanSwitch__ctor_m6F066AB4D9A1AF132569B625CB857AE671F94C0B(L_1, _stringLiteral90CDBAD31E59F5CC87EDA12D7936EAC81A12B3C2, _stringLiteral650C848EE6D5B41AE53E6A16DD93635E175BA37E, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_il2cpp_TypeInfo_var))->set_commonDesignerServices_0(L_1);
}
IL_001f:
{
BooleanSwitch_t2B51F0E7C50E7DAA74282B51EF9107A2E54723E0 * L_2 = ((CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_il2cpp_TypeInfo_var))->get_commonDesignerServices_0();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Diagnostics.TraceSwitch System.ComponentModel.CompModSwitches::get_EventLog()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 * CompModSwitches_get_EventLog_m2286ED0463A2FC057EA067BB274849C07A536272 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompModSwitches_get_EventLog_m2286ED0463A2FC057EA067BB274849C07A536272_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 * L_0 = ((CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_il2cpp_TypeInfo_var))->get_eventLog_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_001f;
}
}
{
TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 * L_1 = (TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 *)il2cpp_codegen_object_new(TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8_il2cpp_TypeInfo_var);
TraceSwitch__ctor_mDBA48A8FB03E3CED698799144535B99F84D81008(L_1, _stringLiteral7D9BB5FACA0C2597890EBEEFFF0E4ED6EB86252A, _stringLiteralA58DE6F683368A8C77D00322A7660DCF216D24DE, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_il2cpp_TypeInfo_var))->set_eventLog_1(L_1);
}
IL_001f:
{
TraceSwitch_t32D210D5C9B05D9E555925260EEC3767BA895EC8 * L_2 = ((CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tB835655C9DCFB714C970F60C9B98519276BC499D_il2cpp_TypeInfo_var))->get_eventLog_1();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__ctor_m59FAB19B6E887A7D5053ACC6ED790163E7DD8A7E (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
__this->set_dataSource_0((String_t*)NULL);
__this->set_dataMember_1((String_t*)NULL);
return;
}
}
// System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__ctor_mFE249518E01EC637D9EB8AB92A3BFAB3E55939A6 (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, String_t* ___dataSource0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___dataSource0;
__this->set_dataSource_0(L_0);
__this->set_dataMember_1((String_t*)NULL);
return;
}
}
// System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__ctor_mD3540B6D71E3C3F598F22906324DE930E59391F5 (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, String_t* ___dataSource0, String_t* ___dataMember1, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___dataSource0;
__this->set_dataSource_0(L_0);
String_t* L_1 = ___dataMember1;
__this->set_dataMember_1(L_1);
return;
}
}
// System.String System.ComponentModel.ComplexBindingPropertiesAttribute::get_DataSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataSource_mC1AB8624E2137D05C6F072586A48EB7B3C9AC94C (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_dataSource_0();
return L_0;
}
}
// System.String System.ComponentModel.ComplexBindingPropertiesAttribute::get_DataMember()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataMember_m4C0300DE08F7ADA2EB8A13F77F661A95824A99DA (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_dataMember_1();
return L_0;
}
}
// System.Boolean System.ComponentModel.ComplexBindingPropertiesAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ComplexBindingPropertiesAttribute_Equals_m51834AC94389DD8428A64914A9D05CB1AE0AA5B4 (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComplexBindingPropertiesAttribute_Equals_m51834AC94389DD8428A64914A9D05CB1AE0AA5B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC *)IsInstSealed((RuntimeObject*)L_0, ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC_il2cpp_TypeInfo_var));
ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * L_1 = V_0;
if (!L_1)
{
goto IL_002f;
}
}
{
ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = ComplexBindingPropertiesAttribute_get_DataSource_mC1AB8624E2137D05C6F072586A48EB7B3C9AC94C_inline(L_2, /*hidden argument*/NULL);
String_t* L_4 = __this->get_dataSource_0();
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002f;
}
}
{
ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = ComplexBindingPropertiesAttribute_get_DataMember_m4C0300DE08F7ADA2EB8A13F77F661A95824A99DA_inline(L_6, /*hidden argument*/NULL);
String_t* L_8 = __this->get_dataMember_1();
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_002f:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.ComplexBindingPropertiesAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComplexBindingPropertiesAttribute_GetHashCode_m2F2E67DDD60D6BD8465F432FFC11AB4A122FFFA9 (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__cctor_m5BCFA30E144454811ECFB87693D17CFE3D406662 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComplexBindingPropertiesAttribute__cctor_m5BCFA30E144454811ECFB87693D17CFE3D406662_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * L_0 = (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC *)il2cpp_codegen_object_new(ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC_il2cpp_TypeInfo_var);
ComplexBindingPropertiesAttribute__ctor_m59FAB19B6E887A7D5053ACC6ED790163E7DD8A7E(L_0, /*hidden argument*/NULL);
((ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC_StaticFields*)il2cpp_codegen_static_fields_for(ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC_il2cpp_TypeInfo_var))->set_Default_2(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.Component::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Finalize_m868907479C0DC7487C423BD23F7A73B09352FDB7 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __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)
VirtActionInvoker1< bool >::Invoke(14 /* System.Void System.ComponentModel.Component::Dispose(System.Boolean) */, __this, (bool)0);
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.Boolean System.ComponentModel.Component::get_CanRaiseEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEvents_m6DE6AEAAC799CBA0E31C78BA036590F3FE6543C2 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.ComponentModel.Component::get_CanRaiseEventsInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEventsInternal_mEB36254A3CA5E7A1BD31D1B9F13D93ACC295936F (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.ComponentModel.Component::get_CanRaiseEvents() */, __this);
return L_0;
}
}
// System.Void System.ComponentModel.Component::add_Disposed(System.EventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_add_Disposed_m04A7186AE6CEE6764B48302F0D7A47D8D0B4C274 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_add_Disposed_m04A7186AE6CEE6764B48302F0D7A47D8D0B4C274_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var))->get_EventDisposed_1();
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_2 = ___value0;
NullCheck(L_0);
EventHandlerList_AddHandler_m7C93C7AF6FD41E4C41E444CCEC0E46C9F3F01A09(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Component::remove_Disposed(System.EventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_remove_Disposed_m5730135794900398F5490543A0A9E70251B14C4C (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_remove_Disposed_m5730135794900398F5490543A0A9E70251B14C4C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var))->get_EventDisposed_1();
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_2 = ___value0;
NullCheck(L_0);
EventHandlerList_RemoveHandler_mC125E76596116E967804D771CC7551ED5E700718(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.ComponentModel.EventHandlerList System.ComponentModel.Component::get_Events()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_get_Events_m93E4A66B06122546E16F6633ED70F6381AE428A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_0 = __this->get_events_3();
if (L_0)
{
goto IL_0014;
}
}
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_1 = (EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 *)il2cpp_codegen_object_new(EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4_il2cpp_TypeInfo_var);
EventHandlerList__ctor_m3B8B937C7A4F3EF4E46315692BC1CF5BAC97CD38(L_1, __this, /*hidden argument*/NULL);
__this->set_events_3(L_1);
}
IL_0014:
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_2 = __this->get_events_3();
return L_2;
}
}
// System.ComponentModel.ISite System.ComponentModel.Component::get_Site()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Site_m45F03D1CF679A6E7EFEEE72F3B399663C0CF720A (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_site_2();
return L_0;
}
}
// System.Void System.ComponentModel.Component::set_Site(System.ComponentModel.ISite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_set_Site_m4296F063DEC65836EABB1424C6305012E289C285 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->set_site_2(L_0);
return;
}
}
// System.Void System.ComponentModel.Component::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_m823396D3128BA14DDC7522A760EEEEAC30518E98 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_Dispose_m823396D3128BA14DDC7522A760EEEEAC30518E98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(14 /* System.Void System.ComponentModel.Component::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Component::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_m80D68BDF38465CD605E93ABFBEBA8F0C9BFFC03B (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_Dispose_m80D68BDF38465CD605E93ABFBEBA8F0C9BFFC03B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * V_0 = NULL;
bool V_1 = false;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * 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);
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_006e;
}
}
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0007:
try
{ // begin try (depth: 1)
{
Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
RuntimeObject* L_2 = __this->get_site_2();
if (!L_2)
{
goto IL_0035;
}
}
IL_0017:
{
RuntimeObject* L_3 = __this->get_site_2();
NullCheck(L_3);
RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_3);
if (!L_4)
{
goto IL_0035;
}
}
IL_0024:
{
RuntimeObject* L_5 = __this->get_site_2();
NullCheck(L_5);
RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_5);
NullCheck(L_6);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(3 /* System.Void System.ComponentModel.IContainer::Remove(System.ComponentModel.IComponent) */, IContainer_tA0D1065AEB21197BA9E1F139F6501B8ADCB66077_il2cpp_TypeInfo_var, L_6, __this);
}
IL_0035:
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_7 = __this->get_events_3();
if (!L_7)
{
goto IL_0062;
}
}
IL_003d:
{
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * L_8 = __this->get_events_3();
IL2CPP_RUNTIME_CLASS_INIT(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var);
RuntimeObject * L_9 = ((Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var))->get_EventDisposed_1();
NullCheck(L_8);
Delegate_t * L_10 = EventHandlerList_get_Item_mFB7DC8CD40DFDA76E9732CB48CE774DDEC373C42(L_8, L_9, /*hidden argument*/NULL);
V_2 = ((EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)CastclassSealed((RuntimeObject*)L_10, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var));
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_11 = V_2;
if (!L_11)
{
goto IL_0062;
}
}
IL_0056:
{
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_12 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * L_13 = ((EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var))->get_Empty_0();
NullCheck(L_12);
EventHandler_Invoke_mD23D5EFEA562A05C5EACDD3E91EEDD2BF6C22800(L_12, __this, L_13, /*hidden argument*/NULL);
}
IL_0062:
{
IL2CPP_LEAVE(0x6E, FINALLY_0064);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0064;
}
FINALLY_0064:
{ // begin finally (depth: 1)
{
bool L_14 = V_1;
if (!L_14)
{
goto IL_006d;
}
}
IL_0067:
{
Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * L_15 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_15, /*hidden argument*/NULL);
}
IL_006d:
{
IL2CPP_END_FINALLY(100)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(100)
{
IL2CPP_JUMP_TBL(0x6E, IL_006e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_006e:
{
return;
}
}
// System.ComponentModel.IContainer System.ComponentModel.Component::get_Container()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Container_mC65EA33BC20F64C913EF5EB0979DA47C04C0530E (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_get_Container_mC65EA33BC20F64C913EF5EB0979DA47C04C0530E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->get_site_2();
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_0011;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_2);
return L_3;
}
IL_0011:
{
return (RuntimeObject*)NULL;
}
}
// System.Object System.ComponentModel.Component::GetService(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetService_mE7073D944A8F916BA1C93E9E6E6C9920A2D933FA (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, Type_t * ___service0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_GetService_mE7073D944A8F916BA1C93E9E6E6C9920A2D933FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->get_site_2();
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
RuntimeObject* L_2 = V_0;
Type_t * L_3 = ___service0;
NullCheck(L_2);
RuntimeObject * L_4 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t4EDB9848587638C3988434AA46E63D9EB85005EF_il2cpp_TypeInfo_var, L_2, L_3);
return L_4;
}
IL_0012:
{
return NULL;
}
}
// System.Boolean System.ComponentModel.Component::get_DesignMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_DesignMode_m5C2604368D1EC3DD4D2669AAC15F6EC25DBCAF61 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_get_DesignMode_m5C2604368D1EC3DD4D2669AAC15F6EC25DBCAF61_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->get_site_2();
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_0011;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_2);
return L_3;
}
IL_0011:
{
return (bool)0;
}
}
// System.String System.ComponentModel.Component::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Component_ToString_m051D2542B10347587C9F258405623C6E482F4BB6 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component_ToString_m051D2542B10347587C9F258405623C6E482F4BB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->get_site_2();
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_002b;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_2);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_4);
String_t* L_6 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_3, _stringLiteral42CBDB3C55980503B68E044C73B768E2C1557D44, L_5, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
return L_6;
}
IL_002b:
{
Type_t * L_7 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_7);
return L_8;
}
}
// System.Void System.ComponentModel.Component::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_m7E00FCEC8E392D7C6AE3806CE5B4616B8CC84594 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
{
{
MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Component::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__cctor_mC716FB6A30E5EFC523414AD3CE9B63B77F7535D3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Component__cctor_mC716FB6A30E5EFC523414AD3CE9B63B77F7535D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
((Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var))->set_EventDisposed_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.ComponentCollection::.ctor(System.ComponentModel.IComponent[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentCollection__ctor_m87394413DCE85A48A977BC5505B31B423AA96E3D (ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * __this, IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* ___components0, const RuntimeMethod* method)
{
{
ReadOnlyCollectionBase__ctor_mBEC71CA5710783D04E7409A67DDD99D3E8E522C1(__this, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ReadOnlyCollectionBase_get_InnerList_m3C3148B3398A9529F8947DB24457616A31F727B7(__this, /*hidden argument*/NULL);
IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* L_1 = ___components0;
NullCheck(L_0);
VirtActionInvoker1< RuntimeObject* >::Invoke(30 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_0, (RuntimeObject*)(RuntimeObject*)L_1);
return;
}
}
// System.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComponentCollection_get_Item_mE2B50B2203E85B0FFD12BA25AB74284D0E1BF85E (ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentCollection_get_Item_mE2B50B2203E85B0FFD12BA25AB74284D0E1BF85E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_0068;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ReadOnlyCollectionBase_get_InnerList_m3C3148B3398A9529F8947DB24457616A31F727B7(__this, /*hidden argument*/NULL);
NullCheck(L_1);
RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
}
IL_000f:
try
{ // begin try (depth: 1)
{
goto IL_004d;
}
IL_0011:
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_1;
if (!L_5)
{
goto IL_004d;
}
}
IL_0020:
{
RuntimeObject* L_6 = V_1;
NullCheck(L_6);
RuntimeObject* L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, L_6);
if (!L_7)
{
goto IL_004d;
}
}
IL_0028:
{
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
RuntimeObject* L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, L_8);
NullCheck(L_9);
String_t* L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_9);
if (!L_10)
{
goto IL_004d;
}
}
IL_0035:
{
RuntimeObject* L_11 = V_1;
NullCheck(L_11);
RuntimeObject* L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, L_11);
NullCheck(L_12);
String_t* L_13 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_12);
String_t* L_14 = ___name0;
bool L_15 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_13, L_14, 5, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_004d;
}
}
IL_0049:
{
RuntimeObject* L_16 = V_1;
V_2 = L_16;
IL2CPP_LEAVE(0x6A, FINALLY_0057);
}
IL_004d:
{
RuntimeObject* L_17 = V_0;
NullCheck(L_17);
bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_17);
if (L_18)
{
goto IL_0011;
}
}
IL_0055:
{
IL2CPP_LEAVE(0x68, FINALLY_0057);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0057;
}
FINALLY_0057:
{ // begin finally (depth: 1)
{
RuntimeObject* L_19 = V_0;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_20 = V_3;
if (!L_20)
{
goto IL_0067;
}
}
IL_0061:
{
RuntimeObject* L_21 = V_3;
NullCheck(L_21);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_21);
}
IL_0067:
{
IL2CPP_END_FINALLY(87)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(87)
{
IL2CPP_JUMP_TBL(0x6A, IL_006a)
IL2CPP_JUMP_TBL(0x68, IL_0068)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0068:
{
return (RuntimeObject*)NULL;
}
IL_006a:
{
RuntimeObject* L_22 = V_2;
return L_22;
}
}
// System.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComponentCollection_get_Item_mBE34BDCA0C9FFE42717B4F8DF82837373A8189D4 (ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentCollection_get_Item_mBE34BDCA0C9FFE42717B4F8DF82837373A8189D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ReadOnlyCollectionBase_get_InnerList_m3C3148B3398A9529F8947DB24457616A31F727B7(__this, /*hidden argument*/NULL);
int32_t L_1 = ___index0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
return ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var));
}
}
// System.Void System.ComponentModel.ComponentCollection::CopyTo(System.ComponentModel.IComponent[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentCollection_CopyTo_mB74AE4BD43E5C8B6F2C234A4D0AE8AF77AA65DC6 (ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * __this, IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ReadOnlyCollectionBase_get_InnerList_m3C3148B3398A9529F8947DB24457616A31F727B7(__this, /*hidden argument*/NULL);
IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* L_1 = ___array0;
int32_t L_2 = ___index1;
NullCheck(L_0);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, (RuntimeArray *)(RuntimeArray *)L_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
// System.Void System.ComponentModel.ComponentConverter::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentConverter__ctor_m49FB91A291AFCD94E41DD41B9B16A938A5FA5273 (ComponentConverter_tAFCE49784F59197CB5E92C8ED566B069D1A5766E * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentConverter__ctor_m49FB91A291AFCD94E41DD41B9B16A938A5FA5273_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(ReferenceConverter_t5080472EE999A1F00721E6C5C97013762C85C7E4_il2cpp_TypeInfo_var);
ReferenceConverter__ctor_m2FB1721E7BE48D8857E0BF4690A1FB82C9EC1DC7(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ComponentConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * ComponentConverter_GetProperties_m8C283D3EE69E185BD68E4A3570229F4B597C62F1 (ComponentConverter_tAFCE49784F59197CB5E92C8ED566B069D1A5766E * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentConverter_GetProperties_m8C283D3EE69E185BD68E4A3570229F4B597C62F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value1;
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_1 = ___attributes2;
IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_tEA9B846104F636343B5CBF281E8E7BE6349843AF_il2cpp_TypeInfo_var);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_2 = TypeDescriptor_GetProperties_m05CFF294019C93C8ADC7433BB7D5D87F19DDE7FC(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.ComponentModel.ComponentConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ComponentConverter_GetPropertiesSupported_m1329740DF56E38B1C12C0394C25150078D31B7B6 (ComponentConverter_tAFCE49784F59197CB5E92C8ED566B069D1A5766E * __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.Boolean System.ComponentModel.ComponentEditor::EditComponent(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ComponentEditor_EditComponent_mF5DE85C7BA13FB678FD049F1971F0E91EDCBB708 (ComponentEditor_t10B6B1D4888C4D6AA6D11C071EE7536EEA69FD2B * __this, RuntimeObject * ___component0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___component0;
bool L_1 = VirtFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(4 /* System.Boolean System.ComponentModel.ComponentEditor::EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, (RuntimeObject*)NULL, L_0);
return L_1;
}
}
// System.Void System.ComponentModel.ComponentEditor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentEditor__ctor_m9F870D3808C7B07CBDA8E886658E2E21E349657C (ComponentEditor_t10B6B1D4888C4D6AA6D11C071EE7536EEA69FD2B * __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.ComponentResourceManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentResourceManager__ctor_m587ECF7F2C87231E022EB221BD8C08F9B5AA7F3B (ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentResourceManager__ctor_m587ECF7F2C87231E022EB221BD8C08F9B5AA7F3B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var);
ResourceManager__ctor_m7687E90600A79F076543F433787DA73F12942310(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.ComponentResourceManager::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentResourceManager__ctor_m7C735947140BA1B9D4B4A2B80587DB0119419468 (ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 * __this, Type_t * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentResourceManager__ctor_m7C735947140BA1B9D4B4A2B80587DB0119419468_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___t0;
IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var);
ResourceManager__ctor_m8715100BDE5F9365C34A762BCDB648626C380F9C(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Globalization.CultureInfo System.ComponentModel.ComponentResourceManager::get_NeutralResourcesCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ComponentResourceManager_get_NeutralResourcesCulture_mC238BD57FDFD42A95184069EFD6BA62EFFFF1C38 (ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentResourceManager_get_NeutralResourcesCulture_mC238BD57FDFD42A95184069EFD6BA62EFFFF1C38_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = __this->get__neutralResourcesCulture_26();
if (L_0)
{
goto IL_0027;
}
}
{
Assembly_t * L_1 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF *)__this)->get_MainAssembly_4();
bool L_2 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_1, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0027;
}
}
{
Assembly_t * L_3 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF *)__this)->get_MainAssembly_4();
IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ResourceManager_GetNeutralResourcesLanguage_m9194545C12E1D359922F1E6097D5972176ED3958(L_3, /*hidden argument*/NULL);
__this->set__neutralResourcesCulture_26(L_4);
}
IL_0027:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = __this->get__neutralResourcesCulture_26();
return L_5;
}
}
// System.Void System.ComponentModel.ComponentResourceManager::ApplyResources(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentResourceManager_ApplyResources_m884541957E90DFCC030CE745D3FE028FBA93023C (ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 * __this, RuntimeObject * ___value0, String_t* ___objectName1, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
String_t* L_1 = ___objectName1;
VirtActionInvoker3< RuntimeObject *, String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(9 /* System.Void System.ComponentModel.ComponentResourceManager::ApplyResources(System.Object,System.String,System.Globalization.CultureInfo) */, __this, L_0, L_1, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL);
return;
}
}
// System.Void System.ComponentModel.ComponentResourceManager::ApplyResources(System.Object,System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentResourceManager_ApplyResources_m33E61B4E1C5E65BDE48968F0D2ED5050D4F82055 (ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 * __this, RuntimeObject * ___value0, String_t* ___objectName1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentResourceManager_ApplyResources_m33E61B4E1C5E65BDE48968F0D2ED5050D4F82055_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_3 = NULL;
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_4 = NULL;
RuntimeObject* V_5 = NULL;
RuntimeObject* V_6 = NULL;
KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D V_7;
memset((&V_7), 0, sizeof(V_7));
String_t* V_8 = NULL;
int32_t V_9 = 0;
String_t* V_10 = NULL;
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * V_11 = NULL;
PropertyInfo_t * V_12 = NULL;
Type_t * V_13 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ComponentResourceManager_ApplyResources_m33E61B4E1C5E65BDE48968F0D2ED5050D4F82055_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___objectName1;
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, _stringLiteralAA2C4F42F8D5F3F86FF403388524469E1724361B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ComponentResourceManager_ApplyResources_m33E61B4E1C5E65BDE48968F0D2ED5050D4F82055_RuntimeMethod_var);
}
IL_001c:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ___culture2;
if (L_4)
{
goto IL_0026;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487(/*hidden argument*/NULL);
___culture2 = L_5;
}
IL_0026:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get__resourceSets_25();
if (L_6)
{
goto IL_0052;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_7, /*hidden argument*/NULL);
__this->set__resourceSets_25(L_7);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = ___culture2;
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_9 = ComponentResourceManager_FillResources_m3CF34A8C3829ED996C2B5FB7DBB0704E2422A7D5(__this, L_8, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_3), /*hidden argument*/NULL);
V_0 = L_9;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get__resourceSets_25();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = ___culture2;
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_12 = V_0;
NullCheck(L_10);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_10, L_11, L_12);
goto IL_0096;
}
IL_0052:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get__resourceSets_25();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = ___culture2;
NullCheck(L_13);
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14);
V_0 = ((SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 *)CastclassClass((RuntimeObject*)L_15, SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128_il2cpp_TypeInfo_var));
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_16 = V_0;
if (!L_16)
{
goto IL_007f;
}
}
{
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_17 = V_0;
NullCheck(L_17);
RuntimeObject* L_18 = SortedList_2_get_Comparer_mF1BE234C35853F104326A12870B69A81DF99FAB3_inline(L_17, /*hidden argument*/SortedList_2_get_Comparer_mF1BE234C35853F104326A12870B69A81DF99FAB3_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_19 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
NullCheck(L_18);
bool L_20 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_18, L_19);
bool L_21 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this);
if ((((int32_t)L_20) == ((int32_t)L_21)))
{
goto IL_0096;
}
}
IL_007f:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = ___culture2;
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_23 = ComponentResourceManager_FillResources_m3CF34A8C3829ED996C2B5FB7DBB0704E2422A7D5(__this, L_22, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_4), /*hidden argument*/NULL);
V_0 = L_23;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_24 = __this->get__resourceSets_25();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = ___culture2;
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_26 = V_0;
NullCheck(L_24);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_24, L_25, L_26);
}
IL_0096:
{
V_1 = ((int32_t)4116);
bool L_27 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this);
if (!L_27)
{
goto IL_00a8;
}
}
{
int32_t L_28 = V_1;
V_1 = ((int32_t)((int32_t)L_28|(int32_t)1));
}
IL_00a8:
{
V_2 = (bool)0;
RuntimeObject * L_29 = ___value0;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_29, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var)))
{
goto IL_00ce;
}
}
{
RuntimeObject * L_30 = ___value0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_30, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var)));
RuntimeObject* L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_30, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var)));
V_5 = L_31;
RuntimeObject* L_32 = V_5;
if (!L_32)
{
goto IL_00ce;
}
}
{
RuntimeObject* L_33 = V_5;
NullCheck(L_33);
bool L_34 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_33);
if (!L_34)
{
goto IL_00ce;
}
}
{
V_2 = (bool)1;
}
IL_00ce:
{
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_35 = V_0;
NullCheck(L_35);
RuntimeObject* L_36 = SortedList_2_GetEnumerator_mEBDD7E7CB3B6E778CC4E72CDA7C7EB56F1652D9D(L_35, /*hidden argument*/SortedList_2_GetEnumerator_mEBDD7E7CB3B6E778CC4E72CDA7C7EB56F1652D9D_RuntimeMethod_var);
V_6 = L_36;
}
IL_00d6:
try
{ // begin try (depth: 1)
{
goto IL_025b;
}
IL_00db:
{
RuntimeObject* L_37 = V_6;
NullCheck(L_37);
KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D L_38 = InterfaceFuncInvoker0< KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>>::get_Current() */, IEnumerator_1_t1B544616A0E00870EA4AEE27B24E2D5122C6EFBB_il2cpp_TypeInfo_var, L_37);
V_7 = L_38;
String_t* L_39 = KeyValuePair_2_get_Key_m70ABAD248D45E166CEC58AF007095CEC5E79B1DD_inline((KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Key_m70ABAD248D45E166CEC58AF007095CEC5E79B1DD_RuntimeMethod_var);
V_8 = L_39;
String_t* L_40 = V_8;
if (!L_40)
{
goto IL_025b;
}
}
IL_00f4:
{
bool L_41 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this);
if (!L_41)
{
goto IL_0114;
}
}
IL_00fc:
{
String_t* L_42 = V_8;
String_t* L_43 = ___objectName1;
String_t* L_44 = ___objectName1;
NullCheck(L_44);
int32_t L_45 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_44, /*hidden argument*/NULL);
int32_t L_46 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_42, 0, L_43, 0, L_45, 5, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_0129;
}
}
IL_010f:
{
goto IL_025b;
}
IL_0114:
{
String_t* L_47 = V_8;
String_t* L_48 = ___objectName1;
String_t* L_49 = ___objectName1;
NullCheck(L_49);
int32_t L_50 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_49, /*hidden argument*/NULL);
int32_t L_51 = String_CompareOrdinal_m3DE819A1E2FB2B4992CFF04CA36921B77A3FC387(L_47, 0, L_48, 0, L_50, /*hidden argument*/NULL);
if (L_51)
{
goto IL_025b;
}
}
IL_0129:
{
String_t* L_52 = ___objectName1;
NullCheck(L_52);
int32_t L_53 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_52, /*hidden argument*/NULL);
V_9 = L_53;
String_t* L_54 = V_8;
NullCheck(L_54);
int32_t L_55 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_54, /*hidden argument*/NULL);
int32_t L_56 = V_9;
if ((((int32_t)L_55) <= ((int32_t)L_56)))
{
goto IL_025b;
}
}
IL_013f:
{
String_t* L_57 = V_8;
int32_t L_58 = V_9;
NullCheck(L_57);
Il2CppChar L_59 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_57, L_58, /*hidden argument*/NULL);
if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)46)))))
{
goto IL_025b;
}
}
IL_014f:
{
String_t* L_60 = V_8;
int32_t L_61 = V_9;
NullCheck(L_60);
String_t* L_62 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_60, ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)), /*hidden argument*/NULL);
V_10 = L_62;
bool L_63 = V_2;
if (!L_63)
{
goto IL_01bc;
}
}
IL_015f:
{
RuntimeObject * L_64 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_tEA9B846104F636343B5CBF281E8E7BE6349843AF_il2cpp_TypeInfo_var);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_65 = TypeDescriptor_GetProperties_mADA58F0BAD4560D62BF7ADB7186B990D11780B0C(L_64, /*hidden argument*/NULL);
String_t* L_66 = V_10;
bool L_67 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this);
NullCheck(L_65);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_68 = VirtFuncInvoker2< PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D *, String_t*, bool >::Invoke(33 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) */, L_65, L_66, L_67);
V_11 = L_68;
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_69 = V_11;
if (!L_69)
{
goto IL_025b;
}
}
IL_017b:
{
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_70 = V_11;
NullCheck(L_70);
bool L_71 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, L_70);
if (L_71)
{
goto IL_025b;
}
}
IL_0187:
{
RuntimeObject * L_72 = KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_inline((KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_RuntimeMethod_var);
if (!L_72)
{
goto IL_01a8;
}
}
IL_0190:
{
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_73 = V_11;
NullCheck(L_73);
Type_t * L_74 = VirtFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, L_73);
RuntimeObject * L_75 = KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_inline((KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_RuntimeMethod_var);
NullCheck(L_74);
bool L_76 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_74, L_75);
if (!L_76)
{
goto IL_025b;
}
}
IL_01a8:
{
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_77 = V_11;
RuntimeObject * L_78 = ___value0;
RuntimeObject * L_79 = KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_inline((KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_RuntimeMethod_var);
NullCheck(L_77);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.ComponentModel.PropertyDescriptor::SetValue(System.Object,System.Object) */, L_77, L_78, L_79);
goto IL_025b;
}
IL_01bc:
{
V_12 = (PropertyInfo_t *)NULL;
}
IL_01bf:
try
{ // begin try (depth: 2)
RuntimeObject * L_80 = ___value0;
NullCheck(L_80);
Type_t * L_81 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_80, /*hidden argument*/NULL);
String_t* L_82 = V_10;
int32_t L_83 = V_1;
NullCheck(L_81);
PropertyInfo_t * L_84 = Type_GetProperty_m724FAA955DCE10E0C46A9485BCEA32C1CE608130(L_81, L_82, L_83, /*hidden argument*/NULL);
V_12 = L_84;
goto IL_021a;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_01d1;
throw e;
}
CATCH_01d1:
{ // begin catch(System.Reflection.AmbiguousMatchException)
{
RuntimeObject * L_85 = ___value0;
NullCheck(L_85);
Type_t * L_86 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_85, /*hidden argument*/NULL);
V_13 = L_86;
}
IL_01da:
{
Type_t * L_87 = V_13;
String_t* L_88 = V_10;
int32_t L_89 = V_1;
NullCheck(L_87);
PropertyInfo_t * L_90 = Type_GetProperty_m724FAA955DCE10E0C46A9485BCEA32C1CE608130(L_87, L_88, ((int32_t)((int32_t)L_89|(int32_t)2)), /*hidden argument*/NULL);
V_12 = L_90;
Type_t * L_91 = V_13;
NullCheck(L_91);
Type_t * L_92 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_91);
V_13 = L_92;
PropertyInfo_t * L_93 = V_12;
bool L_94 = PropertyInfo_op_Equality_m6E3A0B7912D137F6FA5F53756ED260C9831B70ED(L_93, (PropertyInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_94)
{
goto IL_0218;
}
}
IL_01fb:
{
Type_t * L_95 = V_13;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_96 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_95, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_96)
{
goto IL_0218;
}
}
IL_0205:
{
Type_t * L_97 = V_13;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_98 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_99 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_98, /*hidden argument*/NULL);
bool L_100 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_97, L_99, /*hidden argument*/NULL);
if (L_100)
{
goto IL_01da;
}
}
IL_0218:
{
goto IL_021a;
}
} // end catch (depth: 2)
IL_021a:
{
PropertyInfo_t * L_101 = V_12;
bool L_102 = PropertyInfo_op_Inequality_m72FFC34F4BEFB4F18155B0E97F8616597AE9A782(L_101, (PropertyInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_102)
{
goto IL_025b;
}
}
IL_0224:
{
PropertyInfo_t * L_103 = V_12;
NullCheck(L_103);
bool L_104 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, L_103);
if (!L_104)
{
goto IL_025b;
}
}
IL_022d:
{
RuntimeObject * L_105 = KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_inline((KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_RuntimeMethod_var);
if (!L_105)
{
goto IL_024b;
}
}
IL_0236:
{
PropertyInfo_t * L_106 = V_12;
NullCheck(L_106);
Type_t * L_107 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_106);
RuntimeObject * L_108 = KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_inline((KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_RuntimeMethod_var);
NullCheck(L_107);
bool L_109 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_107, L_108);
if (!L_109)
{
goto IL_025b;
}
}
IL_024b:
{
PropertyInfo_t * L_110 = V_12;
RuntimeObject * L_111 = ___value0;
RuntimeObject * L_112 = KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_inline((KeyValuePair_2_tC167337BFA3217084F940401B1BC047130DED61D *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m435F98F01A7613A2BC8ED3A15E128D30D75D2FD4_RuntimeMethod_var);
NullCheck(L_110);
VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(28 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, L_110, L_111, L_112, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
}
IL_025b:
{
RuntimeObject* L_113 = V_6;
NullCheck(L_113);
bool L_114 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_113);
if (L_114)
{
goto IL_00db;
}
}
IL_0267:
{
IL2CPP_LEAVE(0x275, FINALLY_0269);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0269;
}
FINALLY_0269:
{ // begin finally (depth: 1)
{
RuntimeObject* L_115 = V_6;
if (!L_115)
{
goto IL_0274;
}
}
IL_026d:
{
RuntimeObject* L_116 = V_6;
NullCheck(L_116);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_116);
}
IL_0274:
{
IL2CPP_END_FINALLY(617)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(617)
{
IL2CPP_JUMP_TBL(0x275, IL_0275)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0275:
{
return;
}
}
// System.Collections.Generic.SortedList`2<System.String,System.Object> System.ComponentModel.ComponentResourceManager::FillResources(System.Globalization.CultureInfo,System.Resources.ResourceSet&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * ComponentResourceManager_FillResources_m3CF34A8C3829ED996C2B5FB7DBB0704E2422A7D5 (ComponentResourceManager_t48833C1DFC68FB7031F4E102B50BE346D8811065 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** ___resourceSet1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ComponentResourceManager_FillResources_m3CF34A8C3829ED996C2B5FB7DBB0704E2422A7D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * V_0 = NULL;
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_1 = NULL;
RuntimeObject* V_2 = NULL;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_3;
memset((&V_3), 0, sizeof(V_3));
RuntimeObject* 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_1 = (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_1);
if (L_2)
{
goto IL_002e;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___culture0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ComponentResourceManager_get_NeutralResourcesCulture_mC238BD57FDFD42A95184069EFD6BA62EFFFF1C38(__this, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_4);
if (L_5)
{
goto IL_002e;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = ___culture0;
NullCheck(L_6);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = VirtFuncInvoker0< CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_6);
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_8 = ComponentResourceManager_FillResources_m3CF34A8C3829ED996C2B5FB7DBB0704E2422A7D5(__this, L_7, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_1), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_004e;
}
IL_002e:
{
bool L_9 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this);
if (!L_9)
{
goto IL_0043;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_10 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_11 = (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 *)il2cpp_codegen_object_new(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128_il2cpp_TypeInfo_var);
SortedList_2__ctor_mDA1437E983585A345ECCA3BA30FA83E1E30A4AB6(L_11, L_10, /*hidden argument*/SortedList_2__ctor_mDA1437E983585A345ECCA3BA30FA83E1E30A4AB6_RuntimeMethod_var);
V_0 = L_11;
goto IL_004e;
}
IL_0043:
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_12 = StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_inline(/*hidden argument*/NULL);
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_13 = (SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 *)il2cpp_codegen_object_new(SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128_il2cpp_TypeInfo_var);
SortedList_2__ctor_mDA1437E983585A345ECCA3BA30FA83E1E30A4AB6(L_13, L_12, /*hidden argument*/SortedList_2__ctor_mDA1437E983585A345ECCA3BA30FA83E1E30A4AB6_RuntimeMethod_var);
V_0 = L_13;
}
IL_004e:
{
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_14 = ___resourceSet1;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = ___culture0;
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_16 = VirtFuncInvoker3< ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, bool, bool >::Invoke(7 /* System.Resources.ResourceSet System.Resources.ResourceManager::GetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) */, __this, L_15, (bool)1, (bool)1);
*((RuntimeObject **)L_14) = (RuntimeObject *)L_16;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_16);
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_17 = ___resourceSet1;
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_18 = *((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)L_17);
if (!L_18)
{
goto IL_00af;
}
}
{
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_19 = ___resourceSet1;
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_20 = *((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)L_19);
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_21 = V_1;
if ((((RuntimeObject*)(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)L_20) == ((RuntimeObject*)(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)L_21)))
{
goto IL_00af;
}
}
{
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_22 = ___resourceSet1;
ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_23 = *((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)L_22);
NullCheck(L_23);
RuntimeObject* L_24 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IDictionaryEnumerator System.Resources.ResourceSet::GetEnumerator() */, L_23);
V_2 = L_24;
}
IL_006a:
try
{ // begin try (depth: 1)
{
goto IL_0091;
}
IL_006c:
{
RuntimeObject* L_25 = V_2;
NullCheck(L_25);
RuntimeObject * L_26 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_25);
V_3 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_26, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_27 = V_0;
RuntimeObject * L_28 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_3), /*hidden argument*/NULL);
RuntimeObject * L_29 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_3), /*hidden argument*/NULL);
NullCheck(L_27);
SortedList_2_set_Item_m1460BC43D5156B3CEC5C4EDBF7C317C65F06EE94(L_27, ((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)), L_29, /*hidden argument*/SortedList_2_set_Item_m1460BC43D5156B3CEC5C4EDBF7C317C65F06EE94_RuntimeMethod_var);
}
IL_0091:
{
RuntimeObject* L_30 = V_2;
NullCheck(L_30);
bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_30);
if (L_31)
{
goto IL_006c;
}
}
IL_0099:
{
IL2CPP_LEAVE(0xAF, FINALLY_009b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_009b;
}
FINALLY_009b:
{ // begin finally (depth: 1)
{
RuntimeObject* L_32 = V_2;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_33 = V_4;
if (!L_33)
{
goto IL_00ae;
}
}
IL_00a7:
{
RuntimeObject* L_34 = V_4;
NullCheck(L_34);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_34);
}
IL_00ae:
{
IL2CPP_END_FINALLY(155)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(155)
{
IL2CPP_JUMP_TBL(0xAF, IL_00af)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00af:
{
SortedList_2_t9D3F1738C5F08FE16E003468C55AFCEB846D2128 * L_35 = V_0;
return L_35;
}
}
#ifdef __clang__
#pragma 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.Container::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Finalize_mFE3569BCB203688CDCB6905476F1DB16251A704B (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __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)
VirtActionInvoker1< bool >::Invoke(12 /* System.Void System.ComponentModel.Container::Dispose(System.Boolean) */, __this, (bool)0);
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.ComponentModel.Container::Add(System.ComponentModel.IComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Add_mD2C00620A80A757094F711D85E64A2739669A1D3 (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, RuntimeObject* ___component0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___component0;
VirtActionInvoker2< RuntimeObject*, String_t* >::Invoke(10 /* System.Void System.ComponentModel.Container::Add(System.ComponentModel.IComponent,System.String) */, __this, L_0, (String_t*)NULL);
return;
}
}
// System.Void System.ComponentModel.Container::Add(System.ComponentModel.IComponent,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Add_mB9DD92FDB72C70707F0E9F19B747345A08F6DF68 (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, RuntimeObject* ___component0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_Add_mB9DD92FDB72C70707F0E9F19B747345A08F6DF68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* V_4 = NULL;
int32_t V_5 = 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) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = __this->get_syncObj_5();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
RuntimeObject* L_2 = ___component0;
if (L_2)
{
goto IL_0019;
}
}
IL_0014:
{
IL2CPP_LEAVE(0xD9, FINALLY_00cf);
}
IL_0019:
{
RuntimeObject* L_3 = ___component0;
NullCheck(L_3);
RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, L_3);
V_2 = L_4;
RuntimeObject* L_5 = V_2;
if (!L_5)
{
goto IL_0031;
}
}
IL_0023:
{
RuntimeObject* L_6 = V_2;
NullCheck(L_6);
RuntimeObject* L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_6);
if ((!(((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 *)__this))))
{
goto IL_0031;
}
}
IL_002c:
{
IL2CPP_LEAVE(0xD9, FINALLY_00cf);
}
IL_0031:
{
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_8 = __this->get_sites_0();
if (L_8)
{
goto IL_0047;
}
}
IL_0039:
{
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_9 = (ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8*)(ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8*)SZArrayNew(ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_sites_0(L_9);
goto IL_008b;
}
IL_0047:
{
RuntimeObject* L_10 = ___component0;
String_t* L_11 = ___name1;
VirtActionInvoker2< RuntimeObject*, String_t* >::Invoke(16 /* System.Void System.ComponentModel.Container::ValidateName(System.ComponentModel.IComponent,System.String) */, __this, L_10, L_11);
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_12 = __this->get_sites_0();
NullCheck(L_12);
int32_t L_13 = __this->get_siteCount_1();
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) == ((uint32_t)L_13))))
{
goto IL_008b;
}
}
IL_005f:
{
int32_t L_14 = __this->get_siteCount_1();
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_15 = (ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8*)(ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8*)SZArrayNew(ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2)));
V_4 = L_15;
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_16 = __this->get_sites_0();
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_17 = V_4;
int32_t L_18 = __this->get_siteCount_1();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, L_18, /*hidden argument*/NULL);
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_19 = V_4;
__this->set_sites_0(L_19);
}
IL_008b:
{
RuntimeObject* L_20 = V_2;
if (!L_20)
{
goto IL_009a;
}
}
IL_008e:
{
RuntimeObject* L_21 = V_2;
NullCheck(L_21);
RuntimeObject* L_22 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_21);
RuntimeObject* L_23 = ___component0;
NullCheck(L_22);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(3 /* System.Void System.ComponentModel.IContainer::Remove(System.ComponentModel.IComponent) */, IContainer_tA0D1065AEB21197BA9E1F139F6501B8ADCB66077_il2cpp_TypeInfo_var, L_22, L_23);
}
IL_009a:
{
RuntimeObject* L_24 = ___component0;
String_t* L_25 = ___name1;
RuntimeObject* L_26 = VirtFuncInvoker2< RuntimeObject*, RuntimeObject*, String_t* >::Invoke(11 /* System.ComponentModel.ISite System.ComponentModel.Container::CreateSite(System.ComponentModel.IComponent,System.String) */, __this, L_24, L_25);
V_3 = L_26;
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_27 = __this->get_sites_0();
int32_t L_28 = __this->get_siteCount_1();
V_5 = L_28;
int32_t L_29 = V_5;
__this->set_siteCount_1(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)));
int32_t L_30 = V_5;
RuntimeObject* L_31 = V_3;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_31);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (RuntimeObject*)L_31);
RuntimeObject* L_32 = ___component0;
RuntimeObject* L_33 = V_3;
NullCheck(L_32);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.ComponentModel.IComponent::set_Site(System.ComponentModel.ISite) */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, L_32, L_33);
__this->set_components_2((ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 *)NULL);
IL2CPP_LEAVE(0xD9, FINALLY_00cf);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00cf;
}
FINALLY_00cf:
{ // begin finally (depth: 1)
{
bool L_34 = V_1;
if (!L_34)
{
goto IL_00d8;
}
}
IL_00d2:
{
RuntimeObject * L_35 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_35, /*hidden argument*/NULL);
}
IL_00d8:
{
IL2CPP_END_FINALLY(207)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(207)
{
IL2CPP_JUMP_TBL(0xD9, IL_00d9)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00d9:
{
return;
}
}
// System.ComponentModel.ISite System.ComponentModel.Container::CreateSite(System.ComponentModel.IComponent,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Container_CreateSite_mB2C844032CC888CFF4868A5C3F8875D3A00B4263 (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, RuntimeObject* ___component0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_CreateSite_mB2C844032CC888CFF4868A5C3F8875D3A00B4263_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___component0;
String_t* L_1 = ___name1;
Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * L_2 = (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B *)il2cpp_codegen_object_new(Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B_il2cpp_TypeInfo_var);
Site__ctor_mE5880D7B7104607004D193047FCED0C5798AFFA2(L_2, L_0, __this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.ComponentModel.Container::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m5D329D52392588221C5B2050B3FCCCFD1A81DB31 (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_Dispose_m5D329D52392588221C5B2050B3FCCCFD1A81DB31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(12 /* System.Void System.ComponentModel.Container::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Container::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m8E2E86E4455B9EE167759CEB790C1526495B4966 (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_Dispose_m8E2E86E4455B9EE167759CEB790C1526495B4966_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 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);
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_0067;
}
}
{
RuntimeObject * L_1 = __this->get_syncObj_5();
V_0 = L_1;
V_1 = (bool)0;
}
IL_000c:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
goto IL_0044;
}
IL_0016:
{
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_3 = __this->get_sites_0();
int32_t L_4 = __this->get_siteCount_1();
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
int32_t L_5 = V_2;
__this->set_siteCount_1(L_5);
int32_t L_6 = V_2;
NullCheck(L_3);
int32_t L_7 = L_6;
RuntimeObject* L_8 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
RuntimeObject* L_9 = L_8;
NullCheck(L_9);
RuntimeObject* L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_9);
NullCheck(L_10);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.ComponentModel.IComponent::set_Site(System.ComponentModel.ISite) */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, L_10, (RuntimeObject*)NULL);
NullCheck(L_9);
RuntimeObject* L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_9);
NullCheck(L_11);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_11);
}
IL_0044:
{
int32_t L_12 = __this->get_siteCount_1();
if ((((int32_t)L_12) > ((int32_t)0)))
{
goto IL_0016;
}
}
IL_004d:
{
__this->set_sites_0((ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8*)NULL);
__this->set_components_2((ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 *)NULL);
IL2CPP_LEAVE(0x67, FINALLY_005d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005d;
}
FINALLY_005d:
{ // begin finally (depth: 1)
{
bool L_13 = V_1;
if (!L_13)
{
goto IL_0066;
}
}
IL_0060:
{
RuntimeObject * L_14 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL);
}
IL_0066:
{
IL2CPP_END_FINALLY(93)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(93)
{
IL2CPP_JUMP_TBL(0x67, IL_0067)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0067:
{
return;
}
}
// System.Object System.ComponentModel.Container::GetService(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Container_GetService_mC27DC293E0E9B344F2B7F861D5255191212F376E (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, Type_t * ___service0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_GetService_mC27DC293E0E9B344F2B7F861D5255191212F376E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___service0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IContainer_tA0D1065AEB21197BA9E1F139F6501B8ADCB66077_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 NULL;
}
IL_0014:
{
return __this;
}
}
// System.ComponentModel.ComponentCollection System.ComponentModel.Container::get_Components()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * Container_get_Components_m7491B801C95CE9F5C817E8F59EBD1DB06C4B1A9B (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_get_Components_m7491B801C95CE9F5C817E8F59EBD1DB06C4B1A9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* V_2 = NULL;
int32_t V_3 = 0;
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * V_4 = NULL;
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = __this->get_syncObj_5();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_2 = __this->get_components_2();
if (L_2)
{
goto IL_0069;
}
}
IL_0019:
{
int32_t L_3 = __this->get_siteCount_1();
IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* L_4 = (IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16*)(IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16*)SZArrayNew(IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_2 = L_4;
V_3 = 0;
goto IL_003d;
}
IL_0029:
{
IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* L_5 = V_2;
int32_t L_6 = V_3;
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_7 = __this->get_sites_0();
int32_t L_8 = V_3;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeObject* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
RuntimeObject* L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_10);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_11);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_11);
int32_t L_12 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_003d:
{
int32_t L_13 = V_3;
int32_t L_14 = __this->get_siteCount_1();
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0029;
}
}
IL_0046:
{
IComponentU5BU5D_t5CEA92CD84EBC4469803207406088BEE73CB3E16* L_15 = V_2;
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_16 = (ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 *)il2cpp_codegen_object_new(ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895_il2cpp_TypeInfo_var);
ComponentCollection__ctor_m87394413DCE85A48A977BC5505B31B423AA96E3D(L_16, L_15, /*hidden argument*/NULL);
__this->set_components_2(L_16);
ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 * L_17 = __this->get_filter_3();
if (L_17)
{
goto IL_0069;
}
}
IL_005a:
{
bool L_18 = __this->get_checkedFilter_4();
if (!L_18)
{
goto IL_0069;
}
}
IL_0062:
{
__this->set_checkedFilter_4((bool)0);
}
IL_0069:
{
bool L_19 = __this->get_checkedFilter_4();
if (L_19)
{
goto IL_0093;
}
}
IL_0071:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_20 = { reinterpret_cast<intptr_t> (ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_21 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_20, /*hidden argument*/NULL);
RuntimeObject * L_22 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.ComponentModel.Container::GetService(System.Type) */, __this, L_21);
__this->set_filter_3(((ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 *)IsInstClass((RuntimeObject*)L_22, ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19_il2cpp_TypeInfo_var)));
__this->set_checkedFilter_4((bool)1);
}
IL_0093:
{
ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 * L_23 = __this->get_filter_3();
if (!L_23)
{
goto IL_00ba;
}
}
IL_009b:
{
ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 * L_24 = __this->get_filter_3();
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_25 = __this->get_components_2();
NullCheck(L_24);
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_26 = VirtFuncInvoker1< ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 *, ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * >::Invoke(4 /* System.ComponentModel.ComponentCollection System.ComponentModel.ContainerFilterService::FilterComponents(System.ComponentModel.ComponentCollection) */, L_24, L_25);
V_4 = L_26;
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_27 = V_4;
if (!L_27)
{
goto IL_00ba;
}
}
IL_00b2:
{
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_28 = V_4;
__this->set_components_2(L_28);
}
IL_00ba:
{
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_29 = __this->get_components_2();
V_5 = L_29;
IL2CPP_LEAVE(0xCE, FINALLY_00c4);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00c4;
}
FINALLY_00c4:
{ // begin finally (depth: 1)
{
bool L_30 = V_1;
if (!L_30)
{
goto IL_00cd;
}
}
IL_00c7:
{
RuntimeObject * L_31 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_31, /*hidden argument*/NULL);
}
IL_00cd:
{
IL2CPP_END_FINALLY(196)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(196)
{
IL2CPP_JUMP_TBL(0xCE, IL_00ce)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00ce:
{
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_32 = V_5;
return L_32;
}
}
// System.Void System.ComponentModel.Container::Remove(System.ComponentModel.IComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_mBA9DA9DB60BA5826892D5E78E44A9DEFBB1214BC (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, RuntimeObject* ___component0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___component0;
Container_Remove_mCDEBA25F853AFD40FC74D6074E87F2DAB9241C6B(__this, L_0, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Container::Remove(System.ComponentModel.IComponent,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_mCDEBA25F853AFD40FC74D6074E87F2DAB9241C6B (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, RuntimeObject* ___component0, bool ___preserveSite1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_Remove_mCDEBA25F853AFD40FC74D6074E87F2DAB9241C6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject* 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) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = __this->get_syncObj_5();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
RuntimeObject* L_2 = ___component0;
if (L_2)
{
goto IL_0019;
}
}
IL_0014:
{
IL2CPP_LEAVE(0xA2, FINALLY_0098);
}
IL_0019:
{
RuntimeObject* L_3 = ___component0;
NullCheck(L_3);
RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, L_3);
V_2 = L_4;
RuntimeObject* L_5 = V_2;
if (!L_5)
{
goto IL_002c;
}
}
IL_0023:
{
RuntimeObject* L_6 = V_2;
NullCheck(L_6);
RuntimeObject* L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_6);
if ((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 *)__this)))
{
goto IL_002e;
}
}
IL_002c:
{
IL2CPP_LEAVE(0xA2, FINALLY_0098);
}
IL_002e:
{
bool L_8 = ___preserveSite1;
if (L_8)
{
goto IL_0038;
}
}
IL_0031:
{
RuntimeObject* L_9 = ___component0;
NullCheck(L_9);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.ComponentModel.IComponent::set_Site(System.ComponentModel.ISite) */, IComponent_t2227ADCB5304EAFD55C447E3EE8453437941B4C6_il2cpp_TypeInfo_var, L_9, (RuntimeObject*)NULL);
}
IL_0038:
{
V_3 = 0;
goto IL_008d;
}
IL_003c:
{
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_10 = __this->get_sites_0();
int32_t L_11 = V_3;
NullCheck(L_10);
int32_t L_12 = L_11;
RuntimeObject* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
RuntimeObject* L_14 = V_2;
if ((!(((RuntimeObject*)(RuntimeObject*)L_13) == ((RuntimeObject*)(RuntimeObject*)L_14))))
{
goto IL_0089;
}
}
IL_0047:
{
int32_t L_15 = __this->get_siteCount_1();
__this->set_siteCount_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)));
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_16 = __this->get_sites_0();
int32_t L_17 = V_3;
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_18 = __this->get_sites_0();
int32_t L_19 = V_3;
int32_t L_20 = __this->get_siteCount_1();
int32_t L_21 = V_3;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL);
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_22 = __this->get_sites_0();
int32_t L_23 = __this->get_siteCount_1();
NullCheck(L_22);
ArrayElementTypeCheck (L_22, NULL);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (RuntimeObject*)NULL);
__this->set_components_2((ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 *)NULL);
IL2CPP_LEAVE(0xA2, FINALLY_0098);
}
IL_0089:
{
int32_t L_24 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_008d:
{
int32_t L_25 = V_3;
int32_t L_26 = __this->get_siteCount_1();
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_003c;
}
}
IL_0096:
{
IL2CPP_LEAVE(0xA2, FINALLY_0098);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0098;
}
FINALLY_0098:
{ // begin finally (depth: 1)
{
bool L_27 = V_1;
if (!L_27)
{
goto IL_00a1;
}
}
IL_009b:
{
RuntimeObject * L_28 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL);
}
IL_00a1:
{
IL2CPP_END_FINALLY(152)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(152)
{
IL2CPP_JUMP_TBL(0xA2, IL_00a2)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00a2:
{
return;
}
}
// System.Void System.ComponentModel.Container::RemoveWithoutUnsiting(System.ComponentModel.IComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_RemoveWithoutUnsiting_m25B00CC9DF4668B3D04540E74DF7A7337DB23500 (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, RuntimeObject* ___component0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___component0;
Container_Remove_mCDEBA25F853AFD40FC74D6074E87F2DAB9241C6B(__this, L_0, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.Container::ValidateName(System.ComponentModel.IComponent,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_ValidateName_mD6A5D82CF9253F66966AB4CD11D6F2087BF6393E (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, RuntimeObject* ___component0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_ValidateName_mD6A5D82CF9253F66966AB4CD11D6F2087BF6393E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
{
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, Container_ValidateName_mD6A5D82CF9253F66966AB4CD11D6F2087BF6393E_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___name1;
if (!L_2)
{
goto IL_00a2;
}
}
{
V_0 = 0;
goto IL_0089;
}
IL_0018:
{
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_3 = __this->get_sites_0();
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
RuntimeObject* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_1 = L_6;
RuntimeObject* L_7 = V_1;
if (!L_7)
{
goto IL_0085;
}
}
{
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
String_t* L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_8);
if (!L_9)
{
goto IL_0085;
}
}
{
RuntimeObject* L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_10);
String_t* L_12 = ___name1;
bool L_13 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_11, L_12, 5, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0085;
}
}
{
RuntimeObject* L_14 = V_1;
NullCheck(L_14);
RuntimeObject* L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_14);
RuntimeObject* L_16 = ___component0;
if ((((RuntimeObject*)(RuntimeObject*)L_15) == ((RuntimeObject*)(RuntimeObject*)L_16)))
{
goto IL_0085;
}
}
{
RuntimeObject* L_17 = V_1;
NullCheck(L_17);
RuntimeObject* L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_il2cpp_TypeInfo_var, L_17);
IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_tEA9B846104F636343B5CBF281E8E7BE6349843AF_il2cpp_TypeInfo_var);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_19 = TypeDescriptor_GetAttributes_m0325F763D0AA6354E3F7859E15FF7BE3A8D5F3D3(L_18, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_20 = { reinterpret_cast<intptr_t> (InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_21 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_22 = VirtFuncInvoker1< Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_19, L_21);
NullCheck(((InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 *)CastclassSealed((RuntimeObject*)L_22, InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_il2cpp_TypeInfo_var)));
int32_t L_23 = InheritanceAttribute_get_InheritanceLevel_mA90C9C95D4B7D9AE8F4713F91A0ED806D68B06CC_inline(((InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 *)CastclassSealed((RuntimeObject*)L_22, InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if ((((int32_t)L_23) == ((int32_t)2)))
{
goto IL_0085;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
String_t* L_26 = ___name1;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_26);
String_t* L_27 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralD19CDC9E1C80CAEA5A2F7FB38E7827301FFD9734, L_25, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_28 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_28, L_27, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, Container_ValidateName_mD6A5D82CF9253F66966AB4CD11D6F2087BF6393E_RuntimeMethod_var);
}
IL_0085:
{
int32_t L_29 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_0089:
{
int32_t L_30 = V_0;
int32_t L_31 = __this->get_siteCount_1();
ISiteU5BU5D_t26A1BA57EE8683FC59C3BDD15CA00512F5A520A8* L_32 = __this->get_sites_0();
NullCheck(L_32);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_33 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_31, (((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))), /*hidden argument*/NULL);
if ((((int32_t)L_30) < ((int32_t)L_33)))
{
goto IL_0018;
}
}
IL_00a2:
{
return;
}
}
// System.Void System.ComponentModel.Container::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mD7A10DE182D247D0A6035B14AE9D85884D3A5D89 (Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container__ctor_mD7A10DE182D247D0A6035B14AE9D85884D3A5D89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
__this->set_syncObj_5(L_0);
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.Container_Site::.ctor(System.ComponentModel.IComponent,System.ComponentModel.Container,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site__ctor_mE5880D7B7104607004D193047FCED0C5798AFFA2 (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * __this, RuntimeObject* ___component0, Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * ___container1, String_t* ___name2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___component0;
__this->set_component_0(L_0);
Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * L_1 = ___container1;
__this->set_container_1(L_1);
String_t* L_2 = ___name2;
__this->set_name_2(L_2);
return;
}
}
// System.ComponentModel.IComponent System.ComponentModel.Container_Site::get_Component()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Component_m4FE024AC7FADA352DE8DC97ABFE699F2157A15B7 (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_component_0();
return L_0;
}
}
// System.ComponentModel.IContainer System.ComponentModel.Container_Site::get_Container()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Container_m359729C182F30649057DA35B2EF5C5F088D8DF0D (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * __this, const RuntimeMethod* method)
{
{
Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * L_0 = __this->get_container_1();
return L_0;
}
}
// System.Object System.ComponentModel.Container_Site::GetService(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Site_GetService_mE75BA0C427D171ED40D8085E1C20321553D942F1 (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * __this, Type_t * ___service0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Site_GetService_mE75BA0C427D171ED40D8085E1C20321553D942F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___service0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2_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_001f;
}
}
{
Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * L_4 = __this->get_container_1();
Type_t * L_5 = ___service0;
NullCheck(L_4);
RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.ComponentModel.Container::GetService(System.Type) */, L_4, L_5);
return L_6;
}
IL_001f:
{
return __this;
}
}
// System.Boolean System.ComponentModel.Container_Site::get_DesignMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Site_get_DesignMode_mBE21D6EA545FA29D763CF8B9133BAB9AA246007A (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.String System.ComponentModel.Container_Site::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Site_get_Name_m4AE8A9CB0FF380B1496B66B603AB3E5F699C55A8 (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_2();
return L_0;
}
}
// System.Void System.ComponentModel.Container_Site::set_Name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site_set_Name_m4FCBCA111B71ACDFA9C15B295738D106C94EDFAB (Site_tD5DE03CC5F94838106C1E4E65AA851553A96335B * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (!L_0)
{
goto IL_0019;
}
}
{
String_t* L_1 = __this->get_name_2();
if (!L_1)
{
goto IL_0019;
}
}
{
String_t* L_2 = ___value0;
String_t* L_3 = __this->get_name_2();
NullCheck(L_2);
bool L_4 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_2, L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0032;
}
}
IL_0019:
{
Container_tC98CD69632DEA16FC061454A770CC7D11FFFEEF1 * L_5 = __this->get_container_1();
RuntimeObject* L_6 = __this->get_component_0();
String_t* L_7 = ___value0;
NullCheck(L_5);
VirtActionInvoker2< RuntimeObject*, String_t* >::Invoke(16 /* System.Void System.ComponentModel.Container::ValidateName(System.ComponentModel.IComponent,System.String) */, L_5, L_6, L_7);
String_t* L_8 = ___value0;
__this->set_name_2(L_8);
}
IL_0032:
{
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.ContainerFilterService::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerFilterService__ctor_m12ACA943E0C6253C91F2E34AF18A6902154734BD (ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.ComponentModel.ComponentCollection System.ComponentModel.ContainerFilterService::FilterComponents(System.ComponentModel.ComponentCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * ContainerFilterService_FilterComponents_mC4C85A1736AEB9FF4379E9EF0FD20D773F36704A (ContainerFilterService_t4E2FD208B28F83EA50EBC66500B7DCA29D38FA19 * __this, ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * ___components0, const RuntimeMethod* method)
{
{
ComponentCollection_tCA923631B2E55E6A831F9D5CF5231113764CB895 * L_0 = ___components0;
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.String System.ComponentModel.CultureInfoConverter::get_DefaultCultureString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_get_DefaultCultureString_m202C68B34215169C103318A3A1620995A186EB61 (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureInfoConverter_get_DefaultCultureString_m202C68B34215169C103318A3A1620995A186EB61_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralC32F3C8245D5C97266808087F5E3612ACBD4C762, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_GetCultureName_mA1618DE646813A98D2FDA246EDFE83D8015085E9 (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method)
{
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_0);
return L_1;
}
}
// System.Boolean System.ComponentModel.CultureInfoConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_CanConvertFrom_m85B0075150593AEA00319D8DABEC28929EC4C706 (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureInfoConverter_CanConvertFrom_m85B0075150593AEA00319D8DABEC28929EC4C706_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.CultureInfoConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_CanConvertTo_m0AAD1DACA5AA6A17F6EA0246D8B787D2240BFEC2 (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureInfoConverter_CanConvertTo_m0AAD1DACA5AA6A17F6EA0246D8B787D2240BFEC2_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.CultureInfoConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CultureInfoConverter_ConvertFrom_m49DB6CACA3C6739CD8C2ECA4CF1459D4420D609C (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureInfoConverter_ConvertFrom_m49DB6CACA3C6739CD8C2ECA4CF1459D4420D609C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_1 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_2 = NULL;
RuntimeObject* V_3 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_4 = NULL;
RuntimeObject* V_5 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = ___value2;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
{
goto IL_0158;
}
}
{
RuntimeObject * L_1 = ___value2;
V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_3 = VirtFuncInvoker1< String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_2);
NullCheck(L_3);
bool L_4 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0035;
}
}
{
RuntimeObject * L_5 = ___value2;
String_t* L_6 = CultureInfoMapper_GetCultureInfoName_m794274715866D2D8F320CBD3A051B55B24824720(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0035:
{
V_1 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL;
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_7 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
NullCheck(L_7);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = Thread_get_CurrentUICulture_m7D91997747DB8A3780F0305A337D5389DB58194F(L_7, /*hidden argument*/NULL);
V_2 = L_8;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = ___culture1;
if (!L_9)
{
goto IL_005d;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___culture1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_10);
bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11);
if (!L_12)
{
goto IL_005d;
}
}
{
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_13 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = ___culture1;
NullCheck(L_13);
Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9(L_13, L_14, /*hidden argument*/NULL);
}
IL_005d:
{
}
IL_005e:
try
{ // begin try (depth: 1)
{
String_t* L_15 = V_0;
if (!L_15)
{
goto IL_0078;
}
}
IL_0061:
{
String_t* L_16 = V_0;
NullCheck(L_16);
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0078;
}
}
IL_0069:
{
String_t* L_18 = V_0;
String_t* L_19 = CultureInfoConverter_get_DefaultCultureString_m202C68B34215169C103318A3A1620995A186EB61(__this, /*hidden argument*/NULL);
int32_t L_20 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_18, L_19, 4, /*hidden argument*/NULL);
if (L_20)
{
goto IL_007e;
}
}
IL_0078:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
V_1 = L_21;
}
IL_007e:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = V_1;
if (L_22)
{
goto IL_00bf;
}
}
IL_0081:
{
RuntimeObject* L_23 = ___context0;
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_24 = VirtFuncInvoker1< StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 *, RuntimeObject* >::Invoke(12 /* System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) */, __this, L_23);
NullCheck(L_24);
RuntimeObject* L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_24);
V_3 = L_25;
goto IL_00b7;
}
IL_0090:
{
RuntimeObject* L_26 = V_3;
NullCheck(L_26);
RuntimeObject * L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_26);
V_4 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_27, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var));
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_28 = V_4;
if (!L_28)
{
goto IL_00b7;
}
}
IL_00a1:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = V_4;
String_t* L_30 = VirtFuncInvoker1< String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_29);
String_t* L_31 = V_0;
int32_t L_32 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_30, L_31, 4, /*hidden argument*/NULL);
if (L_32)
{
goto IL_00b7;
}
}
IL_00b2:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_33 = V_4;
V_1 = L_33;
goto IL_00bf;
}
IL_00b7:
{
RuntimeObject* L_34 = V_3;
NullCheck(L_34);
bool L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_34);
if (L_35)
{
goto IL_0090;
}
}
IL_00bf:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_36 = V_1;
if (L_36)
{
goto IL_00ce;
}
}
IL_00c2:
try
{ // begin try (depth: 2)
String_t* L_37 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_38 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo__ctor_mA0E7CC1F0262900B57C2CD04E1FEB30FD87281C3(L_38, L_37, /*hidden argument*/NULL);
V_1 = L_38;
goto IL_00ce;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00cb;
throw e;
}
CATCH_00cb:
{ // begin catch(System.Object)
goto IL_00ce;
} // end catch (depth: 2)
IL_00ce:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_39 = V_1;
if (L_39)
{
goto IL_0126;
}
}
IL_00d1:
{
String_t* L_40 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_41 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_40);
String_t* L_42 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_40, L_41, /*hidden argument*/NULL);
V_0 = L_42;
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_43 = __this->get_values_2();
NullCheck(L_43);
RuntimeObject* L_44 = StandardValuesCollection_GetEnumerator_m40E0D69CDEDD7EDE2D9454C4A18AA4C91A96B95F(L_43, /*hidden argument*/NULL);
V_5 = L_44;
goto IL_011d;
}
IL_00ec:
{
RuntimeObject* L_45 = V_5;
NullCheck(L_45);
RuntimeObject * L_46 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_45);
V_6 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_46, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var));
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_47 = V_6;
if (!L_47)
{
goto IL_011d;
}
}
IL_00fe:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_48 = V_6;
String_t* L_49 = VirtFuncInvoker1< String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_48);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_50 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_49);
String_t* L_51 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_49, L_50, /*hidden argument*/NULL);
String_t* L_52 = V_0;
NullCheck(L_51);
bool L_53 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_51, L_52, /*hidden argument*/NULL);
if (!L_53)
{
goto IL_011d;
}
}
IL_0118:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_54 = V_6;
V_1 = L_54;
IL2CPP_LEAVE(0x134, FINALLY_0128);
}
IL_011d:
{
RuntimeObject* L_55 = V_5;
NullCheck(L_55);
bool L_56 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_55);
if (L_56)
{
goto IL_00ec;
}
}
IL_0126:
{
IL2CPP_LEAVE(0x134, FINALLY_0128);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0128;
}
FINALLY_0128:
{ // begin finally (depth: 1)
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_57 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_58 = V_2;
NullCheck(L_57);
Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9(L_57, L_58, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(296)
} // end finally (depth: 1)
IL2CPP_CLEANUP(296)
{
IL2CPP_JUMP_TBL(0x134, IL_0134)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0134:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_59 = V_1;
if (L_59)
{
goto IL_0156;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_61 = L_60;
RuntimeObject * L_62 = ___value2;
NullCheck(L_61);
ArrayElementTypeCheck (L_61, ((String_t*)CastclassSealed((RuntimeObject*)L_62, String_t_il2cpp_TypeInfo_var)));
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_62, String_t_il2cpp_TypeInfo_var)));
String_t* L_63 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral7D3149EA7E070098D43E7DD9684DC738259152B8, L_61, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_64 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_64, L_63, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, CultureInfoConverter_ConvertFrom_m49DB6CACA3C6739CD8C2ECA4CF1459D4420D609C_RuntimeMethod_var);
}
IL_0156:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_65 = V_1;
return L_65;
}
IL_0158:
{
RuntimeObject* L_66 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_67 = ___culture1;
RuntimeObject * L_68 = ___value2;
RuntimeObject * L_69 = TypeConverter_ConvertFrom_mD5AE49E422520F6E07B3C0D6202788E49B4698A3(__this, L_66, L_67, L_68, /*hidden argument*/NULL);
return L_69;
}
}
// System.Object System.ComponentModel.CultureInfoConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CultureInfoConverter_ConvertTo_m2283E0757C117D8E1A62DF66D50C182FEFCF0A2E (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __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 (CultureInfoConverter_ConvertTo_m2283E0757C117D8E1A62DF66D50C182FEFCF0A2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_1 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_2 = NULL;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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, CultureInfoConverter_ConvertTo_m2283E0757C117D8E1A62DF66D50C182FEFCF0A2E_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_0080;
}
}
{
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_7 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
NullCheck(L_7);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = Thread_get_CurrentUICulture_m7D91997747DB8A3780F0305A337D5389DB58194F(L_7, /*hidden argument*/NULL);
V_1 = L_8;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = ___culture1;
if (!L_9)
{
goto IL_004e;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___culture1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_10);
bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11);
if (!L_12)
{
goto IL_004e;
}
}
{
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_13 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = ___culture1;
NullCheck(L_13);
Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9(L_13, L_14, /*hidden argument*/NULL);
}
IL_004e:
{
}
IL_004f:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_15 = ___value2;
if (!L_15)
{
goto IL_005a;
}
}
IL_0052:
{
RuntimeObject * L_16 = ___value2;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_17))))
{
goto IL_0063;
}
}
IL_005a:
{
String_t* L_18 = CultureInfoConverter_get_DefaultCultureString_m202C68B34215169C103318A3A1620995A186EB61(__this, /*hidden argument*/NULL);
V_0 = L_18;
IL2CPP_LEAVE(0x7E, FINALLY_0072);
}
IL_0063:
{
RuntimeObject * L_19 = ___value2;
String_t* L_20 = VirtFuncInvoker1< String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_19, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var)));
V_0 = L_20;
IL2CPP_LEAVE(0x7E, FINALLY_0072);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0072;
}
FINALLY_0072:
{ // begin finally (depth: 1)
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_21 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = V_1;
NullCheck(L_21);
Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9(L_21, L_22, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(114)
} // end finally (depth: 1)
IL2CPP_CLEANUP(114)
{
IL2CPP_JUMP_TBL(0x7E, IL_007e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_007e:
{
String_t* L_23 = V_0;
return L_23;
}
IL_0080:
{
Type_t * L_24 = ___destinationType3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast<intptr_t> (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL);
bool L_27 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_24, L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00e4;
}
}
{
RuntimeObject * L_28 = ___value2;
if (!((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)IsInstClass((RuntimeObject*)L_28, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var)))
{
goto IL_00e4;
}
}
{
RuntimeObject * L_29 = ___value2;
V_2 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_29, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_30 = { reinterpret_cast<intptr_t> (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_31 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_30, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_33 = L_32;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_34 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_35 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_34, /*hidden argument*/NULL);
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_35);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_35);
NullCheck(L_31);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_36 = Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA(L_31, L_33, /*hidden argument*/NULL);
V_3 = L_36;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_37 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_38 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_37, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_00e4;
}
}
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_39 = V_3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_42 = V_2;
NullCheck(L_42);
String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_42);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_43);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_43);
InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 * L_44 = (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 *)il2cpp_codegen_object_new(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_il2cpp_TypeInfo_var);
InstanceDescriptor__ctor_m90DA8CABB01052EA5C5022E14FE50533254C71DD(L_44, L_39, (RuntimeObject*)(RuntimeObject*)L_41, /*hidden argument*/NULL);
return L_44;
}
IL_00e4:
{
RuntimeObject* L_45 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_46 = ___culture1;
RuntimeObject * L_47 = ___value2;
Type_t * L_48 = ___destinationType3;
RuntimeObject * L_49 = TypeConverter_ConvertTo_mFC7AA7F0A382607E75CCE820A705B5965D099AAC(__this, L_45, L_46, L_47, L_48, /*hidden argument*/NULL);
return L_49;
}
}
// System.ComponentModel.TypeConverter_StandardValuesCollection System.ComponentModel.CultureInfoConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * CultureInfoConverter_GetStandardValues_m9F08100099391767017F8BC0506F955DEC48F1D6 (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureInfoConverter_GetStandardValues_m9F08100099391767017F8BC0506F955DEC48F1D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* V_0 = NULL;
int32_t V_1 = 0;
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* V_2 = NULL;
{
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_0 = __this->get_values_2();
if (L_0)
{
goto IL_0068;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_1 = CultureInfo_GetCultures_mF06FF1D19C1F6626A89ECAEEC152194FEE7EDEC6(3, /*hidden argument*/NULL);
V_0 = L_1;
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_2 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_4 = Array_IndexOf_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m4DD5105284305716E21F72B7B3D30F3E8AEC25B9(L_2, L_3, /*hidden argument*/Array_IndexOf_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m4DD5105284305716E21F72B7B3D30F3E8AEC25B9_RuntimeMethod_var);
V_1 = L_4;
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_002e;
}
}
{
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_6 = V_0;
int32_t L_7 = V_1;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, NULL);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL);
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_8 = V_0;
NullCheck(L_8);
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_9 = (CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31*)(CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31*)SZArrayNew(CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))));
V_2 = L_9;
goto IL_0039;
}
IL_002e:
{
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_10 = V_0;
NullCheck(L_10);
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_11 = (CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31*)(CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31*)SZArrayNew(CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)1)));
V_2 = L_11;
}
IL_0039:
{
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_12 = V_0;
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_13 = V_2;
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_14 = V_0;
NullCheck(L_14);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, (((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))), /*hidden argument*/NULL);
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_15 = V_2;
CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E * L_16 = (CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E *)il2cpp_codegen_object_new(CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E_il2cpp_TypeInfo_var);
CultureComparer__ctor_m24BDA06BAEE28F088B3B43FBC1F028F68E9E5B83(L_16, __this, /*hidden argument*/NULL);
Array_Sort_mF1CCD5D84D8D9EF9872FAB34A474119942AD495A((RuntimeArray *)(RuntimeArray *)L_15, L_16, /*hidden argument*/NULL);
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_17 = V_2;
NullCheck(L_17);
int32_t L_18 = 0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if (L_19)
{
goto IL_005c;
}
}
{
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_20 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_21);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_21);
}
IL_005c:
{
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_22 = V_2;
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_23 = (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 *)il2cpp_codegen_object_new(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3_il2cpp_TypeInfo_var);
StandardValuesCollection__ctor_m75578979BC0D77C0D622E4C9D7C1CB1E047615C1(L_23, (RuntimeObject*)(RuntimeObject*)L_22, /*hidden argument*/NULL);
__this->set_values_2(L_23);
}
IL_0068:
{
StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * L_24 = __this->get_values_2();
return L_24;
}
}
// System.Boolean System.ComponentModel.CultureInfoConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_GetStandardValuesExclusive_m2EA028A53B09A143A8D1C66E16DD38A4F94D9888 (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.ComponentModel.CultureInfoConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_GetStandardValuesSupported_m0D68B3C3A848E81B3D868C323A20ADBFB7EB33AC (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, RuntimeObject* ___context0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.ComponentModel.CultureInfoConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfoConverter__ctor_m7638B1C404D5C207B2FE06E6F53638A978CCC375 (CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureInfoConverter__ctor_m7638B1C404D5C207B2FE06E6F53638A978CCC375_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__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.CultureInfoConverter_CultureComparer::.ctor(System.ComponentModel.CultureInfoConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureComparer__ctor_m24BDA06BAEE28F088B3B43FBC1F028F68E9E5B83 (CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E * __this, CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * ___cultureConverter0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * L_0 = ___cultureConverter0;
__this->set_converter_0(L_0);
return;
}
}
// System.Int32 System.ComponentModel.CultureInfoConverter_CultureComparer::Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureComparer_Compare_m74AD5F7935B54AB74291A38893B50E0CC609DA29 (CultureComparer_t19BC07A3DF37B4602E0AA7FA4B92795FE47A409E * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureComparer_Compare_m74AD5F7935B54AB74291A38893B50E0CC609DA29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
RuntimeObject * L_0 = ___item10;
if (L_0)
{
goto IL_000a;
}
}
{
RuntimeObject * L_1 = ___item21;
if (L_1)
{
goto IL_0008;
}
}
{
return 0;
}
IL_0008:
{
return (-1);
}
IL_000a:
{
RuntimeObject * L_2 = ___item21;
if (L_2)
{
goto IL_000f;
}
}
{
return 1;
}
IL_000f:
{
CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * L_3 = __this->get_converter_0();
RuntimeObject * L_4 = ___item10;
NullCheck(L_3);
String_t* L_5 = VirtFuncInvoker1< String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, L_3, ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_4, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var)));
V_0 = L_5;
CultureInfoConverter_t6BD4316CF7C9163A01C35EC9382BC3D1C01FB6C0 * L_6 = __this->get_converter_0();
RuntimeObject * L_7 = ___item21;
NullCheck(L_6);
String_t* L_8 = VirtFuncInvoker1< String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, L_6, ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_7, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var)));
V_1 = L_8;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_9);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_10 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_9);
String_t* L_11 = V_0;
String_t* L_12 = V_1;
NullCheck(L_10);
int32_t L_13 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_10, L_11, L_12, ((int32_t)536870912));
return L_13;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.ComponentModel.CultureInfoConverter_CultureInfoMapper::GetCultureInfoName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoMapper_GetCultureInfoName_m794274715866D2D8F320CBD3A051B55B24824720 (String_t* ___cultureInfoDisplayName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureInfoMapper_GetCultureInfoName_m794274715866D2D8F320CBD3A051B55B24824720_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = ((CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_il2cpp_TypeInfo_var))->get_cultureInfoNameMap_0();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000e;
}
}
{
CultureInfoMapper_InitializeCultureInfoMap_m1FF56C2C0CF698132D8D96126D41A92340C4F040(/*hidden argument*/NULL);
}
IL_000e:
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = ((CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_il2cpp_TypeInfo_var))->get_cultureInfoNameMap_0();
il2cpp_codegen_memory_barrier();
String_t* L_2 = ___cultureInfoDisplayName0;
NullCheck(L_1);
bool L_3 = Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127_RuntimeMethod_var);
if (!L_3)
{
goto IL_002b;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_4 = ((CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_il2cpp_TypeInfo_var))->get_cultureInfoNameMap_0();
il2cpp_codegen_memory_barrier();
String_t* L_5 = ___cultureInfoDisplayName0;
NullCheck(L_4);
String_t* L_6 = Dictionary_2_get_Item_m31D706AAE640EE1D91E561D8934F58AC765CFC3E(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m31D706AAE640EE1D91E561D8934F58AC765CFC3E_RuntimeMethod_var);
return L_6;
}
IL_002b:
{
String_t* L_7 = ___cultureInfoDisplayName0;
return L_7;
}
}
// System.Void System.ComponentModel.CultureInfoConverter_CultureInfoMapper::InitializeCultureInfoMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfoMapper_InitializeCultureInfoMap_m1FF56C2C0CF698132D8D96126D41A92340C4F040 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CultureInfoMapper_InitializeCultureInfoMap_m1FF56C2C0CF698132D8D96126D41A92340C4F040_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_0, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = L_0;
NullCheck(L_1);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_1, _stringLiteral40604522F2257FFE29E86F4F4812290ED9C290B1, _stringLiteralD1E622507595486EE06DB24B1DEBF11064EDD2BA, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = L_1;
NullCheck(L_2);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_2, _stringLiteralE2EC7275CDD99A9D625272BC9937172FD8BCB239, _stringLiteralC24235B312D5D7CF9166569F8F2B0430C9C447CE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = L_2;
NullCheck(L_3);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_3, _stringLiteralD71C45B3D8A817DF46D53626270C2CC92E52793F, _stringLiteral1E4B45509DADEA17CF801ECF4A0D30EB23624558, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_4 = L_3;
NullCheck(L_4);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_4, _stringLiteralF5877065CED33E414B2EE17A081E5A12AB3F2A08, _stringLiteral72BFFA60ED49776AC31D6F767CE1760FE6E61132, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_5 = L_4;
NullCheck(L_5);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_5, _stringLiteral34E36E942A4BC1C5F591DE8361EC954659938872, _stringLiteral5AE03D36C7FF6C86FF3F954C7031ADFDDCE242B3, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_6 = L_5;
NullCheck(L_6);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_6, _stringLiteral45A13CAD9DA2A54FBE9A91A52A18D32AAA6365B8, _stringLiteral0C2A25DA75499C3D208F7B947EA364163DC6D3E6, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_7 = L_6;
NullCheck(L_7);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_7, _stringLiteralAF4F4762F9BD3F0F4A10CAF5B6E63DC4CE543724, _stringLiteral23D8E0156062165CA3736E9F1E364D414E1D82D5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_8 = L_7;
NullCheck(L_8);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_8, _stringLiteral7788737ADF98A645783D829EF76B4C10EA17D50A, _stringLiteral157562C9A22C3136F032CA6820849E34DFEE3370, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_9 = L_8;
NullCheck(L_9);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_9, _stringLiteral2C3FDF134F5E3F4BF0DCD4DD798B5ACE415BB399, _stringLiteral886DE7D6AD7DACFCF7C4BA1FCD3B81AF6F54FEFA, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_10 = L_9;
NullCheck(L_10);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_10, _stringLiteral20F4F2DCE59E5AC4EEEB5CC88534069DCB0868E3, _stringLiteralB3725DF09EFD4718FA23DC5B3B0EF88FC9F1F4C4, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_11 = L_10;
NullCheck(L_11);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_11, _stringLiteral7D4A06402464CBFB98F5A0CA103D0BBF30AD81C1, _stringLiteralB07EE427B13FDA8C265DAACE035CBEF440CB3F7B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_12 = L_11;
NullCheck(L_12);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_12, _stringLiteral9C968A5750294F564D007670D4F3387F40C28897, _stringLiteral96C7FB47B91826265888CEA013642F2B13B69A65, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_13 = L_12;
NullCheck(L_13);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_13, _stringLiteralB0CD278989E2481398CD1B8314FD38B8FBA337E3, _stringLiteral1B5914BD0DBB5625D91F2FBBF811DE9440D9860B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_14 = L_13;
NullCheck(L_14);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_14, _stringLiteralF7C08F9DDF41ECA0234E7F555786646169549A4B, _stringLiteral0AB404BFCC5B5336E1098FA5C79A3F5421F0F89D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_15 = L_14;
NullCheck(L_15);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_15, _stringLiteral35EE3D3634FCFD748B8D50BF87D4C15767D64532, _stringLiteralB86C99080D9EFEE38A535DB1751AF11E0047AC33, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_16 = L_15;
NullCheck(L_16);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_16, _stringLiteral60B4954B854714D289E0175F178BBA244718FEBB, _stringLiteral1BFABB5D8853414307969D6A47769505574B17B7, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_17 = L_16;
NullCheck(L_17);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_17, _stringLiteral06DAB24D9E987BCD5AE62FC89EFC106B48DF0EE6, _stringLiteralD72574EFB84403EE1E8FB403F1799E3D3FB58F7A, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_18 = L_17;
NullCheck(L_18);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_18, _stringLiteral6828289C2FEEBA35A204705B5F1B75A79744881B, _stringLiteralA49F3DF9A228297C6C9E11C841F34C6CF179BE72, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_19 = L_18;
NullCheck(L_19);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_19, _stringLiteral00C146DEF89D0EDC05A87AB6072E4F89F0B41525, _stringLiteralE758F73AF56E73D52D2255C99EF438305E8533BB, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_20 = L_19;
NullCheck(L_20);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_20, _stringLiteralA15E5FAF6F4A772B984D8D4C45752EACAFFDD371, _stringLiteral6EC1B70C9D0AEEBFBB232126D490D43014594CCA, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_21 = L_20;
NullCheck(L_21);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_21, _stringLiteral31E2BA257BAD318852F1A75C1C33D4AD5DE32A42, _stringLiteral1A81A6098A26B834CBB682C0FA5534197023A0D8, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_22 = L_21;
NullCheck(L_22);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_22, _stringLiteralDD2D045CD9A50CADF551DCECFC0A62246D19464C, _stringLiteralBFB38B7746AC499F2E1E19C43F10AF214C8604EB, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_23 = L_22;
NullCheck(L_23);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_23, _stringLiteral548491A66A845D8A4A78E22320503CB340987D2A, _stringLiteral112CD8E590536082E875FCF9987182F232695B90, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_24 = L_23;
NullCheck(L_24);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_24, _stringLiteral1A0D21145500640FD3F6136EEBA595BFE934D364, _stringLiteral762970B018DF21A1A75B4FA2A9F364A7C95CAEA5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_25 = L_24;
NullCheck(L_25);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_25, _stringLiteral6921E624A4824F691E3B60F591ED2655B5FA2654, _stringLiteral5C78F5CFE7DE5E848916C293BEC99B7F9EA272E7, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_26 = L_25;
NullCheck(L_26);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_26, _stringLiteralBFD5152DA69F35C922F6068161D5A1B166246E5C, _stringLiteralFA2A758C8B95802E6EC3A3080BE48E7F1CA362E0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_27 = L_26;
NullCheck(L_27);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_27, _stringLiteral36FE9112D35B57B064D67E6FE8C3746ACD2D0A0D, _stringLiteral90283840D90DE49B8E7984BD99B47FEE0D4BD50D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_28 = L_27;
NullCheck(L_28);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_28, _stringLiteralE9AE270954529ECC63CF739334783897A2BE43FF, _stringLiteral98CF94BE2B01973DECF7254872A9E360F3C698A7, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_29 = L_28;
NullCheck(L_29);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_29, _stringLiteralA84CE5BFDAAAE81CDBFEFE285A6C789619E01215, _stringLiteral81C709A8A45078125DF39EE1237446F606180762, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_30 = L_29;
NullCheck(L_30);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_30, _stringLiteral504B9BD4EA6E2D2D3B749D8E859215F4EB88916F, _stringLiteral2A54C4934F2E00DCBCEA5FDE6614D0587E3183D2, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_31 = L_30;
NullCheck(L_31);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_31, _stringLiteralC87DF04A6212FD94333FB48D7E78E47251CB9AF4, _stringLiteral608E01334F5575F10813EFA40CE0102F2DC0A75E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_32 = L_31;
NullCheck(L_32);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_32, _stringLiteral2E1508EB602CCA8A3B19A58F8866602F0726860F, _stringLiteralD6432896007C8B7C5E5D5110287619168D4F0A15, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_33 = L_32;
NullCheck(L_33);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_33, _stringLiteral2C7205595032BF70CF7A8260E25275D136C5EA00, _stringLiteral986B1BC1EB8DE89643C50722910F99001C232865, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_34 = L_33;
NullCheck(L_34);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_34, _stringLiteral61993B11845D3A84B41ABF2A8F143B987FE1D8DC, _stringLiteral0F00065EB07F340777A08899F471399FC0358996, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_35 = L_34;
NullCheck(L_35);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_35, _stringLiteral9960C6AB930B02F7E40118114434DC1ED2E39664, _stringLiteralD848A9C2A361E1BF92305A01B9E6D5ED96DADBD6, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_36 = L_35;
NullCheck(L_36);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_36, _stringLiteral0062FE2455D1996CB38EA1A4C16E8BD1C2493E32, _stringLiteralF7323294B8A91FBE95F244C79E33A68DD5AD67CE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_37 = L_36;
NullCheck(L_37);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_37, _stringLiteral45DB1D6A6E7E15DE426ADFD61D38BFC86BC6E27A, _stringLiteral57E93AB5A650FC1C29BC94283D72A6E7E7C62A38, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_38 = L_37;
NullCheck(L_38);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_38, _stringLiteral29AA748092C71D902F199F43C17DCD8C5AE70E16, _stringLiteralBD735E8B5ADF555E6E0A20B79CAAFBF354DD04B3, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_39 = L_38;
NullCheck(L_39);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_39, _stringLiteral02FD050C877149D83BE050CF5895C63A6D6DDBC0, _stringLiteral743752E5534543F0ED378B36D99DFE1413B18EBE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_40 = L_39;
NullCheck(L_40);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_40, _stringLiteralCEBED7688A5BABC3EF7B5A3E8AA43667D482A257, _stringLiteral80F87C8847DA6C872CE2FC9FEC0A98A73EBC578D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_41 = L_40;
NullCheck(L_41);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_41, _stringLiteralB8FCF83B0C8C887E3AB010871C9F2DAB50FADA00, _stringLiteral8EED39620126C215FC5CD626E2D4BF584B94F8BD, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_42 = L_41;
NullCheck(L_42);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_42, _stringLiteral2C5E77FC08A7D5537C9C2807353393F67C068CBE, _stringLiteral1C42C72CF95AA1B76609B585B34BAF6B501D713E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_43 = L_42;
NullCheck(L_43);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_43, _stringLiteralC5157DDE40341306A69A8B907F29D4B2A7D7C52B, _stringLiteral947821905762E29A23539B595BEF843D176611D3, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_44 = L_43;
NullCheck(L_44);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_44, _stringLiteralE8B15B191E8EA04DB675BE6698A482704F74AC92, _stringLiteral34C421C55257B83219CEDF9C31A6C9E1D61AC9DA, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_45 = L_44;
NullCheck(L_45);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_45, _stringLiteral129B1D8D65C525C38B203DF371E590091A845EEB, _stringLiteral500F089C4583FFC3290AA005AAC957B0B3FFD139, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_46 = L_45;
NullCheck(L_46);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_46, _stringLiteral229838C85D6915192198273CD410DEA3AA501F99, _stringLiteralEAD8E8EBAC8507AD5AD1B86500222EED4E7EF42C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_47 = L_46;
NullCheck(L_47);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_47, _stringLiteral78BBA35BEC315C2F41BE72EC6CBFC623C3A8A9D0, _stringLiteral16DA788082C4C9A5A70A491C6444E6C78CC150C5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_48 = L_47;
NullCheck(L_48);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_48, _stringLiteral8D33CC0B536597CE3532997F344B114333A40471, _stringLiteralA124BFC5A1FF3BEB76BF0CDE7DD19880A73A635B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_49 = L_48;
NullCheck(L_49);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_49, _stringLiteral90A3C3ED6E9E0A3D8554E792A9EB77AAB33238F9, _stringLiteralFB157325FE225946421F77EC1F8BF9F7F98E81B9, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_50 = L_49;
NullCheck(L_50);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_50, _stringLiteralDB2DFF441F0D902D148F848CE8398A02C04D162C, _stringLiteral4474ABE156E995800F623A46EB81155997101DC5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_51 = L_50;
NullCheck(L_51);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_51, _stringLiteralF1FCEF44998869671418355AF695F96ABB2D9B42, _stringLiteralA33A4AAF355C1273F0DE7EE26A25031A20CCE158, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_52 = L_51;
NullCheck(L_52);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_52, _stringLiteral3E5488AA8C4819BD5A17287D41825E63F6213203, _stringLiteral51BD95353AEDA6615433BEA21896C893EF5E62DC, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_53 = L_52;
NullCheck(L_53);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_53, _stringLiteralAF14409157243EE650EDDB308CBC6C9B1DD206ED, _stringLiteral9B364D6B65F248D883E2A60239DE9F71811616BF, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_54 = L_53;
NullCheck(L_54);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_54, _stringLiteral3BF6213EDDD44BD580F36C5C5221B3C47B6AF998, _stringLiteral699E1745A7A6DC63B8CFD5336D518A3171FB4C6D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_55 = L_54;
NullCheck(L_55);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_55, _stringLiteralEEA467C6CFE01F36237780838F0A1CFF68EB889D, _stringLiteral67F994533A5D976EED69AEAE05E381BF6FA851E8, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_56 = L_55;
NullCheck(L_56);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_56, _stringLiteral7525CB51303F7BE5E7C2D11FFAAE2D7CAB399867, _stringLiteral8FF3027E1695B4AD97BFDCB2D8628E03D22AD1D4, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_57 = L_56;
NullCheck(L_57);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_57, _stringLiteral9F9F264815F8DE2FA0A0E756083FBBF633ED8BA1, _stringLiteralCDD4F874095045F4AE6670038CBBD05FAC9D4802, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_58 = L_57;
NullCheck(L_58);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_58, _stringLiteralE45399BC725E81386CEF61D6B43C8346121BC72E, _stringLiteral201E2BDC233CCC28EE309D686FF3CDAC2009CE78, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_59 = L_58;
NullCheck(L_59);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_59, _stringLiteral56F17B9D013A2AAEF2C79BB706DE4458933B49F3, _stringLiteral8261DCC13B9CEE8B445A72B67BA817223B3E0C01, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_60 = L_59;
NullCheck(L_60);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_60, _stringLiteral2628E78A370B2F19F229C6562A998EFC38951B98, _stringLiteralD7D2E6B3863B2910D2CA34828BC651C85D88DF6F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_61 = L_60;
NullCheck(L_61);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_61, _stringLiteral390495E9A42BFA88298084C5278FC57AF836886C, _stringLiteralB37C40A058E1BE76E181791B84BF21D6FEBAF035, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_62 = L_61;
NullCheck(L_62);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_62, _stringLiteral334A85F1B16E32B6BA9A69313C6F584EDEF482CC, _stringLiteral595477BD43C386B66363F3CBDA218DF80E9512DA, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_63 = L_62;
NullCheck(L_63);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_63, _stringLiteralA16D21C1B2A7F0CD1CC9E4693AD420243B293C14, _stringLiteral19DAD6FFD8EA4F997ABAEEA933D178350E9317A3, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_64 = L_63;
NullCheck(L_64);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_64, _stringLiteral154A5B6AC65C9678E1D79B058B3075FB463D1949, _stringLiteralAF360C080FF6C97377E274815401201A436D2408, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_65 = L_64;
NullCheck(L_65);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_65, _stringLiteral649DF08A448EE3FA90F3746BAAF6B0907DF42C91, _stringLiteral094B0FE0E302854AF1311AFAB85B5203BA457A3B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_66 = L_65;
NullCheck(L_66);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_66, _stringLiteral7FE6B57B46D1AC658866588E5F7E35E094040058, _stringLiteral8B92FBB5C5485963A545E80AE1C554CBBD82D550, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_67 = L_66;
NullCheck(L_67);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_67, _stringLiteral5505C3C1473CF329B1A222A5C2165609D0DC8208, _stringLiteral3127CE1C31349D3D4F0BF7921A437B3232F69128, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_68 = L_67;
NullCheck(L_68);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_68, _stringLiteral0B126000B8497001CB1F191332970A700275CC52, _stringLiteral9724028D505424D172CCEE55B38CE1452B3AD7A9, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_69 = L_68;
NullCheck(L_69);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_69, _stringLiteralBF2D02DBBCD73A204B20BEA4B2944D81CDC51BD4, _stringLiteral76722E2D13824A01C651CECA6EBE6719A1F20F50, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_70 = L_69;
NullCheck(L_70);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_70, _stringLiteral4B33A840211476495F03A40F4EFB5AE199C32157, _stringLiteral8279AD9F37D8998480C0C4BB267217420A3EDCE0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_71 = L_70;
NullCheck(L_71);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_71, _stringLiteral05B9C382DD28F5A4E4ABF58013C43774AFBF61D1, _stringLiteral4E949F039D99FF3593B6956FB98EC6D94D656748, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_72 = L_71;
NullCheck(L_72);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_72, _stringLiteral68BF8F0C2505458B5217CD1CD85317712DD91C6B, _stringLiteral44D9DBBB60C4DE6E46918C36655E44DB342AAB4F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_73 = L_72;
NullCheck(L_73);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_73, _stringLiteral8EE711751FAEC8FAF88F3532272474F1514215EB, _stringLiteral0CFDA2B1883A78AB5B4726721790C17CB4B41701, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_74 = L_73;
NullCheck(L_74);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_74, _stringLiteralA75CE9B6DCA578A80BBC01B4B7580134FC0B5391, _stringLiteral0A74135553003720ACF8E2DDDAB5F3682FC42E79, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_75 = L_74;
NullCheck(L_75);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_75, _stringLiteral19061D9E07E815A7B4C5307FFC6A659C529E0E6B, _stringLiteralB0ED01DE6C8D4D9EDCEC9D654312BDDA98E53ECE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_76 = L_75;
NullCheck(L_76);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_76, _stringLiteralA1DA4EF353991D6FE193C74CB87D9A2EA529F39E, _stringLiteral6A88BCD61A64FF113E5733106AF79944D41BF8E2, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_77 = L_76;
NullCheck(L_77);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_77, _stringLiteral7F6B52E273790F96A4C0651F43032A81990F53F4, _stringLiteral96990AEA0FB669AE43E1F66297E8B50A4F4889FC, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_78 = L_77;
NullCheck(L_78);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_78, _stringLiteral44A1EF263D08302994F0A0EED12D7D00FCCEF51E, _stringLiteral6AE61AF3FE46DEC67EFFB195926EE5BDB7FF61FD, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_79 = L_78;
NullCheck(L_79);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_79, _stringLiteralBD3F8583A49F39C143CBB442FFB0AE1BC2E3CEA9, _stringLiteralDB54F7F423D29DE641470C50052101DFA275BFC1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_80 = L_79;
NullCheck(L_80);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_80, _stringLiteral52579100E23662948BDD9A7F563DCA563CEBE3F6, _stringLiteral5A7BD4149D0D34D3EC86181CDAB1CB8DD3F441D7, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_81 = L_80;
NullCheck(L_81);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_81, _stringLiteral28EC16D5DE7E49635454BBAC55019597CAF0AB95, _stringLiteral51D4C31AD9DEF0246369FE8BA6998B697A4C9BDC, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_82 = L_81;
NullCheck(L_82);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_82, _stringLiteral3CFFDAF0E8467EE06A319F475345A1F59ECE46C5, _stringLiteralA5BC1D9B2AE74E7A8A249659C13B14F5C2EAC13F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_83 = L_82;
NullCheck(L_83);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_83, _stringLiteralDA9F4430DB9EED872F7D3796B3EE3F81131C582C, _stringLiteral53AED892AE48916128766AE4598EC3380E1BAD50, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_84 = L_83;
NullCheck(L_84);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_84, _stringLiteral0E9430A5C15A25C2E0BC6A804E7395A0D585931B, _stringLiteral19082866D46A5A57BFEFFE585D8362C149676C90, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_85 = L_84;
NullCheck(L_85);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_85, _stringLiteral00FE3616B1199826F9902EF229B6B2F297F05761, _stringLiteralAA4EC595AE570D2D54DC0ECA6C981F843FD6F2D1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_86 = L_85;
NullCheck(L_86);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_86, _stringLiteralB44713A9C88E1B54100F2AF772461F0EFE55A236, _stringLiteral4D119956EA37793356614EEE92D6D410FC098BA6, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_87 = L_86;
NullCheck(L_87);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_87, _stringLiteral57EEF27B1643E8B06FCC0444B2A3519D01B2CEF8, _stringLiteral6B163FA3BAD47A62474AFCB81FB9F27BCB549D82, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_88 = L_87;
NullCheck(L_88);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_88, _stringLiteral5A71C368480C21CE8786E12F908364AEA080D094, _stringLiteral2EC21E568DD77F55EE007B0AC5D57B66F1E13053, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_89 = L_88;
NullCheck(L_89);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_89, _stringLiteral44389F6A466EAABF5C1DB729E369511134E2B03B, _stringLiteralB858A87C07B04C4568F51B0DCE655F78D73C02B3, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_90 = L_89;
NullCheck(L_90);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_90, _stringLiteral59B870597BDDC2DA5A9F1626E320EC3640EE4418, _stringLiteralD20A735254D6A4853B77455C35CF8AACCC36BAC8, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_91 = L_90;
NullCheck(L_91);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_91, _stringLiteral33F0CA3B78634F70F34727200CFE101D4F639B17, _stringLiteralB13B419482A23B3523EBC6F8580C6653DB772FCD, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_92 = L_91;
NullCheck(L_92);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_92, _stringLiteral950E3B8444ABD67E768A641C20181FFE0042529B, _stringLiteralDF60C9BF245D49D9B8B4CAAA93E27822E908B127, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_93 = L_92;
NullCheck(L_93);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_93, _stringLiteral764D7391D245BCDCC1C0FD5B23C74123AC0D97A1, _stringLiteral7104AF0FE0539DDC5D0B69A79FA610842C524688, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_94 = L_93;
NullCheck(L_94);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_94, _stringLiteralD0E97C2E5A229E554A8F98A6E66320DF942A621E, _stringLiteral2D46198F1D9C6C36502360047C91B19B9D8746E3, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_95 = L_94;
NullCheck(L_95);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_95, _stringLiteralD4E7895FBC7B89B31127508CAFB2663FDB083FA2, _stringLiteral049E745E80E4C3C054B3CE600D58A3A019380BB0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_96 = L_95;
NullCheck(L_96);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_96, _stringLiteral18D58F1AC13407486266CE1FB5EBB199C46CEFD9, _stringLiteral707533318344C4A5B69450CF64587AC22574EFE5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_97 = L_96;
NullCheck(L_97);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_97, _stringLiteralCCECE2966FF8B4CB279897A70EF4CA32DA17C0CD, _stringLiteral5644A3F6D24DCD489C4300BDF0BEE118EB558724, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_98 = L_97;
NullCheck(L_98);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_98, _stringLiteral6F25EEDC779171FE08C1C20773598B1124F954A0, _stringLiteralE94E055A4A5818CA57BDE2E23728B0D4BF9E15E0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_99 = L_98;
NullCheck(L_99);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_99, _stringLiteralACA441DDD2E8D07643B87C1B24A828FA5B4B3E42, _stringLiteralD312CC75DC28CED757EEF6EC22A7E3706905E352, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_100 = L_99;
NullCheck(L_100);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_100, _stringLiteral3330CF87A455D5D487B6183246637F9ADEE1CF25, _stringLiteral164F037EC4E5B107E3A1C42E1FAEEAFCC900FF4E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_101 = L_100;
NullCheck(L_101);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_101, _stringLiteralDA91388C72D3E31DA19DCD85C97374197748485D, _stringLiteral600CCD1B71569232D01D110BC63E906BEAB04D8C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_102 = L_101;
NullCheck(L_102);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_102, _stringLiteral078C5C2D83171C5C9230EB9470F612F005A42C2D, _stringLiteralB7DDE7FD7AD1B839B4858E51B08F90D9DB29D391, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_103 = L_102;
NullCheck(L_103);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_103, _stringLiteral9C71D86768BBC4160407EF4ED71EDE2D112003C0, _stringLiteral4C1B8B31396EECC5F434C78D8AAB34482B517C86, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_104 = L_103;
NullCheck(L_104);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_104, _stringLiteral9F9E83779D8416DBABEC8AB8B1AC2DBCDDEA560C, _stringLiteral3B922095116D5500C9A09036C77FDF785E922523, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_105 = L_104;
NullCheck(L_105);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_105, _stringLiteral0A2B970A01EFC22C98216A176F79B24FD2C0498E, _stringLiteralE488F5F76A30DFF5AEE26C338EFEAFA8F1145178, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_106 = L_105;
NullCheck(L_106);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_106, _stringLiteral09E6C204B1CD8E89C8F7FE995A77B7E2FEB3C179, _stringLiteral67474F57549ED3F20437236344BEE9525F4CC2BC, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_107 = L_106;
NullCheck(L_107);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_107, _stringLiteral59D5F5B13F13F6D5E8E88A5A92E137F7D64B2954, _stringLiteral4F1EA4F09DB2AAAFB0A92C0B9E57751121ED6647, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_108 = L_107;
NullCheck(L_108);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_108, _stringLiteral008722CEFD22D4F9526C65D874D29A98A53ED80D, _stringLiteral6A97BA681274A1709F2B236B06F1BB4A1C509C88, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_109 = L_108;
NullCheck(L_109);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_109, _stringLiteralE3403ED3F0971DEAA6677139501BD33DBE15B7C5, _stringLiteral575D75F203883E754A174FC9CE92CE7BD5FD4C69, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_110 = L_109;
NullCheck(L_110);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_110, _stringLiteralC06C55A5BCD005BF56C5234EB953099FFC1DE3F1, _stringLiteral81DBCB9162B442AF34FF38018B4B77C063015832, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_111 = L_110;
NullCheck(L_111);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_111, _stringLiteral8F471B09363643E2E5A951EA814780C532133F37, _stringLiteral81A3150743494D7EF6536AA7780AE2964FDA073F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_112 = L_111;
NullCheck(L_112);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_112, _stringLiteral28BB9EF99F99FBEC8729FE26CB836D073228BE62, _stringLiteralF1905079E1503D3CACB76B6D62C2E40BE29FD963, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_113 = L_112;
NullCheck(L_113);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_113, _stringLiteral348D00693E12BC983BD092677B90434B5A4D869E, _stringLiteral30F088EA6673877C2E2C1EDBE7513FF90EDA9A6F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_114 = L_113;
NullCheck(L_114);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_114, _stringLiteral9E6919A806E7B4B291F92ADE5F0C6C894ADD6023, _stringLiteral5E5C4B3CD84D07CDDD5F796A0ED208357AE2B291, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_115 = L_114;
NullCheck(L_115);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_115, _stringLiteralC9E6B253FC34A7155F97DC0AAB1C389D34CAFDAD, _stringLiteralC22B5F9178342609428D6F51B2C5AF4C0BDE6A42, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_116 = L_115;
NullCheck(L_116);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_116, _stringLiteral54A81A27449D7076A4C5C498E1157B90D9450699, _stringLiteral65015DA81D811108813C701AAB2FCD53D7374E6C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_117 = L_116;
NullCheck(L_117);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_117, _stringLiteral80CB96F852D1CE7AE9B00C59C13912122674F7CE, _stringLiteral06B08B32563194C5D89D83B119A25C21B9CE4CD7, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_118 = L_117;
NullCheck(L_118);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_118, _stringLiteralA883E834D5B92F8720037873A1DB0E10A06F2FC5, _stringLiteral3CA37C3BE4B320645B0267EF7C1066E0EF26E72E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_119 = L_118;
NullCheck(L_119);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_119, _stringLiteral4908B12C142B7BD671D43E5185556C158BB0999C, _stringLiteralB47F363E2B430C0647F14DEEA3ECED9B0EF300CE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_120 = L_119;
NullCheck(L_120);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_120, _stringLiteral2F64C458E7D855E68E5E77FA47775E440078D2CC, _stringLiteral43D61201BCC98623A1A0D119A7AC46BCED5B633E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_121 = L_120;
NullCheck(L_121);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_121, _stringLiteral139A6AEC37AC542DE31A5E657343960C2CA68048, _stringLiteral9A0CA99F9AC6E1F7314684406A3553F8F51B3678, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_122 = L_121;
NullCheck(L_122);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_122, _stringLiteral2339B8AD3625ABEC50C5FEC9CCFE1B4C0ADB5B6E, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_123 = L_122;
NullCheck(L_123);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_123, _stringLiteralE76A3D125C877D4D5427A0F9763A3551FB7C09EA, _stringLiteralCB4802EED58C26BEEE9ABDAAA35FD98D6E7F975C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_124 = L_123;
NullCheck(L_124);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_124, _stringLiteralC9589148237D51FBF9DBDA1776CA6035BFE8A6A0, _stringLiteral6FE9C6D54B685BC0466A7CA4ADD8572A135D22DF, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_125 = L_124;
NullCheck(L_125);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_125, _stringLiteralEA04B28DB1E31786F120D7F4BFA20F2E764D8B46, _stringLiteral11CB4B079CD7E95A38DF8B861CFA74C914797EBF, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_126 = L_125;
NullCheck(L_126);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_126, _stringLiteralC04C3FBB4A59464A56190A9F87B3392BBBB10958, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_127 = L_126;
NullCheck(L_127);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_127, _stringLiteral60F1C9EF9A3CC3DE746966E980DA8C73B1E98D6A, _stringLiteral5FF0409661A2F42AD6A58BF99CB474FE654A574E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_128 = L_127;
NullCheck(L_128);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_128, _stringLiteralD47E33BC88829A9C14919CFD57E045C47D81457A, _stringLiteral238DCDE2F8AAC3A55996D19528764333B42E9CF1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_129 = L_128;
NullCheck(L_129);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_129, _stringLiteralBFAD5C1C123A5A3D4EA41C896D0CB490688A1D60, _stringLiteralC6AA4937605F0188CE06C8E86DDB1D4BFB620144, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_130 = L_129;
NullCheck(L_130);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_130, _stringLiteral485B57ADCC80650A0F376FE516E0EA35FEF68007, _stringLiteral6C5522CA8AF86FC5069B737BB8892B3EA61002C2, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_131 = L_130;
NullCheck(L_131);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_131, _stringLiteralB9BC30A5FEAE532B939B0112F6162A8C1D64CA9E, _stringLiteral1AFEEF19008D4239C9A828CFC6CA2BCFE719B661, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_132 = L_131;
NullCheck(L_132);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_132, _stringLiteral9B542A61893CF94C6B2AA33589915292AA185C08, _stringLiteralF63048F4FEC0F1DD25234FE735B7A81F2BA7F890, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_133 = L_132;
NullCheck(L_133);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_133, _stringLiteral9239C22D1D1C990CA8C206CB408B345A3EC8114C, _stringLiteral84572EF2253EF81E2D8CD8C65849F4D9A3881F47, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_134 = L_133;
NullCheck(L_134);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_134, _stringLiteral1A4A1B0B04E0CDF48625C50F1AB4AABF67A4B166, _stringLiteralC525149EB1C2E0B57FE563AD7B4D9E45A646784F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_135 = L_134;
NullCheck(L_135);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_135, _stringLiteral7766FFE7900A89F1D18E78EC524B13231077774C, _stringLiteral941C84E338C17E1FB4EADD65ACA8785BF119DD7E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_136 = L_135;
NullCheck(L_136);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_136, _stringLiteralC3ED665577F91F82C451742A0C8875950D42B19F, _stringLiteral5C0795F509D6640C0F41A5C940D5204A3BCF95E4, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_137 = L_136;
NullCheck(L_137);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_137, _stringLiteral13032512D275875FA7155216295BAC37341A21F9, _stringLiteral9495ADD637C8866B41E0E04A1A684300B6CE995C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_138 = L_137;
NullCheck(L_138);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_138, _stringLiteralB9FEDAA07B209E1F7A9C2D83295A76FE49F3B49F, _stringLiteral2ED45186C72F9319DC64338CDF16AB76B44CF3D1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_139 = L_138;
NullCheck(L_139);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_139, _stringLiteral376C20ADACE1BB85E8A2EFCA36FD810AA5AE781F, _stringLiteralDD5ABE829B4C9488482B6609BBA320F6E34F462B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_140 = L_139;
NullCheck(L_140);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_140, _stringLiteralFC899DE7FE3857F827BF4A199FCA7596A6F9B113, _stringLiteralB3DA801443256D657CE2FDB5A832765566F62273, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_141 = L_140;
NullCheck(L_141);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_141, _stringLiteral3DBDAB273324A56B2B90CBE184061EB6F7323B2F, _stringLiteralED99D3F86B90A92BA0D5090E7AB9E84D9E015C4B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_142 = L_141;
NullCheck(L_142);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_142, _stringLiteral1FA52793CF4E3A0CFBEC57D107C1CFCB6372B617, _stringLiteral8D4C780FCFDC41841E5070F4C43DA8958BA6AEC0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_143 = L_142;
NullCheck(L_143);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_143, _stringLiteralD06A2B02C3939CB89F9D35A96E563899EF9609E6, _stringLiteral4463D0E6B6AF8C25DD30243E88B131B613EDF3C2, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_144 = L_143;
NullCheck(L_144);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_144, _stringLiteral206E680826382BFC27BFE0BA2814C177746E9A0F, _stringLiteral3B4185EAC11953B03D8DF353F63866D419A7500A, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_145 = L_144;
NullCheck(L_145);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_145, _stringLiteral6881E0066999B58B45763B4601C4E30B13F0C24B, _stringLiteralFA65A5659DCE5E6994E03FC65E566D00C4EADDC8, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_146 = L_145;
NullCheck(L_146);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_146, _stringLiteralDEC66C5BF0F7FE4CC038AC871DEF8EB1AC31C146, _stringLiteral65A7DA8F45E5A2F3931F4D650CB1ECB17B805231, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_147 = L_146;
NullCheck(L_147);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_147, _stringLiteral2626D86114D34E264E743EAB54D0098374BF606C, _stringLiteral1EBE2C76316035130524FC185DA3EF43943BABBC, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_148 = L_147;
NullCheck(L_148);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_148, _stringLiteral5AEA8700748F6946F70240CAB14148A2C449ED9C, _stringLiteral21AB7080B917C3D1E38C5352CD4E8BC417220A33, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_149 = L_148;
NullCheck(L_149);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_149, _stringLiteral4CCEEC7CDFCAC85C36EE56BB13BC92EC48A2CE1D, _stringLiteral32554A53E2604141D3324C57FBC2BFDB53AF2E5B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_150 = L_149;
NullCheck(L_150);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_150, _stringLiteral95CF5792630F7187540B15414E568FD811C8797C, _stringLiteral7ABD4257B8B560F5138F9EDE08021995CA2FBF36, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_151 = L_150;
NullCheck(L_151);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_151, _stringLiteral9ED6AE997B1668915A9529A0889D5AC9735B0C4B, _stringLiteral4D73C29A4561048CE85FA0051BB7A6D201781159, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_152 = L_151;
NullCheck(L_152);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_152, _stringLiteral747E6CDDD325440AB2B873FE69D9A0C69BD8BA1D, _stringLiteral7971263DE73C1D85AD2E7F1D41D7285A4F38DCE0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_153 = L_152;
NullCheck(L_153);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_153, _stringLiteral553C519C9ADDC3F4DAD41B4A23238251692354B7, _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_154 = L_153;
NullCheck(L_154);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_154, _stringLiteral3ABB4F32DC78C277F4C320A707C0B92C0F7FFF38, _stringLiteralAAAF68D80691F16DD996B2500D43C7B251054C2C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_155 = L_154;
NullCheck(L_155);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_155, _stringLiteralB26245353BB7A62A455CCB310E7B5E7F87DB478C, _stringLiteral0F70A873C6B1DCEF91D046E2D1388B5A67DC2B78, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_156 = L_155;
NullCheck(L_156);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_156, _stringLiteral24B152B607DA78DF2DE8AE5148F65C6C11F372B3, _stringLiteral0868D7E0B9D3037B780A66307B2552A557B49457, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_157 = L_156;
NullCheck(L_157);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_157, _stringLiteral0C956317AC0FB91DA43AC679E745172AA8377127, _stringLiteralA91DCBB4DF49D8BFE0A9930D7FF911A4292CA1F5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_158 = L_157;
NullCheck(L_158);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_158, _stringLiteralEFD13FF589964C27E08A7481D620E391991FCBFA, _stringLiteral00AB009AE966168496786090944A7207B913E192, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_159 = L_158;
NullCheck(L_159);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_159, _stringLiteral08F0C0CF51888A42175C6E62922D9B9E24579A11, _stringLiteral26CC3217BE640E8220112C25628DA6E11C78DB95, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_160 = L_159;
NullCheck(L_160);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_160, _stringLiteral47B9FD1BF0E3204F193B2AB3B69EADDB94AE80E9, _stringLiteralC515A516481562824BF14D25237A2B960571DE5E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_161 = L_160;
NullCheck(L_161);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_161, _stringLiteralEACC88A600DF431F124D40C81178A926EA1FBB95, _stringLiteralD72B6240946864CD3653F077A48DD3BF8C2578E5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_162 = L_161;
NullCheck(L_162);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_162, _stringLiteral8102EC3D01026658BC25D8B2D2756492D17EFDD2, _stringLiteralBBE71CB9D4E9045D6D89B7D26CD55590064938D0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_163 = L_162;
NullCheck(L_163);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_163, _stringLiteral5A86B14B053E5A0D790D7342AE5D83A51102E681, _stringLiteralBE9C3E777896AD4AA1A00DFD3CF9E9FFDC8BAE2A, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_164 = L_163;
NullCheck(L_164);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_164, _stringLiteralA28C9BD303EE7E286DAA26E52D421ED965A16EFB, _stringLiteralDD87055B020124CD7A317C8563BB81CE90EFCE02, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_165 = L_164;
NullCheck(L_165);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_165, _stringLiteral70CA9F4B3F44E21648E857656C61A93598DFBA9D, _stringLiteralE97530707376352CCB6005C8605893E98A4C03F4, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_166 = L_165;
NullCheck(L_166);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_166, _stringLiteral6BB4B981FC369F78634393C244CC62DCB75BB23C, _stringLiteral8E7BE411AD89ADE93D144531F3925D0BB4011004, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_167 = L_166;
NullCheck(L_167);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_167, _stringLiteral948EE444A0647022DEC859D492714453BEF33F0D, _stringLiteralF4376217D7599FD992B413A416FEBAA7928EDD53, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_168 = L_167;
NullCheck(L_168);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_168, _stringLiteral57F1314351650986FF81210F15CC06F23745F394, _stringLiteral636E14650E378A2EFE6AFC5084B3A1A867E8131A, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_169 = L_168;
NullCheck(L_169);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_169, _stringLiteralC3BDBAB40A4BE4AC1B8EB1CCB2DBB2EAF8ED480F, _stringLiteral78DC0CD3E7EF475D2C3E664078E5F1D7B3B719AB, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_170 = L_169;
NullCheck(L_170);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_170, _stringLiteral89EF6BB92046CA3D08941ABE62E506EBC52A2CD0, _stringLiteral024ED5F092A298CE84862F117BC5FE7F735D990E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_171 = L_170;
NullCheck(L_171);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_171, _stringLiteral0D15F96235F485DBFAEC067B6083D7DE7F487797, _stringLiteral21C425A132DA2D73DFCB8FB48A94DE2E42000A37, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_172 = L_171;
NullCheck(L_172);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_172, _stringLiteralF77F5A823DF814736E6B73E1C9AEC59424812CB6, _stringLiteral36E35269D8F6F5B11394B7A4B1AE1F608183E20F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_173 = L_172;
NullCheck(L_173);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_173, _stringLiteral79B723002F87708EBC11FD4F3B902A03F7C9A5C1, _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_174 = L_173;
NullCheck(L_174);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_174, _stringLiteral3E417853B782824E2984B5EBB7585BE229044609, _stringLiteral12222F8D89C0EA16DA904F17126C8BF8AA912D5B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_175 = L_174;
NullCheck(L_175);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_175, _stringLiteral2AB58EB1F1E049B1BEC141F4E2ABB3848848A4C0, _stringLiteralB123CC976324A7046FB97BAA207D7463730A36B4, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_176 = L_175;
NullCheck(L_176);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_176, _stringLiteral6DEAC94BACBFB50494004A7EB49A8902CA88DFEB, _stringLiteral9364681A70C79837711737AD0EA6F6E3E9916CB1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_177 = L_176;
NullCheck(L_177);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_177, _stringLiteral5D26FC0C1F1999A96BE3662F78052FF3EFCA9FC9, _stringLiteral7CB5C784E35E7A0A3B0D7B577D12D100227BF9D0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_178 = L_177;
NullCheck(L_178);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_178, _stringLiteral92B1C312E522D9866D45205DB6FD1F570F61D356, _stringLiteral1401AE6ABB8B6D99EFABE60B734ABE9A75F78C1B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_179 = L_178;
NullCheck(L_179);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_179, _stringLiteral1AB65965D820E1B8ECA39B19A367BFCD2C286297, _stringLiteral215A956168F77421253E947C2436371D56AA7EA1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_180 = L_179;
NullCheck(L_180);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_180, _stringLiteralB621C85EE3ADC3E8833F79371A9B755F4AF638B9, _stringLiteral1F4876FD676D03AC09FB1856159B448B0D2A55AE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_181 = L_180;
NullCheck(L_181);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_181, _stringLiteralD011986407B1110E57283981EA38A369075023B8, _stringLiteralF437CB078ACC7C6D79873462334A355EDDEB9459, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_182 = L_181;
NullCheck(L_182);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_182, _stringLiteralDC3C597C2EC445C719937B3BB27234DD6F04BF1D, _stringLiteral045896E39635C5D595981E3E2FDEB758AF4701A4, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_183 = L_182;
NullCheck(L_183);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_183, _stringLiteral23882C575954A0789BF02ABA9E6DD01F539BC738, _stringLiteralBC811258AE9F9FCB0494BB2785A876A59993024E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_184 = L_183;
NullCheck(L_184);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_184, _stringLiteralF3F91E1EC3E0AE32E56BC723E25644FBCC1E3FE2, _stringLiteralA786A2C15E0960665766C54383EAE01BDE449200, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_185 = L_184;
NullCheck(L_185);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_185, _stringLiteral0210D3EF06CF7EBEC67D99C9EC36BF81243FAE52, _stringLiteralA530B335CD0087CB8F5D7C94D479C19B0760414D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_186 = L_185;
NullCheck(L_186);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_186, _stringLiteralFEAAFC60BA98D7E0FBCE4F0362FD6DA7774B94B5, _stringLiteral379FC0D5299A71AC0F171FBB5AFB262829B4E765, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_187 = L_186;
NullCheck(L_187);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_187, _stringLiteralF05361B9B3BE12CD667769B94BF2990A1602439A, _stringLiteral2608F729BC23957968910AFBDDE8F4D04D1C1A1C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_188 = L_187;
NullCheck(L_188);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_188, _stringLiteral630CB832F3F2309FC7FAF4264E144A9E1B5E3728, _stringLiteral3F77DB7A77D2D75E9013C23EEE9B275BED2F335F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_189 = L_188;
NullCheck(L_189);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_189, _stringLiteral89BA699EC3BF5D1464DEF28B00F016700E28101F, _stringLiteral265CF155536D53FA1138C3BF8F1B183983D52CEE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_190 = L_189;
NullCheck(L_190);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_190, _stringLiteral1468D8600ED0FB2E4B009117EF6F0918D7C2C089, _stringLiteral6968DF240C6CD2C5762BA28B597DC70BF64D98CD, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_191 = L_190;
NullCheck(L_191);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_191, _stringLiteralCFD5233F6C25112A7AE3FF91E4ACC195F899F25F, _stringLiteralEED1903A65FB51375C9A57C0D5925EBE4056DCAB, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_192 = L_191;
NullCheck(L_192);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_192, _stringLiteralBA8E577E758058AF97BEBCB2CCE27D461ECD8A0D, _stringLiteralD56BE6B04D5D62B632E6618E9DF3B0F3DA181396, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_193 = L_192;
NullCheck(L_193);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_193, _stringLiteralDF30C652BEE9AD96C6CC5FF8044ABEAA8A5982BE, _stringLiteral463DD8415BE6B1A30A0E94B2C10A4BC4EC2B7689, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_194 = L_193;
NullCheck(L_194);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_194, _stringLiteral74AD93CBEBF587AC46AB0EF1E3F24139DDD3F535, _stringLiteral67B8B1C4FEDB2E38E2EB26F403B9C2B2642B0A2C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_195 = L_194;
NullCheck(L_195);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_195, _stringLiteralA8EB9FA48647597C67C4ACBBE66DA17EAC566688, _stringLiteral0DF5072F6607B7626A6B3609FBBB2F77F3043BA6, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_196 = L_195;
NullCheck(L_196);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_196, _stringLiteralC40AB7BD4AF9BC38C8A0BDE00F611BEF371B2BFB, _stringLiteral0A1DC0A5DC87820C707136828C878268A1AF8A37, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_197 = L_196;
NullCheck(L_197);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_197, _stringLiteral56457C9FC415BD3B05DA3F596D57B78A1371C396, _stringLiteral7235B9C5318000065E96CC63C71C334BAD2600A0, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_198 = L_197;
NullCheck(L_198);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_198, _stringLiteralB240CB734C0ECBB82F93887DC83654537B488D57, _stringLiteralB196DC2FC39791470B45B4E1BE46AB72CDB448E1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_199 = L_198;
NullCheck(L_199);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_199, _stringLiteral7391F77AA828776BCE0F964EFED6174341384DC4, _stringLiteral989E45F83A991F5AD15F96153A0A708C35D75A18, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_200 = L_199;
NullCheck(L_200);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_200, _stringLiteral053C055315D8287604B0535B37F217EB460C62DF, _stringLiteralE2AB0091E9A13FFA7717A4330E44C136959E985C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_201 = L_200;
NullCheck(L_201);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_201, _stringLiteralCB98723B6E3119AFFA6E09435BF703F05F695C56, _stringLiteral70E8CB3C132AC8387A92A724439E33CF2A87BA67, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_202 = L_201;
NullCheck(L_202);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_202, _stringLiteral05DB60CC611B24C0421CF939E3432522DF0C206A, _stringLiteralC6F04C7E357D055F410CD3E10E3B06195EC44C1B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_203 = L_202;
NullCheck(L_203);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_203, _stringLiteral0A31BEFBB922432D16F3FE3FB91A00087AF52369, _stringLiteralC5D8F7D1DE53C20D472E59EDEB88F726BFE04C08, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_204 = L_203;
NullCheck(L_204);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_204, _stringLiteralBB02C3DA1D829EDD84108EF3F662C0BBFC4A8EAF, _stringLiteralFFF17DD8F720C56F8D41BDEBDB88582D523F460B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_205 = L_204;
NullCheck(L_205);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_205, _stringLiteral65CB06AB4FBECBB589EC0120C9934EC55279EF34, _stringLiteral3608A6D1A05ABA23EA390E5F3B48203DBB7241F7, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_206 = L_205;
NullCheck(L_206);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_206, _stringLiteral3286D3C877263071740AB8CEB8920DE35EE57C80, _stringLiteral8E7E555E8135FB7D91292B64AA9F6693D7164ED1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_207 = L_206;
NullCheck(L_207);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_207, _stringLiteralA75EE8482A2C82952F1802A71A9EE0D0E4F4FF43, _stringLiteral44B7497C4BB5F3E8C071B12B7ECE82766A88068D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_208 = L_207;
NullCheck(L_208);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_208, _stringLiteral60C890BBBAE3EBC5014A9E7C7EDD4430CE1304BC, _stringLiteralFCFC5F35F4DDC4426D01CD33DE2368074D1886C2, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_209 = L_208;
NullCheck(L_209);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_209, _stringLiteral51C80604E61632D15EF1ABB1CE6A27E13B0102DC, _stringLiteralBC39A21A93207F5730E662411663F4154618C006, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_210 = L_209;
NullCheck(L_210);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_210, _stringLiteral7AF3BEFF5EB9E3E2A249DDEA21ECDA70DE7E9D1D, _stringLiteral77D4C24610B1E570A282B49BB889F753DBC2AAE6, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_211 = L_210;
NullCheck(L_211);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_211, _stringLiteralBF4C68DB24B98BDE68FD582C3BDB130CAB10C020, _stringLiteral22DD7204FC1D74E86BF1D661C4DF6BEA4C96D4A5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_212 = L_211;
NullCheck(L_212);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_212, _stringLiteral17FA9FB07C2D2D8EFDC58DD23A29886EA7CF9594, _stringLiteralC0271A5EDC4EEB7DDD8FB490E12E1AEE0AA78FCE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_213 = L_212;
NullCheck(L_213);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_213, _stringLiteralEE5D0F504BFD73D749C2A3A8FC720C4B0CCE324D, _stringLiteral3DC4086401302B2BF42EDB1DBA663C0AB7D339C1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_214 = L_213;
NullCheck(L_214);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_214, _stringLiteral6D7113E00F79EF2AB51D16814F5877370B36D003, _stringLiteralE6F58953A2393CCBF4AD2BE23A3E448BB8879C0E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_215 = L_214;
NullCheck(L_215);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_215, _stringLiteralD6A8B06EB4898F96A2FC6D5D10DFC35B13982CB6, _stringLiteral766A6E8998AEFE2117D62C2D48411E43161FFA11, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_216 = L_215;
NullCheck(L_216);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_216, _stringLiteral52C678895841A414E192CA53F5C1943390226718, _stringLiteralD248AAE869EAF85E241B0A5C9F41E658D7C434D1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_217 = L_216;
NullCheck(L_217);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_217, _stringLiteral0CD368BF67C2A1142F1A3890E53E4127424E77A4, _stringLiteral2B002DCF5EBAF365D031276A8F5E55D923723C20, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_218 = L_217;
NullCheck(L_218);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_218, _stringLiteral095C06A7E3995C573D387BC0B53D77753B57DD7E, _stringLiteralFA9BD9A6463AFFE02425083AD4A7823A4466C5E6, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_219 = L_218;
NullCheck(L_219);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_219, _stringLiteral8DF7F1B361B2AF42D36011E00D22C0F9891EC0B0, _stringLiteral09CD68A2A77B22A312DDED612DD0D9988685189F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_220 = L_219;
NullCheck(L_220);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_220, _stringLiteral785BB6B17B366BA2A1481E3537A946C8203B9A9A, _stringLiteral210ED8D700FFFEA3377E6C6FD3C14432C5AAD232, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_221 = L_220;
NullCheck(L_221);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_221, _stringLiteral24C4A0C6911EC2F49BE0A179F5177E179593FF99, _stringLiteral4AF3B4CCB828462112912A1133EBEB391A0FE015, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_222 = L_221;
NullCheck(L_222);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_222, _stringLiteralB1442D40BEEC6B172EB738CE44A1C2BB882494F6, _stringLiteral902417CDBED0111D61235959BC3E435674AE5D6D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_223 = L_222;
NullCheck(L_223);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_223, _stringLiteralBDFF41795093A4AD211C12B088CFB89527669A97, _stringLiteral2085E0F160B7BD54BDFCB30BCA6C982CEA4E239D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_224 = L_223;
NullCheck(L_224);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_224, _stringLiteral37024AB4908683FF3498F4071BE77A1A0276979F, _stringLiteral2709874A613DDFEE07B36CB0BEB853572B369255, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_225 = L_224;
NullCheck(L_225);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_225, _stringLiteral2F41F62D8234E4D1D1D277624B9A4D1BE6AC3CC7, _stringLiteral2AD24FC109E246935BBD0E09FD054D480A713F5F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_226 = L_225;
NullCheck(L_226);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_226, _stringLiteral0FE7B56827132A2B4AA76B80B33BF156A7414139, _stringLiteral750821D54B451BF315C1BF5051D3FD6B67045DBF, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_227 = L_226;
NullCheck(L_227);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_227, _stringLiteralF086F5D103AA1D3475F40E4A9FC26F818DFB2202, _stringLiteralC2D912F21592131A60BE574988CCD6982575C075, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_228 = L_227;
NullCheck(L_228);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_228, _stringLiteral8F617533ACA39E718C95D1D4466E58E23DD1261F, _stringLiteral422CE4B13D60A95C9AFE53C8329A2EC8C107EB0A, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_229 = L_228;
NullCheck(L_229);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_229, _stringLiteral15423629AE05296D83913893C1416690535D43C6, _stringLiteral7A4E0F5CFA8B5FF12D9B76A9213B492CED461B34, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_230 = L_229;
NullCheck(L_230);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_230, _stringLiteral570A51308425782E128DF859CDB38833289A42FF, _stringLiteralE5274E78712C5FD0B1D4A754711986C271953377, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_231 = L_230;
NullCheck(L_231);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_231, _stringLiteralE9B503397F7F2D41803B7A03D81EA8F0CEE9C630, _stringLiteralBECECF64FCB9466761CD1A77875F9240F596BDFE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_232 = L_231;
NullCheck(L_232);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_232, _stringLiteralCF842A6B7E9A978CE270A918570E5FC74F7354D7, _stringLiteral0FC2539E50C67A42DB3A02F61343C05AB11D6B88, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_233 = L_232;
NullCheck(L_233);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_233, _stringLiteral076F66EC0BA0EED5FFCCAFAC0D2D1113196E910C, _stringLiteral58209917F83D68B9FCE62150777A4B9F8C1C3A07, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_234 = L_233;
NullCheck(L_234);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_234, _stringLiteralDC4A7B09F44888F15B47A2D90AA09FC6E76C1156, _stringLiteral7BA73F9082674DDFF43748481BA11D1281A2CC69, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_235 = L_234;
NullCheck(L_235);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_235, _stringLiteral69E13E04D9848E8ABB5AC18FBF5CE583BC830E83, _stringLiteralF740BD19181D295DB8633B0AA0C1785C62EF6BCB, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_236 = L_235;
NullCheck(L_236);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_236, _stringLiteralB33AE975F527F9F91B15826F4D3D2F3389446D87, _stringLiteral91249E5ADBBA6DB8C21FB8DC01875866FCFDE10C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_237 = L_236;
NullCheck(L_237);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_237, _stringLiteral069B399EB2F8BAA198FA257DCBC00C671D060BDC, _stringLiteralCB2EBCDADFC71657FE173791908F6094AEDCA754, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_238 = L_237;
NullCheck(L_238);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_238, _stringLiteralB063278AE0AEE0E651811BE0EA684D1115F3F96A, _stringLiteral04C39DEF45DC56FE51BF04E240212CE49EC89DC8, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_239 = L_238;
NullCheck(L_239);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_239, _stringLiteralA25EF820833AEE904BE99627D61AF962ECD5E41F, _stringLiteral8BD6C5FFD4C2D4BAB430359866684485E7BDB5D8, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_240 = L_239;
NullCheck(L_240);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_240, _stringLiteral04A422D38C95415CECE1AC86E1AD2A1030048C03, _stringLiteral0A6190DF9675DE3C18B12FD3FC97648581780661, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_241 = L_240;
NullCheck(L_241);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_241, _stringLiteralA0E4DF7E457C6133F91227CE3A1D1AC718B78E2E, _stringLiteralA5267E03F59D12BAD498810729805FB8E4C873DB, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_242 = L_241;
NullCheck(L_242);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_242, _stringLiteralE841324B174E64B4DB0D86C84A11D7E3B98AAA28, _stringLiteralBD196861653BC3ED626629F3D67F298F88414CE2, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_243 = L_242;
NullCheck(L_243);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_243, _stringLiteral9BC253A36E8ACE3C94E28555BF56CC77650F265B, _stringLiteral838672B23B845AFC5ACAD3577C662E2ECC1E5F1E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_244 = L_243;
NullCheck(L_244);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_244, _stringLiteral03AEC8B7E6786A18BDE8BDFCD3528664B3914952, _stringLiteral1B0120E05D2AF33F692DBF0E9A389759ABD63E75, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_245 = L_244;
NullCheck(L_245);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_245, _stringLiteral2BD39B5E0E44B9B9D126ADA1F7D57DFBBABF0F19, _stringLiteral78D19BAB0764DF91685492807F12AC8F8804A9CF, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_246 = L_245;
NullCheck(L_246);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_246, _stringLiteralE552F3D1B16C99CDCE2199526140BA83B6C2613E, _stringLiteral087B0EBC87ACC39092654B84736AAD3B3244280B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_247 = L_246;
NullCheck(L_247);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_247, _stringLiteral86C2B6275F076B31C4BE9812E835DAB2A6F07CCF, _stringLiteral00A6BA21DA70F3E781567C43A9A22E8923E617C4, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_248 = L_247;
NullCheck(L_248);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_248, _stringLiteralBBB912E5558FAA8EAE92197E9CFC4DF3ABE94026, _stringLiteral9C23F75BA13082A268AC651A38209152C09B23BC, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_249 = L_248;
NullCheck(L_249);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_249, _stringLiteral586E90006BBBCD684AB54EC3EA76E4098393F572, _stringLiteral8C1017982B2032CC059203E3D83DD0EE2E7A86B3, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_250 = L_249;
NullCheck(L_250);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_250, _stringLiteralDF1DE78052B16F03F5FE6753FDA1794A9DB23141, _stringLiteralB3BD6779091D94CBB45159A1347081F18B0816ED, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_251 = L_250;
NullCheck(L_251);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_251, _stringLiteralEA6C03461DC3A543514F149CA6BB793D0A9E158A, _stringLiteral33E9505D12942E8259A3C96FB6F88ED325B95797, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_252 = L_251;
NullCheck(L_252);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_252, _stringLiteral749AC19BA29BBB8E28C3065140AFFAC96B3C69D8, _stringLiteralF1F0AB2F0666E3E5F8C8A51578C5966E120CAA6F, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_253 = L_252;
NullCheck(L_253);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_253, _stringLiteralC32767E0541FE7038FF8D87E7B8AED17F49474F8, _stringLiteralFA6AF6E97D010A98B5BFB9DC17862112AFDA402E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_254 = L_253;
NullCheck(L_254);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_254, _stringLiteralCE1751BAD89137D7308285920CB5A51CD1E94AE1, _stringLiteralC700DC1C6745C39929C4B490A50F1EF4B6DE67F1, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_255 = L_254;
NullCheck(L_255);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_255, _stringLiteral12C0FDFC1A0E1A400D9BF90AEA5AF405A7B37F60, _stringLiteral0DB30ACD5AF4C45F07EB4B35D0CAC5060E84ECBC, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_256 = L_255;
NullCheck(L_256);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_256, _stringLiteralAB650A1A4B8FDF3A4053CE8D277D335DD82E5447, _stringLiteralD9E83874D260F2F10D48D98C0B773B836096D426, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_257 = L_256;
NullCheck(L_257);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_257, _stringLiteral6C4E956A7C71ED9C8485B2CD61D4159D5585C037, _stringLiteral454C87D3A6AFF693C098FDF59DA8D58036359303, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_258 = L_257;
NullCheck(L_258);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_258, _stringLiteralFCCF4F2749B714BF1F7EAC44C58489B196438318, _stringLiteral92BA8682C5742B1090B09135A32AB7DA587CE831, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_259 = L_258;
NullCheck(L_259);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_259, _stringLiteral63836BC275B35A5EFAEB7E0C8601768B4C34D939, _stringLiteralF1F982B102CF25B2F56181C205B365F4CC6F959D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_260 = L_259;
NullCheck(L_260);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_260, _stringLiteral515451058797B204E188DD70F8D20F32DACCA327, _stringLiteral68C42A321969A6ABF1CF14A8D0AB4B1A07329CEB, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_261 = L_260;
NullCheck(L_261);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_261, _stringLiteralEC1D7CDC411311A5548C5F9B57B372D4213F9472, _stringLiteral64C4AE58E655F6EB96D53EEDD5CE30923FCA966B, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_262 = L_261;
NullCheck(L_262);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_262, _stringLiteral091676B1144EBCFCE068EB40B4A1958C8EDAA382, _stringLiteralB2B4559BF716BFFB74433BA967493908448531AD, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_263 = L_262;
NullCheck(L_263);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_263, _stringLiteral412E31909B8AD1417C4A39495653FDEBA58CD034, _stringLiteral7B21FDD90A6056168B4B04DA4C8C387C4FBCE2F5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_264 = L_263;
NullCheck(L_264);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_264, _stringLiteral89503097B6823B3C007536CEB4BAA49A776076C4, _stringLiteral683E9691BD845DDEB65DEE28BFCB2C4E6AF66B9D, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_265 = L_264;
NullCheck(L_265);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_265, _stringLiteralD67A39A9D54B774A32FDB91E118929CDBE784C0C, _stringLiteralF1950B3F82E9B0A757F07F5275E2D6D95AAB490E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_266 = L_265;
NullCheck(L_266);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_266, _stringLiteral43A10E3560B8030AE2EEF227061EF7E90C725A09, _stringLiteral0EB1C23E01B53CBA3E64159EFD0E0C112AE92A95, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_267 = L_266;
NullCheck(L_267);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_267, _stringLiteral19E69FAC0CC933CF69C383CDB24467A750365852, _stringLiteral445D23F81283D7131E1083582A20C9D75A582A37, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_268 = L_267;
NullCheck(L_268);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_268, _stringLiteral1D6B8A691F0D907EFA971075035A145A937381AC, _stringLiteral833DA188871DDE4C49E08271FF3DEFF524B7992C, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_269 = L_268;
NullCheck(L_269);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_269, _stringLiteral724D20A381C60F7FE9FFAF8868D986C155AF066C, _stringLiteral552649D7409CEC5DCD2D8AEF72EC1C4849B635A5, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_270 = L_269;
NullCheck(L_270);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_270, _stringLiteral5DD9205939546294737276EE1BD8B8562F993B44, _stringLiteral77B6BE1AA518511C32197965EA7244CE52AA1078, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_271 = L_270;
NullCheck(L_271);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_271, _stringLiteralC598B7D13A9BCFE6B7EB316A8D0660FBA9B06821, _stringLiteral9361D2F4796AF6A27A6F64DBB42613D5CE41700E, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_272 = L_271;
NullCheck(L_272);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_272, _stringLiteral98F75B60633D1EC7A8D357E0526459E0C9B54A32, _stringLiteral3AE0D09DE12ECA550A4BBE006CB58E7F48C07587, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_273 = L_272;
NullCheck(L_273);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_273, _stringLiteralBF6ABD891F7C543F9981F25F6BF52470C1FF1D07, _stringLiteral6FD1B502E91B4CC8DD237E83B279CDED2B2A44FE, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_274 = L_273;
NullCheck(L_274);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_274, _stringLiteralA6A55D974F43B7E3ACCEDF6BEE9F631CEAF08BCA, _stringLiteral20ACC516AE46572EF9AFF8B1919771D195CF68A3, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
il2cpp_codegen_memory_barrier();
((CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tB7486496AE7B37C5908168F2272AED9DFB0C1A94_il2cpp_TypeInfo_var))->set_cultureInfoNameMap_0(L_274);
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.CustomTypeDescriptor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomTypeDescriptor__ctor_mD442A0BE59DB1D9EF0AC695FC857C18570B2AAD2 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___parent0;
__this->set__parent_0(L_0);
return;
}
}
// System.ComponentModel.AttributeCollection System.ComponentModel.CustomTypeDescriptor::GetAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * CustomTypeDescriptor_GetAttributes_mA2DFA9E08F4CBE42FF54C0EA9313ACACF22AF1E9 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetAttributes_mA2DFA9E08F4CBE42FF54C0EA9313ACACF22AF1E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
NullCheck(L_1);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_2 = InterfaceFuncInvoker0< AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var);
AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE * L_3 = ((AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tBE6941BB802EDE34B7F986C14A7D7E3A4E135EBE_il2cpp_TypeInfo_var))->get_Empty_0();
return L_3;
}
}
// System.String System.ComponentModel.CustomTypeDescriptor::GetClassName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomTypeDescriptor_GetClassName_mB5EF564D1D0CD2675050CB4D58F9671904DD1BD2 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetClassName_mB5EF564D1D0CD2675050CB4D58F9671904DD1BD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
NullCheck(L_1);
String_t* L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetClassName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
return (String_t*)NULL;
}
}
// System.String System.ComponentModel.CustomTypeDescriptor::GetComponentName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomTypeDescriptor_GetComponentName_mA7413EA84F636BEDAF9C3CF8E23657819B4BB5D1 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetComponentName_mA7413EA84F636BEDAF9C3CF8E23657819B4BB5D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
NullCheck(L_1);
String_t* L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetComponentName() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
return (String_t*)NULL;
}
}
// System.ComponentModel.TypeConverter System.ComponentModel.CustomTypeDescriptor::GetConverter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * CustomTypeDescriptor_GetConverter_m326AC0250B0AECC9EE172FF9A6A112098EC7EB6C (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetConverter_m326AC0250B0AECC9EE172FF9A6A112098EC7EB6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
NullCheck(L_1);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_2 = InterfaceFuncInvoker0< TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * >::Invoke(3 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_3 = (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB *)il2cpp_codegen_object_new(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(L_3, /*hidden argument*/NULL);
return L_3;
}
}
// System.ComponentModel.EventDescriptor System.ComponentModel.CustomTypeDescriptor::GetDefaultEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * CustomTypeDescriptor_GetDefaultEvent_m076D38743B38382AAEF1C94CF1A8C95C06C2B225 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetDefaultEvent_m076D38743B38382AAEF1C94CF1A8C95C06C2B225_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
NullCheck(L_1);
EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * L_2 = InterfaceFuncInvoker0< EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 * >::Invoke(4 /* System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultEvent() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
return (EventDescriptor_tAB488D66C0409A1889EE56355848CDA43ED95222 *)NULL;
}
}
// System.ComponentModel.PropertyDescriptor System.ComponentModel.CustomTypeDescriptor::GetDefaultProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * CustomTypeDescriptor_GetDefaultProperty_m18FBD7AB187D5692B0A425428B72BF244304A945 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetDefaultProperty_m18FBD7AB187D5692B0A425428B72BF244304A945_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
NullCheck(L_1);
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_2 = InterfaceFuncInvoker0< PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(5 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultProperty() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
return (PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D *)NULL;
}
}
// System.Object System.ComponentModel.CustomTypeDescriptor::GetEditor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomTypeDescriptor_GetEditor_m9089C72EFB971798074267AF8234637B2D7B4587 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetEditor_m9089C72EFB971798074267AF8234637B2D7B4587_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0015;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
Type_t * L_2 = ___editorBaseType0;
NullCheck(L_1);
RuntimeObject * L_3 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(6 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetEditor(System.Type) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1, L_2);
return L_3;
}
IL_0015:
{
return NULL;
}
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * CustomTypeDescriptor_GetEvents_m35D1F7F7F1468B0A156A467A0BA8A4FA3D9F9FC9 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetEvents_m35D1F7F7F1468B0A156A467A0BA8A4FA3D9F9FC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
NullCheck(L_1);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_2 = InterfaceFuncInvoker0< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * >::Invoke(7 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
IL2CPP_RUNTIME_CLASS_INIT(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_il2cpp_TypeInfo_var);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_3 = ((EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_il2cpp_TypeInfo_var))->get_Empty_7();
return L_3;
}
}
// System.ComponentModel.EventDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetEvents(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * CustomTypeDescriptor_GetEvents_m861B72146FE7E6032AFE77BD4AB092257BF65758 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetEvents_m861B72146FE7E6032AFE77BD4AB092257BF65758_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0015;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_2 = ___attributes0;
NullCheck(L_1);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_3 = InterfaceFuncInvoker1< EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1, L_2);
return L_3;
}
IL_0015:
{
IL2CPP_RUNTIME_CLASS_INIT(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_il2cpp_TypeInfo_var);
EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37 * L_4 = ((EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tB9FC461177F5D7FE0B79268C77569B36F4E1FF37_il2cpp_TypeInfo_var))->get_Empty_7();
return L_4;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * CustomTypeDescriptor_GetProperties_m75853C1C9E6D90013A8AAEC85E5B2C68BFC42D57 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetProperties_m75853C1C9E6D90013A8AAEC85E5B2C68BFC42D57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
NullCheck(L_1);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_2 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
IL2CPP_RUNTIME_CLASS_INIT(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_il2cpp_TypeInfo_var);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_3 = ((PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_il2cpp_TypeInfo_var))->get_Empty_0();
return L_3;
}
}
// System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetProperties(System.Attribute[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * CustomTypeDescriptor_GetProperties_m9335548766C00E208B215333BF609541C4D88253 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* ___attributes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetProperties_m9335548766C00E208B215333BF609541C4D88253_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0015;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* L_2 = ___attributes0;
NullCheck(L_1);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_3 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 *, AttributeU5BU5D_t777BEFAB7857CFA5F0EE6C3EB1F8F7FF61F00A17* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1, L_2);
return L_3;
}
IL_0015:
{
IL2CPP_RUNTIME_CLASS_INIT(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_il2cpp_TypeInfo_var);
PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2 * L_4 = ((PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t19FEFDD6CEF7609BB10282A4B52C3C09A04B41A2_il2cpp_TypeInfo_var))->get_Empty_0();
return L_4;
}
}
// System.Object System.ComponentModel.CustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomTypeDescriptor_GetPropertyOwner_mCD61E05ACE5B4F0679E5F835275EB6DE2B830C00 (CustomTypeDescriptor_tF8665CD45DFFA622F7EB328A2F77067DD2147689 * __this, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * ___pd0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CustomTypeDescriptor_GetPropertyOwner_mCD61E05ACE5B4F0679E5F835275EB6DE2B830C00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__parent_0();
if (!L_0)
{
goto IL_0015;
}
}
{
RuntimeObject* L_1 = __this->get__parent_0();
PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * L_2 = ___pd0;
NullCheck(L_1);
RuntimeObject * L_3 = InterfaceFuncInvoker1< RuntimeObject *, PropertyDescriptor_tBF646D9949C932A92EEBD17E2EB6AD07D18B7C9D * >::Invoke(11 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_tAF366F5EE1A787B4D24D9570FFFFE6C5DC27C384_il2cpp_TypeInfo_var, L_1, L_2);
return L_3;
}
IL_0015:
{
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.ComponentModel.DataErrorsChangedEventArgs::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataErrorsChangedEventArgs__ctor_m89A08871E1885918DD30A76B2567F2AA9308550D (DataErrorsChangedEventArgs_t83896D84C96C5BC0478ACF7E99C7703D464BE11F * __this, String_t* ___propertyName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DataErrorsChangedEventArgs__ctor_m89A08871E1885918DD30A76B2567F2AA9308550D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
String_t* L_0 = ___propertyName0;
__this->set_propertyName_1(L_0);
return;
}
}
// System.String System.ComponentModel.DataErrorsChangedEventArgs::get_PropertyName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DataErrorsChangedEventArgs_get_PropertyName_m03B0D566356D46C0AC0C4DAF72D656AE15D9C165 (DataErrorsChangedEventArgs_t83896D84C96C5BC0478ACF7E99C7703D464BE11F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_propertyName_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.DataObjectAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectAttribute__ctor_m9FE6D99FFC81F6EFC05F9A293030BE6114C68894 (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, const RuntimeMethod* method)
{
{
DataObjectAttribute__ctor_m420A715E3B1B5FA31BE2C01419DE916093CE87E7(__this, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.DataObjectAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectAttribute__ctor_m420A715E3B1B5FA31BE2C01419DE916093CE87E7 (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, bool ___isDataObject0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
bool L_0 = ___isDataObject0;
__this->set__isDataObject_3(L_0);
return;
}
}
// System.Boolean System.ComponentModel.DataObjectAttribute::get_IsDataObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectAttribute_get_IsDataObject_m4D3E4CA87CCE1F016C1D88E86AF93E507D198742 (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__isDataObject_3();
return L_0;
}
}
// System.Boolean System.ComponentModel.DataObjectAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectAttribute_Equals_m9BD85A16D616806157122FBEE7546C3BE459173D (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DataObjectAttribute_Equals_m9BD85A16D616806157122FBEE7546C3BE459173D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 *)IsInstSealed((RuntimeObject*)L_1, DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var));
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = DataObjectAttribute_get_IsDataObject_m4D3E4CA87CCE1F016C1D88E86AF93E507D198742_inline(L_3, /*hidden argument*/NULL);
bool L_5 = DataObjectAttribute_get_IsDataObject_m4D3E4CA87CCE1F016C1D88E86AF93E507D198742_inline(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
}
IL_001f:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.DataObjectAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectAttribute_GetHashCode_m9E9FAA4EBB390AD3E1A6B864A9FCAE04EE694A3D (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, const RuntimeMethod* method)
{
{
bool* L_0 = __this->get_address_of__isDataObject_3();
int32_t L_1 = Boolean_GetHashCode_m92C426D44100ED098FEECC96A743C3CB92DFF737((bool*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.ComponentModel.DataObjectAttribute::IsDefaultAttribute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectAttribute_IsDefaultAttribute_m6E38289374D87F5A04509CAA3A080B97556692F3 (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DataObjectAttribute_IsDefaultAttribute_m6E38289374D87F5A04509CAA3A080B97556692F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var);
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * L_0 = ((DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var))->get_Default_2();
bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0);
return L_1;
}
}
// System.Void System.ComponentModel.DataObjectAttribute::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectAttribute__cctor_m383A8212D12F5FE4C36BC11BE7D42FDEC373B5E0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DataObjectAttribute__cctor_m383A8212D12F5FE4C36BC11BE7D42FDEC373B5E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * L_0 = (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 *)il2cpp_codegen_object_new(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var);
DataObjectAttribute__ctor_m420A715E3B1B5FA31BE2C01419DE916093CE87E7(L_0, (bool)1, /*hidden argument*/NULL);
((DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var))->set_DataObject_0(L_0);
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * L_1 = (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 *)il2cpp_codegen_object_new(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var);
DataObjectAttribute__ctor_m420A715E3B1B5FA31BE2C01419DE916093CE87E7(L_1, (bool)0, /*hidden argument*/NULL);
((DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var))->set_NonDataObject_1(L_1);
DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * L_2 = ((DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var))->get_NonDataObject_1();
((DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441_il2cpp_TypeInfo_var))->set_Default_2(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_mEA6D783104D86B6EE1F199D4A61B07BCE72BFF14 (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, bool ___primaryKey0, const RuntimeMethod* method)
{
{
bool L_0 = ___primaryKey0;
DataObjectFieldAttribute__ctor_mA196AAC04AC289EAD0CADB21DEE2E750616D6742(__this, L_0, (bool)0, (bool)0, (-1), /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_mB1F0E08E953C54ABFCBA92F93116D47E2C612887 (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, bool ___primaryKey0, bool ___isIdentity1, const RuntimeMethod* method)
{
{
bool L_0 = ___primaryKey0;
bool L_1 = ___isIdentity1;
DataObjectFieldAttribute__ctor_mA196AAC04AC289EAD0CADB21DEE2E750616D6742(__this, L_0, L_1, (bool)0, (-1), /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_m34AB7D19EFD9C368E718AB7E16FD365ADCEB5979 (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, bool ___primaryKey0, bool ___isIdentity1, bool ___isNullable2, const RuntimeMethod* method)
{
{
bool L_0 = ___primaryKey0;
bool L_1 = ___isIdentity1;
bool L_2 = ___isNullable2;
DataObjectFieldAttribute__ctor_mA196AAC04AC289EAD0CADB21DEE2E750616D6742(__this, L_0, L_1, L_2, (-1), /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean,System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_mA196AAC04AC289EAD0CADB21DEE2E750616D6742 (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, bool ___primaryKey0, bool ___isIdentity1, bool ___isNullable2, int32_t ___length3, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
bool L_0 = ___primaryKey0;
__this->set__primaryKey_0(L_0);
bool L_1 = ___isIdentity1;
__this->set__isIdentity_1(L_1);
bool L_2 = ___isNullable2;
__this->set__isNullable_2(L_2);
int32_t L_3 = ___length3;
__this->set__length_3(L_3);
return;
}
}
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_IsIdentity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsIdentity_m9D5DA33E7297E888A33DE391381B955E8758416C (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__isIdentity_1();
return L_0;
}
}
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_IsNullable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsNullable_m5D1307DB0D272A4957664AF146FCD2F1B364D7AA (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__isNullable_2();
return L_0;
}
}
// System.Int32 System.ComponentModel.DataObjectFieldAttribute::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectFieldAttribute_get_Length_m173185C45B290517C12A6E2024655334283F4BD1 (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__length_3();
return L_0;
}
}
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_PrimaryKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_PrimaryKey_m73A12573E7BDAD23839D5CB1E823C015E6A80779 (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__primaryKey_0();
return L_0;
}
}
// System.Boolean System.ComponentModel.DataObjectFieldAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_Equals_m6550C0473A9EAE74B664BC925305169AED27A6F5 (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DataObjectFieldAttribute_Equals_m6550C0473A9EAE74B664BC925305169AED27A6F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB *)IsInstSealed((RuntimeObject*)L_1, DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB_il2cpp_TypeInfo_var));
DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * L_2 = V_0;
if (!L_2)
{
goto IL_0049;
}
}
{
DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * L_3 = V_0;
NullCheck(L_3);
bool L_4 = DataObjectFieldAttribute_get_IsIdentity_m9D5DA33E7297E888A33DE391381B955E8758416C_inline(L_3, /*hidden argument*/NULL);
bool L_5 = DataObjectFieldAttribute_get_IsIdentity_m9D5DA33E7297E888A33DE391381B955E8758416C_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
{
goto IL_0049;
}
}
{
DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * L_6 = V_0;
NullCheck(L_6);
bool L_7 = DataObjectFieldAttribute_get_IsNullable_m5D1307DB0D272A4957664AF146FCD2F1B364D7AA_inline(L_6, /*hidden argument*/NULL);
bool L_8 = DataObjectFieldAttribute_get_IsNullable_m5D1307DB0D272A4957664AF146FCD2F1B364D7AA_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
{
goto IL_0049;
}
}
{
DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = DataObjectFieldAttribute_get_Length_m173185C45B290517C12A6E2024655334283F4BD1_inline(L_9, /*hidden argument*/NULL);
int32_t L_11 = DataObjectFieldAttribute_get_Length_m173185C45B290517C12A6E2024655334283F4BD1_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0049;
}
}
{
DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * L_12 = V_0;
NullCheck(L_12);
bool L_13 = DataObjectFieldAttribute_get_PrimaryKey_m73A12573E7BDAD23839D5CB1E823C015E6A80779_inline(L_12, /*hidden argument*/NULL);
bool L_14 = DataObjectFieldAttribute_get_PrimaryKey_m73A12573E7BDAD23839D5CB1E823C015E6A80779_inline(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_13) == ((int32_t)L_14))? 1 : 0);
}
IL_0049:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.DataObjectFieldAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectFieldAttribute_GetHashCode_m3BDF77C0D8744CE3A73E5833FBA41D3E94E4B8FC (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__this, /*hidden argument*/NULL);
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.DataObjectMethodAttribute::.ctor(System.ComponentModel.DataObjectMethodType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectMethodAttribute__ctor_mA68A1C4E01A48EA208B1C08A378B04087BF4608C (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, int32_t ___methodType0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___methodType0;
DataObjectMethodAttribute__ctor_m956819A725EDCC09FDB93C85378A2680F7102374(__this, L_0, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.ComponentModel.DataObjectMethodAttribute::.ctor(System.ComponentModel.DataObjectMethodType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectMethodAttribute__ctor_m956819A725EDCC09FDB93C85378A2680F7102374 (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, int32_t ___methodType0, bool ___isDefault1, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___methodType0;
__this->set__methodType_1(L_0);
bool L_1 = ___isDefault1;
__this->set__isDefault_0(L_1);
return;
}
}
// System.Boolean System.ComponentModel.DataObjectMethodAttribute::get_IsDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_get_IsDefault_m41E0F66B1B1CB5CBB99A86C8147927581850D415 (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__isDefault_0();
return L_0;
}
}
// System.ComponentModel.DataObjectMethodType System.ComponentModel.DataObjectMethodAttribute::get_MethodType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectMethodAttribute_get_MethodType_m4B357AA299CBC838BDB0CC5E5EAE1738B93717D1 (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__methodType_1();
return L_0;
}
}
// System.Boolean System.ComponentModel.DataObjectMethodAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_Equals_m8E8B69D687D535D66B1277C15440B032B4E32BD1 (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DataObjectMethodAttribute_Equals_m8E8B69D687D535D66B1277C15440B032B4E32BD1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 *)IsInstSealed((RuntimeObject*)L_1, DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249_il2cpp_TypeInfo_var));
DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * L_2 = V_0;
if (!L_2)
{
goto IL_002d;
}
}
{
DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = DataObjectMethodAttribute_get_MethodType_m4B357AA299CBC838BDB0CC5E5EAE1738B93717D1_inline(L_3, /*hidden argument*/NULL);
int32_t L_5 = DataObjectMethodAttribute_get_MethodType_m4B357AA299CBC838BDB0CC5E5EAE1738B93717D1_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * L_6 = V_0;
NullCheck(L_6);
bool L_7 = DataObjectMethodAttribute_get_IsDefault_m41E0F66B1B1CB5CBB99A86C8147927581850D415_inline(L_6, /*hidden argument*/NULL);
bool L_8 = DataObjectMethodAttribute_get_IsDefault_m41E0F66B1B1CB5CBB99A86C8147927581850D415_inline(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0);
}
IL_002d:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.DataObjectMethodAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectMethodAttribute_GetHashCode_mA6AD26FF3AD6C57880F2B6AA5990D97923F5A3D0 (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__methodType_1();
V_0 = L_0;
int32_t L_1 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A((int32_t*)(&V_0), /*hidden argument*/NULL);
bool* L_2 = __this->get_address_of__isDefault_0();
int32_t L_3 = Boolean_GetHashCode_m92C426D44100ED098FEECC96A743C3CB92DFF737((bool*)L_2, /*hidden argument*/NULL);
return ((int32_t)((int32_t)L_1^(int32_t)L_3));
}
}
// System.Boolean System.ComponentModel.DataObjectMethodAttribute::Match(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_Match_mB6377C2E80D3B6F4A0A0058F1CF09096235705AA (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DataObjectMethodAttribute_Match_mB6377C2E80D3B6F4A0A0058F1CF09096235705AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 *)IsInstSealed((RuntimeObject*)L_1, DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249_il2cpp_TypeInfo_var));
DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = DataObjectMethodAttribute_get_MethodType_m4B357AA299CBC838BDB0CC5E5EAE1738B93717D1_inline(L_3, /*hidden argument*/NULL);
int32_t L_5 = DataObjectMethodAttribute_get_MethodType_m4B357AA299CBC838BDB0CC5E5EAE1738B93717D1_inline(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
}
IL_001f:
{
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
// System.Boolean System.ComponentModel.DateTimeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeConverter_CanConvertFrom_m47FF2772D08D0692FD2DDF4436584F38422F5FA1 (DateTimeConverter_tE35DE01AAE1A29D50B4B0DC6467C9219CCE04DE1 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeConverter_CanConvertFrom_m47FF2772D08D0692FD2DDF4436584F38422F5FA1_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.DateTimeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeConverter_CanConvertTo_mB2896928A5346D92A19E3E59A409760F203C111A (DateTimeConverter_tE35DE01AAE1A29D50B4B0DC6467C9219CCE04DE1 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeConverter_CanConvertTo_mB2896928A5346D92A19E3E59A409760F203C111A_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.DateTimeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeConverter_ConvertFrom_m5F118F03495AD23C3694DD1F984B982A1B0F8D33 (DateTimeConverter_tE35DE01AAE1A29D50B4B0DC6467C9219CCE04DE1 * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeConverter_ConvertFrom_m5F118F03495AD23C3694DD1F984B982A1B0F8D33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * V_1 = NULL;
RuntimeObject * V_2 = NULL;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = ___value2;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
{
goto IL_0090;
}
}
{
RuntimeObject * L_1 = ___value2;
NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)));
String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = L_5;
RuntimeObject * L_7 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_002a:
{
}
IL_002b:
try
{ // begin try (depth: 1)
{
V_1 = (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = ___culture1;
if (!L_8)
{
goto IL_0046;
}
}
IL_0030:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = ___culture1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_9, L_11);
V_1 = ((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_12, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var));
}
IL_0046:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = V_1;
if (!L_13)
{
goto IL_0058;
}
}
IL_0049:
{
String_t* L_14 = V_0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_15 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_16 = DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37(L_14, L_15, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_17 = L_16;
RuntimeObject * L_18 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_17);
V_2 = L_18;
goto IL_009a;
}
IL_0058:
{
String_t* L_19 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = ___culture1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_21 = DateTime_Parse_mFB11F5C0061CEAD9A2F51E3814DEBE0475F2BA37(L_19, L_20, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_22 = L_21;
RuntimeObject * L_23 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_22);
V_2 = L_23;
goto IL_009a;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0067;
throw e;
}
CATCH_0067:
{ // begin catch(System.FormatException)
V_3 = ((FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
RuntimeObject * L_26 = ___value2;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, ((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)));
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_25;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
String_t* L_28 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral57D0D110DFCECD43C3781F997F490B8F87031F95, L_27, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_29 = V_3;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_30 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(L_30, L_28, L_29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, DateTimeConverter_ConvertFrom_m5F118F03495AD23C3694DD1F984B982A1B0F8D33_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0090:
{
RuntimeObject* L_31 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = ___culture1;
RuntimeObject * L_33 = ___value2;
RuntimeObject * L_34 = TypeConverter_ConvertFrom_mD5AE49E422520F6E07B3C0D6202788E49B4698A3(__this, L_31, L_32, L_33, /*hidden argument*/NULL);
return L_34;
}
IL_009a:
{
RuntimeObject * L_35 = V_2;
return L_35;
}
}
// System.Object System.ComponentModel.DateTimeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeConverter_ConvertTo_m9C4EFE6069A6BBEB95347CD4ABAE8EA9103CC516 (DateTimeConverter_tE35DE01AAE1A29D50B4B0DC6467C9219CCE04DE1 * __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 (DateTimeConverter_ConvertTo_m9C4EFE6069A6BBEB95347CD4ABAE8EA9103CC516_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset((&V_0), 0, sizeof(V_0));
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * V_1 = NULL;
String_t* V_2 = NULL;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_3;
memset((&V_3), 0, sizeof(V_3));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_4;
memset((&V_4), 0, sizeof(V_4));
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_5 = NULL;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_6 = NULL;
{
Type_t * L_0 = ___destinationType3;
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_00de;
}
}
{
RuntimeObject * L_4 = ___value2;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))
{
goto IL_00de;
}
}
{
RuntimeObject * L_5 = ___value2;
V_0 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_5, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
bool L_8 = DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_003b;
}
}
{
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_9;
}
IL_003b:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___culture1;
if (L_10)
{
goto IL_0045;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
___culture1 = L_11;
}
IL_0045:
{
V_1 = (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = ___culture1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_12, L_14);
V_1 = ((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_15, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var));
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = ___culture1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_16) == ((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_17))))
{
goto IL_0096;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_18 = DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
V_3 = L_18;
double L_19 = TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
if ((!(((double)L_19) == ((double)(0.0)))))
{
goto IL_008d;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = ___culture1;
String_t* L_21 = DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), _stringLiteral7E746D340667E415DE67844CA297722F073C4EB5, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_008d:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = ___culture1;
String_t* L_23 = DateTime_ToString_m30D2730D4AB64F21D73E2037237150FC5B00F0C8((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_22, /*hidden argument*/NULL);
return L_23;
}
IL_0096:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_24 = DateTime_get_TimeOfDay_mAC191C0FF7DF8D1370DFFC1C47DE8DC5FA048543((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
V_3 = L_24;
double L_25 = TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
if ((!(((double)L_25) == ((double)(0.0)))))
{
goto IL_00b9;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_26 = V_1;
NullCheck(L_26);
String_t* L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_26, /*hidden argument*/NULL);
V_2 = L_27;
goto IL_00d0;
}
IL_00b9:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_28 = V_1;
NullCheck(L_28);
String_t* L_29 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_28, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_30 = V_1;
NullCheck(L_30);
String_t* L_31 = DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417(L_30, /*hidden argument*/NULL);
String_t* L_32 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_29, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_31, /*hidden argument*/NULL);
V_2 = L_32;
}
IL_00d0:
{
String_t* L_33 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_34 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_35 = DateTime_ToString_m9943D2AB36F33BA0A4CF44DAE32D5944E2561B1C((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_33, L_34, /*hidden argument*/NULL);
return L_35;
}
IL_00de:
{
Type_t * L_36 = ___destinationType3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL);
bool L_39 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_36, L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_024e;
}
}
{
RuntimeObject * L_40 = ___value2;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_40, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))
{
goto IL_024e;
}
}
{
RuntimeObject * L_41 = ___value2;
V_4 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_41, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
int64_t L_42 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
if (L_42)
{
goto IL_015b;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_43 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_44 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_43, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_45 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_46 = L_45;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_47 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
Type_t * L_48 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_47, /*hidden argument*/NULL);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_48);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_48);
NullCheck(L_44);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_49 = Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA(L_44, L_46, /*hidden argument*/NULL);
V_6 = L_49;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_50 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_51 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_50, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_51)
{
goto IL_015b;
}
}
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_52 = V_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_53 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_54 = L_53;
int64_t L_55 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
int64_t L_56 = L_55;
RuntimeObject * L_57 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_56);
NullCheck(L_54);
ArrayElementTypeCheck (L_54, L_57);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_57);
InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 * L_58 = (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 *)il2cpp_codegen_object_new(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_il2cpp_TypeInfo_var);
InstanceDescriptor__ctor_m90DA8CABB01052EA5C5022E14FE50533254C71DD(L_58, L_52, (RuntimeObject*)(RuntimeObject*)L_54, /*hidden argument*/NULL);
return L_58;
}
IL_015b:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_59 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_60 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_59, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_61 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)7);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_62 = L_61;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_63 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_64 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_63, /*hidden argument*/NULL);
NullCheck(L_62);
ArrayElementTypeCheck (L_62, L_64);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_64);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_65 = L_62;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_66 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_67 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_66, /*hidden argument*/NULL);
NullCheck(L_65);
ArrayElementTypeCheck (L_65, L_67);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_67);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_68 = L_65;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_69 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_70 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_69, /*hidden argument*/NULL);
NullCheck(L_68);
ArrayElementTypeCheck (L_68, L_70);
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t *)L_70);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_71 = L_68;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_72 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_73 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_72, /*hidden argument*/NULL);
NullCheck(L_71);
ArrayElementTypeCheck (L_71, L_73);
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t *)L_73);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_74 = L_71;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_75 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_76 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_75, /*hidden argument*/NULL);
NullCheck(L_74);
ArrayElementTypeCheck (L_74, L_76);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(4), (Type_t *)L_76);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_77 = L_74;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_78 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_79 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_78, /*hidden argument*/NULL);
NullCheck(L_77);
ArrayElementTypeCheck (L_77, L_79);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(5), (Type_t *)L_79);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_80 = L_77;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_81 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_82 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_81, /*hidden argument*/NULL);
NullCheck(L_80);
ArrayElementTypeCheck (L_80, L_82);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(6), (Type_t *)L_82);
NullCheck(L_60);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_83 = Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA(L_60, L_80, /*hidden argument*/NULL);
V_5 = L_83;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_84 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_85 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_84, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_85)
{
goto IL_024e;
}
}
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_86 = V_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_87 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_88 = L_87;
int32_t L_89 = DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
int32_t L_90 = L_89;
RuntimeObject * L_91 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_90);
NullCheck(L_88);
ArrayElementTypeCheck (L_88, L_91);
(L_88)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_91);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_92 = L_88;
int32_t L_93 = DateTime_get_Month_m9E31D84567E6D221F0E686EC6894A7AD07A5E43C((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
int32_t L_94 = L_93;
RuntimeObject * L_95 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_94);
NullCheck(L_92);
ArrayElementTypeCheck (L_92, L_95);
(L_92)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_95);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_96 = L_92;
int32_t L_97 = DateTime_get_Day_m3C888FF1DA5019583A4326FAB232F81D32B1478D((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
int32_t L_98 = L_97;
RuntimeObject * L_99 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_98);
NullCheck(L_96);
ArrayElementTypeCheck (L_96, L_99);
(L_96)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_99);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_100 = L_96;
int32_t L_101 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
int32_t L_102 = L_101;
RuntimeObject * L_103 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_102);
NullCheck(L_100);
ArrayElementTypeCheck (L_100, L_103);
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_103);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_104 = L_100;
int32_t L_105 = DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
int32_t L_106 = L_105;
RuntimeObject * L_107 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_106);
NullCheck(L_104);
ArrayElementTypeCheck (L_104, L_107);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_107);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_108 = L_104;
int32_t L_109 = DateTime_get_Second_m0EC5A6215E5FF43D49702279430EAD1B66302951((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
int32_t L_110 = L_109;
RuntimeObject * L_111 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_110);
NullCheck(L_108);
ArrayElementTypeCheck (L_108, L_111);
(L_108)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_111);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_112 = L_108;
int32_t L_113 = DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
int32_t L_114 = L_113;
RuntimeObject * L_115 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_114);
NullCheck(L_112);
ArrayElementTypeCheck (L_112, L_115);
(L_112)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_115);
InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 * L_116 = (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 *)il2cpp_codegen_object_new(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_il2cpp_TypeInfo_var);
InstanceDescriptor__ctor_m90DA8CABB01052EA5C5022E14FE50533254C71DD(L_116, L_86, (RuntimeObject*)(RuntimeObject*)L_112, /*hidden argument*/NULL);
return L_116;
}
IL_024e:
{
RuntimeObject* L_117 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_118 = ___culture1;
RuntimeObject * L_119 = ___value2;
Type_t * L_120 = ___destinationType3;
RuntimeObject * L_121 = TypeConverter_ConvertTo_mFC7AA7F0A382607E75CCE820A705B5965D099AAC(__this, L_117, L_118, L_119, L_120, /*hidden argument*/NULL);
return L_121;
}
}
// System.Void System.ComponentModel.DateTimeConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeConverter__ctor_m1B60FCB4F2053392F67CF6B8398AB82291CC2FD2 (DateTimeConverter_tE35DE01AAE1A29D50B4B0DC6467C9219CCE04DE1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeConverter__ctor_m1B60FCB4F2053392F67CF6B8398AB82291CC2FD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.ComponentModel.DateTimeOffsetConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffsetConverter_CanConvertFrom_m6BF8D7807897984E48493603A8277DA253A8F89E (DateTimeOffsetConverter_tD9E7BEFD22CBB5DA01F50C0D51CDD60DF29F1D33 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffsetConverter_CanConvertFrom_m6BF8D7807897984E48493603A8277DA253A8F89E_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.DateTimeOffsetConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffsetConverter_CanConvertTo_m120FADF935AE1CA2F6E6F33BC4847863FFE73902 (DateTimeOffsetConverter_tD9E7BEFD22CBB5DA01F50C0D51CDD60DF29F1D33 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffsetConverter_CanConvertTo_m120FADF935AE1CA2F6E6F33BC4847863FFE73902_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.DateTimeOffsetConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeOffsetConverter_ConvertFrom_m05F3D90885D1BB9CA3130E73607012C5FA3D1166 (DateTimeOffsetConverter_tD9E7BEFD22CBB5DA01F50C0D51CDD60DF29F1D33 * __this, RuntimeObject* ___context0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffsetConverter_ConvertFrom_m05F3D90885D1BB9CA3130E73607012C5FA3D1166_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * V_1 = NULL;
RuntimeObject * V_2 = NULL;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = ___value2;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
{
goto IL_0090;
}
}
{
RuntimeObject * L_1 = ___value2;
NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)));
String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_5 = ((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))->get_MinValue_0();
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_6 = L_5;
RuntimeObject * L_7 = Box(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_002a:
{
}
IL_002b:
try
{ // begin try (depth: 1)
{
V_1 = (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = ___culture1;
if (!L_8)
{
goto IL_0046;
}
}
IL_0030:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = ___culture1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_9, L_11);
V_1 = ((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_12, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var));
}
IL_0046:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_13 = V_1;
if (!L_13)
{
goto IL_0058;
}
}
IL_0049:
{
String_t* L_14 = V_0;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_15 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_16 = DateTimeOffset_Parse_m219FE48FD7B6B4936B3BD5257F5D87CFA1545ED7(L_14, L_15, /*hidden argument*/NULL);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_17 = L_16;
RuntimeObject * L_18 = Box(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var, &L_17);
V_2 = L_18;
goto IL_009a;
}
IL_0058:
{
String_t* L_19 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = ___culture1;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_21 = DateTimeOffset_Parse_m219FE48FD7B6B4936B3BD5257F5D87CFA1545ED7(L_19, L_20, /*hidden argument*/NULL);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_22 = L_21;
RuntimeObject * L_23 = Box(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var, &L_22);
V_2 = L_23;
goto IL_009a;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0067;
throw e;
}
CATCH_0067:
{ // begin catch(System.FormatException)
V_3 = ((FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
RuntimeObject * L_26 = ___value2;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, ((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)));
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_25;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, _stringLiteralF8EA6FFD9E13CC91F221D648C4FEB3F600DDC4CE);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF8EA6FFD9E13CC91F221D648C4FEB3F600DDC4CE);
String_t* L_28 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral57D0D110DFCECD43C3781F997F490B8F87031F95, L_27, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_29 = V_3;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_30 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(L_30, L_28, L_29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, DateTimeOffsetConverter_ConvertFrom_m05F3D90885D1BB9CA3130E73607012C5FA3D1166_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0090:
{
RuntimeObject* L_31 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = ___culture1;
RuntimeObject * L_33 = ___value2;
RuntimeObject * L_34 = TypeConverter_ConvertFrom_mD5AE49E422520F6E07B3C0D6202788E49B4698A3(__this, L_31, L_32, L_33, /*hidden argument*/NULL);
return L_34;
}
IL_009a:
{
RuntimeObject * L_35 = V_2;
return L_35;
}
}
// System.Object System.ComponentModel.DateTimeOffsetConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeOffsetConverter_ConvertTo_m86A567B4C8D2ABFA7E9A4A163BEDFAC142DF9394 (DateTimeOffsetConverter_tD9E7BEFD22CBB5DA01F50C0D51CDD60DF29F1D33 * __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 (DateTimeOffsetConverter_ConvertTo_m86A567B4C8D2ABFA7E9A4A163BEDFAC142DF9394_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 V_0;
memset((&V_0), 0, sizeof(V_0));
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * V_1 = NULL;
String_t* V_2 = NULL;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_3;
memset((&V_3), 0, sizeof(V_3));
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 V_4;
memset((&V_4), 0, sizeof(V_4));
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_5 = NULL;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_6 = NULL;
{
Type_t * L_0 = ___destinationType3;
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_00ed;
}
}
{
RuntimeObject * L_4 = ___value2;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var)))
{
goto IL_00ed;
}
}
{
RuntimeObject * L_5 = ___value2;
V_0 = ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_5, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_7 = ((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))->get_MinValue_0();
bool L_8 = DateTimeOffset_op_Equality_m09A16D735144203236F473DFD10ED4BC650302E8(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_003b;
}
}
{
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_9;
}
IL_003b:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___culture1;
if (L_10)
{
goto IL_0045;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
___culture1 = L_11;
}
IL_0045:
{
V_1 = (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = ___culture1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_12, L_14);
V_1 = ((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_15, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var));
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = ___culture1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_16) == ((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_17))))
{
goto IL_0096;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_18 = DateTimeOffset_get_TimeOfDay_m05A2C6E558BADE49802E3E8D34222F811751AE5A((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_0), /*hidden argument*/NULL);
V_3 = L_18;
double L_19 = TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
if ((!(((double)L_19) == ((double)(0.0)))))
{
goto IL_008d;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = ___culture1;
String_t* L_21 = DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_0), _stringLiteral07BA30235861A164AAC8A2AAC7B6E14B2146C1CB, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_008d:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = ___culture1;
String_t* L_23 = DateTimeOffset_ToString_m0B3466091901F724E1648F2EC277AFA4750BAE91((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_0), L_22, /*hidden argument*/NULL);
return L_23;
}
IL_0096:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_24 = DateTimeOffset_get_TimeOfDay_m05A2C6E558BADE49802E3E8D34222F811751AE5A((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_0), /*hidden argument*/NULL);
V_3 = L_24;
double L_25 = TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
if ((!(((double)L_25) == ((double)(0.0)))))
{
goto IL_00c3;
}
}
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_26 = V_1;
NullCheck(L_26);
String_t* L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_26, /*hidden argument*/NULL);
String_t* L_28 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_27, _stringLiteralA59356F2B74D26487500AF89DC298850EACA5AB2, /*hidden argument*/NULL);
V_2 = L_28;
goto IL_00df;
}
IL_00c3:
{
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_29 = V_1;
NullCheck(L_29);
String_t* L_30 = DateTimeFormatInfo_get_ShortDatePattern_m8CAB8ACB8B5C152FA767345BA59E8FE8C8B9A5FA(L_29, /*hidden argument*/NULL);
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_31 = V_1;
NullCheck(L_31);
String_t* L_32 = DateTimeFormatInfo_get_ShortTimePattern_m2E9988522765F996BFB93BF34EA7673A3A484417(L_31, /*hidden argument*/NULL);
String_t* L_33 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_30, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_32, _stringLiteralA59356F2B74D26487500AF89DC298850EACA5AB2, /*hidden argument*/NULL);
V_2 = L_33;
}
IL_00df:
{
String_t* L_34 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_36 = DateTimeOffset_ToString_mC198692CA58E6E6FF80009C33264F01E4E4B947A((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_0), L_34, L_35, /*hidden argument*/NULL);
return L_36;
}
IL_00ed:
{
Type_t * L_37 = ___destinationType3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL);
bool L_40 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_37, L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_027c;
}
}
{
RuntimeObject * L_41 = ___value2;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_41, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var)))
{
goto IL_027c;
}
}
{
RuntimeObject * L_42 = ___value2;
V_4 = ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_42, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
int64_t L_43 = DateTimeOffset_get_Ticks_m2B7D122F1D78FE0D4AA0508D99F5C05228A3599D((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
if (L_43)
{
goto IL_016a;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast<intptr_t> (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_46 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_47 = L_46;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL);
NullCheck(L_47);
ArrayElementTypeCheck (L_47, L_49);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_49);
NullCheck(L_45);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_50 = Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA(L_45, L_47, /*hidden argument*/NULL);
V_6 = L_50;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_51 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_52 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_51, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_52)
{
goto IL_016a;
}
}
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_53 = V_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_54 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_55 = L_54;
int64_t L_56 = DateTimeOffset_get_Ticks_m2B7D122F1D78FE0D4AA0508D99F5C05228A3599D((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
int64_t L_57 = L_56;
RuntimeObject * L_58 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_57);
NullCheck(L_55);
ArrayElementTypeCheck (L_55, L_58);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_58);
InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 * L_59 = (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 *)il2cpp_codegen_object_new(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_il2cpp_TypeInfo_var);
InstanceDescriptor__ctor_m90DA8CABB01052EA5C5022E14FE50533254C71DD(L_59, L_53, (RuntimeObject*)(RuntimeObject*)L_55, /*hidden argument*/NULL);
return L_59;
}
IL_016a:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_60 = { reinterpret_cast<intptr_t> (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_61 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_60, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_62 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)8);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_63 = L_62;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_64 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_65 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_64, /*hidden argument*/NULL);
NullCheck(L_63);
ArrayElementTypeCheck (L_63, L_65);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_65);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_66 = L_63;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_67 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_68 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_67, /*hidden argument*/NULL);
NullCheck(L_66);
ArrayElementTypeCheck (L_66, L_68);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_68);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_69 = L_66;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_70 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_71 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_70, /*hidden argument*/NULL);
NullCheck(L_69);
ArrayElementTypeCheck (L_69, L_71);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t *)L_71);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_72 = L_69;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_73 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_74 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_73, /*hidden argument*/NULL);
NullCheck(L_72);
ArrayElementTypeCheck (L_72, L_74);
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t *)L_74);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_75 = L_72;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_76 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_77 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_76, /*hidden argument*/NULL);
NullCheck(L_75);
ArrayElementTypeCheck (L_75, L_77);
(L_75)->SetAt(static_cast<il2cpp_array_size_t>(4), (Type_t *)L_77);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_78 = L_75;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_79 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_80 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_79, /*hidden argument*/NULL);
NullCheck(L_78);
ArrayElementTypeCheck (L_78, L_80);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(5), (Type_t *)L_80);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_81 = L_78;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_82 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_83 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_82, /*hidden argument*/NULL);
NullCheck(L_81);
ArrayElementTypeCheck (L_81, L_83);
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(6), (Type_t *)L_83);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_84 = L_81;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_85 = { reinterpret_cast<intptr_t> (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var) };
Type_t * L_86 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_85, /*hidden argument*/NULL);
NullCheck(L_84);
ArrayElementTypeCheck (L_84, L_86);
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(7), (Type_t *)L_86);
NullCheck(L_61);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_87 = Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA(L_61, L_84, /*hidden argument*/NULL);
V_5 = L_87;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_88 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_89 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_88, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_89)
{
goto IL_027c;
}
}
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_90 = V_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_91 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_92 = L_91;
int32_t L_93 = DateTimeOffset_get_Year_m29E1443D92C51F02EC43ECE2A68CD4BD1803B5FC((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
int32_t L_94 = L_93;
RuntimeObject * L_95 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_94);
NullCheck(L_92);
ArrayElementTypeCheck (L_92, L_95);
(L_92)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_95);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_96 = L_92;
int32_t L_97 = DateTimeOffset_get_Month_m263F25179ABE3BBA2D2CB55A3526B2A05A8EE986((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
int32_t L_98 = L_97;
RuntimeObject * L_99 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_98);
NullCheck(L_96);
ArrayElementTypeCheck (L_96, L_99);
(L_96)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_99);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_100 = L_96;
int32_t L_101 = DateTimeOffset_get_Day_m2CF4AB8DE74C5A252B210FE2AE2A8DC06EE978F6((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
int32_t L_102 = L_101;
RuntimeObject * L_103 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_102);
NullCheck(L_100);
ArrayElementTypeCheck (L_100, L_103);
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_103);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_104 = L_100;
int32_t L_105 = DateTimeOffset_get_Hour_mE54B813A38C23F13D2A71C39378DDDF7BB4C2CCB((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
int32_t L_106 = L_105;
RuntimeObject * L_107 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_106);
NullCheck(L_104);
ArrayElementTypeCheck (L_104, L_107);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_107);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_108 = L_104;
int32_t L_109 = DateTimeOffset_get_Minute_mB1B532DA150292D91224A9DD39D7B823596B77B6((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
int32_t L_110 = L_109;
RuntimeObject * L_111 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_110);
NullCheck(L_108);
ArrayElementTypeCheck (L_108, L_111);
(L_108)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_111);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_112 = L_108;
int32_t L_113 = DateTimeOffset_get_Second_mEC40D33261C0702BC93CD74360D0C86CF9DA78B7((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
int32_t L_114 = L_113;
RuntimeObject * L_115 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_114);
NullCheck(L_112);
ArrayElementTypeCheck (L_112, L_115);
(L_112)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_115);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_116 = L_112;
int32_t L_117 = DateTimeOffset_get_Millisecond_m7C74DD6FB97A35D375498D430E145BBE7DCB7B40((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
int32_t L_118 = L_117;
RuntimeObject * L_119 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_118);
NullCheck(L_116);
ArrayElementTypeCheck (L_116, L_119);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_119);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_120 = L_116;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_121 = DateTimeOffset_get_Offset_mC07F738A0874800AB5BDDCE4A229F0FDFA2E01B0((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_4), /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_122 = L_121;
RuntimeObject * L_123 = Box(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var, &L_122);
NullCheck(L_120);
ArrayElementTypeCheck (L_120, L_123);
(L_120)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject *)L_123);
InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 * L_124 = (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 *)il2cpp_codegen_object_new(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_il2cpp_TypeInfo_var);
InstanceDescriptor__ctor_m90DA8CABB01052EA5C5022E14FE50533254C71DD(L_124, L_90, (RuntimeObject*)(RuntimeObject*)L_120, /*hidden argument*/NULL);
return L_124;
}
IL_027c:
{
RuntimeObject* L_125 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_126 = ___culture1;
RuntimeObject * L_127 = ___value2;
Type_t * L_128 = ___destinationType3;
RuntimeObject * L_129 = TypeConverter_ConvertTo_mFC7AA7F0A382607E75CCE820A705B5965D099AAC(__this, L_125, L_126, L_127, L_128, /*hidden argument*/NULL);
return L_129;
}
}
// System.Void System.ComponentModel.DateTimeOffsetConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffsetConverter__ctor_m02C7F636B4E4D3310EBAAF758A3BF576F27C0A78 (DateTimeOffsetConverter_tD9E7BEFD22CBB5DA01F50C0D51CDD60DF29F1D33 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeOffsetConverter__ctor_m02C7F636B4E4D3310EBAAF758A3BF576F27C0A78_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.ComponentModel.DecimalConverter::get_AllowHex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecimalConverter_get_AllowHex_mFB916A7101AA8F202F2EE1952E47B98D8D8D9AD7 (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Type System.ComponentModel.DecimalConverter::get_TargetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * DecimalConverter_get_TargetType_m9D7F2BB39848B5F8A436A900487B55F6FCA94F20 (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecimalConverter_get_TargetType_m9D7F2BB39848B5F8A436A900487B55F6FCA94F20_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_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.Boolean System.ComponentModel.DecimalConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecimalConverter_CanConvertTo_m055F9F0239B7D7970F61F3D5B14B3C1991E82C49 (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecimalConverter_CanConvertTo_m055F9F0239B7D7970F61F3D5B14B3C1991E82C49_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 = BaseNumberConverter_CanConvertTo_mBAA70FD6742A616F9E0F9E42908EF6C70C3214B7(__this, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Object System.ComponentModel.DecimalConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_ConvertTo_m5B21E6AB73251329BE83E9A25C4E2DECD2AE82C2 (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __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 (DecimalConverter_ConvertTo_m5B21E6AB73251329BE83E9A25C4E2DECD2AE82C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
MemberInfo_t * V_1 = 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, DecimalConverter_ConvertTo_m5B21E6AB73251329BE83E9A25C4E2DECD2AE82C2_RuntimeMethod_var);
}
IL_0015:
{
Type_t * L_3 = ___destinationType3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_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_007b;
}
}
{
RuntimeObject * L_7 = ___value2;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var)))
{
goto IL_007b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
RuntimeObject * L_10 = ___value2;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = Decimal_GetBits_m581C2DB9823AC9CD84817738A740E8A7D39609BF(((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
V_0 = L_9;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_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);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = L_14;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_0_0_0_var) };
Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_17);
NullCheck(L_13);
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_18 = Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA(L_13, L_15, /*hidden argument*/NULL);
V_1 = L_18;
MemberInfo_t * L_19 = V_1;
bool L_20 = MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B(L_19, (MemberInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0079;
}
}
{
MemberInfo_t * L_21 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = V_0;
InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 * L_23 = (InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6 *)il2cpp_codegen_object_new(InstanceDescriptor_t964F3DAD1E093CF941D315A157F6DE4FF6E52EF6_il2cpp_TypeInfo_var);
InstanceDescriptor__ctor_m90DA8CABB01052EA5C5022E14FE50533254C71DD(L_23, L_21, (RuntimeObject*)(RuntimeObject*)L_22, /*hidden argument*/NULL);
return L_23;
}
IL_0079:
{
return NULL;
}
IL_007b:
{
RuntimeObject* L_24 = ___context0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = ___culture1;
RuntimeObject * L_26 = ___value2;
Type_t * L_27 = ___destinationType3;
RuntimeObject * L_28 = BaseNumberConverter_ConvertTo_m672375F1E58DB241E693E5F45A7FFD38C3070B6A(__this, L_24, L_25, L_26, L_27, /*hidden argument*/NULL);
return L_28;
}
}
// System.Object System.ComponentModel.DecimalConverter::FromString(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_FromString_m00911E3824B71042A46E46CF5F0270D5EBBE77AA (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __this, String_t* ___value0, int32_t ___radix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecimalConverter_FromString_m00911E3824B71042A46E46CF5F0270D5EBBE77AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B(L_0, L_1, /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = L_2;
RuntimeObject * L_4 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.DecimalConverter::FromString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_FromString_m3FF2CFCCA66D2D6EBEC5E10A48A9F450C7F37949 (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __this, String_t* ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecimalConverter_FromString_m3FF2CFCCA66D2D6EBEC5E10A48A9F450C7F37949_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A(L_0, ((int32_t)167), L_1, /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = L_2;
RuntimeObject * L_4 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Object System.ComponentModel.DecimalConverter::FromString(System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_FromString_m7C29C3AB8AB31C0DF043B36C1D32578C5DC09D78 (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __this, String_t* ___value0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecimalConverter_FromString_m7C29C3AB8AB31C0DF043B36C1D32578C5DC09D78_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___culture1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_Parse_m4C70CC174E4218FA23E03163CF5DBF408876EB0A(L_0, L_1, /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = L_2;
RuntimeObject * L_4 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.String System.ComponentModel.DecimalConverter::ToString(System.Object,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DecimalConverter_ToString_m9E32217983BD348797296512695A5341C30697AD (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __this, RuntimeObject * ___value0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___formatInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecimalConverter_ToString_m9E32217983BD348797296512695A5341C30697AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___value0;
V_0 = ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___formatInfo1;
String_t* L_2 = Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_0), _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.ComponentModel.DecimalConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalConverter__ctor_mB015B3871CF834D0C5D8290C9FD15509249921E7 (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __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.DefaultBindingPropertyAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBindingPropertyAttribute__ctor_m4AC532D84BF8E32C40438C15BB82939C071BC38A (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
__this->set_name_0((String_t*)NULL);
return;
}
}
// System.Void System.ComponentModel.DefaultBindingPropertyAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBindingPropertyAttribute__ctor_m69C1EB0E10C3CC954EDDFBB975CC8B67B45B3E7B (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
__this->set_name_0(L_0);
return;
}
}
// System.String System.ComponentModel.DefaultBindingPropertyAttribute::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultBindingPropertyAttribute_get_Name_m19FCCBEA35C0DE9FD2088BBE4666B814B8B8937A (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
// System.Boolean System.ComponentModel.DefaultBindingPropertyAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBindingPropertyAttribute_Equals_mE990846E666322FBE1E70BAD2553DD8D4C67AC65 (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultBindingPropertyAttribute_Equals_mE990846E666322FBE1E70BAD2553DD8D4C67AC65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 *)IsInstSealed((RuntimeObject*)L_0, DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211_il2cpp_TypeInfo_var));
DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * L_1 = V_0;
if (!L_1)
{
goto IL_001c;
}
}
{
DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = DefaultBindingPropertyAttribute_get_Name_m19FCCBEA35C0DE9FD2088BBE4666B814B8B8937A_inline(L_2, /*hidden argument*/NULL);
String_t* L_4 = __this->get_name_0();
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001c:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.DefaultBindingPropertyAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBindingPropertyAttribute_GetHashCode_m3CCE67D3EE468F1B7848DCD08FB7C811146C7C84 (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.ComponentModel.DefaultBindingPropertyAttribute::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBindingPropertyAttribute__cctor_mF9E310314E2E13A2845A06876C62ED425BDD372D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultBindingPropertyAttribute__cctor_mF9E310314E2E13A2845A06876C62ED425BDD372D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * L_0 = (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 *)il2cpp_codegen_object_new(DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211_il2cpp_TypeInfo_var);
DefaultBindingPropertyAttribute__ctor_m4AC532D84BF8E32C40438C15BB82939C071BC38A(L_0, /*hidden argument*/NULL);
((DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211_StaticFields*)il2cpp_codegen_static_fields_for(DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211_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.Void System.ComponentModel.DefaultEventAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__ctor_m635F34B6ED07BCB32D4DA9CD82D9FFE10FED5714 (DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
__this->set_name_0(L_0);
return;
}
}
// System.String System.ComponentModel.DefaultEventAttribute::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m1134D3145164417819FEABD3FB749DB89E09A098 (DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
// System.Boolean System.ComponentModel.DefaultEventAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultEventAttribute_Equals_mF08E278698E07E1FB911C0F87598ED64F6C7F019 (DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultEventAttribute_Equals_mF08E278698E07E1FB911C0F87598ED64F6C7F019_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 *)IsInstSealed((RuntimeObject*)L_0, DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846_il2cpp_TypeInfo_var));
DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * L_1 = V_0;
if (!L_1)
{
goto IL_001c;
}
}
{
DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = DefaultEventAttribute_get_Name_m1134D3145164417819FEABD3FB749DB89E09A098_inline(L_2, /*hidden argument*/NULL);
String_t* L_4 = __this->get_name_0();
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001c:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.DefaultEventAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultEventAttribute_GetHashCode_m3D9A349540F5E08C9113FA277D0CF0C23FF64306 (DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.ComponentModel.DefaultEventAttribute::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__cctor_m858BAA32435A47A90F28317DF95A20741AB0223B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultEventAttribute__cctor_m858BAA32435A47A90F28317DF95A20741AB0223B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * L_0 = (DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 *)il2cpp_codegen_object_new(DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846_il2cpp_TypeInfo_var);
DefaultEventAttribute__ctor_m635F34B6ED07BCB32D4DA9CD82D9FFE10FED5714(L_0, (String_t*)NULL, /*hidden argument*/NULL);
((DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846_StaticFields*)il2cpp_codegen_static_fields_for(DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846_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.Void System.ComponentModel.DefaultPropertyAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__ctor_m1BEFABEC4497B47DBFDABDEB90BEEF2070445668 (DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
__this->set_name_0(L_0);
return;
}
}
// System.String System.ComponentModel.DefaultPropertyAttribute::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_mE3DA224DF16CD92E047FF0CD3DAC7157300B82EB (DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
// System.Boolean System.ComponentModel.DefaultPropertyAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultPropertyAttribute_Equals_m633F58C3EED00082CA450B40F0A968C23CDF8B76 (DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultPropertyAttribute_Equals_m633F58C3EED00082CA450B40F0A968C23CDF8B76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 *)IsInstSealed((RuntimeObject*)L_0, DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7_il2cpp_TypeInfo_var));
DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * L_1 = V_0;
if (!L_1)
{
goto IL_001c;
}
}
{
DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = DefaultPropertyAttribute_get_Name_mE3DA224DF16CD92E047FF0CD3DAC7157300B82EB_inline(L_2, /*hidden argument*/NULL);
String_t* L_4 = __this->get_name_0();
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001c:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.DefaultPropertyAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultPropertyAttribute_GetHashCode_m1D5149D2A924BE05CED1FAFEA31BDE0282E055DB (DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.ComponentModel.DefaultPropertyAttribute::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__cctor_m6ADAF3FC47ABF97DC42C2201EC2F237176259FA6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultPropertyAttribute__cctor_m6ADAF3FC47ABF97DC42C2201EC2F237176259FA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * L_0 = (DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 *)il2cpp_codegen_object_new(DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7_il2cpp_TypeInfo_var);
DefaultPropertyAttribute__ctor_m1BEFABEC4497B47DBFDABDEB90BEEF2070445668(L_0, (String_t*)NULL, /*hidden argument*/NULL);
((DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7_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.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m636839694ACB26B57429C40DFA5829BF7E6F93A7 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, Type_t * ___type0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m636839694ACB26B57429C40DFA5829BF7E6F93A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
Type_t * L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_tEA9B846104F636343B5CBF281E8E7BE6349843AF_il2cpp_TypeInfo_var);
TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * L_1 = TypeDescriptor_GetConverter_m30E075F6ED53FD85B7C1F7F44E58BA20645A68BA(L_0, /*hidden argument*/NULL);
String_t* L_2 = ___value1;
NullCheck(L_1);
RuntimeObject * L_3 = TypeConverter_ConvertFromInvariantString_m9293C7DF0805F4C7EA4510B71724BDAC3BE80AB2(L_1, L_2, /*hidden argument*/NULL);
__this->set_value_0(L_3);
goto IL_001d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001a;
throw e;
}
CATCH_001a:
{ // begin catch(System.Object)
goto IL_001d;
} // end catch (depth: 1)
IL_001d:
{
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m6B014985B672C4E46729D612C0BC001BF23C5907 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m6B014985B672C4E46729D612C0BC001BF23C5907_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
Il2CppChar L_0 = ___value0;
Il2CppChar L_1 = L_0;
RuntimeObject * L_2 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m39255B6251EA9398208BEF0C212C1D43F2FFBFAF (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, uint8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m39255B6251EA9398208BEF0C212C1D43F2FFBFAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
uint8_t L_0 = ___value0;
uint8_t L_1 = L_0;
RuntimeObject * L_2 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m0664D4FEB21BF27DB0AF314DF1BD0C95DE942140 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m0664D4FEB21BF27DB0AF314DF1BD0C95DE942140_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
int16_t L_0 = ___value0;
int16_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mC6B015FD27A56479753AFAC3C0790C3C95454B43 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_mC6B015FD27A56479753AFAC3C0790C3C95454B43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___value0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mED7145C81147725625CD5B18E40C703EC770E2C9 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_mED7145C81147725625CD5B18E40C703EC770E2C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
int64_t L_0 = ___value0;
int64_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m7EA7C8A4983EFBFF739AA421FAB37B5CC3E7CB63 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m7EA7C8A4983EFBFF739AA421FAB37B5CC3E7CB63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
float L_0 = ___value0;
float L_1 = L_0;
RuntimeObject * L_2 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m6AA7BC40C82F3B4BA220F0533AF548E33D5D5D4A (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m6AA7BC40C82F3B4BA220F0533AF548E33D5D5D4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m7572A53E3D06C0DAAA2AC7C24E0A7F2647135867 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m7572A53E3D06C0DAAA2AC7C24E0A7F2647135867_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
bool L_0 = ___value0;
bool L_1 = L_0;
RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1);
__this->set_value_0(L_2);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m1BC9CBB38A9314A5513B910C942861DA122A852A (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value0;
__this->set_value_0(L_0);
return;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m2B67802B0DD6D056BB6BDDFEA71D5350F45E9AEE (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___value0;
__this->set_value_0(L_0);
return;
}
}
// System.Object System.ComponentModel.DefaultValueAttribute::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultValueAttribute_get_Value_m4C07236B56BD114C38BA7DA8C94605A174EEC005 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_value_0();
return L_0;
}
}
// System.Boolean System.ComponentModel.DefaultValueAttribute::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultValueAttribute_Equals_m337FB64F797F188E4815CF051E5DAB44E6E555D3 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultValueAttribute_Equals_m337FB64F797F188E4815CF051E5DAB44E6E555D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC *)__this))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC *)IsInstClass((RuntimeObject*)L_1, DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC_il2cpp_TypeInfo_var));
DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * L_2 = V_0;
if (!L_2)
{
goto IL_0034;
}
}
{
RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this);
if (!L_3)
{
goto IL_002a;
}
}
{
RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this);
DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * L_5 = V_0;
NullCheck(L_5);
RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_5);
NullCheck(L_4);
bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6);
return L_7;
}
IL_002a:
{
DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * L_8 = V_0;
NullCheck(L_8);
RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_8);
return (bool)((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
IL_0034:
{
return (bool)0;
}
}
// System.Int32 System.ComponentModel.DefaultValueAttribute::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultValueAttribute_GetHashCode_m890451093F442C83A29160FD8B39A32559F2C7A9 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.ComponentModel.DefaultValueAttribute::SetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute_SetValue_m557E5130D982CDBD89474F1D3B8F7D77D0424AE0 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
__this->set_value_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * MonoTlsSettings_get_TrustAnchors_mD6ADD8546ED8D9C0BA58A25F0ADA0BBB5127F28F_inline (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, const RuntimeMethod* method)
{
{
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = __this->get_U3CTrustAnchorsU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B_inline (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_count_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9System1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinalIgnoreCase_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_m2CED6D7A8ED865AE214D806F751C7F17BD24BED3_inline (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get__hcp_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_mF8B7EDA05E675046EB7BF2E6DEEFBAE1C2AA5E2F_inline (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get__comparer_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFCSystem1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__invariantCultureIgnoreCase_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8_inline (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__readOnly_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get__key_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get__value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * AmbientValueAttribute_get_Value_mAF197402AF2951D9F41882A7E8E2AC99946EF5DF_inline (AmbientValueAttribute_t9B10538B74BF90773C9F720E1D1E1B10BC63715E * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_value_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * AsyncCompletedEventArgs_get_Error_m5FB583A922650BCBEE9FD96EEA97536AA028EF00_inline (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method)
{
{
Exception_t * L_0 = __this->get_error_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_mA52243B66E0842D2B0393C044F91C8CE0E51FC76_inline (AsyncCompletedEventArgs_tADCBE47368F4D8B198B46D332B27EE38C8B5F8B7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_cancelled_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerSupportsCancellation_m2EEF09411E3E1A0B30A3348B03C9EF0454AD8B1C_inline (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_canCancelWorker_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerReportsProgress_m4378702AB3D12BBDA07C20AAA33C88BF58195DE1_inline (BackgroundWorker_t2E2BF26D42C991BCA6B8ECAF8830D0CA2D4DA13A * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_workerReportsProgress_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CancelEventArgs_get_Cancel_mB5B9D01D2671256D51626D967D8752B9D0F82E66_inline (CancelEventArgs_t2843141F2893A01C11535CD7E38072CA26D7794D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_cancel_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DoWorkEventArgs_get_Result_mC1102459AFC48D7CDB54C95B8F7177F168EC016A_inline (DoWorkEventArgs_t66930F141A21B5E954CE70A24AD0446E2CD5F606 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_result_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BindableAttribute_get_Bindable_m816EAC77B65035FC7C208255CD4C7537479FDEA6_inline (BindableAttribute_tFDECD8DB181D7647712EFB507BA39E1B47B6108C * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_bindable_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_m84931BFF3F51CB9F14D7B1D7548B796FE2DBB8D2_inline (BrowsableAttribute_t8A1A514FEE5735ADED64CCFE6E06A42E5CD872D1 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_browsable_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataSource_mC1AB8624E2137D05C6F072586A48EB7B3C9AC94C_inline (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_dataSource_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataMember_m4C0300DE08F7ADA2EB8A13F77F661A95824A99DA_inline (ComplexBindingPropertiesAttribute_tA6DB48D4B4B6A8880F1F37C7F5860CB9789A0CEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_dataMember_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDBSystem1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinal_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InheritanceAttribute_get_InheritanceLevel_mA90C9C95D4B7D9AE8F4713F91A0ED806D68B06CC_inline (InheritanceAttribute_tBB0E10C86B9ECC652035969169FC556F1C6C8AC4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_inheritanceLevel_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectAttribute_get_IsDataObject_m4D3E4CA87CCE1F016C1D88E86AF93E507D198742_inline (DataObjectAttribute_t831D53B857103EE776C8F8EBB60D27BFB96CC441 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__isDataObject_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsIdentity_m9D5DA33E7297E888A33DE391381B955E8758416C_inline (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__isIdentity_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsNullable_m5D1307DB0D272A4957664AF146FCD2F1B364D7AA_inline (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__isNullable_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DataObjectFieldAttribute_get_Length_m173185C45B290517C12A6E2024655334283F4BD1_inline (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__length_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_PrimaryKey_m73A12573E7BDAD23839D5CB1E823C015E6A80779_inline (DataObjectFieldAttribute_t62CD1DDC49C79543C2A0AD51F56ED922420F83DB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__primaryKey_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DataObjectMethodAttribute_get_MethodType_m4B357AA299CBC838BDB0CC5E5EAE1738B93717D1_inline (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__methodType_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_get_IsDefault_m41E0F66B1B1CB5CBB99A86C8147927581850D415_inline (DataObjectMethodAttribute_t13EFB10B080110C75356535458A36736DF2AC249 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__isDefault_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultBindingPropertyAttribute_get_Name_m19FCCBEA35C0DE9FD2088BBE4666B814B8B8937A_inline (DefaultBindingPropertyAttribute_t12924F2E55ACA393FEE4AC9CB280FA7325D9F211 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m1134D3145164417819FEABD3FB749DB89E09A098_inline (DefaultEventAttribute_tD1A10417C052CE865C43023F6DCC33CF54D3D846 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_mE3DA224DF16CD92E047FF0CD3DAC7157300B82EB_inline (DefaultPropertyAttribute_t4C049F2905F3ABDE9B9592627B6133AE49050AA7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* SortedList_2_get_Comparer_mA36DA77E19846648845924B1788F936B49FF2602_gshared_inline (SortedList_2_t605FBEBF9F1016145B7D415A9683A5A33D0C7A44 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->get_comparer_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1();
return L_0;
}
}