﻿#include "il2cpp-config.h"

#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif

#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>

#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"

struct VirtActionInvoker0
{
	typedef void (*Action)(void*, const RuntimeMethod*);

	static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		((Action)invokeData.methodPtr)(obj, invokeData.method);
	}
};
template <typename T1>
struct VirtActionInvoker1
{
	typedef void (*Action)(void*, T1, const RuntimeMethod*);

	static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
	}
};
template <typename R, typename T1>
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 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 T1, typename T2>
struct VirtActionInvoker2
{
	typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);

	static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
	}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
	typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
	}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct VirtFuncInvoker7
{
	typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method);
	}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtFuncInvoker5
{
	typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
	}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtFuncInvoker4
{
	typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
	}
};
template <typename R>
struct InterfaceFuncInvoker0
{
	typedef R (*Func)(void*, const RuntimeMethod*);

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
		return ((Func)invokeData.methodPtr)(obj, invokeData.method);
	}
};
struct InterfaceActionInvoker0
{
	typedef void (*Action)(void*, const RuntimeMethod*);

	static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
		((Action)invokeData.methodPtr)(obj, invokeData.method);
	}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
	typedef R (*Func)(void*, T1, const RuntimeMethod*);

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
		return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
	}
};
template <typename R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
	typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
		return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
	}
};
template <typename 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);
	}
};

// System.Security.Cryptography.RIPEMD160
struct RIPEMD160_t268675434;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t1432317219;
// System.Security.Cryptography.RIPEMD160Managed
struct RIPEMD160Managed_t2491561941;
// System.Byte[]
struct ByteU5BU5D_t4116647657;
// System.Security.Cryptography.RNGCryptoServiceProvider
struct RNGCryptoServiceProvider_t3397414743;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t386037858;
// System.String
struct String_t;
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t248831461;
// System.ArgumentNullException
struct ArgumentNullException_t1615371798;
// System.Security.Cryptography.RSA
struct RSA_t2385438082;
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t932037087;
// System.Exception
struct Exception_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t2683512874;
// System.Security.Cryptography.CspParameters
struct CspParameters_t239852639;
// System.Security.Cryptography.KeySizes
struct KeySizes_t85027896;
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t1757093819;
// Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_t3064139577;
// Mono.Security.Cryptography.KeyPairPersistence
struct KeyPairPersistence_t2094547461;
// System.EventArgs
struct EventArgs_t3591816995;
// System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
struct RSAPKCS1KeyExchangeFormatter_t2761096101;
// System.Security.Cryptography.AsymmetricKeyExchangeFormatter
struct AsymmetricKeyExchangeFormatter_t937192061;
// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct CryptographicUnexpectedOperationException_t2790575154;
// System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription
struct RSAPKCS1SHA1SignatureDescription_t2887980541;
// System.Security.Cryptography.SignatureDescription
struct SignatureDescription_t1971889425;
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
struct RSAPKCS1SignatureDeformatter_t3767223008;
// System.Security.Cryptography.AsymmetricSignatureDeformatter
struct AsymmetricSignatureDeformatter_t2681190756;
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
struct RSAPKCS1SignatureFormatter_t1514197062;
// System.Security.Cryptography.AsymmetricSignatureFormatter
struct AsymmetricSignatureFormatter_t3486936014;
// System.Security.Cryptography.SHA1
struct SHA1_t1803193667;
// System.Security.Cryptography.SHA1CryptoServiceProvider
struct SHA1CryptoServiceProvider_t3661059764;
// System.Security.Cryptography.SHA1Internal
struct SHA1Internal_t3251293021;
// System.UInt32[]
struct UInt32U5BU5D_t2770800703;
// System.Security.Cryptography.SHA1Managed
struct SHA1Managed_t1754513891;
// System.Security.Cryptography.SHA256
struct SHA256_t3672283617;
// System.Security.Cryptography.SHA256Managed
struct SHA256Managed_t955042874;
// System.Security.Cryptography.SHA384
struct SHA384_t540967702;
// System.Security.Cryptography.SHA384Managed
struct SHA384Managed_t74158575;
// System.Security.Cryptography.SHA512
struct SHA512_t1346946930;
// System.Security.Cryptography.SHA512Managed
struct SHA512Managed_t1787336339;
// System.Security.Cryptography.SymmetricAlgorithm
struct SymmetricAlgorithm_t4254223087;
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t722666473;
// System.Type
struct Type_t;
// System.Security.Cryptography.ICryptoTransform
struct ICryptoTransform_t2733259762;
// System.Security.Cryptography.ToBase64Transform
struct ToBase64Transform_t2551557057;
// System.ObjectDisposedException
struct ObjectDisposedException_t21392786;
// System.ArgumentException
struct ArgumentException_t132251570;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t777629997;
// System.Security.Cryptography.TripleDES
struct TripleDES_t92303514;
// System.Security.Cryptography.TripleDESCryptoServiceProvider
struct TripleDESCryptoServiceProvider_t3595206342;
// System.Security.Cryptography.TripleDESTransform
struct TripleDESTransform_t964169060;
// Mono.Security.Cryptography.SymmetricTransform
struct SymmetricTransform_t3802591842;
// System.Security.Cryptography.DES
struct DES_t821106792;
// System.Security.Cryptography.DESTransform
struct DESTransform_t4088905499;
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t713131622;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t950877179;
// Mono.Security.X509.X509Certificate
struct X509Certificate_t489243024;
// Mono.Security.ASN1
struct ASN1_t2114160832;
// Mono.Security.X509.PKCS12
struct PKCS12_t4101533060;
// Mono.Security.X509.X509CertificateCollection
struct X509CertificateCollection_t1542168549;
// System.Collections.CollectionBase
struct CollectionBase_t2727926298;
// System.Security.Permissions.SecurityPermission
struct SecurityPermission_t2954997752;
// System.Security.CodeAccessPermission
struct CodeAccessPermission_t2681295399;
// System.Security.IPermission
struct IPermission_t4015543450;
// System.Security.SecurityElement
struct SecurityElement_t1046076091;
// System.Security.Permissions.SecurityPermissionAttribute
struct SecurityPermissionAttribute_t2256310021;
// System.Security.Permissions.StrongNamePublicKeyBlob
struct StrongNamePublicKeyBlob_t3355146440;
// System.Security.PermissionSet
struct PermissionSet_t223948603;
// System.Security.Policy.ApplicationTrust
struct ApplicationTrust_t3270368423;
// System.Collections.Generic.List`1<System.Security.Policy.StrongName>
struct List_1_t852832060;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t257213610;
// System.Security.Policy.Evidence
struct Evidence_t2008144148;
// System.Collections.ArrayList
struct ArrayList_t2718874744;
// System.Collections.IEnumerator
struct IEnumerator_t1853284238;
// System.Security.Policy.Evidence/EvidenceEnumerator
struct EvidenceEnumerator_t1708166667;
// System.Security.Policy.Hash
struct Hash_t5925575;
// System.Security.SecurityException
struct SecurityException_t975544473;
// System.IO.FileStream
struct FileStream_t4292183065;
// System.Security.Policy.StrongName
struct StrongName_t3675724614;
// System.Version
struct Version_t3456873960;
// System.Security.Principal.WindowsIdentity
struct WindowsIdentity_t2948242406;
// System.Runtime.Serialization.SerializationException
struct SerializationException_t3941511869;
// System.Security.SecurityContext
struct SecurityContext_t2435442044;
// System.Threading.CompressedStack
struct CompressedStack_t1202932761;
// System.Threading.Thread
struct Thread_t2300836069;
// System.Threading.ExecutionContext
struct ExecutionContext_t1748372627;
// System.Security.SecurityCriticalAttribute
struct SecurityCriticalAttribute_t2279322844;
// System.Attribute
struct Attribute_t861562559;
// System.Security.SecurityElement/SecurityAttribute
struct SecurityAttribute_t3566489056;
// System.Char[]
struct CharU5BU5D_t3528271667;
// System.SystemException
struct SystemException_t176217640;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_t2232395945;
// System.Object[]
struct ObjectU5BU5D_t2843939325;
// System.Security.RuntimeSecurityFrame
struct RuntimeSecurityFrame_t536173748;
// System.Reflection.Assembly
struct Assembly_t;
// System.AppDomain
struct AppDomain_t1571427825;
// System.Collections.Hashtable
struct Hashtable_t1853889766;
// System.Text.Encoding
struct Encoding_t1523322056;
// System.Security.SecuritySafeCriticalAttribute
struct SecuritySafeCriticalAttribute_t3505979402;
// System.Security.SuppressUnmanagedCodeSecurityAttribute
struct SuppressUnmanagedCodeSecurityAttribute_t744305558;
// System.Security.UnverifiableCodeAttribute
struct UnverifiableCodeAttribute_t3228760399;
// System.SerializableAttribute
struct SerializableAttribute_t1992588303;
// System.IFormatProvider
struct IFormatProvider_t2518567562;
// System.OverflowException
struct OverflowException_t2020128637;
// System.StackOverflowException
struct StackOverflowException_t3629451388;
// System.Collections.Generic.IEnumerator`1<System.Char>
struct IEnumerator_1_t4067030938;
// System.CharEnumerator
struct CharEnumerator_t1121470421;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_t1578797820;
// System.String[]
struct StringU5BU5D_t1281789340;
// System.Collections.Generic.List`1<System.String>
struct List_1_t3319525431;
// System.Globalization.CultureInfo
struct CultureInfo_t4157843068;
// System.FormatException
struct FormatException_t154580423;
// System.StringComparer
struct StringComparer_t3301955079;
// System.CultureAwareComparer
struct CultureAwareComparer_t30646139;
// System.OrdinalComparer
struct OrdinalComparer_t3407243298;
// System.Text.ASCIIEncoding
struct ASCIIEncoding_t3446586211;
// System.Text.EncoderFallbackBuffer
struct EncoderFallbackBuffer_t3523102303;
// System.Text.EncoderFallback
struct EncoderFallback_t1188251036;
// System.Text.DecoderFallbackBuffer
struct DecoderFallbackBuffer_t2402303981;
// System.Text.DecoderFallback
struct DecoderFallback_t3123823036;
// System.Text.Decoder
struct Decoder_t2204182725;
// System.Text.DecoderReplacementFallback
struct DecoderReplacementFallback_t1462101135;
// System.Text.DecoderExceptionFallback
struct DecoderExceptionFallback_t3981484394;
// System.Text.DecoderExceptionFallbackBuffer
struct DecoderExceptionFallbackBuffer_t90938522;
// System.Text.DecoderFallbackException
struct DecoderFallbackException_t1661362184;
// System.UInt64[]
struct UInt64U5BU5D_t1659327989;
// Mono.Globalization.Unicode.SimpleCollator
struct SimpleCollator_t2877834729;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t435877138;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t2405853701;
// System.Globalization.TextInfo
struct TextInfo_t3810425522;
// System.Globalization.CompareInfo
struct CompareInfo_t1092934962;
// System.Globalization.Calendar[]
struct CalendarU5BU5D_t3985046076;
// System.Globalization.Calendar
struct Calendar_t1661121569;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_t2736202052;
// System.Int32
struct Int32_t2950945753;
// System.Void
struct Void_t1185182177;
// System.Security.Policy.StrongName[]
struct StrongNameU5BU5D_t1449304291;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_t2171992254;
// System.Collections.Generic.IList`1<System.Security.Policy.StrongName>
struct IList_1_t1196077101;
// System.Collections.Hashtable/Slot[]
struct SlotU5BU5D_t2994659099;
// System.Int32[]
struct Int32U5BU5D_t385246372;
// System.Collections.Hashtable/HashKeys
struct HashKeys_t1568156503;
// System.Collections.Hashtable/HashValues
struct HashValues_t618387445;
// System.Collections.IHashCodeProvider
struct IHashCodeProvider_t267601189;
// System.Collections.IComparer
struct IComparer_t1540313114;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t1493878338;
// System.Runtime.Remoting.ServerIdentity
struct ServerIdentity_t2342208608;
// System.IntPtr[]
struct IntPtrU5BU5D_t4013366056;
// System.Collections.IDictionary
struct IDictionary_t1363984059;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Byte
struct Byte_t1134296376;
// System.Double
struct Double_t594665363;
// System.UInt16
struct UInt16_t2177724958;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t2120639521;
// Mono.Math.BigInteger
struct BigInteger_t2902905089;
// System.DelegateData
struct DelegateData_t1677132599;
// System.Security.Principal.IPrincipal
struct IPrincipal_t2343618843;
// System.AppDomainManager
struct AppDomainManager_t1420869192;
// System.ActivationContext
struct ActivationContext_t976916018;
// System.ApplicationIdentity
struct ApplicationIdentity_t1917735356;
// System.AssemblyLoadEventHandler
struct AssemblyLoadEventHandler_t107971893;
// System.ResolveEventHandler
struct ResolveEventHandler_t2775508208;
// System.EventHandler
struct EventHandler_t1348719766;
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_t3101989324;
// System.MulticastDelegate
struct MulticastDelegate_t;
// System.Type[]
struct TypeU5BU5D_t3940880105;
// System.Reflection.MemberFilter
struct MemberFilter_t426314064;
// System.IAsyncResult
struct IAsyncResult_t767004451;
// System.AsyncCallback
struct AsyncCallback_t3962456242;
// System.Byte[,]
struct ByteU5BU2CU5D_t4116647658;
// System.Security.Cryptography.DSA
struct DSA_t2386879874;
// Mono.Security.X509.X509ExtensionCollection
struct X509ExtensionCollection_t609554708;

extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var;
extern const uint32_t RIPEMD160Managed__ctor_m1837600365_MetadataUsageId;
extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var;
extern const uint32_t RIPEMD160Managed_HashFinal_m1016449914_MetadataUsageId;
extern const uint32_t RIPEMD160Managed_ProcessBlock_m3304263146_MetadataUsageId;
extern RuntimeClass* RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var;
extern const uint32_t RNGCryptoServiceProvider__ctor_m2355451105_MetadataUsageId;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern const uint32_t RNGCryptoServiceProvider__cctor_m3587754670_MetadataUsageId;
extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2855470454;
extern const uint32_t RNGCryptoServiceProvider_Check_m3453818294_MetadataUsageId;
extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2037252866;
extern const uint32_t RNGCryptoServiceProvider_GetBytes_m918414272_MetadataUsageId;
extern const uint32_t RNGCryptoServiceProvider_GetNonZeroBytes_m1918423726_MetadataUsageId;
extern const uint32_t RNGCryptoServiceProvider_Finalize_m1304072372_MetadataUsageId;
extern String_t* _stringLiteral788160616;
extern const uint32_t RSA_Create_m4065275734_MetadataUsageId;
extern RuntimeClass* CryptoConfig_t4201145714_il2cpp_TypeInfo_var;
extern RuntimeClass* RSA_t2385438082_il2cpp_TypeInfo_var;
extern const uint32_t RSA_Create_m2021570897_MetadataUsageId;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1953671409;
extern String_t* _stringLiteral3452614640;
extern String_t* _stringLiteral3452614639;
extern String_t* _stringLiteral3452614620;
extern String_t* _stringLiteral3457857500;
extern String_t* _stringLiteral3457791964;
extern String_t* _stringLiteral3577940000;
extern String_t* _stringLiteral3415789669;
extern String_t* _stringLiteral2758185246;
extern String_t* _stringLiteral3501983053;
extern const uint32_t RSA_FromXmlString_m2537913712_MetadataUsageId;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2330884088;
extern String_t* _stringLiteral264464451;
extern String_t* _stringLiteral3087219758;
extern String_t* _stringLiteral4195570472;
extern String_t* _stringLiteral3252161509;
extern String_t* _stringLiteral3802091543;
extern String_t* _stringLiteral3588276660;
extern String_t* _stringLiteral1918135800;
extern String_t* _stringLiteral417504526;
extern String_t* _stringLiteral1918070264;
extern String_t* _stringLiteral3146387881;
extern String_t* _stringLiteral423468302;
extern String_t* _stringLiteral2921622622;
extern String_t* _stringLiteral3152351657;
extern String_t* _stringLiteral582970462;
extern String_t* _stringLiteral939428175;
extern String_t* _stringLiteral197188615;
extern String_t* _stringLiteral1916825080;
extern String_t* _stringLiteral3455564074;
extern String_t* _stringLiteral1114683495;
extern const uint32_t RSA_ToXmlString_m2922661427_MetadataUsageId;
extern RuntimeClass* KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var;
extern RuntimeClass* KeySizes_t85027896_il2cpp_TypeInfo_var;
extern RuntimeClass* RSAManaged_t1757093819_il2cpp_TypeInfo_var;
extern RuntimeClass* KeyGeneratedEventHandler_t3064139577_il2cpp_TypeInfo_var;
extern RuntimeClass* CspParameters_t239852639_il2cpp_TypeInfo_var;
extern RuntimeClass* RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var;
extern RuntimeClass* KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var;
extern const RuntimeMethod* RSACryptoServiceProvider_OnKeyGenerated_m863837376_RuntimeMethod_var;
extern const uint32_t RSACryptoServiceProvider_Common_m861233239_MetadataUsageId;
extern String_t* _stringLiteral3919486692;
extern const uint32_t RSACryptoServiceProvider_DecryptValue_m3095079293_MetadataUsageId;
extern String_t* _stringLiteral4048132565;
extern const uint32_t RSACryptoServiceProvider_ExportParameters_m3871179960_MetadataUsageId;
extern const uint32_t RSAParameters_t1728406613_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
extern const uint32_t RSAParameters_t1728406613_com_FromNativeMethodDefinition_MetadataUsageId;
extern RuntimeClass* CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var;
extern RuntimeClass* PKCS1_t1505584676_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2602199788;
extern String_t* _stringLiteral3248900012;
extern const uint32_t RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432_MetadataUsageId;
extern String_t* _stringLiteral2600271970;
extern const uint32_t RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943_MetadataUsageId;
extern String_t* _stringLiteral2169945542;
extern String_t* _stringLiteral2063782298;
extern String_t* _stringLiteral4211886892;
extern String_t* _stringLiteral1086235408;
extern const uint32_t RSAPKCS1SHA1SignatureDescription__ctor_m621804060_MetadataUsageId;
extern String_t* _stringLiteral328941489;
extern const uint32_t RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m1602190713_MetadataUsageId;
extern const uint32_t RSAPKCS1SignatureDeformatter_SetKey_m614724234_MetadataUsageId;
extern String_t* _stringLiteral4015236544;
extern String_t* _stringLiteral710276514;
extern String_t* _stringLiteral2917899049;
extern String_t* _stringLiteral3170101360;
extern const uint32_t RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_MetadataUsageId;
extern String_t* _stringLiteral114326928;
extern const uint32_t RSAPKCS1SignatureFormatter_CreateSignature_m3191980616_MetadataUsageId;
extern const uint32_t RSAPKCS1SignatureFormatter_SetKey_m2935054088_MetadataUsageId;
extern String_t* _stringLiteral205916201;
extern const uint32_t SHA1_Create_m1390871308_MetadataUsageId;
extern RuntimeClass* SHA1_t1803193667_il2cpp_TypeInfo_var;
extern const uint32_t SHA1_Create_m2934697039_MetadataUsageId;
extern RuntimeClass* SHA1Internal_t3251293021_il2cpp_TypeInfo_var;
extern const uint32_t SHA1CryptoServiceProvider__ctor_m4195188793_MetadataUsageId;
extern const uint32_t SHA1Internal__ctor_m2437096624_MetadataUsageId;
extern const uint32_t SHA1Internal_HashFinal_m1760803056_MetadataUsageId;
extern const uint32_t SHA1Internal_ProcessFinalBlock_m1403775421_MetadataUsageId;
extern const uint32_t SHA1Managed__ctor_m3689558429_MetadataUsageId;
extern String_t* _stringLiteral2075006151;
extern const uint32_t SHA256_Create_m610202894_MetadataUsageId;
extern RuntimeClass* SHA256_t3672283617_il2cpp_TypeInfo_var;
extern const uint32_t SHA256_Create_m697467885_MetadataUsageId;
extern const uint32_t SHA256Managed__ctor_m2170017447_MetadataUsageId;
extern const uint32_t SHA256Managed_HashFinal_m2914312286_MetadataUsageId;
extern RuntimeClass* SHAConstants_t1360924992_il2cpp_TypeInfo_var;
extern const uint32_t SHA256Managed_ProcessBlock_m2297835517_MetadataUsageId;
extern const uint32_t SHA256Managed_ProcessFinalBlock_m3518004226_MetadataUsageId;
extern String_t* _stringLiteral3238657532;
extern const uint32_t SHA384_Create_m3237405884_MetadataUsageId;
extern RuntimeClass* SHA384_t540967702_il2cpp_TypeInfo_var;
extern const uint32_t SHA384_Create_m1745173416_MetadataUsageId;
extern RuntimeClass* UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var;
extern const uint32_t SHA384Managed__ctor_m3220477113_MetadataUsageId;
extern const uint32_t SHA384Managed_HashFinal_m2401837128_MetadataUsageId;
extern const uint32_t SHA384Managed_processBlock_m1272529332_MetadataUsageId;
extern String_t* _stringLiteral4044636760;
extern const uint32_t SHA512_Create_m3934606971_MetadataUsageId;
extern RuntimeClass* SHA512_t1346946930_il2cpp_TypeInfo_var;
extern const uint32_t SHA512_Create_m3236870067_MetadataUsageId;
extern const uint32_t SHA512Managed__ctor_m330347986_MetadataUsageId;
extern const uint32_t SHA512Managed_HashFinal_m2173184560_MetadataUsageId;
extern const uint32_t SHA512Managed_processBlock_m1725885004_MetadataUsageId;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D56_46_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D57_47_FieldInfo_var;
extern const uint32_t SHAConstants__cctor_m1699027474_MetadataUsageId;
extern String_t* _stringLiteral3622000365;
extern const uint32_t SymmetricAlgorithm_set_BlockSize_m812732862_MetadataUsageId;
extern const uint32_t SymmetricAlgorithm_get_IV_m1875559108_MetadataUsageId;
extern String_t* _stringLiteral3457464295;
extern String_t* _stringLiteral3110501409;
extern const uint32_t SymmetricAlgorithm_set_IV_m3196220308_MetadataUsageId;
extern const uint32_t SymmetricAlgorithm_get_Key_m3241860519_MetadataUsageId;
extern String_t* _stringLiteral2600272002;
extern String_t* _stringLiteral3306948476;
extern const uint32_t SymmetricAlgorithm_set_Key_m1775642191_MetadataUsageId;
extern const uint32_t SymmetricAlgorithm_set_KeySize_m3805756466_MetadataUsageId;
extern RuntimeClass* CipherMode_t84635067_il2cpp_TypeInfo_var;
extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral506176138;
extern const uint32_t SymmetricAlgorithm_set_Mode_m4060916368_MetadataUsageId;
extern RuntimeClass* PaddingMode_t2546806710_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3933051624;
extern const uint32_t SymmetricAlgorithm_set_Padding_m1690860683_MetadataUsageId;
extern RuntimeClass* SymmetricAlgorithm_t4254223087_il2cpp_TypeInfo_var;
extern const uint32_t SymmetricAlgorithm_Create_m2726390826_MetadataUsageId;
extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral8382769;
extern String_t* _stringLiteral3152468735;
extern String_t* _stringLiteral2053830539;
extern String_t* _stringLiteral438779933;
extern String_t* _stringLiteral3073595182;
extern String_t* _stringLiteral251636811;
extern String_t* _stringLiteral2167393519;
extern String_t* _stringLiteral1561769044;
extern const uint32_t ToBase64Transform_TransformBlock_m2497349397_MetadataUsageId;
extern RuntimeClass* Base64Constants_t4102031153_il2cpp_TypeInfo_var;
extern const uint32_t ToBase64Transform_InternalTransformBlock_m3458782414_MetadataUsageId;
extern String_t* _stringLiteral3400529612;
extern String_t* _stringLiteral2221361329;
extern const uint32_t ToBase64Transform_TransformFinalBlock_m2460017188_MetadataUsageId;
extern const uint32_t ToBase64Transform_InternalTransformFinalBlock_m360524956_MetadataUsageId;
extern const uint32_t TripleDES__ctor_m4045412014_MetadataUsageId;
extern const uint32_t TripleDES_get_Key_m1921822970_MetadataUsageId;
extern String_t* _stringLiteral2334095011;
extern const uint32_t TripleDES_set_Key_m3464715319_MetadataUsageId;
extern String_t* _stringLiteral2342470835;
extern String_t* _stringLiteral1438471625;
extern const uint32_t TripleDES_IsWeakKey_m2147489852_MetadataUsageId;
extern String_t* _stringLiteral2789993344;
extern const uint32_t TripleDES_Create_m3761371613_MetadataUsageId;
extern RuntimeClass* TripleDES_t92303514_il2cpp_TypeInfo_var;
extern const uint32_t TripleDES_Create_m2471273334_MetadataUsageId;
extern RuntimeClass* TripleDESTransform_t964169060_il2cpp_TypeInfo_var;
extern const uint32_t TripleDESCryptoServiceProvider_CreateDecryptor_m740960117_MetadataUsageId;
extern const uint32_t TripleDESCryptoServiceProvider_CreateEncryptor_m450924958_MetadataUsageId;
extern RuntimeClass* DES_t821106792_il2cpp_TypeInfo_var;
extern RuntimeClass* DESTransform_t4088905499_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1444991649;
extern const uint32_t TripleDESTransform__ctor_m3915497765_MetadataUsageId;
extern const uint32_t TripleDESTransform_ECB_m731927780_MetadataUsageId;
extern const uint32_t TripleDESTransform_GetStrongKey_m292426577_MetadataUsageId;
extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3013553869;
extern const uint32_t X509Certificate__ctor_m4186241804_MetadataUsageId;
extern String_t* _stringLiteral3451435000;
extern const uint32_t X509Certificate_tostr_m197816703_MetadataUsageId;
extern String_t* _stringLiteral2083223874;
extern const uint32_t X509Certificate_Equals_m861530042_MetadataUsageId;
extern const uint32_t X509Certificate_GetCertHash_m274210048_MetadataUsageId;
extern const uint32_t X509Certificate_GetEffectiveDateString_m1666677721_MetadataUsageId;
extern const uint32_t X509Certificate_GetExpirationDateString_m1253593872_MetadataUsageId;
extern const uint32_t X509Certificate_GetIssuerName_m1601331538_MetadataUsageId;
extern const uint32_t X509Certificate_GetName_m1060481339_MetadataUsageId;
extern const uint32_t X509Certificate_GetPublicKey_m4184729161_MetadataUsageId;
extern const uint32_t X509Certificate_GetRawCertData_m781236105_MetadataUsageId;
extern String_t* _stringLiteral1477887897;
extern String_t* _stringLiteral971212591;
extern String_t* _stringLiteral2222432080;
extern String_t* _stringLiteral4281279765;
extern String_t* _stringLiteral419730590;
extern const uint32_t X509Certificate_ToString_m2340207075_MetadataUsageId;
extern RuntimeClass* X501_t1758824425_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3450517380;
extern const uint32_t X509Certificate_get_Issuer_m2934704867_MetadataUsageId;
extern const uint32_t X509Certificate_get_Subject_m2638144878_MetadataUsageId;
extern RuntimeClass* X509Certificate_t713131622_il2cpp_TypeInfo_var;
extern const uint32_t X509Certificate_Equals_m3784196370_MetadataUsageId;
extern RuntimeClass* X509Certificate_t489243024_il2cpp_TypeInfo_var;
extern RuntimeClass* PKCS12_t4101533060_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1947682626;
extern const uint32_t X509Certificate_Import_m3563119820_MetadataUsageId;
extern RuntimeClass* SecurityPermissionFlag_t3459270124_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2248575227;
extern String_t* _stringLiteral1661045531;
extern const uint32_t SecurityPermission_set_Flags_m1503445204_MetadataUsageId;
extern String_t* _stringLiteral3161615738;
extern String_t* _stringLiteral4002445229;
extern String_t* _stringLiteral822913698;
extern const uint32_t SecurityPermission_ToXml_m355131433_MetadataUsageId;
extern const RuntimeType* SecurityPermission_t2954997752_0_0_0_var;
extern RuntimeClass* SecurityPermission_t2954997752_il2cpp_TypeInfo_var;
extern const uint32_t SecurityPermission_Cast_m2392017566_MetadataUsageId;
extern RuntimeClass* StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var;
extern const uint32_t StrongNamePublicKeyBlob_Equals_m3655422942_MetadataUsageId;
extern const uint32_t StrongNamePublicKeyBlob_ToString_m724833278_MetadataUsageId;
extern RuntimeClass* PermissionSet_t223948603_il2cpp_TypeInfo_var;
extern const uint32_t PermissionSet_CreateFromBinaryFormat_m3762234240_MetadataUsageId;
extern RuntimeClass* List_1_t852832060_il2cpp_TypeInfo_var;
extern const RuntimeMethod* List_1__ctor_m1080959174_RuntimeMethod_var;
extern const uint32_t ApplicationTrust__ctor_m515003198_MetadataUsageId;
extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var;
extern const uint32_t Evidence_get_HostEvidenceList_m2705108086_MetadataUsageId;
extern const uint32_t Evidence_get_AssemblyEvidenceList_m632963901_MetadataUsageId;
extern RuntimeClass* Evidence_t2008144148_il2cpp_TypeInfo_var;
extern const uint32_t Evidence_Equals_m1478353107_MetadataUsageId;
extern RuntimeClass* EvidenceEnumerator_t1708166667_il2cpp_TypeInfo_var;
extern const uint32_t Evidence_GetEnumerator_m302914965_MetadataUsageId;
extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var;
extern const uint32_t EvidenceEnumerator_MoveNext_m183460296_MetadataUsageId;
extern const uint32_t EvidenceEnumerator_Reset_m2337577119_MetadataUsageId;
extern const uint32_t EvidenceEnumerator_get_Current_m1264365535_MetadataUsageId;
extern const uint32_t Hash__ctor_m2891763106_MetadataUsageId;
extern RuntimeClass* SecurityElement_t1046076091_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1902401671;
extern String_t* _stringLiteral3452614543;
extern const uint32_t Hash_ToString_m1453919145_MetadataUsageId;
extern RuntimeClass* SecurityException_t975544473_il2cpp_TypeInfo_var;
extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3109013795;
extern const uint32_t Hash_GetData_m1957063775_MetadataUsageId;
extern RuntimeClass* StrongName_t3675724614_il2cpp_TypeInfo_var;
extern const uint32_t StrongName_Equals_m384811149_MetadataUsageId;
extern const RuntimeType* StrongName_t3675724614_0_0_0_var;
extern String_t* _stringLiteral62725275;
extern String_t* _stringLiteral1902402919;
extern const uint32_t StrongName_ToString_m3130222752_MetadataUsageId;
extern RuntimeClass* WindowsIdentity_t2948242406_il2cpp_TypeInfo_var;
extern const uint32_t WindowsIdentity__cctor_m1315799505_MetadataUsageId;
extern const RuntimeType* IntPtr_t_0_0_0_var;
extern const RuntimeType* WindowsAccountType_t2283000883_0_0_0_var;
extern RuntimeClass* SerializationException_t3941511869_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2173289356;
extern String_t* _stringLiteral2476493498;
extern String_t* _stringLiteral545154609;
extern String_t* _stringLiteral3642020180;
extern String_t* _stringLiteral1250540719;
extern String_t* _stringLiteral2947647849;
extern String_t* _stringLiteral3445209980;
extern const uint32_t WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631_MetadataUsageId;
extern const uint32_t WindowsIdentity_Dispose_m3466258450_MetadataUsageId;
extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var;
extern RuntimeClass* SecurityContext_t2435442044_il2cpp_TypeInfo_var;
extern const uint32_t SecurityContext_Capture_m1047743382_MetadataUsageId;
extern String_t* _stringLiteral2862656147;
extern String_t* _stringLiteral2522743314;
extern String_t* _stringLiteral3450517398;
extern const uint32_t SecurityElement__ctor_m750466183_MetadataUsageId;
extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D60_48_FieldInfo_var;
extern const uint32_t SecurityElement__cctor_m3326869319_MetadataUsageId;
extern const uint32_t SecurityElement_set_Text_m3975773934_MetadataUsageId;
extern RuntimeClass* SecurityAttribute_t3566489056_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral62725243;
extern String_t* _stringLiteral3493618073;
extern String_t* _stringLiteral4136252437;
extern const uint32_t SecurityElement_AddAttribute_m311510562_MetadataUsageId;
extern String_t* _stringLiteral430703268;
extern const uint32_t SecurityElement_AddChild_m1606852781_MetadataUsageId;
extern String_t* _stringLiteral2598437568;
extern String_t* _stringLiteral2597716672;
extern String_t* _stringLiteral3987679165;
extern String_t* _stringLiteral3195658423;
extern String_t* _stringLiteral735890526;
extern const uint32_t SecurityElement_Escape_m1342311983_MetadataUsageId;
extern String_t* _stringLiteral3452614548;
extern String_t* _stringLiteral3452614546;
extern String_t* _stringLiteral3452614522;
extern String_t* _stringLiteral3452614526;
extern String_t* _stringLiteral3452614521;
extern const uint32_t SecurityElement_Unescape_m327386968_MetadataUsageId;
extern const uint32_t SecurityElement_IsValidAttributeName_m713904709_MetadataUsageId;
extern const uint32_t SecurityElement_IsValidAttributeValue_m948345692_MetadataUsageId;
extern const uint32_t SecurityElement_IsValidTag_m1803475254_MetadataUsageId;
extern const uint32_t SecurityElement_IsValidText_m1346599242_MetadataUsageId;
extern const uint32_t SecurityElement_SearchForChildByTag_m900466299_MetadataUsageId;
extern const uint32_t SecurityElement_ToString_m1918878627_MetadataUsageId;
extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3452614528;
extern String_t* _stringLiteral3450386323;
extern String_t* _stringLiteral3451697025;
extern String_t* _stringLiteral3450582932;
extern const uint32_t SecurityElement_ToXml_m3664345083_MetadataUsageId;
extern const uint32_t SecurityElement_GetAttribute_m3347489583_MetadataUsageId;
extern String_t* _stringLiteral2417642285;
extern String_t* _stringLiteral1055648076;
extern const uint32_t SecurityAttribute__ctor_m1429827508_MetadataUsageId;
extern String_t* _stringLiteral3735202939;
extern const uint32_t SecurityException__ctor_m836898292_MetadataUsageId;
extern String_t* _stringLiteral1249835384;
extern const uint32_t SecurityException__ctor_m254177942_MetadataUsageId;
extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var;
extern RuntimeClass* Hash_t5925575_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3034547154;
extern String_t* _stringLiteral2157266222;
extern String_t* _stringLiteral2301679793;
extern String_t* _stringLiteral2368712086;
extern String_t* _stringLiteral4142863992;
extern String_t* _stringLiteral52642591;
extern String_t* _stringLiteral217691493;
extern String_t* _stringLiteral44402488;
extern String_t* _stringLiteral3748880426;
extern const uint32_t SecurityException_ToString_m3228070608_MetadataUsageId;
extern RuntimeClass* SecurityManager_t3383402582_il2cpp_TypeInfo_var;
extern const uint32_t SecurityFrame_InitFromRuntimeFrame_m1714852458_MetadataUsageId;
extern String_t* _stringLiteral1276385879;
extern String_t* _stringLiteral1431127000;
extern String_t* _stringLiteral2755896588;
extern String_t* _stringLiteral754934113;
extern String_t* _stringLiteral2781904517;
extern String_t* _stringLiteral2879760681;
extern const uint32_t SecurityFrame_ToString_m339310712_MetadataUsageId;
extern RuntimeClass* RuntimeSecurityFrame_t536173748_il2cpp_TypeInfo_var;
extern RuntimeClass* SecurityFrame_t1422462475_il2cpp_TypeInfo_var;
extern const uint32_t SecurityFrame_GetStack_m347707425_MetadataUsageId;
extern const uint32_t SecurityManager__cctor_m975553111_MetadataUsageId;
extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var;
extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var;
extern const uint32_t SecurityManager_Decode_m84973736_MetadataUsageId;
extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral910517407;
extern String_t* _stringLiteral2220347040;
extern const uint32_t SecurityManager_Decode_m2551103128_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToBoolean_m1716619219_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToByte_m997362015_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToChar_m1898259383_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToDateTime_m1748479284_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToDecimal_m325860800_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToDouble_m1584722292_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToInt16_m809233024_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToInt32_m872115569_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToInt64_m1650421025_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToSByte_m1208276900_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToSingle_m1939829239_MetadataUsageId;
extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3252615044;
extern const uint32_t Single_System_IConvertible_ToType_m3312441682_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToUInt16_m1263555070_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToUInt32_m289030200_MetadataUsageId;
extern const uint32_t Single_System_IConvertible_ToUInt64_m3299129161_MetadataUsageId;
extern String_t* _stringLiteral1790101327;
extern const uint32_t Single_CompareTo_m2785801815_MetadataUsageId;
extern const uint32_t Single_Equals_m438106747_MetadataUsageId;
extern RuntimeClass* OverflowException_t2020128637_il2cpp_TypeInfo_var;
extern const uint32_t Single_Parse_m3840407583_MetadataUsageId;
extern RuntimeClass* NumberFormatter_t1182924621_il2cpp_TypeInfo_var;
extern const uint32_t Single_ToString_m3947131094_MetadataUsageId;
extern const uint32_t Single_ToString_m3107811250_MetadataUsageId;
extern const uint32_t Single_ToString_m543431371_MetadataUsageId;
extern String_t* _stringLiteral1706066203;
extern const uint32_t StackOverflowException__ctor_m592204071_MetadataUsageId;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D0_0_FieldInfo_var;
extern String_t* _stringLiteral757602046;
extern const uint32_t String__cctor_m261295518_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToBoolean_m887520575_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToByte_m4057316234_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToChar_m863771412_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToDateTime_m3578483777_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToDecimal_m997069272_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToDouble_m3740733360_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToInt16_m1880095008_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToInt32_m2665383247_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToInt64_m3494136111_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToSByte_m945078350_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToSingle_m2571483125_MetadataUsageId;
extern String_t* _stringLiteral3243520166;
extern const uint32_t String_System_IConvertible_ToType_m3431692856_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToUInt16_m2888090399_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToUInt32_m281099219_MetadataUsageId;
extern const uint32_t String_System_IConvertible_ToUInt64_m4086947440_MetadataUsageId;
extern RuntimeClass* CharEnumerator_t1121470421_il2cpp_TypeInfo_var;
extern const uint32_t String_System_Collections_Generic_IEnumerableU3CcharU3E_GetEnumerator_m1490086850_MetadataUsageId;
extern const uint32_t String_System_Collections_IEnumerable_GetEnumerator_m3198926340_MetadataUsageId;
extern const uint32_t String_Equals_m1039194686_MetadataUsageId;
extern const uint32_t String_Equals_m2270643605_MetadataUsageId;
extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var;
extern const uint32_t String_get_Chars_m2986988803_MetadataUsageId;
extern String_t* _stringLiteral2783568775;
extern String_t* _stringLiteral4004074309;
extern String_t* _stringLiteral2066644356;
extern String_t* _stringLiteral1511102372;
extern String_t* _stringLiteral1538545496;
extern String_t* _stringLiteral2002595880;
extern String_t* _stringLiteral2712588567;
extern String_t* _stringLiteral3934428837;
extern const uint32_t String_CopyTo_m2803757991_MetadataUsageId;
extern String_t* _stringLiteral2410720131;
extern String_t* _stringLiteral1212500642;
extern String_t* _stringLiteral3172736746;
extern const uint32_t String_ToCharArray_m2268354229_MetadataUsageId;
extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var;
extern const uint32_t String_Split_m2077324731_MetadataUsageId;
extern RuntimeClass* StringSplitOptions_t641086070_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2362608972;
extern String_t* _stringLiteral1931948496;
extern String_t* _stringLiteral3452614530;
extern const uint32_t String_Split_m3580120853_MetadataUsageId;
extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var;
extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var;
extern const RuntimeMethod* List_1_ToArray_m3983937259_RuntimeMethod_var;
extern const uint32_t String_Split_m2533743664_MetadataUsageId;
extern const uint32_t String_Substring_m2848979100_MetadataUsageId;
extern String_t* _stringLiteral4206148578;
extern String_t* _stringLiteral2237445899;
extern const uint32_t String_Substring_m1610150815_MetadataUsageId;
extern const uint32_t String_SubstringUnchecked_m1840487357_MetadataUsageId;
extern const uint32_t String_Trim_m923598732_MetadataUsageId;
extern const uint32_t String_Trim_m3384720403_MetadataUsageId;
extern const uint32_t String_TrimStart_m1431283012_MetadataUsageId;
extern const uint32_t String_TrimEnd_m3824727301_MetadataUsageId;
extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var;
extern const uint32_t String_Compare_m3735043349_MetadataUsageId;
extern const uint32_t String_Compare_m1071830722_MetadataUsageId;
extern String_t* _stringLiteral461586467;
extern const uint32_t String_Compare_m1293271421_MetadataUsageId;
extern const uint32_t String_Compare_m945110377_MetadataUsageId;
extern const uint32_t String_CompareTo_m3030934538_MetadataUsageId;
extern const uint32_t String_CompareTo_m3414379165_MetadataUsageId;
extern const uint32_t String_CompareOrdinal_m1012192092_MetadataUsageId;
extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var;
extern const uint32_t String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579_MetadataUsageId;
extern const uint32_t String_EndsWith_m1901926500_MetadataUsageId;
extern const uint32_t String_IndexOfAny_m4159774896_MetadataUsageId;
extern const uint32_t String_IndexOfAny_m2323029521_MetadataUsageId;
extern String_t* _stringLiteral1801104940;
extern const uint32_t String_IndexOfAny_m2882391940_MetadataUsageId;
extern RuntimeClass* StringComparison_t3657712135_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3564128177;
extern String_t* _stringLiteral744351982;
extern const uint32_t String_IndexOf_m3950524021_MetadataUsageId;
extern const uint32_t String_IndexOfOrdinal_m962178384_MetadataUsageId;
extern const uint32_t String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141_MetadataUsageId;
extern String_t* _stringLiteral1517822683;
extern const uint32_t String_IndexOf_m2466398549_MetadataUsageId;
extern String_t* _stringLiteral2420430958;
extern String_t* _stringLiteral3084170034;
extern const uint32_t String_IndexOf_m1248948328_MetadataUsageId;
extern const uint32_t String_IndexOf_m1977622757_MetadataUsageId;
extern String_t* _stringLiteral2876428312;
extern String_t* _stringLiteral1833142536;
extern const uint32_t String_IndexOf_m2410372598_MetadataUsageId;
extern const uint32_t String_LastIndexOfAny_m545540478_MetadataUsageId;
extern String_t* _stringLiteral3056712940;
extern const uint32_t String_LastIndexOfAny_m1832658648_MetadataUsageId;
extern String_t* _stringLiteral2501118546;
extern String_t* _stringLiteral495425633;
extern String_t* _stringLiteral1327129032;
extern const uint32_t String_LastIndexOf_m3228770703_MetadataUsageId;
extern const uint32_t String_LastIndexOf_m95398196_MetadataUsageId;
extern String_t* _stringLiteral1885766577;
extern String_t* _stringLiteral2817464207;
extern const uint32_t String_Remove_m1524948975_MetadataUsageId;
extern String_t* _stringLiteral1314554310;
extern const uint32_t String_PadRight_m50345030_MetadataUsageId;
extern const uint32_t String_StartsWith_m1759067526_MetadataUsageId;
extern const uint32_t String_Replace_m3726209165_MetadataUsageId;
extern String_t* _stringLiteral2379195259;
extern String_t* _stringLiteral2507102363;
extern const uint32_t String_Replace_m1273907647_MetadataUsageId;
extern const uint32_t String_ReplaceUnchecked_m1381393810_MetadataUsageId;
extern const uint32_t String_ReplaceFallback_m1061004996_MetadataUsageId;
extern const uint32_t String_Remove_m562998446_MetadataUsageId;
extern const uint32_t String_ToLower_m2029374922_MetadataUsageId;
extern const uint32_t String_ToLower_m3490221821_MetadataUsageId;
extern const uint32_t String_ToLowerInvariant_m110751226_MetadataUsageId;
extern const uint32_t String_ToUpperInvariant_m2531236323_MetadataUsageId;
extern const uint32_t String_Format_m2844511972_MetadataUsageId;
extern const uint32_t String_Format_m2556382932_MetadataUsageId;
extern const uint32_t String_Format_m3339413201_MetadataUsageId;
extern const uint32_t String_Format_m630303134_MetadataUsageId;
extern const uint32_t String_Format_m1881875187_MetadataUsageId;
extern const RuntimeType* ICustomFormatter_t4199732012_0_0_0_var;
extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var;
extern RuntimeClass* IFormatProvider_t2518567562_il2cpp_TypeInfo_var;
extern RuntimeClass* ICustomFormatter_t4199732012_il2cpp_TypeInfo_var;
extern RuntimeClass* IFormattable_t1450744796_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral446157247;
extern String_t* _stringLiteral728803974;
extern String_t* _stringLiteral1894799423;
extern String_t* _stringLiteral1986456553;
extern const uint32_t String_FormatHelper_m3913915042_MetadataUsageId;
extern const uint32_t String_Concat_m904156431_MetadataUsageId;
extern const uint32_t String_Concat_m1715369213_MetadataUsageId;
extern const uint32_t String_Concat_m3937257545_MetadataUsageId;
extern const uint32_t String_Concat_m3755062657_MetadataUsageId;
extern const uint32_t String_Concat_m2163913788_MetadataUsageId;
extern const uint32_t String_Concat_m2971454694_MetadataUsageId;
extern String_t* _stringLiteral3498926489;
extern const uint32_t String_Concat_m1809518182_MetadataUsageId;
extern const uint32_t String_ConcatInternal_m190606771_MetadataUsageId;
extern String_t* _stringLiteral3799467551;
extern const uint32_t String_Insert_m3534971326_MetadataUsageId;
extern const uint32_t String_Join_m2050845953_MetadataUsageId;
extern String_t* _stringLiteral3941743958;
extern const uint32_t String_Join_m29736248_MetadataUsageId;
extern const uint32_t String_JoinUnchecked_m3111386027_MetadataUsageId;
extern const uint32_t String_ParseFormatSpecifier_m3134189457_MetadataUsageId;
extern String_t* _stringLiteral4166421449;
extern const uint32_t String_InternalSetChar_m884839805_MetadataUsageId;
extern String_t* _stringLiteral2956180468;
extern String_t* _stringLiteral3682418180;
extern const uint32_t String_InternalSetLength_m3661226516_MetadataUsageId;
extern const uint32_t String_GetCaseInsensitiveHashCode_m3282844242_MetadataUsageId;
extern RuntimeClass* NullReferenceException_t1023182353_il2cpp_TypeInfo_var;
extern RuntimeClass* AccessViolationException_t339633883_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1391532512;
extern String_t* _stringLiteral702566448;
extern const uint32_t String_CreateString_m4016935005_MetadataUsageId;
extern String_t* _stringLiteral2892689725;
extern String_t* _stringLiteral1875510050;
extern const uint32_t String_CreateString_m2329023138_MetadataUsageId;
extern const uint32_t String_CreateString_m3439913850_MetadataUsageId;
extern const uint32_t String_CreateString_m3400201881_MetadataUsageId;
extern const uint32_t String_CreateString_m860434552_MetadataUsageId;
extern const uint32_t String_CreateString_m2818852475_MetadataUsageId;
extern const uint32_t String_CreateString_m1262864254_MetadataUsageId;
extern const uint32_t String_memcpy_m2826223007_MetadataUsageId;
extern const uint32_t String_CharCopy_m98228993_MetadataUsageId;
extern const uint32_t String_CharCopy_m3838781968_MetadataUsageId;
extern const uint32_t String_CharCopy_m2254797373_MetadataUsageId;
extern const uint32_t String_CharCopyReverse_m692227313_MetadataUsageId;
extern const uint32_t String_op_Equality_m920492651_MetadataUsageId;
extern const uint32_t String_op_Inequality_m215368492_MetadataUsageId;
extern RuntimeClass* CultureAwareComparer_t30646139_il2cpp_TypeInfo_var;
extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var;
extern RuntimeClass* OrdinalComparer_t3407243298_il2cpp_TypeInfo_var;
extern const uint32_t StringComparer__cctor_m1626042071_MetadataUsageId;
extern const uint32_t StringComparer_get_InvariantCultureIgnoreCase_m2404489191_MetadataUsageId;
extern RuntimeClass* IComparable_t36111218_il2cpp_TypeInfo_var;
extern const uint32_t StringComparer_Compare_m991165676_MetadataUsageId;
extern const uint32_t StringComparer_Equals_m1418565653_MetadataUsageId;
extern String_t* _stringLiteral1746845353;
extern const uint32_t StringComparer_GetHashCode_m2080455020_MetadataUsageId;
extern String_t* _stringLiteral1758154689;
extern const uint32_t SystemException__ctor_m4274309232_MetadataUsageId;
extern String_t* _stringLiteral2571809832;
extern String_t* _stringLiteral2264484744;
extern const uint32_t ASCIIEncoding__ctor_m1380190655_MetadataUsageId;
extern String_t* _stringLiteral2698618727;
extern String_t* _stringLiteral797640427;
extern String_t* _stringLiteral2941213349;
extern const uint32_t ASCIIEncoding_GetByteCount_m2129416242_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetByteCount_m1278774099_MetadataUsageId;
extern String_t* _stringLiteral130595687;
extern String_t* _stringLiteral1070969872;
extern String_t* _stringLiteral4160981599;
extern String_t* _stringLiteral1758678393;
extern String_t* _stringLiteral3497238838;
extern const uint32_t ASCIIEncoding_GetBytes_m2264249800_MetadataUsageId;
extern String_t* _stringLiteral3201106496;
extern String_t* _stringLiteral335670123;
extern const uint32_t ASCIIEncoding_GetBytes_m2569027226_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetCharCount_m1680860125_MetadataUsageId;
extern String_t* _stringLiteral669612446;
extern const uint32_t ASCIIEncoding_GetChars_m3984780680_MetadataUsageId;
extern String_t* _stringLiteral3526274078;
extern const uint32_t ASCIIEncoding_GetMaxByteCount_m3220079164_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetMaxCharCount_m3025651522_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetString_m58523364_MetadataUsageId;
extern String_t* _stringLiteral2599100548;
extern const uint32_t ASCIIEncoding_GetBytes_m2555927703_MetadataUsageId;
extern RuntimeClass* DecoderReplacementFallback_t1462101135_il2cpp_TypeInfo_var;
extern const uint32_t Decoder__ctor_m4046021500_MetadataUsageId;
extern const uint32_t Decoder_set_Fallback_m3834517714_MetadataUsageId;
extern RuntimeClass* DecoderFallback_t3123823036_il2cpp_TypeInfo_var;
extern const uint32_t DecoderExceptionFallback__ctor_m4044614564_MetadataUsageId;
extern RuntimeClass* DecoderExceptionFallbackBuffer_t90938522_il2cpp_TypeInfo_var;
extern const uint32_t DecoderExceptionFallback_CreateFallbackBuffer_m1133375601_MetadataUsageId;
extern RuntimeClass* DecoderExceptionFallback_t3981484394_il2cpp_TypeInfo_var;
extern const uint32_t DecoderExceptionFallback_Equals_m1082173956_MetadataUsageId;
extern RuntimeClass* DecoderFallbackException_t1661362184_il2cpp_TypeInfo_var;
extern const uint32_t DecoderExceptionFallbackBuffer_Fallback_m3780167086_MetadataUsageId;

struct UInt32U5BU5D_t2770800703;
struct ByteU5BU5D_t4116647657;
struct KeySizesU5BU5D_t722666473;
struct UInt64U5BU5D_t1659327989;
struct CharU5BU5D_t3528271667;
struct ObjectU5BU5D_t2843939325;
struct StringU5BU5D_t1281789340;


#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Object

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Array

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef EVIDENCEENUMERATOR_T1708166667_H
#define EVIDENCEENUMERATOR_T1708166667_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Policy.Evidence/EvidenceEnumerator
struct  EvidenceEnumerator_t1708166667  : public RuntimeObject
{
public:
	// System.Collections.IEnumerator System.Security.Policy.Evidence/EvidenceEnumerator::currentEnum
	RuntimeObject* ___currentEnum_0;
	// System.Collections.IEnumerator System.Security.Policy.Evidence/EvidenceEnumerator::hostEnum
	RuntimeObject* ___hostEnum_1;
	// System.Collections.IEnumerator System.Security.Policy.Evidence/EvidenceEnumerator::assemblyEnum
	RuntimeObject* ___assemblyEnum_2;

public:
	inline static int32_t get_offset_of_currentEnum_0() { return static_cast<int32_t>(offsetof(EvidenceEnumerator_t1708166667, ___currentEnum_0)); }
	inline RuntimeObject* get_currentEnum_0() const { return ___currentEnum_0; }
	inline RuntimeObject** get_address_of_currentEnum_0() { return &___currentEnum_0; }
	inline void set_currentEnum_0(RuntimeObject* value)
	{
		___currentEnum_0 = value;
		Il2CppCodeGenWriteBarrier((&___currentEnum_0), value);
	}

	inline static int32_t get_offset_of_hostEnum_1() { return static_cast<int32_t>(offsetof(EvidenceEnumerator_t1708166667, ___hostEnum_1)); }
	inline RuntimeObject* get_hostEnum_1() const { return ___hostEnum_1; }
	inline RuntimeObject** get_address_of_hostEnum_1() { return &___hostEnum_1; }
	inline void set_hostEnum_1(RuntimeObject* value)
	{
		___hostEnum_1 = value;
		Il2CppCodeGenWriteBarrier((&___hostEnum_1), value);
	}

	inline static int32_t get_offset_of_assemblyEnum_2() { return static_cast<int32_t>(offsetof(EvidenceEnumerator_t1708166667, ___assemblyEnum_2)); }
	inline RuntimeObject* get_assemblyEnum_2() const { return ___assemblyEnum_2; }
	inline RuntimeObject** get_address_of_assemblyEnum_2() { return &___assemblyEnum_2; }
	inline void set_assemblyEnum_2(RuntimeObject* value)
	{
		___assemblyEnum_2 = value;
		Il2CppCodeGenWriteBarrier((&___assemblyEnum_2), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVIDENCEENUMERATOR_T1708166667_H
#ifndef HASH_T5925575_H
#define HASH_T5925575_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Policy.Hash
struct  Hash_t5925575  : public RuntimeObject
{
public:
	// System.Reflection.Assembly System.Security.Policy.Hash::assembly
	Assembly_t * ___assembly_0;
	// System.Byte[] System.Security.Policy.Hash::data
	ByteU5BU5D_t4116647657* ___data_1;

public:
	inline static int32_t get_offset_of_assembly_0() { return static_cast<int32_t>(offsetof(Hash_t5925575, ___assembly_0)); }
	inline Assembly_t * get_assembly_0() const { return ___assembly_0; }
	inline Assembly_t ** get_address_of_assembly_0() { return &___assembly_0; }
	inline void set_assembly_0(Assembly_t * value)
	{
		___assembly_0 = value;
		Il2CppCodeGenWriteBarrier((&___assembly_0), value);
	}

	inline static int32_t get_offset_of_data_1() { return static_cast<int32_t>(offsetof(Hash_t5925575, ___data_1)); }
	inline ByteU5BU5D_t4116647657* get_data_1() const { return ___data_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_data_1() { return &___data_1; }
	inline void set_data_1(ByteU5BU5D_t4116647657* value)
	{
		___data_1 = value;
		Il2CppCodeGenWriteBarrier((&___data_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASH_T5925575_H
#ifndef ENCODERFALLBACKBUFFER_T3523102303_H
#define ENCODERFALLBACKBUFFER_T3523102303_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.EncoderFallbackBuffer
struct  EncoderFallbackBuffer_t3523102303  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERFALLBACKBUFFER_T3523102303_H
#ifndef STRONGNAME_T3675724614_H
#define STRONGNAME_T3675724614_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Policy.StrongName
struct  StrongName_t3675724614  : public RuntimeObject
{
public:
	// System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongName::publickey
	StrongNamePublicKeyBlob_t3355146440 * ___publickey_0;
	// System.String System.Security.Policy.StrongName::name
	String_t* ___name_1;
	// System.Version System.Security.Policy.StrongName::version
	Version_t3456873960 * ___version_2;

public:
	inline static int32_t get_offset_of_publickey_0() { return static_cast<int32_t>(offsetof(StrongName_t3675724614, ___publickey_0)); }
	inline StrongNamePublicKeyBlob_t3355146440 * get_publickey_0() const { return ___publickey_0; }
	inline StrongNamePublicKeyBlob_t3355146440 ** get_address_of_publickey_0() { return &___publickey_0; }
	inline void set_publickey_0(StrongNamePublicKeyBlob_t3355146440 * value)
	{
		___publickey_0 = value;
		Il2CppCodeGenWriteBarrier((&___publickey_0), value);
	}

	inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(StrongName_t3675724614, ___name_1)); }
	inline String_t* get_name_1() const { return ___name_1; }
	inline String_t** get_address_of_name_1() { return &___name_1; }
	inline void set_name_1(String_t* value)
	{
		___name_1 = value;
		Il2CppCodeGenWriteBarrier((&___name_1), value);
	}

	inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(StrongName_t3675724614, ___version_2)); }
	inline Version_t3456873960 * get_version_2() const { return ___version_2; }
	inline Version_t3456873960 ** get_address_of_version_2() { return &___version_2; }
	inline void set_version_2(Version_t3456873960 * value)
	{
		___version_2 = value;
		Il2CppCodeGenWriteBarrier((&___version_2), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRONGNAME_T3675724614_H
#ifndef VERSION_T3456873960_H
#define VERSION_T3456873960_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Version
struct  Version_t3456873960  : public RuntimeObject
{
public:
	// System.Int32 System.Version::_Major
	int32_t ____Major_1;
	// System.Int32 System.Version::_Minor
	int32_t ____Minor_2;
	// System.Int32 System.Version::_Build
	int32_t ____Build_3;
	// System.Int32 System.Version::_Revision
	int32_t ____Revision_4;

public:
	inline static int32_t get_offset_of__Major_1() { return static_cast<int32_t>(offsetof(Version_t3456873960, ____Major_1)); }
	inline int32_t get__Major_1() const { return ____Major_1; }
	inline int32_t* get_address_of__Major_1() { return &____Major_1; }
	inline void set__Major_1(int32_t value)
	{
		____Major_1 = value;
	}

	inline static int32_t get_offset_of__Minor_2() { return static_cast<int32_t>(offsetof(Version_t3456873960, ____Minor_2)); }
	inline int32_t get__Minor_2() const { return ____Minor_2; }
	inline int32_t* get_address_of__Minor_2() { return &____Minor_2; }
	inline void set__Minor_2(int32_t value)
	{
		____Minor_2 = value;
	}

	inline static int32_t get_offset_of__Build_3() { return static_cast<int32_t>(offsetof(Version_t3456873960, ____Build_3)); }
	inline int32_t get__Build_3() const { return ____Build_3; }
	inline int32_t* get_address_of__Build_3() { return &____Build_3; }
	inline void set__Build_3(int32_t value)
	{
		____Build_3 = value;
	}

	inline static int32_t get_offset_of__Revision_4() { return static_cast<int32_t>(offsetof(Version_t3456873960, ____Revision_4)); }
	inline int32_t get__Revision_4() const { return ____Revision_4; }
	inline int32_t* get_address_of__Revision_4() { return &____Revision_4; }
	inline void set__Revision_4(int32_t value)
	{
		____Revision_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VERSION_T3456873960_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Reflection.MemberInfo
struct  MemberInfo_t  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef STRINGCOMPARER_T3301955079_H
#define STRINGCOMPARER_T3301955079_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.StringComparer
struct  StringComparer_t3301955079  : public RuntimeObject
{
public:

public:
};

struct StringComparer_t3301955079_StaticFields
{
public:
	// System.StringComparer System.StringComparer::invariantCultureIgnoreCase
	StringComparer_t3301955079 * ___invariantCultureIgnoreCase_0;
	// System.StringComparer System.StringComparer::invariantCulture
	StringComparer_t3301955079 * ___invariantCulture_1;
	// System.StringComparer System.StringComparer::ordinalIgnoreCase
	StringComparer_t3301955079 * ___ordinalIgnoreCase_2;
	// System.StringComparer System.StringComparer::ordinal
	StringComparer_t3301955079 * ___ordinal_3;

public:
	inline static int32_t get_offset_of_invariantCultureIgnoreCase_0() { return static_cast<int32_t>(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCultureIgnoreCase_0)); }
	inline StringComparer_t3301955079 * get_invariantCultureIgnoreCase_0() const { return ___invariantCultureIgnoreCase_0; }
	inline StringComparer_t3301955079 ** get_address_of_invariantCultureIgnoreCase_0() { return &___invariantCultureIgnoreCase_0; }
	inline void set_invariantCultureIgnoreCase_0(StringComparer_t3301955079 * value)
	{
		___invariantCultureIgnoreCase_0 = value;
		Il2CppCodeGenWriteBarrier((&___invariantCultureIgnoreCase_0), value);
	}

	inline static int32_t get_offset_of_invariantCulture_1() { return static_cast<int32_t>(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCulture_1)); }
	inline StringComparer_t3301955079 * get_invariantCulture_1() const { return ___invariantCulture_1; }
	inline StringComparer_t3301955079 ** get_address_of_invariantCulture_1() { return &___invariantCulture_1; }
	inline void set_invariantCulture_1(StringComparer_t3301955079 * value)
	{
		___invariantCulture_1 = value;
		Il2CppCodeGenWriteBarrier((&___invariantCulture_1), value);
	}

	inline static int32_t get_offset_of_ordinalIgnoreCase_2() { return static_cast<int32_t>(offsetof(StringComparer_t3301955079_StaticFields, ___ordinalIgnoreCase_2)); }
	inline StringComparer_t3301955079 * get_ordinalIgnoreCase_2() const { return ___ordinalIgnoreCase_2; }
	inline StringComparer_t3301955079 ** get_address_of_ordinalIgnoreCase_2() { return &___ordinalIgnoreCase_2; }
	inline void set_ordinalIgnoreCase_2(StringComparer_t3301955079 * value)
	{
		___ordinalIgnoreCase_2 = value;
		Il2CppCodeGenWriteBarrier((&___ordinalIgnoreCase_2), value);
	}

	inline static int32_t get_offset_of_ordinal_3() { return static_cast<int32_t>(offsetof(StringComparer_t3301955079_StaticFields, ___ordinal_3)); }
	inline StringComparer_t3301955079 * get_ordinal_3() const { return ___ordinal_3; }
	inline StringComparer_t3301955079 ** get_address_of_ordinal_3() { return &___ordinal_3; }
	inline void set_ordinal_3(StringComparer_t3301955079 * value)
	{
		___ordinal_3 = value;
		Il2CppCodeGenWriteBarrier((&___ordinal_3), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARER_T3301955079_H
#ifndef SHACONSTANTS_T1360924992_H
#define SHACONSTANTS_T1360924992_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHAConstants
struct  SHAConstants_t1360924992  : public RuntimeObject
{
public:

public:
};

struct SHAConstants_t1360924992_StaticFields
{
public:
	// System.UInt32[] System.Security.Cryptography.SHAConstants::K1
	UInt32U5BU5D_t2770800703* ___K1_0;
	// System.UInt64[] System.Security.Cryptography.SHAConstants::K2
	UInt64U5BU5D_t1659327989* ___K2_1;

public:
	inline static int32_t get_offset_of_K1_0() { return static_cast<int32_t>(offsetof(SHAConstants_t1360924992_StaticFields, ___K1_0)); }
	inline UInt32U5BU5D_t2770800703* get_K1_0() const { return ___K1_0; }
	inline UInt32U5BU5D_t2770800703** get_address_of_K1_0() { return &___K1_0; }
	inline void set_K1_0(UInt32U5BU5D_t2770800703* value)
	{
		___K1_0 = value;
		Il2CppCodeGenWriteBarrier((&___K1_0), value);
	}

	inline static int32_t get_offset_of_K2_1() { return static_cast<int32_t>(offsetof(SHAConstants_t1360924992_StaticFields, ___K2_1)); }
	inline UInt64U5BU5D_t1659327989* get_K2_1() const { return ___K2_1; }
	inline UInt64U5BU5D_t1659327989** get_address_of_K2_1() { return &___K2_1; }
	inline void set_K2_1(UInt64U5BU5D_t1659327989* value)
	{
		___K2_1 = value;
		Il2CppCodeGenWriteBarrier((&___K2_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHACONSTANTS_T1360924992_H
#ifndef COMPRESSEDSTACK_T1202932761_H
#define COMPRESSEDSTACK_T1202932761_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Threading.CompressedStack
struct  CompressedStack_t1202932761  : public RuntimeObject
{
public:
	// System.Collections.ArrayList System.Threading.CompressedStack::_list
	ArrayList_t2718874744 * ____list_0;

public:
	inline static int32_t get_offset_of__list_0() { return static_cast<int32_t>(offsetof(CompressedStack_t1202932761, ____list_0)); }
	inline ArrayList_t2718874744 * get__list_0() const { return ____list_0; }
	inline ArrayList_t2718874744 ** get_address_of__list_0() { return &____list_0; }
	inline void set__list_0(ArrayList_t2718874744 * value)
	{
		____list_0 = value;
		Il2CppCodeGenWriteBarrier((&____list_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPRESSEDSTACK_T1202932761_H
#ifndef COMPAREINFO_T1092934962_H
#define COMPAREINFO_T1092934962_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Globalization.CompareInfo
struct  CompareInfo_t1092934962  : public RuntimeObject
{
public:
	// System.Int32 System.Globalization.CompareInfo::culture
	int32_t ___culture_1;
	// System.String System.Globalization.CompareInfo::icu_name
	String_t* ___icu_name_2;
	// System.Int32 System.Globalization.CompareInfo::win32LCID
	int32_t ___win32LCID_3;
	// System.String System.Globalization.CompareInfo::m_name
	String_t* ___m_name_4;
	// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator
	SimpleCollator_t2877834729 * ___collator_5;

public:
	inline static int32_t get_offset_of_culture_1() { return static_cast<int32_t>(offsetof(CompareInfo_t1092934962, ___culture_1)); }
	inline int32_t get_culture_1() const { return ___culture_1; }
	inline int32_t* get_address_of_culture_1() { return &___culture_1; }
	inline void set_culture_1(int32_t value)
	{
		___culture_1 = value;
	}

	inline static int32_t get_offset_of_icu_name_2() { return static_cast<int32_t>(offsetof(CompareInfo_t1092934962, ___icu_name_2)); }
	inline String_t* get_icu_name_2() const { return ___icu_name_2; }
	inline String_t** get_address_of_icu_name_2() { return &___icu_name_2; }
	inline void set_icu_name_2(String_t* value)
	{
		___icu_name_2 = value;
		Il2CppCodeGenWriteBarrier((&___icu_name_2), value);
	}

	inline static int32_t get_offset_of_win32LCID_3() { return static_cast<int32_t>(offsetof(CompareInfo_t1092934962, ___win32LCID_3)); }
	inline int32_t get_win32LCID_3() const { return ___win32LCID_3; }
	inline int32_t* get_address_of_win32LCID_3() { return &___win32LCID_3; }
	inline void set_win32LCID_3(int32_t value)
	{
		___win32LCID_3 = value;
	}

	inline static int32_t get_offset_of_m_name_4() { return static_cast<int32_t>(offsetof(CompareInfo_t1092934962, ___m_name_4)); }
	inline String_t* get_m_name_4() const { return ___m_name_4; }
	inline String_t** get_address_of_m_name_4() { return &___m_name_4; }
	inline void set_m_name_4(String_t* value)
	{
		___m_name_4 = value;
		Il2CppCodeGenWriteBarrier((&___m_name_4), value);
	}

	inline static int32_t get_offset_of_collator_5() { return static_cast<int32_t>(offsetof(CompareInfo_t1092934962, ___collator_5)); }
	inline SimpleCollator_t2877834729 * get_collator_5() const { return ___collator_5; }
	inline SimpleCollator_t2877834729 ** get_address_of_collator_5() { return &___collator_5; }
	inline void set_collator_5(SimpleCollator_t2877834729 * value)
	{
		___collator_5 = value;
		Il2CppCodeGenWriteBarrier((&___collator_5), value);
	}
};

struct CompareInfo_t1092934962_StaticFields
{
public:
	// System.Boolean System.Globalization.CompareInfo::useManagedCollation
	bool ___useManagedCollation_0;
	// System.Collections.Hashtable System.Globalization.CompareInfo::collators
	Hashtable_t1853889766 * ___collators_6;
	// System.Object System.Globalization.CompareInfo::monitor
	RuntimeObject * ___monitor_7;

public:
	inline static int32_t get_offset_of_useManagedCollation_0() { return static_cast<int32_t>(offsetof(CompareInfo_t1092934962_StaticFields, ___useManagedCollation_0)); }
	inline bool get_useManagedCollation_0() const { return ___useManagedCollation_0; }
	inline bool* get_address_of_useManagedCollation_0() { return &___useManagedCollation_0; }
	inline void set_useManagedCollation_0(bool value)
	{
		___useManagedCollation_0 = value;
	}

	inline static int32_t get_offset_of_collators_6() { return static_cast<int32_t>(offsetof(CompareInfo_t1092934962_StaticFields, ___collators_6)); }
	inline Hashtable_t1853889766 * get_collators_6() const { return ___collators_6; }
	inline Hashtable_t1853889766 ** get_address_of_collators_6() { return &___collators_6; }
	inline void set_collators_6(Hashtable_t1853889766 * value)
	{
		___collators_6 = value;
		Il2CppCodeGenWriteBarrier((&___collators_6), value);
	}

	inline static int32_t get_offset_of_monitor_7() { return static_cast<int32_t>(offsetof(CompareInfo_t1092934962_StaticFields, ___monitor_7)); }
	inline RuntimeObject * get_monitor_7() const { return ___monitor_7; }
	inline RuntimeObject ** get_address_of_monitor_7() { return &___monitor_7; }
	inline void set_monitor_7(RuntimeObject * value)
	{
		___monitor_7 = value;
		Il2CppCodeGenWriteBarrier((&___monitor_7), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPAREINFO_T1092934962_H
#ifndef EXECUTIONCONTEXT_T1748372627_H
#define EXECUTIONCONTEXT_T1748372627_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Threading.ExecutionContext
struct  ExecutionContext_t1748372627  : public RuntimeObject
{
public:
	// System.Security.SecurityContext System.Threading.ExecutionContext::_sc
	SecurityContext_t2435442044 * ____sc_0;
	// System.Boolean System.Threading.ExecutionContext::_suppressFlow
	bool ____suppressFlow_1;
	// System.Boolean System.Threading.ExecutionContext::_capture
	bool ____capture_2;

public:
	inline static int32_t get_offset_of__sc_0() { return static_cast<int32_t>(offsetof(ExecutionContext_t1748372627, ____sc_0)); }
	inline SecurityContext_t2435442044 * get__sc_0() const { return ____sc_0; }
	inline SecurityContext_t2435442044 ** get_address_of__sc_0() { return &____sc_0; }
	inline void set__sc_0(SecurityContext_t2435442044 * value)
	{
		____sc_0 = value;
		Il2CppCodeGenWriteBarrier((&____sc_0), value);
	}

	inline static int32_t get_offset_of__suppressFlow_1() { return static_cast<int32_t>(offsetof(ExecutionContext_t1748372627, ____suppressFlow_1)); }
	inline bool get__suppressFlow_1() const { return ____suppressFlow_1; }
	inline bool* get_address_of__suppressFlow_1() { return &____suppressFlow_1; }
	inline void set__suppressFlow_1(bool value)
	{
		____suppressFlow_1 = value;
	}

	inline static int32_t get_offset_of__capture_2() { return static_cast<int32_t>(offsetof(ExecutionContext_t1748372627, ____capture_2)); }
	inline bool get__capture_2() const { return ____capture_2; }
	inline bool* get_address_of__capture_2() { return &____capture_2; }
	inline void set__capture_2(bool value)
	{
		____capture_2 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EXECUTIONCONTEXT_T1748372627_H
#ifndef SHA1INTERNAL_T3251293021_H
#define SHA1INTERNAL_T3251293021_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA1Internal
struct  SHA1Internal_t3251293021  : public RuntimeObject
{
public:
	// System.UInt32[] System.Security.Cryptography.SHA1Internal::_H
	UInt32U5BU5D_t2770800703* ____H_0;
	// System.UInt64 System.Security.Cryptography.SHA1Internal::count
	uint64_t ___count_1;
	// System.Byte[] System.Security.Cryptography.SHA1Internal::_ProcessingBuffer
	ByteU5BU5D_t4116647657* ____ProcessingBuffer_2;
	// System.Int32 System.Security.Cryptography.SHA1Internal::_ProcessingBufferCount
	int32_t ____ProcessingBufferCount_3;
	// System.UInt32[] System.Security.Cryptography.SHA1Internal::buff
	UInt32U5BU5D_t2770800703* ___buff_4;

public:
	inline static int32_t get_offset_of__H_0() { return static_cast<int32_t>(offsetof(SHA1Internal_t3251293021, ____H_0)); }
	inline UInt32U5BU5D_t2770800703* get__H_0() const { return ____H_0; }
	inline UInt32U5BU5D_t2770800703** get_address_of__H_0() { return &____H_0; }
	inline void set__H_0(UInt32U5BU5D_t2770800703* value)
	{
		____H_0 = value;
		Il2CppCodeGenWriteBarrier((&____H_0), value);
	}

	inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(SHA1Internal_t3251293021, ___count_1)); }
	inline uint64_t get_count_1() const { return ___count_1; }
	inline uint64_t* get_address_of_count_1() { return &___count_1; }
	inline void set_count_1(uint64_t value)
	{
		___count_1 = value;
	}

	inline static int32_t get_offset_of__ProcessingBuffer_2() { return static_cast<int32_t>(offsetof(SHA1Internal_t3251293021, ____ProcessingBuffer_2)); }
	inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_2() const { return ____ProcessingBuffer_2; }
	inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_2() { return &____ProcessingBuffer_2; }
	inline void set__ProcessingBuffer_2(ByteU5BU5D_t4116647657* value)
	{
		____ProcessingBuffer_2 = value;
		Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_2), value);
	}

	inline static int32_t get_offset_of__ProcessingBufferCount_3() { return static_cast<int32_t>(offsetof(SHA1Internal_t3251293021, ____ProcessingBufferCount_3)); }
	inline int32_t get__ProcessingBufferCount_3() const { return ____ProcessingBufferCount_3; }
	inline int32_t* get_address_of__ProcessingBufferCount_3() { return &____ProcessingBufferCount_3; }
	inline void set__ProcessingBufferCount_3(int32_t value)
	{
		____ProcessingBufferCount_3 = value;
	}

	inline static int32_t get_offset_of_buff_4() { return static_cast<int32_t>(offsetof(SHA1Internal_t3251293021, ___buff_4)); }
	inline UInt32U5BU5D_t2770800703* get_buff_4() const { return ___buff_4; }
	inline UInt32U5BU5D_t2770800703** get_address_of_buff_4() { return &___buff_4; }
	inline void set_buff_4(UInt32U5BU5D_t2770800703* value)
	{
		___buff_4 = value;
		Il2CppCodeGenWriteBarrier((&___buff_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1INTERNAL_T3251293021_H
#ifndef CULTUREINFO_T4157843068_H
#define CULTUREINFO_T4157843068_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Globalization.CultureInfo
struct  CultureInfo_t4157843068  : public RuntimeObject
{
public:
	// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
	bool ___m_isReadOnly_7;
	// System.Int32 System.Globalization.CultureInfo::cultureID
	int32_t ___cultureID_8;
	// System.Int32 System.Globalization.CultureInfo::parent_lcid
	int32_t ___parent_lcid_9;
	// System.Int32 System.Globalization.CultureInfo::specific_lcid
	int32_t ___specific_lcid_10;
	// System.Int32 System.Globalization.CultureInfo::datetime_index
	int32_t ___datetime_index_11;
	// System.Int32 System.Globalization.CultureInfo::number_index
	int32_t ___number_index_12;
	// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
	bool ___m_useUserOverride_13;
	// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
	NumberFormatInfo_t435877138 * ___numInfo_14;
	// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
	DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15;
	// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
	TextInfo_t3810425522 * ___textInfo_16;
	// System.String System.Globalization.CultureInfo::m_name
	String_t* ___m_name_17;
	// System.String System.Globalization.CultureInfo::displayname
	String_t* ___displayname_18;
	// System.String System.Globalization.CultureInfo::englishname
	String_t* ___englishname_19;
	// System.String System.Globalization.CultureInfo::nativename
	String_t* ___nativename_20;
	// System.String System.Globalization.CultureInfo::iso3lang
	String_t* ___iso3lang_21;
	// System.String System.Globalization.CultureInfo::iso2lang
	String_t* ___iso2lang_22;
	// System.String System.Globalization.CultureInfo::icu_name
	String_t* ___icu_name_23;
	// System.String System.Globalization.CultureInfo::win3lang
	String_t* ___win3lang_24;
	// System.String System.Globalization.CultureInfo::territory
	String_t* ___territory_25;
	// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
	CompareInfo_t1092934962 * ___compareInfo_26;
	// System.Int32* System.Globalization.CultureInfo::calendar_data
	int32_t* ___calendar_data_27;
	// System.Void* System.Globalization.CultureInfo::textinfo_data
	void* ___textinfo_data_28;
	// System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars
	CalendarU5BU5D_t3985046076* ___optional_calendars_29;
	// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
	CultureInfo_t4157843068 * ___parent_culture_30;
	// System.Int32 System.Globalization.CultureInfo::m_dataItem
	int32_t ___m_dataItem_31;
	// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
	Calendar_t1661121569 * ___calendar_32;
	// System.Boolean System.Globalization.CultureInfo::constructed
	bool ___constructed_33;
	// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
	ByteU5BU5D_t4116647657* ___cached_serialized_form_34;

public:
	inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); }
	inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; }
	inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; }
	inline void set_m_isReadOnly_7(bool value)
	{
		___m_isReadOnly_7 = value;
	}

	inline static int32_t get_offset_of_cultureID_8() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___cultureID_8)); }
	inline int32_t get_cultureID_8() const { return ___cultureID_8; }
	inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; }
	inline void set_cultureID_8(int32_t value)
	{
		___cultureID_8 = value;
	}

	inline static int32_t get_offset_of_parent_lcid_9() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); }
	inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; }
	inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; }
	inline void set_parent_lcid_9(int32_t value)
	{
		___parent_lcid_9 = value;
	}

	inline static int32_t get_offset_of_specific_lcid_10() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); }
	inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; }
	inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; }
	inline void set_specific_lcid_10(int32_t value)
	{
		___specific_lcid_10 = value;
	}

	inline static int32_t get_offset_of_datetime_index_11() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); }
	inline int32_t get_datetime_index_11() const { return ___datetime_index_11; }
	inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; }
	inline void set_datetime_index_11(int32_t value)
	{
		___datetime_index_11 = value;
	}

	inline static int32_t get_offset_of_number_index_12() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___number_index_12)); }
	inline int32_t get_number_index_12() const { return ___number_index_12; }
	inline int32_t* get_address_of_number_index_12() { return &___number_index_12; }
	inline void set_number_index_12(int32_t value)
	{
		___number_index_12 = value;
	}

	inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); }
	inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; }
	inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; }
	inline void set_m_useUserOverride_13(bool value)
	{
		___m_useUserOverride_13 = value;
	}

	inline static int32_t get_offset_of_numInfo_14() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___numInfo_14)); }
	inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; }
	inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; }
	inline void set_numInfo_14(NumberFormatInfo_t435877138 * value)
	{
		___numInfo_14 = value;
		Il2CppCodeGenWriteBarrier((&___numInfo_14), value);
	}

	inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); }
	inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; }
	inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; }
	inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value)
	{
		___dateTimeInfo_15 = value;
		Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value);
	}

	inline static int32_t get_offset_of_textInfo_16() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___textInfo_16)); }
	inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; }
	inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; }
	inline void set_textInfo_16(TextInfo_t3810425522 * value)
	{
		___textInfo_16 = value;
		Il2CppCodeGenWriteBarrier((&___textInfo_16), value);
	}

	inline static int32_t get_offset_of_m_name_17() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___m_name_17)); }
	inline String_t* get_m_name_17() const { return ___m_name_17; }
	inline String_t** get_address_of_m_name_17() { return &___m_name_17; }
	inline void set_m_name_17(String_t* value)
	{
		___m_name_17 = value;
		Il2CppCodeGenWriteBarrier((&___m_name_17), value);
	}

	inline static int32_t get_offset_of_displayname_18() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___displayname_18)); }
	inline String_t* get_displayname_18() const { return ___displayname_18; }
	inline String_t** get_address_of_displayname_18() { return &___displayname_18; }
	inline void set_displayname_18(String_t* value)
	{
		___displayname_18 = value;
		Il2CppCodeGenWriteBarrier((&___displayname_18), value);
	}

	inline static int32_t get_offset_of_englishname_19() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___englishname_19)); }
	inline String_t* get_englishname_19() const { return ___englishname_19; }
	inline String_t** get_address_of_englishname_19() { return &___englishname_19; }
	inline void set_englishname_19(String_t* value)
	{
		___englishname_19 = value;
		Il2CppCodeGenWriteBarrier((&___englishname_19), value);
	}

	inline static int32_t get_offset_of_nativename_20() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___nativename_20)); }
	inline String_t* get_nativename_20() const { return ___nativename_20; }
	inline String_t** get_address_of_nativename_20() { return &___nativename_20; }
	inline void set_nativename_20(String_t* value)
	{
		___nativename_20 = value;
		Il2CppCodeGenWriteBarrier((&___nativename_20), value);
	}

	inline static int32_t get_offset_of_iso3lang_21() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); }
	inline String_t* get_iso3lang_21() const { return ___iso3lang_21; }
	inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; }
	inline void set_iso3lang_21(String_t* value)
	{
		___iso3lang_21 = value;
		Il2CppCodeGenWriteBarrier((&___iso3lang_21), value);
	}

	inline static int32_t get_offset_of_iso2lang_22() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); }
	inline String_t* get_iso2lang_22() const { return ___iso2lang_22; }
	inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; }
	inline void set_iso2lang_22(String_t* value)
	{
		___iso2lang_22 = value;
		Il2CppCodeGenWriteBarrier((&___iso2lang_22), value);
	}

	inline static int32_t get_offset_of_icu_name_23() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___icu_name_23)); }
	inline String_t* get_icu_name_23() const { return ___icu_name_23; }
	inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; }
	inline void set_icu_name_23(String_t* value)
	{
		___icu_name_23 = value;
		Il2CppCodeGenWriteBarrier((&___icu_name_23), value);
	}

	inline static int32_t get_offset_of_win3lang_24() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___win3lang_24)); }
	inline String_t* get_win3lang_24() const { return ___win3lang_24; }
	inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; }
	inline void set_win3lang_24(String_t* value)
	{
		___win3lang_24 = value;
		Il2CppCodeGenWriteBarrier((&___win3lang_24), value);
	}

	inline static int32_t get_offset_of_territory_25() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___territory_25)); }
	inline String_t* get_territory_25() const { return ___territory_25; }
	inline String_t** get_address_of_territory_25() { return &___territory_25; }
	inline void set_territory_25(String_t* value)
	{
		___territory_25 = value;
		Il2CppCodeGenWriteBarrier((&___territory_25), value);
	}

	inline static int32_t get_offset_of_compareInfo_26() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); }
	inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; }
	inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; }
	inline void set_compareInfo_26(CompareInfo_t1092934962 * value)
	{
		___compareInfo_26 = value;
		Il2CppCodeGenWriteBarrier((&___compareInfo_26), value);
	}

	inline static int32_t get_offset_of_calendar_data_27() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); }
	inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; }
	inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; }
	inline void set_calendar_data_27(int32_t* value)
	{
		___calendar_data_27 = value;
	}

	inline static int32_t get_offset_of_textinfo_data_28() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); }
	inline void* get_textinfo_data_28() const { return ___textinfo_data_28; }
	inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; }
	inline void set_textinfo_data_28(void* value)
	{
		___textinfo_data_28 = value;
	}

	inline static int32_t get_offset_of_optional_calendars_29() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); }
	inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; }
	inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; }
	inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value)
	{
		___optional_calendars_29 = value;
		Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value);
	}

	inline static int32_t get_offset_of_parent_culture_30() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); }
	inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; }
	inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; }
	inline void set_parent_culture_30(CultureInfo_t4157843068 * value)
	{
		___parent_culture_30 = value;
		Il2CppCodeGenWriteBarrier((&___parent_culture_30), value);
	}

	inline static int32_t get_offset_of_m_dataItem_31() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); }
	inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; }
	inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; }
	inline void set_m_dataItem_31(int32_t value)
	{
		___m_dataItem_31 = value;
	}

	inline static int32_t get_offset_of_calendar_32() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___calendar_32)); }
	inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; }
	inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; }
	inline void set_calendar_32(Calendar_t1661121569 * value)
	{
		___calendar_32 = value;
		Il2CppCodeGenWriteBarrier((&___calendar_32), value);
	}

	inline static int32_t get_offset_of_constructed_33() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___constructed_33)); }
	inline bool get_constructed_33() const { return ___constructed_33; }
	inline bool* get_address_of_constructed_33() { return &___constructed_33; }
	inline void set_constructed_33(bool value)
	{
		___constructed_33 = value;
	}

	inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); }
	inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; }
	inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; }
	inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value)
	{
		___cached_serialized_form_34 = value;
		Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value);
	}
};

struct CultureInfo_t4157843068_StaticFields
{
public:
	// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
	CultureInfo_t4157843068 * ___invariant_culture_info_4;
	// System.Object System.Globalization.CultureInfo::shared_table_lock
	RuntimeObject * ___shared_table_lock_5;
	// System.Int32 System.Globalization.CultureInfo::BootstrapCultureID
	int32_t ___BootstrapCultureID_6;
	// System.String System.Globalization.CultureInfo::MSG_READONLY
	String_t* ___MSG_READONLY_35;
	// System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number
	Hashtable_t1853889766 * ___shared_by_number_36;
	// System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name
	Hashtable_t1853889766 * ___shared_by_name_37;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Globalization.CultureInfo::<>f__switch$map19
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Globalization.CultureInfo::<>f__switch$map1A
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39;

public:
	inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); }
	inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; }
	inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; }
	inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value)
	{
		___invariant_culture_info_4 = value;
		Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value);
	}

	inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); }
	inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; }
	inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; }
	inline void set_shared_table_lock_5(RuntimeObject * value)
	{
		___shared_table_lock_5 = value;
		Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value);
	}

	inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); }
	inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; }
	inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; }
	inline void set_BootstrapCultureID_6(int32_t value)
	{
		___BootstrapCultureID_6 = value;
	}

	inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); }
	inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; }
	inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; }
	inline void set_MSG_READONLY_35(String_t* value)
	{
		___MSG_READONLY_35 = value;
		Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value);
	}

	inline static int32_t get_offset_of_shared_by_number_36() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); }
	inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; }
	inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; }
	inline void set_shared_by_number_36(Hashtable_t1853889766 * value)
	{
		___shared_by_number_36 = value;
		Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value);
	}

	inline static int32_t get_offset_of_shared_by_name_37() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); }
	inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; }
	inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; }
	inline void set_shared_by_name_37(Hashtable_t1853889766 * value)
	{
		___shared_by_name_37 = value;
		Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value);
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; }
	inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24map19_38 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value);
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast<int32_t>(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; }
	inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24map1A_39 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CULTUREINFO_T4157843068_H
#ifndef COLLECTIONBASE_T2727926298_H
#define COLLECTIONBASE_T2727926298_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Collections.CollectionBase
struct  CollectionBase_t2727926298  : public RuntimeObject
{
public:
	// System.Collections.ArrayList System.Collections.CollectionBase::list
	ArrayList_t2718874744 * ___list_0;

public:
	inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(CollectionBase_t2727926298, ___list_0)); }
	inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; }
	inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; }
	inline void set_list_0(ArrayList_t2718874744 * value)
	{
		___list_0 = value;
		Il2CppCodeGenWriteBarrier((&___list_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COLLECTIONBASE_T2727926298_H
#ifndef TOBASE64TRANSFORM_T2551557057_H
#define TOBASE64TRANSFORM_T2551557057_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.ToBase64Transform
struct  ToBase64Transform_t2551557057  : public RuntimeObject
{
public:
	// System.Boolean System.Security.Cryptography.ToBase64Transform::m_disposed
	bool ___m_disposed_0;

public:
	inline static int32_t get_offset_of_m_disposed_0() { return static_cast<int32_t>(offsetof(ToBase64Transform_t2551557057, ___m_disposed_0)); }
	inline bool get_m_disposed_0() const { return ___m_disposed_0; }
	inline bool* get_address_of_m_disposed_0() { return &___m_disposed_0; }
	inline void set_m_disposed_0(bool value)
	{
		___m_disposed_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TOBASE64TRANSFORM_T2551557057_H
#ifndef ARRAYLIST_T2718874744_H
#define ARRAYLIST_T2718874744_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Collections.ArrayList
struct  ArrayList_t2718874744  : public RuntimeObject
{
public:
	// System.Int32 System.Collections.ArrayList::_size
	int32_t ____size_1;
	// System.Object[] System.Collections.ArrayList::_items
	ObjectU5BU5D_t2843939325* ____items_2;
	// System.Int32 System.Collections.ArrayList::_version
	int32_t ____version_3;

public:
	inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t2718874744, ____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__items_2() { return static_cast<int32_t>(offsetof(ArrayList_t2718874744, ____items_2)); }
	inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; }
	inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; }
	inline void set__items_2(ObjectU5BU5D_t2843939325* value)
	{
		____items_2 = value;
		Il2CppCodeGenWriteBarrier((&____items_2), value);
	}

	inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(ArrayList_t2718874744, ____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;
	}
};

struct ArrayList_t2718874744_StaticFields
{
public:
	// System.Object[] System.Collections.ArrayList::EmptyArray
	ObjectU5BU5D_t2843939325* ___EmptyArray_4;

public:
	inline static int32_t get_offset_of_EmptyArray_4() { return static_cast<int32_t>(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); }
	inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; }
	inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; }
	inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value)
	{
		___EmptyArray_4 = value;
		Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARRAYLIST_T2718874744_H
#ifndef EVIDENCE_T2008144148_H
#define EVIDENCE_T2008144148_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Policy.Evidence
struct  Evidence_t2008144148  : public RuntimeObject
{
public:
	// System.Boolean System.Security.Policy.Evidence::_locked
	bool ____locked_0;
	// System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList
	ArrayList_t2718874744 * ___hostEvidenceList_1;
	// System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList
	ArrayList_t2718874744 * ___assemblyEvidenceList_2;
	// System.Int32 System.Security.Policy.Evidence::_hashCode
	int32_t ____hashCode_3;

public:
	inline static int32_t get_offset_of__locked_0() { return static_cast<int32_t>(offsetof(Evidence_t2008144148, ____locked_0)); }
	inline bool get__locked_0() const { return ____locked_0; }
	inline bool* get_address_of__locked_0() { return &____locked_0; }
	inline void set__locked_0(bool value)
	{
		____locked_0 = value;
	}

	inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast<int32_t>(offsetof(Evidence_t2008144148, ___hostEvidenceList_1)); }
	inline ArrayList_t2718874744 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; }
	inline ArrayList_t2718874744 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; }
	inline void set_hostEvidenceList_1(ArrayList_t2718874744 * value)
	{
		___hostEvidenceList_1 = value;
		Il2CppCodeGenWriteBarrier((&___hostEvidenceList_1), value);
	}

	inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast<int32_t>(offsetof(Evidence_t2008144148, ___assemblyEvidenceList_2)); }
	inline ArrayList_t2718874744 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; }
	inline ArrayList_t2718874744 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; }
	inline void set_assemblyEvidenceList_2(ArrayList_t2718874744 * value)
	{
		___assemblyEvidenceList_2 = value;
		Il2CppCodeGenWriteBarrier((&___assemblyEvidenceList_2), value);
	}

	inline static int32_t get_offset_of__hashCode_3() { return static_cast<int32_t>(offsetof(Evidence_t2008144148, ____hashCode_3)); }
	inline int32_t get__hashCode_3() const { return ____hashCode_3; }
	inline int32_t* get_address_of__hashCode_3() { return &____hashCode_3; }
	inline void set__hashCode_3(int32_t value)
	{
		____hashCode_3 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVIDENCE_T2008144148_H
#ifndef LIST_1_T852832060_H
#define LIST_1_T852832060_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Collections.Generic.List`1<System.Security.Policy.StrongName>
struct  List_1_t852832060  : public RuntimeObject
{
public:
	// T[] System.Collections.Generic.List`1::_items
	StrongNameU5BU5D_t1449304291* ____items_1;
	// System.Int32 System.Collections.Generic.List`1::_size
	int32_t ____size_2;
	// System.Int32 System.Collections.Generic.List`1::_version
	int32_t ____version_3;

public:
	inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t852832060, ____items_1)); }
	inline StrongNameU5BU5D_t1449304291* get__items_1() const { return ____items_1; }
	inline StrongNameU5BU5D_t1449304291** get_address_of__items_1() { return &____items_1; }
	inline void set__items_1(StrongNameU5BU5D_t1449304291* value)
	{
		____items_1 = value;
		Il2CppCodeGenWriteBarrier((&____items_1), value);
	}

	inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t852832060, ____size_2)); }
	inline int32_t get__size_2() const { return ____size_2; }
	inline int32_t* get_address_of__size_2() { return &____size_2; }
	inline void set__size_2(int32_t value)
	{
		____size_2 = value;
	}

	inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t852832060, ____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;
	}
};

struct List_1_t852832060_StaticFields
{
public:
	// T[] System.Collections.Generic.List`1::EmptyArray
	StrongNameU5BU5D_t1449304291* ___EmptyArray_4;

public:
	inline static int32_t get_offset_of_EmptyArray_4() { return static_cast<int32_t>(offsetof(List_1_t852832060_StaticFields, ___EmptyArray_4)); }
	inline StrongNameU5BU5D_t1449304291* get_EmptyArray_4() const { return ___EmptyArray_4; }
	inline StrongNameU5BU5D_t1449304291** get_address_of_EmptyArray_4() { return &___EmptyArray_4; }
	inline void set_EmptyArray_4(StrongNameU5BU5D_t1449304291* value)
	{
		___EmptyArray_4 = value;
		Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T852832060_H
#ifndef PKCS12_T4101533060_H
#define PKCS12_T4101533060_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.X509.PKCS12
struct  PKCS12_t4101533060  : public RuntimeObject
{
public:
	// System.Byte[] Mono.Security.X509.PKCS12::_password
	ByteU5BU5D_t4116647657* ____password_1;
	// System.Collections.ArrayList Mono.Security.X509.PKCS12::_keyBags
	ArrayList_t2718874744 * ____keyBags_2;
	// System.Collections.ArrayList Mono.Security.X509.PKCS12::_secretBags
	ArrayList_t2718874744 * ____secretBags_3;
	// Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::_certs
	X509CertificateCollection_t1542168549 * ____certs_4;
	// System.Boolean Mono.Security.X509.PKCS12::_keyBagsChanged
	bool ____keyBagsChanged_5;
	// System.Boolean Mono.Security.X509.PKCS12::_secretBagsChanged
	bool ____secretBagsChanged_6;
	// System.Boolean Mono.Security.X509.PKCS12::_certsChanged
	bool ____certsChanged_7;
	// System.Int32 Mono.Security.X509.PKCS12::_iterations
	int32_t ____iterations_8;
	// System.Collections.ArrayList Mono.Security.X509.PKCS12::_safeBags
	ArrayList_t2718874744 * ____safeBags_9;
	// System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::_rng
	RandomNumberGenerator_t386037858 * ____rng_10;

public:
	inline static int32_t get_offset_of__password_1() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____password_1)); }
	inline ByteU5BU5D_t4116647657* get__password_1() const { return ____password_1; }
	inline ByteU5BU5D_t4116647657** get_address_of__password_1() { return &____password_1; }
	inline void set__password_1(ByteU5BU5D_t4116647657* value)
	{
		____password_1 = value;
		Il2CppCodeGenWriteBarrier((&____password_1), value);
	}

	inline static int32_t get_offset_of__keyBags_2() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____keyBags_2)); }
	inline ArrayList_t2718874744 * get__keyBags_2() const { return ____keyBags_2; }
	inline ArrayList_t2718874744 ** get_address_of__keyBags_2() { return &____keyBags_2; }
	inline void set__keyBags_2(ArrayList_t2718874744 * value)
	{
		____keyBags_2 = value;
		Il2CppCodeGenWriteBarrier((&____keyBags_2), value);
	}

	inline static int32_t get_offset_of__secretBags_3() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____secretBags_3)); }
	inline ArrayList_t2718874744 * get__secretBags_3() const { return ____secretBags_3; }
	inline ArrayList_t2718874744 ** get_address_of__secretBags_3() { return &____secretBags_3; }
	inline void set__secretBags_3(ArrayList_t2718874744 * value)
	{
		____secretBags_3 = value;
		Il2CppCodeGenWriteBarrier((&____secretBags_3), value);
	}

	inline static int32_t get_offset_of__certs_4() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____certs_4)); }
	inline X509CertificateCollection_t1542168549 * get__certs_4() const { return ____certs_4; }
	inline X509CertificateCollection_t1542168549 ** get_address_of__certs_4() { return &____certs_4; }
	inline void set__certs_4(X509CertificateCollection_t1542168549 * value)
	{
		____certs_4 = value;
		Il2CppCodeGenWriteBarrier((&____certs_4), value);
	}

	inline static int32_t get_offset_of__keyBagsChanged_5() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____keyBagsChanged_5)); }
	inline bool get__keyBagsChanged_5() const { return ____keyBagsChanged_5; }
	inline bool* get_address_of__keyBagsChanged_5() { return &____keyBagsChanged_5; }
	inline void set__keyBagsChanged_5(bool value)
	{
		____keyBagsChanged_5 = value;
	}

	inline static int32_t get_offset_of__secretBagsChanged_6() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____secretBagsChanged_6)); }
	inline bool get__secretBagsChanged_6() const { return ____secretBagsChanged_6; }
	inline bool* get_address_of__secretBagsChanged_6() { return &____secretBagsChanged_6; }
	inline void set__secretBagsChanged_6(bool value)
	{
		____secretBagsChanged_6 = value;
	}

	inline static int32_t get_offset_of__certsChanged_7() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____certsChanged_7)); }
	inline bool get__certsChanged_7() const { return ____certsChanged_7; }
	inline bool* get_address_of__certsChanged_7() { return &____certsChanged_7; }
	inline void set__certsChanged_7(bool value)
	{
		____certsChanged_7 = value;
	}

	inline static int32_t get_offset_of__iterations_8() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____iterations_8)); }
	inline int32_t get__iterations_8() const { return ____iterations_8; }
	inline int32_t* get_address_of__iterations_8() { return &____iterations_8; }
	inline void set__iterations_8(int32_t value)
	{
		____iterations_8 = value;
	}

	inline static int32_t get_offset_of__safeBags_9() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____safeBags_9)); }
	inline ArrayList_t2718874744 * get__safeBags_9() const { return ____safeBags_9; }
	inline ArrayList_t2718874744 ** get_address_of__safeBags_9() { return &____safeBags_9; }
	inline void set__safeBags_9(ArrayList_t2718874744 * value)
	{
		____safeBags_9 = value;
		Il2CppCodeGenWriteBarrier((&____safeBags_9), value);
	}

	inline static int32_t get_offset_of__rng_10() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060, ____rng_10)); }
	inline RandomNumberGenerator_t386037858 * get__rng_10() const { return ____rng_10; }
	inline RandomNumberGenerator_t386037858 ** get_address_of__rng_10() { return &____rng_10; }
	inline void set__rng_10(RandomNumberGenerator_t386037858 * value)
	{
		____rng_10 = value;
		Il2CppCodeGenWriteBarrier((&____rng_10), value);
	}
};

struct PKCS12_t4101533060_StaticFields
{
public:
	// System.Int32 Mono.Security.X509.PKCS12::recommendedIterationCount
	int32_t ___recommendedIterationCount_0;
	// System.Int32 Mono.Security.X509.PKCS12::password_max_length
	int32_t ___password_max_length_11;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Security.X509.PKCS12::<>f__switch$map8
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_12;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Security.X509.PKCS12::<>f__switch$map9
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map9_13;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Security.X509.PKCS12::<>f__switch$mapA
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapA_14;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Security.X509.PKCS12::<>f__switch$mapB
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapB_15;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Security.X509.PKCS12::<>f__switch$mapF
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapF_16;

public:
	inline static int32_t get_offset_of_recommendedIterationCount_0() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060_StaticFields, ___recommendedIterationCount_0)); }
	inline int32_t get_recommendedIterationCount_0() const { return ___recommendedIterationCount_0; }
	inline int32_t* get_address_of_recommendedIterationCount_0() { return &___recommendedIterationCount_0; }
	inline void set_recommendedIterationCount_0(int32_t value)
	{
		___recommendedIterationCount_0 = value;
	}

	inline static int32_t get_offset_of_password_max_length_11() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060_StaticFields, ___password_max_length_11)); }
	inline int32_t get_password_max_length_11() const { return ___password_max_length_11; }
	inline int32_t* get_address_of_password_max_length_11() { return &___password_max_length_11; }
	inline void set_password_max_length_11(int32_t value)
	{
		___password_max_length_11 = value;
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_12() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24map8_12)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_12() const { return ___U3CU3Ef__switchU24map8_12; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_12() { return &___U3CU3Ef__switchU24map8_12; }
	inline void set_U3CU3Ef__switchU24map8_12(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24map8_12 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_12), value);
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24map9_13() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24map9_13)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map9_13() const { return ___U3CU3Ef__switchU24map9_13; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map9_13() { return &___U3CU3Ef__switchU24map9_13; }
	inline void set_U3CU3Ef__switchU24map9_13(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24map9_13 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map9_13), value);
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24mapA_14() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapA_14)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapA_14() const { return ___U3CU3Ef__switchU24mapA_14; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapA_14() { return &___U3CU3Ef__switchU24mapA_14; }
	inline void set_U3CU3Ef__switchU24mapA_14(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24mapA_14 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapA_14), value);
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24mapB_15() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapB_15)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapB_15() const { return ___U3CU3Ef__switchU24mapB_15; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapB_15() { return &___U3CU3Ef__switchU24mapB_15; }
	inline void set_U3CU3Ef__switchU24mapB_15(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24mapB_15 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapB_15), value);
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24mapF_16() { return static_cast<int32_t>(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapF_16)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapF_16() const { return ___U3CU3Ef__switchU24mapF_16; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapF_16() { return &___U3CU3Ef__switchU24mapF_16; }
	inline void set_U3CU3Ef__switchU24mapF_16(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24mapF_16 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapF_16), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PKCS12_T4101533060_H
#ifndef ASN1_T2114160832_H
#define ASN1_T2114160832_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.ASN1
struct  ASN1_t2114160832  : public RuntimeObject
{
public:
	// System.Byte Mono.Security.ASN1::m_nTag
	uint8_t ___m_nTag_0;
	// System.Byte[] Mono.Security.ASN1::m_aValue
	ByteU5BU5D_t4116647657* ___m_aValue_1;
	// System.Collections.ArrayList Mono.Security.ASN1::elist
	ArrayList_t2718874744 * ___elist_2;

public:
	inline static int32_t get_offset_of_m_nTag_0() { return static_cast<int32_t>(offsetof(ASN1_t2114160832, ___m_nTag_0)); }
	inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; }
	inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; }
	inline void set_m_nTag_0(uint8_t value)
	{
		___m_nTag_0 = value;
	}

	inline static int32_t get_offset_of_m_aValue_1() { return static_cast<int32_t>(offsetof(ASN1_t2114160832, ___m_aValue_1)); }
	inline ByteU5BU5D_t4116647657* get_m_aValue_1() const { return ___m_aValue_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_m_aValue_1() { return &___m_aValue_1; }
	inline void set_m_aValue_1(ByteU5BU5D_t4116647657* value)
	{
		___m_aValue_1 = value;
		Il2CppCodeGenWriteBarrier((&___m_aValue_1), value);
	}

	inline static int32_t get_offset_of_elist_2() { return static_cast<int32_t>(offsetof(ASN1_t2114160832, ___elist_2)); }
	inline ArrayList_t2718874744 * get_elist_2() const { return ___elist_2; }
	inline ArrayList_t2718874744 ** get_address_of_elist_2() { return &___elist_2; }
	inline void set_elist_2(ArrayList_t2718874744 * value)
	{
		___elist_2 = value;
		Il2CppCodeGenWriteBarrier((&___elist_2), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASN1_T2114160832_H
#ifndef DECODERFALLBACK_T3123823036_H
#define DECODERFALLBACK_T3123823036_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.DecoderFallback
struct  DecoderFallback_t3123823036  : public RuntimeObject
{
public:

public:
};

struct DecoderFallback_t3123823036_StaticFields
{
public:
	// System.Text.DecoderFallback System.Text.DecoderFallback::exception_fallback
	DecoderFallback_t3123823036 * ___exception_fallback_0;
	// System.Text.DecoderFallback System.Text.DecoderFallback::replacement_fallback
	DecoderFallback_t3123823036 * ___replacement_fallback_1;
	// System.Text.DecoderFallback System.Text.DecoderFallback::standard_safe_fallback
	DecoderFallback_t3123823036 * ___standard_safe_fallback_2;

public:
	inline static int32_t get_offset_of_exception_fallback_0() { return static_cast<int32_t>(offsetof(DecoderFallback_t3123823036_StaticFields, ___exception_fallback_0)); }
	inline DecoderFallback_t3123823036 * get_exception_fallback_0() const { return ___exception_fallback_0; }
	inline DecoderFallback_t3123823036 ** get_address_of_exception_fallback_0() { return &___exception_fallback_0; }
	inline void set_exception_fallback_0(DecoderFallback_t3123823036 * value)
	{
		___exception_fallback_0 = value;
		Il2CppCodeGenWriteBarrier((&___exception_fallback_0), value);
	}

	inline static int32_t get_offset_of_replacement_fallback_1() { return static_cast<int32_t>(offsetof(DecoderFallback_t3123823036_StaticFields, ___replacement_fallback_1)); }
	inline DecoderFallback_t3123823036 * get_replacement_fallback_1() const { return ___replacement_fallback_1; }
	inline DecoderFallback_t3123823036 ** get_address_of_replacement_fallback_1() { return &___replacement_fallback_1; }
	inline void set_replacement_fallback_1(DecoderFallback_t3123823036 * value)
	{
		___replacement_fallback_1 = value;
		Il2CppCodeGenWriteBarrier((&___replacement_fallback_1), value);
	}

	inline static int32_t get_offset_of_standard_safe_fallback_2() { return static_cast<int32_t>(offsetof(DecoderFallback_t3123823036_StaticFields, ___standard_safe_fallback_2)); }
	inline DecoderFallback_t3123823036 * get_standard_safe_fallback_2() const { return ___standard_safe_fallback_2; }
	inline DecoderFallback_t3123823036 ** get_address_of_standard_safe_fallback_2() { return &___standard_safe_fallback_2; }
	inline void set_standard_safe_fallback_2(DecoderFallback_t3123823036 * value)
	{
		___standard_safe_fallback_2 = value;
		Il2CppCodeGenWriteBarrier((&___standard_safe_fallback_2), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERFALLBACK_T3123823036_H
#ifndef DECODERFALLBACKBUFFER_T2402303981_H
#define DECODERFALLBACKBUFFER_T2402303981_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.DecoderFallbackBuffer
struct  DecoderFallbackBuffer_t2402303981  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERFALLBACKBUFFER_T2402303981_H
#ifndef VALUETYPE_T3640485471_H
#define VALUETYPE_T3640485471_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.ValueType
struct  ValueType_t3640485471  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t3640485471_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t3640485471_marshaled_com
{
};
#endif // VALUETYPE_T3640485471_H
#ifndef CODEACCESSPERMISSION_T2681295399_H
#define CODEACCESSPERMISSION_T2681295399_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.CodeAccessPermission
struct  CodeAccessPermission_t2681295399  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CODEACCESSPERMISSION_T2681295399_H
#ifndef SERIALIZATIONINFO_T950877179_H
#define SERIALIZATIONINFO_T950877179_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Runtime.Serialization.SerializationInfo
struct  SerializationInfo_t950877179  : public RuntimeObject
{
public:
	// System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized
	Hashtable_t1853889766 * ___serialized_0;
	// System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values
	ArrayList_t2718874744 * ___values_1;
	// System.String System.Runtime.Serialization.SerializationInfo::assemblyName
	String_t* ___assemblyName_2;
	// System.String System.Runtime.Serialization.SerializationInfo::fullTypeName
	String_t* ___fullTypeName_3;
	// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter
	RuntimeObject* ___converter_4;

public:
	inline static int32_t get_offset_of_serialized_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t950877179, ___serialized_0)); }
	inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; }
	inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; }
	inline void set_serialized_0(Hashtable_t1853889766 * value)
	{
		___serialized_0 = value;
		Il2CppCodeGenWriteBarrier((&___serialized_0), value);
	}

	inline static int32_t get_offset_of_values_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t950877179, ___values_1)); }
	inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; }
	inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; }
	inline void set_values_1(ArrayList_t2718874744 * value)
	{
		___values_1 = value;
		Il2CppCodeGenWriteBarrier((&___values_1), value);
	}

	inline static int32_t get_offset_of_assemblyName_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); }
	inline String_t* get_assemblyName_2() const { return ___assemblyName_2; }
	inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; }
	inline void set_assemblyName_2(String_t* value)
	{
		___assemblyName_2 = value;
		Il2CppCodeGenWriteBarrier((&___assemblyName_2), value);
	}

	inline static int32_t get_offset_of_fullTypeName_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); }
	inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; }
	inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; }
	inline void set_fullTypeName_3(String_t* value)
	{
		___fullTypeName_3 = value;
		Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value);
	}

	inline static int32_t get_offset_of_converter_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t950877179, ___converter_4)); }
	inline RuntimeObject* get_converter_4() const { return ___converter_4; }
	inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; }
	inline void set_converter_4(RuntimeObject* value)
	{
		___converter_4 = value;
		Il2CppCodeGenWriteBarrier((&___converter_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T950877179_H
#ifndef SECURITYELEMENT_T1046076091_H
#define SECURITYELEMENT_T1046076091_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecurityElement
struct  SecurityElement_t1046076091  : public RuntimeObject
{
public:
	// System.String System.Security.SecurityElement::text
	String_t* ___text_0;
	// System.String System.Security.SecurityElement::tag
	String_t* ___tag_1;
	// System.Collections.ArrayList System.Security.SecurityElement::attributes
	ArrayList_t2718874744 * ___attributes_2;
	// System.Collections.ArrayList System.Security.SecurityElement::children
	ArrayList_t2718874744 * ___children_3;

public:
	inline static int32_t get_offset_of_text_0() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091, ___text_0)); }
	inline String_t* get_text_0() const { return ___text_0; }
	inline String_t** get_address_of_text_0() { return &___text_0; }
	inline void set_text_0(String_t* value)
	{
		___text_0 = value;
		Il2CppCodeGenWriteBarrier((&___text_0), value);
	}

	inline static int32_t get_offset_of_tag_1() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091, ___tag_1)); }
	inline String_t* get_tag_1() const { return ___tag_1; }
	inline String_t** get_address_of_tag_1() { return &___tag_1; }
	inline void set_tag_1(String_t* value)
	{
		___tag_1 = value;
		Il2CppCodeGenWriteBarrier((&___tag_1), value);
	}

	inline static int32_t get_offset_of_attributes_2() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091, ___attributes_2)); }
	inline ArrayList_t2718874744 * get_attributes_2() const { return ___attributes_2; }
	inline ArrayList_t2718874744 ** get_address_of_attributes_2() { return &___attributes_2; }
	inline void set_attributes_2(ArrayList_t2718874744 * value)
	{
		___attributes_2 = value;
		Il2CppCodeGenWriteBarrier((&___attributes_2), value);
	}

	inline static int32_t get_offset_of_children_3() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091, ___children_3)); }
	inline ArrayList_t2718874744 * get_children_3() const { return ___children_3; }
	inline ArrayList_t2718874744 ** get_address_of_children_3() { return &___children_3; }
	inline void set_children_3(ArrayList_t2718874744 * value)
	{
		___children_3 = value;
		Il2CppCodeGenWriteBarrier((&___children_3), value);
	}
};

struct SecurityElement_t1046076091_StaticFields
{
public:
	// System.Char[] System.Security.SecurityElement::invalid_tag_chars
	CharU5BU5D_t3528271667* ___invalid_tag_chars_4;
	// System.Char[] System.Security.SecurityElement::invalid_text_chars
	CharU5BU5D_t3528271667* ___invalid_text_chars_5;
	// System.Char[] System.Security.SecurityElement::invalid_attr_name_chars
	CharU5BU5D_t3528271667* ___invalid_attr_name_chars_6;
	// System.Char[] System.Security.SecurityElement::invalid_attr_value_chars
	CharU5BU5D_t3528271667* ___invalid_attr_value_chars_7;
	// System.Char[] System.Security.SecurityElement::invalid_chars
	CharU5BU5D_t3528271667* ___invalid_chars_8;

public:
	inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_tag_chars_4)); }
	inline CharU5BU5D_t3528271667* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; }
	inline CharU5BU5D_t3528271667** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; }
	inline void set_invalid_tag_chars_4(CharU5BU5D_t3528271667* value)
	{
		___invalid_tag_chars_4 = value;
		Il2CppCodeGenWriteBarrier((&___invalid_tag_chars_4), value);
	}

	inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_text_chars_5)); }
	inline CharU5BU5D_t3528271667* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; }
	inline CharU5BU5D_t3528271667** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; }
	inline void set_invalid_text_chars_5(CharU5BU5D_t3528271667* value)
	{
		___invalid_text_chars_5 = value;
		Il2CppCodeGenWriteBarrier((&___invalid_text_chars_5), value);
	}

	inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_attr_name_chars_6)); }
	inline CharU5BU5D_t3528271667* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; }
	inline CharU5BU5D_t3528271667** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; }
	inline void set_invalid_attr_name_chars_6(CharU5BU5D_t3528271667* value)
	{
		___invalid_attr_name_chars_6 = value;
		Il2CppCodeGenWriteBarrier((&___invalid_attr_name_chars_6), value);
	}

	inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_attr_value_chars_7)); }
	inline CharU5BU5D_t3528271667* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; }
	inline CharU5BU5D_t3528271667** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; }
	inline void set_invalid_attr_value_chars_7(CharU5BU5D_t3528271667* value)
	{
		___invalid_attr_value_chars_7 = value;
		Il2CppCodeGenWriteBarrier((&___invalid_attr_value_chars_7), value);
	}

	inline static int32_t get_offset_of_invalid_chars_8() { return static_cast<int32_t>(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_chars_8)); }
	inline CharU5BU5D_t3528271667* get_invalid_chars_8() const { return ___invalid_chars_8; }
	inline CharU5BU5D_t3528271667** get_address_of_invalid_chars_8() { return &___invalid_chars_8; }
	inline void set_invalid_chars_8(CharU5BU5D_t3528271667* value)
	{
		___invalid_chars_8 = value;
		Il2CppCodeGenWriteBarrier((&___invalid_chars_8), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYELEMENT_T1046076091_H
#ifndef X509CERTIFICATE_T713131622_H
#define X509CERTIFICATE_T713131622_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.X509Certificates.X509Certificate
struct  X509Certificate_t713131622  : public RuntimeObject
{
public:
	// Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate::x509
	X509Certificate_t489243024 * ___x509_0;
	// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates
	bool ___hideDates_1;
	// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::cachedCertificateHash
	ByteU5BU5D_t4116647657* ___cachedCertificateHash_2;
	// System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name
	String_t* ___issuer_name_3;
	// System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name
	String_t* ___subject_name_4;

public:
	inline static int32_t get_offset_of_x509_0() { return static_cast<int32_t>(offsetof(X509Certificate_t713131622, ___x509_0)); }
	inline X509Certificate_t489243024 * get_x509_0() const { return ___x509_0; }
	inline X509Certificate_t489243024 ** get_address_of_x509_0() { return &___x509_0; }
	inline void set_x509_0(X509Certificate_t489243024 * value)
	{
		___x509_0 = value;
		Il2CppCodeGenWriteBarrier((&___x509_0), value);
	}

	inline static int32_t get_offset_of_hideDates_1() { return static_cast<int32_t>(offsetof(X509Certificate_t713131622, ___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_cachedCertificateHash_2() { return static_cast<int32_t>(offsetof(X509Certificate_t713131622, ___cachedCertificateHash_2)); }
	inline ByteU5BU5D_t4116647657* get_cachedCertificateHash_2() const { return ___cachedCertificateHash_2; }
	inline ByteU5BU5D_t4116647657** get_address_of_cachedCertificateHash_2() { return &___cachedCertificateHash_2; }
	inline void set_cachedCertificateHash_2(ByteU5BU5D_t4116647657* value)
	{
		___cachedCertificateHash_2 = value;
		Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_2), value);
	}

	inline static int32_t get_offset_of_issuer_name_3() { return static_cast<int32_t>(offsetof(X509Certificate_t713131622, ___issuer_name_3)); }
	inline String_t* get_issuer_name_3() const { return ___issuer_name_3; }
	inline String_t** get_address_of_issuer_name_3() { return &___issuer_name_3; }
	inline void set_issuer_name_3(String_t* value)
	{
		___issuer_name_3 = value;
		Il2CppCodeGenWriteBarrier((&___issuer_name_3), value);
	}

	inline static int32_t get_offset_of_subject_name_4() { return static_cast<int32_t>(offsetof(X509Certificate_t713131622, ___subject_name_4)); }
	inline String_t* get_subject_name_4() const { return ___subject_name_4; }
	inline String_t** get_address_of_subject_name_4() { return &___subject_name_4; }
	inline void set_subject_name_4(String_t* value)
	{
		___subject_name_4 = value;
		Il2CppCodeGenWriteBarrier((&___subject_name_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE_T713131622_H
#ifndef SYMMETRICTRANSFORM_T3802591842_H
#define SYMMETRICTRANSFORM_T3802591842_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.SymmetricTransform
struct  SymmetricTransform_t3802591842  : public RuntimeObject
{
public:
	// System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo
	SymmetricAlgorithm_t4254223087 * ___algo_0;
	// System.Boolean Mono.Security.Cryptography.SymmetricTransform::encrypt
	bool ___encrypt_1;
	// System.Int32 Mono.Security.Cryptography.SymmetricTransform::BlockSizeByte
	int32_t ___BlockSizeByte_2;
	// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp
	ByteU5BU5D_t4116647657* ___temp_3;
	// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2
	ByteU5BU5D_t4116647657* ___temp2_4;
	// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff
	ByteU5BU5D_t4116647657* ___workBuff_5;
	// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout
	ByteU5BU5D_t4116647657* ___workout_6;
	// System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte
	int32_t ___FeedBackByte_7;
	// System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackIter
	int32_t ___FeedBackIter_8;
	// System.Boolean Mono.Security.Cryptography.SymmetricTransform::m_disposed
	bool ___m_disposed_9;
	// System.Boolean Mono.Security.Cryptography.SymmetricTransform::lastBlock
	bool ___lastBlock_10;
	// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.SymmetricTransform::_rng
	RandomNumberGenerator_t386037858 * ____rng_11;

public:
	inline static int32_t get_offset_of_algo_0() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___algo_0)); }
	inline SymmetricAlgorithm_t4254223087 * get_algo_0() const { return ___algo_0; }
	inline SymmetricAlgorithm_t4254223087 ** get_address_of_algo_0() { return &___algo_0; }
	inline void set_algo_0(SymmetricAlgorithm_t4254223087 * value)
	{
		___algo_0 = value;
		Il2CppCodeGenWriteBarrier((&___algo_0), value);
	}

	inline static int32_t get_offset_of_encrypt_1() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___encrypt_1)); }
	inline bool get_encrypt_1() const { return ___encrypt_1; }
	inline bool* get_address_of_encrypt_1() { return &___encrypt_1; }
	inline void set_encrypt_1(bool value)
	{
		___encrypt_1 = value;
	}

	inline static int32_t get_offset_of_BlockSizeByte_2() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___BlockSizeByte_2)); }
	inline int32_t get_BlockSizeByte_2() const { return ___BlockSizeByte_2; }
	inline int32_t* get_address_of_BlockSizeByte_2() { return &___BlockSizeByte_2; }
	inline void set_BlockSizeByte_2(int32_t value)
	{
		___BlockSizeByte_2 = value;
	}

	inline static int32_t get_offset_of_temp_3() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___temp_3)); }
	inline ByteU5BU5D_t4116647657* get_temp_3() const { return ___temp_3; }
	inline ByteU5BU5D_t4116647657** get_address_of_temp_3() { return &___temp_3; }
	inline void set_temp_3(ByteU5BU5D_t4116647657* value)
	{
		___temp_3 = value;
		Il2CppCodeGenWriteBarrier((&___temp_3), value);
	}

	inline static int32_t get_offset_of_temp2_4() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___temp2_4)); }
	inline ByteU5BU5D_t4116647657* get_temp2_4() const { return ___temp2_4; }
	inline ByteU5BU5D_t4116647657** get_address_of_temp2_4() { return &___temp2_4; }
	inline void set_temp2_4(ByteU5BU5D_t4116647657* value)
	{
		___temp2_4 = value;
		Il2CppCodeGenWriteBarrier((&___temp2_4), value);
	}

	inline static int32_t get_offset_of_workBuff_5() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___workBuff_5)); }
	inline ByteU5BU5D_t4116647657* get_workBuff_5() const { return ___workBuff_5; }
	inline ByteU5BU5D_t4116647657** get_address_of_workBuff_5() { return &___workBuff_5; }
	inline void set_workBuff_5(ByteU5BU5D_t4116647657* value)
	{
		___workBuff_5 = value;
		Il2CppCodeGenWriteBarrier((&___workBuff_5), value);
	}

	inline static int32_t get_offset_of_workout_6() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___workout_6)); }
	inline ByteU5BU5D_t4116647657* get_workout_6() const { return ___workout_6; }
	inline ByteU5BU5D_t4116647657** get_address_of_workout_6() { return &___workout_6; }
	inline void set_workout_6(ByteU5BU5D_t4116647657* value)
	{
		___workout_6 = value;
		Il2CppCodeGenWriteBarrier((&___workout_6), value);
	}

	inline static int32_t get_offset_of_FeedBackByte_7() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___FeedBackByte_7)); }
	inline int32_t get_FeedBackByte_7() const { return ___FeedBackByte_7; }
	inline int32_t* get_address_of_FeedBackByte_7() { return &___FeedBackByte_7; }
	inline void set_FeedBackByte_7(int32_t value)
	{
		___FeedBackByte_7 = value;
	}

	inline static int32_t get_offset_of_FeedBackIter_8() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___FeedBackIter_8)); }
	inline int32_t get_FeedBackIter_8() const { return ___FeedBackIter_8; }
	inline int32_t* get_address_of_FeedBackIter_8() { return &___FeedBackIter_8; }
	inline void set_FeedBackIter_8(int32_t value)
	{
		___FeedBackIter_8 = value;
	}

	inline static int32_t get_offset_of_m_disposed_9() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___m_disposed_9)); }
	inline bool get_m_disposed_9() const { return ___m_disposed_9; }
	inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; }
	inline void set_m_disposed_9(bool value)
	{
		___m_disposed_9 = value;
	}

	inline static int32_t get_offset_of_lastBlock_10() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ___lastBlock_10)); }
	inline bool get_lastBlock_10() const { return ___lastBlock_10; }
	inline bool* get_address_of_lastBlock_10() { return &___lastBlock_10; }
	inline void set_lastBlock_10(bool value)
	{
		___lastBlock_10 = value;
	}

	inline static int32_t get_offset_of__rng_11() { return static_cast<int32_t>(offsetof(SymmetricTransform_t3802591842, ____rng_11)); }
	inline RandomNumberGenerator_t386037858 * get__rng_11() const { return ____rng_11; }
	inline RandomNumberGenerator_t386037858 ** get_address_of__rng_11() { return &____rng_11; }
	inline void set__rng_11(RandomNumberGenerator_t386037858 * value)
	{
		____rng_11 = value;
		Il2CppCodeGenWriteBarrier((&____rng_11), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYMMETRICTRANSFORM_T3802591842_H
#ifndef ENCODERFALLBACK_T1188251036_H
#define ENCODERFALLBACK_T1188251036_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.EncoderFallback
struct  EncoderFallback_t1188251036  : public RuntimeObject
{
public:

public:
};

struct EncoderFallback_t1188251036_StaticFields
{
public:
	// System.Text.EncoderFallback System.Text.EncoderFallback::exception_fallback
	EncoderFallback_t1188251036 * ___exception_fallback_0;
	// System.Text.EncoderFallback System.Text.EncoderFallback::replacement_fallback
	EncoderFallback_t1188251036 * ___replacement_fallback_1;
	// System.Text.EncoderFallback System.Text.EncoderFallback::standard_safe_fallback
	EncoderFallback_t1188251036 * ___standard_safe_fallback_2;

public:
	inline static int32_t get_offset_of_exception_fallback_0() { return static_cast<int32_t>(offsetof(EncoderFallback_t1188251036_StaticFields, ___exception_fallback_0)); }
	inline EncoderFallback_t1188251036 * get_exception_fallback_0() const { return ___exception_fallback_0; }
	inline EncoderFallback_t1188251036 ** get_address_of_exception_fallback_0() { return &___exception_fallback_0; }
	inline void set_exception_fallback_0(EncoderFallback_t1188251036 * value)
	{
		___exception_fallback_0 = value;
		Il2CppCodeGenWriteBarrier((&___exception_fallback_0), value);
	}

	inline static int32_t get_offset_of_replacement_fallback_1() { return static_cast<int32_t>(offsetof(EncoderFallback_t1188251036_StaticFields, ___replacement_fallback_1)); }
	inline EncoderFallback_t1188251036 * get_replacement_fallback_1() const { return ___replacement_fallback_1; }
	inline EncoderFallback_t1188251036 ** get_address_of_replacement_fallback_1() { return &___replacement_fallback_1; }
	inline void set_replacement_fallback_1(EncoderFallback_t1188251036 * value)
	{
		___replacement_fallback_1 = value;
		Il2CppCodeGenWriteBarrier((&___replacement_fallback_1), value);
	}

	inline static int32_t get_offset_of_standard_safe_fallback_2() { return static_cast<int32_t>(offsetof(EncoderFallback_t1188251036_StaticFields, ___standard_safe_fallback_2)); }
	inline EncoderFallback_t1188251036 * get_standard_safe_fallback_2() const { return ___standard_safe_fallback_2; }
	inline EncoderFallback_t1188251036 ** get_address_of_standard_safe_fallback_2() { return &___standard_safe_fallback_2; }
	inline void set_standard_safe_fallback_2(EncoderFallback_t1188251036 * value)
	{
		___standard_safe_fallback_2 = value;
		Il2CppCodeGenWriteBarrier((&___standard_safe_fallback_2), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERFALLBACK_T1188251036_H
#ifndef STRONGNAMEPUBLICKEYBLOB_T3355146440_H
#define STRONGNAMEPUBLICKEYBLOB_T3355146440_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Permissions.StrongNamePublicKeyBlob
struct  StrongNamePublicKeyBlob_t3355146440  : public RuntimeObject
{
public:
	// System.Byte[] System.Security.Permissions.StrongNamePublicKeyBlob::pubkey
	ByteU5BU5D_t4116647657* ___pubkey_0;

public:
	inline static int32_t get_offset_of_pubkey_0() { return static_cast<int32_t>(offsetof(StrongNamePublicKeyBlob_t3355146440, ___pubkey_0)); }
	inline ByteU5BU5D_t4116647657* get_pubkey_0() const { return ___pubkey_0; }
	inline ByteU5BU5D_t4116647657** get_address_of_pubkey_0() { return &___pubkey_0; }
	inline void set_pubkey_0(ByteU5BU5D_t4116647657* value)
	{
		___pubkey_0 = value;
		Il2CppCodeGenWriteBarrier((&___pubkey_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRONGNAMEPUBLICKEYBLOB_T3355146440_H
#ifndef PERMISSIONSET_T223948603_H
#define PERMISSIONSET_T223948603_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.PermissionSet
struct  PermissionSet_t223948603  : public RuntimeObject
{
public:
	// System.Boolean System.Security.PermissionSet::<DeclarativeSecurity>k__BackingField
	bool ___U3CDeclarativeSecurityU3Ek__BackingField_0;

public:
	inline static int32_t get_offset_of_U3CDeclarativeSecurityU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(PermissionSet_t223948603, ___U3CDeclarativeSecurityU3Ek__BackingField_0)); }
	inline bool get_U3CDeclarativeSecurityU3Ek__BackingField_0() const { return ___U3CDeclarativeSecurityU3Ek__BackingField_0; }
	inline bool* get_address_of_U3CDeclarativeSecurityU3Ek__BackingField_0() { return &___U3CDeclarativeSecurityU3Ek__BackingField_0; }
	inline void set_U3CDeclarativeSecurityU3Ek__BackingField_0(bool value)
	{
		___U3CDeclarativeSecurityU3Ek__BackingField_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PERMISSIONSET_T223948603_H
#ifndef APPLICATIONTRUST_T3270368423_H
#define APPLICATIONTRUST_T3270368423_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Policy.ApplicationTrust
struct  ApplicationTrust_t3270368423  : public RuntimeObject
{
public:
	// System.Collections.Generic.IList`1<System.Security.Policy.StrongName> System.Security.Policy.ApplicationTrust::fullTrustAssemblies
	RuntimeObject* ___fullTrustAssemblies_0;

public:
	inline static int32_t get_offset_of_fullTrustAssemblies_0() { return static_cast<int32_t>(offsetof(ApplicationTrust_t3270368423, ___fullTrustAssemblies_0)); }
	inline RuntimeObject* get_fullTrustAssemblies_0() const { return ___fullTrustAssemblies_0; }
	inline RuntimeObject** get_address_of_fullTrustAssemblies_0() { return &___fullTrustAssemblies_0; }
	inline void set_fullTrustAssemblies_0(RuntimeObject* value)
	{
		___fullTrustAssemblies_0 = value;
		Il2CppCodeGenWriteBarrier((&___fullTrustAssemblies_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // APPLICATIONTRUST_T3270368423_H
#ifndef BASE64CONSTANTS_T4102031153_H
#define BASE64CONSTANTS_T4102031153_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.Base64Constants
struct  Base64Constants_t4102031153  : public RuntimeObject
{
public:

public:
};

struct Base64Constants_t4102031153_StaticFields
{
public:
	// System.Byte[] System.Security.Cryptography.Base64Constants::EncodeTable
	ByteU5BU5D_t4116647657* ___EncodeTable_0;
	// System.Byte[] System.Security.Cryptography.Base64Constants::DecodeTable
	ByteU5BU5D_t4116647657* ___DecodeTable_1;

public:
	inline static int32_t get_offset_of_EncodeTable_0() { return static_cast<int32_t>(offsetof(Base64Constants_t4102031153_StaticFields, ___EncodeTable_0)); }
	inline ByteU5BU5D_t4116647657* get_EncodeTable_0() const { return ___EncodeTable_0; }
	inline ByteU5BU5D_t4116647657** get_address_of_EncodeTable_0() { return &___EncodeTable_0; }
	inline void set_EncodeTable_0(ByteU5BU5D_t4116647657* value)
	{
		___EncodeTable_0 = value;
		Il2CppCodeGenWriteBarrier((&___EncodeTable_0), value);
	}

	inline static int32_t get_offset_of_DecodeTable_1() { return static_cast<int32_t>(offsetof(Base64Constants_t4102031153_StaticFields, ___DecodeTable_1)); }
	inline ByteU5BU5D_t4116647657* get_DecodeTable_1() const { return ___DecodeTable_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_DecodeTable_1() { return &___DecodeTable_1; }
	inline void set_DecodeTable_1(ByteU5BU5D_t4116647657* value)
	{
		___DecodeTable_1 = value;
		Il2CppCodeGenWriteBarrier((&___DecodeTable_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BASE64CONSTANTS_T4102031153_H
#ifndef ASYMMETRICSIGNATUREFORMATTER_T3486936014_H
#define ASYMMETRICSIGNATUREFORMATTER_T3486936014_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.AsymmetricSignatureFormatter
struct  AsymmetricSignatureFormatter_t3486936014  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYMMETRICSIGNATUREFORMATTER_T3486936014_H
#ifndef LIST_1_T3319525431_H
#define LIST_1_T3319525431_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Collections.Generic.List`1<System.String>
struct  List_1_t3319525431  : public RuntimeObject
{
public:
	// T[] System.Collections.Generic.List`1::_items
	StringU5BU5D_t1281789340* ____items_1;
	// System.Int32 System.Collections.Generic.List`1::_size
	int32_t ____size_2;
	// System.Int32 System.Collections.Generic.List`1::_version
	int32_t ____version_3;

public:
	inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t3319525431, ____items_1)); }
	inline StringU5BU5D_t1281789340* get__items_1() const { return ____items_1; }
	inline StringU5BU5D_t1281789340** get_address_of__items_1() { return &____items_1; }
	inline void set__items_1(StringU5BU5D_t1281789340* value)
	{
		____items_1 = value;
		Il2CppCodeGenWriteBarrier((&____items_1), value);
	}

	inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t3319525431, ____size_2)); }
	inline int32_t get__size_2() const { return ____size_2; }
	inline int32_t* get_address_of__size_2() { return &____size_2; }
	inline void set__size_2(int32_t value)
	{
		____size_2 = value;
	}

	inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t3319525431, ____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;
	}
};

struct List_1_t3319525431_StaticFields
{
public:
	// T[] System.Collections.Generic.List`1::EmptyArray
	StringU5BU5D_t1281789340* ___EmptyArray_4;

public:
	inline static int32_t get_offset_of_EmptyArray_4() { return static_cast<int32_t>(offsetof(List_1_t3319525431_StaticFields, ___EmptyArray_4)); }
	inline StringU5BU5D_t1281789340* get_EmptyArray_4() const { return ___EmptyArray_4; }
	inline StringU5BU5D_t1281789340** get_address_of_EmptyArray_4() { return &___EmptyArray_4; }
	inline void set_EmptyArray_4(StringU5BU5D_t1281789340* value)
	{
		___EmptyArray_4 = value;
		Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T3319525431_H
#ifndef ATTRIBUTE_T861562559_H
#define ATTRIBUTE_T861562559_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Attribute
struct  Attribute_t861562559  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ATTRIBUTE_T861562559_H
#ifndef HASHTABLE_T1853889766_H
#define HASHTABLE_T1853889766_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Collections.Hashtable
struct  Hashtable_t1853889766  : public RuntimeObject
{
public:
	// System.Int32 System.Collections.Hashtable::inUse
	int32_t ___inUse_1;
	// System.Int32 System.Collections.Hashtable::modificationCount
	int32_t ___modificationCount_2;
	// System.Single System.Collections.Hashtable::loadFactor
	float ___loadFactor_3;
	// System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table
	SlotU5BU5D_t2994659099* ___table_4;
	// System.Int32[] System.Collections.Hashtable::hashes
	Int32U5BU5D_t385246372* ___hashes_5;
	// System.Int32 System.Collections.Hashtable::threshold
	int32_t ___threshold_6;
	// System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys
	HashKeys_t1568156503 * ___hashKeys_7;
	// System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues
	HashValues_t618387445 * ___hashValues_8;
	// System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef
	RuntimeObject* ___hcpRef_9;
	// System.Collections.IComparer System.Collections.Hashtable::comparerRef
	RuntimeObject* ___comparerRef_10;
	// System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo
	SerializationInfo_t950877179 * ___serializationInfo_11;
	// System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer
	RuntimeObject* ___equalityComparer_12;

public:
	inline static int32_t get_offset_of_inUse_1() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___inUse_1)); }
	inline int32_t get_inUse_1() const { return ___inUse_1; }
	inline int32_t* get_address_of_inUse_1() { return &___inUse_1; }
	inline void set_inUse_1(int32_t value)
	{
		___inUse_1 = value;
	}

	inline static int32_t get_offset_of_modificationCount_2() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___modificationCount_2)); }
	inline int32_t get_modificationCount_2() const { return ___modificationCount_2; }
	inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; }
	inline void set_modificationCount_2(int32_t value)
	{
		___modificationCount_2 = value;
	}

	inline static int32_t get_offset_of_loadFactor_3() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___loadFactor_3)); }
	inline float get_loadFactor_3() const { return ___loadFactor_3; }
	inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; }
	inline void set_loadFactor_3(float value)
	{
		___loadFactor_3 = value;
	}

	inline static int32_t get_offset_of_table_4() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___table_4)); }
	inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; }
	inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; }
	inline void set_table_4(SlotU5BU5D_t2994659099* value)
	{
		___table_4 = value;
		Il2CppCodeGenWriteBarrier((&___table_4), value);
	}

	inline static int32_t get_offset_of_hashes_5() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___hashes_5)); }
	inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; }
	inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; }
	inline void set_hashes_5(Int32U5BU5D_t385246372* value)
	{
		___hashes_5 = value;
		Il2CppCodeGenWriteBarrier((&___hashes_5), value);
	}

	inline static int32_t get_offset_of_threshold_6() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___threshold_6)); }
	inline int32_t get_threshold_6() const { return ___threshold_6; }
	inline int32_t* get_address_of_threshold_6() { return &___threshold_6; }
	inline void set_threshold_6(int32_t value)
	{
		___threshold_6 = value;
	}

	inline static int32_t get_offset_of_hashKeys_7() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___hashKeys_7)); }
	inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; }
	inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; }
	inline void set_hashKeys_7(HashKeys_t1568156503 * value)
	{
		___hashKeys_7 = value;
		Il2CppCodeGenWriteBarrier((&___hashKeys_7), value);
	}

	inline static int32_t get_offset_of_hashValues_8() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___hashValues_8)); }
	inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; }
	inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; }
	inline void set_hashValues_8(HashValues_t618387445 * value)
	{
		___hashValues_8 = value;
		Il2CppCodeGenWriteBarrier((&___hashValues_8), value);
	}

	inline static int32_t get_offset_of_hcpRef_9() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___hcpRef_9)); }
	inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; }
	inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; }
	inline void set_hcpRef_9(RuntimeObject* value)
	{
		___hcpRef_9 = value;
		Il2CppCodeGenWriteBarrier((&___hcpRef_9), value);
	}

	inline static int32_t get_offset_of_comparerRef_10() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___comparerRef_10)); }
	inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; }
	inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; }
	inline void set_comparerRef_10(RuntimeObject* value)
	{
		___comparerRef_10 = value;
		Il2CppCodeGenWriteBarrier((&___comparerRef_10), value);
	}

	inline static int32_t get_offset_of_serializationInfo_11() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); }
	inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; }
	inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; }
	inline void set_serializationInfo_11(SerializationInfo_t950877179 * value)
	{
		___serializationInfo_11 = value;
		Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value);
	}

	inline static int32_t get_offset_of_equalityComparer_12() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); }
	inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; }
	inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; }
	inline void set_equalityComparer_12(RuntimeObject* value)
	{
		___equalityComparer_12 = value;
		Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value);
	}
};

struct Hashtable_t1853889766_StaticFields
{
public:
	// System.Int32[] System.Collections.Hashtable::primeTbl
	Int32U5BU5D_t385246372* ___primeTbl_13;

public:
	inline static int32_t get_offset_of_primeTbl_13() { return static_cast<int32_t>(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); }
	inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; }
	inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; }
	inline void set_primeTbl_13(Int32U5BU5D_t385246372* value)
	{
		___primeTbl_13 = value;
		Il2CppCodeGenWriteBarrier((&___primeTbl_13), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T1853889766_H
#ifndef CHARENUMERATOR_T1121470421_H
#define CHARENUMERATOR_T1121470421_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.CharEnumerator
struct  CharEnumerator_t1121470421  : public RuntimeObject
{
public:
	// System.String System.CharEnumerator::str
	String_t* ___str_0;
	// System.Int32 System.CharEnumerator::index
	int32_t ___index_1;
	// System.Int32 System.CharEnumerator::length
	int32_t ___length_2;

public:
	inline static int32_t get_offset_of_str_0() { return static_cast<int32_t>(offsetof(CharEnumerator_t1121470421, ___str_0)); }
	inline String_t* get_str_0() const { return ___str_0; }
	inline String_t** get_address_of_str_0() { return &___str_0; }
	inline void set_str_0(String_t* value)
	{
		___str_0 = value;
		Il2CppCodeGenWriteBarrier((&___str_0), value);
	}

	inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(CharEnumerator_t1121470421, ___index_1)); }
	inline int32_t get_index_1() const { return ___index_1; }
	inline int32_t* get_address_of_index_1() { return &___index_1; }
	inline void set_index_1(int32_t value)
	{
		___index_1 = value;
	}

	inline static int32_t get_offset_of_length_2() { return static_cast<int32_t>(offsetof(CharEnumerator_t1121470421, ___length_2)); }
	inline int32_t get_length_2() const { return ___length_2; }
	inline int32_t* get_address_of_length_2() { return &___length_2; }
	inline void set_length_2(int32_t value)
	{
		___length_2 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHARENUMERATOR_T1121470421_H
#ifndef HASHALGORITHM_T1432317219_H
#define HASHALGORITHM_T1432317219_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.HashAlgorithm
struct  HashAlgorithm_t1432317219  : public RuntimeObject
{
public:
	// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
	ByteU5BU5D_t4116647657* ___HashValue_0;
	// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
	int32_t ___HashSizeValue_1;
	// System.Int32 System.Security.Cryptography.HashAlgorithm::State
	int32_t ___State_2;
	// System.Boolean System.Security.Cryptography.HashAlgorithm::disposed
	bool ___disposed_3;

public:
	inline static int32_t get_offset_of_HashValue_0() { return static_cast<int32_t>(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); }
	inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; }
	inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; }
	inline void set_HashValue_0(ByteU5BU5D_t4116647657* value)
	{
		___HashValue_0 = value;
		Il2CppCodeGenWriteBarrier((&___HashValue_0), value);
	}

	inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast<int32_t>(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); }
	inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; }
	inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; }
	inline void set_HashSizeValue_1(int32_t value)
	{
		___HashSizeValue_1 = value;
	}

	inline static int32_t get_offset_of_State_2() { return static_cast<int32_t>(offsetof(HashAlgorithm_t1432317219, ___State_2)); }
	inline int32_t get_State_2() const { return ___State_2; }
	inline int32_t* get_address_of_State_2() { return &___State_2; }
	inline void set_State_2(int32_t value)
	{
		___State_2 = value;
	}

	inline static int32_t get_offset_of_disposed_3() { return static_cast<int32_t>(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); }
	inline bool get_disposed_3() const { return ___disposed_3; }
	inline bool* get_address_of_disposed_3() { return &___disposed_3; }
	inline void set_disposed_3(bool value)
	{
		___disposed_3 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHALGORITHM_T1432317219_H
#ifndef BITCONVERTER_T3118986983_H
#define BITCONVERTER_T3118986983_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.BitConverter
struct  BitConverter_t3118986983  : public RuntimeObject
{
public:

public:
};

struct BitConverter_t3118986983_StaticFields
{
public:
	// System.Boolean System.BitConverter::SwappedWordsInDouble
	bool ___SwappedWordsInDouble_0;
	// System.Boolean System.BitConverter::IsLittleEndian
	bool ___IsLittleEndian_1;

public:
	inline static int32_t get_offset_of_SwappedWordsInDouble_0() { return static_cast<int32_t>(offsetof(BitConverter_t3118986983_StaticFields, ___SwappedWordsInDouble_0)); }
	inline bool get_SwappedWordsInDouble_0() const { return ___SwappedWordsInDouble_0; }
	inline bool* get_address_of_SwappedWordsInDouble_0() { return &___SwappedWordsInDouble_0; }
	inline void set_SwappedWordsInDouble_0(bool value)
	{
		___SwappedWordsInDouble_0 = value;
	}

	inline static int32_t get_offset_of_IsLittleEndian_1() { return static_cast<int32_t>(offsetof(BitConverter_t3118986983_StaticFields, ___IsLittleEndian_1)); }
	inline bool get_IsLittleEndian_1() const { return ___IsLittleEndian_1; }
	inline bool* get_address_of_IsLittleEndian_1() { return &___IsLittleEndian_1; }
	inline void set_IsLittleEndian_1(bool value)
	{
		___IsLittleEndian_1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BITCONVERTER_T3118986983_H
#ifndef MARSHALBYREFOBJECT_T2760389100_H
#define MARSHALBYREFOBJECT_T2760389100_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.MarshalByRefObject
struct  MarshalByRefObject_t2760389100  : public RuntimeObject
{
public:
	// System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity
	ServerIdentity_t2342208608 * ____identity_0;

public:
	inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); }
	inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; }
	inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; }
	inline void set__identity_0(ServerIdentity_t2342208608 * value)
	{
		____identity_0 = value;
		Il2CppCodeGenWriteBarrier((&____identity_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MARSHALBYREFOBJECT_T2760389100_H
#ifndef RANDOMNUMBERGENERATOR_T386037858_H
#define RANDOMNUMBERGENERATOR_T386037858_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RandomNumberGenerator
struct  RandomNumberGenerator_t386037858  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RANDOMNUMBERGENERATOR_T386037858_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.String
struct  String_t  : public RuntimeObject
{
public:
	// System.Int32 System.String::length
	int32_t ___length_0;
	// System.Char System.String::start_char
	Il2CppChar ___start_char_1;

public:
	inline static int32_t get_offset_of_length_0() { return static_cast<int32_t>(offsetof(String_t, ___length_0)); }
	inline int32_t get_length_0() const { return ___length_0; }
	inline int32_t* get_address_of_length_0() { return &___length_0; }
	inline void set_length_0(int32_t value)
	{
		___length_0 = value;
	}

	inline static int32_t get_offset_of_start_char_1() { return static_cast<int32_t>(offsetof(String_t, ___start_char_1)); }
	inline Il2CppChar get_start_char_1() const { return ___start_char_1; }
	inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; }
	inline void set_start_char_1(Il2CppChar value)
	{
		___start_char_1 = value;
	}
};

struct String_t_StaticFields
{
public:
	// System.String System.String::Empty
	String_t* ___Empty_2;
	// System.Char[] System.String::WhiteChars
	CharU5BU5D_t3528271667* ___WhiteChars_3;

public:
	inline static int32_t get_offset_of_Empty_2() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_2)); }
	inline String_t* get_Empty_2() const { return ___Empty_2; }
	inline String_t** get_address_of_Empty_2() { return &___Empty_2; }
	inline void set_Empty_2(String_t* value)
	{
		___Empty_2 = value;
		Il2CppCodeGenWriteBarrier((&___Empty_2), value);
	}

	inline static int32_t get_offset_of_WhiteChars_3() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___WhiteChars_3)); }
	inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; }
	inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; }
	inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value)
	{
		___WhiteChars_3 = value;
		Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef ENCODING_T1523322056_H
#define ENCODING_T1523322056_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.Encoding
struct  Encoding_t1523322056  : public RuntimeObject
{
public:
	// System.Int32 System.Text.Encoding::codePage
	int32_t ___codePage_0;
	// System.Int32 System.Text.Encoding::windows_code_page
	int32_t ___windows_code_page_1;
	// System.Boolean System.Text.Encoding::is_readonly
	bool ___is_readonly_2;
	// System.Text.DecoderFallback System.Text.Encoding::decoder_fallback
	DecoderFallback_t3123823036 * ___decoder_fallback_3;
	// System.Text.EncoderFallback System.Text.Encoding::encoder_fallback
	EncoderFallback_t1188251036 * ___encoder_fallback_4;
	// System.String System.Text.Encoding::body_name
	String_t* ___body_name_8;
	// System.String System.Text.Encoding::encoding_name
	String_t* ___encoding_name_9;
	// System.String System.Text.Encoding::header_name
	String_t* ___header_name_10;
	// System.Boolean System.Text.Encoding::is_mail_news_display
	bool ___is_mail_news_display_11;
	// System.Boolean System.Text.Encoding::is_mail_news_save
	bool ___is_mail_news_save_12;
	// System.Boolean System.Text.Encoding::is_browser_save
	bool ___is_browser_save_13;
	// System.Boolean System.Text.Encoding::is_browser_display
	bool ___is_browser_display_14;
	// System.String System.Text.Encoding::web_name
	String_t* ___web_name_15;

public:
	inline static int32_t get_offset_of_codePage_0() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___codePage_0)); }
	inline int32_t get_codePage_0() const { return ___codePage_0; }
	inline int32_t* get_address_of_codePage_0() { return &___codePage_0; }
	inline void set_codePage_0(int32_t value)
	{
		___codePage_0 = value;
	}

	inline static int32_t get_offset_of_windows_code_page_1() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___windows_code_page_1)); }
	inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; }
	inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; }
	inline void set_windows_code_page_1(int32_t value)
	{
		___windows_code_page_1 = value;
	}

	inline static int32_t get_offset_of_is_readonly_2() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___is_readonly_2)); }
	inline bool get_is_readonly_2() const { return ___is_readonly_2; }
	inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; }
	inline void set_is_readonly_2(bool value)
	{
		___is_readonly_2 = value;
	}

	inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); }
	inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; }
	inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; }
	inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value)
	{
		___decoder_fallback_3 = value;
		Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value);
	}

	inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); }
	inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; }
	inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; }
	inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value)
	{
		___encoder_fallback_4 = value;
		Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value);
	}

	inline static int32_t get_offset_of_body_name_8() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___body_name_8)); }
	inline String_t* get_body_name_8() const { return ___body_name_8; }
	inline String_t** get_address_of_body_name_8() { return &___body_name_8; }
	inline void set_body_name_8(String_t* value)
	{
		___body_name_8 = value;
		Il2CppCodeGenWriteBarrier((&___body_name_8), value);
	}

	inline static int32_t get_offset_of_encoding_name_9() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___encoding_name_9)); }
	inline String_t* get_encoding_name_9() const { return ___encoding_name_9; }
	inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; }
	inline void set_encoding_name_9(String_t* value)
	{
		___encoding_name_9 = value;
		Il2CppCodeGenWriteBarrier((&___encoding_name_9), value);
	}

	inline static int32_t get_offset_of_header_name_10() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___header_name_10)); }
	inline String_t* get_header_name_10() const { return ___header_name_10; }
	inline String_t** get_address_of_header_name_10() { return &___header_name_10; }
	inline void set_header_name_10(String_t* value)
	{
		___header_name_10 = value;
		Il2CppCodeGenWriteBarrier((&___header_name_10), value);
	}

	inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); }
	inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; }
	inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; }
	inline void set_is_mail_news_display_11(bool value)
	{
		___is_mail_news_display_11 = value;
	}

	inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); }
	inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; }
	inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; }
	inline void set_is_mail_news_save_12(bool value)
	{
		___is_mail_news_save_12 = value;
	}

	inline static int32_t get_offset_of_is_browser_save_13() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___is_browser_save_13)); }
	inline bool get_is_browser_save_13() const { return ___is_browser_save_13; }
	inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; }
	inline void set_is_browser_save_13(bool value)
	{
		___is_browser_save_13 = value;
	}

	inline static int32_t get_offset_of_is_browser_display_14() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___is_browser_display_14)); }
	inline bool get_is_browser_display_14() const { return ___is_browser_display_14; }
	inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; }
	inline void set_is_browser_display_14(bool value)
	{
		___is_browser_display_14 = value;
	}

	inline static int32_t get_offset_of_web_name_15() { return static_cast<int32_t>(offsetof(Encoding_t1523322056, ___web_name_15)); }
	inline String_t* get_web_name_15() const { return ___web_name_15; }
	inline String_t** get_address_of_web_name_15() { return &___web_name_15; }
	inline void set_web_name_15(String_t* value)
	{
		___web_name_15 = value;
		Il2CppCodeGenWriteBarrier((&___web_name_15), value);
	}
};

struct Encoding_t1523322056_StaticFields
{
public:
	// System.Reflection.Assembly System.Text.Encoding::i18nAssembly
	Assembly_t * ___i18nAssembly_5;
	// System.Boolean System.Text.Encoding::i18nDisabled
	bool ___i18nDisabled_6;
	// System.Object[] System.Text.Encoding::encodings
	ObjectU5BU5D_t2843939325* ___encodings_7;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
	Encoding_t1523322056 * ___asciiEncoding_16;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding
	Encoding_t1523322056 * ___bigEndianEncoding_17;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
	Encoding_t1523322056 * ___defaultEncoding_18;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
	Encoding_t1523322056 * ___utf7Encoding_19;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers
	Encoding_t1523322056 * ___utf8EncodingWithMarkers_20;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers
	Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
	Encoding_t1523322056 * ___unicodeEncoding_22;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding
	Encoding_t1523322056 * ___isoLatin1Encoding_23;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe
	Encoding_t1523322056 * ___utf8EncodingUnsafe_24;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
	Encoding_t1523322056 * ___utf32Encoding_25;
	// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding
	Encoding_t1523322056 * ___bigEndianUTF32Encoding_26;
	// System.Object System.Text.Encoding::lockobj
	RuntimeObject * ___lockobj_27;

public:
	inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); }
	inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; }
	inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; }
	inline void set_i18nAssembly_5(Assembly_t * value)
	{
		___i18nAssembly_5 = value;
		Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value);
	}

	inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); }
	inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; }
	inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; }
	inline void set_i18nDisabled_6(bool value)
	{
		___i18nDisabled_6 = value;
	}

	inline static int32_t get_offset_of_encodings_7() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); }
	inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; }
	inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; }
	inline void set_encodings_7(ObjectU5BU5D_t2843939325* value)
	{
		___encodings_7 = value;
		Il2CppCodeGenWriteBarrier((&___encodings_7), value);
	}

	inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); }
	inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; }
	inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; }
	inline void set_asciiEncoding_16(Encoding_t1523322056 * value)
	{
		___asciiEncoding_16 = value;
		Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value);
	}

	inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); }
	inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; }
	inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; }
	inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value)
	{
		___bigEndianEncoding_17 = value;
		Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value);
	}

	inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); }
	inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; }
	inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; }
	inline void set_defaultEncoding_18(Encoding_t1523322056 * value)
	{
		___defaultEncoding_18 = value;
		Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value);
	}

	inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); }
	inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; }
	inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; }
	inline void set_utf7Encoding_19(Encoding_t1523322056 * value)
	{
		___utf7Encoding_19 = value;
		Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value);
	}

	inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); }
	inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; }
	inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; }
	inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value)
	{
		___utf8EncodingWithMarkers_20 = value;
		Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value);
	}

	inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); }
	inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; }
	inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; }
	inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value)
	{
		___utf8EncodingWithoutMarkers_21 = value;
		Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value);
	}

	inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); }
	inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; }
	inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; }
	inline void set_unicodeEncoding_22(Encoding_t1523322056 * value)
	{
		___unicodeEncoding_22 = value;
		Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value);
	}

	inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); }
	inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; }
	inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; }
	inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value)
	{
		___isoLatin1Encoding_23 = value;
		Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value);
	}

	inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); }
	inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; }
	inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; }
	inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value)
	{
		___utf8EncodingUnsafe_24 = value;
		Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value);
	}

	inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); }
	inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; }
	inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; }
	inline void set_utf32Encoding_25(Encoding_t1523322056 * value)
	{
		___utf32Encoding_25 = value;
		Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value);
	}

	inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); }
	inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; }
	inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; }
	inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value)
	{
		___bigEndianUTF32Encoding_26 = value;
		Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value);
	}

	inline static int32_t get_offset_of_lockobj_27() { return static_cast<int32_t>(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); }
	inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; }
	inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; }
	inline void set_lockobj_27(RuntimeObject * value)
	{
		___lockobj_27 = value;
		Il2CppCodeGenWriteBarrier((&___lockobj_27), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODING_T1523322056_H
#ifndef ASYMMETRICALGORITHM_T932037087_H
#define ASYMMETRICALGORITHM_T932037087_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.AsymmetricAlgorithm
struct  AsymmetricAlgorithm_t932037087  : public RuntimeObject
{
public:
	// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue
	int32_t ___KeySizeValue_0;
	// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue
	KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_1;

public:
	inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t932037087, ___KeySizeValue_0)); }
	inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; }
	inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; }
	inline void set_KeySizeValue_0(int32_t value)
	{
		___KeySizeValue_0 = value;
	}

	inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t932037087, ___LegalKeySizesValue_1)); }
	inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; }
	inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; }
	inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t722666473* value)
	{
		___LegalKeySizesValue_1 = value;
		Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYMMETRICALGORITHM_T932037087_H
#ifndef ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H
#define ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.AsymmetricSignatureDeformatter
struct  AsymmetricSignatureDeformatter_t2681190756  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Exception
struct  Exception_t  : public RuntimeObject
{
public:
	// System.IntPtr[] System.Exception::trace_ips
	IntPtrU5BU5D_t4013366056* ___trace_ips_0;
	// System.Exception System.Exception::inner_exception
	Exception_t * ___inner_exception_1;
	// System.String System.Exception::message
	String_t* ___message_2;
	// System.String System.Exception::help_link
	String_t* ___help_link_3;
	// System.String System.Exception::class_name
	String_t* ___class_name_4;
	// System.String System.Exception::stack_trace
	String_t* ___stack_trace_5;
	// System.String System.Exception::_remoteStackTraceString
	String_t* ____remoteStackTraceString_6;
	// System.Int32 System.Exception::remote_stack_index
	int32_t ___remote_stack_index_7;
	// System.Int32 System.Exception::hresult
	int32_t ___hresult_8;
	// System.String System.Exception::source
	String_t* ___source_9;
	// System.Collections.IDictionary System.Exception::_data
	RuntimeObject* ____data_10;

public:
	inline static int32_t get_offset_of_trace_ips_0() { return static_cast<int32_t>(offsetof(Exception_t, ___trace_ips_0)); }
	inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; }
	inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; }
	inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value)
	{
		___trace_ips_0 = value;
		Il2CppCodeGenWriteBarrier((&___trace_ips_0), value);
	}

	inline static int32_t get_offset_of_inner_exception_1() { return static_cast<int32_t>(offsetof(Exception_t, ___inner_exception_1)); }
	inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; }
	inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; }
	inline void set_inner_exception_1(Exception_t * value)
	{
		___inner_exception_1 = value;
		Il2CppCodeGenWriteBarrier((&___inner_exception_1), value);
	}

	inline static int32_t get_offset_of_message_2() { return static_cast<int32_t>(offsetof(Exception_t, ___message_2)); }
	inline String_t* get_message_2() const { return ___message_2; }
	inline String_t** get_address_of_message_2() { return &___message_2; }
	inline void set_message_2(String_t* value)
	{
		___message_2 = value;
		Il2CppCodeGenWriteBarrier((&___message_2), value);
	}

	inline static int32_t get_offset_of_help_link_3() { return static_cast<int32_t>(offsetof(Exception_t, ___help_link_3)); }
	inline String_t* get_help_link_3() const { return ___help_link_3; }
	inline String_t** get_address_of_help_link_3() { return &___help_link_3; }
	inline void set_help_link_3(String_t* value)
	{
		___help_link_3 = value;
		Il2CppCodeGenWriteBarrier((&___help_link_3), value);
	}

	inline static int32_t get_offset_of_class_name_4() { return static_cast<int32_t>(offsetof(Exception_t, ___class_name_4)); }
	inline String_t* get_class_name_4() const { return ___class_name_4; }
	inline String_t** get_address_of_class_name_4() { return &___class_name_4; }
	inline void set_class_name_4(String_t* value)
	{
		___class_name_4 = value;
		Il2CppCodeGenWriteBarrier((&___class_name_4), value);
	}

	inline static int32_t get_offset_of_stack_trace_5() { return static_cast<int32_t>(offsetof(Exception_t, ___stack_trace_5)); }
	inline String_t* get_stack_trace_5() const { return ___stack_trace_5; }
	inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; }
	inline void set_stack_trace_5(String_t* value)
	{
		___stack_trace_5 = value;
		Il2CppCodeGenWriteBarrier((&___stack_trace_5), value);
	}

	inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_6)); }
	inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; }
	inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; }
	inline void set__remoteStackTraceString_6(String_t* value)
	{
		____remoteStackTraceString_6 = value;
		Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value);
	}

	inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast<int32_t>(offsetof(Exception_t, ___remote_stack_index_7)); }
	inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; }
	inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; }
	inline void set_remote_stack_index_7(int32_t value)
	{
		___remote_stack_index_7 = value;
	}

	inline static int32_t get_offset_of_hresult_8() { return static_cast<int32_t>(offsetof(Exception_t, ___hresult_8)); }
	inline int32_t get_hresult_8() const { return ___hresult_8; }
	inline int32_t* get_address_of_hresult_8() { return &___hresult_8; }
	inline void set_hresult_8(int32_t value)
	{
		___hresult_8 = value;
	}

	inline static int32_t get_offset_of_source_9() { return static_cast<int32_t>(offsetof(Exception_t, ___source_9)); }
	inline String_t* get_source_9() const { return ___source_9; }
	inline String_t** get_address_of_source_9() { return &___source_9; }
	inline void set_source_9(String_t* value)
	{
		___source_9 = value;
		Il2CppCodeGenWriteBarrier((&___source_9), value);
	}

	inline static int32_t get_offset_of__data_10() { return static_cast<int32_t>(offsetof(Exception_t, ____data_10)); }
	inline RuntimeObject* get__data_10() const { return ____data_10; }
	inline RuntimeObject** get_address_of__data_10() { return &____data_10; }
	inline void set__data_10(RuntimeObject* value)
	{
		____data_10 = value;
		Il2CppCodeGenWriteBarrier((&____data_10), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EXCEPTION_T_H
#ifndef STRINGBUILDER_T_H
#define STRINGBUILDER_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.StringBuilder
struct  StringBuilder_t  : public RuntimeObject
{
public:
	// System.Int32 System.Text.StringBuilder::_length
	int32_t ____length_1;
	// System.String System.Text.StringBuilder::_str
	String_t* ____str_2;
	// System.String System.Text.StringBuilder::_cached_str
	String_t* ____cached_str_3;
	// System.Int32 System.Text.StringBuilder::_maxCapacity
	int32_t ____maxCapacity_4;

public:
	inline static int32_t get_offset_of__length_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ____length_1)); }
	inline int32_t get__length_1() const { return ____length_1; }
	inline int32_t* get_address_of__length_1() { return &____length_1; }
	inline void set__length_1(int32_t value)
	{
		____length_1 = value;
	}

	inline static int32_t get_offset_of__str_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ____str_2)); }
	inline String_t* get__str_2() const { return ____str_2; }
	inline String_t** get_address_of__str_2() { return &____str_2; }
	inline void set__str_2(String_t* value)
	{
		____str_2 = value;
		Il2CppCodeGenWriteBarrier((&____str_2), value);
	}

	inline static int32_t get_offset_of__cached_str_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ____cached_str_3)); }
	inline String_t* get__cached_str_3() const { return ____cached_str_3; }
	inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; }
	inline void set__cached_str_3(String_t* value)
	{
		____cached_str_3 = value;
		Il2CppCodeGenWriteBarrier((&____cached_str_3), value);
	}

	inline static int32_t get_offset_of__maxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ____maxCapacity_4)); }
	inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; }
	inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; }
	inline void set__maxCapacity_4(int32_t value)
	{
		____maxCapacity_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef SECURITYMANAGER_T3383402582_H
#define SECURITYMANAGER_T3383402582_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecurityManager
struct  SecurityManager_t3383402582  : public RuntimeObject
{
public:

public:
};

struct SecurityManager_t3383402582_StaticFields
{
public:
	// System.Object System.Security.SecurityManager::_lockObject
	RuntimeObject * ____lockObject_0;
	// System.Collections.Hashtable System.Security.SecurityManager::_declsecCache
	Hashtable_t1853889766 * ____declsecCache_1;
	// System.Security.Permissions.SecurityPermission System.Security.SecurityManager::_execution
	SecurityPermission_t2954997752 * ____execution_2;

public:
	inline static int32_t get_offset_of__lockObject_0() { return static_cast<int32_t>(offsetof(SecurityManager_t3383402582_StaticFields, ____lockObject_0)); }
	inline RuntimeObject * get__lockObject_0() const { return ____lockObject_0; }
	inline RuntimeObject ** get_address_of__lockObject_0() { return &____lockObject_0; }
	inline void set__lockObject_0(RuntimeObject * value)
	{
		____lockObject_0 = value;
		Il2CppCodeGenWriteBarrier((&____lockObject_0), value);
	}

	inline static int32_t get_offset_of__declsecCache_1() { return static_cast<int32_t>(offsetof(SecurityManager_t3383402582_StaticFields, ____declsecCache_1)); }
	inline Hashtable_t1853889766 * get__declsecCache_1() const { return ____declsecCache_1; }
	inline Hashtable_t1853889766 ** get_address_of__declsecCache_1() { return &____declsecCache_1; }
	inline void set__declsecCache_1(Hashtable_t1853889766 * value)
	{
		____declsecCache_1 = value;
		Il2CppCodeGenWriteBarrier((&____declsecCache_1), value);
	}

	inline static int32_t get_offset_of__execution_2() { return static_cast<int32_t>(offsetof(SecurityManager_t3383402582_StaticFields, ____execution_2)); }
	inline SecurityPermission_t2954997752 * get__execution_2() const { return ____execution_2; }
	inline SecurityPermission_t2954997752 ** get_address_of__execution_2() { return &____execution_2; }
	inline void set__execution_2(SecurityPermission_t2954997752 * value)
	{
		____execution_2 = value;
		Il2CppCodeGenWriteBarrier((&____execution_2), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYMANAGER_T3383402582_H
#ifndef DECODER_T2204182725_H
#define DECODER_T2204182725_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.Decoder
struct  Decoder_t2204182725  : public RuntimeObject
{
public:
	// System.Text.DecoderFallback System.Text.Decoder::fallback
	DecoderFallback_t3123823036 * ___fallback_0;
	// System.Text.DecoderFallbackBuffer System.Text.Decoder::fallback_buffer
	DecoderFallbackBuffer_t2402303981 * ___fallback_buffer_1;

public:
	inline static int32_t get_offset_of_fallback_0() { return static_cast<int32_t>(offsetof(Decoder_t2204182725, ___fallback_0)); }
	inline DecoderFallback_t3123823036 * get_fallback_0() const { return ___fallback_0; }
	inline DecoderFallback_t3123823036 ** get_address_of_fallback_0() { return &___fallback_0; }
	inline void set_fallback_0(DecoderFallback_t3123823036 * value)
	{
		___fallback_0 = value;
		Il2CppCodeGenWriteBarrier((&___fallback_0), value);
	}

	inline static int32_t get_offset_of_fallback_buffer_1() { return static_cast<int32_t>(offsetof(Decoder_t2204182725, ___fallback_buffer_1)); }
	inline DecoderFallbackBuffer_t2402303981 * get_fallback_buffer_1() const { return ___fallback_buffer_1; }
	inline DecoderFallbackBuffer_t2402303981 ** get_address_of_fallback_buffer_1() { return &___fallback_buffer_1; }
	inline void set_fallback_buffer_1(DecoderFallbackBuffer_t2402303981 * value)
	{
		___fallback_buffer_1 = value;
		Il2CppCodeGenWriteBarrier((&___fallback_buffer_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODER_T2204182725_H
#ifndef SERIALIZATIONINFOENUMERATOR_T2232395945_H
#define SERIALIZATIONINFOENUMERATOR_T2232395945_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Runtime.Serialization.SerializationInfoEnumerator
struct  SerializationInfoEnumerator_t2232395945  : public RuntimeObject
{
public:
	// System.Collections.IEnumerator System.Runtime.Serialization.SerializationInfoEnumerator::enumerator
	RuntimeObject* ___enumerator_0;

public:
	inline static int32_t get_offset_of_enumerator_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_t2232395945, ___enumerator_0)); }
	inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; }
	inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; }
	inline void set_enumerator_0(RuntimeObject* value)
	{
		___enumerator_0 = value;
		Il2CppCodeGenWriteBarrier((&___enumerator_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFOENUMERATOR_T2232395945_H
#ifndef ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H
#define ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.AsymmetricKeyExchangeFormatter
struct  AsymmetricKeyExchangeFormatter_t937192061  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H
#ifndef KEYPAIRPERSISTENCE_T2094547461_H
#define KEYPAIRPERSISTENCE_T2094547461_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.KeyPairPersistence
struct  KeyPairPersistence_t2094547461  : public RuntimeObject
{
public:
	// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::_params
	CspParameters_t239852639 * ____params_4;
	// System.String Mono.Security.Cryptography.KeyPairPersistence::_keyvalue
	String_t* ____keyvalue_5;
	// System.String Mono.Security.Cryptography.KeyPairPersistence::_filename
	String_t* ____filename_6;
	// System.String Mono.Security.Cryptography.KeyPairPersistence::_container
	String_t* ____container_7;

public:
	inline static int32_t get_offset_of__params_4() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461, ____params_4)); }
	inline CspParameters_t239852639 * get__params_4() const { return ____params_4; }
	inline CspParameters_t239852639 ** get_address_of__params_4() { return &____params_4; }
	inline void set__params_4(CspParameters_t239852639 * value)
	{
		____params_4 = value;
		Il2CppCodeGenWriteBarrier((&____params_4), value);
	}

	inline static int32_t get_offset_of__keyvalue_5() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461, ____keyvalue_5)); }
	inline String_t* get__keyvalue_5() const { return ____keyvalue_5; }
	inline String_t** get_address_of__keyvalue_5() { return &____keyvalue_5; }
	inline void set__keyvalue_5(String_t* value)
	{
		____keyvalue_5 = value;
		Il2CppCodeGenWriteBarrier((&____keyvalue_5), value);
	}

	inline static int32_t get_offset_of__filename_6() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461, ____filename_6)); }
	inline String_t* get__filename_6() const { return ____filename_6; }
	inline String_t** get_address_of__filename_6() { return &____filename_6; }
	inline void set__filename_6(String_t* value)
	{
		____filename_6 = value;
		Il2CppCodeGenWriteBarrier((&____filename_6), value);
	}

	inline static int32_t get_offset_of__container_7() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461, ____container_7)); }
	inline String_t* get__container_7() const { return ____container_7; }
	inline String_t** get_address_of__container_7() { return &____container_7; }
	inline void set__container_7(String_t* value)
	{
		____container_7 = value;
		Il2CppCodeGenWriteBarrier((&____container_7), value);
	}
};

struct KeyPairPersistence_t2094547461_StaticFields
{
public:
	// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_userPathExists
	bool ____userPathExists_0;
	// System.String Mono.Security.Cryptography.KeyPairPersistence::_userPath
	String_t* ____userPath_1;
	// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_machinePathExists
	bool ____machinePathExists_2;
	// System.String Mono.Security.Cryptography.KeyPairPersistence::_machinePath
	String_t* ____machinePath_3;
	// System.Object Mono.Security.Cryptography.KeyPairPersistence::lockobj
	RuntimeObject * ___lockobj_8;

public:
	inline static int32_t get_offset_of__userPathExists_0() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461_StaticFields, ____userPathExists_0)); }
	inline bool get__userPathExists_0() const { return ____userPathExists_0; }
	inline bool* get_address_of__userPathExists_0() { return &____userPathExists_0; }
	inline void set__userPathExists_0(bool value)
	{
		____userPathExists_0 = value;
	}

	inline static int32_t get_offset_of__userPath_1() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461_StaticFields, ____userPath_1)); }
	inline String_t* get__userPath_1() const { return ____userPath_1; }
	inline String_t** get_address_of__userPath_1() { return &____userPath_1; }
	inline void set__userPath_1(String_t* value)
	{
		____userPath_1 = value;
		Il2CppCodeGenWriteBarrier((&____userPath_1), value);
	}

	inline static int32_t get_offset_of__machinePathExists_2() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461_StaticFields, ____machinePathExists_2)); }
	inline bool get__machinePathExists_2() const { return ____machinePathExists_2; }
	inline bool* get_address_of__machinePathExists_2() { return &____machinePathExists_2; }
	inline void set__machinePathExists_2(bool value)
	{
		____machinePathExists_2 = value;
	}

	inline static int32_t get_offset_of__machinePath_3() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461_StaticFields, ____machinePath_3)); }
	inline String_t* get__machinePath_3() const { return ____machinePath_3; }
	inline String_t** get_address_of__machinePath_3() { return &____machinePath_3; }
	inline void set__machinePath_3(String_t* value)
	{
		____machinePath_3 = value;
		Il2CppCodeGenWriteBarrier((&____machinePath_3), value);
	}

	inline static int32_t get_offset_of_lockobj_8() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t2094547461_StaticFields, ___lockobj_8)); }
	inline RuntimeObject * get_lockobj_8() const { return ___lockobj_8; }
	inline RuntimeObject ** get_address_of_lockobj_8() { return &___lockobj_8; }
	inline void set_lockobj_8(RuntimeObject * value)
	{
		___lockobj_8 = value;
		Il2CppCodeGenWriteBarrier((&___lockobj_8), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYPAIRPERSISTENCE_T2094547461_H
#ifndef EVENTARGS_T3591816995_H
#define EVENTARGS_T3591816995_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.EventArgs
struct  EventArgs_t3591816995  : public RuntimeObject
{
public:

public:
};

struct EventArgs_t3591816995_StaticFields
{
public:
	// System.EventArgs System.EventArgs::Empty
	EventArgs_t3591816995 * ___Empty_0;

public:
	inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); }
	inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; }
	inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; }
	inline void set_Empty_0(EventArgs_t3591816995 * value)
	{
		___Empty_0 = value;
		Il2CppCodeGenWriteBarrier((&___Empty_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTARGS_T3591816995_H
#ifndef KEYSIZES_T85027896_H
#define KEYSIZES_T85027896_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.KeySizes
struct  KeySizes_t85027896  : public RuntimeObject
{
public:
	// System.Int32 System.Security.Cryptography.KeySizes::_maxSize
	int32_t ____maxSize_0;
	// System.Int32 System.Security.Cryptography.KeySizes::_minSize
	int32_t ____minSize_1;
	// System.Int32 System.Security.Cryptography.KeySizes::_skipSize
	int32_t ____skipSize_2;

public:
	inline static int32_t get_offset_of__maxSize_0() { return static_cast<int32_t>(offsetof(KeySizes_t85027896, ____maxSize_0)); }
	inline int32_t get__maxSize_0() const { return ____maxSize_0; }
	inline int32_t* get_address_of__maxSize_0() { return &____maxSize_0; }
	inline void set__maxSize_0(int32_t value)
	{
		____maxSize_0 = value;
	}

	inline static int32_t get_offset_of__minSize_1() { return static_cast<int32_t>(offsetof(KeySizes_t85027896, ____minSize_1)); }
	inline int32_t get__minSize_1() const { return ____minSize_1; }
	inline int32_t* get_address_of__minSize_1() { return &____minSize_1; }
	inline void set__minSize_1(int32_t value)
	{
		____minSize_1 = value;
	}

	inline static int32_t get_offset_of__skipSize_2() { return static_cast<int32_t>(offsetof(KeySizes_t85027896, ____skipSize_2)); }
	inline int32_t get__skipSize_2() const { return ____skipSize_2; }
	inline int32_t* get_address_of__skipSize_2() { return &____skipSize_2; }
	inline void set__skipSize_2(int32_t value)
	{
		____skipSize_2 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYSIZES_T85027896_H
#ifndef SECURITYATTRIBUTE_T3566489056_H
#define SECURITYATTRIBUTE_T3566489056_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecurityElement/SecurityAttribute
struct  SecurityAttribute_t3566489056  : public RuntimeObject
{
public:
	// System.String System.Security.SecurityElement/SecurityAttribute::_name
	String_t* ____name_0;
	// System.String System.Security.SecurityElement/SecurityAttribute::_value
	String_t* ____value_1;

public:
	inline static int32_t get_offset_of__name_0() { return static_cast<int32_t>(offsetof(SecurityAttribute_t3566489056, ____name_0)); }
	inline String_t* get__name_0() const { return ____name_0; }
	inline String_t** get_address_of__name_0() { return &____name_0; }
	inline void set__name_0(String_t* value)
	{
		____name_0 = value;
		Il2CppCodeGenWriteBarrier((&____name_0), value);
	}

	inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(SecurityAttribute_t3566489056, ____value_1)); }
	inline String_t* get__value_1() const { return ____value_1; }
	inline String_t** get_address_of__value_1() { return &____value_1; }
	inline void set__value_1(String_t* value)
	{
		____value_1 = value;
		Il2CppCodeGenWriteBarrier((&____value_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYATTRIBUTE_T3566489056_H
#ifndef CRITICALFINALIZEROBJECT_T701527852_H
#define CRITICALFINALIZEROBJECT_T701527852_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct  CriticalFinalizerObject_t701527852  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRITICALFINALIZEROBJECT_T701527852_H
#ifndef SIGNATUREDESCRIPTION_T1971889425_H
#define SIGNATUREDESCRIPTION_T1971889425_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SignatureDescription
struct  SignatureDescription_t1971889425  : public RuntimeObject
{
public:
	// System.String System.Security.Cryptography.SignatureDescription::_DeformatterAlgorithm
	String_t* ____DeformatterAlgorithm_0;
	// System.String System.Security.Cryptography.SignatureDescription::_DigestAlgorithm
	String_t* ____DigestAlgorithm_1;
	// System.String System.Security.Cryptography.SignatureDescription::_FormatterAlgorithm
	String_t* ____FormatterAlgorithm_2;
	// System.String System.Security.Cryptography.SignatureDescription::_KeyAlgorithm
	String_t* ____KeyAlgorithm_3;

public:
	inline static int32_t get_offset_of__DeformatterAlgorithm_0() { return static_cast<int32_t>(offsetof(SignatureDescription_t1971889425, ____DeformatterAlgorithm_0)); }
	inline String_t* get__DeformatterAlgorithm_0() const { return ____DeformatterAlgorithm_0; }
	inline String_t** get_address_of__DeformatterAlgorithm_0() { return &____DeformatterAlgorithm_0; }
	inline void set__DeformatterAlgorithm_0(String_t* value)
	{
		____DeformatterAlgorithm_0 = value;
		Il2CppCodeGenWriteBarrier((&____DeformatterAlgorithm_0), value);
	}

	inline static int32_t get_offset_of__DigestAlgorithm_1() { return static_cast<int32_t>(offsetof(SignatureDescription_t1971889425, ____DigestAlgorithm_1)); }
	inline String_t* get__DigestAlgorithm_1() const { return ____DigestAlgorithm_1; }
	inline String_t** get_address_of__DigestAlgorithm_1() { return &____DigestAlgorithm_1; }
	inline void set__DigestAlgorithm_1(String_t* value)
	{
		____DigestAlgorithm_1 = value;
		Il2CppCodeGenWriteBarrier((&____DigestAlgorithm_1), value);
	}

	inline static int32_t get_offset_of__FormatterAlgorithm_2() { return static_cast<int32_t>(offsetof(SignatureDescription_t1971889425, ____FormatterAlgorithm_2)); }
	inline String_t* get__FormatterAlgorithm_2() const { return ____FormatterAlgorithm_2; }
	inline String_t** get_address_of__FormatterAlgorithm_2() { return &____FormatterAlgorithm_2; }
	inline void set__FormatterAlgorithm_2(String_t* value)
	{
		____FormatterAlgorithm_2 = value;
		Il2CppCodeGenWriteBarrier((&____FormatterAlgorithm_2), value);
	}

	inline static int32_t get_offset_of__KeyAlgorithm_3() { return static_cast<int32_t>(offsetof(SignatureDescription_t1971889425, ____KeyAlgorithm_3)); }
	inline String_t* get__KeyAlgorithm_3() const { return ____KeyAlgorithm_3; }
	inline String_t** get_address_of__KeyAlgorithm_3() { return &____KeyAlgorithm_3; }
	inline void set__KeyAlgorithm_3(String_t* value)
	{
		____KeyAlgorithm_3 = value;
		Il2CppCodeGenWriteBarrier((&____KeyAlgorithm_3), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SIGNATUREDESCRIPTION_T1971889425_H
#ifndef STREAM_T1273022909_H
#define STREAM_T1273022909_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IO.Stream
struct  Stream_t1273022909  : public RuntimeObject
{
public:

public:
};

struct Stream_t1273022909_StaticFields
{
public:
	// System.IO.Stream System.IO.Stream::Null
	Stream_t1273022909 * ___Null_0;

public:
	inline static int32_t get_offset_of_Null_0() { return static_cast<int32_t>(offsetof(Stream_t1273022909_StaticFields, ___Null_0)); }
	inline Stream_t1273022909 * get_Null_0() const { return ___Null_0; }
	inline Stream_t1273022909 ** get_address_of_Null_0() { return &___Null_0; }
	inline void set_Null_0(Stream_t1273022909 * value)
	{
		___Null_0 = value;
		Il2CppCodeGenWriteBarrier((&___Null_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAM_T1273022909_H
#ifndef U24ARRAYTYPEU2412_T2490092596_H
#define U24ARRAYTYPEU2412_T2490092596_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$12
struct  U24ArrayTypeU2412_t2490092596 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2412_t2490092596__padding[12];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2412_T2490092596_H
#ifndef SINGLE_T1397266774_H
#define SINGLE_T1397266774_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Single
struct  Single_t1397266774 
{
public:
	// System.Single System.Single::m_value
	float ___m_value_7;

public:
	inline static int32_t get_offset_of_m_value_7() { return static_cast<int32_t>(offsetof(Single_t1397266774, ___m_value_7)); }
	inline float get_m_value_7() const { return ___m_value_7; }
	inline float* get_address_of_m_value_7() { return &___m_value_7; }
	inline void set_m_value_7(float value)
	{
		___m_value_7 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLE_T1397266774_H
#ifndef UINT16_T2177724958_H
#define UINT16_T2177724958_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.UInt16
struct  UInt16_t2177724958 
{
public:
	// System.UInt16 System.UInt16::m_value
	uint16_t ___m_value_2;

public:
	inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(UInt16_t2177724958, ___m_value_2)); }
	inline uint16_t get_m_value_2() const { return ___m_value_2; }
	inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; }
	inline void set_m_value_2(uint16_t value)
	{
		___m_value_2 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_T2177724958_H
#ifndef SBYTE_T1669577662_H
#define SBYTE_T1669577662_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.SByte
struct  SByte_t1669577662 
{
public:
	// System.SByte System.SByte::m_value
	int8_t ___m_value_0;

public:
	inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t1669577662, ___m_value_0)); }
	inline int8_t get_m_value_0() const { return ___m_value_0; }
	inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
	inline void set_m_value_0(int8_t value)
	{
		___m_value_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SBYTE_T1669577662_H
#ifndef INT16_T2552820387_H
#define INT16_T2552820387_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Int16
struct  Int16_t2552820387 
{
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_t2552820387, ___m_value_0)); }
	inline int16_t get_m_value_0() const { return ___m_value_0; }
	inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
	inline void set_m_value_0(int16_t value)
	{
		___m_value_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T2552820387_H
#ifndef DOUBLE_T594665363_H
#define DOUBLE_T594665363_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Double
struct  Double_t594665363 
{
public:
	// System.Double System.Double::m_value
	double ___m_value_13;

public:
	inline static int32_t get_offset_of_m_value_13() { return static_cast<int32_t>(offsetof(Double_t594665363, ___m_value_13)); }
	inline double get_m_value_13() const { return ___m_value_13; }
	inline double* get_address_of_m_value_13() { return &___m_value_13; }
	inline void set_m_value_13(double value)
	{
		___m_value_13 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T594665363_H
#ifndef DECIMAL_T2948259380_H
#define DECIMAL_T2948259380_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Decimal
struct  Decimal_t2948259380 
{
public:
	// System.UInt32 System.Decimal::flags
	uint32_t ___flags_5;
	// System.UInt32 System.Decimal::hi
	uint32_t ___hi_6;
	// System.UInt32 System.Decimal::lo
	uint32_t ___lo_7;
	// System.UInt32 System.Decimal::mid
	uint32_t ___mid_8;

public:
	inline static int32_t get_offset_of_flags_5() { return static_cast<int32_t>(offsetof(Decimal_t2948259380, ___flags_5)); }
	inline uint32_t get_flags_5() const { return ___flags_5; }
	inline uint32_t* get_address_of_flags_5() { return &___flags_5; }
	inline void set_flags_5(uint32_t value)
	{
		___flags_5 = value;
	}

	inline static int32_t get_offset_of_hi_6() { return static_cast<int32_t>(offsetof(Decimal_t2948259380, ___hi_6)); }
	inline uint32_t get_hi_6() const { return ___hi_6; }
	inline uint32_t* get_address_of_hi_6() { return &___hi_6; }
	inline void set_hi_6(uint32_t value)
	{
		___hi_6 = value;
	}

	inline static int32_t get_offset_of_lo_7() { return static_cast<int32_t>(offsetof(Decimal_t2948259380, ___lo_7)); }
	inline uint32_t get_lo_7() const { return ___lo_7; }
	inline uint32_t* get_address_of_lo_7() { return &___lo_7; }
	inline void set_lo_7(uint32_t value)
	{
		___lo_7 = value;
	}

	inline static int32_t get_offset_of_mid_8() { return static_cast<int32_t>(offsetof(Decimal_t2948259380, ___mid_8)); }
	inline uint32_t get_mid_8() const { return ___mid_8; }
	inline uint32_t* get_address_of_mid_8() { return &___mid_8; }
	inline void set_mid_8(uint32_t value)
	{
		___mid_8 = value;
	}
};

struct Decimal_t2948259380_StaticFields
{
public:
	// System.Decimal System.Decimal::MinValue
	Decimal_t2948259380  ___MinValue_0;
	// System.Decimal System.Decimal::MaxValue
	Decimal_t2948259380  ___MaxValue_1;
	// System.Decimal System.Decimal::MinusOne
	Decimal_t2948259380  ___MinusOne_2;
	// System.Decimal System.Decimal::One
	Decimal_t2948259380  ___One_3;
	// System.Decimal System.Decimal::MaxValueDiv10
	Decimal_t2948259380  ___MaxValueDiv10_4;

public:
	inline static int32_t get_offset_of_MinValue_0() { return static_cast<int32_t>(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); }
	inline Decimal_t2948259380  get_MinValue_0() const { return ___MinValue_0; }
	inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; }
	inline void set_MinValue_0(Decimal_t2948259380  value)
	{
		___MinValue_0 = value;
	}

	inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); }
	inline Decimal_t2948259380  get_MaxValue_1() const { return ___MaxValue_1; }
	inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
	inline void set_MaxValue_1(Decimal_t2948259380  value)
	{
		___MaxValue_1 = value;
	}

	inline static int32_t get_offset_of_MinusOne_2() { return static_cast<int32_t>(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); }
	inline Decimal_t2948259380  get_MinusOne_2() const { return ___MinusOne_2; }
	inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; }
	inline void set_MinusOne_2(Decimal_t2948259380  value)
	{
		___MinusOne_2 = value;
	}

	inline static int32_t get_offset_of_One_3() { return static_cast<int32_t>(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); }
	inline Decimal_t2948259380  get_One_3() const { return ___One_3; }
	inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; }
	inline void set_One_3(Decimal_t2948259380  value)
	{
		___One_3 = value;
	}

	inline static int32_t get_offset_of_MaxValueDiv10_4() { return static_cast<int32_t>(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_4)); }
	inline Decimal_t2948259380  get_MaxValueDiv10_4() const { return ___MaxValueDiv10_4; }
	inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_4() { return &___MaxValueDiv10_4; }
	inline void set_MaxValueDiv10_4(Decimal_t2948259380  value)
	{
		___MaxValueDiv10_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECIMAL_T2948259380_H
#ifndef SECURITYATTRIBUTE_T4008260079_H
#define SECURITYATTRIBUTE_T4008260079_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Permissions.SecurityAttribute
struct  SecurityAttribute_t4008260079  : public Attribute_t861562559
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYATTRIBUTE_T4008260079_H
#ifndef CULTUREAWARECOMPARER_T30646139_H
#define CULTUREAWARECOMPARER_T30646139_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.CultureAwareComparer
struct  CultureAwareComparer_t30646139  : public StringComparer_t3301955079
{
public:
	// System.Boolean System.CultureAwareComparer::_ignoreCase
	bool ____ignoreCase_4;
	// System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo
	CompareInfo_t1092934962 * ____compareInfo_5;

public:
	inline static int32_t get_offset_of__ignoreCase_4() { return static_cast<int32_t>(offsetof(CultureAwareComparer_t30646139, ____ignoreCase_4)); }
	inline bool get__ignoreCase_4() const { return ____ignoreCase_4; }
	inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; }
	inline void set__ignoreCase_4(bool value)
	{
		____ignoreCase_4 = value;
	}

	inline static int32_t get_offset_of__compareInfo_5() { return static_cast<int32_t>(offsetof(CultureAwareComparer_t30646139, ____compareInfo_5)); }
	inline CompareInfo_t1092934962 * get__compareInfo_5() const { return ____compareInfo_5; }
	inline CompareInfo_t1092934962 ** get_address_of__compareInfo_5() { return &____compareInfo_5; }
	inline void set__compareInfo_5(CompareInfo_t1092934962 * value)
	{
		____compareInfo_5 = value;
		Il2CppCodeGenWriteBarrier((&____compareInfo_5), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CULTUREAWARECOMPARER_T30646139_H
#ifndef UNVERIFIABLECODEATTRIBUTE_T3228760399_H
#define UNVERIFIABLECODEATTRIBUTE_T3228760399_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.UnverifiableCodeAttribute
struct  UnverifiableCodeAttribute_t3228760399  : public Attribute_t861562559
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNVERIFIABLECODEATTRIBUTE_T3228760399_H
#ifndef SERIALIZABLEATTRIBUTE_T1992588303_H
#define SERIALIZABLEATTRIBUTE_T1992588303_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.SerializableAttribute
struct  SerializableAttribute_t1992588303  : public Attribute_t861562559
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZABLEATTRIBUTE_T1992588303_H
#ifndef INT64_T3736567304_H
#define INT64_T3736567304_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Int64
struct  Int64_t3736567304 
{
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_t3736567304, ___m_value_0)); }
	inline int64_t get_m_value_0() const { return ___m_value_0; }
	inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
	inline void set_m_value_0(int64_t value)
	{
		___m_value_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T3736567304_H
#ifndef SYSTEMEXCEPTION_T176217640_H
#define SYSTEMEXCEPTION_T176217640_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.SystemException
struct  SystemException_t176217640  : public Exception_t
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T176217640_H
#ifndef SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H
#define SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SuppressUnmanagedCodeSecurityAttribute
struct  SuppressUnmanagedCodeSecurityAttribute_t744305558  : public Attribute_t861562559
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H
#ifndef SECURITYSAFECRITICALATTRIBUTE_T3505979402_H
#define SECURITYSAFECRITICALATTRIBUTE_T3505979402_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecuritySafeCriticalAttribute
struct  SecuritySafeCriticalAttribute_t3505979402  : public Attribute_t861562559
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYSAFECRITICALATTRIBUTE_T3505979402_H
#ifndef SECURITYFRAME_T1422462475_H
#define SECURITYFRAME_T1422462475_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecurityFrame
struct  SecurityFrame_t1422462475 
{
public:
	// System.AppDomain System.Security.SecurityFrame::_domain
	AppDomain_t1571427825 * ____domain_0;
	// System.Reflection.MethodInfo System.Security.SecurityFrame::_method
	MethodInfo_t * ____method_1;
	// System.Security.PermissionSet System.Security.SecurityFrame::_assert
	PermissionSet_t223948603 * ____assert_2;
	// System.Security.PermissionSet System.Security.SecurityFrame::_deny
	PermissionSet_t223948603 * ____deny_3;
	// System.Security.PermissionSet System.Security.SecurityFrame::_permitonly
	PermissionSet_t223948603 * ____permitonly_4;

public:
	inline static int32_t get_offset_of__domain_0() { return static_cast<int32_t>(offsetof(SecurityFrame_t1422462475, ____domain_0)); }
	inline AppDomain_t1571427825 * get__domain_0() const { return ____domain_0; }
	inline AppDomain_t1571427825 ** get_address_of__domain_0() { return &____domain_0; }
	inline void set__domain_0(AppDomain_t1571427825 * value)
	{
		____domain_0 = value;
		Il2CppCodeGenWriteBarrier((&____domain_0), value);
	}

	inline static int32_t get_offset_of__method_1() { return static_cast<int32_t>(offsetof(SecurityFrame_t1422462475, ____method_1)); }
	inline MethodInfo_t * get__method_1() const { return ____method_1; }
	inline MethodInfo_t ** get_address_of__method_1() { return &____method_1; }
	inline void set__method_1(MethodInfo_t * value)
	{
		____method_1 = value;
		Il2CppCodeGenWriteBarrier((&____method_1), value);
	}

	inline static int32_t get_offset_of__assert_2() { return static_cast<int32_t>(offsetof(SecurityFrame_t1422462475, ____assert_2)); }
	inline PermissionSet_t223948603 * get__assert_2() const { return ____assert_2; }
	inline PermissionSet_t223948603 ** get_address_of__assert_2() { return &____assert_2; }
	inline void set__assert_2(PermissionSet_t223948603 * value)
	{
		____assert_2 = value;
		Il2CppCodeGenWriteBarrier((&____assert_2), value);
	}

	inline static int32_t get_offset_of__deny_3() { return static_cast<int32_t>(offsetof(SecurityFrame_t1422462475, ____deny_3)); }
	inline PermissionSet_t223948603 * get__deny_3() const { return ____deny_3; }
	inline PermissionSet_t223948603 ** get_address_of__deny_3() { return &____deny_3; }
	inline void set__deny_3(PermissionSet_t223948603 * value)
	{
		____deny_3 = value;
		Il2CppCodeGenWriteBarrier((&____deny_3), value);
	}

	inline static int32_t get_offset_of__permitonly_4() { return static_cast<int32_t>(offsetof(SecurityFrame_t1422462475, ____permitonly_4)); }
	inline PermissionSet_t223948603 * get__permitonly_4() const { return ____permitonly_4; }
	inline PermissionSet_t223948603 ** get_address_of__permitonly_4() { return &____permitonly_4; }
	inline void set__permitonly_4(PermissionSet_t223948603 * value)
	{
		____permitonly_4 = value;
		Il2CppCodeGenWriteBarrier((&____permitonly_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Security.SecurityFrame
struct SecurityFrame_t1422462475_marshaled_pinvoke
{
	AppDomain_t1571427825 * ____domain_0;
	MethodInfo_t * ____method_1;
	PermissionSet_t223948603 * ____assert_2;
	PermissionSet_t223948603 * ____deny_3;
	PermissionSet_t223948603 * ____permitonly_4;
};
// Native definition for COM marshalling of System.Security.SecurityFrame
struct SecurityFrame_t1422462475_marshaled_com
{
	AppDomain_t1571427825 * ____domain_0;
	MethodInfo_t * ____method_1;
	PermissionSet_t223948603 * ____assert_2;
	PermissionSet_t223948603 * ____deny_3;
	PermissionSet_t223948603 * ____permitonly_4;
};
#endif // SECURITYFRAME_T1422462475_H
#ifndef ASCIIENCODING_T3446586211_H
#define ASCIIENCODING_T3446586211_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.ASCIIEncoding
struct  ASCIIEncoding_t3446586211  : public Encoding_t1523322056
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASCIIENCODING_T3446586211_H
#ifndef ORDINALCOMPARER_T3407243298_H
#define ORDINALCOMPARER_T3407243298_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.OrdinalComparer
struct  OrdinalComparer_t3407243298  : public StringComparer_t3301955079
{
public:
	// System.Boolean System.OrdinalComparer::_ignoreCase
	bool ____ignoreCase_4;

public:
	inline static int32_t get_offset_of__ignoreCase_4() { return static_cast<int32_t>(offsetof(OrdinalComparer_t3407243298, ____ignoreCase_4)); }
	inline bool get__ignoreCase_4() const { return ____ignoreCase_4; }
	inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; }
	inline void set__ignoreCase_4(bool value)
	{
		____ignoreCase_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ORDINALCOMPARER_T3407243298_H
#ifndef DATA_T2225474377_H
#define DATA_T2225474377_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Globalization.TextInfo/Data
struct  Data_t2225474377 
{
public:
	// System.Int32 System.Globalization.TextInfo/Data::ansi
	int32_t ___ansi_0;
	// System.Int32 System.Globalization.TextInfo/Data::ebcdic
	int32_t ___ebcdic_1;
	// System.Int32 System.Globalization.TextInfo/Data::mac
	int32_t ___mac_2;
	// System.Int32 System.Globalization.TextInfo/Data::oem
	int32_t ___oem_3;
	// System.Byte System.Globalization.TextInfo/Data::list_sep
	uint8_t ___list_sep_4;

public:
	inline static int32_t get_offset_of_ansi_0() { return static_cast<int32_t>(offsetof(Data_t2225474377, ___ansi_0)); }
	inline int32_t get_ansi_0() const { return ___ansi_0; }
	inline int32_t* get_address_of_ansi_0() { return &___ansi_0; }
	inline void set_ansi_0(int32_t value)
	{
		___ansi_0 = value;
	}

	inline static int32_t get_offset_of_ebcdic_1() { return static_cast<int32_t>(offsetof(Data_t2225474377, ___ebcdic_1)); }
	inline int32_t get_ebcdic_1() const { return ___ebcdic_1; }
	inline int32_t* get_address_of_ebcdic_1() { return &___ebcdic_1; }
	inline void set_ebcdic_1(int32_t value)
	{
		___ebcdic_1 = value;
	}

	inline static int32_t get_offset_of_mac_2() { return static_cast<int32_t>(offsetof(Data_t2225474377, ___mac_2)); }
	inline int32_t get_mac_2() const { return ___mac_2; }
	inline int32_t* get_address_of_mac_2() { return &___mac_2; }
	inline void set_mac_2(int32_t value)
	{
		___mac_2 = value;
	}

	inline static int32_t get_offset_of_oem_3() { return static_cast<int32_t>(offsetof(Data_t2225474377, ___oem_3)); }
	inline int32_t get_oem_3() const { return ___oem_3; }
	inline int32_t* get_address_of_oem_3() { return &___oem_3; }
	inline void set_oem_3(int32_t value)
	{
		___oem_3 = value;
	}

	inline static int32_t get_offset_of_list_sep_4() { return static_cast<int32_t>(offsetof(Data_t2225474377, ___list_sep_4)); }
	inline uint8_t get_list_sep_4() const { return ___list_sep_4; }
	inline uint8_t* get_address_of_list_sep_4() { return &___list_sep_4; }
	inline void set_list_sep_4(uint8_t value)
	{
		___list_sep_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATA_T2225474377_H
#ifndef ENUM_T4135868527_H
#define ENUM_T4135868527_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Enum
struct  Enum_t4135868527  : public ValueType_t3640485471
{
public:

public:
};

struct Enum_t4135868527_StaticFields
{
public:
	// System.Char[] System.Enum::split_char
	CharU5BU5D_t3528271667* ___split_char_0;

public:
	inline static int32_t get_offset_of_split_char_0() { return static_cast<int32_t>(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); }
	inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; }
	inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; }
	inline void set_split_char_0(CharU5BU5D_t3528271667* value)
	{
		___split_char_0 = value;
		Il2CppCodeGenWriteBarrier((&___split_char_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t4135868527_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t4135868527_marshaled_com
{
};
#endif // ENUM_T4135868527_H
#ifndef CHAR_T3634460470_H
#define CHAR_T3634460470_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Char
struct  Char_t3634460470 
{
public:
	// System.Char System.Char::m_value
	Il2CppChar ___m_value_2;

public:
	inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Char_t3634460470, ___m_value_2)); }
	inline Il2CppChar get_m_value_2() const { return ___m_value_2; }
	inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; }
	inline void set_m_value_2(Il2CppChar value)
	{
		___m_value_2 = value;
	}
};

struct Char_t3634460470_StaticFields
{
public:
	// System.Byte* System.Char::category_data
	uint8_t* ___category_data_3;
	// System.Byte* System.Char::numeric_data
	uint8_t* ___numeric_data_4;
	// System.Double* System.Char::numeric_data_values
	double* ___numeric_data_values_5;
	// System.UInt16* System.Char::to_lower_data_low
	uint16_t* ___to_lower_data_low_6;
	// System.UInt16* System.Char::to_lower_data_high
	uint16_t* ___to_lower_data_high_7;
	// System.UInt16* System.Char::to_upper_data_low
	uint16_t* ___to_upper_data_low_8;
	// System.UInt16* System.Char::to_upper_data_high
	uint16_t* ___to_upper_data_high_9;

public:
	inline static int32_t get_offset_of_category_data_3() { return static_cast<int32_t>(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); }
	inline uint8_t* get_category_data_3() const { return ___category_data_3; }
	inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; }
	inline void set_category_data_3(uint8_t* value)
	{
		___category_data_3 = value;
	}

	inline static int32_t get_offset_of_numeric_data_4() { return static_cast<int32_t>(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); }
	inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; }
	inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; }
	inline void set_numeric_data_4(uint8_t* value)
	{
		___numeric_data_4 = value;
	}

	inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast<int32_t>(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); }
	inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; }
	inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; }
	inline void set_numeric_data_values_5(double* value)
	{
		___numeric_data_values_5 = value;
	}

	inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast<int32_t>(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); }
	inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; }
	inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; }
	inline void set_to_lower_data_low_6(uint16_t* value)
	{
		___to_lower_data_low_6 = value;
	}

	inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast<int32_t>(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); }
	inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; }
	inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; }
	inline void set_to_lower_data_high_7(uint16_t* value)
	{
		___to_lower_data_high_7 = value;
	}

	inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast<int32_t>(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); }
	inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; }
	inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; }
	inline void set_to_upper_data_low_8(uint16_t* value)
	{
		___to_upper_data_low_8 = value;
	}

	inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast<int32_t>(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); }
	inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; }
	inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; }
	inline void set_to_upper_data_high_9(uint16_t* value)
	{
		___to_upper_data_high_9 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_T3634460470_H
#ifndef U24ARRAYTYPEU2416_T3254766644_H
#define U24ARRAYTYPEU2416_T3254766644_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$16
struct  U24ArrayTypeU2416_t3254766644 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2416_t3254766644__padding[16];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2416_T3254766644_H
#ifndef X509CERTIFICATECOLLECTION_T1542168549_H
#define X509CERTIFICATECOLLECTION_T1542168549_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.X509.X509CertificateCollection
struct  X509CertificateCollection_t1542168549  : public CollectionBase_t2727926298
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATECOLLECTION_T1542168549_H
#ifndef RIPEMD160_T268675434_H
#define RIPEMD160_T268675434_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RIPEMD160
struct  RIPEMD160_t268675434  : public HashAlgorithm_t1432317219
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RIPEMD160_T268675434_H
#ifndef VOID_T1185182177_H
#define VOID_T1185182177_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Void
struct  Void_t1185182177 
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T1185182177_H
#ifndef INT32_T2950945753_H
#define INT32_T2950945753_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Int32
struct  Int32_t2950945753 
{
public:
	// System.Int32 System.Int32::m_value
	int32_t ___m_value_2;

public:
	inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Int32_t2950945753, ___m_value_2)); }
	inline int32_t get_m_value_2() const { return ___m_value_2; }
	inline int32_t* get_address_of_m_value_2() { return &___m_value_2; }
	inline void set_m_value_2(int32_t value)
	{
		___m_value_2 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T2950945753_H
#ifndef UINT32_T2560061978_H
#define UINT32_T2560061978_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.UInt32
struct  UInt32_t2560061978 
{
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_t2560061978, ___m_value_0)); }
	inline uint32_t get_m_value_0() const { return ___m_value_0; }
	inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
	inline void set_m_value_0(uint32_t value)
	{
		___m_value_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T2560061978_H
#ifndef DECODERREPLACEMENTFALLBACK_T1462101135_H
#define DECODERREPLACEMENTFALLBACK_T1462101135_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.DecoderReplacementFallback
struct  DecoderReplacementFallback_t1462101135  : public DecoderFallback_t3123823036
{
public:
	// System.String System.Text.DecoderReplacementFallback::replacement
	String_t* ___replacement_3;

public:
	inline static int32_t get_offset_of_replacement_3() { return static_cast<int32_t>(offsetof(DecoderReplacementFallback_t1462101135, ___replacement_3)); }
	inline String_t* get_replacement_3() const { return ___replacement_3; }
	inline String_t** get_address_of_replacement_3() { return &___replacement_3; }
	inline void set_replacement_3(String_t* value)
	{
		___replacement_3 = value;
		Il2CppCodeGenWriteBarrier((&___replacement_3), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERREPLACEMENTFALLBACK_T1462101135_H
#ifndef U24ARRAYTYPEU2452_T520724128_H
#define U24ARRAYTYPEU2452_T520724128_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$52
struct  U24ArrayTypeU2452_t520724128 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2452_t520724128__padding[52];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2452_T520724128_H
#ifndef SHA256_T3672283617_H
#define SHA256_T3672283617_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA256
struct  SHA256_t3672283617  : public HashAlgorithm_t1432317219
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA256_T3672283617_H
#ifndef BYTE_T1134296376_H
#define BYTE_T1134296376_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Byte
struct  Byte_t1134296376 
{
public:
	// System.Byte System.Byte::m_value
	uint8_t ___m_value_2;

public:
	inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Byte_t1134296376, ___m_value_2)); }
	inline uint8_t get_m_value_2() const { return ___m_value_2; }
	inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; }
	inline void set_m_value_2(uint8_t value)
	{
		___m_value_2 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_T1134296376_H
#ifndef UINT64_T4134040092_H
#define UINT64_T4134040092_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.UInt64
struct  UInt64_t4134040092 
{
public:
	// System.UInt64 System.UInt64::m_value
	uint64_t ___m_value_0;

public:
	inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_t4134040092, ___m_value_0)); }
	inline uint64_t get_m_value_0() const { return ___m_value_0; }
	inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
	inline void set_m_value_0(uint64_t value)
	{
		___m_value_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT64_T4134040092_H
#ifndef SHA1_T1803193667_H
#define SHA1_T1803193667_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA1
struct  SHA1_t1803193667  : public HashAlgorithm_t1432317219
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1_T1803193667_H
#ifndef RSAPKCS1SIGNATUREFORMATTER_T1514197062_H
#define RSAPKCS1SIGNATUREFORMATTER_T1514197062_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RSAPKCS1SignatureFormatter
struct  RSAPKCS1SignatureFormatter_t1514197062  : public AsymmetricSignatureFormatter_t3486936014
{
public:
	// System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureFormatter::rsa
	RSA_t2385438082 * ___rsa_0;
	// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSAPKCS1SignatureFormatter::hash
	HashAlgorithm_t1432317219 * ___hash_1;

public:
	inline static int32_t get_offset_of_rsa_0() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureFormatter_t1514197062, ___rsa_0)); }
	inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; }
	inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; }
	inline void set_rsa_0(RSA_t2385438082 * value)
	{
		___rsa_0 = value;
		Il2CppCodeGenWriteBarrier((&___rsa_0), value);
	}

	inline static int32_t get_offset_of_hash_1() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureFormatter_t1514197062, ___hash_1)); }
	inline HashAlgorithm_t1432317219 * get_hash_1() const { return ___hash_1; }
	inline HashAlgorithm_t1432317219 ** get_address_of_hash_1() { return &___hash_1; }
	inline void set_hash_1(HashAlgorithm_t1432317219 * value)
	{
		___hash_1 = value;
		Il2CppCodeGenWriteBarrier((&___hash_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SIGNATUREFORMATTER_T1514197062_H
#ifndef RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H
#define RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
struct  RSAPKCS1SignatureDeformatter_t3767223008  : public AsymmetricSignatureDeformatter_t2681190756
{
public:
	// System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureDeformatter::rsa
	RSA_t2385438082 * ___rsa_0;
	// System.String System.Security.Cryptography.RSAPKCS1SignatureDeformatter::hashName
	String_t* ___hashName_1;

public:
	inline static int32_t get_offset_of_rsa_0() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureDeformatter_t3767223008, ___rsa_0)); }
	inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; }
	inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; }
	inline void set_rsa_0(RSA_t2385438082 * value)
	{
		___rsa_0 = value;
		Il2CppCodeGenWriteBarrier((&___rsa_0), value);
	}

	inline static int32_t get_offset_of_hashName_1() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureDeformatter_t3767223008, ___hashName_1)); }
	inline String_t* get_hashName_1() const { return ___hashName_1; }
	inline String_t** get_address_of_hashName_1() { return &___hashName_1; }
	inline void set_hashName_1(String_t* value)
	{
		___hashName_1 = value;
		Il2CppCodeGenWriteBarrier((&___hashName_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H
#ifndef RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H
#define RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription
struct  RSAPKCS1SHA1SignatureDescription_t2887980541  : public SignatureDescription_t1971889425
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H
#ifndef BOOLEAN_T97287965_H
#define BOOLEAN_T97287965_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Boolean
struct  Boolean_t97287965 
{
public:
	// System.Boolean System.Boolean::m_value
	bool ___m_value_2;

public:
	inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Boolean_t97287965, ___m_value_2)); }
	inline bool get_m_value_2() const { return ___m_value_2; }
	inline bool* get_address_of_m_value_2() { return &___m_value_2; }
	inline void set_m_value_2(bool value)
	{
		___m_value_2 = value;
	}
};

struct Boolean_t97287965_StaticFields
{
public:
	// System.String System.Boolean::FalseString
	String_t* ___FalseString_0;
	// System.String System.Boolean::TrueString
	String_t* ___TrueString_1;

public:
	inline static int32_t get_offset_of_FalseString_0() { return static_cast<int32_t>(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); }
	inline String_t* get_FalseString_0() const { return ___FalseString_0; }
	inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; }
	inline void set_FalseString_0(String_t* value)
	{
		___FalseString_0 = value;
		Il2CppCodeGenWriteBarrier((&___FalseString_0), value);
	}

	inline static int32_t get_offset_of_TrueString_1() { return static_cast<int32_t>(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); }
	inline String_t* get_TrueString_1() const { return ___TrueString_1; }
	inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; }
	inline void set_TrueString_1(String_t* value)
	{
		___TrueString_1 = value;
		Il2CppCodeGenWriteBarrier((&___TrueString_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_T97287965_H
#ifndef RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H
#define RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
struct  RSAPKCS1KeyExchangeFormatter_t2761096101  : public AsymmetricKeyExchangeFormatter_t937192061
{
public:
	// System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::rsa
	RSA_t2385438082 * ___rsa_0;
	// System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::random
	RandomNumberGenerator_t386037858 * ___random_1;

public:
	inline static int32_t get_offset_of_rsa_0() { return static_cast<int32_t>(offsetof(RSAPKCS1KeyExchangeFormatter_t2761096101, ___rsa_0)); }
	inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; }
	inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; }
	inline void set_rsa_0(RSA_t2385438082 * value)
	{
		___rsa_0 = value;
		Il2CppCodeGenWriteBarrier((&___rsa_0), value);
	}

	inline static int32_t get_offset_of_random_1() { return static_cast<int32_t>(offsetof(RSAPKCS1KeyExchangeFormatter_t2761096101, ___random_1)); }
	inline RandomNumberGenerator_t386037858 * get_random_1() const { return ___random_1; }
	inline RandomNumberGenerator_t386037858 ** get_address_of_random_1() { return &___random_1; }
	inline void set_random_1(RandomNumberGenerator_t386037858 * value)
	{
		___random_1 = value;
		Il2CppCodeGenWriteBarrier((&___random_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H
#ifndef TIMESPAN_T881159249_H
#define TIMESPAN_T881159249_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.TimeSpan
struct  TimeSpan_t881159249 
{
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_t881159249, ____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_t881159249_StaticFields
{
public:
	// System.TimeSpan System.TimeSpan::MaxValue
	TimeSpan_t881159249  ___MaxValue_0;
	// System.TimeSpan System.TimeSpan::MinValue
	TimeSpan_t881159249  ___MinValue_1;
	// System.TimeSpan System.TimeSpan::Zero
	TimeSpan_t881159249  ___Zero_2;

public:
	inline static int32_t get_offset_of_MaxValue_0() { return static_cast<int32_t>(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_0)); }
	inline TimeSpan_t881159249  get_MaxValue_0() const { return ___MaxValue_0; }
	inline TimeSpan_t881159249 * get_address_of_MaxValue_0() { return &___MaxValue_0; }
	inline void set_MaxValue_0(TimeSpan_t881159249  value)
	{
		___MaxValue_0 = value;
	}

	inline static int32_t get_offset_of_MinValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_1)); }
	inline TimeSpan_t881159249  get_MinValue_1() const { return ___MinValue_1; }
	inline TimeSpan_t881159249 * get_address_of_MinValue_1() { return &___MinValue_1; }
	inline void set_MinValue_1(TimeSpan_t881159249  value)
	{
		___MinValue_1 = value;
	}

	inline static int32_t get_offset_of_Zero_2() { return static_cast<int32_t>(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_2)); }
	inline TimeSpan_t881159249  get_Zero_2() const { return ___Zero_2; }
	inline TimeSpan_t881159249 * get_address_of_Zero_2() { return &___Zero_2; }
	inline void set_Zero_2(TimeSpan_t881159249  value)
	{
		___Zero_2 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMESPAN_T881159249_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IntPtr
struct  IntPtr_t 
{
public:
	// System.Void* System.IntPtr::m_value
	void* ___m_value_0;

public:
	inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
	inline void* get_m_value_0() const { return ___m_value_0; }
	inline void** get_address_of_m_value_0() { return &___m_value_0; }
	inline void set_m_value_0(void* value)
	{
		___m_value_0 = value;
	}
};

struct IntPtr_t_StaticFields
{
public:
	// System.IntPtr System.IntPtr::Zero
	intptr_t ___Zero_1;

public:
	inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
	inline intptr_t get_Zero_1() const { return ___Zero_1; }
	inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
	inline void set_Zero_1(intptr_t value)
	{
		___Zero_1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef METHODBASE_T_H
#define METHODBASE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Reflection.MethodBase
struct  MethodBase_t  : public MemberInfo_t
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // METHODBASE_T_H
#ifndef UINTPTR_T_H
#define UINTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.UIntPtr
struct  UIntPtr_t 
{
public:
	// System.Void* System.UIntPtr::_pointer
	void* ____pointer_1;

public:
	inline static int32_t get_offset_of__pointer_1() { return static_cast<int32_t>(offsetof(UIntPtr_t, ____pointer_1)); }
	inline void* get__pointer_1() const { return ____pointer_1; }
	inline void** get_address_of__pointer_1() { return &____pointer_1; }
	inline void set__pointer_1(void* value)
	{
		____pointer_1 = value;
	}
};

struct UIntPtr_t_StaticFields
{
public:
	// System.UIntPtr System.UIntPtr::Zero
	uintptr_t ___Zero_0;

public:
	inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); }
	inline uintptr_t get_Zero_0() const { return ___Zero_0; }
	inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; }
	inline void set_Zero_0(uintptr_t value)
	{
		___Zero_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINTPTR_T_H
#ifndef SHA384_T540967702_H
#define SHA384_T540967702_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA384
struct  SHA384_t540967702  : public HashAlgorithm_t1432317219
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA384_T540967702_H
#ifndef RSA_T2385438082_H
#define RSA_T2385438082_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RSA
struct  RSA_t2385438082  : public AsymmetricAlgorithm_t932037087
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSA_T2385438082_H
#ifndef U24ARRAYTYPEU24128_T4289081659_H
#define U24ARRAYTYPEU24128_T4289081659_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$128
struct  U24ArrayTypeU24128_t4289081659 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU24128_t4289081659__padding[128];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU24128_T4289081659_H
#ifndef U24ARRAYTYPEU241024_T3907531057_H
#define U24ARRAYTYPEU241024_T3907531057_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$1024
struct  U24ArrayTypeU241024_t3907531057 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU241024_t3907531057__padding[1024];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU241024_T3907531057_H
#ifndef DECODEREXCEPTIONFALLBACK_T3981484394_H
#define DECODEREXCEPTIONFALLBACK_T3981484394_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.DecoderExceptionFallback
struct  DecoderExceptionFallback_t3981484394  : public DecoderFallback_t3123823036
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODEREXCEPTIONFALLBACK_T3981484394_H
#ifndef DECODEREXCEPTIONFALLBACKBUFFER_T90938522_H
#define DECODEREXCEPTIONFALLBACKBUFFER_T90938522_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.DecoderExceptionFallbackBuffer
struct  DecoderExceptionFallbackBuffer_t90938522  : public DecoderFallbackBuffer_t2402303981
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODEREXCEPTIONFALLBACKBUFFER_T90938522_H
#ifndef U24ARRAYTYPEU2424_T2469145093_H
#define U24ARRAYTYPEU2424_T2469145093_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$24
struct  U24ArrayTypeU2424_t2469145093 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2424_t2469145093__padding[24];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2424_T2469145093_H
#ifndef U24ARRAYTYPEU2456_T1285398176_H
#define U24ARRAYTYPEU2456_T1285398176_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$56
struct  U24ArrayTypeU2456_t1285398176 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2456_t1285398176__padding[56];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2456_T1285398176_H
#ifndef DESTRANSFORM_T4088905499_H
#define DESTRANSFORM_T4088905499_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.DESTransform
struct  DESTransform_t4088905499  : public SymmetricTransform_t3802591842
{
public:
	// System.Byte[] System.Security.Cryptography.DESTransform::keySchedule
	ByteU5BU5D_t4116647657* ___keySchedule_16;
	// System.Byte[] System.Security.Cryptography.DESTransform::byteBuff
	ByteU5BU5D_t4116647657* ___byteBuff_17;
	// System.UInt32[] System.Security.Cryptography.DESTransform::dwordBuff
	UInt32U5BU5D_t2770800703* ___dwordBuff_18;

public:
	inline static int32_t get_offset_of_keySchedule_16() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499, ___keySchedule_16)); }
	inline ByteU5BU5D_t4116647657* get_keySchedule_16() const { return ___keySchedule_16; }
	inline ByteU5BU5D_t4116647657** get_address_of_keySchedule_16() { return &___keySchedule_16; }
	inline void set_keySchedule_16(ByteU5BU5D_t4116647657* value)
	{
		___keySchedule_16 = value;
		Il2CppCodeGenWriteBarrier((&___keySchedule_16), value);
	}

	inline static int32_t get_offset_of_byteBuff_17() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499, ___byteBuff_17)); }
	inline ByteU5BU5D_t4116647657* get_byteBuff_17() const { return ___byteBuff_17; }
	inline ByteU5BU5D_t4116647657** get_address_of_byteBuff_17() { return &___byteBuff_17; }
	inline void set_byteBuff_17(ByteU5BU5D_t4116647657* value)
	{
		___byteBuff_17 = value;
		Il2CppCodeGenWriteBarrier((&___byteBuff_17), value);
	}

	inline static int32_t get_offset_of_dwordBuff_18() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499, ___dwordBuff_18)); }
	inline UInt32U5BU5D_t2770800703* get_dwordBuff_18() const { return ___dwordBuff_18; }
	inline UInt32U5BU5D_t2770800703** get_address_of_dwordBuff_18() { return &___dwordBuff_18; }
	inline void set_dwordBuff_18(UInt32U5BU5D_t2770800703* value)
	{
		___dwordBuff_18 = value;
		Il2CppCodeGenWriteBarrier((&___dwordBuff_18), value);
	}
};

struct DESTransform_t4088905499_StaticFields
{
public:
	// System.Int32 System.Security.Cryptography.DESTransform::KEY_BIT_SIZE
	int32_t ___KEY_BIT_SIZE_12;
	// System.Int32 System.Security.Cryptography.DESTransform::KEY_BYTE_SIZE
	int32_t ___KEY_BYTE_SIZE_13;
	// System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BIT_SIZE
	int32_t ___BLOCK_BIT_SIZE_14;
	// System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BYTE_SIZE
	int32_t ___BLOCK_BYTE_SIZE_15;
	// System.UInt32[] System.Security.Cryptography.DESTransform::spBoxes
	UInt32U5BU5D_t2770800703* ___spBoxes_19;
	// System.Byte[] System.Security.Cryptography.DESTransform::PC1
	ByteU5BU5D_t4116647657* ___PC1_20;
	// System.Byte[] System.Security.Cryptography.DESTransform::leftRotTotal
	ByteU5BU5D_t4116647657* ___leftRotTotal_21;
	// System.Byte[] System.Security.Cryptography.DESTransform::PC2
	ByteU5BU5D_t4116647657* ___PC2_22;
	// System.UInt32[] System.Security.Cryptography.DESTransform::ipTab
	UInt32U5BU5D_t2770800703* ___ipTab_23;
	// System.UInt32[] System.Security.Cryptography.DESTransform::fpTab
	UInt32U5BU5D_t2770800703* ___fpTab_24;

public:
	inline static int32_t get_offset_of_KEY_BIT_SIZE_12() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___KEY_BIT_SIZE_12)); }
	inline int32_t get_KEY_BIT_SIZE_12() const { return ___KEY_BIT_SIZE_12; }
	inline int32_t* get_address_of_KEY_BIT_SIZE_12() { return &___KEY_BIT_SIZE_12; }
	inline void set_KEY_BIT_SIZE_12(int32_t value)
	{
		___KEY_BIT_SIZE_12 = value;
	}

	inline static int32_t get_offset_of_KEY_BYTE_SIZE_13() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___KEY_BYTE_SIZE_13)); }
	inline int32_t get_KEY_BYTE_SIZE_13() const { return ___KEY_BYTE_SIZE_13; }
	inline int32_t* get_address_of_KEY_BYTE_SIZE_13() { return &___KEY_BYTE_SIZE_13; }
	inline void set_KEY_BYTE_SIZE_13(int32_t value)
	{
		___KEY_BYTE_SIZE_13 = value;
	}

	inline static int32_t get_offset_of_BLOCK_BIT_SIZE_14() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___BLOCK_BIT_SIZE_14)); }
	inline int32_t get_BLOCK_BIT_SIZE_14() const { return ___BLOCK_BIT_SIZE_14; }
	inline int32_t* get_address_of_BLOCK_BIT_SIZE_14() { return &___BLOCK_BIT_SIZE_14; }
	inline void set_BLOCK_BIT_SIZE_14(int32_t value)
	{
		___BLOCK_BIT_SIZE_14 = value;
	}

	inline static int32_t get_offset_of_BLOCK_BYTE_SIZE_15() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___BLOCK_BYTE_SIZE_15)); }
	inline int32_t get_BLOCK_BYTE_SIZE_15() const { return ___BLOCK_BYTE_SIZE_15; }
	inline int32_t* get_address_of_BLOCK_BYTE_SIZE_15() { return &___BLOCK_BYTE_SIZE_15; }
	inline void set_BLOCK_BYTE_SIZE_15(int32_t value)
	{
		___BLOCK_BYTE_SIZE_15 = value;
	}

	inline static int32_t get_offset_of_spBoxes_19() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___spBoxes_19)); }
	inline UInt32U5BU5D_t2770800703* get_spBoxes_19() const { return ___spBoxes_19; }
	inline UInt32U5BU5D_t2770800703** get_address_of_spBoxes_19() { return &___spBoxes_19; }
	inline void set_spBoxes_19(UInt32U5BU5D_t2770800703* value)
	{
		___spBoxes_19 = value;
		Il2CppCodeGenWriteBarrier((&___spBoxes_19), value);
	}

	inline static int32_t get_offset_of_PC1_20() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___PC1_20)); }
	inline ByteU5BU5D_t4116647657* get_PC1_20() const { return ___PC1_20; }
	inline ByteU5BU5D_t4116647657** get_address_of_PC1_20() { return &___PC1_20; }
	inline void set_PC1_20(ByteU5BU5D_t4116647657* value)
	{
		___PC1_20 = value;
		Il2CppCodeGenWriteBarrier((&___PC1_20), value);
	}

	inline static int32_t get_offset_of_leftRotTotal_21() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___leftRotTotal_21)); }
	inline ByteU5BU5D_t4116647657* get_leftRotTotal_21() const { return ___leftRotTotal_21; }
	inline ByteU5BU5D_t4116647657** get_address_of_leftRotTotal_21() { return &___leftRotTotal_21; }
	inline void set_leftRotTotal_21(ByteU5BU5D_t4116647657* value)
	{
		___leftRotTotal_21 = value;
		Il2CppCodeGenWriteBarrier((&___leftRotTotal_21), value);
	}

	inline static int32_t get_offset_of_PC2_22() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___PC2_22)); }
	inline ByteU5BU5D_t4116647657* get_PC2_22() const { return ___PC2_22; }
	inline ByteU5BU5D_t4116647657** get_address_of_PC2_22() { return &___PC2_22; }
	inline void set_PC2_22(ByteU5BU5D_t4116647657* value)
	{
		___PC2_22 = value;
		Il2CppCodeGenWriteBarrier((&___PC2_22), value);
	}

	inline static int32_t get_offset_of_ipTab_23() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___ipTab_23)); }
	inline UInt32U5BU5D_t2770800703* get_ipTab_23() const { return ___ipTab_23; }
	inline UInt32U5BU5D_t2770800703** get_address_of_ipTab_23() { return &___ipTab_23; }
	inline void set_ipTab_23(UInt32U5BU5D_t2770800703* value)
	{
		___ipTab_23 = value;
		Il2CppCodeGenWriteBarrier((&___ipTab_23), value);
	}

	inline static int32_t get_offset_of_fpTab_24() { return static_cast<int32_t>(offsetof(DESTransform_t4088905499_StaticFields, ___fpTab_24)); }
	inline UInt32U5BU5D_t2770800703* get_fpTab_24() const { return ___fpTab_24; }
	inline UInt32U5BU5D_t2770800703** get_address_of_fpTab_24() { return &___fpTab_24; }
	inline void set_fpTab_24(UInt32U5BU5D_t2770800703* value)
	{
		___fpTab_24 = value;
		Il2CppCodeGenWriteBarrier((&___fpTab_24), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DESTRANSFORM_T4088905499_H
#ifndef U24ARRAYTYPEU243132_T2732071528_H
#define U24ARRAYTYPEU243132_T2732071528_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$3132
struct  U24ArrayTypeU243132_t2732071528 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU243132_t2732071528__padding[3132];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU243132_T2732071528_H
#ifndef TRIPLEDESTRANSFORM_T964169060_H
#define TRIPLEDESTRANSFORM_T964169060_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.TripleDESTransform
struct  TripleDESTransform_t964169060  : public SymmetricTransform_t3802591842
{
public:
	// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E1
	DESTransform_t4088905499 * ___E1_12;
	// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D2
	DESTransform_t4088905499 * ___D2_13;
	// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E3
	DESTransform_t4088905499 * ___E3_14;
	// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D1
	DESTransform_t4088905499 * ___D1_15;
	// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E2
	DESTransform_t4088905499 * ___E2_16;
	// System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D3
	DESTransform_t4088905499 * ___D3_17;

public:
	inline static int32_t get_offset_of_E1_12() { return static_cast<int32_t>(offsetof(TripleDESTransform_t964169060, ___E1_12)); }
	inline DESTransform_t4088905499 * get_E1_12() const { return ___E1_12; }
	inline DESTransform_t4088905499 ** get_address_of_E1_12() { return &___E1_12; }
	inline void set_E1_12(DESTransform_t4088905499 * value)
	{
		___E1_12 = value;
		Il2CppCodeGenWriteBarrier((&___E1_12), value);
	}

	inline static int32_t get_offset_of_D2_13() { return static_cast<int32_t>(offsetof(TripleDESTransform_t964169060, ___D2_13)); }
	inline DESTransform_t4088905499 * get_D2_13() const { return ___D2_13; }
	inline DESTransform_t4088905499 ** get_address_of_D2_13() { return &___D2_13; }
	inline void set_D2_13(DESTransform_t4088905499 * value)
	{
		___D2_13 = value;
		Il2CppCodeGenWriteBarrier((&___D2_13), value);
	}

	inline static int32_t get_offset_of_E3_14() { return static_cast<int32_t>(offsetof(TripleDESTransform_t964169060, ___E3_14)); }
	inline DESTransform_t4088905499 * get_E3_14() const { return ___E3_14; }
	inline DESTransform_t4088905499 ** get_address_of_E3_14() { return &___E3_14; }
	inline void set_E3_14(DESTransform_t4088905499 * value)
	{
		___E3_14 = value;
		Il2CppCodeGenWriteBarrier((&___E3_14), value);
	}

	inline static int32_t get_offset_of_D1_15() { return static_cast<int32_t>(offsetof(TripleDESTransform_t964169060, ___D1_15)); }
	inline DESTransform_t4088905499 * get_D1_15() const { return ___D1_15; }
	inline DESTransform_t4088905499 ** get_address_of_D1_15() { return &___D1_15; }
	inline void set_D1_15(DESTransform_t4088905499 * value)
	{
		___D1_15 = value;
		Il2CppCodeGenWriteBarrier((&___D1_15), value);
	}

	inline static int32_t get_offset_of_E2_16() { return static_cast<int32_t>(offsetof(TripleDESTransform_t964169060, ___E2_16)); }
	inline DESTransform_t4088905499 * get_E2_16() const { return ___E2_16; }
	inline DESTransform_t4088905499 ** get_address_of_E2_16() { return &___E2_16; }
	inline void set_E2_16(DESTransform_t4088905499 * value)
	{
		___E2_16 = value;
		Il2CppCodeGenWriteBarrier((&___E2_16), value);
	}

	inline static int32_t get_offset_of_D3_17() { return static_cast<int32_t>(offsetof(TripleDESTransform_t964169060, ___D3_17)); }
	inline DESTransform_t4088905499 * get_D3_17() const { return ___D3_17; }
	inline DESTransform_t4088905499 ** get_address_of_D3_17() { return &___D3_17; }
	inline void set_D3_17(DESTransform_t4088905499 * value)
	{
		___D3_17 = value;
		Il2CppCodeGenWriteBarrier((&___D3_17), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TRIPLEDESTRANSFORM_T964169060_H
#ifndef U24ARRAYTYPEU2420_T1704471045_H
#define U24ARRAYTYPEU2420_T1704471045_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$20
struct  U24ArrayTypeU2420_t1704471045 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2420_t1704471045__padding[20];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2420_T1704471045_H
#ifndef U24ARRAYTYPEU2432_T3652892010_H
#define U24ARRAYTYPEU2432_T3652892010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$32
struct  U24ArrayTypeU2432_t3652892010 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2432_t3652892010__padding[32];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2432_T3652892010_H
#ifndef U24ARRAYTYPEU2448_T1337922363_H
#define U24ARRAYTYPEU2448_T1337922363_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$48
struct  U24ArrayTypeU2448_t1337922363 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2448_t1337922363__padding[48];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2448_T1337922363_H
#ifndef U24ARRAYTYPEU2464_T499776625_H
#define U24ARRAYTYPEU2464_T499776625_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$64
struct  U24ArrayTypeU2464_t499776625 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2464_t499776625__padding[64];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2464_T499776625_H
#ifndef U24ARRAYTYPEU24136_T1950429485_H
#define U24ARRAYTYPEU24136_T1950429485_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$136
struct  U24ArrayTypeU24136_t1950429485 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU24136_t1950429485__padding[136];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU24136_T1950429485_H
#ifndef U24ARRAYTYPEU2472_T1683523542_H
#define U24ARRAYTYPEU2472_T1683523542_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$72
struct  U24ArrayTypeU2472_t1683523542 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2472_t1683523542__padding[72];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2472_T1683523542_H
#ifndef U24ARRAYTYPEU248_T3244137463_H
#define U24ARRAYTYPEU248_T3244137463_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$8
struct  U24ArrayTypeU248_t3244137463 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU248_t3244137463__padding[8];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU248_T3244137463_H
#ifndef U24ARRAYTYPEU24124_T4289081647_H
#define U24ARRAYTYPEU24124_T4289081647_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$124
struct  U24ArrayTypeU24124_t4289081647 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU24124_t4289081647__padding[124];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU24124_T4289081647_H
#ifndef U24ARRAYTYPEU2496_T2898536284_H
#define U24ARRAYTYPEU2496_T2898536284_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$96
struct  U24ArrayTypeU2496_t2898536284 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU2496_t2898536284__padding[96];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU2496_T2898536284_H
#ifndef U24ARRAYTYPEU24640_T2298765680_H
#define U24ARRAYTYPEU24640_T2298765680_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$640
struct  U24ArrayTypeU24640_t2298765680 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU24640_t2298765680__padding[640];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU24640_T2298765680_H
#ifndef U24ARRAYTYPEU24256_T1929481982_H
#define U24ARRAYTYPEU24256_T1929481982_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$256
struct  U24ArrayTypeU24256_t1929481982 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU24256_t1929481982__padding[256];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU24256_T1929481982_H
#ifndef U24ARRAYTYPEU242048_T3505032960_H
#define U24ARRAYTYPEU242048_T3505032960_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$2048
struct  U24ArrayTypeU242048_t3505032960 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU242048_t3505032960__padding[2048];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU242048_T3505032960_H
#ifndef U24ARRAYTYPEU24120_T4289081651_H
#define U24ARRAYTYPEU24120_T4289081651_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>/$ArrayType$120
struct  U24ArrayTypeU24120_t4289081651 
{
public:
	union
	{
		struct
		{
			union
			{
			};
		};
		uint8_t U24ArrayTypeU24120_t4289081651__padding[120];
	};

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U24ARRAYTYPEU24120_T4289081651_H
#ifndef SHA512_T1346946930_H
#define SHA512_T1346946930_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA512
struct  SHA512_t1346946930  : public HashAlgorithm_t1432317219
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA512_T1346946930_H
#ifndef RSAPARAMETERS_T1728406613_H
#define RSAPARAMETERS_T1728406613_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RSAParameters
struct  RSAParameters_t1728406613 
{
public:
	// System.Byte[] System.Security.Cryptography.RSAParameters::P
	ByteU5BU5D_t4116647657* ___P_0;
	// System.Byte[] System.Security.Cryptography.RSAParameters::Q
	ByteU5BU5D_t4116647657* ___Q_1;
	// System.Byte[] System.Security.Cryptography.RSAParameters::D
	ByteU5BU5D_t4116647657* ___D_2;
	// System.Byte[] System.Security.Cryptography.RSAParameters::DP
	ByteU5BU5D_t4116647657* ___DP_3;
	// System.Byte[] System.Security.Cryptography.RSAParameters::DQ
	ByteU5BU5D_t4116647657* ___DQ_4;
	// System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ
	ByteU5BU5D_t4116647657* ___InverseQ_5;
	// System.Byte[] System.Security.Cryptography.RSAParameters::Modulus
	ByteU5BU5D_t4116647657* ___Modulus_6;
	// System.Byte[] System.Security.Cryptography.RSAParameters::Exponent
	ByteU5BU5D_t4116647657* ___Exponent_7;

public:
	inline static int32_t get_offset_of_P_0() { return static_cast<int32_t>(offsetof(RSAParameters_t1728406613, ___P_0)); }
	inline ByteU5BU5D_t4116647657* get_P_0() const { return ___P_0; }
	inline ByteU5BU5D_t4116647657** get_address_of_P_0() { return &___P_0; }
	inline void set_P_0(ByteU5BU5D_t4116647657* value)
	{
		___P_0 = value;
		Il2CppCodeGenWriteBarrier((&___P_0), value);
	}

	inline static int32_t get_offset_of_Q_1() { return static_cast<int32_t>(offsetof(RSAParameters_t1728406613, ___Q_1)); }
	inline ByteU5BU5D_t4116647657* get_Q_1() const { return ___Q_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_Q_1() { return &___Q_1; }
	inline void set_Q_1(ByteU5BU5D_t4116647657* value)
	{
		___Q_1 = value;
		Il2CppCodeGenWriteBarrier((&___Q_1), value);
	}

	inline static int32_t get_offset_of_D_2() { return static_cast<int32_t>(offsetof(RSAParameters_t1728406613, ___D_2)); }
	inline ByteU5BU5D_t4116647657* get_D_2() const { return ___D_2; }
	inline ByteU5BU5D_t4116647657** get_address_of_D_2() { return &___D_2; }
	inline void set_D_2(ByteU5BU5D_t4116647657* value)
	{
		___D_2 = value;
		Il2CppCodeGenWriteBarrier((&___D_2), value);
	}

	inline static int32_t get_offset_of_DP_3() { return static_cast<int32_t>(offsetof(RSAParameters_t1728406613, ___DP_3)); }
	inline ByteU5BU5D_t4116647657* get_DP_3() const { return ___DP_3; }
	inline ByteU5BU5D_t4116647657** get_address_of_DP_3() { return &___DP_3; }
	inline void set_DP_3(ByteU5BU5D_t4116647657* value)
	{
		___DP_3 = value;
		Il2CppCodeGenWriteBarrier((&___DP_3), value);
	}

	inline static int32_t get_offset_of_DQ_4() { return static_cast<int32_t>(offsetof(RSAParameters_t1728406613, ___DQ_4)); }
	inline ByteU5BU5D_t4116647657* get_DQ_4() const { return ___DQ_4; }
	inline ByteU5BU5D_t4116647657** get_address_of_DQ_4() { return &___DQ_4; }
	inline void set_DQ_4(ByteU5BU5D_t4116647657* value)
	{
		___DQ_4 = value;
		Il2CppCodeGenWriteBarrier((&___DQ_4), value);
	}

	inline static int32_t get_offset_of_InverseQ_5() { return static_cast<int32_t>(offsetof(RSAParameters_t1728406613, ___InverseQ_5)); }
	inline ByteU5BU5D_t4116647657* get_InverseQ_5() const { return ___InverseQ_5; }
	inline ByteU5BU5D_t4116647657** get_address_of_InverseQ_5() { return &___InverseQ_5; }
	inline void set_InverseQ_5(ByteU5BU5D_t4116647657* value)
	{
		___InverseQ_5 = value;
		Il2CppCodeGenWriteBarrier((&___InverseQ_5), value);
	}

	inline static int32_t get_offset_of_Modulus_6() { return static_cast<int32_t>(offsetof(RSAParameters_t1728406613, ___Modulus_6)); }
	inline ByteU5BU5D_t4116647657* get_Modulus_6() const { return ___Modulus_6; }
	inline ByteU5BU5D_t4116647657** get_address_of_Modulus_6() { return &___Modulus_6; }
	inline void set_Modulus_6(ByteU5BU5D_t4116647657* value)
	{
		___Modulus_6 = value;
		Il2CppCodeGenWriteBarrier((&___Modulus_6), value);
	}

	inline static int32_t get_offset_of_Exponent_7() { return static_cast<int32_t>(offsetof(RSAParameters_t1728406613, ___Exponent_7)); }
	inline ByteU5BU5D_t4116647657* get_Exponent_7() const { return ___Exponent_7; }
	inline ByteU5BU5D_t4116647657** get_address_of_Exponent_7() { return &___Exponent_7; }
	inline void set_Exponent_7(ByteU5BU5D_t4116647657* value)
	{
		___Exponent_7 = value;
		Il2CppCodeGenWriteBarrier((&___Exponent_7), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters
struct RSAParameters_t1728406613_marshaled_pinvoke
{
	uint8_t* ___P_0;
	uint8_t* ___Q_1;
	uint8_t* ___D_2;
	uint8_t* ___DP_3;
	uint8_t* ___DQ_4;
	uint8_t* ___InverseQ_5;
	uint8_t* ___Modulus_6;
	uint8_t* ___Exponent_7;
};
// Native definition for COM marshalling of System.Security.Cryptography.RSAParameters
struct RSAParameters_t1728406613_marshaled_com
{
	uint8_t* ___P_0;
	uint8_t* ___Q_1;
	uint8_t* ___D_2;
	uint8_t* ___DP_3;
	uint8_t* ___DQ_4;
	uint8_t* ___InverseQ_5;
	uint8_t* ___Modulus_6;
	uint8_t* ___Exponent_7;
};
#endif // RSAPARAMETERS_T1728406613_H
#ifndef ARITHMETICEXCEPTION_T4283546778_H
#define ARITHMETICEXCEPTION_T4283546778_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.ArithmeticException
struct  ArithmeticException_t4283546778  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARITHMETICEXCEPTION_T4283546778_H
#ifndef COMPAREOPTIONS_T4130014775_H
#define COMPAREOPTIONS_T4130014775_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Globalization.CompareOptions
struct  CompareOptions_t4130014775 
{
public:
	// System.Int32 System.Globalization.CompareOptions::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(CompareOptions_t4130014775, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPAREOPTIONS_T4130014775_H
#ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H
#define INDEXOUTOFRANGEEXCEPTION_T1578797820_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IndexOutOfRangeException
struct  IndexOutOfRangeException_t1578797820  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H
#ifndef DATETIMEKIND_T3468814247_H
#define DATETIMEKIND_T3468814247_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.DateTimeKind
struct  DateTimeKind_t3468814247 
{
public:
	// System.Int32 System.DateTimeKind::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(DateTimeKind_t3468814247, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEKIND_T3468814247_H
#ifndef STRINGSPLITOPTIONS_T641086070_H
#define STRINGSPLITOPTIONS_T641086070_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.StringSplitOptions
struct  StringSplitOptions_t641086070 
{
public:
	// System.Int32 System.StringSplitOptions::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(StringSplitOptions_t641086070, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGSPLITOPTIONS_T641086070_H
#ifndef STREAMINGCONTEXTSTATES_T3580100459_H
#define STREAMINGCONTEXTSTATES_T3580100459_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Runtime.Serialization.StreamingContextStates
struct  StreamingContextStates_t3580100459 
{
public:
	// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(StreamingContextStates_t3580100459, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T3580100459_H
#ifndef INVALIDOPERATIONEXCEPTION_T56020091_H
#define INVALIDOPERATIONEXCEPTION_T56020091_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.InvalidOperationException
struct  InvalidOperationException_t56020091  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDOPERATIONEXCEPTION_T56020091_H
#ifndef BINDINGFLAGS_T2721792723_H
#define BINDINGFLAGS_T2721792723_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Reflection.BindingFlags
struct  BindingFlags_t2721792723 
{
public:
	// System.Int32 System.Reflection.BindingFlags::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(BindingFlags_t2721792723, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_T2721792723_H
#ifndef STRINGCOMPARISON_T3657712135_H
#define STRINGCOMPARISON_T3657712135_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.StringComparison
struct  StringComparison_t3657712135 
{
public:
	// System.Int32 System.StringComparison::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(StringComparison_t3657712135, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARISON_T3657712135_H
#ifndef TEXTINFO_T3810425522_H
#define TEXTINFO_T3810425522_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Globalization.TextInfo
struct  TextInfo_t3810425522  : public RuntimeObject
{
public:
	// System.String System.Globalization.TextInfo::m_listSeparator
	String_t* ___m_listSeparator_0;
	// System.Boolean System.Globalization.TextInfo::m_isReadOnly
	bool ___m_isReadOnly_1;
	// System.String System.Globalization.TextInfo::customCultureName
	String_t* ___customCultureName_2;
	// System.Int32 System.Globalization.TextInfo::m_nDataItem
	int32_t ___m_nDataItem_3;
	// System.Boolean System.Globalization.TextInfo::m_useUserOverride
	bool ___m_useUserOverride_4;
	// System.Int32 System.Globalization.TextInfo::m_win32LangID
	int32_t ___m_win32LangID_5;
	// System.Globalization.CultureInfo System.Globalization.TextInfo::ci
	CultureInfo_t4157843068 * ___ci_6;
	// System.Boolean System.Globalization.TextInfo::handleDotI
	bool ___handleDotI_7;
	// System.Globalization.TextInfo/Data System.Globalization.TextInfo::data
	Data_t2225474377  ___data_8;

public:
	inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___m_listSeparator_0)); }
	inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; }
	inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; }
	inline void set_m_listSeparator_0(String_t* value)
	{
		___m_listSeparator_0 = value;
		Il2CppCodeGenWriteBarrier((&___m_listSeparator_0), value);
	}

	inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___m_isReadOnly_1)); }
	inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; }
	inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; }
	inline void set_m_isReadOnly_1(bool value)
	{
		___m_isReadOnly_1 = value;
	}

	inline static int32_t get_offset_of_customCultureName_2() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___customCultureName_2)); }
	inline String_t* get_customCultureName_2() const { return ___customCultureName_2; }
	inline String_t** get_address_of_customCultureName_2() { return &___customCultureName_2; }
	inline void set_customCultureName_2(String_t* value)
	{
		___customCultureName_2 = value;
		Il2CppCodeGenWriteBarrier((&___customCultureName_2), value);
	}

	inline static int32_t get_offset_of_m_nDataItem_3() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___m_nDataItem_3)); }
	inline int32_t get_m_nDataItem_3() const { return ___m_nDataItem_3; }
	inline int32_t* get_address_of_m_nDataItem_3() { return &___m_nDataItem_3; }
	inline void set_m_nDataItem_3(int32_t value)
	{
		___m_nDataItem_3 = value;
	}

	inline static int32_t get_offset_of_m_useUserOverride_4() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___m_useUserOverride_4)); }
	inline bool get_m_useUserOverride_4() const { return ___m_useUserOverride_4; }
	inline bool* get_address_of_m_useUserOverride_4() { return &___m_useUserOverride_4; }
	inline void set_m_useUserOverride_4(bool value)
	{
		___m_useUserOverride_4 = value;
	}

	inline static int32_t get_offset_of_m_win32LangID_5() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___m_win32LangID_5)); }
	inline int32_t get_m_win32LangID_5() const { return ___m_win32LangID_5; }
	inline int32_t* get_address_of_m_win32LangID_5() { return &___m_win32LangID_5; }
	inline void set_m_win32LangID_5(int32_t value)
	{
		___m_win32LangID_5 = value;
	}

	inline static int32_t get_offset_of_ci_6() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___ci_6)); }
	inline CultureInfo_t4157843068 * get_ci_6() const { return ___ci_6; }
	inline CultureInfo_t4157843068 ** get_address_of_ci_6() { return &___ci_6; }
	inline void set_ci_6(CultureInfo_t4157843068 * value)
	{
		___ci_6 = value;
		Il2CppCodeGenWriteBarrier((&___ci_6), value);
	}

	inline static int32_t get_offset_of_handleDotI_7() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___handleDotI_7)); }
	inline bool get_handleDotI_7() const { return ___handleDotI_7; }
	inline bool* get_address_of_handleDotI_7() { return &___handleDotI_7; }
	inline void set_handleDotI_7(bool value)
	{
		___handleDotI_7 = value;
	}

	inline static int32_t get_offset_of_data_8() { return static_cast<int32_t>(offsetof(TextInfo_t3810425522, ___data_8)); }
	inline Data_t2225474377  get_data_8() const { return ___data_8; }
	inline Data_t2225474377 * get_address_of_data_8() { return &___data_8; }
	inline void set_data_8(Data_t2225474377  value)
	{
		___data_8 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTINFO_T3810425522_H
#ifndef FORMATEXCEPTION_T154580423_H
#define FORMATEXCEPTION_T154580423_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.FormatException
struct  FormatException_t154580423  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATEXCEPTION_T154580423_H
#ifndef NULLREFERENCEEXCEPTION_T1023182353_H
#define NULLREFERENCEEXCEPTION_T1023182353_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.NullReferenceException
struct  NullReferenceException_t1023182353  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NULLREFERENCEEXCEPTION_T1023182353_H
#ifndef ACCESSVIOLATIONEXCEPTION_T339633883_H
#define ACCESSVIOLATIONEXCEPTION_T339633883_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.AccessViolationException
struct  AccessViolationException_t339633883  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ACCESSVIOLATIONEXCEPTION_T339633883_H
#ifndef THREADSTATE_T2533302383_H
#define THREADSTATE_T2533302383_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Threading.ThreadState
struct  ThreadState_t2533302383 
{
public:
	// System.Int32 System.Threading.ThreadState::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(ThreadState_t2533302383, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // THREADSTATE_T2533302383_H
#ifndef STACKOVERFLOWEXCEPTION_T3629451388_H
#define STACKOVERFLOWEXCEPTION_T3629451388_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.StackOverflowException
struct  StackOverflowException_t3629451388  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACKOVERFLOWEXCEPTION_T3629451388_H
#ifndef ASSEMBLY_T_H
#define ASSEMBLY_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Reflection.Assembly
struct  Assembly_t  : public RuntimeObject
{
public:
	// System.IntPtr System.Reflection.Assembly::_mono_assembly
	intptr_t ____mono_assembly_0;
	// System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
	ResolveEventHolder_t2120639521 * ___resolve_event_holder_1;
	// System.Security.Policy.Evidence System.Reflection.Assembly::_evidence
	Evidence_t2008144148 * ____evidence_2;
	// System.Security.PermissionSet System.Reflection.Assembly::_minimum
	PermissionSet_t223948603 * ____minimum_3;
	// System.Security.PermissionSet System.Reflection.Assembly::_optional
	PermissionSet_t223948603 * ____optional_4;
	// System.Security.PermissionSet System.Reflection.Assembly::_refuse
	PermissionSet_t223948603 * ____refuse_5;
	// System.Security.PermissionSet System.Reflection.Assembly::_granted
	PermissionSet_t223948603 * ____granted_6;
	// System.Security.PermissionSet System.Reflection.Assembly::_denied
	PermissionSet_t223948603 * ____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_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
	inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
	inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value)
	{
		___resolve_event_holder_1 = value;
		Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value);
	}

	inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
	inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; }
	inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; }
	inline void set__evidence_2(Evidence_t2008144148 * value)
	{
		____evidence_2 = value;
		Il2CppCodeGenWriteBarrier((&____evidence_2), value);
	}

	inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
	inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; }
	inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; }
	inline void set__minimum_3(PermissionSet_t223948603 * value)
	{
		____minimum_3 = value;
		Il2CppCodeGenWriteBarrier((&____minimum_3), value);
	}

	inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
	inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; }
	inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; }
	inline void set__optional_4(PermissionSet_t223948603 * value)
	{
		____optional_4 = value;
		Il2CppCodeGenWriteBarrier((&____optional_4), value);
	}

	inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
	inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; }
	inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; }
	inline void set__refuse_5(PermissionSet_t223948603 * value)
	{
		____refuse_5 = value;
		Il2CppCodeGenWriteBarrier((&____refuse_5), value);
	}

	inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
	inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; }
	inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; }
	inline void set__granted_6(PermissionSet_t223948603 * value)
	{
		____granted_6 = value;
		Il2CppCodeGenWriteBarrier((&____granted_6), value);
	}

	inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
	inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; }
	inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; }
	inline void set__denied_7(PermissionSet_t223948603 * value)
	{
		____denied_7 = value;
		Il2CppCodeGenWriteBarrier((&____denied_7), value);
	}

	inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
	inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
	inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
	inline void set_fromByteArray_8(bool value)
	{
		___fromByteArray_8 = value;
	}

	inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
	inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
	inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
	inline void set_assemblyName_9(String_t* value)
	{
		___assemblyName_9 = value;
		Il2CppCodeGenWriteBarrier((&___assemblyName_9), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLY_T_H
#ifndef X509KEYSTORAGEFLAGS_T441861693_H
#define X509KEYSTORAGEFLAGS_T441861693_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.X509Certificates.X509KeyStorageFlags
struct  X509KeyStorageFlags_t441861693 
{
public:
	// System.Int32 System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(X509KeyStorageFlags_t441861693, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509KEYSTORAGEFLAGS_T441861693_H
#ifndef RUNTIMETYPEHANDLE_T3027515415_H
#define RUNTIMETYPEHANDLE_T3027515415_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.RuntimeTypeHandle
struct  RuntimeTypeHandle_t3027515415 
{
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_t3027515415, ___value_0)); }
	inline intptr_t get_value_0() const { return ___value_0; }
	inline intptr_t* get_address_of_value_0() { return &___value_0; }
	inline void set_value_0(intptr_t value)
	{
		___value_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T3027515415_H
#ifndef TYPECODE_T2987224087_H
#define TYPECODE_T2987224087_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.TypeCode
struct  TypeCode_t2987224087 
{
public:
	// System.Int32 System.TypeCode::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(TypeCode_t2987224087, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPECODE_T2987224087_H
#ifndef ARGUMENTEXCEPTION_T132251570_H
#define ARGUMENTEXCEPTION_T132251570_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.ArgumentException
struct  ArgumentException_t132251570  : public SystemException_t176217640
{
public:
	// System.String System.ArgumentException::param_name
	String_t* ___param_name_12;

public:
	inline static int32_t get_offset_of_param_name_12() { return static_cast<int32_t>(offsetof(ArgumentException_t132251570, ___param_name_12)); }
	inline String_t* get_param_name_12() const { return ___param_name_12; }
	inline String_t** get_address_of_param_name_12() { return &___param_name_12; }
	inline void set_param_name_12(String_t* value)
	{
		___param_name_12 = value;
		Il2CppCodeGenWriteBarrier((&___param_name_12), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_T132251570_H
#ifndef PADDINGMODE_T2546806710_H
#define PADDINGMODE_T2546806710_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.PaddingMode
struct  PaddingMode_t2546806710 
{
public:
	// System.Int32 System.Security.Cryptography.PaddingMode::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(PaddingMode_t2546806710, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PADDINGMODE_T2546806710_H
#ifndef CIPHERMODE_T84635067_H
#define CIPHERMODE_T84635067_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.CipherMode
struct  CipherMode_t84635067 
{
public:
	// System.Int32 System.Security.Cryptography.CipherMode::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(CipherMode_t84635067, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CIPHERMODE_T84635067_H
#ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// <PrivateImplementationDetails>
struct  U3CPrivateImplementationDetailsU3E_t3057255361  : public RuntimeObject
{
public:

public:
};

struct U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields
{
public:
	// <PrivateImplementationDetails>/$ArrayType$56 <PrivateImplementationDetails>::$$field-0
	U24ArrayTypeU2456_t1285398176  ___U24U24fieldU2D0_0;
	// <PrivateImplementationDetails>/$ArrayType$24 <PrivateImplementationDetails>::$$field-1
	U24ArrayTypeU2424_t2469145093  ___U24U24fieldU2D1_1;
	// <PrivateImplementationDetails>/$ArrayType$24 <PrivateImplementationDetails>::$$field-2
	U24ArrayTypeU2424_t2469145093  ___U24U24fieldU2D2_2;
	// <PrivateImplementationDetails>/$ArrayType$24 <PrivateImplementationDetails>::$$field-3
	U24ArrayTypeU2424_t2469145093  ___U24U24fieldU2D3_3;
	// <PrivateImplementationDetails>/$ArrayType$24 <PrivateImplementationDetails>::$$field-4
	U24ArrayTypeU2424_t2469145093  ___U24U24fieldU2D4_4;
	// <PrivateImplementationDetails>/$ArrayType$16 <PrivateImplementationDetails>::$$field-5
	U24ArrayTypeU2416_t3254766644  ___U24U24fieldU2D5_5;
	// <PrivateImplementationDetails>/$ArrayType$16 <PrivateImplementationDetails>::$$field-6
	U24ArrayTypeU2416_t3254766644  ___U24U24fieldU2D6_6;
	// <PrivateImplementationDetails>/$ArrayType$3132 <PrivateImplementationDetails>::$$field-15
	U24ArrayTypeU243132_t2732071528  ___U24U24fieldU2D15_7;
	// <PrivateImplementationDetails>/$ArrayType$20 <PrivateImplementationDetails>::$$field-16
	U24ArrayTypeU2420_t1704471045  ___U24U24fieldU2D16_8;
	// <PrivateImplementationDetails>/$ArrayType$32 <PrivateImplementationDetails>::$$field-17
	U24ArrayTypeU2432_t3652892010  ___U24U24fieldU2D17_9;
	// <PrivateImplementationDetails>/$ArrayType$48 <PrivateImplementationDetails>::$$field-18
	U24ArrayTypeU2448_t1337922363  ___U24U24fieldU2D18_10;
	// <PrivateImplementationDetails>/$ArrayType$64 <PrivateImplementationDetails>::$$field-19
	U24ArrayTypeU2464_t499776625  ___U24U24fieldU2D19_11;
	// <PrivateImplementationDetails>/$ArrayType$64 <PrivateImplementationDetails>::$$field-20
	U24ArrayTypeU2464_t499776625  ___U24U24fieldU2D20_12;
	// <PrivateImplementationDetails>/$ArrayType$64 <PrivateImplementationDetails>::$$field-21
	U24ArrayTypeU2464_t499776625  ___U24U24fieldU2D21_13;
	// <PrivateImplementationDetails>/$ArrayType$64 <PrivateImplementationDetails>::$$field-22
	U24ArrayTypeU2464_t499776625  ___U24U24fieldU2D22_14;
	// <PrivateImplementationDetails>/$ArrayType$12 <PrivateImplementationDetails>::$$field-23
	U24ArrayTypeU2412_t2490092596  ___U24U24fieldU2D23_15;
	// <PrivateImplementationDetails>/$ArrayType$12 <PrivateImplementationDetails>::$$field-24
	U24ArrayTypeU2412_t2490092596  ___U24U24fieldU2D24_16;
	// <PrivateImplementationDetails>/$ArrayType$12 <PrivateImplementationDetails>::$$field-25
	U24ArrayTypeU2412_t2490092596  ___U24U24fieldU2D25_17;
	// <PrivateImplementationDetails>/$ArrayType$16 <PrivateImplementationDetails>::$$field-26
	U24ArrayTypeU2416_t3254766644  ___U24U24fieldU2D26_18;
	// <PrivateImplementationDetails>/$ArrayType$136 <PrivateImplementationDetails>::$$field-27
	U24ArrayTypeU24136_t1950429485  ___U24U24fieldU2D27_19;
	// <PrivateImplementationDetails>/$ArrayType$72 <PrivateImplementationDetails>::$$field-30
	U24ArrayTypeU2472_t1683523542  ___U24U24fieldU2D30_20;
	// <PrivateImplementationDetails>/$ArrayType$8 <PrivateImplementationDetails>::$$field-31
	U24ArrayTypeU248_t3244137463  ___U24U24fieldU2D31_21;
	// <PrivateImplementationDetails>/$ArrayType$20 <PrivateImplementationDetails>::$$field-32
	U24ArrayTypeU2420_t1704471045  ___U24U24fieldU2D32_22;
	// <PrivateImplementationDetails>/$ArrayType$64 <PrivateImplementationDetails>::$$field-33
	U24ArrayTypeU2464_t499776625  ___U24U24fieldU2D33_23;
	// <PrivateImplementationDetails>/$ArrayType$124 <PrivateImplementationDetails>::$$field-34
	U24ArrayTypeU24124_t4289081647  ___U24U24fieldU2D34_24;
	// <PrivateImplementationDetails>/$ArrayType$32 <PrivateImplementationDetails>::$$field-35
	U24ArrayTypeU2432_t3652892010  ___U24U24fieldU2D35_25;
	// <PrivateImplementationDetails>/$ArrayType$96 <PrivateImplementationDetails>::$$field-36
	U24ArrayTypeU2496_t2898536284  ___U24U24fieldU2D36_26;
	// <PrivateImplementationDetails>/$ArrayType$2048 <PrivateImplementationDetails>::$$field-37
	U24ArrayTypeU242048_t3505032960  ___U24U24fieldU2D37_27;
	// <PrivateImplementationDetails>/$ArrayType$56 <PrivateImplementationDetails>::$$field-38
	U24ArrayTypeU2456_t1285398176  ___U24U24fieldU2D38_28;
	// <PrivateImplementationDetails>/$ArrayType$16 <PrivateImplementationDetails>::$$field-39
	U24ArrayTypeU2416_t3254766644  ___U24U24fieldU2D39_29;
	// <PrivateImplementationDetails>/$ArrayType$48 <PrivateImplementationDetails>::$$field-40
	U24ArrayTypeU2448_t1337922363  ___U24U24fieldU2D40_30;
	// <PrivateImplementationDetails>/$ArrayType$2048 <PrivateImplementationDetails>::$$field-41
	U24ArrayTypeU242048_t3505032960  ___U24U24fieldU2D41_31;
	// <PrivateImplementationDetails>/$ArrayType$2048 <PrivateImplementationDetails>::$$field-42
	U24ArrayTypeU242048_t3505032960  ___U24U24fieldU2D42_32;
	// <PrivateImplementationDetails>/$ArrayType$256 <PrivateImplementationDetails>::$$field-43
	U24ArrayTypeU24256_t1929481982  ___U24U24fieldU2D43_33;
	// <PrivateImplementationDetails>/$ArrayType$256 <PrivateImplementationDetails>::$$field-44
	U24ArrayTypeU24256_t1929481982  ___U24U24fieldU2D44_34;
	// <PrivateImplementationDetails>/$ArrayType$120 <PrivateImplementationDetails>::$$field-45
	U24ArrayTypeU24120_t4289081651  ___U24U24fieldU2D45_35;
	// <PrivateImplementationDetails>/$ArrayType$256 <PrivateImplementationDetails>::$$field-46
	U24ArrayTypeU24256_t1929481982  ___U24U24fieldU2D46_36;
	// <PrivateImplementationDetails>/$ArrayType$256 <PrivateImplementationDetails>::$$field-47
	U24ArrayTypeU24256_t1929481982  ___U24U24fieldU2D47_37;
	// <PrivateImplementationDetails>/$ArrayType$1024 <PrivateImplementationDetails>::$$field-48
	U24ArrayTypeU241024_t3907531057  ___U24U24fieldU2D48_38;
	// <PrivateImplementationDetails>/$ArrayType$1024 <PrivateImplementationDetails>::$$field-49
	U24ArrayTypeU241024_t3907531057  ___U24U24fieldU2D49_39;
	// <PrivateImplementationDetails>/$ArrayType$1024 <PrivateImplementationDetails>::$$field-50
	U24ArrayTypeU241024_t3907531057  ___U24U24fieldU2D50_40;
	// <PrivateImplementationDetails>/$ArrayType$1024 <PrivateImplementationDetails>::$$field-51
	U24ArrayTypeU241024_t3907531057  ___U24U24fieldU2D51_41;
	// <PrivateImplementationDetails>/$ArrayType$1024 <PrivateImplementationDetails>::$$field-52
	U24ArrayTypeU241024_t3907531057  ___U24U24fieldU2D52_42;
	// <PrivateImplementationDetails>/$ArrayType$1024 <PrivateImplementationDetails>::$$field-53
	U24ArrayTypeU241024_t3907531057  ___U24U24fieldU2D53_43;
	// <PrivateImplementationDetails>/$ArrayType$1024 <PrivateImplementationDetails>::$$field-54
	U24ArrayTypeU241024_t3907531057  ___U24U24fieldU2D54_44;
	// <PrivateImplementationDetails>/$ArrayType$1024 <PrivateImplementationDetails>::$$field-55
	U24ArrayTypeU241024_t3907531057  ___U24U24fieldU2D55_45;
	// <PrivateImplementationDetails>/$ArrayType$256 <PrivateImplementationDetails>::$$field-56
	U24ArrayTypeU24256_t1929481982  ___U24U24fieldU2D56_46;
	// <PrivateImplementationDetails>/$ArrayType$640 <PrivateImplementationDetails>::$$field-57
	U24ArrayTypeU24640_t2298765680  ___U24U24fieldU2D57_47;
	// <PrivateImplementationDetails>/$ArrayType$12 <PrivateImplementationDetails>::$$field-60
	U24ArrayTypeU2412_t2490092596  ___U24U24fieldU2D60_48;
	// <PrivateImplementationDetails>/$ArrayType$128 <PrivateImplementationDetails>::$$field-62
	U24ArrayTypeU24128_t4289081659  ___U24U24fieldU2D62_49;
	// <PrivateImplementationDetails>/$ArrayType$256 <PrivateImplementationDetails>::$$field-63
	U24ArrayTypeU24256_t1929481982  ___U24U24fieldU2D63_50;
	// <PrivateImplementationDetails>/$ArrayType$52 <PrivateImplementationDetails>::$$field-64
	U24ArrayTypeU2452_t520724128  ___U24U24fieldU2D64_51;
	// <PrivateImplementationDetails>/$ArrayType$52 <PrivateImplementationDetails>::$$field-65
	U24ArrayTypeU2452_t520724128  ___U24U24fieldU2D65_52;

public:
	inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D0_0)); }
	inline U24ArrayTypeU2456_t1285398176  get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; }
	inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; }
	inline void set_U24U24fieldU2D0_0(U24ArrayTypeU2456_t1285398176  value)
	{
		___U24U24fieldU2D0_0 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D1_1)); }
	inline U24ArrayTypeU2424_t2469145093  get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; }
	inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; }
	inline void set_U24U24fieldU2D1_1(U24ArrayTypeU2424_t2469145093  value)
	{
		___U24U24fieldU2D1_1 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D2_2)); }
	inline U24ArrayTypeU2424_t2469145093  get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; }
	inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; }
	inline void set_U24U24fieldU2D2_2(U24ArrayTypeU2424_t2469145093  value)
	{
		___U24U24fieldU2D2_2 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D3_3)); }
	inline U24ArrayTypeU2424_t2469145093  get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; }
	inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; }
	inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2424_t2469145093  value)
	{
		___U24U24fieldU2D3_3 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D4_4)); }
	inline U24ArrayTypeU2424_t2469145093  get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; }
	inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; }
	inline void set_U24U24fieldU2D4_4(U24ArrayTypeU2424_t2469145093  value)
	{
		___U24U24fieldU2D4_4 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D5_5)); }
	inline U24ArrayTypeU2416_t3254766644  get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; }
	inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; }
	inline void set_U24U24fieldU2D5_5(U24ArrayTypeU2416_t3254766644  value)
	{
		___U24U24fieldU2D5_5 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D6_6)); }
	inline U24ArrayTypeU2416_t3254766644  get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; }
	inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; }
	inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2416_t3254766644  value)
	{
		___U24U24fieldU2D6_6 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D15_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D15_7)); }
	inline U24ArrayTypeU243132_t2732071528  get_U24U24fieldU2D15_7() const { return ___U24U24fieldU2D15_7; }
	inline U24ArrayTypeU243132_t2732071528 * get_address_of_U24U24fieldU2D15_7() { return &___U24U24fieldU2D15_7; }
	inline void set_U24U24fieldU2D15_7(U24ArrayTypeU243132_t2732071528  value)
	{
		___U24U24fieldU2D15_7 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D16_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D16_8)); }
	inline U24ArrayTypeU2420_t1704471045  get_U24U24fieldU2D16_8() const { return ___U24U24fieldU2D16_8; }
	inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D16_8() { return &___U24U24fieldU2D16_8; }
	inline void set_U24U24fieldU2D16_8(U24ArrayTypeU2420_t1704471045  value)
	{
		___U24U24fieldU2D16_8 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D17_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D17_9)); }
	inline U24ArrayTypeU2432_t3652892010  get_U24U24fieldU2D17_9() const { return ___U24U24fieldU2D17_9; }
	inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D17_9() { return &___U24U24fieldU2D17_9; }
	inline void set_U24U24fieldU2D17_9(U24ArrayTypeU2432_t3652892010  value)
	{
		___U24U24fieldU2D17_9 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D18_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D18_10)); }
	inline U24ArrayTypeU2448_t1337922363  get_U24U24fieldU2D18_10() const { return ___U24U24fieldU2D18_10; }
	inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D18_10() { return &___U24U24fieldU2D18_10; }
	inline void set_U24U24fieldU2D18_10(U24ArrayTypeU2448_t1337922363  value)
	{
		___U24U24fieldU2D18_10 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D19_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D19_11)); }
	inline U24ArrayTypeU2464_t499776625  get_U24U24fieldU2D19_11() const { return ___U24U24fieldU2D19_11; }
	inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D19_11() { return &___U24U24fieldU2D19_11; }
	inline void set_U24U24fieldU2D19_11(U24ArrayTypeU2464_t499776625  value)
	{
		___U24U24fieldU2D19_11 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D20_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D20_12)); }
	inline U24ArrayTypeU2464_t499776625  get_U24U24fieldU2D20_12() const { return ___U24U24fieldU2D20_12; }
	inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D20_12() { return &___U24U24fieldU2D20_12; }
	inline void set_U24U24fieldU2D20_12(U24ArrayTypeU2464_t499776625  value)
	{
		___U24U24fieldU2D20_12 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D21_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D21_13)); }
	inline U24ArrayTypeU2464_t499776625  get_U24U24fieldU2D21_13() const { return ___U24U24fieldU2D21_13; }
	inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D21_13() { return &___U24U24fieldU2D21_13; }
	inline void set_U24U24fieldU2D21_13(U24ArrayTypeU2464_t499776625  value)
	{
		___U24U24fieldU2D21_13 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D22_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D22_14)); }
	inline U24ArrayTypeU2464_t499776625  get_U24U24fieldU2D22_14() const { return ___U24U24fieldU2D22_14; }
	inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D22_14() { return &___U24U24fieldU2D22_14; }
	inline void set_U24U24fieldU2D22_14(U24ArrayTypeU2464_t499776625  value)
	{
		___U24U24fieldU2D22_14 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D23_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D23_15)); }
	inline U24ArrayTypeU2412_t2490092596  get_U24U24fieldU2D23_15() const { return ___U24U24fieldU2D23_15; }
	inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D23_15() { return &___U24U24fieldU2D23_15; }
	inline void set_U24U24fieldU2D23_15(U24ArrayTypeU2412_t2490092596  value)
	{
		___U24U24fieldU2D23_15 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D24_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D24_16)); }
	inline U24ArrayTypeU2412_t2490092596  get_U24U24fieldU2D24_16() const { return ___U24U24fieldU2D24_16; }
	inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D24_16() { return &___U24U24fieldU2D24_16; }
	inline void set_U24U24fieldU2D24_16(U24ArrayTypeU2412_t2490092596  value)
	{
		___U24U24fieldU2D24_16 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D25_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D25_17)); }
	inline U24ArrayTypeU2412_t2490092596  get_U24U24fieldU2D25_17() const { return ___U24U24fieldU2D25_17; }
	inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D25_17() { return &___U24U24fieldU2D25_17; }
	inline void set_U24U24fieldU2D25_17(U24ArrayTypeU2412_t2490092596  value)
	{
		___U24U24fieldU2D25_17 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D26_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D26_18)); }
	inline U24ArrayTypeU2416_t3254766644  get_U24U24fieldU2D26_18() const { return ___U24U24fieldU2D26_18; }
	inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D26_18() { return &___U24U24fieldU2D26_18; }
	inline void set_U24U24fieldU2D26_18(U24ArrayTypeU2416_t3254766644  value)
	{
		___U24U24fieldU2D26_18 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D27_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D27_19)); }
	inline U24ArrayTypeU24136_t1950429485  get_U24U24fieldU2D27_19() const { return ___U24U24fieldU2D27_19; }
	inline U24ArrayTypeU24136_t1950429485 * get_address_of_U24U24fieldU2D27_19() { return &___U24U24fieldU2D27_19; }
	inline void set_U24U24fieldU2D27_19(U24ArrayTypeU24136_t1950429485  value)
	{
		___U24U24fieldU2D27_19 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D30_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D30_20)); }
	inline U24ArrayTypeU2472_t1683523542  get_U24U24fieldU2D30_20() const { return ___U24U24fieldU2D30_20; }
	inline U24ArrayTypeU2472_t1683523542 * get_address_of_U24U24fieldU2D30_20() { return &___U24U24fieldU2D30_20; }
	inline void set_U24U24fieldU2D30_20(U24ArrayTypeU2472_t1683523542  value)
	{
		___U24U24fieldU2D30_20 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D31_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D31_21)); }
	inline U24ArrayTypeU248_t3244137463  get_U24U24fieldU2D31_21() const { return ___U24U24fieldU2D31_21; }
	inline U24ArrayTypeU248_t3244137463 * get_address_of_U24U24fieldU2D31_21() { return &___U24U24fieldU2D31_21; }
	inline void set_U24U24fieldU2D31_21(U24ArrayTypeU248_t3244137463  value)
	{
		___U24U24fieldU2D31_21 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D32_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D32_22)); }
	inline U24ArrayTypeU2420_t1704471045  get_U24U24fieldU2D32_22() const { return ___U24U24fieldU2D32_22; }
	inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D32_22() { return &___U24U24fieldU2D32_22; }
	inline void set_U24U24fieldU2D32_22(U24ArrayTypeU2420_t1704471045  value)
	{
		___U24U24fieldU2D32_22 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D33_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D33_23)); }
	inline U24ArrayTypeU2464_t499776625  get_U24U24fieldU2D33_23() const { return ___U24U24fieldU2D33_23; }
	inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D33_23() { return &___U24U24fieldU2D33_23; }
	inline void set_U24U24fieldU2D33_23(U24ArrayTypeU2464_t499776625  value)
	{
		___U24U24fieldU2D33_23 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D34_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D34_24)); }
	inline U24ArrayTypeU24124_t4289081647  get_U24U24fieldU2D34_24() const { return ___U24U24fieldU2D34_24; }
	inline U24ArrayTypeU24124_t4289081647 * get_address_of_U24U24fieldU2D34_24() { return &___U24U24fieldU2D34_24; }
	inline void set_U24U24fieldU2D34_24(U24ArrayTypeU24124_t4289081647  value)
	{
		___U24U24fieldU2D34_24 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D35_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D35_25)); }
	inline U24ArrayTypeU2432_t3652892010  get_U24U24fieldU2D35_25() const { return ___U24U24fieldU2D35_25; }
	inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D35_25() { return &___U24U24fieldU2D35_25; }
	inline void set_U24U24fieldU2D35_25(U24ArrayTypeU2432_t3652892010  value)
	{
		___U24U24fieldU2D35_25 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D36_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D36_26)); }
	inline U24ArrayTypeU2496_t2898536284  get_U24U24fieldU2D36_26() const { return ___U24U24fieldU2D36_26; }
	inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D36_26() { return &___U24U24fieldU2D36_26; }
	inline void set_U24U24fieldU2D36_26(U24ArrayTypeU2496_t2898536284  value)
	{
		___U24U24fieldU2D36_26 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D37_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D37_27)); }
	inline U24ArrayTypeU242048_t3505032960  get_U24U24fieldU2D37_27() const { return ___U24U24fieldU2D37_27; }
	inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D37_27() { return &___U24U24fieldU2D37_27; }
	inline void set_U24U24fieldU2D37_27(U24ArrayTypeU242048_t3505032960  value)
	{
		___U24U24fieldU2D37_27 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D38_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D38_28)); }
	inline U24ArrayTypeU2456_t1285398176  get_U24U24fieldU2D38_28() const { return ___U24U24fieldU2D38_28; }
	inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D38_28() { return &___U24U24fieldU2D38_28; }
	inline void set_U24U24fieldU2D38_28(U24ArrayTypeU2456_t1285398176  value)
	{
		___U24U24fieldU2D38_28 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D39_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D39_29)); }
	inline U24ArrayTypeU2416_t3254766644  get_U24U24fieldU2D39_29() const { return ___U24U24fieldU2D39_29; }
	inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D39_29() { return &___U24U24fieldU2D39_29; }
	inline void set_U24U24fieldU2D39_29(U24ArrayTypeU2416_t3254766644  value)
	{
		___U24U24fieldU2D39_29 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D40_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D40_30)); }
	inline U24ArrayTypeU2448_t1337922363  get_U24U24fieldU2D40_30() const { return ___U24U24fieldU2D40_30; }
	inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D40_30() { return &___U24U24fieldU2D40_30; }
	inline void set_U24U24fieldU2D40_30(U24ArrayTypeU2448_t1337922363  value)
	{
		___U24U24fieldU2D40_30 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D41_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D41_31)); }
	inline U24ArrayTypeU242048_t3505032960  get_U24U24fieldU2D41_31() const { return ___U24U24fieldU2D41_31; }
	inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D41_31() { return &___U24U24fieldU2D41_31; }
	inline void set_U24U24fieldU2D41_31(U24ArrayTypeU242048_t3505032960  value)
	{
		___U24U24fieldU2D41_31 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D42_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D42_32)); }
	inline U24ArrayTypeU242048_t3505032960  get_U24U24fieldU2D42_32() const { return ___U24U24fieldU2D42_32; }
	inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D42_32() { return &___U24U24fieldU2D42_32; }
	inline void set_U24U24fieldU2D42_32(U24ArrayTypeU242048_t3505032960  value)
	{
		___U24U24fieldU2D42_32 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D43_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D43_33)); }
	inline U24ArrayTypeU24256_t1929481982  get_U24U24fieldU2D43_33() const { return ___U24U24fieldU2D43_33; }
	inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D43_33() { return &___U24U24fieldU2D43_33; }
	inline void set_U24U24fieldU2D43_33(U24ArrayTypeU24256_t1929481982  value)
	{
		___U24U24fieldU2D43_33 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D44_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D44_34)); }
	inline U24ArrayTypeU24256_t1929481982  get_U24U24fieldU2D44_34() const { return ___U24U24fieldU2D44_34; }
	inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D44_34() { return &___U24U24fieldU2D44_34; }
	inline void set_U24U24fieldU2D44_34(U24ArrayTypeU24256_t1929481982  value)
	{
		___U24U24fieldU2D44_34 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D45_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D45_35)); }
	inline U24ArrayTypeU24120_t4289081651  get_U24U24fieldU2D45_35() const { return ___U24U24fieldU2D45_35; }
	inline U24ArrayTypeU24120_t4289081651 * get_address_of_U24U24fieldU2D45_35() { return &___U24U24fieldU2D45_35; }
	inline void set_U24U24fieldU2D45_35(U24ArrayTypeU24120_t4289081651  value)
	{
		___U24U24fieldU2D45_35 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D46_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D46_36)); }
	inline U24ArrayTypeU24256_t1929481982  get_U24U24fieldU2D46_36() const { return ___U24U24fieldU2D46_36; }
	inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D46_36() { return &___U24U24fieldU2D46_36; }
	inline void set_U24U24fieldU2D46_36(U24ArrayTypeU24256_t1929481982  value)
	{
		___U24U24fieldU2D46_36 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D47_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D47_37)); }
	inline U24ArrayTypeU24256_t1929481982  get_U24U24fieldU2D47_37() const { return ___U24U24fieldU2D47_37; }
	inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D47_37() { return &___U24U24fieldU2D47_37; }
	inline void set_U24U24fieldU2D47_37(U24ArrayTypeU24256_t1929481982  value)
	{
		___U24U24fieldU2D47_37 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D48_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D48_38)); }
	inline U24ArrayTypeU241024_t3907531057  get_U24U24fieldU2D48_38() const { return ___U24U24fieldU2D48_38; }
	inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D48_38() { return &___U24U24fieldU2D48_38; }
	inline void set_U24U24fieldU2D48_38(U24ArrayTypeU241024_t3907531057  value)
	{
		___U24U24fieldU2D48_38 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D49_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D49_39)); }
	inline U24ArrayTypeU241024_t3907531057  get_U24U24fieldU2D49_39() const { return ___U24U24fieldU2D49_39; }
	inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D49_39() { return &___U24U24fieldU2D49_39; }
	inline void set_U24U24fieldU2D49_39(U24ArrayTypeU241024_t3907531057  value)
	{
		___U24U24fieldU2D49_39 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D50_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D50_40)); }
	inline U24ArrayTypeU241024_t3907531057  get_U24U24fieldU2D50_40() const { return ___U24U24fieldU2D50_40; }
	inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D50_40() { return &___U24U24fieldU2D50_40; }
	inline void set_U24U24fieldU2D50_40(U24ArrayTypeU241024_t3907531057  value)
	{
		___U24U24fieldU2D50_40 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D51_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D51_41)); }
	inline U24ArrayTypeU241024_t3907531057  get_U24U24fieldU2D51_41() const { return ___U24U24fieldU2D51_41; }
	inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D51_41() { return &___U24U24fieldU2D51_41; }
	inline void set_U24U24fieldU2D51_41(U24ArrayTypeU241024_t3907531057  value)
	{
		___U24U24fieldU2D51_41 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D52_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D52_42)); }
	inline U24ArrayTypeU241024_t3907531057  get_U24U24fieldU2D52_42() const { return ___U24U24fieldU2D52_42; }
	inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D52_42() { return &___U24U24fieldU2D52_42; }
	inline void set_U24U24fieldU2D52_42(U24ArrayTypeU241024_t3907531057  value)
	{
		___U24U24fieldU2D52_42 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D53_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D53_43)); }
	inline U24ArrayTypeU241024_t3907531057  get_U24U24fieldU2D53_43() const { return ___U24U24fieldU2D53_43; }
	inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D53_43() { return &___U24U24fieldU2D53_43; }
	inline void set_U24U24fieldU2D53_43(U24ArrayTypeU241024_t3907531057  value)
	{
		___U24U24fieldU2D53_43 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D54_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D54_44)); }
	inline U24ArrayTypeU241024_t3907531057  get_U24U24fieldU2D54_44() const { return ___U24U24fieldU2D54_44; }
	inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D54_44() { return &___U24U24fieldU2D54_44; }
	inline void set_U24U24fieldU2D54_44(U24ArrayTypeU241024_t3907531057  value)
	{
		___U24U24fieldU2D54_44 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D55_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D55_45)); }
	inline U24ArrayTypeU241024_t3907531057  get_U24U24fieldU2D55_45() const { return ___U24U24fieldU2D55_45; }
	inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D55_45() { return &___U24U24fieldU2D55_45; }
	inline void set_U24U24fieldU2D55_45(U24ArrayTypeU241024_t3907531057  value)
	{
		___U24U24fieldU2D55_45 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D56_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D56_46)); }
	inline U24ArrayTypeU24256_t1929481982  get_U24U24fieldU2D56_46() const { return ___U24U24fieldU2D56_46; }
	inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D56_46() { return &___U24U24fieldU2D56_46; }
	inline void set_U24U24fieldU2D56_46(U24ArrayTypeU24256_t1929481982  value)
	{
		___U24U24fieldU2D56_46 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D57_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D57_47)); }
	inline U24ArrayTypeU24640_t2298765680  get_U24U24fieldU2D57_47() const { return ___U24U24fieldU2D57_47; }
	inline U24ArrayTypeU24640_t2298765680 * get_address_of_U24U24fieldU2D57_47() { return &___U24U24fieldU2D57_47; }
	inline void set_U24U24fieldU2D57_47(U24ArrayTypeU24640_t2298765680  value)
	{
		___U24U24fieldU2D57_47 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D60_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D60_48)); }
	inline U24ArrayTypeU2412_t2490092596  get_U24U24fieldU2D60_48() const { return ___U24U24fieldU2D60_48; }
	inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D60_48() { return &___U24U24fieldU2D60_48; }
	inline void set_U24U24fieldU2D60_48(U24ArrayTypeU2412_t2490092596  value)
	{
		___U24U24fieldU2D60_48 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D62_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D62_49)); }
	inline U24ArrayTypeU24128_t4289081659  get_U24U24fieldU2D62_49() const { return ___U24U24fieldU2D62_49; }
	inline U24ArrayTypeU24128_t4289081659 * get_address_of_U24U24fieldU2D62_49() { return &___U24U24fieldU2D62_49; }
	inline void set_U24U24fieldU2D62_49(U24ArrayTypeU24128_t4289081659  value)
	{
		___U24U24fieldU2D62_49 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D63_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D63_50)); }
	inline U24ArrayTypeU24256_t1929481982  get_U24U24fieldU2D63_50() const { return ___U24U24fieldU2D63_50; }
	inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D63_50() { return &___U24U24fieldU2D63_50; }
	inline void set_U24U24fieldU2D63_50(U24ArrayTypeU24256_t1929481982  value)
	{
		___U24U24fieldU2D63_50 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D64_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D64_51)); }
	inline U24ArrayTypeU2452_t520724128  get_U24U24fieldU2D64_51() const { return ___U24U24fieldU2D64_51; }
	inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D64_51() { return &___U24U24fieldU2D64_51; }
	inline void set_U24U24fieldU2D64_51(U24ArrayTypeU2452_t520724128  value)
	{
		___U24U24fieldU2D64_51 = value;
	}

	inline static int32_t get_offset_of_U24U24fieldU2D65_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D65_52)); }
	inline U24ArrayTypeU2452_t520724128  get_U24U24fieldU2D65_52() const { return ___U24U24fieldU2D65_52; }
	inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D65_52() { return &___U24U24fieldU2D65_52; }
	inline void set_U24U24fieldU2D65_52(U24ArrayTypeU2452_t520724128  value)
	{
		___U24U24fieldU2D65_52 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H
#ifndef RUNTIMEFIELDHANDLE_T1871169219_H
#define RUNTIMEFIELDHANDLE_T1871169219_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.RuntimeFieldHandle
struct  RuntimeFieldHandle_t1871169219 
{
public:
	// System.IntPtr System.RuntimeFieldHandle::value
	intptr_t ___value_0;

public:
	inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); }
	inline intptr_t get_value_0() const { return ___value_0; }
	inline intptr_t* get_address_of_value_0() { return &___value_0; }
	inline void set_value_0(intptr_t value)
	{
		___value_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T1871169219_H
#ifndef SHA512MANAGED_T1787336339_H
#define SHA512MANAGED_T1787336339_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA512Managed
struct  SHA512Managed_t1787336339  : public SHA512_t1346946930
{
public:
	// System.Byte[] System.Security.Cryptography.SHA512Managed::xBuf
	ByteU5BU5D_t4116647657* ___xBuf_4;
	// System.Int32 System.Security.Cryptography.SHA512Managed::xBufOff
	int32_t ___xBufOff_5;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::byteCount1
	uint64_t ___byteCount1_6;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::byteCount2
	uint64_t ___byteCount2_7;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::H1
	uint64_t ___H1_8;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::H2
	uint64_t ___H2_9;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::H3
	uint64_t ___H3_10;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::H4
	uint64_t ___H4_11;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::H5
	uint64_t ___H5_12;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::H6
	uint64_t ___H6_13;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::H7
	uint64_t ___H7_14;
	// System.UInt64 System.Security.Cryptography.SHA512Managed::H8
	uint64_t ___H8_15;
	// System.UInt64[] System.Security.Cryptography.SHA512Managed::W
	UInt64U5BU5D_t1659327989* ___W_16;
	// System.Int32 System.Security.Cryptography.SHA512Managed::wOff
	int32_t ___wOff_17;

public:
	inline static int32_t get_offset_of_xBuf_4() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___xBuf_4)); }
	inline ByteU5BU5D_t4116647657* get_xBuf_4() const { return ___xBuf_4; }
	inline ByteU5BU5D_t4116647657** get_address_of_xBuf_4() { return &___xBuf_4; }
	inline void set_xBuf_4(ByteU5BU5D_t4116647657* value)
	{
		___xBuf_4 = value;
		Il2CppCodeGenWriteBarrier((&___xBuf_4), value);
	}

	inline static int32_t get_offset_of_xBufOff_5() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___xBufOff_5)); }
	inline int32_t get_xBufOff_5() const { return ___xBufOff_5; }
	inline int32_t* get_address_of_xBufOff_5() { return &___xBufOff_5; }
	inline void set_xBufOff_5(int32_t value)
	{
		___xBufOff_5 = value;
	}

	inline static int32_t get_offset_of_byteCount1_6() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___byteCount1_6)); }
	inline uint64_t get_byteCount1_6() const { return ___byteCount1_6; }
	inline uint64_t* get_address_of_byteCount1_6() { return &___byteCount1_6; }
	inline void set_byteCount1_6(uint64_t value)
	{
		___byteCount1_6 = value;
	}

	inline static int32_t get_offset_of_byteCount2_7() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___byteCount2_7)); }
	inline uint64_t get_byteCount2_7() const { return ___byteCount2_7; }
	inline uint64_t* get_address_of_byteCount2_7() { return &___byteCount2_7; }
	inline void set_byteCount2_7(uint64_t value)
	{
		___byteCount2_7 = value;
	}

	inline static int32_t get_offset_of_H1_8() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___H1_8)); }
	inline uint64_t get_H1_8() const { return ___H1_8; }
	inline uint64_t* get_address_of_H1_8() { return &___H1_8; }
	inline void set_H1_8(uint64_t value)
	{
		___H1_8 = value;
	}

	inline static int32_t get_offset_of_H2_9() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___H2_9)); }
	inline uint64_t get_H2_9() const { return ___H2_9; }
	inline uint64_t* get_address_of_H2_9() { return &___H2_9; }
	inline void set_H2_9(uint64_t value)
	{
		___H2_9 = value;
	}

	inline static int32_t get_offset_of_H3_10() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___H3_10)); }
	inline uint64_t get_H3_10() const { return ___H3_10; }
	inline uint64_t* get_address_of_H3_10() { return &___H3_10; }
	inline void set_H3_10(uint64_t value)
	{
		___H3_10 = value;
	}

	inline static int32_t get_offset_of_H4_11() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___H4_11)); }
	inline uint64_t get_H4_11() const { return ___H4_11; }
	inline uint64_t* get_address_of_H4_11() { return &___H4_11; }
	inline void set_H4_11(uint64_t value)
	{
		___H4_11 = value;
	}

	inline static int32_t get_offset_of_H5_12() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___H5_12)); }
	inline uint64_t get_H5_12() const { return ___H5_12; }
	inline uint64_t* get_address_of_H5_12() { return &___H5_12; }
	inline void set_H5_12(uint64_t value)
	{
		___H5_12 = value;
	}

	inline static int32_t get_offset_of_H6_13() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___H6_13)); }
	inline uint64_t get_H6_13() const { return ___H6_13; }
	inline uint64_t* get_address_of_H6_13() { return &___H6_13; }
	inline void set_H6_13(uint64_t value)
	{
		___H6_13 = value;
	}

	inline static int32_t get_offset_of_H7_14() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___H7_14)); }
	inline uint64_t get_H7_14() const { return ___H7_14; }
	inline uint64_t* get_address_of_H7_14() { return &___H7_14; }
	inline void set_H7_14(uint64_t value)
	{
		___H7_14 = value;
	}

	inline static int32_t get_offset_of_H8_15() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___H8_15)); }
	inline uint64_t get_H8_15() const { return ___H8_15; }
	inline uint64_t* get_address_of_H8_15() { return &___H8_15; }
	inline void set_H8_15(uint64_t value)
	{
		___H8_15 = value;
	}

	inline static int32_t get_offset_of_W_16() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___W_16)); }
	inline UInt64U5BU5D_t1659327989* get_W_16() const { return ___W_16; }
	inline UInt64U5BU5D_t1659327989** get_address_of_W_16() { return &___W_16; }
	inline void set_W_16(UInt64U5BU5D_t1659327989* value)
	{
		___W_16 = value;
		Il2CppCodeGenWriteBarrier((&___W_16), value);
	}

	inline static int32_t get_offset_of_wOff_17() { return static_cast<int32_t>(offsetof(SHA512Managed_t1787336339, ___wOff_17)); }
	inline int32_t get_wOff_17() const { return ___wOff_17; }
	inline int32_t* get_address_of_wOff_17() { return &___wOff_17; }
	inline void set_wOff_17(int32_t value)
	{
		___wOff_17 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA512MANAGED_T1787336339_H
#ifndef CODEACCESSSECURITYATTRIBUTE_T3236455365_H
#define CODEACCESSSECURITYATTRIBUTE_T3236455365_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Permissions.CodeAccessSecurityAttribute
struct  CodeAccessSecurityAttribute_t3236455365  : public SecurityAttribute_t4008260079
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CODEACCESSSECURITYATTRIBUTE_T3236455365_H
#ifndef SHA384MANAGED_T74158575_H
#define SHA384MANAGED_T74158575_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA384Managed
struct  SHA384Managed_t74158575  : public SHA384_t540967702
{
public:
	// System.Byte[] System.Security.Cryptography.SHA384Managed::xBuf
	ByteU5BU5D_t4116647657* ___xBuf_4;
	// System.Int32 System.Security.Cryptography.SHA384Managed::xBufOff
	int32_t ___xBufOff_5;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::byteCount1
	uint64_t ___byteCount1_6;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::byteCount2
	uint64_t ___byteCount2_7;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::H1
	uint64_t ___H1_8;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::H2
	uint64_t ___H2_9;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::H3
	uint64_t ___H3_10;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::H4
	uint64_t ___H4_11;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::H5
	uint64_t ___H5_12;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::H6
	uint64_t ___H6_13;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::H7
	uint64_t ___H7_14;
	// System.UInt64 System.Security.Cryptography.SHA384Managed::H8
	uint64_t ___H8_15;
	// System.UInt64[] System.Security.Cryptography.SHA384Managed::W
	UInt64U5BU5D_t1659327989* ___W_16;
	// System.Int32 System.Security.Cryptography.SHA384Managed::wOff
	int32_t ___wOff_17;

public:
	inline static int32_t get_offset_of_xBuf_4() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___xBuf_4)); }
	inline ByteU5BU5D_t4116647657* get_xBuf_4() const { return ___xBuf_4; }
	inline ByteU5BU5D_t4116647657** get_address_of_xBuf_4() { return &___xBuf_4; }
	inline void set_xBuf_4(ByteU5BU5D_t4116647657* value)
	{
		___xBuf_4 = value;
		Il2CppCodeGenWriteBarrier((&___xBuf_4), value);
	}

	inline static int32_t get_offset_of_xBufOff_5() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___xBufOff_5)); }
	inline int32_t get_xBufOff_5() const { return ___xBufOff_5; }
	inline int32_t* get_address_of_xBufOff_5() { return &___xBufOff_5; }
	inline void set_xBufOff_5(int32_t value)
	{
		___xBufOff_5 = value;
	}

	inline static int32_t get_offset_of_byteCount1_6() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___byteCount1_6)); }
	inline uint64_t get_byteCount1_6() const { return ___byteCount1_6; }
	inline uint64_t* get_address_of_byteCount1_6() { return &___byteCount1_6; }
	inline void set_byteCount1_6(uint64_t value)
	{
		___byteCount1_6 = value;
	}

	inline static int32_t get_offset_of_byteCount2_7() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___byteCount2_7)); }
	inline uint64_t get_byteCount2_7() const { return ___byteCount2_7; }
	inline uint64_t* get_address_of_byteCount2_7() { return &___byteCount2_7; }
	inline void set_byteCount2_7(uint64_t value)
	{
		___byteCount2_7 = value;
	}

	inline static int32_t get_offset_of_H1_8() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___H1_8)); }
	inline uint64_t get_H1_8() const { return ___H1_8; }
	inline uint64_t* get_address_of_H1_8() { return &___H1_8; }
	inline void set_H1_8(uint64_t value)
	{
		___H1_8 = value;
	}

	inline static int32_t get_offset_of_H2_9() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___H2_9)); }
	inline uint64_t get_H2_9() const { return ___H2_9; }
	inline uint64_t* get_address_of_H2_9() { return &___H2_9; }
	inline void set_H2_9(uint64_t value)
	{
		___H2_9 = value;
	}

	inline static int32_t get_offset_of_H3_10() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___H3_10)); }
	inline uint64_t get_H3_10() const { return ___H3_10; }
	inline uint64_t* get_address_of_H3_10() { return &___H3_10; }
	inline void set_H3_10(uint64_t value)
	{
		___H3_10 = value;
	}

	inline static int32_t get_offset_of_H4_11() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___H4_11)); }
	inline uint64_t get_H4_11() const { return ___H4_11; }
	inline uint64_t* get_address_of_H4_11() { return &___H4_11; }
	inline void set_H4_11(uint64_t value)
	{
		___H4_11 = value;
	}

	inline static int32_t get_offset_of_H5_12() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___H5_12)); }
	inline uint64_t get_H5_12() const { return ___H5_12; }
	inline uint64_t* get_address_of_H5_12() { return &___H5_12; }
	inline void set_H5_12(uint64_t value)
	{
		___H5_12 = value;
	}

	inline static int32_t get_offset_of_H6_13() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___H6_13)); }
	inline uint64_t get_H6_13() const { return ___H6_13; }
	inline uint64_t* get_address_of_H6_13() { return &___H6_13; }
	inline void set_H6_13(uint64_t value)
	{
		___H6_13 = value;
	}

	inline static int32_t get_offset_of_H7_14() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___H7_14)); }
	inline uint64_t get_H7_14() const { return ___H7_14; }
	inline uint64_t* get_address_of_H7_14() { return &___H7_14; }
	inline void set_H7_14(uint64_t value)
	{
		___H7_14 = value;
	}

	inline static int32_t get_offset_of_H8_15() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___H8_15)); }
	inline uint64_t get_H8_15() const { return ___H8_15; }
	inline uint64_t* get_address_of_H8_15() { return &___H8_15; }
	inline void set_H8_15(uint64_t value)
	{
		___H8_15 = value;
	}

	inline static int32_t get_offset_of_W_16() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___W_16)); }
	inline UInt64U5BU5D_t1659327989* get_W_16() const { return ___W_16; }
	inline UInt64U5BU5D_t1659327989** get_address_of_W_16() { return &___W_16; }
	inline void set_W_16(UInt64U5BU5D_t1659327989* value)
	{
		___W_16 = value;
		Il2CppCodeGenWriteBarrier((&___W_16), value);
	}

	inline static int32_t get_offset_of_wOff_17() { return static_cast<int32_t>(offsetof(SHA384Managed_t74158575, ___wOff_17)); }
	inline int32_t get_wOff_17() const { return ___wOff_17; }
	inline int32_t* get_address_of_wOff_17() { return &___wOff_17; }
	inline void set_wOff_17(int32_t value)
	{
		___wOff_17 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA384MANAGED_T74158575_H
#ifndef SHA1MANAGED_T1754513891_H
#define SHA1MANAGED_T1754513891_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA1Managed
struct  SHA1Managed_t1754513891  : public SHA1_t1803193667
{
public:
	// System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1Managed::sha
	SHA1Internal_t3251293021 * ___sha_4;

public:
	inline static int32_t get_offset_of_sha_4() { return static_cast<int32_t>(offsetof(SHA1Managed_t1754513891, ___sha_4)); }
	inline SHA1Internal_t3251293021 * get_sha_4() const { return ___sha_4; }
	inline SHA1Internal_t3251293021 ** get_address_of_sha_4() { return &___sha_4; }
	inline void set_sha_4(SHA1Internal_t3251293021 * value)
	{
		___sha_4 = value;
		Il2CppCodeGenWriteBarrier((&___sha_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1MANAGED_T1754513891_H
#ifndef SHA1CRYPTOSERVICEPROVIDER_T3661059764_H
#define SHA1CRYPTOSERVICEPROVIDER_T3661059764_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA1CryptoServiceProvider
struct  SHA1CryptoServiceProvider_t3661059764  : public SHA1_t1803193667
{
public:
	// System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha
	SHA1Internal_t3251293021 * ___sha_4;

public:
	inline static int32_t get_offset_of_sha_4() { return static_cast<int32_t>(offsetof(SHA1CryptoServiceProvider_t3661059764, ___sha_4)); }
	inline SHA1Internal_t3251293021 * get_sha_4() const { return ___sha_4; }
	inline SHA1Internal_t3251293021 ** get_address_of_sha_4() { return &___sha_4; }
	inline void set_sha_4(SHA1Internal_t3251293021 * value)
	{
		___sha_4 = value;
		Il2CppCodeGenWriteBarrier((&___sha_4), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1CRYPTOSERVICEPROVIDER_T3661059764_H
#ifndef RSAMANAGED_T1757093819_H
#define RSAMANAGED_T1757093819_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.RSAManaged
struct  RSAManaged_t1757093819  : public RSA_t2385438082
{
public:
	// System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible
	bool ___isCRTpossible_2;
	// System.Boolean Mono.Security.Cryptography.RSAManaged::keyBlinding
	bool ___keyBlinding_3;
	// System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated
	bool ___keypairGenerated_4;
	// System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed
	bool ___m_disposed_5;
	// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d
	BigInteger_t2902905089 * ___d_6;
	// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p
	BigInteger_t2902905089 * ___p_7;
	// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q
	BigInteger_t2902905089 * ___q_8;
	// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp
	BigInteger_t2902905089 * ___dp_9;
	// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq
	BigInteger_t2902905089 * ___dq_10;
	// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv
	BigInteger_t2902905089 * ___qInv_11;
	// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n
	BigInteger_t2902905089 * ___n_12;
	// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e
	BigInteger_t2902905089 * ___e_13;
	// Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated
	KeyGeneratedEventHandler_t3064139577 * ___KeyGenerated_14;

public:
	inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___isCRTpossible_2)); }
	inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; }
	inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; }
	inline void set_isCRTpossible_2(bool value)
	{
		___isCRTpossible_2 = value;
	}

	inline static int32_t get_offset_of_keyBlinding_3() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___keyBlinding_3)); }
	inline bool get_keyBlinding_3() const { return ___keyBlinding_3; }
	inline bool* get_address_of_keyBlinding_3() { return &___keyBlinding_3; }
	inline void set_keyBlinding_3(bool value)
	{
		___keyBlinding_3 = value;
	}

	inline static int32_t get_offset_of_keypairGenerated_4() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___keypairGenerated_4)); }
	inline bool get_keypairGenerated_4() const { return ___keypairGenerated_4; }
	inline bool* get_address_of_keypairGenerated_4() { return &___keypairGenerated_4; }
	inline void set_keypairGenerated_4(bool value)
	{
		___keypairGenerated_4 = value;
	}

	inline static int32_t get_offset_of_m_disposed_5() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___m_disposed_5)); }
	inline bool get_m_disposed_5() const { return ___m_disposed_5; }
	inline bool* get_address_of_m_disposed_5() { return &___m_disposed_5; }
	inline void set_m_disposed_5(bool value)
	{
		___m_disposed_5 = value;
	}

	inline static int32_t get_offset_of_d_6() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___d_6)); }
	inline BigInteger_t2902905089 * get_d_6() const { return ___d_6; }
	inline BigInteger_t2902905089 ** get_address_of_d_6() { return &___d_6; }
	inline void set_d_6(BigInteger_t2902905089 * value)
	{
		___d_6 = value;
		Il2CppCodeGenWriteBarrier((&___d_6), value);
	}

	inline static int32_t get_offset_of_p_7() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___p_7)); }
	inline BigInteger_t2902905089 * get_p_7() const { return ___p_7; }
	inline BigInteger_t2902905089 ** get_address_of_p_7() { return &___p_7; }
	inline void set_p_7(BigInteger_t2902905089 * value)
	{
		___p_7 = value;
		Il2CppCodeGenWriteBarrier((&___p_7), value);
	}

	inline static int32_t get_offset_of_q_8() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___q_8)); }
	inline BigInteger_t2902905089 * get_q_8() const { return ___q_8; }
	inline BigInteger_t2902905089 ** get_address_of_q_8() { return &___q_8; }
	inline void set_q_8(BigInteger_t2902905089 * value)
	{
		___q_8 = value;
		Il2CppCodeGenWriteBarrier((&___q_8), value);
	}

	inline static int32_t get_offset_of_dp_9() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___dp_9)); }
	inline BigInteger_t2902905089 * get_dp_9() const { return ___dp_9; }
	inline BigInteger_t2902905089 ** get_address_of_dp_9() { return &___dp_9; }
	inline void set_dp_9(BigInteger_t2902905089 * value)
	{
		___dp_9 = value;
		Il2CppCodeGenWriteBarrier((&___dp_9), value);
	}

	inline static int32_t get_offset_of_dq_10() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___dq_10)); }
	inline BigInteger_t2902905089 * get_dq_10() const { return ___dq_10; }
	inline BigInteger_t2902905089 ** get_address_of_dq_10() { return &___dq_10; }
	inline void set_dq_10(BigInteger_t2902905089 * value)
	{
		___dq_10 = value;
		Il2CppCodeGenWriteBarrier((&___dq_10), value);
	}

	inline static int32_t get_offset_of_qInv_11() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___qInv_11)); }
	inline BigInteger_t2902905089 * get_qInv_11() const { return ___qInv_11; }
	inline BigInteger_t2902905089 ** get_address_of_qInv_11() { return &___qInv_11; }
	inline void set_qInv_11(BigInteger_t2902905089 * value)
	{
		___qInv_11 = value;
		Il2CppCodeGenWriteBarrier((&___qInv_11), value);
	}

	inline static int32_t get_offset_of_n_12() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___n_12)); }
	inline BigInteger_t2902905089 * get_n_12() const { return ___n_12; }
	inline BigInteger_t2902905089 ** get_address_of_n_12() { return &___n_12; }
	inline void set_n_12(BigInteger_t2902905089 * value)
	{
		___n_12 = value;
		Il2CppCodeGenWriteBarrier((&___n_12), value);
	}

	inline static int32_t get_offset_of_e_13() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___e_13)); }
	inline BigInteger_t2902905089 * get_e_13() const { return ___e_13; }
	inline BigInteger_t2902905089 ** get_address_of_e_13() { return &___e_13; }
	inline void set_e_13(BigInteger_t2902905089 * value)
	{
		___e_13 = value;
		Il2CppCodeGenWriteBarrier((&___e_13), value);
	}

	inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast<int32_t>(offsetof(RSAManaged_t1757093819, ___KeyGenerated_14)); }
	inline KeyGeneratedEventHandler_t3064139577 * get_KeyGenerated_14() const { return ___KeyGenerated_14; }
	inline KeyGeneratedEventHandler_t3064139577 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; }
	inline void set_KeyGenerated_14(KeyGeneratedEventHandler_t3064139577 * value)
	{
		___KeyGenerated_14 = value;
		Il2CppCodeGenWriteBarrier((&___KeyGenerated_14), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAMANAGED_T1757093819_H
#ifndef CSPPROVIDERFLAGS_T4094439141_H
#define CSPPROVIDERFLAGS_T4094439141_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.CspProviderFlags
struct  CspProviderFlags_t4094439141 
{
public:
	// System.Int32 System.Security.Cryptography.CspProviderFlags::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(CspProviderFlags_t4094439141, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CSPPROVIDERFLAGS_T4094439141_H
#ifndef RSACRYPTOSERVICEPROVIDER_T2683512874_H
#define RSACRYPTOSERVICEPROVIDER_T2683512874_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RSACryptoServiceProvider
struct  RSACryptoServiceProvider_t2683512874  : public RSA_t2385438082
{
public:
	// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store
	KeyPairPersistence_t2094547461 * ___store_2;
	// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey
	bool ___persistKey_3;
	// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted
	bool ___persisted_4;
	// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable
	bool ___privateKeyExportable_5;
	// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed
	bool ___m_disposed_6;
	// Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa
	RSAManaged_t1757093819 * ___rsa_7;

public:
	inline static int32_t get_offset_of_store_2() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t2683512874, ___store_2)); }
	inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; }
	inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; }
	inline void set_store_2(KeyPairPersistence_t2094547461 * value)
	{
		___store_2 = value;
		Il2CppCodeGenWriteBarrier((&___store_2), value);
	}

	inline static int32_t get_offset_of_persistKey_3() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t2683512874, ___persistKey_3)); }
	inline bool get_persistKey_3() const { return ___persistKey_3; }
	inline bool* get_address_of_persistKey_3() { return &___persistKey_3; }
	inline void set_persistKey_3(bool value)
	{
		___persistKey_3 = value;
	}

	inline static int32_t get_offset_of_persisted_4() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t2683512874, ___persisted_4)); }
	inline bool get_persisted_4() const { return ___persisted_4; }
	inline bool* get_address_of_persisted_4() { return &___persisted_4; }
	inline void set_persisted_4(bool value)
	{
		___persisted_4 = value;
	}

	inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t2683512874, ___privateKeyExportable_5)); }
	inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; }
	inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; }
	inline void set_privateKeyExportable_5(bool value)
	{
		___privateKeyExportable_5 = value;
	}

	inline static int32_t get_offset_of_m_disposed_6() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t2683512874, ___m_disposed_6)); }
	inline bool get_m_disposed_6() const { return ___m_disposed_6; }
	inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; }
	inline void set_m_disposed_6(bool value)
	{
		___m_disposed_6 = value;
	}

	inline static int32_t get_offset_of_rsa_7() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t2683512874, ___rsa_7)); }
	inline RSAManaged_t1757093819 * get_rsa_7() const { return ___rsa_7; }
	inline RSAManaged_t1757093819 ** get_address_of_rsa_7() { return &___rsa_7; }
	inline void set_rsa_7(RSAManaged_t1757093819 * value)
	{
		___rsa_7 = value;
		Il2CppCodeGenWriteBarrier((&___rsa_7), value);
	}
};

struct RSACryptoServiceProvider_t2683512874_StaticFields
{
public:
	// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::useMachineKeyStore
	bool ___useMachineKeyStore_8;

public:
	inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t2683512874_StaticFields, ___useMachineKeyStore_8)); }
	inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; }
	inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; }
	inline void set_useMachineKeyStore_8(bool value)
	{
		___useMachineKeyStore_8 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSACRYPTOSERVICEPROVIDER_T2683512874_H
#ifndef CRYPTOGRAPHICEXCEPTION_T248831461_H
#define CRYPTOGRAPHICEXCEPTION_T248831461_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.CryptographicException
struct  CryptographicException_t248831461  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRYPTOGRAPHICEXCEPTION_T248831461_H
#ifndef RNGCRYPTOSERVICEPROVIDER_T3397414743_H
#define RNGCRYPTOSERVICEPROVIDER_T3397414743_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RNGCryptoServiceProvider
struct  RNGCryptoServiceProvider_t3397414743  : public RandomNumberGenerator_t386037858
{
public:
	// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle
	intptr_t ____handle_1;

public:
	inline static int32_t get_offset_of__handle_1() { return static_cast<int32_t>(offsetof(RNGCryptoServiceProvider_t3397414743, ____handle_1)); }
	inline intptr_t get__handle_1() const { return ____handle_1; }
	inline intptr_t* get_address_of__handle_1() { return &____handle_1; }
	inline void set__handle_1(intptr_t value)
	{
		____handle_1 = value;
	}
};

struct RNGCryptoServiceProvider_t3397414743_StaticFields
{
public:
	// System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock
	RuntimeObject * ____lock_0;

public:
	inline static int32_t get_offset_of__lock_0() { return static_cast<int32_t>(offsetof(RNGCryptoServiceProvider_t3397414743_StaticFields, ____lock_0)); }
	inline RuntimeObject * get__lock_0() const { return ____lock_0; }
	inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; }
	inline void set__lock_0(RuntimeObject * value)
	{
		____lock_0 = value;
		Il2CppCodeGenWriteBarrier((&____lock_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RNGCRYPTOSERVICEPROVIDER_T3397414743_H
#ifndef RIPEMD160MANAGED_T2491561941_H
#define RIPEMD160MANAGED_T2491561941_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.RIPEMD160Managed
struct  RIPEMD160Managed_t2491561941  : public RIPEMD160_t268675434
{
public:
	// System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_ProcessingBuffer
	ByteU5BU5D_t4116647657* ____ProcessingBuffer_4;
	// System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_X
	UInt32U5BU5D_t2770800703* ____X_5;
	// System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_HashValue
	UInt32U5BU5D_t2770800703* ____HashValue_6;
	// System.UInt64 System.Security.Cryptography.RIPEMD160Managed::_Length
	uint64_t ____Length_7;
	// System.Int32 System.Security.Cryptography.RIPEMD160Managed::_ProcessingBufferCount
	int32_t ____ProcessingBufferCount_8;

public:
	inline static int32_t get_offset_of__ProcessingBuffer_4() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2491561941, ____ProcessingBuffer_4)); }
	inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_4() const { return ____ProcessingBuffer_4; }
	inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_4() { return &____ProcessingBuffer_4; }
	inline void set__ProcessingBuffer_4(ByteU5BU5D_t4116647657* value)
	{
		____ProcessingBuffer_4 = value;
		Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_4), value);
	}

	inline static int32_t get_offset_of__X_5() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2491561941, ____X_5)); }
	inline UInt32U5BU5D_t2770800703* get__X_5() const { return ____X_5; }
	inline UInt32U5BU5D_t2770800703** get_address_of__X_5() { return &____X_5; }
	inline void set__X_5(UInt32U5BU5D_t2770800703* value)
	{
		____X_5 = value;
		Il2CppCodeGenWriteBarrier((&____X_5), value);
	}

	inline static int32_t get_offset_of__HashValue_6() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2491561941, ____HashValue_6)); }
	inline UInt32U5BU5D_t2770800703* get__HashValue_6() const { return ____HashValue_6; }
	inline UInt32U5BU5D_t2770800703** get_address_of__HashValue_6() { return &____HashValue_6; }
	inline void set__HashValue_6(UInt32U5BU5D_t2770800703* value)
	{
		____HashValue_6 = value;
		Il2CppCodeGenWriteBarrier((&____HashValue_6), value);
	}

	inline static int32_t get_offset_of__Length_7() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2491561941, ____Length_7)); }
	inline uint64_t get__Length_7() const { return ____Length_7; }
	inline uint64_t* get_address_of__Length_7() { return &____Length_7; }
	inline void set__Length_7(uint64_t value)
	{
		____Length_7 = value;
	}

	inline static int32_t get_offset_of__ProcessingBufferCount_8() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2491561941, ____ProcessingBufferCount_8)); }
	inline int32_t get__ProcessingBufferCount_8() const { return ____ProcessingBufferCount_8; }
	inline int32_t* get_address_of__ProcessingBufferCount_8() { return &____ProcessingBufferCount_8; }
	inline void set__ProcessingBufferCount_8(int32_t value)
	{
		____ProcessingBufferCount_8 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RIPEMD160MANAGED_T2491561941_H
#ifndef SHA256MANAGED_T955042874_H
#define SHA256MANAGED_T955042874_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SHA256Managed
struct  SHA256Managed_t955042874  : public SHA256_t3672283617
{
public:
	// System.UInt32[] System.Security.Cryptography.SHA256Managed::_H
	UInt32U5BU5D_t2770800703* ____H_4;
	// System.UInt64 System.Security.Cryptography.SHA256Managed::count
	uint64_t ___count_5;
	// System.Byte[] System.Security.Cryptography.SHA256Managed::_ProcessingBuffer
	ByteU5BU5D_t4116647657* ____ProcessingBuffer_6;
	// System.Int32 System.Security.Cryptography.SHA256Managed::_ProcessingBufferCount
	int32_t ____ProcessingBufferCount_7;
	// System.UInt32[] System.Security.Cryptography.SHA256Managed::buff
	UInt32U5BU5D_t2770800703* ___buff_8;

public:
	inline static int32_t get_offset_of__H_4() { return static_cast<int32_t>(offsetof(SHA256Managed_t955042874, ____H_4)); }
	inline UInt32U5BU5D_t2770800703* get__H_4() const { return ____H_4; }
	inline UInt32U5BU5D_t2770800703** get_address_of__H_4() { return &____H_4; }
	inline void set__H_4(UInt32U5BU5D_t2770800703* value)
	{
		____H_4 = value;
		Il2CppCodeGenWriteBarrier((&____H_4), value);
	}

	inline static int32_t get_offset_of_count_5() { return static_cast<int32_t>(offsetof(SHA256Managed_t955042874, ___count_5)); }
	inline uint64_t get_count_5() const { return ___count_5; }
	inline uint64_t* get_address_of_count_5() { return &___count_5; }
	inline void set_count_5(uint64_t value)
	{
		___count_5 = value;
	}

	inline static int32_t get_offset_of__ProcessingBuffer_6() { return static_cast<int32_t>(offsetof(SHA256Managed_t955042874, ____ProcessingBuffer_6)); }
	inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_6() const { return ____ProcessingBuffer_6; }
	inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_6() { return &____ProcessingBuffer_6; }
	inline void set__ProcessingBuffer_6(ByteU5BU5D_t4116647657* value)
	{
		____ProcessingBuffer_6 = value;
		Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_6), value);
	}

	inline static int32_t get_offset_of__ProcessingBufferCount_7() { return static_cast<int32_t>(offsetof(SHA256Managed_t955042874, ____ProcessingBufferCount_7)); }
	inline int32_t get__ProcessingBufferCount_7() const { return ____ProcessingBufferCount_7; }
	inline int32_t* get_address_of__ProcessingBufferCount_7() { return &____ProcessingBufferCount_7; }
	inline void set__ProcessingBufferCount_7(int32_t value)
	{
		____ProcessingBufferCount_7 = value;
	}

	inline static int32_t get_offset_of_buff_8() { return static_cast<int32_t>(offsetof(SHA256Managed_t955042874, ___buff_8)); }
	inline UInt32U5BU5D_t2770800703* get_buff_8() const { return ___buff_8; }
	inline UInt32U5BU5D_t2770800703** get_address_of_buff_8() { return &___buff_8; }
	inline void set_buff_8(UInt32U5BU5D_t2770800703* value)
	{
		___buff_8 = value;
		Il2CppCodeGenWriteBarrier((&___buff_8), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA256MANAGED_T955042874_H
#ifndef SECURITYACTION_T569814076_H
#define SECURITYACTION_T569814076_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Permissions.SecurityAction
struct  SecurityAction_t569814076 
{
public:
	// System.Int32 System.Security.Permissions.SecurityAction::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(SecurityAction_t569814076, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYACTION_T569814076_H
#ifndef DELEGATE_T1188392813_H
#define DELEGATE_T1188392813_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Delegate
struct  Delegate_t1188392813  : 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::method_code
	intptr_t ___method_code_5;
	// System.Reflection.MethodInfo System.Delegate::method_info
	MethodInfo_t * ___method_info_6;
	// System.Reflection.MethodInfo System.Delegate::original_method_info
	MethodInfo_t * ___original_method_info_7;
	// System.DelegateData System.Delegate::data
	DelegateData_t1677132599 * ___data_8;

public:
	inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___m_target_2)); }
	inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
	inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
	inline void set_m_target_2(RuntimeObject * value)
	{
		___m_target_2 = value;
		Il2CppCodeGenWriteBarrier((&___m_target_2), value);
	}

	inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___method_code_5)); }
	inline intptr_t get_method_code_5() const { return ___method_code_5; }
	inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; }
	inline void set_method_code_5(intptr_t value)
	{
		___method_code_5 = value;
	}

	inline static int32_t get_offset_of_method_info_6() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___method_info_6)); }
	inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; }
	inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; }
	inline void set_method_info_6(MethodInfo_t * value)
	{
		___method_info_6 = value;
		Il2CppCodeGenWriteBarrier((&___method_info_6), value);
	}

	inline static int32_t get_offset_of_original_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___original_method_info_7)); }
	inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; }
	inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; }
	inline void set_original_method_info_7(MethodInfo_t * value)
	{
		___original_method_info_7 = value;
		Il2CppCodeGenWriteBarrier((&___original_method_info_7), value);
	}

	inline static int32_t get_offset_of_data_8() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___data_8)); }
	inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; }
	inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; }
	inline void set_data_8(DelegateData_t1677132599 * value)
	{
		___data_8 = value;
		Il2CppCodeGenWriteBarrier((&___data_8), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DELEGATE_T1188392813_H
#ifndef SECURITYPERMISSIONFLAG_T3459270124_H
#define SECURITYPERMISSIONFLAG_T3459270124_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Permissions.SecurityPermissionFlag
struct  SecurityPermissionFlag_t3459270124 
{
public:
	// System.Int32 System.Security.Permissions.SecurityPermissionFlag::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(SecurityPermissionFlag_t3459270124, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYPERMISSIONFLAG_T3459270124_H
#ifndef NUMBERSTYLES_T617258130_H
#define NUMBERSTYLES_T617258130_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Globalization.NumberStyles
struct  NumberStyles_t617258130 
{
public:
	// System.Int32 System.Globalization.NumberStyles::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(NumberStyles_t617258130, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERSTYLES_T617258130_H
#ifndef METHODINFO_T_H
#define METHODINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Reflection.MethodInfo
struct  MethodInfo_t  : public MethodBase_t
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // METHODINFO_T_H
#ifndef SECURITYCRITICALSCOPE_T606020417_H
#define SECURITYCRITICALSCOPE_T606020417_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecurityCriticalScope
struct  SecurityCriticalScope_t606020417 
{
public:
	// System.Int32 System.Security.SecurityCriticalScope::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(SecurityCriticalScope_t606020417, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYCRITICALSCOPE_T606020417_H
#ifndef SECURITYCONTEXT_T2435442044_H
#define SECURITYCONTEXT_T2435442044_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecurityContext
struct  SecurityContext_t2435442044  : public RuntimeObject
{
public:
	// System.Boolean System.Security.SecurityContext::_capture
	bool ____capture_0;
	// System.IntPtr System.Security.SecurityContext::_winid
	intptr_t ____winid_1;
	// System.Threading.CompressedStack System.Security.SecurityContext::_stack
	CompressedStack_t1202932761 * ____stack_2;
	// System.Boolean System.Security.SecurityContext::_suppressFlow
	bool ____suppressFlow_3;

public:
	inline static int32_t get_offset_of__capture_0() { return static_cast<int32_t>(offsetof(SecurityContext_t2435442044, ____capture_0)); }
	inline bool get__capture_0() const { return ____capture_0; }
	inline bool* get_address_of__capture_0() { return &____capture_0; }
	inline void set__capture_0(bool value)
	{
		____capture_0 = value;
	}

	inline static int32_t get_offset_of__winid_1() { return static_cast<int32_t>(offsetof(SecurityContext_t2435442044, ____winid_1)); }
	inline intptr_t get__winid_1() const { return ____winid_1; }
	inline intptr_t* get_address_of__winid_1() { return &____winid_1; }
	inline void set__winid_1(intptr_t value)
	{
		____winid_1 = value;
	}

	inline static int32_t get_offset_of__stack_2() { return static_cast<int32_t>(offsetof(SecurityContext_t2435442044, ____stack_2)); }
	inline CompressedStack_t1202932761 * get__stack_2() const { return ____stack_2; }
	inline CompressedStack_t1202932761 ** get_address_of__stack_2() { return &____stack_2; }
	inline void set__stack_2(CompressedStack_t1202932761 * value)
	{
		____stack_2 = value;
		Il2CppCodeGenWriteBarrier((&____stack_2), value);
	}

	inline static int32_t get_offset_of__suppressFlow_3() { return static_cast<int32_t>(offsetof(SecurityContext_t2435442044, ____suppressFlow_3)); }
	inline bool get__suppressFlow_3() const { return ____suppressFlow_3; }
	inline bool* get_address_of__suppressFlow_3() { return &____suppressFlow_3; }
	inline void set__suppressFlow_3(bool value)
	{
		____suppressFlow_3 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYCONTEXT_T2435442044_H
#ifndef RUNTIMEDECLSECURITYENTRY_T3144469156_H
#define RUNTIMEDECLSECURITYENTRY_T3144469156_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.RuntimeDeclSecurityEntry
struct  RuntimeDeclSecurityEntry_t3144469156 
{
public:
	// System.IntPtr System.Security.RuntimeDeclSecurityEntry::blob
	intptr_t ___blob_0;
	// System.Int32 System.Security.RuntimeDeclSecurityEntry::size
	int32_t ___size_1;
	// System.Int32 System.Security.RuntimeDeclSecurityEntry::index
	int32_t ___index_2;

public:
	inline static int32_t get_offset_of_blob_0() { return static_cast<int32_t>(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___blob_0)); }
	inline intptr_t get_blob_0() const { return ___blob_0; }
	inline intptr_t* get_address_of_blob_0() { return &___blob_0; }
	inline void set_blob_0(intptr_t value)
	{
		___blob_0 = value;
	}

	inline static int32_t get_offset_of_size_1() { return static_cast<int32_t>(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___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_index_2() { return static_cast<int32_t>(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___index_2)); }
	inline int32_t get_index_2() const { return ___index_2; }
	inline int32_t* get_address_of_index_2() { return &___index_2; }
	inline void set_index_2(int32_t value)
	{
		___index_2 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEDECLSECURITYENTRY_T3144469156_H
#ifndef SERIALIZATIONEXCEPTION_T3941511869_H
#define SERIALIZATIONEXCEPTION_T3941511869_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Runtime.Serialization.SerializationException
struct  SerializationException_t3941511869  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEXCEPTION_T3941511869_H
#ifndef WINDOWSACCOUNTTYPE_T2283000883_H
#define WINDOWSACCOUNTTYPE_T2283000883_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Principal.WindowsAccountType
struct  WindowsAccountType_t2283000883 
{
public:
	// System.Int32 System.Security.Principal.WindowsAccountType::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(WindowsAccountType_t2283000883, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WINDOWSACCOUNTTYPE_T2283000883_H
#ifndef SECURITYEXCEPTION_T975544473_H
#define SECURITYEXCEPTION_T975544473_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecurityException
struct  SecurityException_t975544473  : public SystemException_t176217640
{
public:
	// System.String System.Security.SecurityException::permissionState
	String_t* ___permissionState_11;
	// System.Type System.Security.SecurityException::permissionType
	Type_t * ___permissionType_12;
	// System.String System.Security.SecurityException::_granted
	String_t* ____granted_13;
	// System.String System.Security.SecurityException::_refused
	String_t* ____refused_14;
	// System.Object System.Security.SecurityException::_demanded
	RuntimeObject * ____demanded_15;
	// System.Security.IPermission System.Security.SecurityException::_firstperm
	RuntimeObject* ____firstperm_16;
	// System.Reflection.MethodInfo System.Security.SecurityException::_method
	MethodInfo_t * ____method_17;
	// System.Security.Policy.Evidence System.Security.SecurityException::_evidence
	Evidence_t2008144148 * ____evidence_18;

public:
	inline static int32_t get_offset_of_permissionState_11() { return static_cast<int32_t>(offsetof(SecurityException_t975544473, ___permissionState_11)); }
	inline String_t* get_permissionState_11() const { return ___permissionState_11; }
	inline String_t** get_address_of_permissionState_11() { return &___permissionState_11; }
	inline void set_permissionState_11(String_t* value)
	{
		___permissionState_11 = value;
		Il2CppCodeGenWriteBarrier((&___permissionState_11), value);
	}

	inline static int32_t get_offset_of_permissionType_12() { return static_cast<int32_t>(offsetof(SecurityException_t975544473, ___permissionType_12)); }
	inline Type_t * get_permissionType_12() const { return ___permissionType_12; }
	inline Type_t ** get_address_of_permissionType_12() { return &___permissionType_12; }
	inline void set_permissionType_12(Type_t * value)
	{
		___permissionType_12 = value;
		Il2CppCodeGenWriteBarrier((&___permissionType_12), value);
	}

	inline static int32_t get_offset_of__granted_13() { return static_cast<int32_t>(offsetof(SecurityException_t975544473, ____granted_13)); }
	inline String_t* get__granted_13() const { return ____granted_13; }
	inline String_t** get_address_of__granted_13() { return &____granted_13; }
	inline void set__granted_13(String_t* value)
	{
		____granted_13 = value;
		Il2CppCodeGenWriteBarrier((&____granted_13), value);
	}

	inline static int32_t get_offset_of__refused_14() { return static_cast<int32_t>(offsetof(SecurityException_t975544473, ____refused_14)); }
	inline String_t* get__refused_14() const { return ____refused_14; }
	inline String_t** get_address_of__refused_14() { return &____refused_14; }
	inline void set__refused_14(String_t* value)
	{
		____refused_14 = value;
		Il2CppCodeGenWriteBarrier((&____refused_14), value);
	}

	inline static int32_t get_offset_of__demanded_15() { return static_cast<int32_t>(offsetof(SecurityException_t975544473, ____demanded_15)); }
	inline RuntimeObject * get__demanded_15() const { return ____demanded_15; }
	inline RuntimeObject ** get_address_of__demanded_15() { return &____demanded_15; }
	inline void set__demanded_15(RuntimeObject * value)
	{
		____demanded_15 = value;
		Il2CppCodeGenWriteBarrier((&____demanded_15), value);
	}

	inline static int32_t get_offset_of__firstperm_16() { return static_cast<int32_t>(offsetof(SecurityException_t975544473, ____firstperm_16)); }
	inline RuntimeObject* get__firstperm_16() const { return ____firstperm_16; }
	inline RuntimeObject** get_address_of__firstperm_16() { return &____firstperm_16; }
	inline void set__firstperm_16(RuntimeObject* value)
	{
		____firstperm_16 = value;
		Il2CppCodeGenWriteBarrier((&____firstperm_16), value);
	}

	inline static int32_t get_offset_of__method_17() { return static_cast<int32_t>(offsetof(SecurityException_t975544473, ____method_17)); }
	inline MethodInfo_t * get__method_17() const { return ____method_17; }
	inline MethodInfo_t ** get_address_of__method_17() { return &____method_17; }
	inline void set__method_17(MethodInfo_t * value)
	{
		____method_17 = value;
		Il2CppCodeGenWriteBarrier((&____method_17), value);
	}

	inline static int32_t get_offset_of__evidence_18() { return static_cast<int32_t>(offsetof(SecurityException_t975544473, ____evidence_18)); }
	inline Evidence_t2008144148 * get__evidence_18() const { return ____evidence_18; }
	inline Evidence_t2008144148 ** get_address_of__evidence_18() { return &____evidence_18; }
	inline void set__evidence_18(Evidence_t2008144148 * value)
	{
		____evidence_18 = value;
		Il2CppCodeGenWriteBarrier((&____evidence_18), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYEXCEPTION_T975544473_H
#ifndef FILEACCESS_T1659085276_H
#define FILEACCESS_T1659085276_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IO.FileAccess
struct  FileAccess_t1659085276 
{
public:
	// System.Int32 System.IO.FileAccess::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(FileAccess_t1659085276, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILEACCESS_T1659085276_H
#ifndef PRINCIPALPOLICY_T1761212333_H
#define PRINCIPALPOLICY_T1761212333_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Principal.PrincipalPolicy
struct  PrincipalPolicy_t1761212333 
{
public:
	// System.Int32 System.Security.Principal.PrincipalPolicy::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(PrincipalPolicy_t1761212333, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PRINCIPALPOLICY_T1761212333_H
#ifndef FILEMODE_T1183438340_H
#define FILEMODE_T1183438340_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IO.FileMode
struct  FileMode_t1183438340 
{
public:
	// System.Int32 System.IO.FileMode::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(FileMode_t1183438340, ___value___1)); }
	inline int32_t get_value___1() const { return ___value___1; }
	inline int32_t* get_address_of_value___1() { return &___value___1; }
	inline void set_value___1(int32_t value)
	{
		___value___1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILEMODE_T1183438340_H
#ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H
#define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.ArgumentOutOfRangeException
struct  ArgumentOutOfRangeException_t777629997  : public ArgumentException_t132251570
{
public:
	// System.Object System.ArgumentOutOfRangeException::actual_value
	RuntimeObject * ___actual_value_13;

public:
	inline static int32_t get_offset_of_actual_value_13() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); }
	inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; }
	inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; }
	inline void set_actual_value_13(RuntimeObject * value)
	{
		___actual_value_13 = value;
		Il2CppCodeGenWriteBarrier((&___actual_value_13), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H
#ifndef DATETIME_T3738529785_H
#define DATETIME_T3738529785_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.DateTime
struct  DateTime_t3738529785 
{
public:
	// System.TimeSpan System.DateTime::ticks
	TimeSpan_t881159249  ___ticks_0;
	// System.DateTimeKind System.DateTime::kind
	int32_t ___kind_1;

public:
	inline static int32_t get_offset_of_ticks_0() { return static_cast<int32_t>(offsetof(DateTime_t3738529785, ___ticks_0)); }
	inline TimeSpan_t881159249  get_ticks_0() const { return ___ticks_0; }
	inline TimeSpan_t881159249 * get_address_of_ticks_0() { return &___ticks_0; }
	inline void set_ticks_0(TimeSpan_t881159249  value)
	{
		___ticks_0 = value;
	}

	inline static int32_t get_offset_of_kind_1() { return static_cast<int32_t>(offsetof(DateTime_t3738529785, ___kind_1)); }
	inline int32_t get_kind_1() const { return ___kind_1; }
	inline int32_t* get_address_of_kind_1() { return &___kind_1; }
	inline void set_kind_1(int32_t value)
	{
		___kind_1 = value;
	}
};

struct DateTime_t3738529785_StaticFields
{
public:
	// System.DateTime System.DateTime::MaxValue
	DateTime_t3738529785  ___MaxValue_2;
	// System.DateTime System.DateTime::MinValue
	DateTime_t3738529785  ___MinValue_3;
	// System.String[] System.DateTime::ParseTimeFormats
	StringU5BU5D_t1281789340* ___ParseTimeFormats_4;
	// System.String[] System.DateTime::ParseYearDayMonthFormats
	StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_5;
	// System.String[] System.DateTime::ParseYearMonthDayFormats
	StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_6;
	// System.String[] System.DateTime::ParseDayMonthYearFormats
	StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_7;
	// System.String[] System.DateTime::ParseMonthDayYearFormats
	StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_8;
	// System.String[] System.DateTime::MonthDayShortFormats
	StringU5BU5D_t1281789340* ___MonthDayShortFormats_9;
	// System.String[] System.DateTime::DayMonthShortFormats
	StringU5BU5D_t1281789340* ___DayMonthShortFormats_10;
	// System.Int32[] System.DateTime::daysmonth
	Int32U5BU5D_t385246372* ___daysmonth_11;
	// System.Int32[] System.DateTime::daysmonthleap
	Int32U5BU5D_t385246372* ___daysmonthleap_12;
	// System.Object System.DateTime::to_local_time_span_object
	RuntimeObject * ___to_local_time_span_object_13;
	// System.Int64 System.DateTime::last_now
	int64_t ___last_now_14;

public:
	inline static int32_t get_offset_of_MaxValue_2() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_2)); }
	inline DateTime_t3738529785  get_MaxValue_2() const { return ___MaxValue_2; }
	inline DateTime_t3738529785 * get_address_of_MaxValue_2() { return &___MaxValue_2; }
	inline void set_MaxValue_2(DateTime_t3738529785  value)
	{
		___MaxValue_2 = value;
	}

	inline static int32_t get_offset_of_MinValue_3() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_3)); }
	inline DateTime_t3738529785  get_MinValue_3() const { return ___MinValue_3; }
	inline DateTime_t3738529785 * get_address_of_MinValue_3() { return &___MinValue_3; }
	inline void set_MinValue_3(DateTime_t3738529785  value)
	{
		___MinValue_3 = value;
	}

	inline static int32_t get_offset_of_ParseTimeFormats_4() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_4)); }
	inline StringU5BU5D_t1281789340* get_ParseTimeFormats_4() const { return ___ParseTimeFormats_4; }
	inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_4() { return &___ParseTimeFormats_4; }
	inline void set_ParseTimeFormats_4(StringU5BU5D_t1281789340* value)
	{
		___ParseTimeFormats_4 = value;
		Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_4), value);
	}

	inline static int32_t get_offset_of_ParseYearDayMonthFormats_5() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_5)); }
	inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_5() const { return ___ParseYearDayMonthFormats_5; }
	inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_5() { return &___ParseYearDayMonthFormats_5; }
	inline void set_ParseYearDayMonthFormats_5(StringU5BU5D_t1281789340* value)
	{
		___ParseYearDayMonthFormats_5 = value;
		Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_5), value);
	}

	inline static int32_t get_offset_of_ParseYearMonthDayFormats_6() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_6)); }
	inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_6() const { return ___ParseYearMonthDayFormats_6; }
	inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_6() { return &___ParseYearMonthDayFormats_6; }
	inline void set_ParseYearMonthDayFormats_6(StringU5BU5D_t1281789340* value)
	{
		___ParseYearMonthDayFormats_6 = value;
		Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_6), value);
	}

	inline static int32_t get_offset_of_ParseDayMonthYearFormats_7() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_7)); }
	inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_7() const { return ___ParseDayMonthYearFormats_7; }
	inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_7() { return &___ParseDayMonthYearFormats_7; }
	inline void set_ParseDayMonthYearFormats_7(StringU5BU5D_t1281789340* value)
	{
		___ParseDayMonthYearFormats_7 = value;
		Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_7), value);
	}

	inline static int32_t get_offset_of_ParseMonthDayYearFormats_8() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_8)); }
	inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_8() const { return ___ParseMonthDayYearFormats_8; }
	inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_8() { return &___ParseMonthDayYearFormats_8; }
	inline void set_ParseMonthDayYearFormats_8(StringU5BU5D_t1281789340* value)
	{
		___ParseMonthDayYearFormats_8 = value;
		Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_8), value);
	}

	inline static int32_t get_offset_of_MonthDayShortFormats_9() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_9)); }
	inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_9() const { return ___MonthDayShortFormats_9; }
	inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_9() { return &___MonthDayShortFormats_9; }
	inline void set_MonthDayShortFormats_9(StringU5BU5D_t1281789340* value)
	{
		___MonthDayShortFormats_9 = value;
		Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_9), value);
	}

	inline static int32_t get_offset_of_DayMonthShortFormats_10() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_10)); }
	inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_10() const { return ___DayMonthShortFormats_10; }
	inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_10() { return &___DayMonthShortFormats_10; }
	inline void set_DayMonthShortFormats_10(StringU5BU5D_t1281789340* value)
	{
		___DayMonthShortFormats_10 = value;
		Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_10), value);
	}

	inline static int32_t get_offset_of_daysmonth_11() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_11)); }
	inline Int32U5BU5D_t385246372* get_daysmonth_11() const { return ___daysmonth_11; }
	inline Int32U5BU5D_t385246372** get_address_of_daysmonth_11() { return &___daysmonth_11; }
	inline void set_daysmonth_11(Int32U5BU5D_t385246372* value)
	{
		___daysmonth_11 = value;
		Il2CppCodeGenWriteBarrier((&___daysmonth_11), value);
	}

	inline static int32_t get_offset_of_daysmonthleap_12() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_12)); }
	inline Int32U5BU5D_t385246372* get_daysmonthleap_12() const { return ___daysmonthleap_12; }
	inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_12() { return &___daysmonthleap_12; }
	inline void set_daysmonthleap_12(Int32U5BU5D_t385246372* value)
	{
		___daysmonthleap_12 = value;
		Il2CppCodeGenWriteBarrier((&___daysmonthleap_12), value);
	}

	inline static int32_t get_offset_of_to_local_time_span_object_13() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_13)); }
	inline RuntimeObject * get_to_local_time_span_object_13() const { return ___to_local_time_span_object_13; }
	inline RuntimeObject ** get_address_of_to_local_time_span_object_13() { return &___to_local_time_span_object_13; }
	inline void set_to_local_time_span_object_13(RuntimeObject * value)
	{
		___to_local_time_span_object_13 = value;
		Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_13), value);
	}

	inline static int32_t get_offset_of_last_now_14() { return static_cast<int32_t>(offsetof(DateTime_t3738529785_StaticFields, ___last_now_14)); }
	inline int64_t get_last_now_14() const { return ___last_now_14; }
	inline int64_t* get_address_of_last_now_14() { return &___last_now_14; }
	inline void set_last_now_14(int64_t value)
	{
		___last_now_14 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIME_T3738529785_H
#ifndef APPDOMAIN_T1571427825_H
#define APPDOMAIN_T1571427825_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.AppDomain
struct  AppDomain_t1571427825  : public MarshalByRefObject_t2760389100
{
public:
	// System.IntPtr System.AppDomain::_mono_app_domain
	intptr_t ____mono_app_domain_1;
	// System.Security.Policy.Evidence System.AppDomain::_evidence
	Evidence_t2008144148 * ____evidence_6;
	// System.Security.PermissionSet System.AppDomain::_granted
	PermissionSet_t223948603 * ____granted_7;
	// System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy
	int32_t ____principalPolicy_8;
	// System.AppDomainManager System.AppDomain::_domain_manager
	AppDomainManager_t1420869192 * ____domain_manager_11;
	// System.ActivationContext System.AppDomain::_activation
	ActivationContext_t976916018 * ____activation_12;
	// System.ApplicationIdentity System.AppDomain::_applicationIdentity
	ApplicationIdentity_t1917735356 * ____applicationIdentity_13;
	// System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad
	AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14;
	// System.ResolveEventHandler System.AppDomain::AssemblyResolve
	ResolveEventHandler_t2775508208 * ___AssemblyResolve_15;
	// System.EventHandler System.AppDomain::DomainUnload
	EventHandler_t1348719766 * ___DomainUnload_16;
	// System.EventHandler System.AppDomain::ProcessExit
	EventHandler_t1348719766 * ___ProcessExit_17;
	// System.ResolveEventHandler System.AppDomain::ResourceResolve
	ResolveEventHandler_t2775508208 * ___ResourceResolve_18;
	// System.ResolveEventHandler System.AppDomain::TypeResolve
	ResolveEventHandler_t2775508208 * ___TypeResolve_19;
	// System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException
	UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20;
	// System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve
	ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21;

public:
	inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); }
	inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; }
	inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; }
	inline void set__mono_app_domain_1(intptr_t value)
	{
		____mono_app_domain_1 = value;
	}

	inline static int32_t get_offset_of__evidence_6() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ____evidence_6)); }
	inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; }
	inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; }
	inline void set__evidence_6(Evidence_t2008144148 * value)
	{
		____evidence_6 = value;
		Il2CppCodeGenWriteBarrier((&____evidence_6), value);
	}

	inline static int32_t get_offset_of__granted_7() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ____granted_7)); }
	inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; }
	inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; }
	inline void set__granted_7(PermissionSet_t223948603 * value)
	{
		____granted_7 = value;
		Il2CppCodeGenWriteBarrier((&____granted_7), value);
	}

	inline static int32_t get_offset_of__principalPolicy_8() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); }
	inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; }
	inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; }
	inline void set__principalPolicy_8(int32_t value)
	{
		____principalPolicy_8 = value;
	}

	inline static int32_t get_offset_of__domain_manager_11() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ____domain_manager_11)); }
	inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; }
	inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; }
	inline void set__domain_manager_11(AppDomainManager_t1420869192 * value)
	{
		____domain_manager_11 = value;
		Il2CppCodeGenWriteBarrier((&____domain_manager_11), value);
	}

	inline static int32_t get_offset_of__activation_12() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ____activation_12)); }
	inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; }
	inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; }
	inline void set__activation_12(ActivationContext_t976916018 * value)
	{
		____activation_12 = value;
		Il2CppCodeGenWriteBarrier((&____activation_12), value);
	}

	inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); }
	inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; }
	inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; }
	inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value)
	{
		____applicationIdentity_13 = value;
		Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value);
	}

	inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); }
	inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; }
	inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; }
	inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value)
	{
		___AssemblyLoad_14 = value;
		Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value);
	}

	inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); }
	inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; }
	inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; }
	inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value)
	{
		___AssemblyResolve_15 = value;
		Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value);
	}

	inline static int32_t get_offset_of_DomainUnload_16() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); }
	inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; }
	inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; }
	inline void set_DomainUnload_16(EventHandler_t1348719766 * value)
	{
		___DomainUnload_16 = value;
		Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value);
	}

	inline static int32_t get_offset_of_ProcessExit_17() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); }
	inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; }
	inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; }
	inline void set_ProcessExit_17(EventHandler_t1348719766 * value)
	{
		___ProcessExit_17 = value;
		Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value);
	}

	inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); }
	inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; }
	inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; }
	inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value)
	{
		___ResourceResolve_18 = value;
		Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value);
	}

	inline static int32_t get_offset_of_TypeResolve_19() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); }
	inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; }
	inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; }
	inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value)
	{
		___TypeResolve_19 = value;
		Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value);
	}

	inline static int32_t get_offset_of_UnhandledException_20() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); }
	inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; }
	inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; }
	inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value)
	{
		___UnhandledException_20 = value;
		Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value);
	}

	inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); }
	inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; }
	inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; }
	inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value)
	{
		___ReflectionOnlyAssemblyResolve_21 = value;
		Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value);
	}
};

struct AppDomain_t1571427825_StaticFields
{
public:
	// System.String System.AppDomain::_process_guid
	String_t* ____process_guid_2;
	// System.AppDomain System.AppDomain::default_domain
	AppDomain_t1571427825 * ___default_domain_10;

public:
	inline static int32_t get_offset_of__process_guid_2() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); }
	inline String_t* get__process_guid_2() const { return ____process_guid_2; }
	inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; }
	inline void set__process_guid_2(String_t* value)
	{
		____process_guid_2 = value;
		Il2CppCodeGenWriteBarrier((&____process_guid_2), value);
	}

	inline static int32_t get_offset_of_default_domain_10() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); }
	inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; }
	inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; }
	inline void set_default_domain_10(AppDomain_t1571427825 * value)
	{
		___default_domain_10 = value;
		Il2CppCodeGenWriteBarrier((&___default_domain_10), value);
	}
};

struct AppDomain_t1571427825_ThreadStaticFields
{
public:
	// System.Collections.Hashtable System.AppDomain::type_resolve_in_progress
	Hashtable_t1853889766 * ___type_resolve_in_progress_3;
	// System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress
	Hashtable_t1853889766 * ___assembly_resolve_in_progress_4;
	// System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly
	Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5;
	// System.Security.Principal.IPrincipal System.AppDomain::_principal
	RuntimeObject* ____principal_9;

public:
	inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); }
	inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; }
	inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; }
	inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value)
	{
		___type_resolve_in_progress_3 = value;
		Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value);
	}

	inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); }
	inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; }
	inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; }
	inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value)
	{
		___assembly_resolve_in_progress_4 = value;
		Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value);
	}

	inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); }
	inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; }
	inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; }
	inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value)
	{
		___assembly_resolve_in_progress_refonly_5 = value;
		Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value);
	}

	inline static int32_t get_offset_of__principal_9() { return static_cast<int32_t>(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); }
	inline RuntimeObject* get__principal_9() const { return ____principal_9; }
	inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; }
	inline void set__principal_9(RuntimeObject* value)
	{
		____principal_9 = value;
		Il2CppCodeGenWriteBarrier((&____principal_9), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // APPDOMAIN_T1571427825_H
#ifndef ARGUMENTNULLEXCEPTION_T1615371798_H
#define ARGUMENTNULLEXCEPTION_T1615371798_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.ArgumentNullException
struct  ArgumentNullException_t1615371798  : public ArgumentException_t132251570
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T1615371798_H
#ifndef DECODERFALLBACKEXCEPTION_T1661362184_H
#define DECODERFALLBACKEXCEPTION_T1661362184_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Text.DecoderFallbackException
struct  DecoderFallbackException_t1661362184  : public ArgumentException_t132251570
{
public:
	// System.Byte[] System.Text.DecoderFallbackException::bytes_unknown
	ByteU5BU5D_t4116647657* ___bytes_unknown_13;
	// System.Int32 System.Text.DecoderFallbackException::index
	int32_t ___index_14;

public:
	inline static int32_t get_offset_of_bytes_unknown_13() { return static_cast<int32_t>(offsetof(DecoderFallbackException_t1661362184, ___bytes_unknown_13)); }
	inline ByteU5BU5D_t4116647657* get_bytes_unknown_13() const { return ___bytes_unknown_13; }
	inline ByteU5BU5D_t4116647657** get_address_of_bytes_unknown_13() { return &___bytes_unknown_13; }
	inline void set_bytes_unknown_13(ByteU5BU5D_t4116647657* value)
	{
		___bytes_unknown_13 = value;
		Il2CppCodeGenWriteBarrier((&___bytes_unknown_13), value);
	}

	inline static int32_t get_offset_of_index_14() { return static_cast<int32_t>(offsetof(DecoderFallbackException_t1661362184, ___index_14)); }
	inline int32_t get_index_14() const { return ___index_14; }
	inline int32_t* get_address_of_index_14() { return &___index_14; }
	inline void set_index_14(int32_t value)
	{
		___index_14 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERFALLBACKEXCEPTION_T1661362184_H
#ifndef CSPPARAMETERS_T239852639_H
#define CSPPARAMETERS_T239852639_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.CspParameters
struct  CspParameters_t239852639  : public RuntimeObject
{
public:
	// System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::_Flags
	int32_t ____Flags_0;
	// System.String System.Security.Cryptography.CspParameters::KeyContainerName
	String_t* ___KeyContainerName_1;
	// System.Int32 System.Security.Cryptography.CspParameters::KeyNumber
	int32_t ___KeyNumber_2;
	// System.String System.Security.Cryptography.CspParameters::ProviderName
	String_t* ___ProviderName_3;
	// System.Int32 System.Security.Cryptography.CspParameters::ProviderType
	int32_t ___ProviderType_4;

public:
	inline static int32_t get_offset_of__Flags_0() { return static_cast<int32_t>(offsetof(CspParameters_t239852639, ____Flags_0)); }
	inline int32_t get__Flags_0() const { return ____Flags_0; }
	inline int32_t* get_address_of__Flags_0() { return &____Flags_0; }
	inline void set__Flags_0(int32_t value)
	{
		____Flags_0 = value;
	}

	inline static int32_t get_offset_of_KeyContainerName_1() { return static_cast<int32_t>(offsetof(CspParameters_t239852639, ___KeyContainerName_1)); }
	inline String_t* get_KeyContainerName_1() const { return ___KeyContainerName_1; }
	inline String_t** get_address_of_KeyContainerName_1() { return &___KeyContainerName_1; }
	inline void set_KeyContainerName_1(String_t* value)
	{
		___KeyContainerName_1 = value;
		Il2CppCodeGenWriteBarrier((&___KeyContainerName_1), value);
	}

	inline static int32_t get_offset_of_KeyNumber_2() { return static_cast<int32_t>(offsetof(CspParameters_t239852639, ___KeyNumber_2)); }
	inline int32_t get_KeyNumber_2() const { return ___KeyNumber_2; }
	inline int32_t* get_address_of_KeyNumber_2() { return &___KeyNumber_2; }
	inline void set_KeyNumber_2(int32_t value)
	{
		___KeyNumber_2 = value;
	}

	inline static int32_t get_offset_of_ProviderName_3() { return static_cast<int32_t>(offsetof(CspParameters_t239852639, ___ProviderName_3)); }
	inline String_t* get_ProviderName_3() const { return ___ProviderName_3; }
	inline String_t** get_address_of_ProviderName_3() { return &___ProviderName_3; }
	inline void set_ProviderName_3(String_t* value)
	{
		___ProviderName_3 = value;
		Il2CppCodeGenWriteBarrier((&___ProviderName_3), value);
	}

	inline static int32_t get_offset_of_ProviderType_4() { return static_cast<int32_t>(offsetof(CspParameters_t239852639, ___ProviderType_4)); }
	inline int32_t get_ProviderType_4() const { return ___ProviderType_4; }
	inline int32_t* get_address_of_ProviderType_4() { return &___ProviderType_4; }
	inline void set_ProviderType_4(int32_t value)
	{
		___ProviderType_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CSPPARAMETERS_T239852639_H
#ifndef SECURITYCRITICALATTRIBUTE_T2279322844_H
#define SECURITYCRITICALATTRIBUTE_T2279322844_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.SecurityCriticalAttribute
struct  SecurityCriticalAttribute_t2279322844  : public Attribute_t861562559
{
public:
	// System.Security.SecurityCriticalScope System.Security.SecurityCriticalAttribute::_scope
	int32_t ____scope_0;

public:
	inline static int32_t get_offset_of__scope_0() { return static_cast<int32_t>(offsetof(SecurityCriticalAttribute_t2279322844, ____scope_0)); }
	inline int32_t get__scope_0() const { return ____scope_0; }
	inline int32_t* get_address_of__scope_0() { return &____scope_0; }
	inline void set__scope_0(int32_t value)
	{
		____scope_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYCRITICALATTRIBUTE_T2279322844_H
#ifndef THREAD_T2300836069_H
#define THREAD_T2300836069_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Threading.Thread
struct  Thread_t2300836069  : public CriticalFinalizerObject_t701527852
{
public:
	// System.Int32 System.Threading.Thread::lock_thread_id
	int32_t ___lock_thread_id_0;
	// System.IntPtr System.Threading.Thread::system_thread_handle
	intptr_t ___system_thread_handle_1;
	// System.Object System.Threading.Thread::cached_culture_info
	RuntimeObject * ___cached_culture_info_2;
	// System.IntPtr System.Threading.Thread::unused0
	intptr_t ___unused0_3;
	// System.Boolean System.Threading.Thread::threadpool_thread
	bool ___threadpool_thread_4;
	// System.IntPtr System.Threading.Thread::name
	intptr_t ___name_5;
	// System.Int32 System.Threading.Thread::name_len
	int32_t ___name_len_6;
	// System.Threading.ThreadState System.Threading.Thread::state
	int32_t ___state_7;
	// System.Object System.Threading.Thread::abort_exc
	RuntimeObject * ___abort_exc_8;
	// System.Int32 System.Threading.Thread::abort_state_handle
	int32_t ___abort_state_handle_9;
	// System.Int64 System.Threading.Thread::thread_id
	int64_t ___thread_id_10;
	// System.IntPtr System.Threading.Thread::start_notify
	intptr_t ___start_notify_11;
	// System.IntPtr System.Threading.Thread::stack_ptr
	intptr_t ___stack_ptr_12;
	// System.UIntPtr System.Threading.Thread::static_data
	uintptr_t ___static_data_13;
	// System.IntPtr System.Threading.Thread::jit_data
	intptr_t ___jit_data_14;
	// System.IntPtr System.Threading.Thread::lock_data
	intptr_t ___lock_data_15;
	// System.Object System.Threading.Thread::current_appcontext
	RuntimeObject * ___current_appcontext_16;
	// System.Int32 System.Threading.Thread::stack_size
	int32_t ___stack_size_17;
	// System.Object System.Threading.Thread::start_obj
	RuntimeObject * ___start_obj_18;
	// System.IntPtr System.Threading.Thread::appdomain_refs
	intptr_t ___appdomain_refs_19;
	// System.Int32 System.Threading.Thread::interruption_requested
	int32_t ___interruption_requested_20;
	// System.IntPtr System.Threading.Thread::suspend_event
	intptr_t ___suspend_event_21;
	// System.IntPtr System.Threading.Thread::suspended_event
	intptr_t ___suspended_event_22;
	// System.IntPtr System.Threading.Thread::resume_event
	intptr_t ___resume_event_23;
	// System.IntPtr System.Threading.Thread::synch_cs
	intptr_t ___synch_cs_24;
	// System.IntPtr System.Threading.Thread::serialized_culture_info
	intptr_t ___serialized_culture_info_25;
	// System.Int32 System.Threading.Thread::serialized_culture_info_len
	int32_t ___serialized_culture_info_len_26;
	// System.IntPtr System.Threading.Thread::serialized_ui_culture_info
	intptr_t ___serialized_ui_culture_info_27;
	// System.Int32 System.Threading.Thread::serialized_ui_culture_info_len
	int32_t ___serialized_ui_culture_info_len_28;
	// System.Boolean System.Threading.Thread::thread_dump_requested
	bool ___thread_dump_requested_29;
	// System.IntPtr System.Threading.Thread::end_stack
	intptr_t ___end_stack_30;
	// System.Boolean System.Threading.Thread::thread_interrupt_requested
	bool ___thread_interrupt_requested_31;
	// System.Byte System.Threading.Thread::apartment_state
	uint8_t ___apartment_state_32;
	// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level
	int32_t ___critical_region_level_33;
	// System.Int32 System.Threading.Thread::small_id
	int32_t ___small_id_34;
	// System.IntPtr System.Threading.Thread::manage_callback
	intptr_t ___manage_callback_35;
	// System.Object System.Threading.Thread::pending_exception
	RuntimeObject * ___pending_exception_36;
	// System.Threading.ExecutionContext System.Threading.Thread::ec_to_set
	ExecutionContext_t1748372627 * ___ec_to_set_37;
	// System.IntPtr System.Threading.Thread::interrupt_on_stop
	intptr_t ___interrupt_on_stop_38;
	// System.IntPtr System.Threading.Thread::unused3
	intptr_t ___unused3_39;
	// System.IntPtr System.Threading.Thread::unused4
	intptr_t ___unused4_40;
	// System.IntPtr System.Threading.Thread::unused5
	intptr_t ___unused5_41;
	// System.IntPtr System.Threading.Thread::unused6
	intptr_t ___unused6_42;
	// System.MulticastDelegate System.Threading.Thread::threadstart
	MulticastDelegate_t * ___threadstart_45;
	// System.Int32 System.Threading.Thread::managed_id
	int32_t ___managed_id_46;
	// System.Security.Principal.IPrincipal System.Threading.Thread::_principal
	RuntimeObject* ____principal_47;
	// System.Boolean System.Threading.Thread::in_currentculture
	bool ___in_currentculture_50;

public:
	inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___lock_thread_id_0)); }
	inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; }
	inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; }
	inline void set_lock_thread_id_0(int32_t value)
	{
		___lock_thread_id_0 = value;
	}

	inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___system_thread_handle_1)); }
	inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; }
	inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; }
	inline void set_system_thread_handle_1(intptr_t value)
	{
		___system_thread_handle_1 = value;
	}

	inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___cached_culture_info_2)); }
	inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; }
	inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; }
	inline void set_cached_culture_info_2(RuntimeObject * value)
	{
		___cached_culture_info_2 = value;
		Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value);
	}

	inline static int32_t get_offset_of_unused0_3() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___unused0_3)); }
	inline intptr_t get_unused0_3() const { return ___unused0_3; }
	inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; }
	inline void set_unused0_3(intptr_t value)
	{
		___unused0_3 = value;
	}

	inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___threadpool_thread_4)); }
	inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; }
	inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; }
	inline void set_threadpool_thread_4(bool value)
	{
		___threadpool_thread_4 = value;
	}

	inline static int32_t get_offset_of_name_5() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___name_5)); }
	inline intptr_t get_name_5() const { return ___name_5; }
	inline intptr_t* get_address_of_name_5() { return &___name_5; }
	inline void set_name_5(intptr_t value)
	{
		___name_5 = value;
	}

	inline static int32_t get_offset_of_name_len_6() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___name_len_6)); }
	inline int32_t get_name_len_6() const { return ___name_len_6; }
	inline int32_t* get_address_of_name_len_6() { return &___name_len_6; }
	inline void set_name_len_6(int32_t value)
	{
		___name_len_6 = value;
	}

	inline static int32_t get_offset_of_state_7() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___state_7)); }
	inline int32_t get_state_7() const { return ___state_7; }
	inline int32_t* get_address_of_state_7() { return &___state_7; }
	inline void set_state_7(int32_t value)
	{
		___state_7 = value;
	}

	inline static int32_t get_offset_of_abort_exc_8() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___abort_exc_8)); }
	inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; }
	inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; }
	inline void set_abort_exc_8(RuntimeObject * value)
	{
		___abort_exc_8 = value;
		Il2CppCodeGenWriteBarrier((&___abort_exc_8), value);
	}

	inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___abort_state_handle_9)); }
	inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; }
	inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; }
	inline void set_abort_state_handle_9(int32_t value)
	{
		___abort_state_handle_9 = value;
	}

	inline static int32_t get_offset_of_thread_id_10() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___thread_id_10)); }
	inline int64_t get_thread_id_10() const { return ___thread_id_10; }
	inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; }
	inline void set_thread_id_10(int64_t value)
	{
		___thread_id_10 = value;
	}

	inline static int32_t get_offset_of_start_notify_11() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___start_notify_11)); }
	inline intptr_t get_start_notify_11() const { return ___start_notify_11; }
	inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; }
	inline void set_start_notify_11(intptr_t value)
	{
		___start_notify_11 = value;
	}

	inline static int32_t get_offset_of_stack_ptr_12() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___stack_ptr_12)); }
	inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; }
	inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; }
	inline void set_stack_ptr_12(intptr_t value)
	{
		___stack_ptr_12 = value;
	}

	inline static int32_t get_offset_of_static_data_13() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___static_data_13)); }
	inline uintptr_t get_static_data_13() const { return ___static_data_13; }
	inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; }
	inline void set_static_data_13(uintptr_t value)
	{
		___static_data_13 = value;
	}

	inline static int32_t get_offset_of_jit_data_14() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___jit_data_14)); }
	inline intptr_t get_jit_data_14() const { return ___jit_data_14; }
	inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; }
	inline void set_jit_data_14(intptr_t value)
	{
		___jit_data_14 = value;
	}

	inline static int32_t get_offset_of_lock_data_15() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___lock_data_15)); }
	inline intptr_t get_lock_data_15() const { return ___lock_data_15; }
	inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; }
	inline void set_lock_data_15(intptr_t value)
	{
		___lock_data_15 = value;
	}

	inline static int32_t get_offset_of_current_appcontext_16() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___current_appcontext_16)); }
	inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; }
	inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; }
	inline void set_current_appcontext_16(RuntimeObject * value)
	{
		___current_appcontext_16 = value;
		Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value);
	}

	inline static int32_t get_offset_of_stack_size_17() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___stack_size_17)); }
	inline int32_t get_stack_size_17() const { return ___stack_size_17; }
	inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; }
	inline void set_stack_size_17(int32_t value)
	{
		___stack_size_17 = value;
	}

	inline static int32_t get_offset_of_start_obj_18() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___start_obj_18)); }
	inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; }
	inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; }
	inline void set_start_obj_18(RuntimeObject * value)
	{
		___start_obj_18 = value;
		Il2CppCodeGenWriteBarrier((&___start_obj_18), value);
	}

	inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___appdomain_refs_19)); }
	inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; }
	inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; }
	inline void set_appdomain_refs_19(intptr_t value)
	{
		___appdomain_refs_19 = value;
	}

	inline static int32_t get_offset_of_interruption_requested_20() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___interruption_requested_20)); }
	inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; }
	inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; }
	inline void set_interruption_requested_20(int32_t value)
	{
		___interruption_requested_20 = value;
	}

	inline static int32_t get_offset_of_suspend_event_21() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___suspend_event_21)); }
	inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; }
	inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; }
	inline void set_suspend_event_21(intptr_t value)
	{
		___suspend_event_21 = value;
	}

	inline static int32_t get_offset_of_suspended_event_22() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___suspended_event_22)); }
	inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; }
	inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; }
	inline void set_suspended_event_22(intptr_t value)
	{
		___suspended_event_22 = value;
	}

	inline static int32_t get_offset_of_resume_event_23() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___resume_event_23)); }
	inline intptr_t get_resume_event_23() const { return ___resume_event_23; }
	inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; }
	inline void set_resume_event_23(intptr_t value)
	{
		___resume_event_23 = value;
	}

	inline static int32_t get_offset_of_synch_cs_24() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___synch_cs_24)); }
	inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; }
	inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; }
	inline void set_synch_cs_24(intptr_t value)
	{
		___synch_cs_24 = value;
	}

	inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); }
	inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; }
	inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; }
	inline void set_serialized_culture_info_25(intptr_t value)
	{
		___serialized_culture_info_25 = value;
	}

	inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); }
	inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; }
	inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; }
	inline void set_serialized_culture_info_len_26(int32_t value)
	{
		___serialized_culture_info_len_26 = value;
	}

	inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); }
	inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; }
	inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; }
	inline void set_serialized_ui_culture_info_27(intptr_t value)
	{
		___serialized_ui_culture_info_27 = value;
	}

	inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); }
	inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; }
	inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; }
	inline void set_serialized_ui_culture_info_len_28(int32_t value)
	{
		___serialized_ui_culture_info_len_28 = value;
	}

	inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); }
	inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; }
	inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; }
	inline void set_thread_dump_requested_29(bool value)
	{
		___thread_dump_requested_29 = value;
	}

	inline static int32_t get_offset_of_end_stack_30() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___end_stack_30)); }
	inline intptr_t get_end_stack_30() const { return ___end_stack_30; }
	inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; }
	inline void set_end_stack_30(intptr_t value)
	{
		___end_stack_30 = value;
	}

	inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); }
	inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; }
	inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; }
	inline void set_thread_interrupt_requested_31(bool value)
	{
		___thread_interrupt_requested_31 = value;
	}

	inline static int32_t get_offset_of_apartment_state_32() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___apartment_state_32)); }
	inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; }
	inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; }
	inline void set_apartment_state_32(uint8_t value)
	{
		___apartment_state_32 = value;
	}

	inline static int32_t get_offset_of_critical_region_level_33() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___critical_region_level_33)); }
	inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; }
	inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; }
	inline void set_critical_region_level_33(int32_t value)
	{
		___critical_region_level_33 = value;
	}

	inline static int32_t get_offset_of_small_id_34() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___small_id_34)); }
	inline int32_t get_small_id_34() const { return ___small_id_34; }
	inline int32_t* get_address_of_small_id_34() { return &___small_id_34; }
	inline void set_small_id_34(int32_t value)
	{
		___small_id_34 = value;
	}

	inline static int32_t get_offset_of_manage_callback_35() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___manage_callback_35)); }
	inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; }
	inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; }
	inline void set_manage_callback_35(intptr_t value)
	{
		___manage_callback_35 = value;
	}

	inline static int32_t get_offset_of_pending_exception_36() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___pending_exception_36)); }
	inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; }
	inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; }
	inline void set_pending_exception_36(RuntimeObject * value)
	{
		___pending_exception_36 = value;
		Il2CppCodeGenWriteBarrier((&___pending_exception_36), value);
	}

	inline static int32_t get_offset_of_ec_to_set_37() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___ec_to_set_37)); }
	inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; }
	inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; }
	inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value)
	{
		___ec_to_set_37 = value;
		Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value);
	}

	inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); }
	inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; }
	inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; }
	inline void set_interrupt_on_stop_38(intptr_t value)
	{
		___interrupt_on_stop_38 = value;
	}

	inline static int32_t get_offset_of_unused3_39() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___unused3_39)); }
	inline intptr_t get_unused3_39() const { return ___unused3_39; }
	inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; }
	inline void set_unused3_39(intptr_t value)
	{
		___unused3_39 = value;
	}

	inline static int32_t get_offset_of_unused4_40() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___unused4_40)); }
	inline intptr_t get_unused4_40() const { return ___unused4_40; }
	inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; }
	inline void set_unused4_40(intptr_t value)
	{
		___unused4_40 = value;
	}

	inline static int32_t get_offset_of_unused5_41() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___unused5_41)); }
	inline intptr_t get_unused5_41() const { return ___unused5_41; }
	inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; }
	inline void set_unused5_41(intptr_t value)
	{
		___unused5_41 = value;
	}

	inline static int32_t get_offset_of_unused6_42() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___unused6_42)); }
	inline intptr_t get_unused6_42() const { return ___unused6_42; }
	inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; }
	inline void set_unused6_42(intptr_t value)
	{
		___unused6_42 = value;
	}

	inline static int32_t get_offset_of_threadstart_45() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___threadstart_45)); }
	inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; }
	inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; }
	inline void set_threadstart_45(MulticastDelegate_t * value)
	{
		___threadstart_45 = value;
		Il2CppCodeGenWriteBarrier((&___threadstart_45), value);
	}

	inline static int32_t get_offset_of_managed_id_46() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___managed_id_46)); }
	inline int32_t get_managed_id_46() const { return ___managed_id_46; }
	inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; }
	inline void set_managed_id_46(int32_t value)
	{
		___managed_id_46 = value;
	}

	inline static int32_t get_offset_of__principal_47() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ____principal_47)); }
	inline RuntimeObject* get__principal_47() const { return ____principal_47; }
	inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; }
	inline void set__principal_47(RuntimeObject* value)
	{
		____principal_47 = value;
		Il2CppCodeGenWriteBarrier((&____principal_47), value);
	}

	inline static int32_t get_offset_of_in_currentculture_50() { return static_cast<int32_t>(offsetof(Thread_t2300836069, ___in_currentculture_50)); }
	inline bool get_in_currentculture_50() const { return ___in_currentculture_50; }
	inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; }
	inline void set_in_currentculture_50(bool value)
	{
		___in_currentculture_50 = value;
	}
};

struct Thread_t2300836069_StaticFields
{
public:
	// System.Collections.Hashtable System.Threading.Thread::datastorehash
	Hashtable_t1853889766 * ___datastorehash_48;
	// System.Object System.Threading.Thread::datastore_lock
	RuntimeObject * ___datastore_lock_49;
	// System.Object System.Threading.Thread::culture_lock
	RuntimeObject * ___culture_lock_51;

public:
	inline static int32_t get_offset_of_datastorehash_48() { return static_cast<int32_t>(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); }
	inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; }
	inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; }
	inline void set_datastorehash_48(Hashtable_t1853889766 * value)
	{
		___datastorehash_48 = value;
		Il2CppCodeGenWriteBarrier((&___datastorehash_48), value);
	}

	inline static int32_t get_offset_of_datastore_lock_49() { return static_cast<int32_t>(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); }
	inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; }
	inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; }
	inline void set_datastore_lock_49(RuntimeObject * value)
	{
		___datastore_lock_49 = value;
		Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value);
	}

	inline static int32_t get_offset_of_culture_lock_51() { return static_cast<int32_t>(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); }
	inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; }
	inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; }
	inline void set_culture_lock_51(RuntimeObject * value)
	{
		___culture_lock_51 = value;
		Il2CppCodeGenWriteBarrier((&___culture_lock_51), value);
	}
};

struct Thread_t2300836069_ThreadStaticFields
{
public:
	// System.Object[] System.Threading.Thread::local_slots
	ObjectU5BU5D_t2843939325* ___local_slots_43;
	// System.Threading.ExecutionContext System.Threading.Thread::_ec
	ExecutionContext_t1748372627 * ____ec_44;

public:
	inline static int32_t get_offset_of_local_slots_43() { return static_cast<int32_t>(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); }
	inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; }
	inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; }
	inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value)
	{
		___local_slots_43 = value;
		Il2CppCodeGenWriteBarrier((&___local_slots_43), value);
	}

	inline static int32_t get_offset_of__ec_44() { return static_cast<int32_t>(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); }
	inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; }
	inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; }
	inline void set__ec_44(ExecutionContext_t1748372627 * value)
	{
		____ec_44 = value;
		Il2CppCodeGenWriteBarrier((&____ec_44), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // THREAD_T2300836069_H
#ifndef CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H
#define CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct  CryptographicUnexpectedOperationException_t2790575154  : public CryptographicException_t248831461
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H
#ifndef SECURITYPERMISSIONATTRIBUTE_T2256310021_H
#define SECURITYPERMISSIONATTRIBUTE_T2256310021_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Permissions.SecurityPermissionAttribute
struct  SecurityPermissionAttribute_t2256310021  : public CodeAccessSecurityAttribute_t3236455365
{
public:
	// System.Security.Permissions.SecurityPermissionFlag System.Security.Permissions.SecurityPermissionAttribute::m_Flags
	int32_t ___m_Flags_0;

public:
	inline static int32_t get_offset_of_m_Flags_0() { return static_cast<int32_t>(offsetof(SecurityPermissionAttribute_t2256310021, ___m_Flags_0)); }
	inline int32_t get_m_Flags_0() const { return ___m_Flags_0; }
	inline int32_t* get_address_of_m_Flags_0() { return &___m_Flags_0; }
	inline void set_m_Flags_0(int32_t value)
	{
		___m_Flags_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYPERMISSIONATTRIBUTE_T2256310021_H
#ifndef RUNTIMESECURITYFRAME_T536173748_H
#define RUNTIMESECURITYFRAME_T536173748_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.RuntimeSecurityFrame
struct  RuntimeSecurityFrame_t536173748  : public RuntimeObject
{
public:
	// System.AppDomain System.Security.RuntimeSecurityFrame::domain
	AppDomain_t1571427825 * ___domain_0;
	// System.Reflection.MethodInfo System.Security.RuntimeSecurityFrame::method
	MethodInfo_t * ___method_1;
	// System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeSecurityFrame::assert
	RuntimeDeclSecurityEntry_t3144469156  ___assert_2;
	// System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeSecurityFrame::deny
	RuntimeDeclSecurityEntry_t3144469156  ___deny_3;
	// System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeSecurityFrame::permitonly
	RuntimeDeclSecurityEntry_t3144469156  ___permitonly_4;

public:
	inline static int32_t get_offset_of_domain_0() { return static_cast<int32_t>(offsetof(RuntimeSecurityFrame_t536173748, ___domain_0)); }
	inline AppDomain_t1571427825 * get_domain_0() const { return ___domain_0; }
	inline AppDomain_t1571427825 ** get_address_of_domain_0() { return &___domain_0; }
	inline void set_domain_0(AppDomain_t1571427825 * value)
	{
		___domain_0 = value;
		Il2CppCodeGenWriteBarrier((&___domain_0), value);
	}

	inline static int32_t get_offset_of_method_1() { return static_cast<int32_t>(offsetof(RuntimeSecurityFrame_t536173748, ___method_1)); }
	inline MethodInfo_t * get_method_1() const { return ___method_1; }
	inline MethodInfo_t ** get_address_of_method_1() { return &___method_1; }
	inline void set_method_1(MethodInfo_t * value)
	{
		___method_1 = value;
		Il2CppCodeGenWriteBarrier((&___method_1), value);
	}

	inline static int32_t get_offset_of_assert_2() { return static_cast<int32_t>(offsetof(RuntimeSecurityFrame_t536173748, ___assert_2)); }
	inline RuntimeDeclSecurityEntry_t3144469156  get_assert_2() const { return ___assert_2; }
	inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_assert_2() { return &___assert_2; }
	inline void set_assert_2(RuntimeDeclSecurityEntry_t3144469156  value)
	{
		___assert_2 = value;
	}

	inline static int32_t get_offset_of_deny_3() { return static_cast<int32_t>(offsetof(RuntimeSecurityFrame_t536173748, ___deny_3)); }
	inline RuntimeDeclSecurityEntry_t3144469156  get_deny_3() const { return ___deny_3; }
	inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_deny_3() { return &___deny_3; }
	inline void set_deny_3(RuntimeDeclSecurityEntry_t3144469156  value)
	{
		___deny_3 = value;
	}

	inline static int32_t get_offset_of_permitonly_4() { return static_cast<int32_t>(offsetof(RuntimeSecurityFrame_t536173748, ___permitonly_4)); }
	inline RuntimeDeclSecurityEntry_t3144469156  get_permitonly_4() const { return ___permitonly_4; }
	inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_permitonly_4() { return &___permitonly_4; }
	inline void set_permitonly_4(RuntimeDeclSecurityEntry_t3144469156  value)
	{
		___permitonly_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMESECURITYFRAME_T536173748_H
#ifndef STREAMINGCONTEXT_T3711869237_H
#define STREAMINGCONTEXT_T3711869237_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Runtime.Serialization.StreamingContext
struct  StreamingContext_t3711869237 
{
public:
	// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state
	int32_t ___state_0;
	// System.Object System.Runtime.Serialization.StreamingContext::additional
	RuntimeObject * ___additional_1;

public:
	inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(StreamingContext_t3711869237, ___state_0)); }
	inline int32_t get_state_0() const { return ___state_0; }
	inline int32_t* get_address_of_state_0() { return &___state_0; }
	inline void set_state_0(int32_t value)
	{
		___state_0 = value;
	}

	inline static int32_t get_offset_of_additional_1() { return static_cast<int32_t>(offsetof(StreamingContext_t3711869237, ___additional_1)); }
	inline RuntimeObject * get_additional_1() const { return ___additional_1; }
	inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; }
	inline void set_additional_1(RuntimeObject * value)
	{
		___additional_1 = value;
		Il2CppCodeGenWriteBarrier((&___additional_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t3711869237_marshaled_pinvoke
{
	int32_t ___state_0;
	Il2CppIUnknown* ___additional_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t3711869237_marshaled_com
{
	int32_t ___state_0;
	Il2CppIUnknown* ___additional_1;
};
#endif // STREAMINGCONTEXT_T3711869237_H
#ifndef WINDOWSIDENTITY_T2948242406_H
#define WINDOWSIDENTITY_T2948242406_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Principal.WindowsIdentity
struct  WindowsIdentity_t2948242406  : public RuntimeObject
{
public:
	// System.IntPtr System.Security.Principal.WindowsIdentity::_token
	intptr_t ____token_0;
	// System.String System.Security.Principal.WindowsIdentity::_type
	String_t* ____type_1;
	// System.Security.Principal.WindowsAccountType System.Security.Principal.WindowsIdentity::_account
	int32_t ____account_2;
	// System.Boolean System.Security.Principal.WindowsIdentity::_authenticated
	bool ____authenticated_3;
	// System.String System.Security.Principal.WindowsIdentity::_name
	String_t* ____name_4;
	// System.Runtime.Serialization.SerializationInfo System.Security.Principal.WindowsIdentity::_info
	SerializationInfo_t950877179 * ____info_5;

public:
	inline static int32_t get_offset_of__token_0() { return static_cast<int32_t>(offsetof(WindowsIdentity_t2948242406, ____token_0)); }
	inline intptr_t get__token_0() const { return ____token_0; }
	inline intptr_t* get_address_of__token_0() { return &____token_0; }
	inline void set__token_0(intptr_t value)
	{
		____token_0 = value;
	}

	inline static int32_t get_offset_of__type_1() { return static_cast<int32_t>(offsetof(WindowsIdentity_t2948242406, ____type_1)); }
	inline String_t* get__type_1() const { return ____type_1; }
	inline String_t** get_address_of__type_1() { return &____type_1; }
	inline void set__type_1(String_t* value)
	{
		____type_1 = value;
		Il2CppCodeGenWriteBarrier((&____type_1), value);
	}

	inline static int32_t get_offset_of__account_2() { return static_cast<int32_t>(offsetof(WindowsIdentity_t2948242406, ____account_2)); }
	inline int32_t get__account_2() const { return ____account_2; }
	inline int32_t* get_address_of__account_2() { return &____account_2; }
	inline void set__account_2(int32_t value)
	{
		____account_2 = value;
	}

	inline static int32_t get_offset_of__authenticated_3() { return static_cast<int32_t>(offsetof(WindowsIdentity_t2948242406, ____authenticated_3)); }
	inline bool get__authenticated_3() const { return ____authenticated_3; }
	inline bool* get_address_of__authenticated_3() { return &____authenticated_3; }
	inline void set__authenticated_3(bool value)
	{
		____authenticated_3 = value;
	}

	inline static int32_t get_offset_of__name_4() { return static_cast<int32_t>(offsetof(WindowsIdentity_t2948242406, ____name_4)); }
	inline String_t* get__name_4() const { return ____name_4; }
	inline String_t** get_address_of__name_4() { return &____name_4; }
	inline void set__name_4(String_t* value)
	{
		____name_4 = value;
		Il2CppCodeGenWriteBarrier((&____name_4), value);
	}

	inline static int32_t get_offset_of__info_5() { return static_cast<int32_t>(offsetof(WindowsIdentity_t2948242406, ____info_5)); }
	inline SerializationInfo_t950877179 * get__info_5() const { return ____info_5; }
	inline SerializationInfo_t950877179 ** get_address_of__info_5() { return &____info_5; }
	inline void set__info_5(SerializationInfo_t950877179 * value)
	{
		____info_5 = value;
		Il2CppCodeGenWriteBarrier((&____info_5), value);
	}
};

struct WindowsIdentity_t2948242406_StaticFields
{
public:
	// System.IntPtr System.Security.Principal.WindowsIdentity::invalidWindows
	intptr_t ___invalidWindows_6;

public:
	inline static int32_t get_offset_of_invalidWindows_6() { return static_cast<int32_t>(offsetof(WindowsIdentity_t2948242406_StaticFields, ___invalidWindows_6)); }
	inline intptr_t get_invalidWindows_6() const { return ___invalidWindows_6; }
	inline intptr_t* get_address_of_invalidWindows_6() { return &___invalidWindows_6; }
	inline void set_invalidWindows_6(intptr_t value)
	{
		___invalidWindows_6 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WINDOWSIDENTITY_T2948242406_H
#ifndef SECURITYPERMISSION_T2954997752_H
#define SECURITYPERMISSION_T2954997752_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Permissions.SecurityPermission
struct  SecurityPermission_t2954997752  : public CodeAccessPermission_t2681295399
{
public:
	// System.Security.Permissions.SecurityPermissionFlag System.Security.Permissions.SecurityPermission::flags
	int32_t ___flags_0;

public:
	inline static int32_t get_offset_of_flags_0() { return static_cast<int32_t>(offsetof(SecurityPermission_t2954997752, ___flags_0)); }
	inline int32_t get_flags_0() const { return ___flags_0; }
	inline int32_t* get_address_of_flags_0() { return &___flags_0; }
	inline void set_flags_0(int32_t value)
	{
		___flags_0 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYPERMISSION_T2954997752_H
#ifndef SYMMETRICALGORITHM_T4254223087_H
#define SYMMETRICALGORITHM_T4254223087_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.SymmetricAlgorithm
struct  SymmetricAlgorithm_t4254223087  : public RuntimeObject
{
public:
	// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue
	int32_t ___BlockSizeValue_0;
	// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue
	ByteU5BU5D_t4116647657* ___IVValue_1;
	// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue
	int32_t ___KeySizeValue_2;
	// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue
	ByteU5BU5D_t4116647657* ___KeyValue_3;
	// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue
	KeySizesU5BU5D_t722666473* ___LegalBlockSizesValue_4;
	// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue
	KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_5;
	// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue
	int32_t ___FeedbackSizeValue_6;
	// System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue
	int32_t ___ModeValue_7;
	// System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue
	int32_t ___PaddingValue_8;
	// System.Boolean System.Security.Cryptography.SymmetricAlgorithm::m_disposed
	bool ___m_disposed_9;

public:
	inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___BlockSizeValue_0)); }
	inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; }
	inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; }
	inline void set_BlockSizeValue_0(int32_t value)
	{
		___BlockSizeValue_0 = value;
	}

	inline static int32_t get_offset_of_IVValue_1() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___IVValue_1)); }
	inline ByteU5BU5D_t4116647657* get_IVValue_1() const { return ___IVValue_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_IVValue_1() { return &___IVValue_1; }
	inline void set_IVValue_1(ByteU5BU5D_t4116647657* value)
	{
		___IVValue_1 = value;
		Il2CppCodeGenWriteBarrier((&___IVValue_1), value);
	}

	inline static int32_t get_offset_of_KeySizeValue_2() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___KeySizeValue_2)); }
	inline int32_t get_KeySizeValue_2() const { return ___KeySizeValue_2; }
	inline int32_t* get_address_of_KeySizeValue_2() { return &___KeySizeValue_2; }
	inline void set_KeySizeValue_2(int32_t value)
	{
		___KeySizeValue_2 = value;
	}

	inline static int32_t get_offset_of_KeyValue_3() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___KeyValue_3)); }
	inline ByteU5BU5D_t4116647657* get_KeyValue_3() const { return ___KeyValue_3; }
	inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_3() { return &___KeyValue_3; }
	inline void set_KeyValue_3(ByteU5BU5D_t4116647657* value)
	{
		___KeyValue_3 = value;
		Il2CppCodeGenWriteBarrier((&___KeyValue_3), value);
	}

	inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___LegalBlockSizesValue_4)); }
	inline KeySizesU5BU5D_t722666473* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; }
	inline KeySizesU5BU5D_t722666473** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; }
	inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t722666473* value)
	{
		___LegalBlockSizesValue_4 = value;
		Il2CppCodeGenWriteBarrier((&___LegalBlockSizesValue_4), value);
	}

	inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___LegalKeySizesValue_5)); }
	inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; }
	inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; }
	inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t722666473* value)
	{
		___LegalKeySizesValue_5 = value;
		Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_5), value);
	}

	inline static int32_t get_offset_of_FeedbackSizeValue_6() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___FeedbackSizeValue_6)); }
	inline int32_t get_FeedbackSizeValue_6() const { return ___FeedbackSizeValue_6; }
	inline int32_t* get_address_of_FeedbackSizeValue_6() { return &___FeedbackSizeValue_6; }
	inline void set_FeedbackSizeValue_6(int32_t value)
	{
		___FeedbackSizeValue_6 = value;
	}

	inline static int32_t get_offset_of_ModeValue_7() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___ModeValue_7)); }
	inline int32_t get_ModeValue_7() const { return ___ModeValue_7; }
	inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; }
	inline void set_ModeValue_7(int32_t value)
	{
		___ModeValue_7 = value;
	}

	inline static int32_t get_offset_of_PaddingValue_8() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___PaddingValue_8)); }
	inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; }
	inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; }
	inline void set_PaddingValue_8(int32_t value)
	{
		___PaddingValue_8 = value;
	}

	inline static int32_t get_offset_of_m_disposed_9() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t4254223087, ___m_disposed_9)); }
	inline bool get_m_disposed_9() const { return ___m_disposed_9; }
	inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; }
	inline void set_m_disposed_9(bool value)
	{
		___m_disposed_9 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYMMETRICALGORITHM_T4254223087_H
#ifndef FILESTREAM_T4292183065_H
#define FILESTREAM_T4292183065_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IO.FileStream
struct  FileStream_t4292183065  : public Stream_t1273022909
{
public:
	// System.IO.FileAccess System.IO.FileStream::access
	int32_t ___access_1;
	// System.Boolean System.IO.FileStream::owner
	bool ___owner_2;
	// System.Boolean System.IO.FileStream::async
	bool ___async_3;
	// System.Boolean System.IO.FileStream::canseek
	bool ___canseek_4;
	// System.Int64 System.IO.FileStream::append_startpos
	int64_t ___append_startpos_5;
	// System.Boolean System.IO.FileStream::anonymous
	bool ___anonymous_6;
	// System.Byte[] System.IO.FileStream::buf
	ByteU5BU5D_t4116647657* ___buf_7;
	// System.Int32 System.IO.FileStream::buf_size
	int32_t ___buf_size_8;
	// System.Int32 System.IO.FileStream::buf_length
	int32_t ___buf_length_9;
	// System.Int32 System.IO.FileStream::buf_offset
	int32_t ___buf_offset_10;
	// System.Boolean System.IO.FileStream::buf_dirty
	bool ___buf_dirty_11;
	// System.Int64 System.IO.FileStream::buf_start
	int64_t ___buf_start_12;
	// System.String System.IO.FileStream::name
	String_t* ___name_13;
	// System.IntPtr System.IO.FileStream::handle
	intptr_t ___handle_14;

public:
	inline static int32_t get_offset_of_access_1() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___access_1)); }
	inline int32_t get_access_1() const { return ___access_1; }
	inline int32_t* get_address_of_access_1() { return &___access_1; }
	inline void set_access_1(int32_t value)
	{
		___access_1 = value;
	}

	inline static int32_t get_offset_of_owner_2() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___owner_2)); }
	inline bool get_owner_2() const { return ___owner_2; }
	inline bool* get_address_of_owner_2() { return &___owner_2; }
	inline void set_owner_2(bool value)
	{
		___owner_2 = value;
	}

	inline static int32_t get_offset_of_async_3() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___async_3)); }
	inline bool get_async_3() const { return ___async_3; }
	inline bool* get_address_of_async_3() { return &___async_3; }
	inline void set_async_3(bool value)
	{
		___async_3 = value;
	}

	inline static int32_t get_offset_of_canseek_4() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___canseek_4)); }
	inline bool get_canseek_4() const { return ___canseek_4; }
	inline bool* get_address_of_canseek_4() { return &___canseek_4; }
	inline void set_canseek_4(bool value)
	{
		___canseek_4 = value;
	}

	inline static int32_t get_offset_of_append_startpos_5() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___append_startpos_5)); }
	inline int64_t get_append_startpos_5() const { return ___append_startpos_5; }
	inline int64_t* get_address_of_append_startpos_5() { return &___append_startpos_5; }
	inline void set_append_startpos_5(int64_t value)
	{
		___append_startpos_5 = value;
	}

	inline static int32_t get_offset_of_anonymous_6() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___anonymous_6)); }
	inline bool get_anonymous_6() const { return ___anonymous_6; }
	inline bool* get_address_of_anonymous_6() { return &___anonymous_6; }
	inline void set_anonymous_6(bool value)
	{
		___anonymous_6 = value;
	}

	inline static int32_t get_offset_of_buf_7() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___buf_7)); }
	inline ByteU5BU5D_t4116647657* get_buf_7() const { return ___buf_7; }
	inline ByteU5BU5D_t4116647657** get_address_of_buf_7() { return &___buf_7; }
	inline void set_buf_7(ByteU5BU5D_t4116647657* value)
	{
		___buf_7 = value;
		Il2CppCodeGenWriteBarrier((&___buf_7), value);
	}

	inline static int32_t get_offset_of_buf_size_8() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___buf_size_8)); }
	inline int32_t get_buf_size_8() const { return ___buf_size_8; }
	inline int32_t* get_address_of_buf_size_8() { return &___buf_size_8; }
	inline void set_buf_size_8(int32_t value)
	{
		___buf_size_8 = value;
	}

	inline static int32_t get_offset_of_buf_length_9() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___buf_length_9)); }
	inline int32_t get_buf_length_9() const { return ___buf_length_9; }
	inline int32_t* get_address_of_buf_length_9() { return &___buf_length_9; }
	inline void set_buf_length_9(int32_t value)
	{
		___buf_length_9 = value;
	}

	inline static int32_t get_offset_of_buf_offset_10() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___buf_offset_10)); }
	inline int32_t get_buf_offset_10() const { return ___buf_offset_10; }
	inline int32_t* get_address_of_buf_offset_10() { return &___buf_offset_10; }
	inline void set_buf_offset_10(int32_t value)
	{
		___buf_offset_10 = value;
	}

	inline static int32_t get_offset_of_buf_dirty_11() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___buf_dirty_11)); }
	inline bool get_buf_dirty_11() const { return ___buf_dirty_11; }
	inline bool* get_address_of_buf_dirty_11() { return &___buf_dirty_11; }
	inline void set_buf_dirty_11(bool value)
	{
		___buf_dirty_11 = value;
	}

	inline static int32_t get_offset_of_buf_start_12() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___buf_start_12)); }
	inline int64_t get_buf_start_12() const { return ___buf_start_12; }
	inline int64_t* get_address_of_buf_start_12() { return &___buf_start_12; }
	inline void set_buf_start_12(int64_t value)
	{
		___buf_start_12 = value;
	}

	inline static int32_t get_offset_of_name_13() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___name_13)); }
	inline String_t* get_name_13() const { return ___name_13; }
	inline String_t** get_address_of_name_13() { return &___name_13; }
	inline void set_name_13(String_t* value)
	{
		___name_13 = value;
		Il2CppCodeGenWriteBarrier((&___name_13), value);
	}

	inline static int32_t get_offset_of_handle_14() { return static_cast<int32_t>(offsetof(FileStream_t4292183065, ___handle_14)); }
	inline intptr_t get_handle_14() const { return ___handle_14; }
	inline intptr_t* get_address_of_handle_14() { return &___handle_14; }
	inline void set_handle_14(intptr_t value)
	{
		___handle_14 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILESTREAM_T4292183065_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Type
struct  Type_t  : public MemberInfo_t
{
public:
	// System.RuntimeTypeHandle System.Type::_impl
	RuntimeTypeHandle_t3027515415  ____impl_1;

public:
	inline static int32_t get_offset_of__impl_1() { return static_cast<int32_t>(offsetof(Type_t, ____impl_1)); }
	inline RuntimeTypeHandle_t3027515415  get__impl_1() const { return ____impl_1; }
	inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; }
	inline void set__impl_1(RuntimeTypeHandle_t3027515415  value)
	{
		____impl_1 = value;
	}
};

struct Type_t_StaticFields
{
public:
	// System.Char System.Type::Delimiter
	Il2CppChar ___Delimiter_2;
	// System.Type[] System.Type::EmptyTypes
	TypeU5BU5D_t3940880105* ___EmptyTypes_3;
	// System.Reflection.MemberFilter System.Type::FilterAttribute
	MemberFilter_t426314064 * ___FilterAttribute_4;
	// System.Reflection.MemberFilter System.Type::FilterName
	MemberFilter_t426314064 * ___FilterName_5;
	// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
	MemberFilter_t426314064 * ___FilterNameIgnoreCase_6;
	// System.Object System.Type::Missing
	RuntimeObject * ___Missing_7;

public:
	inline static int32_t get_offset_of_Delimiter_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_2)); }
	inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; }
	inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; }
	inline void set_Delimiter_2(Il2CppChar value)
	{
		___Delimiter_2 = value;
	}

	inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); }
	inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; }
	inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; }
	inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value)
	{
		___EmptyTypes_3 = value;
		Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value);
	}

	inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); }
	inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; }
	inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; }
	inline void set_FilterAttribute_4(MemberFilter_t426314064 * value)
	{
		___FilterAttribute_4 = value;
		Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value);
	}

	inline static int32_t get_offset_of_FilterName_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_5)); }
	inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; }
	inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; }
	inline void set_FilterName_5(MemberFilter_t426314064 * value)
	{
		___FilterName_5 = value;
		Il2CppCodeGenWriteBarrier((&___FilterName_5), value);
	}

	inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); }
	inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; }
	inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; }
	inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value)
	{
		___FilterNameIgnoreCase_6 = value;
		Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value);
	}

	inline static int32_t get_offset_of_Missing_7() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_7)); }
	inline RuntimeObject * get_Missing_7() const { return ___Missing_7; }
	inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; }
	inline void set_Missing_7(RuntimeObject * value)
	{
		___Missing_7 = value;
		Il2CppCodeGenWriteBarrier((&___Missing_7), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H
#define OBJECTDISPOSEDEXCEPTION_T21392786_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.ObjectDisposedException
struct  ObjectDisposedException_t21392786  : public InvalidOperationException_t56020091
{
public:
	// System.String System.ObjectDisposedException::obj_name
	String_t* ___obj_name_12;
	// System.String System.ObjectDisposedException::msg
	String_t* ___msg_13;

public:
	inline static int32_t get_offset_of_obj_name_12() { return static_cast<int32_t>(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); }
	inline String_t* get_obj_name_12() const { return ___obj_name_12; }
	inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; }
	inline void set_obj_name_12(String_t* value)
	{
		___obj_name_12 = value;
		Il2CppCodeGenWriteBarrier((&___obj_name_12), value);
	}

	inline static int32_t get_offset_of_msg_13() { return static_cast<int32_t>(offsetof(ObjectDisposedException_t21392786, ___msg_13)); }
	inline String_t* get_msg_13() const { return ___msg_13; }
	inline String_t** get_address_of_msg_13() { return &___msg_13; }
	inline void set_msg_13(String_t* value)
	{
		___msg_13 = value;
		Il2CppCodeGenWriteBarrier((&___msg_13), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTDISPOSEDEXCEPTION_T21392786_H
#ifndef MULTICASTDELEGATE_T_H
#define MULTICASTDELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.MulticastDelegate
struct  MulticastDelegate_t  : public Delegate_t1188392813
{
public:
	// System.MulticastDelegate System.MulticastDelegate::prev
	MulticastDelegate_t * ___prev_9;
	// System.MulticastDelegate System.MulticastDelegate::kpm_next
	MulticastDelegate_t * ___kpm_next_10;

public:
	inline static int32_t get_offset_of_prev_9() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___prev_9)); }
	inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; }
	inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; }
	inline void set_prev_9(MulticastDelegate_t * value)
	{
		___prev_9 = value;
		Il2CppCodeGenWriteBarrier((&___prev_9), value);
	}

	inline static int32_t get_offset_of_kpm_next_10() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___kpm_next_10)); }
	inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; }
	inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; }
	inline void set_kpm_next_10(MulticastDelegate_t * value)
	{
		___kpm_next_10 = value;
		Il2CppCodeGenWriteBarrier((&___kpm_next_10), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MULTICASTDELEGATE_T_H
#ifndef OVERFLOWEXCEPTION_T2020128637_H
#define OVERFLOWEXCEPTION_T2020128637_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.OverflowException
struct  OverflowException_t2020128637  : public ArithmeticException_t4283546778
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OVERFLOWEXCEPTION_T2020128637_H
#ifndef TRIPLEDES_T92303514_H
#define TRIPLEDES_T92303514_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.TripleDES
struct  TripleDES_t92303514  : public SymmetricAlgorithm_t4254223087
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TRIPLEDES_T92303514_H
#ifndef KEYGENERATEDEVENTHANDLER_T3064139577_H
#define KEYGENERATEDEVENTHANDLER_T3064139577_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler
struct  KeyGeneratedEventHandler_t3064139577  : public MulticastDelegate_t
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYGENERATEDEVENTHANDLER_T3064139577_H
#ifndef DES_T821106792_H
#define DES_T821106792_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.DES
struct  DES_t821106792  : public SymmetricAlgorithm_t4254223087
{
public:

public:
};

struct DES_t821106792_StaticFields
{
public:
	// System.Byte[,] System.Security.Cryptography.DES::weakKeys
	ByteU5BU2CU5D_t4116647658* ___weakKeys_10;
	// System.Byte[,] System.Security.Cryptography.DES::semiWeakKeys
	ByteU5BU2CU5D_t4116647658* ___semiWeakKeys_11;

public:
	inline static int32_t get_offset_of_weakKeys_10() { return static_cast<int32_t>(offsetof(DES_t821106792_StaticFields, ___weakKeys_10)); }
	inline ByteU5BU2CU5D_t4116647658* get_weakKeys_10() const { return ___weakKeys_10; }
	inline ByteU5BU2CU5D_t4116647658** get_address_of_weakKeys_10() { return &___weakKeys_10; }
	inline void set_weakKeys_10(ByteU5BU2CU5D_t4116647658* value)
	{
		___weakKeys_10 = value;
		Il2CppCodeGenWriteBarrier((&___weakKeys_10), value);
	}

	inline static int32_t get_offset_of_semiWeakKeys_11() { return static_cast<int32_t>(offsetof(DES_t821106792_StaticFields, ___semiWeakKeys_11)); }
	inline ByteU5BU2CU5D_t4116647658* get_semiWeakKeys_11() const { return ___semiWeakKeys_11; }
	inline ByteU5BU2CU5D_t4116647658** get_address_of_semiWeakKeys_11() { return &___semiWeakKeys_11; }
	inline void set_semiWeakKeys_11(ByteU5BU2CU5D_t4116647658* value)
	{
		___semiWeakKeys_11 = value;
		Il2CppCodeGenWriteBarrier((&___semiWeakKeys_11), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DES_T821106792_H
#ifndef X509CERTIFICATE_T489243024_H
#define X509CERTIFICATE_T489243024_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.X509.X509Certificate
struct  X509Certificate_t489243024  : public RuntimeObject
{
public:
	// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder
	ASN1_t2114160832 * ___decoder_0;
	// System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert
	ByteU5BU5D_t4116647657* ___m_encodedcert_1;
	// System.DateTime Mono.Security.X509.X509Certificate::m_from
	DateTime_t3738529785  ___m_from_2;
	// System.DateTime Mono.Security.X509.X509Certificate::m_until
	DateTime_t3738529785  ___m_until_3;
	// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer
	ASN1_t2114160832 * ___issuer_4;
	// System.String Mono.Security.X509.X509Certificate::m_issuername
	String_t* ___m_issuername_5;
	// System.String Mono.Security.X509.X509Certificate::m_keyalgo
	String_t* ___m_keyalgo_6;
	// System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams
	ByteU5BU5D_t4116647657* ___m_keyalgoparams_7;
	// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject
	ASN1_t2114160832 * ___subject_8;
	// System.String Mono.Security.X509.X509Certificate::m_subject
	String_t* ___m_subject_9;
	// System.Byte[] Mono.Security.X509.X509Certificate::m_publickey
	ByteU5BU5D_t4116647657* ___m_publickey_10;
	// System.Byte[] Mono.Security.X509.X509Certificate::signature
	ByteU5BU5D_t4116647657* ___signature_11;
	// System.String Mono.Security.X509.X509Certificate::m_signaturealgo
	String_t* ___m_signaturealgo_12;
	// System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams
	ByteU5BU5D_t4116647657* ___m_signaturealgoparams_13;
	// System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa
	DSA_t2386879874 * ____dsa_14;
	// System.Int32 Mono.Security.X509.X509Certificate::version
	int32_t ___version_15;
	// System.Byte[] Mono.Security.X509.X509Certificate::serialnumber
	ByteU5BU5D_t4116647657* ___serialnumber_16;
	// System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID
	ByteU5BU5D_t4116647657* ___issuerUniqueID_17;
	// System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID
	ByteU5BU5D_t4116647657* ___subjectUniqueID_18;
	// Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions
	X509ExtensionCollection_t609554708 * ___extensions_19;

public:
	inline static int32_t get_offset_of_decoder_0() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___decoder_0)); }
	inline ASN1_t2114160832 * get_decoder_0() const { return ___decoder_0; }
	inline ASN1_t2114160832 ** get_address_of_decoder_0() { return &___decoder_0; }
	inline void set_decoder_0(ASN1_t2114160832 * value)
	{
		___decoder_0 = value;
		Il2CppCodeGenWriteBarrier((&___decoder_0), value);
	}

	inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_encodedcert_1)); }
	inline ByteU5BU5D_t4116647657* get_m_encodedcert_1() const { return ___m_encodedcert_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; }
	inline void set_m_encodedcert_1(ByteU5BU5D_t4116647657* value)
	{
		___m_encodedcert_1 = value;
		Il2CppCodeGenWriteBarrier((&___m_encodedcert_1), value);
	}

	inline static int32_t get_offset_of_m_from_2() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_from_2)); }
	inline DateTime_t3738529785  get_m_from_2() const { return ___m_from_2; }
	inline DateTime_t3738529785 * get_address_of_m_from_2() { return &___m_from_2; }
	inline void set_m_from_2(DateTime_t3738529785  value)
	{
		___m_from_2 = value;
	}

	inline static int32_t get_offset_of_m_until_3() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_until_3)); }
	inline DateTime_t3738529785  get_m_until_3() const { return ___m_until_3; }
	inline DateTime_t3738529785 * get_address_of_m_until_3() { return &___m_until_3; }
	inline void set_m_until_3(DateTime_t3738529785  value)
	{
		___m_until_3 = value;
	}

	inline static int32_t get_offset_of_issuer_4() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___issuer_4)); }
	inline ASN1_t2114160832 * get_issuer_4() const { return ___issuer_4; }
	inline ASN1_t2114160832 ** get_address_of_issuer_4() { return &___issuer_4; }
	inline void set_issuer_4(ASN1_t2114160832 * value)
	{
		___issuer_4 = value;
		Il2CppCodeGenWriteBarrier((&___issuer_4), value);
	}

	inline static int32_t get_offset_of_m_issuername_5() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_issuername_5)); }
	inline String_t* get_m_issuername_5() const { return ___m_issuername_5; }
	inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; }
	inline void set_m_issuername_5(String_t* value)
	{
		___m_issuername_5 = value;
		Il2CppCodeGenWriteBarrier((&___m_issuername_5), value);
	}

	inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_keyalgo_6)); }
	inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; }
	inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; }
	inline void set_m_keyalgo_6(String_t* value)
	{
		___m_keyalgo_6 = value;
		Il2CppCodeGenWriteBarrier((&___m_keyalgo_6), value);
	}

	inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_keyalgoparams_7)); }
	inline ByteU5BU5D_t4116647657* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; }
	inline ByteU5BU5D_t4116647657** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; }
	inline void set_m_keyalgoparams_7(ByteU5BU5D_t4116647657* value)
	{
		___m_keyalgoparams_7 = value;
		Il2CppCodeGenWriteBarrier((&___m_keyalgoparams_7), value);
	}

	inline static int32_t get_offset_of_subject_8() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___subject_8)); }
	inline ASN1_t2114160832 * get_subject_8() const { return ___subject_8; }
	inline ASN1_t2114160832 ** get_address_of_subject_8() { return &___subject_8; }
	inline void set_subject_8(ASN1_t2114160832 * value)
	{
		___subject_8 = value;
		Il2CppCodeGenWriteBarrier((&___subject_8), value);
	}

	inline static int32_t get_offset_of_m_subject_9() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_subject_9)); }
	inline String_t* get_m_subject_9() const { return ___m_subject_9; }
	inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; }
	inline void set_m_subject_9(String_t* value)
	{
		___m_subject_9 = value;
		Il2CppCodeGenWriteBarrier((&___m_subject_9), value);
	}

	inline static int32_t get_offset_of_m_publickey_10() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_publickey_10)); }
	inline ByteU5BU5D_t4116647657* get_m_publickey_10() const { return ___m_publickey_10; }
	inline ByteU5BU5D_t4116647657** get_address_of_m_publickey_10() { return &___m_publickey_10; }
	inline void set_m_publickey_10(ByteU5BU5D_t4116647657* value)
	{
		___m_publickey_10 = value;
		Il2CppCodeGenWriteBarrier((&___m_publickey_10), value);
	}

	inline static int32_t get_offset_of_signature_11() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___signature_11)); }
	inline ByteU5BU5D_t4116647657* get_signature_11() const { return ___signature_11; }
	inline ByteU5BU5D_t4116647657** get_address_of_signature_11() { return &___signature_11; }
	inline void set_signature_11(ByteU5BU5D_t4116647657* value)
	{
		___signature_11 = value;
		Il2CppCodeGenWriteBarrier((&___signature_11), value);
	}

	inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_signaturealgo_12)); }
	inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; }
	inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; }
	inline void set_m_signaturealgo_12(String_t* value)
	{
		___m_signaturealgo_12 = value;
		Il2CppCodeGenWriteBarrier((&___m_signaturealgo_12), value);
	}

	inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___m_signaturealgoparams_13)); }
	inline ByteU5BU5D_t4116647657* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; }
	inline ByteU5BU5D_t4116647657** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; }
	inline void set_m_signaturealgoparams_13(ByteU5BU5D_t4116647657* value)
	{
		___m_signaturealgoparams_13 = value;
		Il2CppCodeGenWriteBarrier((&___m_signaturealgoparams_13), value);
	}

	inline static int32_t get_offset_of__dsa_14() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ____dsa_14)); }
	inline DSA_t2386879874 * get__dsa_14() const { return ____dsa_14; }
	inline DSA_t2386879874 ** get_address_of__dsa_14() { return &____dsa_14; }
	inline void set__dsa_14(DSA_t2386879874 * value)
	{
		____dsa_14 = value;
		Il2CppCodeGenWriteBarrier((&____dsa_14), value);
	}

	inline static int32_t get_offset_of_version_15() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___version_15)); }
	inline int32_t get_version_15() const { return ___version_15; }
	inline int32_t* get_address_of_version_15() { return &___version_15; }
	inline void set_version_15(int32_t value)
	{
		___version_15 = value;
	}

	inline static int32_t get_offset_of_serialnumber_16() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___serialnumber_16)); }
	inline ByteU5BU5D_t4116647657* get_serialnumber_16() const { return ___serialnumber_16; }
	inline ByteU5BU5D_t4116647657** get_address_of_serialnumber_16() { return &___serialnumber_16; }
	inline void set_serialnumber_16(ByteU5BU5D_t4116647657* value)
	{
		___serialnumber_16 = value;
		Il2CppCodeGenWriteBarrier((&___serialnumber_16), value);
	}

	inline static int32_t get_offset_of_issuerUniqueID_17() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___issuerUniqueID_17)); }
	inline ByteU5BU5D_t4116647657* get_issuerUniqueID_17() const { return ___issuerUniqueID_17; }
	inline ByteU5BU5D_t4116647657** get_address_of_issuerUniqueID_17() { return &___issuerUniqueID_17; }
	inline void set_issuerUniqueID_17(ByteU5BU5D_t4116647657* value)
	{
		___issuerUniqueID_17 = value;
		Il2CppCodeGenWriteBarrier((&___issuerUniqueID_17), value);
	}

	inline static int32_t get_offset_of_subjectUniqueID_18() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___subjectUniqueID_18)); }
	inline ByteU5BU5D_t4116647657* get_subjectUniqueID_18() const { return ___subjectUniqueID_18; }
	inline ByteU5BU5D_t4116647657** get_address_of_subjectUniqueID_18() { return &___subjectUniqueID_18; }
	inline void set_subjectUniqueID_18(ByteU5BU5D_t4116647657* value)
	{
		___subjectUniqueID_18 = value;
		Il2CppCodeGenWriteBarrier((&___subjectUniqueID_18), value);
	}

	inline static int32_t get_offset_of_extensions_19() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024, ___extensions_19)); }
	inline X509ExtensionCollection_t609554708 * get_extensions_19() const { return ___extensions_19; }
	inline X509ExtensionCollection_t609554708 ** get_address_of_extensions_19() { return &___extensions_19; }
	inline void set_extensions_19(X509ExtensionCollection_t609554708 * value)
	{
		___extensions_19 = value;
		Il2CppCodeGenWriteBarrier((&___extensions_19), value);
	}
};

struct X509Certificate_t489243024_StaticFields
{
public:
	// System.String Mono.Security.X509.X509Certificate::encoding_error
	String_t* ___encoding_error_20;

public:
	inline static int32_t get_offset_of_encoding_error_20() { return static_cast<int32_t>(offsetof(X509Certificate_t489243024_StaticFields, ___encoding_error_20)); }
	inline String_t* get_encoding_error_20() const { return ___encoding_error_20; }
	inline String_t** get_address_of_encoding_error_20() { return &___encoding_error_20; }
	inline void set_encoding_error_20(String_t* value)
	{
		___encoding_error_20 = value;
		Il2CppCodeGenWriteBarrier((&___encoding_error_20), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE_T489243024_H
#ifndef TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H
#define TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.TripleDESCryptoServiceProvider
struct  TripleDESCryptoServiceProvider_t3595206342  : public TripleDES_t92303514
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H
// System.UInt32[]
struct UInt32U5BU5D_t2770800703  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) uint32_t m_Items[1];

public:
	inline uint32_t GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, uint32_t value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
	{
		m_Items[index] = value;
	}
};
// System.Byte[]
struct ByteU5BU5D_t4116647657  : 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.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t722666473  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) KeySizes_t85027896 * m_Items[1];

public:
	inline KeySizes_t85027896 * GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline KeySizes_t85027896 ** 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, KeySizes_t85027896 * value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
	inline KeySizes_t85027896 * GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline KeySizes_t85027896 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t85027896 * value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
};
// System.UInt64[]
struct UInt64U5BU5D_t1659327989  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) uint64_t m_Items[1];

public:
	inline uint64_t GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline uint64_t* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, uint64_t value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
	{
		m_Items[index] = value;
	}
};
// System.Char[]
struct CharU5BU5D_t3528271667  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) Il2CppChar m_Items[1];

public:
	inline Il2CppChar GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
	{
		m_Items[index] = value;
	}
};
// System.Object[]
struct ObjectU5BU5D_t2843939325  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) RuntimeObject * m_Items[1];

public:
	inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
	inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
};
// System.String[]
struct StringU5BU5D_t1281789340  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) String_t* m_Items[1];

public:
	inline String_t* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline String_t** GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, String_t* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
	inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
};


// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
extern "C"  void List_1__ctor_m3947764094_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
extern "C"  void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
extern "C"  int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
extern "C"  void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
extern "C"  ObjectU5BU5D_t2843939325* List_1_ToArray_m4168020446_gshared (List_1_t257213610 * __this, const RuntimeMethod* method);

// System.Void System.Security.Cryptography.HashAlgorithm::.ctor()
extern "C"  void HashAlgorithm__ctor_m190815979 (HashAlgorithm_t1432317219 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160::.ctor()
extern "C"  void RIPEMD160__ctor_m860963627 (RIPEMD160_t268675434 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
extern "C"  void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C"  void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::ProcessBlock(System.Byte[],System.Int32)
extern "C"  void RIPEMD160Managed_ProcessBlock_m3304263146 (RIPEMD160Managed_t2491561941 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::CompressFinal(System.UInt64)
extern "C"  void RIPEMD160Managed_CompressFinal_m497690796 (RIPEMD160Managed_t2491561941 * __this, uint64_t ___length0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Object::Finalize()
extern "C"  void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::Compress()
extern "C"  void RIPEMD160Managed_Compress_m126479169 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::FF(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_FF_m738585160 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::GG(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_GG_m3020389474 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::HH(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_HH_m90236373 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::II(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_II_m1560285116 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::JJ(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_JJ_m112143231 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::JJJ(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_JJJ_m4161373884 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::III(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_III_m3606824266 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::HHH(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_HHH_m2839246531 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::GGG(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_GGG_m1715572318 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RIPEMD160Managed::FFF(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_FFF_m3692014807 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::F(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_F_m2051853483 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::ROL(System.UInt32,System.Int32)
extern "C"  uint32_t RIPEMD160Managed_ROL_m2647139887 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, int32_t ___n1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::G(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_G_m3625715749 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::H(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_H_m2707761209 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::I(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_I_m2107336345 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::J(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_J_m1336489154 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RandomNumberGenerator::.ctor()
extern "C"  void RandomNumberGenerator__ctor_m1589693309 (RandomNumberGenerator_t386037858 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte[])
extern "C"  intptr_t RNGCryptoServiceProvider_RngInitialize_m2025286560 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___seed0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check()
extern "C"  void RNGCryptoServiceProvider_Check_m3453818294 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen()
extern "C"  bool RNGCryptoServiceProvider_RngOpen_m792795472 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Object::.ctor()
extern "C"  void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
extern "C"  bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Locale::GetText(System.String)
extern "C"  String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
extern "C"  void CryptographicException__ctor_m503735289 (CryptographicException_t248831461 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArgumentNullException::.ctor(System.String)
extern "C"  void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte[])
extern "C"  intptr_t RNGCryptoServiceProvider_RngGetBytes_m1695806698 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Threading.Monitor::Enter(System.Object)
extern "C"  void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C"  void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
extern "C"  bool IntPtr_op_Inequality_m3063970704 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr)
extern "C"  void RNGCryptoServiceProvider_RngClose_m3915778345 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::.ctor()
extern "C"  void AsymmetricAlgorithm__ctor_m1554933721 (AsymmetricAlgorithm_t932037087 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create(System.String)
extern "C"  RSA_t2385438082 * RSA_Create_m2021570897 (RuntimeObject * __this /* static, unused */, String_t* ___algName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String)
extern "C"  RuntimeObject * CryptoConfig_CreateFromName_m1538277313 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] System.Security.Cryptography.AsymmetricAlgorithm::GetNamedParam(System.String,System.String)
extern "C"  ByteU5BU5D_t4116647657* AsymmetricAlgorithm_GetNamedParam_m2128682280 (RuntimeObject * __this /* static, unused */, String_t* ___xml0, String_t* ___param1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RSA::ZeroizePrivateKey(System.Security.Cryptography.RSAParameters)
extern "C"  void RSA_ZeroizePrivateKey_m4052091611 (RSA_t2385438082 * __this, RSAParameters_t1728406613  ___parameters0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception)
extern "C"  void CryptographicException__ctor_m1422015889 (CryptographicException_t248831461 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.StringBuilder::.ctor()
extern "C"  void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C"  StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Convert::ToBase64String(System.Byte[])
extern "C"  String_t* Convert_ToBase64String_m3839334935 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inArray0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Text.StringBuilder::ToString()
extern "C"  String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RSA::.ctor()
extern "C"  void RSA__ctor_m2923348713 (RSA_t2385438082 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::Common(System.Int32,System.Security.Cryptography.CspParameters)
extern "C"  void RSACryptoServiceProvider_Common_m861233239 (RSACryptoServiceProvider_t2683512874 * __this, int32_t ___dwKeySize0, CspParameters_t239852639 * ___p1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32)
extern "C"  void KeySizes__ctor_m3113946058 (KeySizes_t85027896 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32)
extern "C"  void AsymmetricAlgorithm_set_KeySize_m2163393617 (AsymmetricAlgorithm_t932037087 * __this, int32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Security.Cryptography.RSACryptoServiceProvider::get_KeySize()
extern "C"  int32_t RSACryptoServiceProvider_get_KeySize_m2654153358 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32)
extern "C"  void RSAManaged__ctor_m3394311431 (RSAManaged_t1757093819 * __this, int32_t ___keySize0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr)
extern "C"  void KeyGeneratedEventHandler__ctor_m1990062371 (KeyGeneratedEventHandler_t3064139577 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.RSAManaged::add_KeyGenerated(Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler)
extern "C"  void RSAManaged_add_KeyGenerated_m3688329863 (RSAManaged_t1757093819 * __this, KeyGeneratedEventHandler_t3064139577 * ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32)
extern "C"  void CspParameters__ctor_m2741097571 (CspParameters_t239852639 * __this, int32_t ___dwTypeIn0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags()
extern "C"  int32_t CspParameters_get_Flags_m4238672607 (CspParameters_t239852639 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags)
extern "C"  void CspParameters_set_Flags_m397261363 (CspParameters_t239852639 * __this, int32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters)
extern "C"  void KeyPairPersistence__ctor_m103880447 (KeyPairPersistence_t2094547461 * __this, CspParameters_t239852639 * ___parameters0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::Load()
extern "C"  bool KeyPairPersistence_Load_m2518737071 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue()
extern "C"  String_t* KeyPairPersistence_get_KeyValue_m2994490605 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::Dispose(System.Boolean)
extern "C"  void RSACryptoServiceProvider_Dispose_m1199148535 (RSACryptoServiceProvider_t2683512874 * __this, bool ___disposing0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly()
extern "C"  bool RSAManaged_get_PublicOnly_m595121416 (RSAManaged_t1757093819 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.RSAManaged::get_IsCrtPossible()
extern "C"  bool RSAManaged_get_IsCrtPossible_m3949564681 (RSAManaged_t1757093819 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove()
extern "C"  void KeyPairPersistence_Remove_m1876145547 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear()
extern "C"  void AsymmetricAlgorithm_Clear_m1528825448 (AsymmetricAlgorithm_t932037087 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.KeyPairPersistence::set_KeyValue(System.String)
extern "C"  void KeyPairPersistence_set_KeyValue_m3459302102 (KeyPairPersistence_t2094547461 * __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Save()
extern "C"  void KeyPairPersistence_Save_m3111435398 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.AsymmetricKeyExchangeFormatter::.ctor()
extern "C"  void AsymmetricKeyExchangeFormatter__ctor_m1720558774 (AsymmetricKeyExchangeFormatter_t937192061 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::SetRSAKey(System.Security.Cryptography.AsymmetricAlgorithm)
extern "C"  void RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String)
extern "C"  void CryptographicUnexpectedOperationException__ctor_m2381988196 (CryptographicUnexpectedOperationException_t2790575154 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create()
extern "C"  RandomNumberGenerator_t386037858 * RandomNumberGenerator_Create_m4162970280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS1::Encrypt_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.RandomNumberGenerator,System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_Encrypt_v15_m1016948107 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, RandomNumberGenerator_t386037858 * ___rng1, ByteU5BU5D_t4116647657* ___M2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SignatureDescription::.ctor()
extern "C"  void SignatureDescription__ctor_m3689246904 (SignatureDescription_t1971889425 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SignatureDescription::set_DeformatterAlgorithm(System.String)
extern "C"  void SignatureDescription_set_DeformatterAlgorithm_m2634775062 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SignatureDescription::set_DigestAlgorithm(System.String)
extern "C"  void SignatureDescription_set_DigestAlgorithm_m1385003273 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SignatureDescription::set_FormatterAlgorithm(System.String)
extern "C"  void SignatureDescription_set_FormatterAlgorithm_m3829972493 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SignatureDescription::set_KeyAlgorithm(System.String)
extern "C"  void SignatureDescription_set_KeyAlgorithm_m3497860189 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::.ctor()
extern "C"  void AsymmetricSignatureDeformatter__ctor_m88114807 (AsymmetricSignatureDeformatter_t2681190756 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String)
extern "C"  HashAlgorithm_t1432317219 * HashAlgorithm_Create_m644612360 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[])
extern "C"  bool PKCS1_Verify_v15_m2816868480 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, ByteU5BU5D_t4116647657* ___signature3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor()
extern "C"  void AsymmetricSignatureFormatter__ctor_m3278494933 (AsymmetricSignatureFormatter_t3486936014 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_Sign_v15_m2719206817 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create(System.String)
extern "C"  SHA1_t1803193667 * SHA1_Create_m2934697039 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1::.ctor()
extern "C"  void SHA1__ctor_m2454864745 (SHA1_t1803193667 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1Internal::.ctor()
extern "C"  void SHA1Internal__ctor_m2437096624 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Dispose(System.Boolean)
extern "C"  void SHA1CryptoServiceProvider_Dispose_m1653611664 (SHA1CryptoServiceProvider_t3661059764 * __this, bool ___disposing0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean)
extern "C"  void HashAlgorithm_Dispose_m620242512 (HashAlgorithm_t1432317219 * __this, bool ___disposing0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1Internal::HashCore(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA1Internal_HashCore_m1635242363 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] System.Security.Cryptography.SHA1Internal::HashFinal()
extern "C"  ByteU5BU5D_t4116647657* SHA1Internal_HashFinal_m1760803056 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1Internal::Initialize()
extern "C"  void SHA1Internal_Initialize_m499810128 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1Internal::ProcessBlock(System.Byte[],System.UInt32)
extern "C"  void SHA1Internal_ProcessBlock_m1991889327 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, uint32_t ___inputOffset1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1Internal::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA1Internal_ProcessFinalBlock_m1403775421 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1Internal::InitialiseBuff(System.UInt32[],System.Byte[],System.UInt32)
extern "C"  void SHA1Internal_InitialiseBuff_m2891366785 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___buff0, ByteU5BU5D_t4116647657* ___input1, uint32_t ___inputOffset2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1Internal::FillBuff(System.UInt32[])
extern "C"  void SHA1Internal_FillBuff_m3615718415 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___buff0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA1Internal::AddLength(System.UInt64,System.Byte[],System.Int32)
extern "C"  void SHA1Internal_AddLength_m2737455899 (SHA1Internal_t3251293021 * __this, uint64_t ___length0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___position2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create(System.String)
extern "C"  SHA256_t3672283617 * SHA256_Create_m697467885 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA256::.ctor()
extern "C"  void SHA256__ctor_m4000989288 (SHA256_t3672283617 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA256Managed::ProcessBlock(System.Byte[],System.Int32)
extern "C"  void SHA256Managed_ProcessBlock_m2297835517 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA256Managed::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA256Managed_ProcessFinalBlock_m3518004226 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA256Managed::AddLength(System.UInt64,System.Byte[],System.Int32)
extern "C"  void SHA256Managed_AddLength_m1060552216 (SHA256Managed_t955042874 * __this, uint64_t ___length0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___position2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create(System.String)
extern "C"  SHA384_t540967702 * SHA384_Create_m1745173416 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA384::.ctor()
extern "C"  void SHA384__ctor_m202253083 (SHA384_t540967702 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA384Managed::Initialize(System.Boolean)
extern "C"  void SHA384Managed_Initialize_m1661896576 (SHA384Managed_t74158575 * __this, bool ___reuse0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA384Managed::update(System.Byte)
extern "C"  void SHA384Managed_update_m2910797953 (SHA384Managed_t74158575 * __this, uint8_t ___input0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA384Managed::processWord(System.Byte[],System.Int32)
extern "C"  void SHA384Managed_processWord_m3832940157 (SHA384Managed_t74158575 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___inOff1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA384Managed::adjustByteCounts()
extern "C"  void SHA384Managed_adjustByteCounts_m2921970088 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA384Managed::processLength(System.UInt64,System.UInt64)
extern "C"  void SHA384Managed_processLength_m1746354084 (SHA384Managed_t74158575 * __this, uint64_t ___lowW0, uint64_t ___hiW1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA384Managed::processBlock()
extern "C"  void SHA384Managed_processBlock_m1272529332 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA384Managed::unpackWord(System.UInt64,System.Byte[],System.Int32)
extern "C"  void SHA384Managed_unpackWord_m785426507 (SHA384Managed_t74158575 * __this, uint64_t ___word0, ByteU5BU5D_t4116647657* ___output1, int32_t ___outOff2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create(System.String)
extern "C"  SHA512_t1346946930 * SHA512_Create_m3236870067 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA512::.ctor()
extern "C"  void SHA512__ctor_m84228937 (SHA512_t1346946930 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA512Managed::Initialize(System.Boolean)
extern "C"  void SHA512Managed_Initialize_m2527292789 (SHA512Managed_t1787336339 * __this, bool ___reuse0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA512Managed::update(System.Byte)
extern "C"  void SHA512Managed_update_m3202186042 (SHA512Managed_t1787336339 * __this, uint8_t ___input0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA512Managed::processWord(System.Byte[],System.Int32)
extern "C"  void SHA512Managed_processWord_m1015820257 (SHA512Managed_t1787336339 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___inOff1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA512Managed::adjustByteCounts()
extern "C"  void SHA512Managed_adjustByteCounts_m3003603904 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA512Managed::processLength(System.UInt64,System.UInt64)
extern "C"  void SHA512Managed_processLength_m2162821715 (SHA512Managed_t1787336339 * __this, uint64_t ___lowW0, uint64_t ___hiW1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA512Managed::processBlock()
extern "C"  void SHA512Managed_processBlock_m1725885004 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SHA512Managed::unpackWord(System.UInt64,System.Byte[],System.Int32)
extern "C"  void SHA512Managed_unpackWord_m3785560830 (SHA512Managed_t1787336339 * __this, uint64_t ___word0, ByteU5BU5D_t4116647657* ___output1, int32_t ___outOff2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma1(System.UInt64)
extern "C"  uint64_t SHA512Managed_Sigma1_m922902398 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma0(System.UInt64)
extern "C"  uint64_t SHA512Managed_Sigma0_m921579649 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Security.Cryptography.SHA512Managed::Sum1(System.UInt64)
extern "C"  uint64_t SHA512Managed_Sum1_m4163780989 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Security.Cryptography.SHA512Managed::Ch(System.UInt64,System.UInt64,System.UInt64)
extern "C"  uint64_t SHA512Managed_Ch_m213737293 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Security.Cryptography.SHA512Managed::Sum0(System.UInt64)
extern "C"  uint64_t SHA512Managed_Sum0_m1216661412 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Security.Cryptography.SHA512Managed::Maj(System.UInt64,System.UInt64,System.UInt64)
extern "C"  uint64_t SHA512Managed_Maj_m3649014337 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Security.Cryptography.SHA512Managed::rotateRight(System.UInt64,System.Int32)
extern "C"  uint64_t SHA512Managed_rotateRight_m3393943223 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, int32_t ___n1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
extern "C"  void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeFieldHandle_t1871169219  ___fldHandle1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.GC::SuppressFinalize(System.Object)
extern "C"  void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.Cryptography.KeySizes::IsLegalKeySize(System.Security.Cryptography.KeySizes[],System.Int32)
extern "C"  bool KeySizes_IsLegalKeySize_m2571462035 (RuntimeObject * __this /* static, unused */, KeySizesU5BU5D_t722666473* ___legalKeys0, int32_t ___size1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Object System.Array::Clone()
extern "C"  RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Type System.Object::GetType()
extern "C"  Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Enum::IsDefined(System.Type,System.Object)
extern "C"  bool Enum_IsDefined_m1442314461 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ObjectDisposedException::.ctor(System.String)
extern "C"  void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArgumentException::.ctor(System.String,System.String)
extern "C"  void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
extern "C"  void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.ToBase64Transform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C"  void ToBase64Transform_InternalTransformBlock_m3458782414 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Security.Cryptography.ToBase64Transform::get_OutputBlockSize()
extern "C"  int32_t ToBase64Transform_get_OutputBlockSize_m1897680077 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Security.Cryptography.ToBase64Transform::get_InputBlockSize()
extern "C"  int32_t ToBase64Transform_get_InputBlockSize_m1094416431 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
extern "C"  void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] System.Security.Cryptography.ToBase64Transform::InternalTransformFinalBlock(System.Byte[],System.Int32,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* ToBase64Transform_InternalTransformFinalBlock_m360524956 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor()
extern "C"  void SymmetricAlgorithm__ctor_m467277132 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.Cryptography.TripleDES::IsWeakKey(System.Byte[])
extern "C"  bool TripleDES_IsWeakKey_m2147489852 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___rgbKey0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create(System.String)
extern "C"  TripleDES_t92303514 * TripleDES_Create_m2471273334 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.TripleDES::.ctor()
extern "C"  void TripleDES__ctor_m4045412014 (TripleDES_t92303514 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.KeyBuilder::IV(System.Int32)
extern "C"  ByteU5BU5D_t4116647657* KeyBuilder_IV_m2230195376 (RuntimeObject * __this /* static, unused */, int32_t ___size0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] System.Security.Cryptography.TripleDESTransform::GetStrongKey()
extern "C"  ByteU5BU5D_t4116647657* TripleDESTransform_GetStrongKey_m292426577 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.TripleDESTransform::.ctor(System.Security.Cryptography.TripleDES,System.Boolean,System.Byte[],System.Byte[])
extern "C"  void TripleDESTransform__ctor_m3915497765 (TripleDESTransform_t964169060 * __this, TripleDES_t92303514 * ___algo0, bool ___encryption1, ByteU5BU5D_t4116647657* ___key2, ByteU5BU5D_t4116647657* ___iv3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.SymmetricTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[])
extern "C"  void SymmetricTransform__ctor_m25459519 (SymmetricTransform_t3802591842 * __this, SymmetricAlgorithm_t4254223087 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_t4116647657* ___rgbIV2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.DES System.Security.Cryptography.DES::Create()
extern "C"  DES_t821106792 * DES_Create_m1258183099 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.DESTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[],System.Byte[])
extern "C"  void DESTransform__ctor_m878979107 (DESTransform_t4088905499 * __this, SymmetricAlgorithm_t4254223087 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_t4116647657* ___key2, ByteU5BU5D_t4116647657* ___iv3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.DESTransform::Permutation(System.Byte[],System.Byte[],System.UInt32[],System.Boolean)
extern "C"  void DESTransform_Permutation_m252663723 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, UInt32U5BU5D_t2770800703* ___permTab2, bool ___preSwap3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.DESTransform::ProcessBlock(System.Byte[],System.Byte[])
extern "C"  void DESTransform_ProcessBlock_m2449315636 (DESTransform_t4088905499 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32)
extern "C"  ByteU5BU5D_t4116647657* KeyBuilder_Key_m876696100 (RuntimeObject * __this /* static, unused */, int32_t ___size0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[],System.Boolean)
extern "C"  void X509Certificate__ctor_m1008109281 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, bool ___dates1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C"  Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415  ___handle0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
extern "C"  RuntimeObject * SerializationInfo_GetValue_m42271953 (SerializationInfo_t950877179 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Byte::ToString(System.String)
extern "C"  String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create()
extern "C"  SHA1_t1803193667 * SHA1_Create_m1390871308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* HashAlgorithm_ComputeHash_m2825542963 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::tostr(System.Byte[])
extern "C"  String_t* X509Certificate_tostr_m197816703 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.DateTime System.DateTime::ToLocalTime()
extern "C"  DateTime_t3738529785  DateTime_ToLocalTime_m3134475597 (DateTime_t3738529785 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.DateTime::ToString()
extern "C"  String_t* DateTime_ToString_m884486936 (DateTime_t3738529785 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Object::ToString()
extern "C"  String_t* Object_ToString_m1740002499 (RuntimeObject * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Environment::get_NewLine()
extern "C"  String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject()
extern "C"  String_t* X509Certificate_get_Subject_m2638144878 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object)
extern "C"  StringBuilder_t * StringBuilder_AppendFormat_m3255666490 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer()
extern "C"  String_t* X509Certificate_get_Issuer_m2934704867 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetIssuerName()
extern "C"  ASN1_t2114160832 * X509Certificate_GetIssuerName_m4238857993 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1,System.Boolean,System.String,System.Boolean)
extern "C"  String_t* X501_ToString_m2278029064 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___seq0, bool ___reversed1, String_t* ___separator2, bool ___quotes3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetSubjectName()
extern "C"  ASN1_t2114160832 * X509Certificate_GetSubjectName_m584504796 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[])
extern "C"  void X509Certificate__ctor_m3656389950 (X509Certificate_t489243024 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[])
extern "C"  void PKCS12__ctor_m2089474062 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates()
extern "C"  X509CertificateCollection_t1542168549 * PKCS12_get_Certificates_m1630860723 (PKCS12_t4101533060 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Collections.CollectionBase::get_Count()
extern "C"  int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32)
extern "C"  X509Certificate_t489243024 * X509CertificateCollection_get_Item_m3219599455 (X509CertificateCollection_t1542168549 * __this, int32_t ___index0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String)
extern "C"  void PKCS12__ctor_m1771540803 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, String_t* ___password1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.CodeAccessPermission::.ctor()
extern "C"  void CodeAccessPermission__ctor_m1135661531 (CodeAccessPermission_t2681295399 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Permissions.SecurityPermission::set_Flags(System.Security.Permissions.SecurityPermissionFlag)
extern "C"  void SecurityPermission_set_Flags_m1503445204 (SecurityPermission_t2954997752 * __this, int32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Format(System.String,System.Object)
extern "C"  String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Permissions.SecurityPermission System.Security.Permissions.SecurityPermission::Cast(System.Security.IPermission)
extern "C"  SecurityPermission_t2954997752 * SecurityPermission_Cast_m2392017566 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.Permissions.SecurityPermission::IsEmpty()
extern "C"  bool SecurityPermission_IsEmpty_m2033068359 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.Permissions.SecurityPermission::IsUnrestricted()
extern "C"  bool SecurityPermission_IsUnrestricted_m3327262311 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.SecurityElement System.Security.CodeAccessPermission::Element(System.Int32)
extern "C"  SecurityElement_t1046076091 * CodeAccessPermission_Element_m4280812549 (CodeAccessPermission_t2681295399 * __this, int32_t ___version0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String)
extern "C"  void SecurityElement_AddAttribute_m311510562 (SecurityElement_t1046076091 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.CodeAccessPermission::ThrowInvalidPermission(System.Security.IPermission,System.Type)
extern "C"  void CodeAccessPermission_ThrowInvalidPermission_m3890026412 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___target0, Type_t * ___expected1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Math::Min(System.Int32,System.Int32)
extern "C"  int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.PermissionSet::.ctor()
extern "C"  void PermissionSet__ctor_m2328457660 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Collections.Generic.List`1<System.Security.Policy.StrongName>::.ctor(System.Int32)
#define List_1__ctor_m1080959174(__this, p0, method) ((  void (*) (List_1_t852832060 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method)
// System.Void System.Collections.ArrayList::.ctor()
extern "C"  void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Collections.ArrayList System.Collections.ArrayList::Synchronized(System.Collections.ArrayList)
extern "C"  ArrayList_t2718874744 * ArrayList_Synchronized_m1327684267 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Collections.ArrayList System.Security.Policy.Evidence::get_HostEvidenceList()
extern "C"  ArrayList_t2718874744 * Evidence_get_HostEvidenceList_m2705108086 (Evidence_t2008144148 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Collections.ArrayList System.Security.Policy.Evidence::get_AssemblyEvidenceList()
extern "C"  ArrayList_t2718874744 * Evidence_get_AssemblyEvidenceList_m632963901 (Evidence_t2008144148 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Policy.Evidence/EvidenceEnumerator::.ctor(System.Collections.IEnumerator,System.Collections.IEnumerator)
extern "C"  void EvidenceEnumerator__ctor_m3211544433 (EvidenceEnumerator_t1708166667 * __this, RuntimeObject* ___hostenum0, RuntimeObject* ___assemblyenum1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityElement::.ctor(System.String)
extern "C"  void SecurityElement__ctor_m6516005 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] System.Security.Policy.Hash::GetData()
extern "C"  ByteU5BU5D_t4116647657* Hash_GetData_m1957063775 (Hash_t5925575 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityElement::.ctor(System.String,System.String)
extern "C"  void SecurityElement__ctor_m750466183 (SecurityElement_t1046076091 * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement)
extern "C"  void SecurityElement_AddChild_m1606852781 (SecurityElement_t1046076091 * __this, SecurityElement_t1046076091 * ___child0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityElement::ToString()
extern "C"  String_t* SecurityElement_ToString_m1918878627 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityException::.ctor(System.String)
extern "C"  void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess)
extern "C"  void FileStream__ctor_m3135402178 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.Policy.StrongName::get_Name()
extern "C"  String_t* StrongName_get_Name_m1932850490 (StrongName_t3675724614 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.String::op_Inequality(System.String,System.String)
extern "C"  bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Version System.Security.Policy.StrongName::get_Version()
extern "C"  Version_t3456873960 * StrongName_get_Version_m4243032012 (StrongName_t3675724614 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Version::Equals(System.Version)
extern "C"  bool Version_Equals_m1564427710 (Version_t3456873960 * __this, Version_t3456873960 * ___obj0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongName::get_PublicKey()
extern "C"  StrongNamePublicKeyBlob_t3355146440 * StrongName_get_PublicKey_m46076020 (StrongName_t3675724614 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.Permissions.StrongNamePublicKeyBlob::Equals(System.Object)
extern "C"  bool StrongNamePublicKeyBlob_Equals_m3655422942 (StrongNamePublicKeyBlob_t3355146440 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Security.Permissions.StrongNamePublicKeyBlob::GetHashCode()
extern "C"  int32_t StrongNamePublicKeyBlob_GetHashCode_m1678068698 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.Permissions.StrongNamePublicKeyBlob::ToString()
extern "C"  String_t* StrongNamePublicKeyBlob_ToString_m724833278 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Version::ToString()
extern "C"  String_t* Version_ToString_m2279867705 (Version_t3456873960 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
extern "C"  String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.Principal.WindowsIdentity::GetTokenName(System.IntPtr)
extern "C"  String_t* WindowsIdentity_GetTokenName_m2370798233 (RuntimeObject * __this /* static, unused */, intptr_t ___token0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
extern "C"  void SerializationException__ctor_m3862484944 (SerializationException_t3941511869 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C"  bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
extern "C"  bool SerializationInfo_GetBoolean_m1756153320 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Threading.CompressedStack System.Threading.CompressedStack::CreateCopy()
extern "C"  CompressedStack_t1202932761 * CompressedStack_CreateCopy_m2591279216 (CompressedStack_t1202932761 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
extern "C"  Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Threading.ExecutionContext System.Threading.Thread::get_ExecutionContext()
extern "C"  ExecutionContext_t1748372627 * Thread_get_ExecutionContext_m1861734668 (Thread_t2300836069 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.SecurityContext System.Threading.ExecutionContext::get_SecurityContext()
extern "C"  SecurityContext_t2435442044 * ExecutionContext_get_SecurityContext_m1232420339 (ExecutionContext_t1748372627 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.SecurityContext::get_FlowSuppressed()
extern "C"  bool SecurityContext_get_FlowSuppressed_m1627541854 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityContext::.ctor()
extern "C"  void SecurityContext__ctor_m3125602325 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IntPtr System.Security.Principal.WindowsIdentity::GetCurrentToken()
extern "C"  intptr_t WindowsIdentity_GetCurrentToken_m841791956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Threading.CompressedStack System.Threading.CompressedStack::Capture()
extern "C"  CompressedStack_t1202932761 * CompressedStack_Capture_m3327262890 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Attribute::.ctor()
extern "C"  void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.SecurityElement::IsValidTag(System.String)
extern "C"  bool SecurityElement_IsValidTag_m1803475254 (RuntimeObject * __this /* static, unused */, String_t* ___tag0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Concat(System.String,System.String,System.String)
extern "C"  String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArgumentException::.ctor(System.String)
extern "C"  void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityElement::set_Text(System.String)
extern "C"  void SecurityElement_set_Text_m3975773934 (SecurityElement_t1046076091 * __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.SecurityElement::IsValidText(System.String)
extern "C"  bool SecurityElement_IsValidText_m1346599242 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityElement::Unescape(System.String)
extern "C"  String_t* SecurityElement_Unescape_m327386968 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.SecurityElement/SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String)
extern "C"  SecurityAttribute_t3566489056 * SecurityElement_GetAttribute_m3347489583 (SecurityElement_t1046076091 * __this, String_t* ___name0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Concat(System.String,System.String)
extern "C"  String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityElement/SecurityAttribute::.ctor(System.String,System.String)
extern "C"  void SecurityAttribute__ctor_m1429827508 (SecurityAttribute_t3566489056 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOfAny(System.Char[])
extern "C"  int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::get_Length()
extern "C"  int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Char System.String::get_Chars(System.Int32)
extern "C"  Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
extern "C"  StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.StringBuilder::.ctor(System.String)
extern "C"  void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String)
extern "C"  StringBuilder_t * StringBuilder_Replace_m1968561789 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32)
extern "C"  void SecurityElement_ToXml_m3664345083 (SecurityElement_t1046076091 * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityElement/SecurityAttribute::get_Name()
extern "C"  String_t* SecurityAttribute_get_Name_m2543977264 (SecurityAttribute_t3566489056 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityElement/SecurityAttribute::get_Value()
extern "C"  String_t* SecurityAttribute_get_Value_m2111064489 (SecurityAttribute_t3566489056 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityElement::Escape(System.String)
extern "C"  String_t* SecurityElement_Escape_m1342311983 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String)
extern "C"  bool SecurityElement_IsValidAttributeName_m713904709 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String)
extern "C"  bool SecurityElement_IsValidAttributeValue_m948345692 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.SystemException::.ctor(System.String)
extern "C"  void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Exception::set_HResult(System.Int32)
extern "C"  void Exception_set_HResult_m3489164646 (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C"  void SystemException__ctor_m1515048899 (SystemException_t176217640 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237  ___context1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
extern "C"  SerializationInfoEnumerator_t2232395945 * SerializationInfo_GetEnumerator_m1082663843 (SerializationInfo_t950877179 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
extern "C"  String_t* SerializationInfoEnumerator_get_Name_m4203920197 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
extern "C"  RuntimeObject * SerializationInfoEnumerator_get_Value_m433044828 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
extern "C"  bool SerializationInfoEnumerator_MoveNext_m2496151825 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Exception::ToString()
extern "C"  String_t* Exception_ToString_m1413572637 (Exception_t * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Type System.Security.SecurityException::get_PermissionType()
extern "C"  Type_t * SecurityException_get_PermissionType_m2237538728 (SecurityException_t975544473 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOf(System.String)
extern "C"  int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Substring(System.Int32)
extern "C"  String_t* String_Substring_m2848979100 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[])
extern "C"  StringBuilder_t * StringBuilder_AppendFormat_m921870684 (StringBuilder_t * __this, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityException::get_PermissionState()
extern "C"  String_t* SecurityException_get_PermissionState_m3857825198 (SecurityException_t975544473 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityException::get_GrantedSet()
extern "C"  String_t* SecurityException_get_GrantedSet_m2643283539 (SecurityException_t975544473 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityException::get_RefusedSet()
extern "C"  String_t* SecurityException_get_RefusedSet_m2404284794 (SecurityException_t975544473 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Object System.Security.SecurityException::get_Demanded()
extern "C"  RuntimeObject * SecurityException_get_Demanded_m2500043391 (SecurityException_t975544473 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.IPermission System.Security.SecurityException::get_FirstPermissionThatFailed()
extern "C"  RuntimeObject* SecurityException_get_FirstPermissionThatFailed_m3934559164 (SecurityException_t975544473 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
extern "C"  StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Collections.IEnumerator System.Security.Policy.Evidence::GetEnumerator()
extern "C"  RuntimeObject* Evidence_GetEnumerator_m302914965 (Evidence_t2008144148 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityFrame::InitFromRuntimeFrame(System.Security.RuntimeSecurityFrame)
extern "C"  void SecurityFrame_InitFromRuntimeFrame_m1714852458 (SecurityFrame_t1422462475 * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.SecurityFrame::.ctor(System.Security.RuntimeSecurityFrame)
extern "C"  void SecurityFrame__ctor_m2140076703 (SecurityFrame_t1422462475 * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.PermissionSet System.Security.SecurityManager::Decode(System.IntPtr,System.Int32)
extern "C"  PermissionSet_t223948603 * SecurityManager_Decode_m84973736 (RuntimeObject * __this /* static, unused */, intptr_t ___permissions0, int32_t ___length1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Reflection.Assembly System.Security.SecurityFrame::get_Assembly()
extern "C"  Assembly_t * SecurityFrame_get_Assembly_m2874566710 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.AppDomain System.Security.SecurityFrame::get_Domain()
extern "C"  AppDomain_t1571427825 * SecurityFrame_get_Domain_m681627326 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityFrame::ToString()
extern "C"  String_t* SecurityFrame_ToString_m339310712 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Array System.Security.SecurityFrame::_GetSecurityStack(System.Int32)
extern "C"  RuntimeArray * SecurityFrame__GetSecurityStack_m449275820 (RuntimeObject * __this /* static, unused */, int32_t ___skip0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Object System.Array::GetValue(System.Int32)
extern "C"  RuntimeObject * Array_GetValue_m2528546681 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Array::get_Length()
extern "C"  int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.SecurityPermissionFlag)
extern "C"  void SecurityPermission__ctor_m1462427327 (SecurityPermission_t2954997752 * __this, int32_t ___flag0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Collections.Hashtable::.ctor()
extern "C"  void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.IntPtr::op_Explicit(System.IntPtr)
extern "C"  int32_t IntPtr_op_Explicit_m4220076518 (RuntimeObject * __this /* static, unused */, intptr_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32)
extern "C"  void Marshal_Copy_m1222846562 (RuntimeObject * __this /* static, unused */, intptr_t ___source0, ByteU5BU5D_t4116647657* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.PermissionSet System.Security.SecurityManager::Decode(System.Byte[])
extern "C"  PermissionSet_t223948603 * SecurityManager_Decode_m2551103128 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___encodedPermissions0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.PermissionSet::set_DeclarativeSecurity(System.Boolean)
extern "C"  void PermissionSet_set_DeclarativeSecurity_m858801747 (PermissionSet_t223948603 * __this, bool ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.Encoding System.Text.Encoding::get_Unicode()
extern "C"  Encoding_t1523322056 * Encoding_get_Unicode_m811213576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.PermissionSet::.ctor(System.String)
extern "C"  void PermissionSet__ctor_m1880216441 (PermissionSet_t223948603 * __this, String_t* ___xml0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.PermissionSet System.Security.PermissionSet::CreateFromBinaryFormat(System.Byte[])
extern "C"  PermissionSet_t223948603 * PermissionSet_CreateFromBinaryFormat_m3762234240 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Convert::ToBoolean(System.Single)
extern "C"  bool Convert_ToBoolean_m4244349331 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider)
extern "C"  bool Single_System_IConvertible_ToBoolean_m1716619219 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte System.Convert::ToByte(System.Single)
extern "C"  uint8_t Convert_ToByte_m4146281512 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider)
extern "C"  uint8_t Single_System_IConvertible_ToByte_m997362015 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Char System.Convert::ToChar(System.Single)
extern "C"  Il2CppChar Convert_ToChar_m2522572389 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider)
extern "C"  Il2CppChar Single_System_IConvertible_ToChar_m1898259383 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.DateTime System.Convert::ToDateTime(System.Single)
extern "C"  DateTime_t3738529785  Convert_ToDateTime_m1800003024 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider)
extern "C"  DateTime_t3738529785  Single_System_IConvertible_ToDateTime_m1748479284 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Decimal System.Convert::ToDecimal(System.Single)
extern "C"  Decimal_t2948259380  Convert_ToDecimal_m3508035522 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider)
extern "C"  Decimal_t2948259380  Single_System_IConvertible_ToDecimal_m325860800 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Double System.Convert::ToDouble(System.Single)
extern "C"  double Convert_ToDouble_m217737046 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider)
extern "C"  double Single_System_IConvertible_ToDouble_m1584722292 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int16 System.Convert::ToInt16(System.Single)
extern "C"  int16_t Convert_ToInt16_m1336719169 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider)
extern "C"  int16_t Single_System_IConvertible_ToInt16_m809233024 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Convert::ToInt32(System.Single)
extern "C"  int32_t Convert_ToInt32_m1613163543 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider)
extern "C"  int32_t Single_System_IConvertible_ToInt32_m872115569 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int64 System.Convert::ToInt64(System.Single)
extern "C"  int64_t Convert_ToInt64_m658295522 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider)
extern "C"  int64_t Single_System_IConvertible_ToInt64_m1650421025 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.SByte System.Convert::ToSByte(System.Single)
extern "C"  int8_t Convert_ToSByte_m3472794164 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider)
extern "C"  int8_t Single_System_IConvertible_ToSByte_m1208276900 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Single System.Convert::ToSingle(System.Single)
extern "C"  float Convert_ToSingle_m835189399 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider)
extern "C"  float Single_System_IConvertible_ToSingle_m1939829239 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Object System.Convert::ToType(System.Object,System.Type,System.IFormatProvider,System.Boolean)
extern "C"  RuntimeObject * Convert_ToType_m2406080310 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, bool ___try_target_to_type3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider)
extern "C"  RuntimeObject * Single_System_IConvertible_ToType_m3312441682 (float* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt16 System.Convert::ToUInt16(System.Single)
extern "C"  uint16_t Convert_ToUInt16_m2185524030 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider)
extern "C"  uint16_t Single_System_IConvertible_ToUInt16_m1263555070 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Convert::ToUInt32(System.Single)
extern "C"  uint32_t Convert_ToUInt32_m2045194461 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider)
extern "C"  uint32_t Single_System_IConvertible_ToUInt32_m289030200 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Convert::ToUInt64(System.Single)
extern "C"  uint64_t Convert_ToUInt64_m1627266664 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider)
extern "C"  uint64_t Single_System_IConvertible_ToUInt64_m3299129161 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Single::IsPositiveInfinity(System.Single)
extern "C"  bool Single_IsPositiveInfinity_m1411272350 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Single::IsNegativeInfinity(System.Single)
extern "C"  bool Single_IsNegativeInfinity_m1556741963 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Single::IsNaN(System.Single)
extern "C"  bool Single_IsNaN_m4024467661 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Single::CompareTo(System.Object)
extern "C"  int32_t Single_CompareTo_m2785801815 (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Single::Equals(System.Object)
extern "C"  bool Single_Equals_m438106747 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Single::CompareTo(System.Single)
extern "C"  int32_t Single_CompareTo_m189772128 (float* __this, float ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Single::Equals(System.Single)
extern "C"  bool Single_Equals_m1601893879 (float* __this, float ___obj0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Single::GetHashCode()
extern "C"  int32_t Single_GetHashCode_m1558506138 (float* __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C"  double Double_Parse_m1135962389 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Double::IsPositiveInfinity(System.Double)
extern "C"  bool Double_IsPositiveInfinity_m1245619811 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.OverflowException::.ctor()
extern "C"  void OverflowException__ctor_m4029085969 (OverflowException_t2020128637 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.NumberFormatter::NumberToString(System.Single,System.IFormatProvider)
extern "C"  String_t* NumberFormatter_NumberToString_m567544656 (RuntimeObject * __this /* static, unused */, float ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Single::ToString()
extern "C"  String_t* Single_ToString_m3947131094 (float* __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Single::ToString(System.IFormatProvider)
extern "C"  String_t* Single_ToString_m3107811250 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.NumberFormatter::NumberToString(System.String,System.Single,System.IFormatProvider)
extern "C"  String_t* NumberFormatter_NumberToString_m2583974918 (RuntimeObject * __this /* static, unused */, String_t* ___format0, float ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Single::ToString(System.String,System.IFormatProvider)
extern "C"  String_t* Single_ToString_m543431371 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.TypeCode System.Single::GetTypeCode()
extern "C"  int32_t Single_GetTypeCode_m3104238724 (float* __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Convert::ToBoolean(System.String,System.IFormatProvider)
extern "C"  bool Convert_ToBoolean_m3588715767 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte System.Convert::ToByte(System.String,System.IFormatProvider)
extern "C"  uint8_t Convert_ToByte_m3367409178 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Char System.Convert::ToChar(System.String,System.IFormatProvider)
extern "C"  Il2CppChar Convert_ToChar_m1442101407 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider)
extern "C"  DateTime_t3738529785  Convert_ToDateTime_m3802186295 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider)
extern "C"  Decimal_t2948259380  Convert_ToDecimal_m1233667008 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Double System.Convert::ToDouble(System.String,System.IFormatProvider)
extern "C"  double Convert_ToDouble_m2291761709 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider)
extern "C"  int16_t Convert_ToInt16_m3185404879 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider)
extern "C"  int32_t Convert_ToInt32_m2128774575 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int64 System.Convert::ToInt64(System.String,System.IFormatProvider)
extern "C"  int64_t Convert_ToInt64_m2849840611 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.SByte System.Convert::ToSByte(System.String,System.IFormatProvider)
extern "C"  int8_t Convert_ToSByte_m4075629912 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Single System.Convert::ToSingle(System.String,System.IFormatProvider)
extern "C"  float Convert_ToSingle_m2533452644 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt16 System.Convert::ToUInt16(System.String,System.IFormatProvider)
extern "C"  uint16_t Convert_ToUInt16_m3216249716 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 System.Convert::ToUInt32(System.String,System.IFormatProvider)
extern "C"  uint32_t Convert_ToUInt32_m3920761395 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt64 System.Convert::ToUInt64(System.String,System.IFormatProvider)
extern "C"  uint64_t Convert_ToUInt64_m2629133713 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.CharEnumerator::.ctor(System.String)
extern "C"  void CharEnumerator__ctor_m3465358752 (CharEnumerator_t1121470421 * __this, String_t* ___s0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.String::Equals(System.String,System.String)
extern "C"  bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.IndexOutOfRangeException::.ctor()
extern "C"  void IndexOutOfRangeException__ctor_m2441337274 (IndexOutOfRangeException_t1578797820 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
extern "C"  int32_t RuntimeHelpers_get_OffsetToStringData_m2192601476 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.String::CharCopy(System.Char*,System.Char*,System.Int32)
extern "C"  void String_CharCopy_m98228993 (RuntimeObject * __this /* static, unused */, Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Char[] System.String::ToCharArray(System.Int32,System.Int32)
extern "C"  CharU5BU5D_t3528271667* String_ToCharArray_m2268354229 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String[] System.String::Split(System.Char[],System.Int32)
extern "C"  StringU5BU5D_t1281789340* String_Split_m2077324731 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String[] System.String::InternalSplit(System.Char[],System.Int32,System.Int32)
extern "C"  StringU5BU5D_t1281789340* String_InternalSplit_m1398300789 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String[] System.String::Split(System.Char[],System.Int32,System.StringSplitOptions)
extern "C"  StringU5BU5D_t1281789340* String_Split_m3580120853 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Concat(System.Object,System.Object,System.Object)
extern "C"  String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
#define List_1__ctor_m706204246(__this, method) ((  void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method)
// System.Int32 System.String::IndexOf(System.String,System.Int32)
extern "C"  int32_t String_IndexOf_m3406607758 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
#define List_1_get_Count_m2276455407(__this, method) ((  int32_t (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method)
// System.String System.String::Substring(System.Int32,System.Int32)
extern "C"  String_t* String_Substring_m1610150815 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Collections.Generic.List`1<System.String>::Add(T)
#define List_1_Add_m1685793073(__this, p0, method) ((  void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method)
// T[] System.Collections.Generic.List`1<System.String>::ToArray()
#define List_1_ToArray_m3983937259(__this, method) ((  StringU5BU5D_t1281789340* (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method)
// System.String[] System.String::Split(System.String[],System.Int32,System.StringSplitOptions)
extern "C"  StringU5BU5D_t1281789340* String_Split_m2533743664 (String_t* __this, StringU5BU5D_t1281789340* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::SubstringUnchecked(System.Int32,System.Int32)
extern "C"  String_t* String_SubstringUnchecked_m1840487357 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::InternalAllocateStr(System.Int32)
extern "C"  String_t* String_InternalAllocateStr_m1198086868 (RuntimeObject * __this /* static, unused */, int32_t ___length0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::FindNotWhiteSpace(System.Int32,System.Int32,System.Int32)
extern "C"  int32_t String_FindNotWhiteSpace_m2733198255 (String_t* __this, int32_t ___pos0, int32_t ___target1, int32_t ___change2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Trim()
extern "C"  String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::FindNotInTable(System.Int32,System.Int32,System.Int32,System.Char[])
extern "C"  int32_t String_FindNotInTable_m421831114 (String_t* __this, int32_t ___pos0, int32_t ___target1, int32_t ___change2, CharU5BU5D_t3528271667* ___table3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
extern "C"  CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArgumentOutOfRangeException::.ctor()
extern "C"  void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArgumentException::.ctor()
extern "C"  void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::Compare(System.String,System.String)
extern "C"  int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  int32_t String_CompareOrdinalUnchecked_m2277084468 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Object::ReferenceEquals(System.Object,System.Object)
extern "C"  bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Char System.Char::ToUpperInvariant(System.Char)
extern "C"  Il2CppChar Char_ToUpperInvariant_m3658711221 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArgumentNullException::.ctor()
extern "C"  void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfAnyUnchecked_m953388766 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOfUnchecked(System.Char,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfUnchecked_m3677172170 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison)
extern "C"  int32_t String_IndexOf_m3950524021 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C"  CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOfOrdinal(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t String_IndexOfOrdinal_m962178384 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___options3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Locale::GetText(System.String,System.Object[])
extern "C"  String_t* Locale_GetText_m1601577974 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOfOrdinalUnchecked(System.String,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfOrdinalUnchecked_m460601827 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOfOrdinalIgnoreCaseUnchecked(System.String,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOf_m2410372598 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::LastIndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32)
extern "C"  int32_t String_LastIndexOfAnyUnchecked_m1231532039 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::LastIndexOfUnchecked(System.Char,System.Int32,System.Int32)
extern "C"  int32_t String_LastIndexOfUnchecked_m2119268555 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32)
extern "C"  int32_t String_LastIndexOf_m3228770703 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32)
extern "C"  int32_t String_LastIndexOf_m95398196 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Remove(System.Int32,System.Int32)
extern "C"  String_t* String_Remove_m562998446 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::ReplaceUnchecked(System.String,System.String)
extern "C"  String_t* String_ReplaceUnchecked_m1381393810 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Replace(System.Char,System.Char)
extern "C"  String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::ReplaceFallback(System.String,System.String,System.Int32)
extern "C"  String_t* String_ReplaceFallback_m1061004996 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___testedCount2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
extern "C"  void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::ToLower(System.Globalization.CultureInfo)
extern "C"  String_t* String_ToLower_m3490221821 (String_t* __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::ToLowerInvariant()
extern "C"  String_t* String_ToLowerInvariant_m110751226 (String_t* __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Char System.Char::ToLowerInvariant(System.Char)
extern "C"  Il2CppChar Char_ToLowerInvariant_m1926695830 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
extern "C"  String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.String::FormatHelper(System.Text.StringBuilder,System.IFormatProvider,System.String,System.Object[])
extern "C"  StringBuilder_t * String_FormatHelper_m3913915042 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___result0, RuntimeObject* ___provider1, String_t* ___format2, ObjectU5BU5D_t2843939325* ___args3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
extern "C"  StringBuilder_t * StringBuilder_Append_m3214161208 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.String::ParseFormatSpecifier(System.String,System.Int32&,System.Int32&,System.Int32&,System.Boolean&,System.String&)
extern "C"  void String_ParseFormatSpecifier_m3134189457 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, int32_t* ___n2, int32_t* ___width3, bool* ___left_align4, String_t** ___format5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.FormatException::.ctor(System.String)
extern "C"  void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char,System.Int32)
extern "C"  StringBuilder_t * StringBuilder_Append_m2180175564 (StringBuilder_t * __this, Il2CppChar ___value0, int32_t ___repeatCount1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::ConcatInternal(System.String[],System.Int32)
extern "C"  String_t* String_ConcatInternal_m190606771 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___values0, int32_t ___length1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::JoinUnchecked(System.String,System.String[],System.Int32,System.Int32)
extern "C"  String_t* String_JoinUnchecked_m3111386027 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.String::ParseDecimal(System.String,System.Int32&)
extern "C"  int32_t String_ParseDecimal_m3629679395 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Char::IsWhiteSpace(System.Char)
extern "C"  bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding)
extern "C"  String_t* String_CreateString_m2329023138 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t1523322056 * ___enc3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.Encoding System.Text.Encoding::get_Default()
extern "C"  Encoding_t1523322056 * Encoding_get_Default_m1632902165 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32)
extern "C"  void String_memcpy_m2826223007 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.String::memcpy1(System.Byte*,System.Byte*,System.Int32)
extern "C"  void String_memcpy1_m4209751456 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.String::memcpy2(System.Byte*,System.Byte*,System.Int32)
extern "C"  void String_memcpy2_m2048375426 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.String::memcpy4(System.Byte*,System.Byte*,System.Int32)
extern "C"  void String_memcpy4_m979367827 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.String::CharCopyReverse(System.Char*,System.Char*,System.Int32)
extern "C"  void String_CharCopyReverse_m1548661297 (RuntimeObject * __this /* static, unused */, Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean)
extern "C"  void CultureAwareComparer__ctor_m3981913244 (CultureAwareComparer_t30646139 * __this, CultureInfo_t4157843068 * ___ci0, bool ___ignore_case1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.OrdinalComparer::.ctor(System.Boolean)
extern "C"  void OrdinalComparer__ctor_m1028789954 (OrdinalComparer_t3407243298 * __this, bool ___ignoreCase0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Exception::.ctor(System.String)
extern "C"  void Exception__ctor_m1152696503 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C"  void Exception__ctor_m2499432361 (Exception_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237  ___context1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Exception::.ctor(System.String,System.Exception)
extern "C"  void Exception__ctor_m1406832249 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.Encoding::.ctor(System.Int32)
extern "C"  void Encoding__ctor_m777655508 (Encoding_t1523322056 * __this, int32_t ___codePage0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Text.Encoding::_(System.String)
extern "C"  String_t* Encoding___m3765636185 (RuntimeObject * __this /* static, unused */, String_t* ___arg0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Text.EncoderFallbackBuffer&,System.Char[]&)
extern "C"  int32_t ASCIIEncoding_GetBytes_m2264249800 (ASCIIEncoding_t3446586211 * __this, CharU5BU5D_t3528271667* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_t4116647657* ___bytes3, int32_t ___byteIndex4, EncoderFallbackBuffer_t3523102303 ** ___buffer5, CharU5BU5D_t3528271667** ___fallback_chars6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.EncoderFallback System.Text.Encoding::get_EncoderFallback()
extern "C"  EncoderFallback_t1188251036 * Encoding_get_EncoderFallback_m4088593971 (Encoding_t1523322056 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Char::IsSurrogate(System.Char)
extern "C"  bool Char_IsSurrogate_m3686972571 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32,System.Text.EncoderFallbackBuffer&,System.Char[]&)
extern "C"  int32_t ASCIIEncoding_GetBytes_m2569027226 (ASCIIEncoding_t3446586211 * __this, String_t* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_t4116647657* ___bytes3, int32_t ___byteIndex4, EncoderFallbackBuffer_t3523102303 ** ___buffer5, CharU5BU5D_t3528271667** ___fallback_chars6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Text.DecoderFallbackBuffer&)
extern "C"  int32_t ASCIIEncoding_GetChars_m3984780680 (ASCIIEncoding_t3446586211 * __this, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t3528271667* ___chars3, int32_t ___charIndex4, DecoderFallbackBuffer_t2402303981 ** ___buffer5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.DecoderFallback System.Text.Encoding::get_DecoderFallback()
extern "C"  DecoderFallback_t3123823036 * Encoding_get_DecoderFallback_m1525880676 (Encoding_t1523322056 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.Decoder System.Text.Encoding::GetDecoder()
extern "C"  Decoder_t2204182725 * Encoding_GetDecoder_m1656450963 (Encoding_t1523322056 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.DecoderReplacementFallback::.ctor()
extern "C"  void DecoderReplacementFallback__ctor_m449982280 (DecoderReplacementFallback_t1462101135 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.DecoderFallback::.ctor()
extern "C"  void DecoderFallback__ctor_m1420784892 (DecoderFallback_t3123823036 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.DecoderExceptionFallbackBuffer::.ctor()
extern "C"  void DecoderExceptionFallbackBuffer__ctor_m3568925774 (DecoderExceptionFallbackBuffer_t90938522 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.DecoderFallbackBuffer::.ctor()
extern "C"  void DecoderFallbackBuffer__ctor_m2724858323 (DecoderFallbackBuffer_t2402303981 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Text.DecoderFallbackException::.ctor(System.String,System.Byte[],System.Int32)
extern "C"  void DecoderFallbackException__ctor_m2882024994 (DecoderFallbackException_t1661362184 * __this, String_t* ___message0, ByteU5BU5D_t4116647657* ___bytesUnknown1, int32_t ___index2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.RIPEMD160::.ctor()
extern "C"  void RIPEMD160__ctor_m860963627 (RIPEMD160_t268675434 * __this, const RuntimeMethod* method)
{
	{
		HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL);
		((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)160));
		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.Security.Cryptography.RIPEMD160Managed::.ctor()
extern "C"  void RIPEMD160Managed__ctor_m1837600365 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RIPEMD160Managed__ctor_m1837600365_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RIPEMD160__ctor_m860963627(__this, /*hidden argument*/NULL);
		__this->set__X_5(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))));
		__this->set__HashValue_6(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)5)));
		__this->set__ProcessingBuffer_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))));
		VirtActionInvoker0::Invoke(13 /* System.Void System.Security.Cryptography.RIPEMD160Managed::Initialize() */, __this);
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::Initialize()
extern "C"  void RIPEMD160Managed_Initialize_m2173168986 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method)
{
	{
		UInt32U5BU5D_t2770800703* L_0 = __this->get__HashValue_6();
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)1732584193));
		UInt32U5BU5D_t2770800703* L_1 = __this->get__HashValue_6();
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)-271733879));
		UInt32U5BU5D_t2770800703* L_2 = __this->get__HashValue_6();
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)-1732584194));
		UInt32U5BU5D_t2770800703* L_3 = __this->get__HashValue_6();
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)271733878));
		UInt32U5BU5D_t2770800703* L_4 = __this->get__HashValue_6();
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)-1009589776));
		__this->set__Length_7((((int64_t)((int64_t)0))));
		__this->set__ProcessingBufferCount_8(0);
		UInt32U5BU5D_t2770800703* L_5 = __this->get__X_5();
		UInt32U5BU5D_t2770800703* L_6 = __this->get__X_5();
		NullCheck(L_6);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_7 = __this->get__ProcessingBuffer_4();
		ByteU5BU5D_t4116647657* L_8 = __this->get__ProcessingBuffer_4();
		NullCheck(L_8);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::HashCore(System.Byte[],System.Int32,System.Int32)
extern "C"  void RIPEMD160Managed_HashCore_m2350629432 (RIPEMD160Managed_t2491561941 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		((HashAlgorithm_t1432317219 *)__this)->set_State_2(1);
		uint64_t L_0 = __this->get__Length_7();
		int32_t L_1 = ___cbSize2;
		__this->set__Length_7(((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_1)))))))));
		int32_t L_2 = __this->get__ProcessingBufferCount_8();
		if (!L_2)
		{
			goto IL_008f;
		}
	}
	{
		int32_t L_3 = ___cbSize2;
		int32_t L_4 = __this->get__ProcessingBufferCount_8();
		if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_4)))))
		{
			goto IL_0053;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_5 = ___rgb0;
		int32_t L_6 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_7 = __this->get__ProcessingBuffer_4();
		int32_t L_8 = __this->get__ProcessingBufferCount_8();
		int32_t L_9 = ___cbSize2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, L_8, L_9, /*hidden argument*/NULL);
		int32_t L_10 = __this->get__ProcessingBufferCount_8();
		int32_t L_11 = ___cbSize2;
		__this->set__ProcessingBufferCount_8(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)));
		return;
	}

IL_0053:
	{
		int32_t L_12 = __this->get__ProcessingBufferCount_8();
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_12));
		ByteU5BU5D_t4116647657* L_13 = ___rgb0;
		int32_t L_14 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_15 = __this->get__ProcessingBuffer_4();
		int32_t L_16 = __this->get__ProcessingBufferCount_8();
		int32_t L_17 = V_0;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, L_14, (RuntimeArray *)(RuntimeArray *)L_15, L_16, L_17, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_18 = __this->get__ProcessingBuffer_4();
		RIPEMD160Managed_ProcessBlock_m3304263146(__this, L_18, 0, /*hidden argument*/NULL);
		__this->set__ProcessingBufferCount_8(0);
		int32_t L_19 = ___ibStart1;
		int32_t L_20 = V_0;
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20));
		int32_t L_21 = ___cbSize2;
		int32_t L_22 = V_0;
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22));
	}

IL_008f:
	{
		V_0 = 0;
		goto IL_00a5;
	}

IL_0096:
	{
		ByteU5BU5D_t4116647657* L_23 = ___rgb0;
		int32_t L_24 = ___ibStart1;
		int32_t L_25 = V_0;
		RIPEMD160Managed_ProcessBlock_m3304263146(__this, L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL);
		int32_t L_26 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)64)));
	}

IL_00a5:
	{
		int32_t L_27 = V_0;
		int32_t L_28 = ___cbSize2;
		int32_t L_29 = ___cbSize2;
		if ((((int32_t)L_27) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)((int32_t)L_29%(int32_t)((int32_t)64))))))))
		{
			goto IL_0096;
		}
	}
	{
		int32_t L_30 = ___cbSize2;
		if (!((int32_t)((int32_t)L_30%(int32_t)((int32_t)64))))
		{
			goto IL_00dd;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_31 = ___rgb0;
		int32_t L_32 = ___cbSize2;
		int32_t L_33 = ___cbSize2;
		int32_t L_34 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_35 = __this->get__ProcessingBuffer_4();
		int32_t L_36 = ___cbSize2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_31, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((int32_t)((int32_t)L_33%(int32_t)((int32_t)64))))), (int32_t)L_34)), (RuntimeArray *)(RuntimeArray *)L_35, 0, ((int32_t)((int32_t)L_36%(int32_t)((int32_t)64))), /*hidden argument*/NULL);
		int32_t L_37 = ___cbSize2;
		__this->set__ProcessingBufferCount_8(((int32_t)((int32_t)L_37%(int32_t)((int32_t)64))));
	}

IL_00dd:
	{
		return;
	}
}
// System.Byte[] System.Security.Cryptography.RIPEMD160Managed::HashFinal()
extern "C"  ByteU5BU5D_t4116647657* RIPEMD160Managed_HashFinal_m1016449914 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RIPEMD160Managed_HashFinal_m1016449914_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		uint64_t L_0 = __this->get__Length_7();
		RIPEMD160Managed_CompressFinal_m497690796(__this, L_0, /*hidden argument*/NULL);
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)));
		IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var);
		bool L_1 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1();
		if (L_1)
		{
			goto IL_005e;
		}
	}
	{
		V_1 = 0;
		goto IL_0052;
	}

IL_0025:
	{
		V_2 = 0;
		goto IL_0047;
	}

IL_002c:
	{
		ByteU5BU5D_t4116647657* L_2 = V_0;
		int32_t L_3 = V_1;
		int32_t L_4 = V_2;
		UInt32U5BU5D_t2770800703* L_5 = __this->get__HashValue_6();
		int32_t L_6 = V_1;
		NullCheck(L_5);
		int32_t L_7 = L_6;
		uint32_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		int32_t L_9 = V_2;
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)), (int32_t)L_4))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)8))&(int32_t)((int32_t)31)))))))));
		int32_t L_10 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
	}

IL_0047:
	{
		int32_t L_11 = V_2;
		if ((((int32_t)L_11) < ((int32_t)4)))
		{
			goto IL_002c;
		}
	}
	{
		int32_t L_12 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
	}

IL_0052:
	{
		int32_t L_13 = V_1;
		if ((((int32_t)L_13) < ((int32_t)5)))
		{
			goto IL_0025;
		}
	}
	{
		goto IL_006e;
	}

IL_005e:
	{
		UInt32U5BU5D_t2770800703* L_14 = __this->get__HashValue_6();
		ByteU5BU5D_t4116647657* L_15 = V_0;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, 0, ((int32_t)20), /*hidden argument*/NULL);
	}

IL_006e:
	{
		ByteU5BU5D_t4116647657* L_16 = V_0;
		return L_16;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::Finalize()
extern "C"  void RIPEMD160Managed_Finalize_m2864487594 (RIPEMD160Managed_t2491561941 * __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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);

IL_0000:
	try
	{ // begin try (depth: 1)
		VirtActionInvoker1< bool >::Invoke(14 /* System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
		IL2CPP_LEAVE(0x13, FINALLY_000c);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_000c;
	}

FINALLY_000c:
	{ // begin finally (depth: 1)
		Object_Finalize_m3076187857(__this, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(12)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(12)
	{
		IL2CPP_JUMP_TBL(0x13, IL_0013)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0013:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::ProcessBlock(System.Byte[],System.Int32)
extern "C"  void RIPEMD160Managed_ProcessBlock_m3304263146 (RIPEMD160Managed_t2491561941 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RIPEMD160Managed_ProcessBlock_m3304263146_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var);
		bool L_0 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1();
		if (L_0)
		{
			goto IL_0052;
		}
	}
	{
		V_0 = 0;
		goto IL_003f;
	}

IL_0011:
	{
		UInt32U5BU5D_t2770800703* L_1 = __this->get__X_5();
		int32_t L_2 = V_0;
		ByteU5BU5D_t4116647657* L_3 = ___buffer0;
		int32_t L_4 = ___offset1;
		NullCheck(L_3);
		int32_t L_5 = L_4;
		uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
		ByteU5BU5D_t4116647657* L_7 = ___buffer0;
		int32_t L_8 = ___offset1;
		NullCheck(L_7);
		int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
		uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		ByteU5BU5D_t4116647657* L_11 = ___buffer0;
		int32_t L_12 = ___offset1;
		NullCheck(L_11);
		int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2));
		uint8_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
		ByteU5BU5D_t4116647657* L_15 = ___buffer0;
		int32_t L_16 = ___offset1;
		NullCheck(L_15);
		int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3));
		uint8_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24))))));
		int32_t L_19 = ___offset1;
		___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4));
		int32_t L_20 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
	}

IL_003f:
	{
		int32_t L_21 = V_0;
		UInt32U5BU5D_t2770800703* L_22 = __this->get__X_5();
		NullCheck(L_22);
		if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))))))
		{
			goto IL_0011;
		}
	}
	{
		goto IL_0062;
	}

IL_0052:
	{
		ByteU5BU5D_t4116647657* L_23 = ___buffer0;
		int32_t L_24 = ___offset1;
		UInt32U5BU5D_t2770800703* L_25 = __this->get__X_5();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_23, L_24, (RuntimeArray *)(RuntimeArray *)L_25, 0, ((int32_t)64), /*hidden argument*/NULL);
	}

IL_0062:
	{
		RIPEMD160Managed_Compress_m126479169(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::Compress()
extern "C"  void RIPEMD160Managed_Compress_m126479169 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	uint32_t V_1 = 0;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	uint32_t V_4 = 0;
	uint32_t V_5 = 0;
	uint32_t V_6 = 0;
	uint32_t V_7 = 0;
	uint32_t V_8 = 0;
	uint32_t V_9 = 0;
	{
		UInt32U5BU5D_t2770800703* L_0 = __this->get__HashValue_6();
		NullCheck(L_0);
		int32_t L_1 = 0;
		uint32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
		V_0 = L_2;
		UInt32U5BU5D_t2770800703* L_3 = __this->get__HashValue_6();
		NullCheck(L_3);
		int32_t L_4 = 1;
		uint32_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_1 = L_5;
		UInt32U5BU5D_t2770800703* L_6 = __this->get__HashValue_6();
		NullCheck(L_6);
		int32_t L_7 = 2;
		uint32_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		V_2 = L_8;
		UInt32U5BU5D_t2770800703* L_9 = __this->get__HashValue_6();
		NullCheck(L_9);
		int32_t L_10 = 3;
		uint32_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		V_3 = L_11;
		UInt32U5BU5D_t2770800703* L_12 = __this->get__HashValue_6();
		NullCheck(L_12);
		int32_t L_13 = 4;
		uint32_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
		V_4 = L_14;
		UInt32U5BU5D_t2770800703* L_15 = __this->get__HashValue_6();
		NullCheck(L_15);
		int32_t L_16 = 0;
		uint32_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		V_5 = L_17;
		UInt32U5BU5D_t2770800703* L_18 = __this->get__HashValue_6();
		NullCheck(L_18);
		int32_t L_19 = 1;
		uint32_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		V_6 = L_20;
		UInt32U5BU5D_t2770800703* L_21 = __this->get__HashValue_6();
		NullCheck(L_21);
		int32_t L_22 = 2;
		uint32_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
		V_7 = L_23;
		UInt32U5BU5D_t2770800703* L_24 = __this->get__HashValue_6();
		NullCheck(L_24);
		int32_t L_25 = 3;
		uint32_t L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
		V_8 = L_26;
		UInt32U5BU5D_t2770800703* L_27 = __this->get__HashValue_6();
		NullCheck(L_27);
		int32_t L_28 = 4;
		uint32_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
		V_9 = L_29;
		uint32_t L_30 = V_1;
		uint32_t L_31 = V_3;
		uint32_t L_32 = V_4;
		UInt32U5BU5D_t2770800703* L_33 = __this->get__X_5();
		NullCheck(L_33);
		int32_t L_34 = 0;
		uint32_t L_35 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
		RIPEMD160Managed_FF_m738585160(__this, (&V_0), L_30, (&V_2), L_31, L_32, L_35, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_36 = V_0;
		uint32_t L_37 = V_2;
		uint32_t L_38 = V_3;
		UInt32U5BU5D_t2770800703* L_39 = __this->get__X_5();
		NullCheck(L_39);
		int32_t L_40 = 1;
		uint32_t L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
		RIPEMD160Managed_FF_m738585160(__this, (&V_4), L_36, (&V_1), L_37, L_38, L_41, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_42 = V_4;
		uint32_t L_43 = V_1;
		uint32_t L_44 = V_2;
		UInt32U5BU5D_t2770800703* L_45 = __this->get__X_5();
		NullCheck(L_45);
		int32_t L_46 = 2;
		uint32_t L_47 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
		RIPEMD160Managed_FF_m738585160(__this, (&V_3), L_42, (&V_0), L_43, L_44, L_47, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_48 = V_3;
		uint32_t L_49 = V_0;
		uint32_t L_50 = V_1;
		UInt32U5BU5D_t2770800703* L_51 = __this->get__X_5();
		NullCheck(L_51);
		int32_t L_52 = 3;
		uint32_t L_53 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
		RIPEMD160Managed_FF_m738585160(__this, (&V_2), L_48, (&V_4), L_49, L_50, L_53, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_54 = V_2;
		uint32_t L_55 = V_4;
		uint32_t L_56 = V_0;
		UInt32U5BU5D_t2770800703* L_57 = __this->get__X_5();
		NullCheck(L_57);
		int32_t L_58 = 4;
		uint32_t L_59 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
		RIPEMD160Managed_FF_m738585160(__this, (&V_1), L_54, (&V_3), L_55, L_56, L_59, 5, /*hidden argument*/NULL);
		uint32_t L_60 = V_1;
		uint32_t L_61 = V_3;
		uint32_t L_62 = V_4;
		UInt32U5BU5D_t2770800703* L_63 = __this->get__X_5();
		NullCheck(L_63);
		int32_t L_64 = 5;
		uint32_t L_65 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
		RIPEMD160Managed_FF_m738585160(__this, (&V_0), L_60, (&V_2), L_61, L_62, L_65, 8, /*hidden argument*/NULL);
		uint32_t L_66 = V_0;
		uint32_t L_67 = V_2;
		uint32_t L_68 = V_3;
		UInt32U5BU5D_t2770800703* L_69 = __this->get__X_5();
		NullCheck(L_69);
		int32_t L_70 = 6;
		uint32_t L_71 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
		RIPEMD160Managed_FF_m738585160(__this, (&V_4), L_66, (&V_1), L_67, L_68, L_71, 7, /*hidden argument*/NULL);
		uint32_t L_72 = V_4;
		uint32_t L_73 = V_1;
		uint32_t L_74 = V_2;
		UInt32U5BU5D_t2770800703* L_75 = __this->get__X_5();
		NullCheck(L_75);
		int32_t L_76 = 7;
		uint32_t L_77 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
		RIPEMD160Managed_FF_m738585160(__this, (&V_3), L_72, (&V_0), L_73, L_74, L_77, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_78 = V_3;
		uint32_t L_79 = V_0;
		uint32_t L_80 = V_1;
		UInt32U5BU5D_t2770800703* L_81 = __this->get__X_5();
		NullCheck(L_81);
		int32_t L_82 = 8;
		uint32_t L_83 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
		RIPEMD160Managed_FF_m738585160(__this, (&V_2), L_78, (&V_4), L_79, L_80, L_83, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_84 = V_2;
		uint32_t L_85 = V_4;
		uint32_t L_86 = V_0;
		UInt32U5BU5D_t2770800703* L_87 = __this->get__X_5();
		NullCheck(L_87);
		int32_t L_88 = ((int32_t)9);
		uint32_t L_89 = (L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
		RIPEMD160Managed_FF_m738585160(__this, (&V_1), L_84, (&V_3), L_85, L_86, L_89, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_90 = V_1;
		uint32_t L_91 = V_3;
		uint32_t L_92 = V_4;
		UInt32U5BU5D_t2770800703* L_93 = __this->get__X_5();
		NullCheck(L_93);
		int32_t L_94 = ((int32_t)10);
		uint32_t L_95 = (L_93)->GetAt(static_cast<il2cpp_array_size_t>(L_94));
		RIPEMD160Managed_FF_m738585160(__this, (&V_0), L_90, (&V_2), L_91, L_92, L_95, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_96 = V_0;
		uint32_t L_97 = V_2;
		uint32_t L_98 = V_3;
		UInt32U5BU5D_t2770800703* L_99 = __this->get__X_5();
		NullCheck(L_99);
		int32_t L_100 = ((int32_t)11);
		uint32_t L_101 = (L_99)->GetAt(static_cast<il2cpp_array_size_t>(L_100));
		RIPEMD160Managed_FF_m738585160(__this, (&V_4), L_96, (&V_1), L_97, L_98, L_101, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_102 = V_4;
		uint32_t L_103 = V_1;
		uint32_t L_104 = V_2;
		UInt32U5BU5D_t2770800703* L_105 = __this->get__X_5();
		NullCheck(L_105);
		int32_t L_106 = ((int32_t)12);
		uint32_t L_107 = (L_105)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
		RIPEMD160Managed_FF_m738585160(__this, (&V_3), L_102, (&V_0), L_103, L_104, L_107, 6, /*hidden argument*/NULL);
		uint32_t L_108 = V_3;
		uint32_t L_109 = V_0;
		uint32_t L_110 = V_1;
		UInt32U5BU5D_t2770800703* L_111 = __this->get__X_5();
		NullCheck(L_111);
		int32_t L_112 = ((int32_t)13);
		uint32_t L_113 = (L_111)->GetAt(static_cast<il2cpp_array_size_t>(L_112));
		RIPEMD160Managed_FF_m738585160(__this, (&V_2), L_108, (&V_4), L_109, L_110, L_113, 7, /*hidden argument*/NULL);
		uint32_t L_114 = V_2;
		uint32_t L_115 = V_4;
		uint32_t L_116 = V_0;
		UInt32U5BU5D_t2770800703* L_117 = __this->get__X_5();
		NullCheck(L_117);
		int32_t L_118 = ((int32_t)14);
		uint32_t L_119 = (L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
		RIPEMD160Managed_FF_m738585160(__this, (&V_1), L_114, (&V_3), L_115, L_116, L_119, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_120 = V_1;
		uint32_t L_121 = V_3;
		uint32_t L_122 = V_4;
		UInt32U5BU5D_t2770800703* L_123 = __this->get__X_5();
		NullCheck(L_123);
		int32_t L_124 = ((int32_t)15);
		uint32_t L_125 = (L_123)->GetAt(static_cast<il2cpp_array_size_t>(L_124));
		RIPEMD160Managed_FF_m738585160(__this, (&V_0), L_120, (&V_2), L_121, L_122, L_125, 8, /*hidden argument*/NULL);
		uint32_t L_126 = V_0;
		uint32_t L_127 = V_2;
		uint32_t L_128 = V_3;
		UInt32U5BU5D_t2770800703* L_129 = __this->get__X_5();
		NullCheck(L_129);
		int32_t L_130 = 7;
		uint32_t L_131 = (L_129)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_4), L_126, (&V_1), L_127, L_128, L_131, 7, /*hidden argument*/NULL);
		uint32_t L_132 = V_4;
		uint32_t L_133 = V_1;
		uint32_t L_134 = V_2;
		UInt32U5BU5D_t2770800703* L_135 = __this->get__X_5();
		NullCheck(L_135);
		int32_t L_136 = 4;
		uint32_t L_137 = (L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_136));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_3), L_132, (&V_0), L_133, L_134, L_137, 6, /*hidden argument*/NULL);
		uint32_t L_138 = V_3;
		uint32_t L_139 = V_0;
		uint32_t L_140 = V_1;
		UInt32U5BU5D_t2770800703* L_141 = __this->get__X_5();
		NullCheck(L_141);
		int32_t L_142 = ((int32_t)13);
		uint32_t L_143 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_142));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_2), L_138, (&V_4), L_139, L_140, L_143, 8, /*hidden argument*/NULL);
		uint32_t L_144 = V_2;
		uint32_t L_145 = V_4;
		uint32_t L_146 = V_0;
		UInt32U5BU5D_t2770800703* L_147 = __this->get__X_5();
		NullCheck(L_147);
		int32_t L_148 = 1;
		uint32_t L_149 = (L_147)->GetAt(static_cast<il2cpp_array_size_t>(L_148));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_1), L_144, (&V_3), L_145, L_146, L_149, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_150 = V_1;
		uint32_t L_151 = V_3;
		uint32_t L_152 = V_4;
		UInt32U5BU5D_t2770800703* L_153 = __this->get__X_5();
		NullCheck(L_153);
		int32_t L_154 = ((int32_t)10);
		uint32_t L_155 = (L_153)->GetAt(static_cast<il2cpp_array_size_t>(L_154));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_0), L_150, (&V_2), L_151, L_152, L_155, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_156 = V_0;
		uint32_t L_157 = V_2;
		uint32_t L_158 = V_3;
		UInt32U5BU5D_t2770800703* L_159 = __this->get__X_5();
		NullCheck(L_159);
		int32_t L_160 = 6;
		uint32_t L_161 = (L_159)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_4), L_156, (&V_1), L_157, L_158, L_161, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_162 = V_4;
		uint32_t L_163 = V_1;
		uint32_t L_164 = V_2;
		UInt32U5BU5D_t2770800703* L_165 = __this->get__X_5();
		NullCheck(L_165);
		int32_t L_166 = ((int32_t)15);
		uint32_t L_167 = (L_165)->GetAt(static_cast<il2cpp_array_size_t>(L_166));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_3), L_162, (&V_0), L_163, L_164, L_167, 7, /*hidden argument*/NULL);
		uint32_t L_168 = V_3;
		uint32_t L_169 = V_0;
		uint32_t L_170 = V_1;
		UInt32U5BU5D_t2770800703* L_171 = __this->get__X_5();
		NullCheck(L_171);
		int32_t L_172 = 3;
		uint32_t L_173 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_172));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_2), L_168, (&V_4), L_169, L_170, L_173, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_174 = V_2;
		uint32_t L_175 = V_4;
		uint32_t L_176 = V_0;
		UInt32U5BU5D_t2770800703* L_177 = __this->get__X_5();
		NullCheck(L_177);
		int32_t L_178 = ((int32_t)12);
		uint32_t L_179 = (L_177)->GetAt(static_cast<il2cpp_array_size_t>(L_178));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_1), L_174, (&V_3), L_175, L_176, L_179, 7, /*hidden argument*/NULL);
		uint32_t L_180 = V_1;
		uint32_t L_181 = V_3;
		uint32_t L_182 = V_4;
		UInt32U5BU5D_t2770800703* L_183 = __this->get__X_5();
		NullCheck(L_183);
		int32_t L_184 = 0;
		uint32_t L_185 = (L_183)->GetAt(static_cast<il2cpp_array_size_t>(L_184));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_0), L_180, (&V_2), L_181, L_182, L_185, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_186 = V_0;
		uint32_t L_187 = V_2;
		uint32_t L_188 = V_3;
		UInt32U5BU5D_t2770800703* L_189 = __this->get__X_5();
		NullCheck(L_189);
		int32_t L_190 = ((int32_t)9);
		uint32_t L_191 = (L_189)->GetAt(static_cast<il2cpp_array_size_t>(L_190));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_4), L_186, (&V_1), L_187, L_188, L_191, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_192 = V_4;
		uint32_t L_193 = V_1;
		uint32_t L_194 = V_2;
		UInt32U5BU5D_t2770800703* L_195 = __this->get__X_5();
		NullCheck(L_195);
		int32_t L_196 = 5;
		uint32_t L_197 = (L_195)->GetAt(static_cast<il2cpp_array_size_t>(L_196));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_3), L_192, (&V_0), L_193, L_194, L_197, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_198 = V_3;
		uint32_t L_199 = V_0;
		uint32_t L_200 = V_1;
		UInt32U5BU5D_t2770800703* L_201 = __this->get__X_5();
		NullCheck(L_201);
		int32_t L_202 = 2;
		uint32_t L_203 = (L_201)->GetAt(static_cast<il2cpp_array_size_t>(L_202));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_2), L_198, (&V_4), L_199, L_200, L_203, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_204 = V_2;
		uint32_t L_205 = V_4;
		uint32_t L_206 = V_0;
		UInt32U5BU5D_t2770800703* L_207 = __this->get__X_5();
		NullCheck(L_207);
		int32_t L_208 = ((int32_t)14);
		uint32_t L_209 = (L_207)->GetAt(static_cast<il2cpp_array_size_t>(L_208));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_1), L_204, (&V_3), L_205, L_206, L_209, 7, /*hidden argument*/NULL);
		uint32_t L_210 = V_1;
		uint32_t L_211 = V_3;
		uint32_t L_212 = V_4;
		UInt32U5BU5D_t2770800703* L_213 = __this->get__X_5();
		NullCheck(L_213);
		int32_t L_214 = ((int32_t)11);
		uint32_t L_215 = (L_213)->GetAt(static_cast<il2cpp_array_size_t>(L_214));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_0), L_210, (&V_2), L_211, L_212, L_215, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_216 = V_0;
		uint32_t L_217 = V_2;
		uint32_t L_218 = V_3;
		UInt32U5BU5D_t2770800703* L_219 = __this->get__X_5();
		NullCheck(L_219);
		int32_t L_220 = 8;
		uint32_t L_221 = (L_219)->GetAt(static_cast<il2cpp_array_size_t>(L_220));
		RIPEMD160Managed_GG_m3020389474(__this, (&V_4), L_216, (&V_1), L_217, L_218, L_221, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_222 = V_4;
		uint32_t L_223 = V_1;
		uint32_t L_224 = V_2;
		UInt32U5BU5D_t2770800703* L_225 = __this->get__X_5();
		NullCheck(L_225);
		int32_t L_226 = 3;
		uint32_t L_227 = (L_225)->GetAt(static_cast<il2cpp_array_size_t>(L_226));
		RIPEMD160Managed_HH_m90236373(__this, (&V_3), L_222, (&V_0), L_223, L_224, L_227, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_228 = V_3;
		uint32_t L_229 = V_0;
		uint32_t L_230 = V_1;
		UInt32U5BU5D_t2770800703* L_231 = __this->get__X_5();
		NullCheck(L_231);
		int32_t L_232 = ((int32_t)10);
		uint32_t L_233 = (L_231)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
		RIPEMD160Managed_HH_m90236373(__this, (&V_2), L_228, (&V_4), L_229, L_230, L_233, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_234 = V_2;
		uint32_t L_235 = V_4;
		uint32_t L_236 = V_0;
		UInt32U5BU5D_t2770800703* L_237 = __this->get__X_5();
		NullCheck(L_237);
		int32_t L_238 = ((int32_t)14);
		uint32_t L_239 = (L_237)->GetAt(static_cast<il2cpp_array_size_t>(L_238));
		RIPEMD160Managed_HH_m90236373(__this, (&V_1), L_234, (&V_3), L_235, L_236, L_239, 6, /*hidden argument*/NULL);
		uint32_t L_240 = V_1;
		uint32_t L_241 = V_3;
		uint32_t L_242 = V_4;
		UInt32U5BU5D_t2770800703* L_243 = __this->get__X_5();
		NullCheck(L_243);
		int32_t L_244 = 4;
		uint32_t L_245 = (L_243)->GetAt(static_cast<il2cpp_array_size_t>(L_244));
		RIPEMD160Managed_HH_m90236373(__this, (&V_0), L_240, (&V_2), L_241, L_242, L_245, 7, /*hidden argument*/NULL);
		uint32_t L_246 = V_0;
		uint32_t L_247 = V_2;
		uint32_t L_248 = V_3;
		UInt32U5BU5D_t2770800703* L_249 = __this->get__X_5();
		NullCheck(L_249);
		int32_t L_250 = ((int32_t)9);
		uint32_t L_251 = (L_249)->GetAt(static_cast<il2cpp_array_size_t>(L_250));
		RIPEMD160Managed_HH_m90236373(__this, (&V_4), L_246, (&V_1), L_247, L_248, L_251, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_252 = V_4;
		uint32_t L_253 = V_1;
		uint32_t L_254 = V_2;
		UInt32U5BU5D_t2770800703* L_255 = __this->get__X_5();
		NullCheck(L_255);
		int32_t L_256 = ((int32_t)15);
		uint32_t L_257 = (L_255)->GetAt(static_cast<il2cpp_array_size_t>(L_256));
		RIPEMD160Managed_HH_m90236373(__this, (&V_3), L_252, (&V_0), L_253, L_254, L_257, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_258 = V_3;
		uint32_t L_259 = V_0;
		uint32_t L_260 = V_1;
		UInt32U5BU5D_t2770800703* L_261 = __this->get__X_5();
		NullCheck(L_261);
		int32_t L_262 = 8;
		uint32_t L_263 = (L_261)->GetAt(static_cast<il2cpp_array_size_t>(L_262));
		RIPEMD160Managed_HH_m90236373(__this, (&V_2), L_258, (&V_4), L_259, L_260, L_263, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_264 = V_2;
		uint32_t L_265 = V_4;
		uint32_t L_266 = V_0;
		UInt32U5BU5D_t2770800703* L_267 = __this->get__X_5();
		NullCheck(L_267);
		int32_t L_268 = 1;
		uint32_t L_269 = (L_267)->GetAt(static_cast<il2cpp_array_size_t>(L_268));
		RIPEMD160Managed_HH_m90236373(__this, (&V_1), L_264, (&V_3), L_265, L_266, L_269, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_270 = V_1;
		uint32_t L_271 = V_3;
		uint32_t L_272 = V_4;
		UInt32U5BU5D_t2770800703* L_273 = __this->get__X_5();
		NullCheck(L_273);
		int32_t L_274 = 2;
		uint32_t L_275 = (L_273)->GetAt(static_cast<il2cpp_array_size_t>(L_274));
		RIPEMD160Managed_HH_m90236373(__this, (&V_0), L_270, (&V_2), L_271, L_272, L_275, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_276 = V_0;
		uint32_t L_277 = V_2;
		uint32_t L_278 = V_3;
		UInt32U5BU5D_t2770800703* L_279 = __this->get__X_5();
		NullCheck(L_279);
		int32_t L_280 = 7;
		uint32_t L_281 = (L_279)->GetAt(static_cast<il2cpp_array_size_t>(L_280));
		RIPEMD160Managed_HH_m90236373(__this, (&V_4), L_276, (&V_1), L_277, L_278, L_281, 8, /*hidden argument*/NULL);
		uint32_t L_282 = V_4;
		uint32_t L_283 = V_1;
		uint32_t L_284 = V_2;
		UInt32U5BU5D_t2770800703* L_285 = __this->get__X_5();
		NullCheck(L_285);
		int32_t L_286 = 0;
		uint32_t L_287 = (L_285)->GetAt(static_cast<il2cpp_array_size_t>(L_286));
		RIPEMD160Managed_HH_m90236373(__this, (&V_3), L_282, (&V_0), L_283, L_284, L_287, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_288 = V_3;
		uint32_t L_289 = V_0;
		uint32_t L_290 = V_1;
		UInt32U5BU5D_t2770800703* L_291 = __this->get__X_5();
		NullCheck(L_291);
		int32_t L_292 = 6;
		uint32_t L_293 = (L_291)->GetAt(static_cast<il2cpp_array_size_t>(L_292));
		RIPEMD160Managed_HH_m90236373(__this, (&V_2), L_288, (&V_4), L_289, L_290, L_293, 6, /*hidden argument*/NULL);
		uint32_t L_294 = V_2;
		uint32_t L_295 = V_4;
		uint32_t L_296 = V_0;
		UInt32U5BU5D_t2770800703* L_297 = __this->get__X_5();
		NullCheck(L_297);
		int32_t L_298 = ((int32_t)13);
		uint32_t L_299 = (L_297)->GetAt(static_cast<il2cpp_array_size_t>(L_298));
		RIPEMD160Managed_HH_m90236373(__this, (&V_1), L_294, (&V_3), L_295, L_296, L_299, 5, /*hidden argument*/NULL);
		uint32_t L_300 = V_1;
		uint32_t L_301 = V_3;
		uint32_t L_302 = V_4;
		UInt32U5BU5D_t2770800703* L_303 = __this->get__X_5();
		NullCheck(L_303);
		int32_t L_304 = ((int32_t)11);
		uint32_t L_305 = (L_303)->GetAt(static_cast<il2cpp_array_size_t>(L_304));
		RIPEMD160Managed_HH_m90236373(__this, (&V_0), L_300, (&V_2), L_301, L_302, L_305, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_306 = V_0;
		uint32_t L_307 = V_2;
		uint32_t L_308 = V_3;
		UInt32U5BU5D_t2770800703* L_309 = __this->get__X_5();
		NullCheck(L_309);
		int32_t L_310 = 5;
		uint32_t L_311 = (L_309)->GetAt(static_cast<il2cpp_array_size_t>(L_310));
		RIPEMD160Managed_HH_m90236373(__this, (&V_4), L_306, (&V_1), L_307, L_308, L_311, 7, /*hidden argument*/NULL);
		uint32_t L_312 = V_4;
		uint32_t L_313 = V_1;
		uint32_t L_314 = V_2;
		UInt32U5BU5D_t2770800703* L_315 = __this->get__X_5();
		NullCheck(L_315);
		int32_t L_316 = ((int32_t)12);
		uint32_t L_317 = (L_315)->GetAt(static_cast<il2cpp_array_size_t>(L_316));
		RIPEMD160Managed_HH_m90236373(__this, (&V_3), L_312, (&V_0), L_313, L_314, L_317, 5, /*hidden argument*/NULL);
		uint32_t L_318 = V_3;
		uint32_t L_319 = V_0;
		uint32_t L_320 = V_1;
		UInt32U5BU5D_t2770800703* L_321 = __this->get__X_5();
		NullCheck(L_321);
		int32_t L_322 = 1;
		uint32_t L_323 = (L_321)->GetAt(static_cast<il2cpp_array_size_t>(L_322));
		RIPEMD160Managed_II_m1560285116(__this, (&V_2), L_318, (&V_4), L_319, L_320, L_323, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_324 = V_2;
		uint32_t L_325 = V_4;
		uint32_t L_326 = V_0;
		UInt32U5BU5D_t2770800703* L_327 = __this->get__X_5();
		NullCheck(L_327);
		int32_t L_328 = ((int32_t)9);
		uint32_t L_329 = (L_327)->GetAt(static_cast<il2cpp_array_size_t>(L_328));
		RIPEMD160Managed_II_m1560285116(__this, (&V_1), L_324, (&V_3), L_325, L_326, L_329, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_330 = V_1;
		uint32_t L_331 = V_3;
		uint32_t L_332 = V_4;
		UInt32U5BU5D_t2770800703* L_333 = __this->get__X_5();
		NullCheck(L_333);
		int32_t L_334 = ((int32_t)11);
		uint32_t L_335 = (L_333)->GetAt(static_cast<il2cpp_array_size_t>(L_334));
		RIPEMD160Managed_II_m1560285116(__this, (&V_0), L_330, (&V_2), L_331, L_332, L_335, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_336 = V_0;
		uint32_t L_337 = V_2;
		uint32_t L_338 = V_3;
		UInt32U5BU5D_t2770800703* L_339 = __this->get__X_5();
		NullCheck(L_339);
		int32_t L_340 = ((int32_t)10);
		uint32_t L_341 = (L_339)->GetAt(static_cast<il2cpp_array_size_t>(L_340));
		RIPEMD160Managed_II_m1560285116(__this, (&V_4), L_336, (&V_1), L_337, L_338, L_341, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_342 = V_4;
		uint32_t L_343 = V_1;
		uint32_t L_344 = V_2;
		UInt32U5BU5D_t2770800703* L_345 = __this->get__X_5();
		NullCheck(L_345);
		int32_t L_346 = 0;
		uint32_t L_347 = (L_345)->GetAt(static_cast<il2cpp_array_size_t>(L_346));
		RIPEMD160Managed_II_m1560285116(__this, (&V_3), L_342, (&V_0), L_343, L_344, L_347, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_348 = V_3;
		uint32_t L_349 = V_0;
		uint32_t L_350 = V_1;
		UInt32U5BU5D_t2770800703* L_351 = __this->get__X_5();
		NullCheck(L_351);
		int32_t L_352 = 8;
		uint32_t L_353 = (L_351)->GetAt(static_cast<il2cpp_array_size_t>(L_352));
		RIPEMD160Managed_II_m1560285116(__this, (&V_2), L_348, (&V_4), L_349, L_350, L_353, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_354 = V_2;
		uint32_t L_355 = V_4;
		uint32_t L_356 = V_0;
		UInt32U5BU5D_t2770800703* L_357 = __this->get__X_5();
		NullCheck(L_357);
		int32_t L_358 = ((int32_t)12);
		uint32_t L_359 = (L_357)->GetAt(static_cast<il2cpp_array_size_t>(L_358));
		RIPEMD160Managed_II_m1560285116(__this, (&V_1), L_354, (&V_3), L_355, L_356, L_359, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_360 = V_1;
		uint32_t L_361 = V_3;
		uint32_t L_362 = V_4;
		UInt32U5BU5D_t2770800703* L_363 = __this->get__X_5();
		NullCheck(L_363);
		int32_t L_364 = 4;
		uint32_t L_365 = (L_363)->GetAt(static_cast<il2cpp_array_size_t>(L_364));
		RIPEMD160Managed_II_m1560285116(__this, (&V_0), L_360, (&V_2), L_361, L_362, L_365, 8, /*hidden argument*/NULL);
		uint32_t L_366 = V_0;
		uint32_t L_367 = V_2;
		uint32_t L_368 = V_3;
		UInt32U5BU5D_t2770800703* L_369 = __this->get__X_5();
		NullCheck(L_369);
		int32_t L_370 = ((int32_t)13);
		uint32_t L_371 = (L_369)->GetAt(static_cast<il2cpp_array_size_t>(L_370));
		RIPEMD160Managed_II_m1560285116(__this, (&V_4), L_366, (&V_1), L_367, L_368, L_371, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_372 = V_4;
		uint32_t L_373 = V_1;
		uint32_t L_374 = V_2;
		UInt32U5BU5D_t2770800703* L_375 = __this->get__X_5();
		NullCheck(L_375);
		int32_t L_376 = 3;
		uint32_t L_377 = (L_375)->GetAt(static_cast<il2cpp_array_size_t>(L_376));
		RIPEMD160Managed_II_m1560285116(__this, (&V_3), L_372, (&V_0), L_373, L_374, L_377, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_378 = V_3;
		uint32_t L_379 = V_0;
		uint32_t L_380 = V_1;
		UInt32U5BU5D_t2770800703* L_381 = __this->get__X_5();
		NullCheck(L_381);
		int32_t L_382 = 7;
		uint32_t L_383 = (L_381)->GetAt(static_cast<il2cpp_array_size_t>(L_382));
		RIPEMD160Managed_II_m1560285116(__this, (&V_2), L_378, (&V_4), L_379, L_380, L_383, 5, /*hidden argument*/NULL);
		uint32_t L_384 = V_2;
		uint32_t L_385 = V_4;
		uint32_t L_386 = V_0;
		UInt32U5BU5D_t2770800703* L_387 = __this->get__X_5();
		NullCheck(L_387);
		int32_t L_388 = ((int32_t)15);
		uint32_t L_389 = (L_387)->GetAt(static_cast<il2cpp_array_size_t>(L_388));
		RIPEMD160Managed_II_m1560285116(__this, (&V_1), L_384, (&V_3), L_385, L_386, L_389, 6, /*hidden argument*/NULL);
		uint32_t L_390 = V_1;
		uint32_t L_391 = V_3;
		uint32_t L_392 = V_4;
		UInt32U5BU5D_t2770800703* L_393 = __this->get__X_5();
		NullCheck(L_393);
		int32_t L_394 = ((int32_t)14);
		uint32_t L_395 = (L_393)->GetAt(static_cast<il2cpp_array_size_t>(L_394));
		RIPEMD160Managed_II_m1560285116(__this, (&V_0), L_390, (&V_2), L_391, L_392, L_395, 8, /*hidden argument*/NULL);
		uint32_t L_396 = V_0;
		uint32_t L_397 = V_2;
		uint32_t L_398 = V_3;
		UInt32U5BU5D_t2770800703* L_399 = __this->get__X_5();
		NullCheck(L_399);
		int32_t L_400 = 5;
		uint32_t L_401 = (L_399)->GetAt(static_cast<il2cpp_array_size_t>(L_400));
		RIPEMD160Managed_II_m1560285116(__this, (&V_4), L_396, (&V_1), L_397, L_398, L_401, 6, /*hidden argument*/NULL);
		uint32_t L_402 = V_4;
		uint32_t L_403 = V_1;
		uint32_t L_404 = V_2;
		UInt32U5BU5D_t2770800703* L_405 = __this->get__X_5();
		NullCheck(L_405);
		int32_t L_406 = 6;
		uint32_t L_407 = (L_405)->GetAt(static_cast<il2cpp_array_size_t>(L_406));
		RIPEMD160Managed_II_m1560285116(__this, (&V_3), L_402, (&V_0), L_403, L_404, L_407, 5, /*hidden argument*/NULL);
		uint32_t L_408 = V_3;
		uint32_t L_409 = V_0;
		uint32_t L_410 = V_1;
		UInt32U5BU5D_t2770800703* L_411 = __this->get__X_5();
		NullCheck(L_411);
		int32_t L_412 = 2;
		uint32_t L_413 = (L_411)->GetAt(static_cast<il2cpp_array_size_t>(L_412));
		RIPEMD160Managed_II_m1560285116(__this, (&V_2), L_408, (&V_4), L_409, L_410, L_413, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_414 = V_2;
		uint32_t L_415 = V_4;
		uint32_t L_416 = V_0;
		UInt32U5BU5D_t2770800703* L_417 = __this->get__X_5();
		NullCheck(L_417);
		int32_t L_418 = 4;
		uint32_t L_419 = (L_417)->GetAt(static_cast<il2cpp_array_size_t>(L_418));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_1), L_414, (&V_3), L_415, L_416, L_419, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_420 = V_1;
		uint32_t L_421 = V_3;
		uint32_t L_422 = V_4;
		UInt32U5BU5D_t2770800703* L_423 = __this->get__X_5();
		NullCheck(L_423);
		int32_t L_424 = 0;
		uint32_t L_425 = (L_423)->GetAt(static_cast<il2cpp_array_size_t>(L_424));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_0), L_420, (&V_2), L_421, L_422, L_425, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_426 = V_0;
		uint32_t L_427 = V_2;
		uint32_t L_428 = V_3;
		UInt32U5BU5D_t2770800703* L_429 = __this->get__X_5();
		NullCheck(L_429);
		int32_t L_430 = 5;
		uint32_t L_431 = (L_429)->GetAt(static_cast<il2cpp_array_size_t>(L_430));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_4), L_426, (&V_1), L_427, L_428, L_431, 5, /*hidden argument*/NULL);
		uint32_t L_432 = V_4;
		uint32_t L_433 = V_1;
		uint32_t L_434 = V_2;
		UInt32U5BU5D_t2770800703* L_435 = __this->get__X_5();
		NullCheck(L_435);
		int32_t L_436 = ((int32_t)9);
		uint32_t L_437 = (L_435)->GetAt(static_cast<il2cpp_array_size_t>(L_436));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_3), L_432, (&V_0), L_433, L_434, L_437, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_438 = V_3;
		uint32_t L_439 = V_0;
		uint32_t L_440 = V_1;
		UInt32U5BU5D_t2770800703* L_441 = __this->get__X_5();
		NullCheck(L_441);
		int32_t L_442 = 7;
		uint32_t L_443 = (L_441)->GetAt(static_cast<il2cpp_array_size_t>(L_442));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_2), L_438, (&V_4), L_439, L_440, L_443, 6, /*hidden argument*/NULL);
		uint32_t L_444 = V_2;
		uint32_t L_445 = V_4;
		uint32_t L_446 = V_0;
		UInt32U5BU5D_t2770800703* L_447 = __this->get__X_5();
		NullCheck(L_447);
		int32_t L_448 = ((int32_t)12);
		uint32_t L_449 = (L_447)->GetAt(static_cast<il2cpp_array_size_t>(L_448));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_1), L_444, (&V_3), L_445, L_446, L_449, 8, /*hidden argument*/NULL);
		uint32_t L_450 = V_1;
		uint32_t L_451 = V_3;
		uint32_t L_452 = V_4;
		UInt32U5BU5D_t2770800703* L_453 = __this->get__X_5();
		NullCheck(L_453);
		int32_t L_454 = 2;
		uint32_t L_455 = (L_453)->GetAt(static_cast<il2cpp_array_size_t>(L_454));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_0), L_450, (&V_2), L_451, L_452, L_455, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_456 = V_0;
		uint32_t L_457 = V_2;
		uint32_t L_458 = V_3;
		UInt32U5BU5D_t2770800703* L_459 = __this->get__X_5();
		NullCheck(L_459);
		int32_t L_460 = ((int32_t)10);
		uint32_t L_461 = (L_459)->GetAt(static_cast<il2cpp_array_size_t>(L_460));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_4), L_456, (&V_1), L_457, L_458, L_461, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_462 = V_4;
		uint32_t L_463 = V_1;
		uint32_t L_464 = V_2;
		UInt32U5BU5D_t2770800703* L_465 = __this->get__X_5();
		NullCheck(L_465);
		int32_t L_466 = ((int32_t)14);
		uint32_t L_467 = (L_465)->GetAt(static_cast<il2cpp_array_size_t>(L_466));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_3), L_462, (&V_0), L_463, L_464, L_467, 5, /*hidden argument*/NULL);
		uint32_t L_468 = V_3;
		uint32_t L_469 = V_0;
		uint32_t L_470 = V_1;
		UInt32U5BU5D_t2770800703* L_471 = __this->get__X_5();
		NullCheck(L_471);
		int32_t L_472 = 1;
		uint32_t L_473 = (L_471)->GetAt(static_cast<il2cpp_array_size_t>(L_472));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_2), L_468, (&V_4), L_469, L_470, L_473, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_474 = V_2;
		uint32_t L_475 = V_4;
		uint32_t L_476 = V_0;
		UInt32U5BU5D_t2770800703* L_477 = __this->get__X_5();
		NullCheck(L_477);
		int32_t L_478 = 3;
		uint32_t L_479 = (L_477)->GetAt(static_cast<il2cpp_array_size_t>(L_478));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_1), L_474, (&V_3), L_475, L_476, L_479, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_480 = V_1;
		uint32_t L_481 = V_3;
		uint32_t L_482 = V_4;
		UInt32U5BU5D_t2770800703* L_483 = __this->get__X_5();
		NullCheck(L_483);
		int32_t L_484 = 8;
		uint32_t L_485 = (L_483)->GetAt(static_cast<il2cpp_array_size_t>(L_484));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_0), L_480, (&V_2), L_481, L_482, L_485, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_486 = V_0;
		uint32_t L_487 = V_2;
		uint32_t L_488 = V_3;
		UInt32U5BU5D_t2770800703* L_489 = __this->get__X_5();
		NullCheck(L_489);
		int32_t L_490 = ((int32_t)11);
		uint32_t L_491 = (L_489)->GetAt(static_cast<il2cpp_array_size_t>(L_490));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_4), L_486, (&V_1), L_487, L_488, L_491, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_492 = V_4;
		uint32_t L_493 = V_1;
		uint32_t L_494 = V_2;
		UInt32U5BU5D_t2770800703* L_495 = __this->get__X_5();
		NullCheck(L_495);
		int32_t L_496 = 6;
		uint32_t L_497 = (L_495)->GetAt(static_cast<il2cpp_array_size_t>(L_496));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_3), L_492, (&V_0), L_493, L_494, L_497, 8, /*hidden argument*/NULL);
		uint32_t L_498 = V_3;
		uint32_t L_499 = V_0;
		uint32_t L_500 = V_1;
		UInt32U5BU5D_t2770800703* L_501 = __this->get__X_5();
		NullCheck(L_501);
		int32_t L_502 = ((int32_t)15);
		uint32_t L_503 = (L_501)->GetAt(static_cast<il2cpp_array_size_t>(L_502));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_2), L_498, (&V_4), L_499, L_500, L_503, 5, /*hidden argument*/NULL);
		uint32_t L_504 = V_2;
		uint32_t L_505 = V_4;
		uint32_t L_506 = V_0;
		UInt32U5BU5D_t2770800703* L_507 = __this->get__X_5();
		NullCheck(L_507);
		int32_t L_508 = ((int32_t)13);
		uint32_t L_509 = (L_507)->GetAt(static_cast<il2cpp_array_size_t>(L_508));
		RIPEMD160Managed_JJ_m112143231(__this, (&V_1), L_504, (&V_3), L_505, L_506, L_509, 6, /*hidden argument*/NULL);
		uint32_t L_510 = V_6;
		uint32_t L_511 = V_8;
		uint32_t L_512 = V_9;
		UInt32U5BU5D_t2770800703* L_513 = __this->get__X_5();
		NullCheck(L_513);
		int32_t L_514 = 5;
		uint32_t L_515 = (L_513)->GetAt(static_cast<il2cpp_array_size_t>(L_514));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_5), L_510, (&V_7), L_511, L_512, L_515, 8, /*hidden argument*/NULL);
		uint32_t L_516 = V_5;
		uint32_t L_517 = V_7;
		uint32_t L_518 = V_8;
		UInt32U5BU5D_t2770800703* L_519 = __this->get__X_5();
		NullCheck(L_519);
		int32_t L_520 = ((int32_t)14);
		uint32_t L_521 = (L_519)->GetAt(static_cast<il2cpp_array_size_t>(L_520));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_9), L_516, (&V_6), L_517, L_518, L_521, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_522 = V_9;
		uint32_t L_523 = V_6;
		uint32_t L_524 = V_7;
		UInt32U5BU5D_t2770800703* L_525 = __this->get__X_5();
		NullCheck(L_525);
		int32_t L_526 = 7;
		uint32_t L_527 = (L_525)->GetAt(static_cast<il2cpp_array_size_t>(L_526));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_8), L_522, (&V_5), L_523, L_524, L_527, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_528 = V_8;
		uint32_t L_529 = V_5;
		uint32_t L_530 = V_6;
		UInt32U5BU5D_t2770800703* L_531 = __this->get__X_5();
		NullCheck(L_531);
		int32_t L_532 = 0;
		uint32_t L_533 = (L_531)->GetAt(static_cast<il2cpp_array_size_t>(L_532));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_7), L_528, (&V_9), L_529, L_530, L_533, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_534 = V_7;
		uint32_t L_535 = V_9;
		uint32_t L_536 = V_5;
		UInt32U5BU5D_t2770800703* L_537 = __this->get__X_5();
		NullCheck(L_537);
		int32_t L_538 = ((int32_t)9);
		uint32_t L_539 = (L_537)->GetAt(static_cast<il2cpp_array_size_t>(L_538));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_6), L_534, (&V_8), L_535, L_536, L_539, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_540 = V_6;
		uint32_t L_541 = V_8;
		uint32_t L_542 = V_9;
		UInt32U5BU5D_t2770800703* L_543 = __this->get__X_5();
		NullCheck(L_543);
		int32_t L_544 = 2;
		uint32_t L_545 = (L_543)->GetAt(static_cast<il2cpp_array_size_t>(L_544));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_5), L_540, (&V_7), L_541, L_542, L_545, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_546 = V_5;
		uint32_t L_547 = V_7;
		uint32_t L_548 = V_8;
		UInt32U5BU5D_t2770800703* L_549 = __this->get__X_5();
		NullCheck(L_549);
		int32_t L_550 = ((int32_t)11);
		uint32_t L_551 = (L_549)->GetAt(static_cast<il2cpp_array_size_t>(L_550));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_9), L_546, (&V_6), L_547, L_548, L_551, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_552 = V_9;
		uint32_t L_553 = V_6;
		uint32_t L_554 = V_7;
		UInt32U5BU5D_t2770800703* L_555 = __this->get__X_5();
		NullCheck(L_555);
		int32_t L_556 = 4;
		uint32_t L_557 = (L_555)->GetAt(static_cast<il2cpp_array_size_t>(L_556));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_8), L_552, (&V_5), L_553, L_554, L_557, 5, /*hidden argument*/NULL);
		uint32_t L_558 = V_8;
		uint32_t L_559 = V_5;
		uint32_t L_560 = V_6;
		UInt32U5BU5D_t2770800703* L_561 = __this->get__X_5();
		NullCheck(L_561);
		int32_t L_562 = ((int32_t)13);
		uint32_t L_563 = (L_561)->GetAt(static_cast<il2cpp_array_size_t>(L_562));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_7), L_558, (&V_9), L_559, L_560, L_563, 7, /*hidden argument*/NULL);
		uint32_t L_564 = V_7;
		uint32_t L_565 = V_9;
		uint32_t L_566 = V_5;
		UInt32U5BU5D_t2770800703* L_567 = __this->get__X_5();
		NullCheck(L_567);
		int32_t L_568 = 6;
		uint32_t L_569 = (L_567)->GetAt(static_cast<il2cpp_array_size_t>(L_568));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_6), L_564, (&V_8), L_565, L_566, L_569, 7, /*hidden argument*/NULL);
		uint32_t L_570 = V_6;
		uint32_t L_571 = V_8;
		uint32_t L_572 = V_9;
		UInt32U5BU5D_t2770800703* L_573 = __this->get__X_5();
		NullCheck(L_573);
		int32_t L_574 = ((int32_t)15);
		uint32_t L_575 = (L_573)->GetAt(static_cast<il2cpp_array_size_t>(L_574));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_5), L_570, (&V_7), L_571, L_572, L_575, 8, /*hidden argument*/NULL);
		uint32_t L_576 = V_5;
		uint32_t L_577 = V_7;
		uint32_t L_578 = V_8;
		UInt32U5BU5D_t2770800703* L_579 = __this->get__X_5();
		NullCheck(L_579);
		int32_t L_580 = 8;
		uint32_t L_581 = (L_579)->GetAt(static_cast<il2cpp_array_size_t>(L_580));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_9), L_576, (&V_6), L_577, L_578, L_581, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_582 = V_9;
		uint32_t L_583 = V_6;
		uint32_t L_584 = V_7;
		UInt32U5BU5D_t2770800703* L_585 = __this->get__X_5();
		NullCheck(L_585);
		int32_t L_586 = 1;
		uint32_t L_587 = (L_585)->GetAt(static_cast<il2cpp_array_size_t>(L_586));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_8), L_582, (&V_5), L_583, L_584, L_587, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_588 = V_8;
		uint32_t L_589 = V_5;
		uint32_t L_590 = V_6;
		UInt32U5BU5D_t2770800703* L_591 = __this->get__X_5();
		NullCheck(L_591);
		int32_t L_592 = ((int32_t)10);
		uint32_t L_593 = (L_591)->GetAt(static_cast<il2cpp_array_size_t>(L_592));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_7), L_588, (&V_9), L_589, L_590, L_593, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_594 = V_7;
		uint32_t L_595 = V_9;
		uint32_t L_596 = V_5;
		UInt32U5BU5D_t2770800703* L_597 = __this->get__X_5();
		NullCheck(L_597);
		int32_t L_598 = 3;
		uint32_t L_599 = (L_597)->GetAt(static_cast<il2cpp_array_size_t>(L_598));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_6), L_594, (&V_8), L_595, L_596, L_599, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_600 = V_6;
		uint32_t L_601 = V_8;
		uint32_t L_602 = V_9;
		UInt32U5BU5D_t2770800703* L_603 = __this->get__X_5();
		NullCheck(L_603);
		int32_t L_604 = ((int32_t)12);
		uint32_t L_605 = (L_603)->GetAt(static_cast<il2cpp_array_size_t>(L_604));
		RIPEMD160Managed_JJJ_m4161373884(__this, (&V_5), L_600, (&V_7), L_601, L_602, L_605, 6, /*hidden argument*/NULL);
		uint32_t L_606 = V_5;
		uint32_t L_607 = V_7;
		uint32_t L_608 = V_8;
		UInt32U5BU5D_t2770800703* L_609 = __this->get__X_5();
		NullCheck(L_609);
		int32_t L_610 = 6;
		uint32_t L_611 = (L_609)->GetAt(static_cast<il2cpp_array_size_t>(L_610));
		RIPEMD160Managed_III_m3606824266(__this, (&V_9), L_606, (&V_6), L_607, L_608, L_611, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_612 = V_9;
		uint32_t L_613 = V_6;
		uint32_t L_614 = V_7;
		UInt32U5BU5D_t2770800703* L_615 = __this->get__X_5();
		NullCheck(L_615);
		int32_t L_616 = ((int32_t)11);
		uint32_t L_617 = (L_615)->GetAt(static_cast<il2cpp_array_size_t>(L_616));
		RIPEMD160Managed_III_m3606824266(__this, (&V_8), L_612, (&V_5), L_613, L_614, L_617, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_618 = V_8;
		uint32_t L_619 = V_5;
		uint32_t L_620 = V_6;
		UInt32U5BU5D_t2770800703* L_621 = __this->get__X_5();
		NullCheck(L_621);
		int32_t L_622 = 3;
		uint32_t L_623 = (L_621)->GetAt(static_cast<il2cpp_array_size_t>(L_622));
		RIPEMD160Managed_III_m3606824266(__this, (&V_7), L_618, (&V_9), L_619, L_620, L_623, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_624 = V_7;
		uint32_t L_625 = V_9;
		uint32_t L_626 = V_5;
		UInt32U5BU5D_t2770800703* L_627 = __this->get__X_5();
		NullCheck(L_627);
		int32_t L_628 = 7;
		uint32_t L_629 = (L_627)->GetAt(static_cast<il2cpp_array_size_t>(L_628));
		RIPEMD160Managed_III_m3606824266(__this, (&V_6), L_624, (&V_8), L_625, L_626, L_629, 7, /*hidden argument*/NULL);
		uint32_t L_630 = V_6;
		uint32_t L_631 = V_8;
		uint32_t L_632 = V_9;
		UInt32U5BU5D_t2770800703* L_633 = __this->get__X_5();
		NullCheck(L_633);
		int32_t L_634 = 0;
		uint32_t L_635 = (L_633)->GetAt(static_cast<il2cpp_array_size_t>(L_634));
		RIPEMD160Managed_III_m3606824266(__this, (&V_5), L_630, (&V_7), L_631, L_632, L_635, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_636 = V_5;
		uint32_t L_637 = V_7;
		uint32_t L_638 = V_8;
		UInt32U5BU5D_t2770800703* L_639 = __this->get__X_5();
		NullCheck(L_639);
		int32_t L_640 = ((int32_t)13);
		uint32_t L_641 = (L_639)->GetAt(static_cast<il2cpp_array_size_t>(L_640));
		RIPEMD160Managed_III_m3606824266(__this, (&V_9), L_636, (&V_6), L_637, L_638, L_641, 8, /*hidden argument*/NULL);
		uint32_t L_642 = V_9;
		uint32_t L_643 = V_6;
		uint32_t L_644 = V_7;
		UInt32U5BU5D_t2770800703* L_645 = __this->get__X_5();
		NullCheck(L_645);
		int32_t L_646 = 5;
		uint32_t L_647 = (L_645)->GetAt(static_cast<il2cpp_array_size_t>(L_646));
		RIPEMD160Managed_III_m3606824266(__this, (&V_8), L_642, (&V_5), L_643, L_644, L_647, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_648 = V_8;
		uint32_t L_649 = V_5;
		uint32_t L_650 = V_6;
		UInt32U5BU5D_t2770800703* L_651 = __this->get__X_5();
		NullCheck(L_651);
		int32_t L_652 = ((int32_t)10);
		uint32_t L_653 = (L_651)->GetAt(static_cast<il2cpp_array_size_t>(L_652));
		RIPEMD160Managed_III_m3606824266(__this, (&V_7), L_648, (&V_9), L_649, L_650, L_653, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_654 = V_7;
		uint32_t L_655 = V_9;
		uint32_t L_656 = V_5;
		UInt32U5BU5D_t2770800703* L_657 = __this->get__X_5();
		NullCheck(L_657);
		int32_t L_658 = ((int32_t)14);
		uint32_t L_659 = (L_657)->GetAt(static_cast<il2cpp_array_size_t>(L_658));
		RIPEMD160Managed_III_m3606824266(__this, (&V_6), L_654, (&V_8), L_655, L_656, L_659, 7, /*hidden argument*/NULL);
		uint32_t L_660 = V_6;
		uint32_t L_661 = V_8;
		uint32_t L_662 = V_9;
		UInt32U5BU5D_t2770800703* L_663 = __this->get__X_5();
		NullCheck(L_663);
		int32_t L_664 = ((int32_t)15);
		uint32_t L_665 = (L_663)->GetAt(static_cast<il2cpp_array_size_t>(L_664));
		RIPEMD160Managed_III_m3606824266(__this, (&V_5), L_660, (&V_7), L_661, L_662, L_665, 7, /*hidden argument*/NULL);
		uint32_t L_666 = V_5;
		uint32_t L_667 = V_7;
		uint32_t L_668 = V_8;
		UInt32U5BU5D_t2770800703* L_669 = __this->get__X_5();
		NullCheck(L_669);
		int32_t L_670 = 8;
		uint32_t L_671 = (L_669)->GetAt(static_cast<il2cpp_array_size_t>(L_670));
		RIPEMD160Managed_III_m3606824266(__this, (&V_9), L_666, (&V_6), L_667, L_668, L_671, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_672 = V_9;
		uint32_t L_673 = V_6;
		uint32_t L_674 = V_7;
		UInt32U5BU5D_t2770800703* L_675 = __this->get__X_5();
		NullCheck(L_675);
		int32_t L_676 = ((int32_t)12);
		uint32_t L_677 = (L_675)->GetAt(static_cast<il2cpp_array_size_t>(L_676));
		RIPEMD160Managed_III_m3606824266(__this, (&V_8), L_672, (&V_5), L_673, L_674, L_677, 7, /*hidden argument*/NULL);
		uint32_t L_678 = V_8;
		uint32_t L_679 = V_5;
		uint32_t L_680 = V_6;
		UInt32U5BU5D_t2770800703* L_681 = __this->get__X_5();
		NullCheck(L_681);
		int32_t L_682 = 4;
		uint32_t L_683 = (L_681)->GetAt(static_cast<il2cpp_array_size_t>(L_682));
		RIPEMD160Managed_III_m3606824266(__this, (&V_7), L_678, (&V_9), L_679, L_680, L_683, 6, /*hidden argument*/NULL);
		uint32_t L_684 = V_7;
		uint32_t L_685 = V_9;
		uint32_t L_686 = V_5;
		UInt32U5BU5D_t2770800703* L_687 = __this->get__X_5();
		NullCheck(L_687);
		int32_t L_688 = ((int32_t)9);
		uint32_t L_689 = (L_687)->GetAt(static_cast<il2cpp_array_size_t>(L_688));
		RIPEMD160Managed_III_m3606824266(__this, (&V_6), L_684, (&V_8), L_685, L_686, L_689, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_690 = V_6;
		uint32_t L_691 = V_8;
		uint32_t L_692 = V_9;
		UInt32U5BU5D_t2770800703* L_693 = __this->get__X_5();
		NullCheck(L_693);
		int32_t L_694 = 1;
		uint32_t L_695 = (L_693)->GetAt(static_cast<il2cpp_array_size_t>(L_694));
		RIPEMD160Managed_III_m3606824266(__this, (&V_5), L_690, (&V_7), L_691, L_692, L_695, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_696 = V_5;
		uint32_t L_697 = V_7;
		uint32_t L_698 = V_8;
		UInt32U5BU5D_t2770800703* L_699 = __this->get__X_5();
		NullCheck(L_699);
		int32_t L_700 = 2;
		uint32_t L_701 = (L_699)->GetAt(static_cast<il2cpp_array_size_t>(L_700));
		RIPEMD160Managed_III_m3606824266(__this, (&V_9), L_696, (&V_6), L_697, L_698, L_701, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_702 = V_9;
		uint32_t L_703 = V_6;
		uint32_t L_704 = V_7;
		UInt32U5BU5D_t2770800703* L_705 = __this->get__X_5();
		NullCheck(L_705);
		int32_t L_706 = ((int32_t)15);
		uint32_t L_707 = (L_705)->GetAt(static_cast<il2cpp_array_size_t>(L_706));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_8), L_702, (&V_5), L_703, L_704, L_707, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_708 = V_8;
		uint32_t L_709 = V_5;
		uint32_t L_710 = V_6;
		UInt32U5BU5D_t2770800703* L_711 = __this->get__X_5();
		NullCheck(L_711);
		int32_t L_712 = 5;
		uint32_t L_713 = (L_711)->GetAt(static_cast<il2cpp_array_size_t>(L_712));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_7), L_708, (&V_9), L_709, L_710, L_713, 7, /*hidden argument*/NULL);
		uint32_t L_714 = V_7;
		uint32_t L_715 = V_9;
		uint32_t L_716 = V_5;
		UInt32U5BU5D_t2770800703* L_717 = __this->get__X_5();
		NullCheck(L_717);
		int32_t L_718 = 1;
		uint32_t L_719 = (L_717)->GetAt(static_cast<il2cpp_array_size_t>(L_718));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_6), L_714, (&V_8), L_715, L_716, L_719, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_720 = V_6;
		uint32_t L_721 = V_8;
		uint32_t L_722 = V_9;
		UInt32U5BU5D_t2770800703* L_723 = __this->get__X_5();
		NullCheck(L_723);
		int32_t L_724 = 3;
		uint32_t L_725 = (L_723)->GetAt(static_cast<il2cpp_array_size_t>(L_724));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_5), L_720, (&V_7), L_721, L_722, L_725, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_726 = V_5;
		uint32_t L_727 = V_7;
		uint32_t L_728 = V_8;
		UInt32U5BU5D_t2770800703* L_729 = __this->get__X_5();
		NullCheck(L_729);
		int32_t L_730 = 7;
		uint32_t L_731 = (L_729)->GetAt(static_cast<il2cpp_array_size_t>(L_730));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_9), L_726, (&V_6), L_727, L_728, L_731, 8, /*hidden argument*/NULL);
		uint32_t L_732 = V_9;
		uint32_t L_733 = V_6;
		uint32_t L_734 = V_7;
		UInt32U5BU5D_t2770800703* L_735 = __this->get__X_5();
		NullCheck(L_735);
		int32_t L_736 = ((int32_t)14);
		uint32_t L_737 = (L_735)->GetAt(static_cast<il2cpp_array_size_t>(L_736));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_8), L_732, (&V_5), L_733, L_734, L_737, 6, /*hidden argument*/NULL);
		uint32_t L_738 = V_8;
		uint32_t L_739 = V_5;
		uint32_t L_740 = V_6;
		UInt32U5BU5D_t2770800703* L_741 = __this->get__X_5();
		NullCheck(L_741);
		int32_t L_742 = 6;
		uint32_t L_743 = (L_741)->GetAt(static_cast<il2cpp_array_size_t>(L_742));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_7), L_738, (&V_9), L_739, L_740, L_743, 6, /*hidden argument*/NULL);
		uint32_t L_744 = V_7;
		uint32_t L_745 = V_9;
		uint32_t L_746 = V_5;
		UInt32U5BU5D_t2770800703* L_747 = __this->get__X_5();
		NullCheck(L_747);
		int32_t L_748 = ((int32_t)9);
		uint32_t L_749 = (L_747)->GetAt(static_cast<il2cpp_array_size_t>(L_748));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_6), L_744, (&V_8), L_745, L_746, L_749, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_750 = V_6;
		uint32_t L_751 = V_8;
		uint32_t L_752 = V_9;
		UInt32U5BU5D_t2770800703* L_753 = __this->get__X_5();
		NullCheck(L_753);
		int32_t L_754 = ((int32_t)11);
		uint32_t L_755 = (L_753)->GetAt(static_cast<il2cpp_array_size_t>(L_754));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_5), L_750, (&V_7), L_751, L_752, L_755, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_756 = V_5;
		uint32_t L_757 = V_7;
		uint32_t L_758 = V_8;
		UInt32U5BU5D_t2770800703* L_759 = __this->get__X_5();
		NullCheck(L_759);
		int32_t L_760 = 8;
		uint32_t L_761 = (L_759)->GetAt(static_cast<il2cpp_array_size_t>(L_760));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_9), L_756, (&V_6), L_757, L_758, L_761, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_762 = V_9;
		uint32_t L_763 = V_6;
		uint32_t L_764 = V_7;
		UInt32U5BU5D_t2770800703* L_765 = __this->get__X_5();
		NullCheck(L_765);
		int32_t L_766 = ((int32_t)12);
		uint32_t L_767 = (L_765)->GetAt(static_cast<il2cpp_array_size_t>(L_766));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_8), L_762, (&V_5), L_763, L_764, L_767, 5, /*hidden argument*/NULL);
		uint32_t L_768 = V_8;
		uint32_t L_769 = V_5;
		uint32_t L_770 = V_6;
		UInt32U5BU5D_t2770800703* L_771 = __this->get__X_5();
		NullCheck(L_771);
		int32_t L_772 = 2;
		uint32_t L_773 = (L_771)->GetAt(static_cast<il2cpp_array_size_t>(L_772));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_7), L_768, (&V_9), L_769, L_770, L_773, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_774 = V_7;
		uint32_t L_775 = V_9;
		uint32_t L_776 = V_5;
		UInt32U5BU5D_t2770800703* L_777 = __this->get__X_5();
		NullCheck(L_777);
		int32_t L_778 = ((int32_t)10);
		uint32_t L_779 = (L_777)->GetAt(static_cast<il2cpp_array_size_t>(L_778));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_6), L_774, (&V_8), L_775, L_776, L_779, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_780 = V_6;
		uint32_t L_781 = V_8;
		uint32_t L_782 = V_9;
		UInt32U5BU5D_t2770800703* L_783 = __this->get__X_5();
		NullCheck(L_783);
		int32_t L_784 = 0;
		uint32_t L_785 = (L_783)->GetAt(static_cast<il2cpp_array_size_t>(L_784));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_5), L_780, (&V_7), L_781, L_782, L_785, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_786 = V_5;
		uint32_t L_787 = V_7;
		uint32_t L_788 = V_8;
		UInt32U5BU5D_t2770800703* L_789 = __this->get__X_5();
		NullCheck(L_789);
		int32_t L_790 = 4;
		uint32_t L_791 = (L_789)->GetAt(static_cast<il2cpp_array_size_t>(L_790));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_9), L_786, (&V_6), L_787, L_788, L_791, 7, /*hidden argument*/NULL);
		uint32_t L_792 = V_9;
		uint32_t L_793 = V_6;
		uint32_t L_794 = V_7;
		UInt32U5BU5D_t2770800703* L_795 = __this->get__X_5();
		NullCheck(L_795);
		int32_t L_796 = ((int32_t)13);
		uint32_t L_797 = (L_795)->GetAt(static_cast<il2cpp_array_size_t>(L_796));
		RIPEMD160Managed_HHH_m2839246531(__this, (&V_8), L_792, (&V_5), L_793, L_794, L_797, 5, /*hidden argument*/NULL);
		uint32_t L_798 = V_8;
		uint32_t L_799 = V_5;
		uint32_t L_800 = V_6;
		UInt32U5BU5D_t2770800703* L_801 = __this->get__X_5();
		NullCheck(L_801);
		int32_t L_802 = 8;
		uint32_t L_803 = (L_801)->GetAt(static_cast<il2cpp_array_size_t>(L_802));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_7), L_798, (&V_9), L_799, L_800, L_803, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_804 = V_7;
		uint32_t L_805 = V_9;
		uint32_t L_806 = V_5;
		UInt32U5BU5D_t2770800703* L_807 = __this->get__X_5();
		NullCheck(L_807);
		int32_t L_808 = 6;
		uint32_t L_809 = (L_807)->GetAt(static_cast<il2cpp_array_size_t>(L_808));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_6), L_804, (&V_8), L_805, L_806, L_809, 5, /*hidden argument*/NULL);
		uint32_t L_810 = V_6;
		uint32_t L_811 = V_8;
		uint32_t L_812 = V_9;
		UInt32U5BU5D_t2770800703* L_813 = __this->get__X_5();
		NullCheck(L_813);
		int32_t L_814 = 4;
		uint32_t L_815 = (L_813)->GetAt(static_cast<il2cpp_array_size_t>(L_814));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_5), L_810, (&V_7), L_811, L_812, L_815, 8, /*hidden argument*/NULL);
		uint32_t L_816 = V_5;
		uint32_t L_817 = V_7;
		uint32_t L_818 = V_8;
		UInt32U5BU5D_t2770800703* L_819 = __this->get__X_5();
		NullCheck(L_819);
		int32_t L_820 = 1;
		uint32_t L_821 = (L_819)->GetAt(static_cast<il2cpp_array_size_t>(L_820));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_9), L_816, (&V_6), L_817, L_818, L_821, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_822 = V_9;
		uint32_t L_823 = V_6;
		uint32_t L_824 = V_7;
		UInt32U5BU5D_t2770800703* L_825 = __this->get__X_5();
		NullCheck(L_825);
		int32_t L_826 = 3;
		uint32_t L_827 = (L_825)->GetAt(static_cast<il2cpp_array_size_t>(L_826));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_8), L_822, (&V_5), L_823, L_824, L_827, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_828 = V_8;
		uint32_t L_829 = V_5;
		uint32_t L_830 = V_6;
		UInt32U5BU5D_t2770800703* L_831 = __this->get__X_5();
		NullCheck(L_831);
		int32_t L_832 = ((int32_t)11);
		uint32_t L_833 = (L_831)->GetAt(static_cast<il2cpp_array_size_t>(L_832));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_7), L_828, (&V_9), L_829, L_830, L_833, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_834 = V_7;
		uint32_t L_835 = V_9;
		uint32_t L_836 = V_5;
		UInt32U5BU5D_t2770800703* L_837 = __this->get__X_5();
		NullCheck(L_837);
		int32_t L_838 = ((int32_t)15);
		uint32_t L_839 = (L_837)->GetAt(static_cast<il2cpp_array_size_t>(L_838));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_6), L_834, (&V_8), L_835, L_836, L_839, 6, /*hidden argument*/NULL);
		uint32_t L_840 = V_6;
		uint32_t L_841 = V_8;
		uint32_t L_842 = V_9;
		UInt32U5BU5D_t2770800703* L_843 = __this->get__X_5();
		NullCheck(L_843);
		int32_t L_844 = 0;
		uint32_t L_845 = (L_843)->GetAt(static_cast<il2cpp_array_size_t>(L_844));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_5), L_840, (&V_7), L_841, L_842, L_845, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_846 = V_5;
		uint32_t L_847 = V_7;
		uint32_t L_848 = V_8;
		UInt32U5BU5D_t2770800703* L_849 = __this->get__X_5();
		NullCheck(L_849);
		int32_t L_850 = 5;
		uint32_t L_851 = (L_849)->GetAt(static_cast<il2cpp_array_size_t>(L_850));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_9), L_846, (&V_6), L_847, L_848, L_851, 6, /*hidden argument*/NULL);
		uint32_t L_852 = V_9;
		uint32_t L_853 = V_6;
		uint32_t L_854 = V_7;
		UInt32U5BU5D_t2770800703* L_855 = __this->get__X_5();
		NullCheck(L_855);
		int32_t L_856 = ((int32_t)12);
		uint32_t L_857 = (L_855)->GetAt(static_cast<il2cpp_array_size_t>(L_856));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_8), L_852, (&V_5), L_853, L_854, L_857, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_858 = V_8;
		uint32_t L_859 = V_5;
		uint32_t L_860 = V_6;
		UInt32U5BU5D_t2770800703* L_861 = __this->get__X_5();
		NullCheck(L_861);
		int32_t L_862 = 2;
		uint32_t L_863 = (L_861)->GetAt(static_cast<il2cpp_array_size_t>(L_862));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_7), L_858, (&V_9), L_859, L_860, L_863, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_864 = V_7;
		uint32_t L_865 = V_9;
		uint32_t L_866 = V_5;
		UInt32U5BU5D_t2770800703* L_867 = __this->get__X_5();
		NullCheck(L_867);
		int32_t L_868 = ((int32_t)13);
		uint32_t L_869 = (L_867)->GetAt(static_cast<il2cpp_array_size_t>(L_868));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_6), L_864, (&V_8), L_865, L_866, L_869, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_870 = V_6;
		uint32_t L_871 = V_8;
		uint32_t L_872 = V_9;
		UInt32U5BU5D_t2770800703* L_873 = __this->get__X_5();
		NullCheck(L_873);
		int32_t L_874 = ((int32_t)9);
		uint32_t L_875 = (L_873)->GetAt(static_cast<il2cpp_array_size_t>(L_874));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_5), L_870, (&V_7), L_871, L_872, L_875, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_876 = V_5;
		uint32_t L_877 = V_7;
		uint32_t L_878 = V_8;
		UInt32U5BU5D_t2770800703* L_879 = __this->get__X_5();
		NullCheck(L_879);
		int32_t L_880 = 7;
		uint32_t L_881 = (L_879)->GetAt(static_cast<il2cpp_array_size_t>(L_880));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_9), L_876, (&V_6), L_877, L_878, L_881, 5, /*hidden argument*/NULL);
		uint32_t L_882 = V_9;
		uint32_t L_883 = V_6;
		uint32_t L_884 = V_7;
		UInt32U5BU5D_t2770800703* L_885 = __this->get__X_5();
		NullCheck(L_885);
		int32_t L_886 = ((int32_t)10);
		uint32_t L_887 = (L_885)->GetAt(static_cast<il2cpp_array_size_t>(L_886));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_8), L_882, (&V_5), L_883, L_884, L_887, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_888 = V_8;
		uint32_t L_889 = V_5;
		uint32_t L_890 = V_6;
		UInt32U5BU5D_t2770800703* L_891 = __this->get__X_5();
		NullCheck(L_891);
		int32_t L_892 = ((int32_t)14);
		uint32_t L_893 = (L_891)->GetAt(static_cast<il2cpp_array_size_t>(L_892));
		RIPEMD160Managed_GGG_m1715572318(__this, (&V_7), L_888, (&V_9), L_889, L_890, L_893, 8, /*hidden argument*/NULL);
		uint32_t L_894 = V_7;
		uint32_t L_895 = V_9;
		uint32_t L_896 = V_5;
		UInt32U5BU5D_t2770800703* L_897 = __this->get__X_5();
		NullCheck(L_897);
		int32_t L_898 = ((int32_t)12);
		uint32_t L_899 = (L_897)->GetAt(static_cast<il2cpp_array_size_t>(L_898));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_6), L_894, (&V_8), L_895, L_896, L_899, 8, /*hidden argument*/NULL);
		uint32_t L_900 = V_6;
		uint32_t L_901 = V_8;
		uint32_t L_902 = V_9;
		UInt32U5BU5D_t2770800703* L_903 = __this->get__X_5();
		NullCheck(L_903);
		int32_t L_904 = ((int32_t)15);
		uint32_t L_905 = (L_903)->GetAt(static_cast<il2cpp_array_size_t>(L_904));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_5), L_900, (&V_7), L_901, L_902, L_905, 5, /*hidden argument*/NULL);
		uint32_t L_906 = V_5;
		uint32_t L_907 = V_7;
		uint32_t L_908 = V_8;
		UInt32U5BU5D_t2770800703* L_909 = __this->get__X_5();
		NullCheck(L_909);
		int32_t L_910 = ((int32_t)10);
		uint32_t L_911 = (L_909)->GetAt(static_cast<il2cpp_array_size_t>(L_910));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_9), L_906, (&V_6), L_907, L_908, L_911, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_912 = V_9;
		uint32_t L_913 = V_6;
		uint32_t L_914 = V_7;
		UInt32U5BU5D_t2770800703* L_915 = __this->get__X_5();
		NullCheck(L_915);
		int32_t L_916 = 4;
		uint32_t L_917 = (L_915)->GetAt(static_cast<il2cpp_array_size_t>(L_916));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_8), L_912, (&V_5), L_913, L_914, L_917, ((int32_t)9), /*hidden argument*/NULL);
		uint32_t L_918 = V_8;
		uint32_t L_919 = V_5;
		uint32_t L_920 = V_6;
		UInt32U5BU5D_t2770800703* L_921 = __this->get__X_5();
		NullCheck(L_921);
		int32_t L_922 = 1;
		uint32_t L_923 = (L_921)->GetAt(static_cast<il2cpp_array_size_t>(L_922));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_7), L_918, (&V_9), L_919, L_920, L_923, ((int32_t)12), /*hidden argument*/NULL);
		uint32_t L_924 = V_7;
		uint32_t L_925 = V_9;
		uint32_t L_926 = V_5;
		UInt32U5BU5D_t2770800703* L_927 = __this->get__X_5();
		NullCheck(L_927);
		int32_t L_928 = 5;
		uint32_t L_929 = (L_927)->GetAt(static_cast<il2cpp_array_size_t>(L_928));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_6), L_924, (&V_8), L_925, L_926, L_929, 5, /*hidden argument*/NULL);
		uint32_t L_930 = V_6;
		uint32_t L_931 = V_8;
		uint32_t L_932 = V_9;
		UInt32U5BU5D_t2770800703* L_933 = __this->get__X_5();
		NullCheck(L_933);
		int32_t L_934 = 8;
		uint32_t L_935 = (L_933)->GetAt(static_cast<il2cpp_array_size_t>(L_934));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_5), L_930, (&V_7), L_931, L_932, L_935, ((int32_t)14), /*hidden argument*/NULL);
		uint32_t L_936 = V_5;
		uint32_t L_937 = V_7;
		uint32_t L_938 = V_8;
		UInt32U5BU5D_t2770800703* L_939 = __this->get__X_5();
		NullCheck(L_939);
		int32_t L_940 = 7;
		uint32_t L_941 = (L_939)->GetAt(static_cast<il2cpp_array_size_t>(L_940));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_9), L_936, (&V_6), L_937, L_938, L_941, 6, /*hidden argument*/NULL);
		uint32_t L_942 = V_9;
		uint32_t L_943 = V_6;
		uint32_t L_944 = V_7;
		UInt32U5BU5D_t2770800703* L_945 = __this->get__X_5();
		NullCheck(L_945);
		int32_t L_946 = 6;
		uint32_t L_947 = (L_945)->GetAt(static_cast<il2cpp_array_size_t>(L_946));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_8), L_942, (&V_5), L_943, L_944, L_947, 8, /*hidden argument*/NULL);
		uint32_t L_948 = V_8;
		uint32_t L_949 = V_5;
		uint32_t L_950 = V_6;
		UInt32U5BU5D_t2770800703* L_951 = __this->get__X_5();
		NullCheck(L_951);
		int32_t L_952 = 2;
		uint32_t L_953 = (L_951)->GetAt(static_cast<il2cpp_array_size_t>(L_952));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_7), L_948, (&V_9), L_949, L_950, L_953, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_954 = V_7;
		uint32_t L_955 = V_9;
		uint32_t L_956 = V_5;
		UInt32U5BU5D_t2770800703* L_957 = __this->get__X_5();
		NullCheck(L_957);
		int32_t L_958 = ((int32_t)13);
		uint32_t L_959 = (L_957)->GetAt(static_cast<il2cpp_array_size_t>(L_958));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_6), L_954, (&V_8), L_955, L_956, L_959, 6, /*hidden argument*/NULL);
		uint32_t L_960 = V_6;
		uint32_t L_961 = V_8;
		uint32_t L_962 = V_9;
		UInt32U5BU5D_t2770800703* L_963 = __this->get__X_5();
		NullCheck(L_963);
		int32_t L_964 = ((int32_t)14);
		uint32_t L_965 = (L_963)->GetAt(static_cast<il2cpp_array_size_t>(L_964));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_5), L_960, (&V_7), L_961, L_962, L_965, 5, /*hidden argument*/NULL);
		uint32_t L_966 = V_5;
		uint32_t L_967 = V_7;
		uint32_t L_968 = V_8;
		UInt32U5BU5D_t2770800703* L_969 = __this->get__X_5();
		NullCheck(L_969);
		int32_t L_970 = 0;
		uint32_t L_971 = (L_969)->GetAt(static_cast<il2cpp_array_size_t>(L_970));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_9), L_966, (&V_6), L_967, L_968, L_971, ((int32_t)15), /*hidden argument*/NULL);
		uint32_t L_972 = V_9;
		uint32_t L_973 = V_6;
		uint32_t L_974 = V_7;
		UInt32U5BU5D_t2770800703* L_975 = __this->get__X_5();
		NullCheck(L_975);
		int32_t L_976 = 3;
		uint32_t L_977 = (L_975)->GetAt(static_cast<il2cpp_array_size_t>(L_976));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_8), L_972, (&V_5), L_973, L_974, L_977, ((int32_t)13), /*hidden argument*/NULL);
		uint32_t L_978 = V_8;
		uint32_t L_979 = V_5;
		uint32_t L_980 = V_6;
		UInt32U5BU5D_t2770800703* L_981 = __this->get__X_5();
		NullCheck(L_981);
		int32_t L_982 = ((int32_t)9);
		uint32_t L_983 = (L_981)->GetAt(static_cast<il2cpp_array_size_t>(L_982));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_7), L_978, (&V_9), L_979, L_980, L_983, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_984 = V_7;
		uint32_t L_985 = V_9;
		uint32_t L_986 = V_5;
		UInt32U5BU5D_t2770800703* L_987 = __this->get__X_5();
		NullCheck(L_987);
		int32_t L_988 = ((int32_t)11);
		uint32_t L_989 = (L_987)->GetAt(static_cast<il2cpp_array_size_t>(L_988));
		RIPEMD160Managed_FFF_m3692014807(__this, (&V_6), L_984, (&V_8), L_985, L_986, L_989, ((int32_t)11), /*hidden argument*/NULL);
		uint32_t L_990 = V_8;
		uint32_t L_991 = V_2;
		UInt32U5BU5D_t2770800703* L_992 = __this->get__HashValue_6();
		NullCheck(L_992);
		int32_t L_993 = 1;
		uint32_t L_994 = (L_992)->GetAt(static_cast<il2cpp_array_size_t>(L_993));
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_990, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_991, (int32_t)L_994))));
		UInt32U5BU5D_t2770800703* L_995 = __this->get__HashValue_6();
		UInt32U5BU5D_t2770800703* L_996 = __this->get__HashValue_6();
		NullCheck(L_996);
		int32_t L_997 = 2;
		uint32_t L_998 = (L_996)->GetAt(static_cast<il2cpp_array_size_t>(L_997));
		uint32_t L_999 = V_3;
		uint32_t L_1000 = V_9;
		NullCheck(L_995);
		(L_995)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_998, (int32_t)L_999)), (int32_t)L_1000)));
		UInt32U5BU5D_t2770800703* L_1001 = __this->get__HashValue_6();
		UInt32U5BU5D_t2770800703* L_1002 = __this->get__HashValue_6();
		NullCheck(L_1002);
		int32_t L_1003 = 3;
		uint32_t L_1004 = (L_1002)->GetAt(static_cast<il2cpp_array_size_t>(L_1003));
		uint32_t L_1005 = V_4;
		uint32_t L_1006 = V_5;
		NullCheck(L_1001);
		(L_1001)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1004, (int32_t)L_1005)), (int32_t)L_1006)));
		UInt32U5BU5D_t2770800703* L_1007 = __this->get__HashValue_6();
		UInt32U5BU5D_t2770800703* L_1008 = __this->get__HashValue_6();
		NullCheck(L_1008);
		int32_t L_1009 = 4;
		uint32_t L_1010 = (L_1008)->GetAt(static_cast<il2cpp_array_size_t>(L_1009));
		uint32_t L_1011 = V_0;
		uint32_t L_1012 = V_6;
		NullCheck(L_1007);
		(L_1007)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1010, (int32_t)L_1011)), (int32_t)L_1012)));
		UInt32U5BU5D_t2770800703* L_1013 = __this->get__HashValue_6();
		UInt32U5BU5D_t2770800703* L_1014 = __this->get__HashValue_6();
		NullCheck(L_1014);
		int32_t L_1015 = 0;
		uint32_t L_1016 = (L_1014)->GetAt(static_cast<il2cpp_array_size_t>(L_1015));
		uint32_t L_1017 = V_1;
		uint32_t L_1018 = V_7;
		NullCheck(L_1013);
		(L_1013)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1016, (int32_t)L_1017)), (int32_t)L_1018)));
		UInt32U5BU5D_t2770800703* L_1019 = __this->get__HashValue_6();
		uint32_t L_1020 = V_8;
		NullCheck(L_1019);
		(L_1019)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)L_1020);
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::CompressFinal(System.UInt64)
extern "C"  void RIPEMD160Managed_CompressFinal_m497690796 (RIPEMD160Managed_t2491561941 * __this, uint64_t ___length0, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	uint32_t V_1 = 0;
	int32_t V_2 = 0;
	uint32_t V_3 = 0;
	{
		uint64_t L_0 = ___length0;
		V_0 = (((int32_t)((uint32_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))));
		uint64_t L_1 = ___length0;
		V_1 = (((int32_t)((uint32_t)((int64_t)((uint64_t)L_1>>((int32_t)32))))));
		UInt32U5BU5D_t2770800703* L_2 = __this->get__X_5();
		UInt32U5BU5D_t2770800703* L_3 = __this->get__X_5();
		NullCheck(L_3);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL);
		V_2 = 0;
		V_3 = 0;
		goto IL_0058;
	}

IL_0029:
	{
		UInt32U5BU5D_t2770800703* L_4 = __this->get__X_5();
		uint32_t L_5 = V_3;
		NullCheck(L_4);
		uint32_t* L_6 = ((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>((((uintptr_t)((int32_t)((uint32_t)L_5>>2)))))));
		ByteU5BU5D_t4116647657* L_7 = __this->get__ProcessingBuffer_4();
		int32_t L_8 = V_2;
		int32_t L_9 = L_8;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
		NullCheck(L_7);
		int32_t L_10 = L_9;
		uint8_t L_11 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		uint32_t L_12 = V_3;
		*((int32_t*)(L_6)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_6))^(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)((int32_t)L_12&(int32_t)3))))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))))));
		uint32_t L_13 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
	}

IL_0058:
	{
		uint32_t L_14 = V_3;
		uint32_t L_15 = V_0;
		if ((!(((uint32_t)L_14) >= ((uint32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)63)))))))
		{
			goto IL_0029;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_16 = __this->get__X_5();
		uint32_t L_17 = V_0;
		NullCheck(L_16);
		uint32_t* L_18 = ((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>((((uintptr_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_17>>2))&(int32_t)((int32_t)15))))))));
		uint32_t L_19 = V_0;
		*((int32_t*)(L_18)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_18))^(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)((int32_t)L_19&(int32_t)3)))), (int32_t)7))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))))));
		uint32_t L_20 = V_0;
		if ((!(((uint32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)63)))) > ((uint32_t)((int32_t)55)))))
		{
			goto IL_00ac;
		}
	}
	{
		RIPEMD160Managed_Compress_m126479169(__this, /*hidden argument*/NULL);
		UInt32U5BU5D_t2770800703* L_21 = __this->get__X_5();
		UInt32U5BU5D_t2770800703* L_22 = __this->get__X_5();
		NullCheck(L_22);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), /*hidden argument*/NULL);
	}

IL_00ac:
	{
		UInt32U5BU5D_t2770800703* L_23 = __this->get__X_5();
		uint32_t L_24 = V_0;
		NullCheck(L_23);
		(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint32_t)((int32_t)((int32_t)L_24<<(int32_t)3)));
		UInt32U5BU5D_t2770800703* L_25 = __this->get__X_5();
		uint32_t L_26 = V_0;
		uint32_t L_27 = V_1;
		NullCheck(L_25);
		(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_26>>((int32_t)29)))|(int32_t)((int32_t)((int32_t)L_27<<(int32_t)3)))));
		RIPEMD160Managed_Compress_m126479169(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::ROL(System.UInt32,System.Int32)
extern "C"  uint32_t RIPEMD160Managed_ROL_m2647139887 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, int32_t ___n1, const RuntimeMethod* method)
{
	{
		uint32_t L_0 = ___x0;
		int32_t L_1 = ___n1;
		uint32_t L_2 = ___x0;
		int32_t L_3 = ___n1;
		return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31)))))));
	}
}
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::F(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_F_m2051853483 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
	{
		uint32_t L_0 = ___x0;
		uint32_t L_1 = ___y1;
		uint32_t L_2 = ___z2;
		return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2));
	}
}
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::G(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_G_m3625715749 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
	{
		uint32_t L_0 = ___x0;
		uint32_t L_1 = ___y1;
		uint32_t L_2 = ___x0;
		uint32_t L_3 = ___z2;
		return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3))));
	}
}
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::H(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_H_m2707761209 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
	{
		uint32_t L_0 = ___x0;
		uint32_t L_1 = ___y1;
		uint32_t L_2 = ___z2;
		return ((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((~L_1))))^(int32_t)L_2));
	}
}
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::I(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_I_m2107336345 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
	{
		uint32_t L_0 = ___x0;
		uint32_t L_1 = ___z2;
		uint32_t L_2 = ___y1;
		uint32_t L_3 = ___z2;
		return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)((~L_3))))));
	}
}
// System.UInt32 System.Security.Cryptography.RIPEMD160Managed::J(System.UInt32,System.UInt32,System.UInt32)
extern "C"  uint32_t RIPEMD160Managed_J_m1336489154 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
	{
		uint32_t L_0 = ___x0;
		uint32_t L_1 = ___y1;
		uint32_t L_2 = ___z2;
		return ((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)L_1|(int32_t)((~L_2))))));
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::FF(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_FF_m738585160 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_F_m2051853483(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::GG(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_GG_m3020389474 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_G_m3625715749(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1518500249)))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::HH(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_HH_m90236373 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_H_m2707761209(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1859775393)))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::II(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_II_m1560285116 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_I_m2107336345(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)-1894007588)))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::JJ(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_JJ_m112143231 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_J_m1336489154(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)-1454113458)))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::FFF(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_FFF_m3692014807 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_F_m2051853483(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::GGG(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_GGG_m1715572318 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_G_m3625715749(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)2053994217)))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::HHH(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_HHH_m2839246531 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_H_m2707761209(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1836072691)))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::III(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_III_m3606824266 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_I_m2107336345(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1548603684)))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		return;
	}
}
// System.Void System.Security.Cryptography.RIPEMD160Managed::JJJ(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32)
extern "C"  void RIPEMD160Managed_JJJ_m4161373884 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method)
{
	{
		uint32_t* L_0 = ___a0;
		uint32_t* L_1 = ___a0;
		uint32_t L_2 = ___b1;
		uint32_t* L_3 = ___c2;
		uint32_t L_4 = ___d3;
		uint32_t L_5 = RIPEMD160Managed_J_m1336489154(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL);
		uint32_t L_6 = ___x5;
		*((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1352829926)))));
		uint32_t* L_7 = ___a0;
		uint32_t* L_8 = ___a0;
		int32_t L_9 = ___s6;
		uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL);
		uint32_t L_11 = ___e4;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint32_t* L_12 = ___c2;
		uint32_t* L_13 = ___c2;
		uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL);
		*((int32_t*)(L_12)) = (int32_t)L_14;
		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.Security.Cryptography.RNGCryptoServiceProvider::.ctor()
extern "C"  void RNGCryptoServiceProvider__ctor_m2355451105 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RNGCryptoServiceProvider__ctor_m2355451105_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RandomNumberGenerator__ctor_m1589693309(__this, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var);
		intptr_t L_0 = RNGCryptoServiceProvider_RngInitialize_m2025286560(NULL /*static, unused*/, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL);
		__this->set__handle_1(L_0);
		RNGCryptoServiceProvider_Check_m3453818294(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.cctor()
extern "C"  void RNGCryptoServiceProvider__cctor_m3587754670 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RNGCryptoServiceProvider__cctor_m3587754670_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = RNGCryptoServiceProvider_RngOpen_m792795472(NULL /*static, unused*/, /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_m297566312(L_1, /*hidden argument*/NULL);
		((RNGCryptoServiceProvider_t3397414743_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var))->set__lock_0(L_1);
	}

IL_0014:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check()
extern "C"  void RNGCryptoServiceProvider_Check_m3453818294 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_Check_m3453818294_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		intptr_t L_0 = __this->get__handle_1();
		bool L_1 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0025;
		}
	}
	{
		String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2855470454, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_3 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_3, L_2, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0025:
	{
		return;
	}
}
// System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen()
extern "C"  bool RNGCryptoServiceProvider_RngOpen_m792795472 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	typedef bool (*RNGCryptoServiceProvider_RngOpen_m792795472_ftn) ();
	using namespace il2cpp::icalls;
	return  ((RNGCryptoServiceProvider_RngOpen_m792795472_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngOpen) ();
}
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte[])
extern "C"  intptr_t RNGCryptoServiceProvider_RngInitialize_m2025286560 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___seed0, const RuntimeMethod* method)
{
	typedef intptr_t (*RNGCryptoServiceProvider_RngInitialize_m2025286560_ftn) (ByteU5BU5D_t4116647657*);
	using namespace il2cpp::icalls;
	return  ((RNGCryptoServiceProvider_RngInitialize_m2025286560_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngInitialize) (___seed0);
}
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte[])
extern "C"  intptr_t RNGCryptoServiceProvider_RngGetBytes_m1695806698 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method)
{
	typedef intptr_t (*RNGCryptoServiceProvider_RngGetBytes_m1695806698_ftn) (intptr_t, ByteU5BU5D_t4116647657*);
	using namespace il2cpp::icalls;
	return  ((RNGCryptoServiceProvider_RngGetBytes_m1695806698_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngGetBytes) (___handle0, ___data1);
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr)
extern "C"  void RNGCryptoServiceProvider_RngClose_m3915778345 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method)
{
	typedef void (*RNGCryptoServiceProvider_RngClose_m3915778345_ftn) (intptr_t);
	using namespace il2cpp::icalls;
	 ((RNGCryptoServiceProvider_RngClose_m3915778345_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngClose) (___handle0);
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::GetBytes(System.Byte[])
extern "C"  void RNGCryptoServiceProvider_GetBytes_m918414272 (RNGCryptoServiceProvider_t3397414743 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_GetBytes_m918414272_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject * V_0 = NULL;
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2037252866, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var);
		RuntimeObject * L_2 = ((RNGCryptoServiceProvider_t3397414743_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var))->get__lock_0();
		if (L_2)
		{
			goto IL_0032;
		}
	}
	{
		intptr_t L_3 = __this->get__handle_1();
		ByteU5BU5D_t4116647657* L_4 = ___data0;
		IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var);
		intptr_t L_5 = RNGCryptoServiceProvider_RngGetBytes_m1695806698(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL);
		__this->set__handle_1(L_5);
		goto IL_005c;
	}

IL_0032:
	{
		IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var);
		RuntimeObject * L_6 = ((RNGCryptoServiceProvider_t3397414743_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var))->get__lock_0();
		V_0 = L_6;
		RuntimeObject * L_7 = V_0;
		Monitor_Enter_m2249409497(NULL /*static, unused*/, L_7, /*hidden argument*/NULL);
	}

IL_003e:
	try
	{ // begin try (depth: 1)
		intptr_t L_8 = __this->get__handle_1();
		ByteU5BU5D_t4116647657* L_9 = ___data0;
		IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var);
		intptr_t L_10 = RNGCryptoServiceProvider_RngGetBytes_m1695806698(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL);
		__this->set__handle_1(L_10);
		IL2CPP_LEAVE(0x5C, FINALLY_0055);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_0055;
	}

FINALLY_0055:
	{ // begin finally (depth: 1)
		RuntimeObject * L_11 = V_0;
		Monitor_Exit_m3585316909(NULL /*static, unused*/, L_11, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(85)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(85)
	{
		IL2CPP_JUMP_TBL(0x5C, IL_005c)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_005c:
	{
		RNGCryptoServiceProvider_Check_m3453818294(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::GetNonZeroBytes(System.Byte[])
extern "C"  void RNGCryptoServiceProvider_GetNonZeroBytes_m1918423726 (RNGCryptoServiceProvider_t3397414743 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_GetNonZeroBytes_m1918423726_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2037252866, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_2 = ___data0;
		NullCheck(L_2);
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)2))));
		V_1 = 0;
		goto IL_006f;
	}

IL_0023:
	{
		intptr_t L_3 = __this->get__handle_1();
		ByteU5BU5D_t4116647657* L_4 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var);
		intptr_t L_5 = RNGCryptoServiceProvider_RngGetBytes_m1695806698(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL);
		__this->set__handle_1(L_5);
		RNGCryptoServiceProvider_Check_m3453818294(__this, /*hidden argument*/NULL);
		V_2 = 0;
		goto IL_0066;
	}

IL_0042:
	{
		int32_t L_6 = V_1;
		ByteU5BU5D_t4116647657* L_7 = ___data0;
		NullCheck(L_7);
		if ((!(((uint32_t)L_6) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))))
		{
			goto IL_0050;
		}
	}
	{
		goto IL_006f;
	}

IL_0050:
	{
		ByteU5BU5D_t4116647657* L_8 = V_0;
		int32_t L_9 = V_2;
		NullCheck(L_8);
		int32_t L_10 = L_9;
		uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		if (!L_11)
		{
			goto IL_0062;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_12 = ___data0;
		int32_t L_13 = V_1;
		int32_t L_14 = L_13;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
		ByteU5BU5D_t4116647657* L_15 = V_0;
		int32_t L_16 = V_2;
		NullCheck(L_15);
		int32_t L_17 = L_16;
		uint8_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
		NullCheck(L_12);
		(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)L_18);
	}

IL_0062:
	{
		int32_t L_19 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
	}

IL_0066:
	{
		int32_t L_20 = V_2;
		ByteU5BU5D_t4116647657* L_21 = V_0;
		NullCheck(L_21);
		if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))))))
		{
			goto IL_0042;
		}
	}

IL_006f:
	{
		int32_t L_22 = V_1;
		ByteU5BU5D_t4116647657* L_23 = ___data0;
		NullCheck(L_23);
		if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length)))))))
		{
			goto IL_0023;
		}
	}
	{
		return;
	}
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Finalize()
extern "C"  void RNGCryptoServiceProvider_Finalize_m1304072372 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_Finalize_m1304072372_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);

IL_0000:
	try
	{ // begin try (depth: 1)
		{
			intptr_t L_0 = __this->get__handle_1();
			bool L_1 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL);
			if (!L_1)
			{
				goto IL_002b;
			}
		}

IL_0015:
		{
			intptr_t L_2 = __this->get__handle_1();
			IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var);
			RNGCryptoServiceProvider_RngClose_m3915778345(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
			__this->set__handle_1((intptr_t)(0));
		}

IL_002b:
		{
			IL2CPP_LEAVE(0x37, FINALLY_0030);
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_0030;
	}

FINALLY_0030:
	{ // begin finally (depth: 1)
		Object_Finalize_m3076187857(__this, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(48)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(48)
	{
		IL2CPP_JUMP_TBL(0x37, IL_0037)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

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.Security.Cryptography.RSA::.ctor()
extern "C"  void RSA__ctor_m2923348713 (RSA_t2385438082 * __this, const RuntimeMethod* method)
{
	{
		AsymmetricAlgorithm__ctor_m1554933721(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create()
extern "C"  RSA_t2385438082 * RSA_Create_m4065275734 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSA_Create_m4065275734_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RSA_t2385438082 * L_0 = RSA_Create_m2021570897(NULL /*static, unused*/, _stringLiteral788160616, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create(System.String)
extern "C"  RSA_t2385438082 * RSA_Create_m2021570897 (RuntimeObject * __this /* static, unused */, String_t* ___algName0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSA_Create_m2021570897_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___algName0;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		return ((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_1, RSA_t2385438082_il2cpp_TypeInfo_var));
	}
}
// System.Void System.Security.Cryptography.RSA::ZeroizePrivateKey(System.Security.Cryptography.RSAParameters)
extern "C"  void RSA_ZeroizePrivateKey_m4052091611 (RSA_t2385438082 * __this, RSAParameters_t1728406613  ___parameters0, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = (&___parameters0)->get_P_0();
		if (!L_0)
		{
			goto IL_0022;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = (&___parameters0)->get_P_0();
		ByteU5BU5D_t4116647657* L_2 = (&___parameters0)->get_P_0();
		NullCheck(L_2);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL);
	}

IL_0022:
	{
		ByteU5BU5D_t4116647657* L_3 = (&___parameters0)->get_Q_1();
		if (!L_3)
		{
			goto IL_0044;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_4 = (&___parameters0)->get_Q_1();
		ByteU5BU5D_t4116647657* L_5 = (&___parameters0)->get_Q_1();
		NullCheck(L_5);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL);
	}

IL_0044:
	{
		ByteU5BU5D_t4116647657* L_6 = (&___parameters0)->get_DP_3();
		if (!L_6)
		{
			goto IL_0066;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_7 = (&___parameters0)->get_DP_3();
		ByteU5BU5D_t4116647657* L_8 = (&___parameters0)->get_DP_3();
		NullCheck(L_8);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL);
	}

IL_0066:
	{
		ByteU5BU5D_t4116647657* L_9 = (&___parameters0)->get_DQ_4();
		if (!L_9)
		{
			goto IL_0088;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_10 = (&___parameters0)->get_DQ_4();
		ByteU5BU5D_t4116647657* L_11 = (&___parameters0)->get_DQ_4();
		NullCheck(L_11);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL);
	}

IL_0088:
	{
		ByteU5BU5D_t4116647657* L_12 = (&___parameters0)->get_InverseQ_5();
		if (!L_12)
		{
			goto IL_00aa;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_13 = (&___parameters0)->get_InverseQ_5();
		ByteU5BU5D_t4116647657* L_14 = (&___parameters0)->get_InverseQ_5();
		NullCheck(L_14);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL);
	}

IL_00aa:
	{
		ByteU5BU5D_t4116647657* L_15 = (&___parameters0)->get_D_2();
		if (!L_15)
		{
			goto IL_00cc;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_16 = (&___parameters0)->get_D_2();
		ByteU5BU5D_t4116647657* L_17 = (&___parameters0)->get_D_2();
		NullCheck(L_17);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), /*hidden argument*/NULL);
	}

IL_00cc:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.RSA::FromXmlString(System.String)
extern "C"  void RSA_FromXmlString_m2537913712 (RSA_t2385438082 * __this, String_t* ___xmlString0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSA_FromXmlString_m2537913712_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RSAParameters_t1728406613  V_0;
	memset(&V_0, 0, sizeof(V_0));
	Exception_t * V_1 = NULL;
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		String_t* L_0 = ___xmlString0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1953671409, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t1728406613 ));
	}

IL_0019:
	try
	{ // begin try (depth: 1)
		try
		{ // begin try (depth: 2)
			String_t* L_2 = ___xmlString0;
			ByteU5BU5D_t4116647657* L_3 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_2, _stringLiteral3452614640, /*hidden argument*/NULL);
			(&V_0)->set_P_0(L_3);
			String_t* L_4 = ___xmlString0;
			ByteU5BU5D_t4116647657* L_5 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_4, _stringLiteral3452614639, /*hidden argument*/NULL);
			(&V_0)->set_Q_1(L_5);
			String_t* L_6 = ___xmlString0;
			ByteU5BU5D_t4116647657* L_7 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_6, _stringLiteral3452614620, /*hidden argument*/NULL);
			(&V_0)->set_D_2(L_7);
			String_t* L_8 = ___xmlString0;
			ByteU5BU5D_t4116647657* L_9 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_8, _stringLiteral3457857500, /*hidden argument*/NULL);
			(&V_0)->set_DP_3(L_9);
			String_t* L_10 = ___xmlString0;
			ByteU5BU5D_t4116647657* L_11 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_10, _stringLiteral3457791964, /*hidden argument*/NULL);
			(&V_0)->set_DQ_4(L_11);
			String_t* L_12 = ___xmlString0;
			ByteU5BU5D_t4116647657* L_13 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_12, _stringLiteral3577940000, /*hidden argument*/NULL);
			(&V_0)->set_InverseQ_5(L_13);
			String_t* L_14 = ___xmlString0;
			ByteU5BU5D_t4116647657* L_15 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_14, _stringLiteral3415789669, /*hidden argument*/NULL);
			(&V_0)->set_Exponent_7(L_15);
			String_t* L_16 = ___xmlString0;
			ByteU5BU5D_t4116647657* L_17 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_16, _stringLiteral2758185246, /*hidden argument*/NULL);
			(&V_0)->set_Modulus_6(L_17);
			RSAParameters_t1728406613  L_18 = V_0;
			VirtActionInvoker1< RSAParameters_t1728406613  >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, __this, L_18);
			IL2CPP_LEAVE(0xDB, FINALLY_00d3);
		} // end try (depth: 2)
		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_00b5;
			throw e;
		}

CATCH_00b5:
		{ // begin catch(System.Exception)
			{
				V_1 = ((Exception_t *)__exception_local);
				RSAParameters_t1728406613  L_19 = V_0;
				RSA_ZeroizePrivateKey_m4052091611(__this, L_19, /*hidden argument*/NULL);
				String_t* L_20 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3501983053, /*hidden argument*/NULL);
				Exception_t * L_21 = V_1;
				CryptographicException_t248831461 * L_22 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
				CryptographicException__ctor_m1422015889(L_22, L_20, L_21, /*hidden argument*/NULL);
				IL2CPP_RAISE_MANAGED_EXCEPTION(L_22);
			}

IL_00ce:
			{
				IL2CPP_LEAVE(0xDB, FINALLY_00d3);
			}
		} // end catch (depth: 2)
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_00d3;
	}

FINALLY_00d3:
	{ // begin finally (depth: 1)
		RSAParameters_t1728406613  L_23 = V_0;
		RSA_ZeroizePrivateKey_m4052091611(__this, L_23, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(211)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(211)
	{
		IL2CPP_JUMP_TBL(0xDB, IL_00db)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_00db:
	{
		return;
	}
}
// System.String System.Security.Cryptography.RSA::ToXmlString(System.Boolean)
extern "C"  String_t* RSA_ToXmlString_m2922661427 (RSA_t2385438082 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSA_ToXmlString_m2922661427_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	RSAParameters_t1728406613  V_1;
	memset(&V_1, 0, sizeof(V_1));
	String_t* V_2 = NULL;
	String_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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL);
		V_0 = L_0;
		bool L_1 = ___includePrivateParameters0;
		RSAParameters_t1728406613  L_2 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, __this, L_1);
		V_1 = L_2;
	}

IL_000e:
	try
	{ // begin try (depth: 1)
		{
			StringBuilder_t * L_3 = V_0;
			NullCheck(L_3);
			StringBuilder_Append_m1965104174(L_3, _stringLiteral2330884088, /*hidden argument*/NULL);
			StringBuilder_t * L_4 = V_0;
			NullCheck(L_4);
			StringBuilder_Append_m1965104174(L_4, _stringLiteral264464451, /*hidden argument*/NULL);
			StringBuilder_t * L_5 = V_0;
			ByteU5BU5D_t4116647657* L_6 = (&V_1)->get_Modulus_6();
			IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
			String_t* L_7 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
			NullCheck(L_5);
			StringBuilder_Append_m1965104174(L_5, L_7, /*hidden argument*/NULL);
			StringBuilder_t * L_8 = V_0;
			NullCheck(L_8);
			StringBuilder_Append_m1965104174(L_8, _stringLiteral3087219758, /*hidden argument*/NULL);
			StringBuilder_t * L_9 = V_0;
			NullCheck(L_9);
			StringBuilder_Append_m1965104174(L_9, _stringLiteral4195570472, /*hidden argument*/NULL);
			StringBuilder_t * L_10 = V_0;
			ByteU5BU5D_t4116647657* L_11 = (&V_1)->get_Exponent_7();
			String_t* L_12 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_11, /*hidden argument*/NULL);
			NullCheck(L_10);
			StringBuilder_Append_m1965104174(L_10, L_12, /*hidden argument*/NULL);
			StringBuilder_t * L_13 = V_0;
			NullCheck(L_13);
			StringBuilder_Append_m1965104174(L_13, _stringLiteral3252161509, /*hidden argument*/NULL);
			bool L_14 = ___includePrivateParameters0;
			if (!L_14)
			{
				goto IL_01e4;
			}
		}

IL_0076:
		{
			ByteU5BU5D_t4116647657* L_15 = (&V_1)->get_D_2();
			if (L_15)
			{
				goto IL_0094;
			}
		}

IL_0082:
		{
			String_t* L_16 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3802091543, /*hidden argument*/NULL);
			V_2 = L_16;
			String_t* L_17 = V_2;
			ArgumentNullException_t1615371798 * L_18 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
			ArgumentNullException__ctor_m1170824041(L_18, L_17, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_18);
		}

IL_0094:
		{
			ByteU5BU5D_t4116647657* L_19 = (&V_1)->get_P_0();
			if (!L_19)
			{
				goto IL_00d0;
			}
		}

IL_00a0:
		{
			ByteU5BU5D_t4116647657* L_20 = (&V_1)->get_Q_1();
			if (!L_20)
			{
				goto IL_00d0;
			}
		}

IL_00ac:
		{
			ByteU5BU5D_t4116647657* L_21 = (&V_1)->get_DP_3();
			if (!L_21)
			{
				goto IL_00d0;
			}
		}

IL_00b8:
		{
			ByteU5BU5D_t4116647657* L_22 = (&V_1)->get_DQ_4();
			if (!L_22)
			{
				goto IL_00d0;
			}
		}

IL_00c4:
		{
			ByteU5BU5D_t4116647657* L_23 = (&V_1)->get_InverseQ_5();
			if (L_23)
			{
				goto IL_00e2;
			}
		}

IL_00d0:
		{
			String_t* L_24 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3588276660, /*hidden argument*/NULL);
			V_3 = L_24;
			String_t* L_25 = V_3;
			CryptographicException_t248831461 * L_26 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
			CryptographicException__ctor_m503735289(L_26, L_25, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_26);
		}

IL_00e2:
		{
			StringBuilder_t * L_27 = V_0;
			NullCheck(L_27);
			StringBuilder_Append_m1965104174(L_27, _stringLiteral1918135800, /*hidden argument*/NULL);
			StringBuilder_t * L_28 = V_0;
			ByteU5BU5D_t4116647657* L_29 = (&V_1)->get_P_0();
			IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
			String_t* L_30 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_29, /*hidden argument*/NULL);
			NullCheck(L_28);
			StringBuilder_Append_m1965104174(L_28, L_30, /*hidden argument*/NULL);
			StringBuilder_t * L_31 = V_0;
			NullCheck(L_31);
			StringBuilder_Append_m1965104174(L_31, _stringLiteral417504526, /*hidden argument*/NULL);
			StringBuilder_t * L_32 = V_0;
			NullCheck(L_32);
			StringBuilder_Append_m1965104174(L_32, _stringLiteral1918070264, /*hidden argument*/NULL);
			StringBuilder_t * L_33 = V_0;
			ByteU5BU5D_t4116647657* L_34 = (&V_1)->get_Q_1();
			String_t* L_35 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_34, /*hidden argument*/NULL);
			NullCheck(L_33);
			StringBuilder_Append_m1965104174(L_33, L_35, /*hidden argument*/NULL);
			StringBuilder_t * L_36 = V_0;
			NullCheck(L_36);
			StringBuilder_Append_m1965104174(L_36, _stringLiteral3146387881, /*hidden argument*/NULL);
			StringBuilder_t * L_37 = V_0;
			NullCheck(L_37);
			StringBuilder_Append_m1965104174(L_37, _stringLiteral423468302, /*hidden argument*/NULL);
			StringBuilder_t * L_38 = V_0;
			ByteU5BU5D_t4116647657* L_39 = (&V_1)->get_DP_3();
			String_t* L_40 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_39, /*hidden argument*/NULL);
			NullCheck(L_38);
			StringBuilder_Append_m1965104174(L_38, L_40, /*hidden argument*/NULL);
			StringBuilder_t * L_41 = V_0;
			NullCheck(L_41);
			StringBuilder_Append_m1965104174(L_41, _stringLiteral2921622622, /*hidden argument*/NULL);
			StringBuilder_t * L_42 = V_0;
			NullCheck(L_42);
			StringBuilder_Append_m1965104174(L_42, _stringLiteral3152351657, /*hidden argument*/NULL);
			StringBuilder_t * L_43 = V_0;
			ByteU5BU5D_t4116647657* L_44 = (&V_1)->get_DQ_4();
			String_t* L_45 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_44, /*hidden argument*/NULL);
			NullCheck(L_43);
			StringBuilder_Append_m1965104174(L_43, L_45, /*hidden argument*/NULL);
			StringBuilder_t * L_46 = V_0;
			NullCheck(L_46);
			StringBuilder_Append_m1965104174(L_46, _stringLiteral582970462, /*hidden argument*/NULL);
			StringBuilder_t * L_47 = V_0;
			NullCheck(L_47);
			StringBuilder_Append_m1965104174(L_47, _stringLiteral939428175, /*hidden argument*/NULL);
			StringBuilder_t * L_48 = V_0;
			ByteU5BU5D_t4116647657* L_49 = (&V_1)->get_InverseQ_5();
			String_t* L_50 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_49, /*hidden argument*/NULL);
			NullCheck(L_48);
			StringBuilder_Append_m1965104174(L_48, L_50, /*hidden argument*/NULL);
			StringBuilder_t * L_51 = V_0;
			NullCheck(L_51);
			StringBuilder_Append_m1965104174(L_51, _stringLiteral197188615, /*hidden argument*/NULL);
			StringBuilder_t * L_52 = V_0;
			NullCheck(L_52);
			StringBuilder_Append_m1965104174(L_52, _stringLiteral1916825080, /*hidden argument*/NULL);
			StringBuilder_t * L_53 = V_0;
			ByteU5BU5D_t4116647657* L_54 = (&V_1)->get_D_2();
			String_t* L_55 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_54, /*hidden argument*/NULL);
			NullCheck(L_53);
			StringBuilder_Append_m1965104174(L_53, L_55, /*hidden argument*/NULL);
			StringBuilder_t * L_56 = V_0;
			NullCheck(L_56);
			StringBuilder_Append_m1965104174(L_56, _stringLiteral3455564074, /*hidden argument*/NULL);
		}

IL_01e4:
		{
			StringBuilder_t * L_57 = V_0;
			NullCheck(L_57);
			StringBuilder_Append_m1965104174(L_57, _stringLiteral1114683495, /*hidden argument*/NULL);
			goto IL_0204;
		}
	} // 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_01f5;
		throw e;
	}

CATCH_01f5:
	{ // begin catch(System.Object)
		{
			RSAParameters_t1728406613  L_58 = V_1;
			RSA_ZeroizePrivateKey_m4052091611(__this, L_58, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local);
		}

IL_01ff:
		{
			goto IL_0204;
		}
	} // end catch (depth: 1)

IL_0204:
	{
		StringBuilder_t * L_59 = V_0;
		NullCheck(L_59);
		String_t* L_60 = StringBuilder_ToString_m3317489284(L_59, /*hidden argument*/NULL);
		return L_60;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor()
extern "C"  void RSACryptoServiceProvider__ctor_m2288290917 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method)
{
	{
		__this->set_privateKeyExportable_5((bool)1);
		RSA__ctor_m2923348713(__this, /*hidden argument*/NULL);
		RSACryptoServiceProvider_Common_m861233239(__this, ((int32_t)1024), (CspParameters_t239852639 *)NULL, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters)
extern "C"  void RSACryptoServiceProvider__ctor_m357386130 (RSACryptoServiceProvider_t2683512874 * __this, CspParameters_t239852639 * ___parameters0, const RuntimeMethod* method)
{
	{
		__this->set_privateKeyExportable_5((bool)1);
		RSA__ctor_m2923348713(__this, /*hidden argument*/NULL);
		CspParameters_t239852639 * L_0 = ___parameters0;
		RSACryptoServiceProvider_Common_m861233239(__this, ((int32_t)1024), L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32)
extern "C"  void RSACryptoServiceProvider__ctor_m2378475222 (RSACryptoServiceProvider_t2683512874 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method)
{
	{
		__this->set_privateKeyExportable_5((bool)1);
		RSA__ctor_m2923348713(__this, /*hidden argument*/NULL);
		int32_t L_0 = ___dwKeySize0;
		RSACryptoServiceProvider_Common_m861233239(__this, L_0, (CspParameters_t239852639 *)NULL, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.cctor()
extern "C"  void RSACryptoServiceProvider__cctor_m3113818354 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	{
		return;
	}
}
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::Common(System.Int32,System.Security.Cryptography.CspParameters)
extern "C"  void RSACryptoServiceProvider_Common_m861233239 (RSACryptoServiceProvider_t2683512874 * __this, int32_t ___dwKeySize0, CspParameters_t239852639 * ___p1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSACryptoServiceProvider_Common_m861233239_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		((AsymmetricAlgorithm_t932037087 *)__this)->set_LegalKeySizesValue_1(((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1)));
		KeySizesU5BU5D_t722666473* L_0 = ((AsymmetricAlgorithm_t932037087 *)__this)->get_LegalKeySizesValue_1();
		KeySizes_t85027896 * L_1 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var);
		KeySizes__ctor_m3113946058(L_1, ((int32_t)384), ((int32_t)16384), 8, /*hidden argument*/NULL);
		NullCheck(L_0);
		ArrayElementTypeCheck (L_0, L_1);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t85027896 *)L_1);
		int32_t L_2 = ___dwKeySize0;
		AsymmetricAlgorithm_set_KeySize_m2163393617(__this, L_2, /*hidden argument*/NULL);
		int32_t L_3 = RSACryptoServiceProvider_get_KeySize_m2654153358(__this, /*hidden argument*/NULL);
		RSAManaged_t1757093819 * L_4 = (RSAManaged_t1757093819 *)il2cpp_codegen_object_new(RSAManaged_t1757093819_il2cpp_TypeInfo_var);
		RSAManaged__ctor_m3394311431(L_4, L_3, /*hidden argument*/NULL);
		__this->set_rsa_7(L_4);
		RSAManaged_t1757093819 * L_5 = __this->get_rsa_7();
		intptr_t L_6 = (intptr_t)RSACryptoServiceProvider_OnKeyGenerated_m863837376_RuntimeMethod_var;
		KeyGeneratedEventHandler_t3064139577 * L_7 = (KeyGeneratedEventHandler_t3064139577 *)il2cpp_codegen_object_new(KeyGeneratedEventHandler_t3064139577_il2cpp_TypeInfo_var);
		KeyGeneratedEventHandler__ctor_m1990062371(L_7, __this, L_6, /*hidden argument*/NULL);
		NullCheck(L_5);
		RSAManaged_add_KeyGenerated_m3688329863(L_5, L_7, /*hidden argument*/NULL);
		CspParameters_t239852639 * L_8 = ___p1;
		__this->set_persistKey_3((bool)((((int32_t)((((RuntimeObject*)(CspParameters_t239852639 *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0));
		CspParameters_t239852639 * L_9 = ___p1;
		if (L_9)
		{
			goto IL_0097;
		}
	}
	{
		CspParameters_t239852639 * L_10 = (CspParameters_t239852639 *)il2cpp_codegen_object_new(CspParameters_t239852639_il2cpp_TypeInfo_var);
		CspParameters__ctor_m2741097571(L_10, 1, /*hidden argument*/NULL);
		___p1 = L_10;
		IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var);
		bool L_11 = ((RSACryptoServiceProvider_t2683512874_StaticFields*)il2cpp_codegen_static_fields_for(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var))->get_useMachineKeyStore_8();
		if (!L_11)
		{
			goto IL_0086;
		}
	}
	{
		CspParameters_t239852639 * L_12 = ___p1;
		CspParameters_t239852639 * L_13 = L_12;
		NullCheck(L_13);
		int32_t L_14 = CspParameters_get_Flags_m4238672607(L_13, /*hidden argument*/NULL);
		NullCheck(L_13);
		CspParameters_set_Flags_m397261363(L_13, ((int32_t)((int32_t)L_14|(int32_t)1)), /*hidden argument*/NULL);
	}

IL_0086:
	{
		CspParameters_t239852639 * L_15 = ___p1;
		KeyPairPersistence_t2094547461 * L_16 = (KeyPairPersistence_t2094547461 *)il2cpp_codegen_object_new(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		KeyPairPersistence__ctor_m103880447(L_16, L_15, /*hidden argument*/NULL);
		__this->set_store_2(L_16);
		goto IL_00d7;
	}

IL_0097:
	{
		CspParameters_t239852639 * L_17 = ___p1;
		KeyPairPersistence_t2094547461 * L_18 = (KeyPairPersistence_t2094547461 *)il2cpp_codegen_object_new(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		KeyPairPersistence__ctor_m103880447(L_18, L_17, /*hidden argument*/NULL);
		__this->set_store_2(L_18);
		KeyPairPersistence_t2094547461 * L_19 = __this->get_store_2();
		NullCheck(L_19);
		KeyPairPersistence_Load_m2518737071(L_19, /*hidden argument*/NULL);
		KeyPairPersistence_t2094547461 * L_20 = __this->get_store_2();
		NullCheck(L_20);
		String_t* L_21 = KeyPairPersistence_get_KeyValue_m2994490605(L_20, /*hidden argument*/NULL);
		if (!L_21)
		{
			goto IL_00d7;
		}
	}
	{
		__this->set_persisted_4((bool)1);
		KeyPairPersistence_t2094547461 * L_22 = __this->get_store_2();
		NullCheck(L_22);
		String_t* L_23 = KeyPairPersistence_get_KeyValue_m2994490605(L_22, /*hidden argument*/NULL);
		VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Security.Cryptography.RSA::FromXmlString(System.String) */, __this, L_23);
	}

IL_00d7:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::Finalize()
extern "C"  void RSACryptoServiceProvider_Finalize_m1969564496 (RSACryptoServiceProvider_t2683512874 * __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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);

IL_0000:
	try
	{ // begin try (depth: 1)
		RSACryptoServiceProvider_Dispose_m1199148535(__this, (bool)0, /*hidden argument*/NULL);
		IL2CPP_LEAVE(0x13, FINALLY_000c);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_000c;
	}

FINALLY_000c:
	{ // begin finally (depth: 1)
		Object_Finalize_m3076187857(__this, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(12)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(12)
	{
		IL2CPP_JUMP_TBL(0x13, IL_0013)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0013:
	{
		return;
	}
}
// System.Int32 System.Security.Cryptography.RSACryptoServiceProvider::get_KeySize()
extern "C"  int32_t RSACryptoServiceProvider_get_KeySize_m2654153358 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method)
{
	{
		RSAManaged_t1757093819 * L_0 = __this->get_rsa_7();
		if (L_0)
		{
			goto IL_0012;
		}
	}
	{
		int32_t L_1 = ((AsymmetricAlgorithm_t932037087 *)__this)->get_KeySizeValue_0();
		return L_1;
	}

IL_0012:
	{
		RSAManaged_t1757093819 * L_2 = __this->get_rsa_7();
		NullCheck(L_2);
		int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, L_2);
		return L_3;
	}
}
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly()
extern "C"  bool RSACryptoServiceProvider_get_PublicOnly_m4039982639 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method)
{
	{
		RSAManaged_t1757093819 * L_0 = __this->get_rsa_7();
		NullCheck(L_0);
		bool L_1 = RSAManaged_get_PublicOnly_m595121416(L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::DecryptValue(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* RSACryptoServiceProvider_DecryptValue_m3095079293 (RSACryptoServiceProvider_t2683512874 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSACryptoServiceProvider_DecryptValue_m3095079293_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RSAManaged_t1757093819 * L_0 = __this->get_rsa_7();
		NullCheck(L_0);
		bool L_1 = RSAManaged_get_IsCrtPossible_m3949564681(L_0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_001b;
		}
	}
	{
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, _stringLiteral3919486692, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		RSAManaged_t1757093819 * L_3 = __this->get_rsa_7();
		ByteU5BU5D_t4116647657* L_4 = ___rgb0;
		NullCheck(L_3);
		ByteU5BU5D_t4116647657* L_5 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] Mono.Security.Cryptography.RSAManaged::DecryptValue(System.Byte[]) */, L_3, L_4);
		return L_5;
	}
}
// System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::EncryptValue(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* RSACryptoServiceProvider_EncryptValue_m944137256 (RSACryptoServiceProvider_t2683512874 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method)
{
	{
		RSAManaged_t1757093819 * L_0 = __this->get_rsa_7();
		ByteU5BU5D_t4116647657* L_1 = ___rgb0;
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Byte[] Mono.Security.Cryptography.RSAManaged::EncryptValue(System.Byte[]) */, L_0, L_1);
		return L_2;
	}
}
// System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSACryptoServiceProvider::ExportParameters(System.Boolean)
extern "C"  RSAParameters_t1728406613  RSACryptoServiceProvider_ExportParameters_m3871179960 (RSACryptoServiceProvider_t2683512874 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSACryptoServiceProvider_ExportParameters_m3871179960_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = ___includePrivateParameters0;
		if (!L_0)
		{
			goto IL_001c;
		}
	}
	{
		bool L_1 = __this->get_privateKeyExportable_5();
		if (L_1)
		{
			goto IL_001c;
		}
	}
	{
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, _stringLiteral4048132565, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001c:
	{
		RSAManaged_t1757093819 * L_3 = __this->get_rsa_7();
		bool L_4 = ___includePrivateParameters0;
		NullCheck(L_3);
		RSAParameters_t1728406613  L_5 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean) */, L_3, L_4);
		return L_5;
	}
}
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::ImportParameters(System.Security.Cryptography.RSAParameters)
extern "C"  void RSACryptoServiceProvider_ImportParameters_m614616705 (RSACryptoServiceProvider_t2683512874 * __this, RSAParameters_t1728406613  ___parameters0, const RuntimeMethod* method)
{
	{
		RSAManaged_t1757093819 * L_0 = __this->get_rsa_7();
		RSAParameters_t1728406613  L_1 = ___parameters0;
		NullCheck(L_0);
		VirtActionInvoker1< RSAParameters_t1728406613  >::Invoke(13 /* System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_0, L_1);
		return;
	}
}
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::Dispose(System.Boolean)
extern "C"  void RSACryptoServiceProvider_Dispose_m1199148535 (RSACryptoServiceProvider_t2683512874 * __this, bool ___disposing0, const RuntimeMethod* method)
{
	{
		bool L_0 = __this->get_m_disposed_6();
		if (L_0)
		{
			goto IL_0049;
		}
	}
	{
		bool L_1 = __this->get_persisted_4();
		if (!L_1)
		{
			goto IL_002c;
		}
	}
	{
		bool L_2 = __this->get_persistKey_3();
		if (L_2)
		{
			goto IL_002c;
		}
	}
	{
		KeyPairPersistence_t2094547461 * L_3 = __this->get_store_2();
		NullCheck(L_3);
		KeyPairPersistence_Remove_m1876145547(L_3, /*hidden argument*/NULL);
	}

IL_002c:
	{
		RSAManaged_t1757093819 * L_4 = __this->get_rsa_7();
		if (!L_4)
		{
			goto IL_0042;
		}
	}
	{
		RSAManaged_t1757093819 * L_5 = __this->get_rsa_7();
		NullCheck(L_5);
		AsymmetricAlgorithm_Clear_m1528825448(L_5, /*hidden argument*/NULL);
	}

IL_0042:
	{
		__this->set_m_disposed_6((bool)1);
	}

IL_0049:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::OnKeyGenerated(System.Object,System.EventArgs)
extern "C"  void RSACryptoServiceProvider_OnKeyGenerated_m863837376 (RSACryptoServiceProvider_t2683512874 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method)
{
	{
		bool L_0 = __this->get_persistKey_3();
		if (!L_0)
		{
			goto IL_0047;
		}
	}
	{
		bool L_1 = __this->get_persisted_4();
		if (L_1)
		{
			goto IL_0047;
		}
	}
	{
		KeyPairPersistence_t2094547461 * L_2 = __this->get_store_2();
		RSAManaged_t1757093819 * L_3 = __this->get_rsa_7();
		NullCheck(L_3);
		bool L_4 = RSAManaged_get_PublicOnly_m595121416(L_3, /*hidden argument*/NULL);
		String_t* L_5 = VirtFuncInvoker1< String_t*, bool >::Invoke(9 /* System.String System.Security.Cryptography.RSA::ToXmlString(System.Boolean) */, __this, (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0));
		NullCheck(L_2);
		KeyPairPersistence_set_KeyValue_m3459302102(L_2, L_5, /*hidden argument*/NULL);
		KeyPairPersistence_t2094547461 * L_6 = __this->get_store_2();
		NullCheck(L_6);
		KeyPairPersistence_Save_m3111435398(L_6, /*hidden argument*/NULL);
		__this->set_persisted_4((bool)1);
	}

IL_0047:
	{
		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.Security.Cryptography.RSAParameters
extern "C" void RSAParameters_t1728406613_marshal_pinvoke(const RSAParameters_t1728406613& unmarshaled, RSAParameters_t1728406613_marshaled_pinvoke& marshaled)
{
	if (unmarshaled.get_P_0() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_P_Length = (unmarshaled.get_P_0())->max_length;
		marshaled.___P_0 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_P_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_P_Length); i++)
		{
			(marshaled.___P_0)[i] = (unmarshaled.get_P_0())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___P_0 = NULL;
	}
	if (unmarshaled.get_Q_1() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_Q_Length = (unmarshaled.get_Q_1())->max_length;
		marshaled.___Q_1 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_Q_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Q_Length); i++)
		{
			(marshaled.___Q_1)[i] = (unmarshaled.get_Q_1())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___Q_1 = NULL;
	}
	if (unmarshaled.get_D_2() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_D_Length = (unmarshaled.get_D_2())->max_length;
		marshaled.___D_2 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_D_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_D_Length); i++)
		{
			(marshaled.___D_2)[i] = (unmarshaled.get_D_2())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___D_2 = NULL;
	}
	if (unmarshaled.get_DP_3() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_DP_Length = (unmarshaled.get_DP_3())->max_length;
		marshaled.___DP_3 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_DP_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_DP_Length); i++)
		{
			(marshaled.___DP_3)[i] = (unmarshaled.get_DP_3())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___DP_3 = NULL;
	}
	if (unmarshaled.get_DQ_4() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_DQ_Length = (unmarshaled.get_DQ_4())->max_length;
		marshaled.___DQ_4 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_DQ_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_DQ_Length); i++)
		{
			(marshaled.___DQ_4)[i] = (unmarshaled.get_DQ_4())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___DQ_4 = NULL;
	}
	if (unmarshaled.get_InverseQ_5() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_InverseQ_Length = (unmarshaled.get_InverseQ_5())->max_length;
		marshaled.___InverseQ_5 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_InverseQ_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_InverseQ_Length); i++)
		{
			(marshaled.___InverseQ_5)[i] = (unmarshaled.get_InverseQ_5())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___InverseQ_5 = NULL;
	}
	if (unmarshaled.get_Modulus_6() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_Modulus_Length = (unmarshaled.get_Modulus_6())->max_length;
		marshaled.___Modulus_6 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_Modulus_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Modulus_Length); i++)
		{
			(marshaled.___Modulus_6)[i] = (unmarshaled.get_Modulus_6())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___Modulus_6 = NULL;
	}
	if (unmarshaled.get_Exponent_7() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_Exponent_Length = (unmarshaled.get_Exponent_7())->max_length;
		marshaled.___Exponent_7 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_Exponent_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Exponent_Length); i++)
		{
			(marshaled.___Exponent_7)[i] = (unmarshaled.get_Exponent_7())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___Exponent_7 = NULL;
	}
}
extern "C" void RSAParameters_t1728406613_marshal_pinvoke_back(const RSAParameters_t1728406613_marshaled_pinvoke& marshaled, RSAParameters_t1728406613& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAParameters_t1728406613_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	if (marshaled.___P_0 != NULL)
	{
		if (unmarshaled.get_P_0() == NULL)
		{
			unmarshaled.set_P_0(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_P_0())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_P_0())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___P_0)[i]);
		}
	}
	if (marshaled.___Q_1 != NULL)
	{
		if (unmarshaled.get_Q_1() == NULL)
		{
			unmarshaled.set_Q_1(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_Q_1())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_Q_1())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___Q_1)[i]);
		}
	}
	if (marshaled.___D_2 != NULL)
	{
		if (unmarshaled.get_D_2() == NULL)
		{
			unmarshaled.set_D_2(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_D_2())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_D_2())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___D_2)[i]);
		}
	}
	if (marshaled.___DP_3 != NULL)
	{
		if (unmarshaled.get_DP_3() == NULL)
		{
			unmarshaled.set_DP_3(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_DP_3())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_DP_3())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___DP_3)[i]);
		}
	}
	if (marshaled.___DQ_4 != NULL)
	{
		if (unmarshaled.get_DQ_4() == NULL)
		{
			unmarshaled.set_DQ_4(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_DQ_4())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_DQ_4())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___DQ_4)[i]);
		}
	}
	if (marshaled.___InverseQ_5 != NULL)
	{
		if (unmarshaled.get_InverseQ_5() == NULL)
		{
			unmarshaled.set_InverseQ_5(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_InverseQ_5())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_InverseQ_5())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___InverseQ_5)[i]);
		}
	}
	if (marshaled.___Modulus_6 != NULL)
	{
		if (unmarshaled.get_Modulus_6() == NULL)
		{
			unmarshaled.set_Modulus_6(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_Modulus_6())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_Modulus_6())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___Modulus_6)[i]);
		}
	}
	if (marshaled.___Exponent_7 != NULL)
	{
		if (unmarshaled.get_Exponent_7() == NULL)
		{
			unmarshaled.set_Exponent_7(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_Exponent_7())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_Exponent_7())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___Exponent_7)[i]);
		}
	}
}
// Conversion method for clean up from marshalling of: System.Security.Cryptography.RSAParameters
extern "C" void RSAParameters_t1728406613_marshal_pinvoke_cleanup(RSAParameters_t1728406613_marshaled_pinvoke& marshaled)
{
	if (marshaled.___P_0 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___P_0);
		marshaled.___P_0 = NULL;
	}
	if (marshaled.___Q_1 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___Q_1);
		marshaled.___Q_1 = NULL;
	}
	if (marshaled.___D_2 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___D_2);
		marshaled.___D_2 = NULL;
	}
	if (marshaled.___DP_3 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___DP_3);
		marshaled.___DP_3 = NULL;
	}
	if (marshaled.___DQ_4 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___DQ_4);
		marshaled.___DQ_4 = NULL;
	}
	if (marshaled.___InverseQ_5 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___InverseQ_5);
		marshaled.___InverseQ_5 = NULL;
	}
	if (marshaled.___Modulus_6 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___Modulus_6);
		marshaled.___Modulus_6 = NULL;
	}
	if (marshaled.___Exponent_7 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___Exponent_7);
		marshaled.___Exponent_7 = NULL;
	}
}
// Conversion methods for marshalling of: System.Security.Cryptography.RSAParameters
extern "C" void RSAParameters_t1728406613_marshal_com(const RSAParameters_t1728406613& unmarshaled, RSAParameters_t1728406613_marshaled_com& marshaled)
{
	if (unmarshaled.get_P_0() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_P_Length = (unmarshaled.get_P_0())->max_length;
		marshaled.___P_0 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_P_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_P_Length); i++)
		{
			(marshaled.___P_0)[i] = (unmarshaled.get_P_0())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___P_0 = NULL;
	}
	if (unmarshaled.get_Q_1() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_Q_Length = (unmarshaled.get_Q_1())->max_length;
		marshaled.___Q_1 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_Q_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Q_Length); i++)
		{
			(marshaled.___Q_1)[i] = (unmarshaled.get_Q_1())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___Q_1 = NULL;
	}
	if (unmarshaled.get_D_2() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_D_Length = (unmarshaled.get_D_2())->max_length;
		marshaled.___D_2 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_D_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_D_Length); i++)
		{
			(marshaled.___D_2)[i] = (unmarshaled.get_D_2())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___D_2 = NULL;
	}
	if (unmarshaled.get_DP_3() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_DP_Length = (unmarshaled.get_DP_3())->max_length;
		marshaled.___DP_3 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_DP_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_DP_Length); i++)
		{
			(marshaled.___DP_3)[i] = (unmarshaled.get_DP_3())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___DP_3 = NULL;
	}
	if (unmarshaled.get_DQ_4() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_DQ_Length = (unmarshaled.get_DQ_4())->max_length;
		marshaled.___DQ_4 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_DQ_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_DQ_Length); i++)
		{
			(marshaled.___DQ_4)[i] = (unmarshaled.get_DQ_4())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___DQ_4 = NULL;
	}
	if (unmarshaled.get_InverseQ_5() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_InverseQ_Length = (unmarshaled.get_InverseQ_5())->max_length;
		marshaled.___InverseQ_5 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_InverseQ_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_InverseQ_Length); i++)
		{
			(marshaled.___InverseQ_5)[i] = (unmarshaled.get_InverseQ_5())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___InverseQ_5 = NULL;
	}
	if (unmarshaled.get_Modulus_6() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_Modulus_Length = (unmarshaled.get_Modulus_6())->max_length;
		marshaled.___Modulus_6 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_Modulus_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Modulus_Length); i++)
		{
			(marshaled.___Modulus_6)[i] = (unmarshaled.get_Modulus_6())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___Modulus_6 = NULL;
	}
	if (unmarshaled.get_Exponent_7() != NULL)
	{
		il2cpp_array_size_t _unmarshaled_Exponent_Length = (unmarshaled.get_Exponent_7())->max_length;
		marshaled.___Exponent_7 = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_Exponent_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Exponent_Length); i++)
		{
			(marshaled.___Exponent_7)[i] = (unmarshaled.get_Exponent_7())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
		}
	}
	else
	{
		marshaled.___Exponent_7 = NULL;
	}
}
extern "C" void RSAParameters_t1728406613_marshal_com_back(const RSAParameters_t1728406613_marshaled_com& marshaled, RSAParameters_t1728406613& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAParameters_t1728406613_com_FromNativeMethodDefinition_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	if (marshaled.___P_0 != NULL)
	{
		if (unmarshaled.get_P_0() == NULL)
		{
			unmarshaled.set_P_0(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_P_0())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_P_0())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___P_0)[i]);
		}
	}
	if (marshaled.___Q_1 != NULL)
	{
		if (unmarshaled.get_Q_1() == NULL)
		{
			unmarshaled.set_Q_1(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_Q_1())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_Q_1())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___Q_1)[i]);
		}
	}
	if (marshaled.___D_2 != NULL)
	{
		if (unmarshaled.get_D_2() == NULL)
		{
			unmarshaled.set_D_2(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_D_2())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_D_2())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___D_2)[i]);
		}
	}
	if (marshaled.___DP_3 != NULL)
	{
		if (unmarshaled.get_DP_3() == NULL)
		{
			unmarshaled.set_DP_3(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_DP_3())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_DP_3())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___DP_3)[i]);
		}
	}
	if (marshaled.___DQ_4 != NULL)
	{
		if (unmarshaled.get_DQ_4() == NULL)
		{
			unmarshaled.set_DQ_4(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_DQ_4())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_DQ_4())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___DQ_4)[i]);
		}
	}
	if (marshaled.___InverseQ_5 != NULL)
	{
		if (unmarshaled.get_InverseQ_5() == NULL)
		{
			unmarshaled.set_InverseQ_5(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_InverseQ_5())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_InverseQ_5())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___InverseQ_5)[i]);
		}
	}
	if (marshaled.___Modulus_6 != NULL)
	{
		if (unmarshaled.get_Modulus_6() == NULL)
		{
			unmarshaled.set_Modulus_6(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_Modulus_6())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_Modulus_6())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___Modulus_6)[i]);
		}
	}
	if (marshaled.___Exponent_7 != NULL)
	{
		if (unmarshaled.get_Exponent_7() == NULL)
		{
			unmarshaled.set_Exponent_7(reinterpret_cast<ByteU5BU5D_t4116647657*>(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.get_Exponent_7())->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.get_Exponent_7())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___Exponent_7)[i]);
		}
	}
}
// Conversion method for clean up from marshalling of: System.Security.Cryptography.RSAParameters
extern "C" void RSAParameters_t1728406613_marshal_com_cleanup(RSAParameters_t1728406613_marshaled_com& marshaled)
{
	if (marshaled.___P_0 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___P_0);
		marshaled.___P_0 = NULL;
	}
	if (marshaled.___Q_1 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___Q_1);
		marshaled.___Q_1 = NULL;
	}
	if (marshaled.___D_2 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___D_2);
		marshaled.___D_2 = NULL;
	}
	if (marshaled.___DP_3 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___DP_3);
		marshaled.___DP_3 = NULL;
	}
	if (marshaled.___DQ_4 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___DQ_4);
		marshaled.___DQ_4 = NULL;
	}
	if (marshaled.___InverseQ_5 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___InverseQ_5);
		marshaled.___InverseQ_5 = NULL;
	}
	if (marshaled.___Modulus_6 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___Modulus_6);
		marshaled.___Modulus_6 = NULL;
	}
	if (marshaled.___Exponent_7 != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.___Exponent_7);
		marshaled.___Exponent_7 = 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.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
extern "C"  void RSAPKCS1KeyExchangeFormatter__ctor_m1170240343 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method)
{
	{
		AsymmetricKeyExchangeFormatter__ctor_m1720558774(__this, /*hidden argument*/NULL);
		AsymmetricAlgorithm_t932037087 * L_0 = ___key0;
		RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.Byte[] System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::CreateKeyExchange(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, ByteU5BU5D_t4116647657* ___rgbData0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = ___rgbData0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2602199788, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		RSA_t2385438082 * L_2 = __this->get_rsa_0();
		if (L_2)
		{
			goto IL_002e;
		}
	}
	{
		String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3248900012, /*hidden argument*/NULL);
		V_0 = L_3;
		String_t* L_4 = V_0;
		CryptographicUnexpectedOperationException_t2790575154 * L_5 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var);
		CryptographicUnexpectedOperationException__ctor_m2381988196(L_5, L_4, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_002e:
	{
		RandomNumberGenerator_t386037858 * L_6 = __this->get_random_1();
		if (L_6)
		{
			goto IL_0044;
		}
	}
	{
		RandomNumberGenerator_t386037858 * L_7 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL);
		__this->set_random_1(L_7);
	}

IL_0044:
	{
		RSA_t2385438082 * L_8 = __this->get_rsa_0();
		RandomNumberGenerator_t386037858 * L_9 = __this->get_random_1();
		ByteU5BU5D_t4116647657* L_10 = ___rgbData0;
		IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_11 = PKCS1_Encrypt_v15_m1016948107(NULL /*static, unused*/, L_8, L_9, L_10, /*hidden argument*/NULL);
		return L_11;
	}
}
// System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::SetRSAKey(System.Security.Cryptography.AsymmetricAlgorithm)
extern "C"  void RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		AsymmetricAlgorithm_t932037087 * L_0 = ___key0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600271970, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		AsymmetricAlgorithm_t932037087 * L_2 = ___key0;
		__this->set_rsa_0(((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_2, RSA_t2385438082_il2cpp_TypeInfo_var)));
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription::.ctor()
extern "C"  void RSAPKCS1SHA1SignatureDescription__ctor_m621804060 (RSAPKCS1SHA1SignatureDescription_t2887980541 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAPKCS1SHA1SignatureDescription__ctor_m621804060_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SignatureDescription__ctor_m3689246904(__this, /*hidden argument*/NULL);
		SignatureDescription_set_DeformatterAlgorithm_m2634775062(__this, _stringLiteral2169945542, /*hidden argument*/NULL);
		SignatureDescription_set_DigestAlgorithm_m1385003273(__this, _stringLiteral2063782298, /*hidden argument*/NULL);
		SignatureDescription_set_FormatterAlgorithm_m3829972493(__this, _stringLiteral4211886892, /*hidden argument*/NULL);
		SignatureDescription_set_KeyAlgorithm_m3497860189(__this, _stringLiteral1086235408, /*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.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor()
extern "C"  void RSAPKCS1SignatureDeformatter__ctor_m3540701537 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, const RuntimeMethod* method)
{
	{
		AsymmetricSignatureDeformatter__ctor_m88114807(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
extern "C"  void RSAPKCS1SignatureDeformatter__ctor_m3706544163 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method)
{
	{
		AsymmetricSignatureDeformatter__ctor_m88114807(__this, /*hidden argument*/NULL);
		AsymmetricAlgorithm_t932037087 * L_0 = ___key0;
		VirtActionInvoker1< AsymmetricAlgorithm_t932037087 * >::Invoke(5 /* System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, __this, L_0);
		return;
	}
}
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetHashAlgorithm(System.String)
extern "C"  void RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m1602190713 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, String_t* ___strName0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m1602190713_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___strName0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral328941489, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		String_t* L_2 = ___strName0;
		__this->set_hashName_1(L_2);
		return;
	}
}
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
extern "C"  void RSAPKCS1SignatureDeformatter_SetKey_m614724234 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAPKCS1SignatureDeformatter_SetKey_m614724234_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		AsymmetricAlgorithm_t932037087 * L_0 = ___key0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600271970, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		AsymmetricAlgorithm_t932037087 * L_2 = ___key0;
		__this->set_rsa_0(((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_2, RSA_t2385438082_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Boolean System.Security.Cryptography.RSAPKCS1SignatureDeformatter::VerifySignature(System.Byte[],System.Byte[])
extern "C"  bool RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, ByteU5BU5D_t4116647657* ___rgbSignature1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RSA_t2385438082 * L_0 = __this->get_rsa_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4015236544, /*hidden argument*/NULL);
		CryptographicUnexpectedOperationException_t2790575154 * L_2 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var);
		CryptographicUnexpectedOperationException__ctor_m2381988196(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		String_t* L_3 = __this->get_hashName_1();
		if (L_3)
		{
			goto IL_0036;
		}
	}
	{
		String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral710276514, /*hidden argument*/NULL);
		CryptographicUnexpectedOperationException_t2790575154 * L_5 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var);
		CryptographicUnexpectedOperationException__ctor_m2381988196(L_5, L_4, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0036:
	{
		ByteU5BU5D_t4116647657* L_6 = ___rgbHash0;
		if (L_6)
		{
			goto IL_0047;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral2917899049, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0047:
	{
		ByteU5BU5D_t4116647657* L_8 = ___rgbSignature1;
		if (L_8)
		{
			goto IL_0058;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_9 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_9, _stringLiteral3170101360, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0058:
	{
		RSA_t2385438082 * L_10 = __this->get_rsa_0();
		String_t* L_11 = __this->get_hashName_1();
		HashAlgorithm_t1432317219 * L_12 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_11, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_13 = ___rgbHash0;
		ByteU5BU5D_t4116647657* L_14 = ___rgbSignature1;
		IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var);
		bool L_15 = PKCS1_Verify_v15_m2816868480(NULL /*static, unused*/, L_10, L_12, L_13, L_14, /*hidden argument*/NULL);
		return L_15;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::.ctor()
extern "C"  void RSAPKCS1SignatureFormatter__ctor_m1234483002 (RSAPKCS1SignatureFormatter_t1514197062 * __this, const RuntimeMethod* method)
{
	{
		AsymmetricSignatureFormatter__ctor_m3278494933(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Byte[] System.Security.Cryptography.RSAPKCS1SignatureFormatter::CreateSignature(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* RSAPKCS1SignatureFormatter_CreateSignature_m3191980616 (RSAPKCS1SignatureFormatter_t1514197062 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAPKCS1SignatureFormatter_CreateSignature_m3191980616_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RSA_t2385438082 * L_0 = __this->get_rsa_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral114326928, /*hidden argument*/NULL);
		CryptographicUnexpectedOperationException_t2790575154 * L_2 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var);
		CryptographicUnexpectedOperationException__ctor_m2381988196(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		HashAlgorithm_t1432317219 * L_3 = __this->get_hash_1();
		if (L_3)
		{
			goto IL_0036;
		}
	}
	{
		String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral710276514, /*hidden argument*/NULL);
		CryptographicUnexpectedOperationException_t2790575154 * L_5 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var);
		CryptographicUnexpectedOperationException__ctor_m2381988196(L_5, L_4, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0036:
	{
		ByteU5BU5D_t4116647657* L_6 = ___rgbHash0;
		if (L_6)
		{
			goto IL_0047;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral2917899049, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0047:
	{
		RSA_t2385438082 * L_8 = __this->get_rsa_0();
		HashAlgorithm_t1432317219 * L_9 = __this->get_hash_1();
		ByteU5BU5D_t4116647657* L_10 = ___rgbHash0;
		IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_11 = PKCS1_Sign_v15_m2719206817(NULL /*static, unused*/, L_8, L_9, L_10, /*hidden argument*/NULL);
		return L_11;
	}
}
// System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::SetHashAlgorithm(System.String)
extern "C"  void RSAPKCS1SignatureFormatter_SetHashAlgorithm_m446605265 (RSAPKCS1SignatureFormatter_t1514197062 * __this, String_t* ___strName0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___strName0;
		HashAlgorithm_t1432317219 * L_1 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		__this->set_hash_1(L_1);
		return;
	}
}
// System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
extern "C"  void RSAPKCS1SignatureFormatter_SetKey_m2935054088 (RSAPKCS1SignatureFormatter_t1514197062 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAPKCS1SignatureFormatter_SetKey_m2935054088_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		AsymmetricAlgorithm_t932037087 * L_0 = ___key0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600271970, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		AsymmetricAlgorithm_t932037087 * L_2 = ___key0;
		__this->set_rsa_0(((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_2, RSA_t2385438082_il2cpp_TypeInfo_var)));
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHA1::.ctor()
extern "C"  void SHA1__ctor_m2454864745 (SHA1_t1803193667 * __this, const RuntimeMethod* method)
{
	{
		HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL);
		((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)160));
		return;
	}
}
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create()
extern "C"  SHA1_t1803193667 * SHA1_Create_m1390871308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA1_Create_m1390871308_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA1_t1803193667 * L_0 = SHA1_Create_m2934697039(NULL /*static, unused*/, _stringLiteral205916201, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create(System.String)
extern "C"  SHA1_t1803193667 * SHA1_Create_m2934697039 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA1_Create_m2934697039_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___hashName0;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		return ((SHA1_t1803193667 *)CastclassClass((RuntimeObject*)L_1, SHA1_t1803193667_il2cpp_TypeInfo_var));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor()
extern "C"  void SHA1CryptoServiceProvider__ctor_m4195188793 (SHA1CryptoServiceProvider_t3661059764 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA1CryptoServiceProvider__ctor_m4195188793_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA1__ctor_m2454864745(__this, /*hidden argument*/NULL);
		SHA1Internal_t3251293021 * L_0 = (SHA1Internal_t3251293021 *)il2cpp_codegen_object_new(SHA1Internal_t3251293021_il2cpp_TypeInfo_var);
		SHA1Internal__ctor_m2437096624(L_0, /*hidden argument*/NULL);
		__this->set_sha_4(L_0);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Finalize()
extern "C"  void SHA1CryptoServiceProvider_Finalize_m1793183797 (SHA1CryptoServiceProvider_t3661059764 * __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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);

IL_0000:
	try
	{ // begin try (depth: 1)
		SHA1CryptoServiceProvider_Dispose_m1653611664(__this, (bool)0, /*hidden argument*/NULL);
		IL2CPP_LEAVE(0x13, FINALLY_000c);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_000c;
	}

FINALLY_000c:
	{ // begin finally (depth: 1)
		Object_Finalize_m3076187857(__this, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(12)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(12)
	{
		IL2CPP_JUMP_TBL(0x13, IL_0013)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0013:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Dispose(System.Boolean)
extern "C"  void SHA1CryptoServiceProvider_Dispose_m1653611664 (SHA1CryptoServiceProvider_t3661059764 * __this, bool ___disposing0, const RuntimeMethod* method)
{
	{
		bool L_0 = ___disposing0;
		HashAlgorithm_Dispose_m620242512(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::HashCore(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA1CryptoServiceProvider_HashCore_m3575298072 (SHA1CryptoServiceProvider_t3661059764 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
	{
		((HashAlgorithm_t1432317219 *)__this)->set_State_2(1);
		SHA1Internal_t3251293021 * L_0 = __this->get_sha_4();
		ByteU5BU5D_t4116647657* L_1 = ___rgb0;
		int32_t L_2 = ___ibStart1;
		int32_t L_3 = ___cbSize2;
		NullCheck(L_0);
		SHA1Internal_HashCore_m1635242363(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
		return;
	}
}
// System.Byte[] System.Security.Cryptography.SHA1CryptoServiceProvider::HashFinal()
extern "C"  ByteU5BU5D_t4116647657* SHA1CryptoServiceProvider_HashFinal_m2727634713 (SHA1CryptoServiceProvider_t3661059764 * __this, const RuntimeMethod* method)
{
	{
		((HashAlgorithm_t1432317219 *)__this)->set_State_2(0);
		SHA1Internal_t3251293021 * L_0 = __this->get_sha_4();
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_1 = SHA1Internal_HashFinal_m1760803056(L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Initialize()
extern "C"  void SHA1CryptoServiceProvider_Initialize_m1426968065 (SHA1CryptoServiceProvider_t3661059764 * __this, const RuntimeMethod* method)
{
	{
		SHA1Internal_t3251293021 * L_0 = __this->get_sha_4();
		NullCheck(L_0);
		SHA1Internal_Initialize_m499810128(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.Security.Cryptography.SHA1Internal::.ctor()
extern "C"  void SHA1Internal__ctor_m2437096624 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA1Internal__ctor_m2437096624_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		__this->set__H_0(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)5)));
		__this->set__ProcessingBuffer_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))));
		__this->set_buff_4(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80))));
		SHA1Internal_Initialize_m499810128(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1Internal::HashCore(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA1Internal_HashCore_m1635242363 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		int32_t L_0 = __this->get__ProcessingBufferCount_3();
		if (!L_0)
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_1 = ___cbSize2;
		int32_t L_2 = __this->get__ProcessingBufferCount_3();
		if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_2)))))
		{
			goto IL_003d;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_3 = ___rgb0;
		int32_t L_4 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_5 = __this->get__ProcessingBuffer_2();
		int32_t L_6 = __this->get__ProcessingBufferCount_3();
		int32_t L_7 = ___cbSize2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL);
		int32_t L_8 = __this->get__ProcessingBufferCount_3();
		int32_t L_9 = ___cbSize2;
		__this->set__ProcessingBufferCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)));
		return;
	}

IL_003d:
	{
		int32_t L_10 = __this->get__ProcessingBufferCount_3();
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_10));
		ByteU5BU5D_t4116647657* L_11 = ___rgb0;
		int32_t L_12 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_13 = __this->get__ProcessingBuffer_2();
		int32_t L_14 = __this->get__ProcessingBufferCount_3();
		int32_t L_15 = V_0;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, L_15, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_16 = __this->get__ProcessingBuffer_2();
		SHA1Internal_ProcessBlock_m1991889327(__this, L_16, 0, /*hidden argument*/NULL);
		__this->set__ProcessingBufferCount_3(0);
		int32_t L_17 = ___ibStart1;
		int32_t L_18 = V_0;
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18));
		int32_t L_19 = ___cbSize2;
		int32_t L_20 = V_0;
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20));
	}

IL_0079:
	{
		V_0 = 0;
		goto IL_008f;
	}

IL_0080:
	{
		ByteU5BU5D_t4116647657* L_21 = ___rgb0;
		int32_t L_22 = ___ibStart1;
		int32_t L_23 = V_0;
		SHA1Internal_ProcessBlock_m1991889327(__this, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL);
		int32_t L_24 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)64)));
	}

IL_008f:
	{
		int32_t L_25 = V_0;
		int32_t L_26 = ___cbSize2;
		int32_t L_27 = ___cbSize2;
		if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27%(int32_t)((int32_t)64))))))))
		{
			goto IL_0080;
		}
	}
	{
		int32_t L_28 = ___cbSize2;
		if (!((int32_t)((int32_t)L_28%(int32_t)((int32_t)64))))
		{
			goto IL_00c7;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_29 = ___rgb0;
		int32_t L_30 = ___cbSize2;
		int32_t L_31 = ___cbSize2;
		int32_t L_32 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_33 = __this->get__ProcessingBuffer_2();
		int32_t L_34 = ___cbSize2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)((int32_t)L_31%(int32_t)((int32_t)64))))), (int32_t)L_32)), (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)((int32_t)L_34%(int32_t)((int32_t)64))), /*hidden argument*/NULL);
		int32_t L_35 = ___cbSize2;
		__this->set__ProcessingBufferCount_3(((int32_t)((int32_t)L_35%(int32_t)((int32_t)64))));
	}

IL_00c7:
	{
		return;
	}
}
// System.Byte[] System.Security.Cryptography.SHA1Internal::HashFinal()
extern "C"  ByteU5BU5D_t4116647657* SHA1Internal_HashFinal_m1760803056 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA1Internal_HashFinal_m1760803056_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)));
		ByteU5BU5D_t4116647657* L_0 = __this->get__ProcessingBuffer_2();
		int32_t L_1 = __this->get__ProcessingBufferCount_3();
		SHA1Internal_ProcessFinalBlock_m1403775421(__this, L_0, 0, L_1, /*hidden argument*/NULL);
		V_1 = 0;
		goto IL_0051;
	}

IL_0022:
	{
		V_2 = 0;
		goto IL_0046;
	}

IL_0029:
	{
		ByteU5BU5D_t4116647657* L_2 = V_0;
		int32_t L_3 = V_1;
		int32_t L_4 = V_2;
		UInt32U5BU5D_t2770800703* L_5 = __this->get__H_0();
		int32_t L_6 = V_1;
		NullCheck(L_5);
		int32_t L_7 = L_6;
		uint32_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		int32_t L_9 = V_2;
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)), (int32_t)L_4))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_9))))&(int32_t)((int32_t)31)))))))));
		int32_t L_10 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
	}

IL_0046:
	{
		int32_t L_11 = V_2;
		if ((((int32_t)L_11) < ((int32_t)4)))
		{
			goto IL_0029;
		}
	}
	{
		int32_t L_12 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
	}

IL_0051:
	{
		int32_t L_13 = V_1;
		if ((((int32_t)L_13) < ((int32_t)5)))
		{
			goto IL_0022;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_14 = V_0;
		return L_14;
	}
}
// System.Void System.Security.Cryptography.SHA1Internal::Initialize()
extern "C"  void SHA1Internal_Initialize_m499810128 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method)
{
	{
		__this->set_count_1((((int64_t)((int64_t)0))));
		__this->set__ProcessingBufferCount_3(0);
		UInt32U5BU5D_t2770800703* L_0 = __this->get__H_0();
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)1732584193));
		UInt32U5BU5D_t2770800703* L_1 = __this->get__H_0();
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)-271733879));
		UInt32U5BU5D_t2770800703* L_2 = __this->get__H_0();
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)-1732584194));
		UInt32U5BU5D_t2770800703* L_3 = __this->get__H_0();
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)271733878));
		UInt32U5BU5D_t2770800703* L_4 = __this->get__H_0();
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)-1009589776));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1Internal::ProcessBlock(System.Byte[],System.UInt32)
extern "C"  void SHA1Internal_ProcessBlock_m1991889327 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, uint32_t ___inputOffset1, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	uint32_t V_1 = 0;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	uint32_t V_4 = 0;
	UInt32U5BU5D_t2770800703* V_5 = NULL;
	UInt32U5BU5D_t2770800703* V_6 = NULL;
	int32_t V_7 = 0;
	{
		uint64_t L_0 = __this->get_count_1();
		__this->set_count_1(((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)((int32_t)64)))))));
		UInt32U5BU5D_t2770800703* L_1 = __this->get__H_0();
		V_5 = L_1;
		UInt32U5BU5D_t2770800703* L_2 = __this->get_buff_4();
		V_6 = L_2;
		UInt32U5BU5D_t2770800703* L_3 = V_6;
		ByteU5BU5D_t4116647657* L_4 = ___inputBuffer0;
		uint32_t L_5 = ___inputOffset1;
		SHA1Internal_InitialiseBuff_m2891366785(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL);
		UInt32U5BU5D_t2770800703* L_6 = V_6;
		SHA1Internal_FillBuff_m3615718415(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
		UInt32U5BU5D_t2770800703* L_7 = V_5;
		NullCheck(L_7);
		int32_t L_8 = 0;
		uint32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		V_0 = L_9;
		UInt32U5BU5D_t2770800703* L_10 = V_5;
		NullCheck(L_10);
		int32_t L_11 = 1;
		uint32_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_1 = L_12;
		UInt32U5BU5D_t2770800703* L_13 = V_5;
		NullCheck(L_13);
		int32_t L_14 = 2;
		uint32_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		V_2 = L_15;
		UInt32U5BU5D_t2770800703* L_16 = V_5;
		NullCheck(L_16);
		int32_t L_17 = 3;
		uint32_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
		V_3 = L_18;
		UInt32U5BU5D_t2770800703* L_19 = V_5;
		NullCheck(L_19);
		int32_t L_20 = 4;
		uint32_t L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		V_4 = L_21;
		V_7 = 0;
		goto IL_0133;
	}

IL_0052:
	{
		uint32_t L_22 = V_4;
		uint32_t L_23 = V_0;
		uint32_t L_24 = V_0;
		uint32_t L_25 = V_2;
		uint32_t L_26 = V_3;
		uint32_t L_27 = V_1;
		uint32_t L_28 = V_3;
		UInt32U5BU5D_t2770800703* L_29 = V_6;
		int32_t L_30 = V_7;
		NullCheck(L_29);
		int32_t L_31 = L_30;
		uint32_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_24>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_25^(int32_t)L_26))&(int32_t)L_27))^(int32_t)L_28)))), (int32_t)((int32_t)1518500249))), (int32_t)L_32))));
		uint32_t L_33 = V_1;
		uint32_t L_34 = V_1;
		V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_33<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_34>>2))));
		uint32_t L_35 = V_3;
		uint32_t L_36 = V_4;
		uint32_t L_37 = V_4;
		uint32_t L_38 = V_1;
		uint32_t L_39 = V_2;
		uint32_t L_40 = V_0;
		uint32_t L_41 = V_2;
		UInt32U5BU5D_t2770800703* L_42 = V_6;
		int32_t L_43 = V_7;
		NullCheck(L_42);
		int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
		uint32_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_36<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_37>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38^(int32_t)L_39))&(int32_t)L_40))^(int32_t)L_41)))), (int32_t)((int32_t)1518500249))), (int32_t)L_45))));
		uint32_t L_46 = V_0;
		uint32_t L_47 = V_0;
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_46<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_47>>2))));
		uint32_t L_48 = V_2;
		uint32_t L_49 = V_3;
		uint32_t L_50 = V_3;
		uint32_t L_51 = V_0;
		uint32_t L_52 = V_1;
		uint32_t L_53 = V_4;
		uint32_t L_54 = V_1;
		UInt32U5BU5D_t2770800703* L_55 = V_6;
		int32_t L_56 = V_7;
		NullCheck(L_55);
		int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)2));
		uint32_t L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_49<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_50>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_51^(int32_t)L_52))&(int32_t)L_53))^(int32_t)L_54)))), (int32_t)((int32_t)1518500249))), (int32_t)L_58))));
		uint32_t L_59 = V_4;
		uint32_t L_60 = V_4;
		V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_60>>2))));
		uint32_t L_61 = V_1;
		uint32_t L_62 = V_2;
		uint32_t L_63 = V_2;
		uint32_t L_64 = V_4;
		uint32_t L_65 = V_0;
		uint32_t L_66 = V_3;
		uint32_t L_67 = V_0;
		UInt32U5BU5D_t2770800703* L_68 = V_6;
		int32_t L_69 = V_7;
		NullCheck(L_68);
		int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)3));
		uint32_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_62<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_63>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_64^(int32_t)L_65))&(int32_t)L_66))^(int32_t)L_67)))), (int32_t)((int32_t)1518500249))), (int32_t)L_71))));
		uint32_t L_72 = V_3;
		uint32_t L_73 = V_3;
		V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_72<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_73>>2))));
		uint32_t L_74 = V_0;
		uint32_t L_75 = V_1;
		uint32_t L_76 = V_1;
		uint32_t L_77 = V_3;
		uint32_t L_78 = V_4;
		uint32_t L_79 = V_2;
		uint32_t L_80 = V_4;
		UInt32U5BU5D_t2770800703* L_81 = V_6;
		int32_t L_82 = V_7;
		NullCheck(L_81);
		int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)4));
		uint32_t L_84 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_75<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_76>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_77^(int32_t)L_78))&(int32_t)L_79))^(int32_t)L_80)))), (int32_t)((int32_t)1518500249))), (int32_t)L_84))));
		uint32_t L_85 = V_2;
		uint32_t L_86 = V_2;
		V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_85<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_86>>2))));
		int32_t L_87 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)5));
	}

IL_0133:
	{
		int32_t L_88 = V_7;
		if ((((int32_t)L_88) < ((int32_t)((int32_t)20))))
		{
			goto IL_0052;
		}
	}
	{
		goto IL_0217;
	}

IL_0141:
	{
		uint32_t L_89 = V_4;
		uint32_t L_90 = V_0;
		uint32_t L_91 = V_0;
		uint32_t L_92 = V_1;
		uint32_t L_93 = V_2;
		uint32_t L_94 = V_3;
		UInt32U5BU5D_t2770800703* L_95 = V_6;
		int32_t L_96 = V_7;
		NullCheck(L_95);
		int32_t L_97 = L_96;
		uint32_t L_98 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_90<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_91>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_92^(int32_t)L_93))^(int32_t)L_94)))), (int32_t)((int32_t)1859775393))), (int32_t)L_98))));
		uint32_t L_99 = V_1;
		uint32_t L_100 = V_1;
		V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_99<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_100>>2))));
		uint32_t L_101 = V_3;
		uint32_t L_102 = V_4;
		uint32_t L_103 = V_4;
		uint32_t L_104 = V_0;
		uint32_t L_105 = V_1;
		uint32_t L_106 = V_2;
		UInt32U5BU5D_t2770800703* L_107 = V_6;
		int32_t L_108 = V_7;
		NullCheck(L_107);
		int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1));
		uint32_t L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_102<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_103>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_104^(int32_t)L_105))^(int32_t)L_106)))), (int32_t)((int32_t)1859775393))), (int32_t)L_110))));
		uint32_t L_111 = V_0;
		uint32_t L_112 = V_0;
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_111<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_112>>2))));
		uint32_t L_113 = V_2;
		uint32_t L_114 = V_3;
		uint32_t L_115 = V_3;
		uint32_t L_116 = V_4;
		uint32_t L_117 = V_0;
		uint32_t L_118 = V_1;
		UInt32U5BU5D_t2770800703* L_119 = V_6;
		int32_t L_120 = V_7;
		NullCheck(L_119);
		int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2));
		uint32_t L_122 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_114<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_115>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_116^(int32_t)L_117))^(int32_t)L_118)))), (int32_t)((int32_t)1859775393))), (int32_t)L_122))));
		uint32_t L_123 = V_4;
		uint32_t L_124 = V_4;
		V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_123<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_124>>2))));
		uint32_t L_125 = V_1;
		uint32_t L_126 = V_2;
		uint32_t L_127 = V_2;
		uint32_t L_128 = V_3;
		uint32_t L_129 = V_4;
		uint32_t L_130 = V_0;
		UInt32U5BU5D_t2770800703* L_131 = V_6;
		int32_t L_132 = V_7;
		NullCheck(L_131);
		int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)3));
		uint32_t L_134 = (L_131)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_126<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_127>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_128^(int32_t)L_129))^(int32_t)L_130)))), (int32_t)((int32_t)1859775393))), (int32_t)L_134))));
		uint32_t L_135 = V_3;
		uint32_t L_136 = V_3;
		V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_135<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_136>>2))));
		uint32_t L_137 = V_0;
		uint32_t L_138 = V_1;
		uint32_t L_139 = V_1;
		uint32_t L_140 = V_2;
		uint32_t L_141 = V_3;
		uint32_t L_142 = V_4;
		UInt32U5BU5D_t2770800703* L_143 = V_6;
		int32_t L_144 = V_7;
		NullCheck(L_143);
		int32_t L_145 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)4));
		uint32_t L_146 = (L_143)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_138<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_139>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_140^(int32_t)L_141))^(int32_t)L_142)))), (int32_t)((int32_t)1859775393))), (int32_t)L_146))));
		uint32_t L_147 = V_2;
		uint32_t L_148 = V_2;
		V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_147<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_148>>2))));
		int32_t L_149 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)5));
	}

IL_0217:
	{
		int32_t L_150 = V_7;
		if ((((int32_t)L_150) < ((int32_t)((int32_t)40))))
		{
			goto IL_0141;
		}
	}
	{
		goto IL_031c;
	}

IL_0225:
	{
		uint32_t L_151 = V_4;
		uint32_t L_152 = V_0;
		uint32_t L_153 = V_0;
		uint32_t L_154 = V_1;
		uint32_t L_155 = V_2;
		uint32_t L_156 = V_1;
		uint32_t L_157 = V_3;
		uint32_t L_158 = V_2;
		uint32_t L_159 = V_3;
		UInt32U5BU5D_t2770800703* L_160 = V_6;
		int32_t L_161 = V_7;
		NullCheck(L_160);
		int32_t L_162 = L_161;
		uint32_t L_163 = (L_160)->GetAt(static_cast<il2cpp_array_size_t>(L_162));
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_152<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_153>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_154&(int32_t)L_155))|(int32_t)((int32_t)((int32_t)L_156&(int32_t)L_157))))|(int32_t)((int32_t)((int32_t)L_158&(int32_t)L_159)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_163))));
		uint32_t L_164 = V_1;
		uint32_t L_165 = V_1;
		V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_164<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_165>>2))));
		uint32_t L_166 = V_3;
		uint32_t L_167 = V_4;
		uint32_t L_168 = V_4;
		uint32_t L_169 = V_0;
		uint32_t L_170 = V_1;
		uint32_t L_171 = V_0;
		uint32_t L_172 = V_2;
		uint32_t L_173 = V_1;
		uint32_t L_174 = V_2;
		UInt32U5BU5D_t2770800703* L_175 = V_6;
		int32_t L_176 = V_7;
		NullCheck(L_175);
		int32_t L_177 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1));
		uint32_t L_178 = (L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_167<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_168>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_169&(int32_t)L_170))|(int32_t)((int32_t)((int32_t)L_171&(int32_t)L_172))))|(int32_t)((int32_t)((int32_t)L_173&(int32_t)L_174)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_178))));
		uint32_t L_179 = V_0;
		uint32_t L_180 = V_0;
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_179<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_180>>2))));
		uint32_t L_181 = V_2;
		uint32_t L_182 = V_3;
		uint32_t L_183 = V_3;
		uint32_t L_184 = V_4;
		uint32_t L_185 = V_0;
		uint32_t L_186 = V_4;
		uint32_t L_187 = V_1;
		uint32_t L_188 = V_0;
		uint32_t L_189 = V_1;
		UInt32U5BU5D_t2770800703* L_190 = V_6;
		int32_t L_191 = V_7;
		NullCheck(L_190);
		int32_t L_192 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)2));
		uint32_t L_193 = (L_190)->GetAt(static_cast<il2cpp_array_size_t>(L_192));
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_182<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_183>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_184&(int32_t)L_185))|(int32_t)((int32_t)((int32_t)L_186&(int32_t)L_187))))|(int32_t)((int32_t)((int32_t)L_188&(int32_t)L_189)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_193))));
		uint32_t L_194 = V_4;
		uint32_t L_195 = V_4;
		V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_194<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_195>>2))));
		uint32_t L_196 = V_1;
		uint32_t L_197 = V_2;
		uint32_t L_198 = V_2;
		uint32_t L_199 = V_3;
		uint32_t L_200 = V_4;
		uint32_t L_201 = V_3;
		uint32_t L_202 = V_0;
		uint32_t L_203 = V_4;
		uint32_t L_204 = V_0;
		UInt32U5BU5D_t2770800703* L_205 = V_6;
		int32_t L_206 = V_7;
		NullCheck(L_205);
		int32_t L_207 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)3));
		uint32_t L_208 = (L_205)->GetAt(static_cast<il2cpp_array_size_t>(L_207));
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_197<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_198>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_199&(int32_t)L_200))|(int32_t)((int32_t)((int32_t)L_201&(int32_t)L_202))))|(int32_t)((int32_t)((int32_t)L_203&(int32_t)L_204)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_208))));
		uint32_t L_209 = V_3;
		uint32_t L_210 = V_3;
		V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_209<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_210>>2))));
		uint32_t L_211 = V_0;
		uint32_t L_212 = V_1;
		uint32_t L_213 = V_1;
		uint32_t L_214 = V_2;
		uint32_t L_215 = V_3;
		uint32_t L_216 = V_2;
		uint32_t L_217 = V_4;
		uint32_t L_218 = V_3;
		uint32_t L_219 = V_4;
		UInt32U5BU5D_t2770800703* L_220 = V_6;
		int32_t L_221 = V_7;
		NullCheck(L_220);
		int32_t L_222 = ((int32_t)il2cpp_codegen_add((int32_t)L_221, (int32_t)4));
		uint32_t L_223 = (L_220)->GetAt(static_cast<il2cpp_array_size_t>(L_222));
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_212<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_213>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_214&(int32_t)L_215))|(int32_t)((int32_t)((int32_t)L_216&(int32_t)L_217))))|(int32_t)((int32_t)((int32_t)L_218&(int32_t)L_219)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_223))));
		uint32_t L_224 = V_2;
		uint32_t L_225 = V_2;
		V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_224<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_225>>2))));
		int32_t L_226 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)5));
	}

IL_031c:
	{
		int32_t L_227 = V_7;
		if ((((int32_t)L_227) < ((int32_t)((int32_t)60))))
		{
			goto IL_0225;
		}
	}
	{
		goto IL_0400;
	}

IL_032a:
	{
		uint32_t L_228 = V_4;
		uint32_t L_229 = V_0;
		uint32_t L_230 = V_0;
		uint32_t L_231 = V_1;
		uint32_t L_232 = V_2;
		uint32_t L_233 = V_3;
		UInt32U5BU5D_t2770800703* L_234 = V_6;
		int32_t L_235 = V_7;
		NullCheck(L_234);
		int32_t L_236 = L_235;
		uint32_t L_237 = (L_234)->GetAt(static_cast<il2cpp_array_size_t>(L_236));
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_229<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_230>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_231^(int32_t)L_232))^(int32_t)L_233)))), (int32_t)((int32_t)-899497514))), (int32_t)L_237))));
		uint32_t L_238 = V_1;
		uint32_t L_239 = V_1;
		V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_238<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_239>>2))));
		uint32_t L_240 = V_3;
		uint32_t L_241 = V_4;
		uint32_t L_242 = V_4;
		uint32_t L_243 = V_0;
		uint32_t L_244 = V_1;
		uint32_t L_245 = V_2;
		UInt32U5BU5D_t2770800703* L_246 = V_6;
		int32_t L_247 = V_7;
		NullCheck(L_246);
		int32_t L_248 = ((int32_t)il2cpp_codegen_add((int32_t)L_247, (int32_t)1));
		uint32_t L_249 = (L_246)->GetAt(static_cast<il2cpp_array_size_t>(L_248));
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_240, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_241<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_242>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_243^(int32_t)L_244))^(int32_t)L_245)))), (int32_t)((int32_t)-899497514))), (int32_t)L_249))));
		uint32_t L_250 = V_0;
		uint32_t L_251 = V_0;
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_250<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_251>>2))));
		uint32_t L_252 = V_2;
		uint32_t L_253 = V_3;
		uint32_t L_254 = V_3;
		uint32_t L_255 = V_4;
		uint32_t L_256 = V_0;
		uint32_t L_257 = V_1;
		UInt32U5BU5D_t2770800703* L_258 = V_6;
		int32_t L_259 = V_7;
		NullCheck(L_258);
		int32_t L_260 = ((int32_t)il2cpp_codegen_add((int32_t)L_259, (int32_t)2));
		uint32_t L_261 = (L_258)->GetAt(static_cast<il2cpp_array_size_t>(L_260));
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_253<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_254>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_255^(int32_t)L_256))^(int32_t)L_257)))), (int32_t)((int32_t)-899497514))), (int32_t)L_261))));
		uint32_t L_262 = V_4;
		uint32_t L_263 = V_4;
		V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_262<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_263>>2))));
		uint32_t L_264 = V_1;
		uint32_t L_265 = V_2;
		uint32_t L_266 = V_2;
		uint32_t L_267 = V_3;
		uint32_t L_268 = V_4;
		uint32_t L_269 = V_0;
		UInt32U5BU5D_t2770800703* L_270 = V_6;
		int32_t L_271 = V_7;
		NullCheck(L_270);
		int32_t L_272 = ((int32_t)il2cpp_codegen_add((int32_t)L_271, (int32_t)3));
		uint32_t L_273 = (L_270)->GetAt(static_cast<il2cpp_array_size_t>(L_272));
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_264, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_265<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_266>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_267^(int32_t)L_268))^(int32_t)L_269)))), (int32_t)((int32_t)-899497514))), (int32_t)L_273))));
		uint32_t L_274 = V_3;
		uint32_t L_275 = V_3;
		V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_274<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_275>>2))));
		uint32_t L_276 = V_0;
		uint32_t L_277 = V_1;
		uint32_t L_278 = V_1;
		uint32_t L_279 = V_2;
		uint32_t L_280 = V_3;
		uint32_t L_281 = V_4;
		UInt32U5BU5D_t2770800703* L_282 = V_6;
		int32_t L_283 = V_7;
		NullCheck(L_282);
		int32_t L_284 = ((int32_t)il2cpp_codegen_add((int32_t)L_283, (int32_t)4));
		uint32_t L_285 = (L_282)->GetAt(static_cast<il2cpp_array_size_t>(L_284));
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_276, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_277<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_278>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_279^(int32_t)L_280))^(int32_t)L_281)))), (int32_t)((int32_t)-899497514))), (int32_t)L_285))));
		uint32_t L_286 = V_2;
		uint32_t L_287 = V_2;
		V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_286<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_287>>2))));
		int32_t L_288 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_288, (int32_t)5));
	}

IL_0400:
	{
		int32_t L_289 = V_7;
		if ((((int32_t)L_289) < ((int32_t)((int32_t)80))))
		{
			goto IL_032a;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_290 = V_5;
		NullCheck(L_290);
		uint32_t* L_291 = ((L_290)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
		uint32_t L_292 = V_0;
		*((int32_t*)(L_291)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_291)), (int32_t)L_292));
		UInt32U5BU5D_t2770800703* L_293 = V_5;
		NullCheck(L_293);
		uint32_t* L_294 = ((L_293)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
		uint32_t L_295 = V_1;
		*((int32_t*)(L_294)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_294)), (int32_t)L_295));
		UInt32U5BU5D_t2770800703* L_296 = V_5;
		NullCheck(L_296);
		uint32_t* L_297 = ((L_296)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)));
		uint32_t L_298 = V_2;
		*((int32_t*)(L_297)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_297)), (int32_t)L_298));
		UInt32U5BU5D_t2770800703* L_299 = V_5;
		NullCheck(L_299);
		uint32_t* L_300 = ((L_299)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)));
		uint32_t L_301 = V_3;
		*((int32_t*)(L_300)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_300)), (int32_t)L_301));
		UInt32U5BU5D_t2770800703* L_302 = V_5;
		NullCheck(L_302);
		uint32_t* L_303 = ((L_302)->GetAddressAt(static_cast<il2cpp_array_size_t>(4)));
		uint32_t L_304 = V_4;
		*((int32_t*)(L_303)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_303)), (int32_t)L_304));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1Internal::InitialiseBuff(System.UInt32[],System.Byte[],System.UInt32)
extern "C"  void SHA1Internal_InitialiseBuff_m2891366785 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___buff0, ByteU5BU5D_t4116647657* ___input1, uint32_t ___inputOffset2, const RuntimeMethod* method)
{
	{
		UInt32U5BU5D_t2770800703* L_0 = ___buff0;
		ByteU5BU5D_t4116647657* L_1 = ___input1;
		uint32_t L_2 = ___inputOffset2;
		NullCheck(L_1);
		uintptr_t L_3 = (((uintptr_t)L_2));
		uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		ByteU5BU5D_t4116647657* L_5 = ___input1;
		uint32_t L_6 = ___inputOffset2;
		NullCheck(L_5);
		uintptr_t L_7 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))));
		uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		ByteU5BU5D_t4116647657* L_9 = ___input1;
		uint32_t L_10 = ___inputOffset2;
		NullCheck(L_9);
		uintptr_t L_11 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2))));
		uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		ByteU5BU5D_t4116647657* L_13 = ___input1;
		uint32_t L_14 = ___inputOffset2;
		NullCheck(L_13);
		uintptr_t L_15 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3))));
		uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)8))))|(int32_t)L_16)));
		UInt32U5BU5D_t2770800703* L_17 = ___buff0;
		ByteU5BU5D_t4116647657* L_18 = ___input1;
		uint32_t L_19 = ___inputOffset2;
		NullCheck(L_18);
		uintptr_t L_20 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4))));
		uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		ByteU5BU5D_t4116647657* L_22 = ___input1;
		uint32_t L_23 = ___inputOffset2;
		NullCheck(L_22);
		uintptr_t L_24 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)5))));
		uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		ByteU5BU5D_t4116647657* L_26 = ___input1;
		uint32_t L_27 = ___inputOffset2;
		NullCheck(L_26);
		uintptr_t L_28 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)6))));
		uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
		ByteU5BU5D_t4116647657* L_30 = ___input1;
		uint32_t L_31 = ___inputOffset2;
		NullCheck(L_30);
		uintptr_t L_32 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)7))));
		uint8_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
		NullCheck(L_17);
		(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_25<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_29<<(int32_t)8))))|(int32_t)L_33)));
		UInt32U5BU5D_t2770800703* L_34 = ___buff0;
		ByteU5BU5D_t4116647657* L_35 = ___input1;
		uint32_t L_36 = ___inputOffset2;
		NullCheck(L_35);
		uintptr_t L_37 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)8))));
		uint8_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
		ByteU5BU5D_t4116647657* L_39 = ___input1;
		uint32_t L_40 = ___inputOffset2;
		NullCheck(L_39);
		uintptr_t L_41 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)9)))));
		uint8_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
		ByteU5BU5D_t4116647657* L_43 = ___input1;
		uint32_t L_44 = ___inputOffset2;
		NullCheck(L_43);
		uintptr_t L_45 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)((int32_t)10)))));
		uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		ByteU5BU5D_t4116647657* L_47 = ___input1;
		uint32_t L_48 = ___inputOffset2;
		NullCheck(L_47);
		uintptr_t L_49 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)((int32_t)11)))));
		uint8_t L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
		NullCheck(L_34);
		(L_34)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_42<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_46<<(int32_t)8))))|(int32_t)L_50)));
		UInt32U5BU5D_t2770800703* L_51 = ___buff0;
		ByteU5BU5D_t4116647657* L_52 = ___input1;
		uint32_t L_53 = ___inputOffset2;
		NullCheck(L_52);
		uintptr_t L_54 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)((int32_t)12)))));
		uint8_t L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
		ByteU5BU5D_t4116647657* L_56 = ___input1;
		uint32_t L_57 = ___inputOffset2;
		NullCheck(L_56);
		uintptr_t L_58 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)((int32_t)13)))));
		uint8_t L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
		ByteU5BU5D_t4116647657* L_60 = ___input1;
		uint32_t L_61 = ___inputOffset2;
		NullCheck(L_60);
		uintptr_t L_62 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)14)))));
		uint8_t L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
		ByteU5BU5D_t4116647657* L_64 = ___input1;
		uint32_t L_65 = ___inputOffset2;
		NullCheck(L_64);
		uintptr_t L_66 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)((int32_t)15)))));
		uint8_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
		NullCheck(L_51);
		(L_51)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_55<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_63<<(int32_t)8))))|(int32_t)L_67)));
		UInt32U5BU5D_t2770800703* L_68 = ___buff0;
		ByteU5BU5D_t4116647657* L_69 = ___input1;
		uint32_t L_70 = ___inputOffset2;
		NullCheck(L_69);
		uintptr_t L_71 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)16)))));
		uint8_t L_72 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
		ByteU5BU5D_t4116647657* L_73 = ___input1;
		uint32_t L_74 = ___inputOffset2;
		NullCheck(L_73);
		uintptr_t L_75 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)((int32_t)17)))));
		uint8_t L_76 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
		ByteU5BU5D_t4116647657* L_77 = ___input1;
		uint32_t L_78 = ___inputOffset2;
		NullCheck(L_77);
		uintptr_t L_79 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)18)))));
		uint8_t L_80 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
		ByteU5BU5D_t4116647657* L_81 = ___input1;
		uint32_t L_82 = ___inputOffset2;
		NullCheck(L_81);
		uintptr_t L_83 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)((int32_t)19)))));
		uint8_t L_84 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
		NullCheck(L_68);
		(L_68)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_72<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_76<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_80<<(int32_t)8))))|(int32_t)L_84)));
		UInt32U5BU5D_t2770800703* L_85 = ___buff0;
		ByteU5BU5D_t4116647657* L_86 = ___input1;
		uint32_t L_87 = ___inputOffset2;
		NullCheck(L_86);
		uintptr_t L_88 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)((int32_t)20)))));
		uint8_t L_89 = (L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
		ByteU5BU5D_t4116647657* L_90 = ___input1;
		uint32_t L_91 = ___inputOffset2;
		NullCheck(L_90);
		uintptr_t L_92 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)((int32_t)21)))));
		uint8_t L_93 = (L_90)->GetAt(static_cast<il2cpp_array_size_t>(L_92));
		ByteU5BU5D_t4116647657* L_94 = ___input1;
		uint32_t L_95 = ___inputOffset2;
		NullCheck(L_94);
		uintptr_t L_96 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)((int32_t)22)))));
		uint8_t L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
		ByteU5BU5D_t4116647657* L_98 = ___input1;
		uint32_t L_99 = ___inputOffset2;
		NullCheck(L_98);
		uintptr_t L_100 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)((int32_t)23)))));
		uint8_t L_101 = (L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_100));
		NullCheck(L_85);
		(L_85)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_89<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_93<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_97<<(int32_t)8))))|(int32_t)L_101)));
		UInt32U5BU5D_t2770800703* L_102 = ___buff0;
		ByteU5BU5D_t4116647657* L_103 = ___input1;
		uint32_t L_104 = ___inputOffset2;
		NullCheck(L_103);
		uintptr_t L_105 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)((int32_t)24)))));
		uint8_t L_106 = (L_103)->GetAt(static_cast<il2cpp_array_size_t>(L_105));
		ByteU5BU5D_t4116647657* L_107 = ___input1;
		uint32_t L_108 = ___inputOffset2;
		NullCheck(L_107);
		uintptr_t L_109 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)25)))));
		uint8_t L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
		ByteU5BU5D_t4116647657* L_111 = ___input1;
		uint32_t L_112 = ___inputOffset2;
		NullCheck(L_111);
		uintptr_t L_113 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)((int32_t)26)))));
		uint8_t L_114 = (L_111)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
		ByteU5BU5D_t4116647657* L_115 = ___input1;
		uint32_t L_116 = ___inputOffset2;
		NullCheck(L_115);
		uintptr_t L_117 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)((int32_t)27)))));
		uint8_t L_118 = (L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
		NullCheck(L_102);
		(L_102)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_106<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_110<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_114<<(int32_t)8))))|(int32_t)L_118)));
		UInt32U5BU5D_t2770800703* L_119 = ___buff0;
		ByteU5BU5D_t4116647657* L_120 = ___input1;
		uint32_t L_121 = ___inputOffset2;
		NullCheck(L_120);
		uintptr_t L_122 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)((int32_t)28)))));
		uint8_t L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
		ByteU5BU5D_t4116647657* L_124 = ___input1;
		uint32_t L_125 = ___inputOffset2;
		NullCheck(L_124);
		uintptr_t L_126 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)((int32_t)29)))));
		uint8_t L_127 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
		ByteU5BU5D_t4116647657* L_128 = ___input1;
		uint32_t L_129 = ___inputOffset2;
		NullCheck(L_128);
		uintptr_t L_130 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)30)))));
		uint8_t L_131 = (L_128)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
		ByteU5BU5D_t4116647657* L_132 = ___input1;
		uint32_t L_133 = ___inputOffset2;
		NullCheck(L_132);
		uintptr_t L_134 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)31)))));
		uint8_t L_135 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
		NullCheck(L_119);
		(L_119)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_123<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_127<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_131<<(int32_t)8))))|(int32_t)L_135)));
		UInt32U5BU5D_t2770800703* L_136 = ___buff0;
		ByteU5BU5D_t4116647657* L_137 = ___input1;
		uint32_t L_138 = ___inputOffset2;
		NullCheck(L_137);
		uintptr_t L_139 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)((int32_t)32)))));
		uint8_t L_140 = (L_137)->GetAt(static_cast<il2cpp_array_size_t>(L_139));
		ByteU5BU5D_t4116647657* L_141 = ___input1;
		uint32_t L_142 = ___inputOffset2;
		NullCheck(L_141);
		uintptr_t L_143 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)((int32_t)33)))));
		uint8_t L_144 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
		ByteU5BU5D_t4116647657* L_145 = ___input1;
		uint32_t L_146 = ___inputOffset2;
		NullCheck(L_145);
		uintptr_t L_147 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)((int32_t)34)))));
		uint8_t L_148 = (L_145)->GetAt(static_cast<il2cpp_array_size_t>(L_147));
		ByteU5BU5D_t4116647657* L_149 = ___input1;
		uint32_t L_150 = ___inputOffset2;
		NullCheck(L_149);
		uintptr_t L_151 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)((int32_t)35)))));
		uint8_t L_152 = (L_149)->GetAt(static_cast<il2cpp_array_size_t>(L_151));
		NullCheck(L_136);
		(L_136)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_140<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_144<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_148<<(int32_t)8))))|(int32_t)L_152)));
		UInt32U5BU5D_t2770800703* L_153 = ___buff0;
		ByteU5BU5D_t4116647657* L_154 = ___input1;
		uint32_t L_155 = ___inputOffset2;
		NullCheck(L_154);
		uintptr_t L_156 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)((int32_t)36)))));
		uint8_t L_157 = (L_154)->GetAt(static_cast<il2cpp_array_size_t>(L_156));
		ByteU5BU5D_t4116647657* L_158 = ___input1;
		uint32_t L_159 = ___inputOffset2;
		NullCheck(L_158);
		uintptr_t L_160 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)((int32_t)37)))));
		uint8_t L_161 = (L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
		ByteU5BU5D_t4116647657* L_162 = ___input1;
		uint32_t L_163 = ___inputOffset2;
		NullCheck(L_162);
		uintptr_t L_164 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)((int32_t)38)))));
		uint8_t L_165 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
		ByteU5BU5D_t4116647657* L_166 = ___input1;
		uint32_t L_167 = ___inputOffset2;
		NullCheck(L_166);
		uintptr_t L_168 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)((int32_t)39)))));
		uint8_t L_169 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
		NullCheck(L_153);
		(L_153)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_157<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_161<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_165<<(int32_t)8))))|(int32_t)L_169)));
		UInt32U5BU5D_t2770800703* L_170 = ___buff0;
		ByteU5BU5D_t4116647657* L_171 = ___input1;
		uint32_t L_172 = ___inputOffset2;
		NullCheck(L_171);
		uintptr_t L_173 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)((int32_t)40)))));
		uint8_t L_174 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
		ByteU5BU5D_t4116647657* L_175 = ___input1;
		uint32_t L_176 = ___inputOffset2;
		NullCheck(L_175);
		uintptr_t L_177 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)((int32_t)41)))));
		uint8_t L_178 = (L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
		ByteU5BU5D_t4116647657* L_179 = ___input1;
		uint32_t L_180 = ___inputOffset2;
		NullCheck(L_179);
		uintptr_t L_181 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)((int32_t)42)))));
		uint8_t L_182 = (L_179)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
		ByteU5BU5D_t4116647657* L_183 = ___input1;
		uint32_t L_184 = ___inputOffset2;
		NullCheck(L_183);
		uintptr_t L_185 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)((int32_t)43)))));
		uint8_t L_186 = (L_183)->GetAt(static_cast<il2cpp_array_size_t>(L_185));
		NullCheck(L_170);
		(L_170)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_174<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_178<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_182<<(int32_t)8))))|(int32_t)L_186)));
		UInt32U5BU5D_t2770800703* L_187 = ___buff0;
		ByteU5BU5D_t4116647657* L_188 = ___input1;
		uint32_t L_189 = ___inputOffset2;
		NullCheck(L_188);
		uintptr_t L_190 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)((int32_t)44)))));
		uint8_t L_191 = (L_188)->GetAt(static_cast<il2cpp_array_size_t>(L_190));
		ByteU5BU5D_t4116647657* L_192 = ___input1;
		uint32_t L_193 = ___inputOffset2;
		NullCheck(L_192);
		uintptr_t L_194 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)((int32_t)45)))));
		uint8_t L_195 = (L_192)->GetAt(static_cast<il2cpp_array_size_t>(L_194));
		ByteU5BU5D_t4116647657* L_196 = ___input1;
		uint32_t L_197 = ___inputOffset2;
		NullCheck(L_196);
		uintptr_t L_198 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)((int32_t)46)))));
		uint8_t L_199 = (L_196)->GetAt(static_cast<il2cpp_array_size_t>(L_198));
		ByteU5BU5D_t4116647657* L_200 = ___input1;
		uint32_t L_201 = ___inputOffset2;
		NullCheck(L_200);
		uintptr_t L_202 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_201, (int32_t)((int32_t)47)))));
		uint8_t L_203 = (L_200)->GetAt(static_cast<il2cpp_array_size_t>(L_202));
		NullCheck(L_187);
		(L_187)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_191<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_195<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_199<<(int32_t)8))))|(int32_t)L_203)));
		UInt32U5BU5D_t2770800703* L_204 = ___buff0;
		ByteU5BU5D_t4116647657* L_205 = ___input1;
		uint32_t L_206 = ___inputOffset2;
		NullCheck(L_205);
		uintptr_t L_207 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)((int32_t)48)))));
		uint8_t L_208 = (L_205)->GetAt(static_cast<il2cpp_array_size_t>(L_207));
		ByteU5BU5D_t4116647657* L_209 = ___input1;
		uint32_t L_210 = ___inputOffset2;
		NullCheck(L_209);
		uintptr_t L_211 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)((int32_t)49)))));
		uint8_t L_212 = (L_209)->GetAt(static_cast<il2cpp_array_size_t>(L_211));
		ByteU5BU5D_t4116647657* L_213 = ___input1;
		uint32_t L_214 = ___inputOffset2;
		NullCheck(L_213);
		uintptr_t L_215 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)((int32_t)50)))));
		uint8_t L_216 = (L_213)->GetAt(static_cast<il2cpp_array_size_t>(L_215));
		ByteU5BU5D_t4116647657* L_217 = ___input1;
		uint32_t L_218 = ___inputOffset2;
		NullCheck(L_217);
		uintptr_t L_219 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)((int32_t)51)))));
		uint8_t L_220 = (L_217)->GetAt(static_cast<il2cpp_array_size_t>(L_219));
		NullCheck(L_204);
		(L_204)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_208<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_212<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_216<<(int32_t)8))))|(int32_t)L_220)));
		UInt32U5BU5D_t2770800703* L_221 = ___buff0;
		ByteU5BU5D_t4116647657* L_222 = ___input1;
		uint32_t L_223 = ___inputOffset2;
		NullCheck(L_222);
		uintptr_t L_224 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)((int32_t)52)))));
		uint8_t L_225 = (L_222)->GetAt(static_cast<il2cpp_array_size_t>(L_224));
		ByteU5BU5D_t4116647657* L_226 = ___input1;
		uint32_t L_227 = ___inputOffset2;
		NullCheck(L_226);
		uintptr_t L_228 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_227, (int32_t)((int32_t)53)))));
		uint8_t L_229 = (L_226)->GetAt(static_cast<il2cpp_array_size_t>(L_228));
		ByteU5BU5D_t4116647657* L_230 = ___input1;
		uint32_t L_231 = ___inputOffset2;
		NullCheck(L_230);
		uintptr_t L_232 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_231, (int32_t)((int32_t)54)))));
		uint8_t L_233 = (L_230)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
		ByteU5BU5D_t4116647657* L_234 = ___input1;
		uint32_t L_235 = ___inputOffset2;
		NullCheck(L_234);
		uintptr_t L_236 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)((int32_t)55)))));
		uint8_t L_237 = (L_234)->GetAt(static_cast<il2cpp_array_size_t>(L_236));
		NullCheck(L_221);
		(L_221)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_225<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_229<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_233<<(int32_t)8))))|(int32_t)L_237)));
		UInt32U5BU5D_t2770800703* L_238 = ___buff0;
		ByteU5BU5D_t4116647657* L_239 = ___input1;
		uint32_t L_240 = ___inputOffset2;
		NullCheck(L_239);
		uintptr_t L_241 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_240, (int32_t)((int32_t)56)))));
		uint8_t L_242 = (L_239)->GetAt(static_cast<il2cpp_array_size_t>(L_241));
		ByteU5BU5D_t4116647657* L_243 = ___input1;
		uint32_t L_244 = ___inputOffset2;
		NullCheck(L_243);
		uintptr_t L_245 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)((int32_t)57)))));
		uint8_t L_246 = (L_243)->GetAt(static_cast<il2cpp_array_size_t>(L_245));
		ByteU5BU5D_t4116647657* L_247 = ___input1;
		uint32_t L_248 = ___inputOffset2;
		NullCheck(L_247);
		uintptr_t L_249 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_248, (int32_t)((int32_t)58)))));
		uint8_t L_250 = (L_247)->GetAt(static_cast<il2cpp_array_size_t>(L_249));
		ByteU5BU5D_t4116647657* L_251 = ___input1;
		uint32_t L_252 = ___inputOffset2;
		NullCheck(L_251);
		uintptr_t L_253 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)((int32_t)59)))));
		uint8_t L_254 = (L_251)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
		NullCheck(L_238);
		(L_238)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_242<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_246<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_250<<(int32_t)8))))|(int32_t)L_254)));
		UInt32U5BU5D_t2770800703* L_255 = ___buff0;
		ByteU5BU5D_t4116647657* L_256 = ___input1;
		uint32_t L_257 = ___inputOffset2;
		NullCheck(L_256);
		uintptr_t L_258 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_257, (int32_t)((int32_t)60)))));
		uint8_t L_259 = (L_256)->GetAt(static_cast<il2cpp_array_size_t>(L_258));
		ByteU5BU5D_t4116647657* L_260 = ___input1;
		uint32_t L_261 = ___inputOffset2;
		NullCheck(L_260);
		uintptr_t L_262 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_261, (int32_t)((int32_t)61)))));
		uint8_t L_263 = (L_260)->GetAt(static_cast<il2cpp_array_size_t>(L_262));
		ByteU5BU5D_t4116647657* L_264 = ___input1;
		uint32_t L_265 = ___inputOffset2;
		NullCheck(L_264);
		uintptr_t L_266 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_265, (int32_t)((int32_t)62)))));
		uint8_t L_267 = (L_264)->GetAt(static_cast<il2cpp_array_size_t>(L_266));
		ByteU5BU5D_t4116647657* L_268 = ___input1;
		uint32_t L_269 = ___inputOffset2;
		NullCheck(L_268);
		uintptr_t L_270 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_269, (int32_t)((int32_t)63)))));
		uint8_t L_271 = (L_268)->GetAt(static_cast<il2cpp_array_size_t>(L_270));
		NullCheck(L_255);
		(L_255)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_259<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_263<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_267<<(int32_t)8))))|(int32_t)L_271)));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1Internal::FillBuff(System.UInt32[])
extern "C"  void SHA1Internal_FillBuff_m3615718415 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___buff0, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		V_1 = ((int32_t)16);
		goto IL_013e;
	}

IL_0008:
	{
		UInt32U5BU5D_t2770800703* L_0 = ___buff0;
		int32_t L_1 = V_1;
		NullCheck(L_0);
		int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)3));
		uint32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		UInt32U5BU5D_t2770800703* L_4 = ___buff0;
		int32_t L_5 = V_1;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)8));
		uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		UInt32U5BU5D_t2770800703* L_8 = ___buff0;
		int32_t L_9 = V_1;
		NullCheck(L_8);
		int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)14)));
		uint32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		UInt32U5BU5D_t2770800703* L_12 = ___buff0;
		int32_t L_13 = V_1;
		NullCheck(L_12);
		int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)16)));
		uint32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_7))^(int32_t)L_11))^(int32_t)L_15));
		UInt32U5BU5D_t2770800703* L_16 = ___buff0;
		int32_t L_17 = V_1;
		uint32_t L_18 = V_0;
		uint32_t L_19 = V_0;
		NullCheck(L_16);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_18<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_19>>((int32_t)31))))));
		UInt32U5BU5D_t2770800703* L_20 = ___buff0;
		int32_t L_21 = V_1;
		NullCheck(L_20);
		int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2));
		uint32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
		UInt32U5BU5D_t2770800703* L_24 = ___buff0;
		int32_t L_25 = V_1;
		NullCheck(L_24);
		int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)7));
		uint32_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		UInt32U5BU5D_t2770800703* L_28 = ___buff0;
		int32_t L_29 = V_1;
		NullCheck(L_28);
		int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)13)));
		uint32_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		UInt32U5BU5D_t2770800703* L_32 = ___buff0;
		int32_t L_33 = V_1;
		NullCheck(L_32);
		int32_t L_34 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)15)));
		uint32_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23^(int32_t)L_27))^(int32_t)L_31))^(int32_t)L_35));
		UInt32U5BU5D_t2770800703* L_36 = ___buff0;
		int32_t L_37 = V_1;
		uint32_t L_38 = V_0;
		uint32_t L_39 = V_0;
		NullCheck(L_36);
		(L_36)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_39>>((int32_t)31))))));
		UInt32U5BU5D_t2770800703* L_40 = ___buff0;
		int32_t L_41 = V_1;
		NullCheck(L_40);
		int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1));
		uint32_t L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
		UInt32U5BU5D_t2770800703* L_44 = ___buff0;
		int32_t L_45 = V_1;
		NullCheck(L_44);
		int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)6));
		uint32_t L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
		UInt32U5BU5D_t2770800703* L_48 = ___buff0;
		int32_t L_49 = V_1;
		NullCheck(L_48);
		int32_t L_50 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)((int32_t)12)));
		uint32_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
		UInt32U5BU5D_t2770800703* L_52 = ___buff0;
		int32_t L_53 = V_1;
		NullCheck(L_52);
		int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)((int32_t)14)));
		uint32_t L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_43^(int32_t)L_47))^(int32_t)L_51))^(int32_t)L_55));
		UInt32U5BU5D_t2770800703* L_56 = ___buff0;
		int32_t L_57 = V_1;
		uint32_t L_58 = V_0;
		uint32_t L_59 = V_0;
		NullCheck(L_56);
		(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_58<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_59>>((int32_t)31))))));
		UInt32U5BU5D_t2770800703* L_60 = ___buff0;
		int32_t L_61 = V_1;
		NullCheck(L_60);
		int32_t L_62 = L_61;
		uint32_t L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
		UInt32U5BU5D_t2770800703* L_64 = ___buff0;
		int32_t L_65 = V_1;
		NullCheck(L_64);
		int32_t L_66 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)5));
		uint32_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
		UInt32U5BU5D_t2770800703* L_68 = ___buff0;
		int32_t L_69 = V_1;
		NullCheck(L_68);
		int32_t L_70 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)((int32_t)11)));
		uint32_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
		UInt32U5BU5D_t2770800703* L_72 = ___buff0;
		int32_t L_73 = V_1;
		NullCheck(L_72);
		int32_t L_74 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)((int32_t)13)));
		uint32_t L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_63^(int32_t)L_67))^(int32_t)L_71))^(int32_t)L_75));
		UInt32U5BU5D_t2770800703* L_76 = ___buff0;
		int32_t L_77 = V_1;
		uint32_t L_78 = V_0;
		uint32_t L_79 = V_0;
		NullCheck(L_76);
		(L_76)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)3))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_78<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_79>>((int32_t)31))))));
		UInt32U5BU5D_t2770800703* L_80 = ___buff0;
		int32_t L_81 = V_1;
		NullCheck(L_80);
		int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1));
		uint32_t L_83 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
		UInt32U5BU5D_t2770800703* L_84 = ___buff0;
		int32_t L_85 = V_1;
		NullCheck(L_84);
		int32_t L_86 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)4));
		uint32_t L_87 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
		UInt32U5BU5D_t2770800703* L_88 = ___buff0;
		int32_t L_89 = V_1;
		NullCheck(L_88);
		int32_t L_90 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)((int32_t)10)));
		uint32_t L_91 = (L_88)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
		UInt32U5BU5D_t2770800703* L_92 = ___buff0;
		int32_t L_93 = V_1;
		NullCheck(L_92);
		int32_t L_94 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)((int32_t)12)));
		uint32_t L_95 = (L_92)->GetAt(static_cast<il2cpp_array_size_t>(L_94));
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_83^(int32_t)L_87))^(int32_t)L_91))^(int32_t)L_95));
		UInt32U5BU5D_t2770800703* L_96 = ___buff0;
		int32_t L_97 = V_1;
		uint32_t L_98 = V_0;
		uint32_t L_99 = V_0;
		NullCheck(L_96);
		(L_96)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)4))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_98<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_99>>((int32_t)31))))));
		UInt32U5BU5D_t2770800703* L_100 = ___buff0;
		int32_t L_101 = V_1;
		NullCheck(L_100);
		int32_t L_102 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)2));
		uint32_t L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
		UInt32U5BU5D_t2770800703* L_104 = ___buff0;
		int32_t L_105 = V_1;
		NullCheck(L_104);
		int32_t L_106 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)3));
		uint32_t L_107 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
		UInt32U5BU5D_t2770800703* L_108 = ___buff0;
		int32_t L_109 = V_1;
		NullCheck(L_108);
		int32_t L_110 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)((int32_t)9)));
		uint32_t L_111 = (L_108)->GetAt(static_cast<il2cpp_array_size_t>(L_110));
		UInt32U5BU5D_t2770800703* L_112 = ___buff0;
		int32_t L_113 = V_1;
		NullCheck(L_112);
		int32_t L_114 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)((int32_t)11)));
		uint32_t L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_103^(int32_t)L_107))^(int32_t)L_111))^(int32_t)L_115));
		UInt32U5BU5D_t2770800703* L_116 = ___buff0;
		int32_t L_117 = V_1;
		uint32_t L_118 = V_0;
		uint32_t L_119 = V_0;
		NullCheck(L_116);
		(L_116)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)5))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_118<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_119>>((int32_t)31))))));
		UInt32U5BU5D_t2770800703* L_120 = ___buff0;
		int32_t L_121 = V_1;
		NullCheck(L_120);
		int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)3));
		uint32_t L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
		UInt32U5BU5D_t2770800703* L_124 = ___buff0;
		int32_t L_125 = V_1;
		NullCheck(L_124);
		int32_t L_126 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)2));
		uint32_t L_127 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
		UInt32U5BU5D_t2770800703* L_128 = ___buff0;
		int32_t L_129 = V_1;
		NullCheck(L_128);
		int32_t L_130 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)8));
		uint32_t L_131 = (L_128)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
		UInt32U5BU5D_t2770800703* L_132 = ___buff0;
		int32_t L_133 = V_1;
		NullCheck(L_132);
		int32_t L_134 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)((int32_t)10)));
		uint32_t L_135 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_123^(int32_t)L_127))^(int32_t)L_131))^(int32_t)L_135));
		UInt32U5BU5D_t2770800703* L_136 = ___buff0;
		int32_t L_137 = V_1;
		uint32_t L_138 = V_0;
		uint32_t L_139 = V_0;
		NullCheck(L_136);
		(L_136)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)6))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_138<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_139>>((int32_t)31))))));
		UInt32U5BU5D_t2770800703* L_140 = ___buff0;
		int32_t L_141 = V_1;
		NullCheck(L_140);
		int32_t L_142 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)4));
		uint32_t L_143 = (L_140)->GetAt(static_cast<il2cpp_array_size_t>(L_142));
		UInt32U5BU5D_t2770800703* L_144 = ___buff0;
		int32_t L_145 = V_1;
		NullCheck(L_144);
		int32_t L_146 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_145, (int32_t)1));
		uint32_t L_147 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_146));
		UInt32U5BU5D_t2770800703* L_148 = ___buff0;
		int32_t L_149 = V_1;
		NullCheck(L_148);
		int32_t L_150 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)7));
		uint32_t L_151 = (L_148)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
		UInt32U5BU5D_t2770800703* L_152 = ___buff0;
		int32_t L_153 = V_1;
		NullCheck(L_152);
		int32_t L_154 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)((int32_t)9)));
		uint32_t L_155 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_154));
		V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_143^(int32_t)L_147))^(int32_t)L_151))^(int32_t)L_155));
		UInt32U5BU5D_t2770800703* L_156 = ___buff0;
		int32_t L_157 = V_1;
		uint32_t L_158 = V_0;
		uint32_t L_159 = V_0;
		NullCheck(L_156);
		(L_156)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)7))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_158<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_159>>((int32_t)31))))));
		int32_t L_160 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)8));
	}

IL_013e:
	{
		int32_t L_161 = V_1;
		if ((((int32_t)L_161) < ((int32_t)((int32_t)80))))
		{
			goto IL_0008;
		}
	}
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1Internal::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA1Internal_ProcessFinalBlock_m1403775421 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA1Internal_ProcessFinalBlock_m1403775421_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint64_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	uint64_t V_6 = 0;
	ByteU5BU5D_t4116647657* G_B5_0 = NULL;
	{
		uint64_t L_0 = __this->get_count_1();
		int32_t L_1 = ___inputCount2;
		V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1)))));
		uint64_t L_2 = V_0;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)(((int32_t)((int32_t)((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)64)))))))))));
		int32_t L_3 = V_1;
		if ((((int32_t)L_3) >= ((int32_t)1)))
		{
			goto IL_0020;
		}
	}
	{
		int32_t L_4 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)64)));
	}

IL_0020:
	{
		int32_t L_5 = ___inputCount2;
		int32_t L_6 = V_1;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)8));
		int32_t L_7 = V_2;
		if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)64)))))
		{
			goto IL_0039;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_8 = __this->get__ProcessingBuffer_2();
		G_B5_0 = L_8;
		goto IL_003f;
	}

IL_0039:
	{
		int32_t L_9 = V_2;
		G_B5_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_9));
	}

IL_003f:
	{
		V_3 = G_B5_0;
		V_4 = 0;
		goto IL_0058;
	}

IL_0048:
	{
		ByteU5BU5D_t4116647657* L_10 = V_3;
		int32_t L_11 = V_4;
		ByteU5BU5D_t4116647657* L_12 = ___inputBuffer0;
		int32_t L_13 = V_4;
		int32_t L_14 = ___inputOffset1;
		NullCheck(L_12);
		int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14));
		uint8_t L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		NullCheck(L_10);
		(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (uint8_t)L_16);
		int32_t L_17 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
	}

IL_0058:
	{
		int32_t L_18 = V_4;
		int32_t L_19 = ___inputCount2;
		if ((((int32_t)L_18) < ((int32_t)L_19)))
		{
			goto IL_0048;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_20 = V_3;
		int32_t L_21 = ___inputCount2;
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (uint8_t)((int32_t)128));
		int32_t L_22 = ___inputCount2;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
		goto IL_007d;
	}

IL_0072:
	{
		ByteU5BU5D_t4116647657* L_23 = V_3;
		int32_t L_24 = V_5;
		NullCheck(L_23);
		(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (uint8_t)0);
		int32_t L_25 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
	}

IL_007d:
	{
		int32_t L_26 = V_5;
		int32_t L_27 = ___inputCount2;
		int32_t L_28 = V_1;
		if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)))))
		{
			goto IL_0072;
		}
	}
	{
		uint64_t L_29 = V_0;
		V_6 = ((int64_t)((int64_t)L_29<<(int32_t)3));
		uint64_t L_30 = V_6;
		ByteU5BU5D_t4116647657* L_31 = V_3;
		int32_t L_32 = ___inputCount2;
		int32_t L_33 = V_1;
		SHA1Internal_AddLength_m2737455899(__this, L_30, L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_34 = V_3;
		SHA1Internal_ProcessBlock_m1991889327(__this, L_34, 0, /*hidden argument*/NULL);
		int32_t L_35 = V_2;
		if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)128)))))
		{
			goto IL_00b4;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_36 = V_3;
		SHA1Internal_ProcessBlock_m1991889327(__this, L_36, ((int32_t)64), /*hidden argument*/NULL);
	}

IL_00b4:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1Internal::AddLength(System.UInt64,System.Byte[],System.Int32)
extern "C"  void SHA1Internal_AddLength_m2737455899 (SHA1Internal_t3251293021 * __this, uint64_t ___length0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___position2, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___buffer1;
		int32_t L_1 = ___position2;
		int32_t L_2 = L_1;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
		uint64_t L_3 = ___length0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_3>>((int32_t)56)))))));
		ByteU5BU5D_t4116647657* L_4 = ___buffer1;
		int32_t L_5 = ___position2;
		int32_t L_6 = L_5;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
		uint64_t L_7 = ___length0;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_7>>((int32_t)48)))))));
		ByteU5BU5D_t4116647657* L_8 = ___buffer1;
		int32_t L_9 = ___position2;
		int32_t L_10 = L_9;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
		uint64_t L_11 = ___length0;
		NullCheck(L_8);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)40)))))));
		ByteU5BU5D_t4116647657* L_12 = ___buffer1;
		int32_t L_13 = ___position2;
		int32_t L_14 = L_13;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
		uint64_t L_15 = ___length0;
		NullCheck(L_12);
		(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)32)))))));
		ByteU5BU5D_t4116647657* L_16 = ___buffer1;
		int32_t L_17 = ___position2;
		int32_t L_18 = L_17;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
		uint64_t L_19 = ___length0;
		NullCheck(L_16);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_19>>((int32_t)24)))))));
		ByteU5BU5D_t4116647657* L_20 = ___buffer1;
		int32_t L_21 = ___position2;
		int32_t L_22 = L_21;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
		uint64_t L_23 = ___length0;
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_23>>((int32_t)16)))))));
		ByteU5BU5D_t4116647657* L_24 = ___buffer1;
		int32_t L_25 = ___position2;
		int32_t L_26 = L_25;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
		uint64_t L_27 = ___length0;
		NullCheck(L_24);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_27>>8))))));
		ByteU5BU5D_t4116647657* L_28 = ___buffer1;
		int32_t L_29 = ___position2;
		uint64_t L_30 = ___length0;
		NullCheck(L_28);
		(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (uint8_t)(((int32_t)((uint8_t)L_30))));
		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.Security.Cryptography.SHA1Managed::.ctor()
extern "C"  void SHA1Managed__ctor_m3689558429 (SHA1Managed_t1754513891 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA1Managed__ctor_m3689558429_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA1__ctor_m2454864745(__this, /*hidden argument*/NULL);
		SHA1Internal_t3251293021 * L_0 = (SHA1Internal_t3251293021 *)il2cpp_codegen_object_new(SHA1Internal_t3251293021_il2cpp_TypeInfo_var);
		SHA1Internal__ctor_m2437096624(L_0, /*hidden argument*/NULL);
		__this->set_sha_4(L_0);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA1Managed::HashCore(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA1Managed_HashCore_m3836844037 (SHA1Managed_t1754513891 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
	{
		((HashAlgorithm_t1432317219 *)__this)->set_State_2(1);
		SHA1Internal_t3251293021 * L_0 = __this->get_sha_4();
		ByteU5BU5D_t4116647657* L_1 = ___rgb0;
		int32_t L_2 = ___ibStart1;
		int32_t L_3 = ___cbSize2;
		NullCheck(L_0);
		SHA1Internal_HashCore_m1635242363(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
		return;
	}
}
// System.Byte[] System.Security.Cryptography.SHA1Managed::HashFinal()
extern "C"  ByteU5BU5D_t4116647657* SHA1Managed_HashFinal_m2365675383 (SHA1Managed_t1754513891 * __this, const RuntimeMethod* method)
{
	{
		((HashAlgorithm_t1432317219 *)__this)->set_State_2(0);
		SHA1Internal_t3251293021 * L_0 = __this->get_sha_4();
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_1 = SHA1Internal_HashFinal_m1760803056(L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Void System.Security.Cryptography.SHA1Managed::Initialize()
extern "C"  void SHA1Managed_Initialize_m1494395538 (SHA1Managed_t1754513891 * __this, const RuntimeMethod* method)
{
	{
		SHA1Internal_t3251293021 * L_0 = __this->get_sha_4();
		NullCheck(L_0);
		SHA1Internal_Initialize_m499810128(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.Security.Cryptography.SHA256::.ctor()
extern "C"  void SHA256__ctor_m4000989288 (SHA256_t3672283617 * __this, const RuntimeMethod* method)
{
	{
		HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL);
		((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)256));
		return;
	}
}
// System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create()
extern "C"  SHA256_t3672283617 * SHA256_Create_m610202894 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA256_Create_m610202894_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA256_t3672283617 * L_0 = SHA256_Create_m697467885(NULL /*static, unused*/, _stringLiteral2075006151, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create(System.String)
extern "C"  SHA256_t3672283617 * SHA256_Create_m697467885 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA256_Create_m697467885_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___hashName0;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		return ((SHA256_t3672283617 *)CastclassClass((RuntimeObject*)L_1, SHA256_t3672283617_il2cpp_TypeInfo_var));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHA256Managed::.ctor()
extern "C"  void SHA256Managed__ctor_m2170017447 (SHA256Managed_t955042874 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA256Managed__ctor_m2170017447_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA256__ctor_m4000989288(__this, /*hidden argument*/NULL);
		__this->set__H_4(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)8)));
		__this->set__ProcessingBuffer_6(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))));
		__this->set_buff_8(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))));
		VirtActionInvoker0::Invoke(13 /* System.Void System.Security.Cryptography.SHA256Managed::Initialize() */, __this);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA256Managed::HashCore(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA256Managed_HashCore_m329219284 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		((HashAlgorithm_t1432317219 *)__this)->set_State_2(1);
		int32_t L_0 = __this->get__ProcessingBufferCount_7();
		if (!L_0)
		{
			goto IL_0080;
		}
	}
	{
		int32_t L_1 = ___cbSize2;
		int32_t L_2 = __this->get__ProcessingBufferCount_7();
		if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_2)))))
		{
			goto IL_0044;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_3 = ___rgb0;
		int32_t L_4 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_5 = __this->get__ProcessingBuffer_6();
		int32_t L_6 = __this->get__ProcessingBufferCount_7();
		int32_t L_7 = ___cbSize2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL);
		int32_t L_8 = __this->get__ProcessingBufferCount_7();
		int32_t L_9 = ___cbSize2;
		__this->set__ProcessingBufferCount_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)));
		return;
	}

IL_0044:
	{
		int32_t L_10 = __this->get__ProcessingBufferCount_7();
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_10));
		ByteU5BU5D_t4116647657* L_11 = ___rgb0;
		int32_t L_12 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_13 = __this->get__ProcessingBuffer_6();
		int32_t L_14 = __this->get__ProcessingBufferCount_7();
		int32_t L_15 = V_0;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, L_15, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_16 = __this->get__ProcessingBuffer_6();
		SHA256Managed_ProcessBlock_m2297835517(__this, L_16, 0, /*hidden argument*/NULL);
		__this->set__ProcessingBufferCount_7(0);
		int32_t L_17 = ___ibStart1;
		int32_t L_18 = V_0;
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18));
		int32_t L_19 = ___cbSize2;
		int32_t L_20 = V_0;
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20));
	}

IL_0080:
	{
		V_0 = 0;
		goto IL_0096;
	}

IL_0087:
	{
		ByteU5BU5D_t4116647657* L_21 = ___rgb0;
		int32_t L_22 = ___ibStart1;
		int32_t L_23 = V_0;
		SHA256Managed_ProcessBlock_m2297835517(__this, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL);
		int32_t L_24 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)64)));
	}

IL_0096:
	{
		int32_t L_25 = V_0;
		int32_t L_26 = ___cbSize2;
		int32_t L_27 = ___cbSize2;
		if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27%(int32_t)((int32_t)64))))))))
		{
			goto IL_0087;
		}
	}
	{
		int32_t L_28 = ___cbSize2;
		if (!((int32_t)((int32_t)L_28%(int32_t)((int32_t)64))))
		{
			goto IL_00ce;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_29 = ___rgb0;
		int32_t L_30 = ___cbSize2;
		int32_t L_31 = ___cbSize2;
		int32_t L_32 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_33 = __this->get__ProcessingBuffer_6();
		int32_t L_34 = ___cbSize2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)((int32_t)L_31%(int32_t)((int32_t)64))))), (int32_t)L_32)), (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)((int32_t)L_34%(int32_t)((int32_t)64))), /*hidden argument*/NULL);
		int32_t L_35 = ___cbSize2;
		__this->set__ProcessingBufferCount_7(((int32_t)((int32_t)L_35%(int32_t)((int32_t)64))));
	}

IL_00ce:
	{
		return;
	}
}
// System.Byte[] System.Security.Cryptography.SHA256Managed::HashFinal()
extern "C"  ByteU5BU5D_t4116647657* SHA256Managed_HashFinal_m2914312286 (SHA256Managed_t955042874 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA256Managed_HashFinal_m2914312286_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)));
		ByteU5BU5D_t4116647657* L_0 = __this->get__ProcessingBuffer_6();
		int32_t L_1 = __this->get__ProcessingBufferCount_7();
		SHA256Managed_ProcessFinalBlock_m3518004226(__this, L_0, 0, L_1, /*hidden argument*/NULL);
		V_1 = 0;
		goto IL_0052;
	}

IL_0022:
	{
		V_2 = 0;
		goto IL_0047;
	}

IL_0029:
	{
		ByteU5BU5D_t4116647657* L_2 = V_0;
		int32_t L_3 = V_1;
		int32_t L_4 = V_2;
		UInt32U5BU5D_t2770800703* L_5 = __this->get__H_4();
		int32_t L_6 = V_1;
		NullCheck(L_5);
		int32_t L_7 = L_6;
		uint32_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		int32_t L_9 = V_2;
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)), (int32_t)L_4))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)24), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)8))))&(int32_t)((int32_t)31)))))))));
		int32_t L_10 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
	}

IL_0047:
	{
		int32_t L_11 = V_2;
		if ((((int32_t)L_11) < ((int32_t)4)))
		{
			goto IL_0029;
		}
	}
	{
		int32_t L_12 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
	}

IL_0052:
	{
		int32_t L_13 = V_1;
		if ((((int32_t)L_13) < ((int32_t)8)))
		{
			goto IL_0022;
		}
	}
	{
		((HashAlgorithm_t1432317219 *)__this)->set_State_2(0);
		ByteU5BU5D_t4116647657* L_14 = V_0;
		return L_14;
	}
}
// System.Void System.Security.Cryptography.SHA256Managed::Initialize()
extern "C"  void SHA256Managed_Initialize_m1787080315 (SHA256Managed_t955042874 * __this, const RuntimeMethod* method)
{
	{
		__this->set_count_5((((int64_t)((int64_t)0))));
		__this->set__ProcessingBufferCount_7(0);
		UInt32U5BU5D_t2770800703* L_0 = __this->get__H_4();
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)1779033703));
		UInt32U5BU5D_t2770800703* L_1 = __this->get__H_4();
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)-1150833019));
		UInt32U5BU5D_t2770800703* L_2 = __this->get__H_4();
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)1013904242));
		UInt32U5BU5D_t2770800703* L_3 = __this->get__H_4();
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)-1521486534));
		UInt32U5BU5D_t2770800703* L_4 = __this->get__H_4();
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)1359893119));
		UInt32U5BU5D_t2770800703* L_5 = __this->get__H_4();
		NullCheck(L_5);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint32_t)((int32_t)-1694144372));
		UInt32U5BU5D_t2770800703* L_6 = __this->get__H_4();
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint32_t)((int32_t)528734635));
		UInt32U5BU5D_t2770800703* L_7 = __this->get__H_4();
		NullCheck(L_7);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint32_t)((int32_t)1541459225));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA256Managed::ProcessBlock(System.Byte[],System.Int32)
extern "C"  void SHA256Managed_ProcessBlock_m2297835517 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA256Managed_ProcessBlock_m2297835517_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint32_t V_0 = 0;
	uint32_t V_1 = 0;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	uint32_t V_4 = 0;
	uint32_t V_5 = 0;
	uint32_t V_6 = 0;
	uint32_t V_7 = 0;
	uint32_t V_8 = 0;
	uint32_t V_9 = 0;
	int32_t V_10 = 0;
	UInt32U5BU5D_t2770800703* V_11 = NULL;
	UInt32U5BU5D_t2770800703* V_12 = NULL;
	{
		IL2CPP_RUNTIME_CLASS_INIT(SHAConstants_t1360924992_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_0 = ((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->get_K1_0();
		V_11 = L_0;
		UInt32U5BU5D_t2770800703* L_1 = __this->get_buff_8();
		V_12 = L_1;
		uint64_t L_2 = __this->get_count_5();
		__this->set_count_5(((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)(((int64_t)((int64_t)((int32_t)64)))))));
		V_10 = 0;
		goto IL_0063;
	}

IL_0027:
	{
		UInt32U5BU5D_t2770800703* L_3 = V_12;
		int32_t L_4 = V_10;
		ByteU5BU5D_t4116647657* L_5 = ___inputBuffer0;
		int32_t L_6 = ___inputOffset1;
		int32_t L_7 = V_10;
		NullCheck(L_5);
		int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_7))));
		uint8_t L_9 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		ByteU5BU5D_t4116647657* L_10 = ___inputBuffer0;
		int32_t L_11 = ___inputOffset1;
		int32_t L_12 = V_10;
		NullCheck(L_10);
		int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_12)))), (int32_t)1));
		uint8_t L_14 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
		ByteU5BU5D_t4116647657* L_15 = ___inputBuffer0;
		int32_t L_16 = ___inputOffset1;
		int32_t L_17 = V_10;
		NullCheck(L_15);
		int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_17)))), (int32_t)2));
		uint8_t L_19 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
		ByteU5BU5D_t4116647657* L_20 = ___inputBuffer0;
		int32_t L_21 = ___inputOffset1;
		int32_t L_22 = V_10;
		NullCheck(L_20);
		int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_22)))), (int32_t)3));
		uint8_t L_24 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_19<<(int32_t)8))))|(int32_t)L_24)));
		int32_t L_25 = V_10;
		V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
	}

IL_0063:
	{
		int32_t L_26 = V_10;
		if ((((int32_t)L_26) < ((int32_t)((int32_t)16))))
		{
			goto IL_0027;
		}
	}
	{
		V_10 = ((int32_t)16);
		goto IL_00e5;
	}

IL_0075:
	{
		UInt32U5BU5D_t2770800703* L_27 = V_12;
		int32_t L_28 = V_10;
		NullCheck(L_27);
		int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)15)));
		uint32_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
		V_8 = L_30;
		uint32_t L_31 = V_8;
		uint32_t L_32 = V_8;
		uint32_t L_33 = V_8;
		uint32_t L_34 = V_8;
		uint32_t L_35 = V_8;
		V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_31>>7))|(int32_t)((int32_t)((int32_t)L_32<<(int32_t)((int32_t)25)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_33>>((int32_t)18)))|(int32_t)((int32_t)((int32_t)L_34<<(int32_t)((int32_t)14)))))))^(int32_t)((int32_t)((uint32_t)L_35>>3))));
		UInt32U5BU5D_t2770800703* L_36 = V_12;
		int32_t L_37 = V_10;
		NullCheck(L_36);
		int32_t L_38 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)2));
		uint32_t L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
		V_9 = L_39;
		uint32_t L_40 = V_9;
		uint32_t L_41 = V_9;
		uint32_t L_42 = V_9;
		uint32_t L_43 = V_9;
		uint32_t L_44 = V_9;
		V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_40>>((int32_t)17)))|(int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)15)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_42>>((int32_t)19)))|(int32_t)((int32_t)((int32_t)L_43<<(int32_t)((int32_t)13)))))))^(int32_t)((int32_t)((uint32_t)L_44>>((int32_t)10)))));
		UInt32U5BU5D_t2770800703* L_45 = V_12;
		int32_t L_46 = V_10;
		uint32_t L_47 = V_9;
		UInt32U5BU5D_t2770800703* L_48 = V_12;
		int32_t L_49 = V_10;
		NullCheck(L_48);
		int32_t L_50 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)7));
		uint32_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
		uint32_t L_52 = V_8;
		UInt32U5BU5D_t2770800703* L_53 = V_12;
		int32_t L_54 = V_10;
		NullCheck(L_53);
		int32_t L_55 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)((int32_t)16)));
		uint32_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
		NullCheck(L_45);
		(L_45)->SetAt(static_cast<il2cpp_array_size_t>(L_46), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_51)), (int32_t)L_52)), (int32_t)L_56)));
		int32_t L_57 = V_10;
		V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
	}

IL_00e5:
	{
		int32_t L_58 = V_10;
		if ((((int32_t)L_58) < ((int32_t)((int32_t)64))))
		{
			goto IL_0075;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_59 = __this->get__H_4();
		NullCheck(L_59);
		int32_t L_60 = 0;
		uint32_t L_61 = (L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
		V_0 = L_61;
		UInt32U5BU5D_t2770800703* L_62 = __this->get__H_4();
		NullCheck(L_62);
		int32_t L_63 = 1;
		uint32_t L_64 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
		V_1 = L_64;
		UInt32U5BU5D_t2770800703* L_65 = __this->get__H_4();
		NullCheck(L_65);
		int32_t L_66 = 2;
		uint32_t L_67 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
		V_2 = L_67;
		UInt32U5BU5D_t2770800703* L_68 = __this->get__H_4();
		NullCheck(L_68);
		int32_t L_69 = 3;
		uint32_t L_70 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
		V_3 = L_70;
		UInt32U5BU5D_t2770800703* L_71 = __this->get__H_4();
		NullCheck(L_71);
		int32_t L_72 = 4;
		uint32_t L_73 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
		V_4 = L_73;
		UInt32U5BU5D_t2770800703* L_74 = __this->get__H_4();
		NullCheck(L_74);
		int32_t L_75 = 5;
		uint32_t L_76 = (L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
		V_5 = L_76;
		UInt32U5BU5D_t2770800703* L_77 = __this->get__H_4();
		NullCheck(L_77);
		int32_t L_78 = 6;
		uint32_t L_79 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_78));
		V_6 = L_79;
		UInt32U5BU5D_t2770800703* L_80 = __this->get__H_4();
		NullCheck(L_80);
		int32_t L_81 = 7;
		uint32_t L_82 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
		V_7 = L_82;
		V_10 = 0;
		goto IL_01d3;
	}

IL_0142:
	{
		uint32_t L_83 = V_7;
		uint32_t L_84 = V_4;
		uint32_t L_85 = V_4;
		uint32_t L_86 = V_4;
		uint32_t L_87 = V_4;
		uint32_t L_88 = V_4;
		uint32_t L_89 = V_4;
		uint32_t L_90 = V_4;
		uint32_t L_91 = V_5;
		uint32_t L_92 = V_4;
		uint32_t L_93 = V_6;
		UInt32U5BU5D_t2770800703* L_94 = V_11;
		int32_t L_95 = V_10;
		NullCheck(L_94);
		int32_t L_96 = L_95;
		uint32_t L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
		UInt32U5BU5D_t2770800703* L_98 = V_12;
		int32_t L_99 = V_10;
		NullCheck(L_98);
		int32_t L_100 = L_99;
		uint32_t L_101 = (L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_100));
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_84>>6))|(int32_t)((int32_t)((int32_t)L_85<<(int32_t)((int32_t)26)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_86>>((int32_t)11)))|(int32_t)((int32_t)((int32_t)L_87<<(int32_t)((int32_t)21)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_88>>((int32_t)25)))|(int32_t)((int32_t)((int32_t)L_89<<(int32_t)7)))))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_90&(int32_t)L_91))^(int32_t)((int32_t)((int32_t)((~L_92))&(int32_t)L_93)))))), (int32_t)L_97)), (int32_t)L_101));
		uint32_t L_102 = V_0;
		uint32_t L_103 = V_0;
		uint32_t L_104 = V_0;
		uint32_t L_105 = V_0;
		uint32_t L_106 = V_0;
		uint32_t L_107 = V_0;
		V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_102>>2))|(int32_t)((int32_t)((int32_t)L_103<<(int32_t)((int32_t)30)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_104>>((int32_t)13)))|(int32_t)((int32_t)((int32_t)L_105<<(int32_t)((int32_t)19)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_106>>((int32_t)22)))|(int32_t)((int32_t)((int32_t)L_107<<(int32_t)((int32_t)10)))))));
		uint32_t L_108 = V_9;
		uint32_t L_109 = V_0;
		uint32_t L_110 = V_1;
		uint32_t L_111 = V_0;
		uint32_t L_112 = V_2;
		uint32_t L_113 = V_1;
		uint32_t L_114 = V_2;
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_109&(int32_t)L_110))^(int32_t)((int32_t)((int32_t)L_111&(int32_t)L_112))))^(int32_t)((int32_t)((int32_t)L_113&(int32_t)L_114))))));
		uint32_t L_115 = V_6;
		V_7 = L_115;
		uint32_t L_116 = V_5;
		V_6 = L_116;
		uint32_t L_117 = V_4;
		V_5 = L_117;
		uint32_t L_118 = V_3;
		uint32_t L_119 = V_8;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)L_119));
		uint32_t L_120 = V_2;
		V_3 = L_120;
		uint32_t L_121 = V_1;
		V_2 = L_121;
		uint32_t L_122 = V_0;
		V_1 = L_122;
		uint32_t L_123 = V_8;
		uint32_t L_124 = V_9;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)L_124));
		int32_t L_125 = V_10;
		V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1));
	}

IL_01d3:
	{
		int32_t L_126 = V_10;
		if ((((int32_t)L_126) < ((int32_t)((int32_t)64))))
		{
			goto IL_0142;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_127 = __this->get__H_4();
		NullCheck(L_127);
		uint32_t* L_128 = ((L_127)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
		uint32_t L_129 = V_0;
		*((int32_t*)(L_128)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_128)), (int32_t)L_129));
		UInt32U5BU5D_t2770800703* L_130 = __this->get__H_4();
		NullCheck(L_130);
		uint32_t* L_131 = ((L_130)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
		uint32_t L_132 = V_1;
		*((int32_t*)(L_131)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_131)), (int32_t)L_132));
		UInt32U5BU5D_t2770800703* L_133 = __this->get__H_4();
		NullCheck(L_133);
		uint32_t* L_134 = ((L_133)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)));
		uint32_t L_135 = V_2;
		*((int32_t*)(L_134)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_134)), (int32_t)L_135));
		UInt32U5BU5D_t2770800703* L_136 = __this->get__H_4();
		NullCheck(L_136);
		uint32_t* L_137 = ((L_136)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)));
		uint32_t L_138 = V_3;
		*((int32_t*)(L_137)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_137)), (int32_t)L_138));
		UInt32U5BU5D_t2770800703* L_139 = __this->get__H_4();
		NullCheck(L_139);
		uint32_t* L_140 = ((L_139)->GetAddressAt(static_cast<il2cpp_array_size_t>(4)));
		uint32_t L_141 = V_4;
		*((int32_t*)(L_140)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_140)), (int32_t)L_141));
		UInt32U5BU5D_t2770800703* L_142 = __this->get__H_4();
		NullCheck(L_142);
		uint32_t* L_143 = ((L_142)->GetAddressAt(static_cast<il2cpp_array_size_t>(5)));
		uint32_t L_144 = V_5;
		*((int32_t*)(L_143)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_143)), (int32_t)L_144));
		UInt32U5BU5D_t2770800703* L_145 = __this->get__H_4();
		NullCheck(L_145);
		uint32_t* L_146 = ((L_145)->GetAddressAt(static_cast<il2cpp_array_size_t>(6)));
		uint32_t L_147 = V_6;
		*((int32_t*)(L_146)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_146)), (int32_t)L_147));
		UInt32U5BU5D_t2770800703* L_148 = __this->get__H_4();
		NullCheck(L_148);
		uint32_t* L_149 = ((L_148)->GetAddressAt(static_cast<il2cpp_array_size_t>(7)));
		uint32_t L_150 = V_7;
		*((int32_t*)(L_149)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_149)), (int32_t)L_150));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA256Managed::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA256Managed_ProcessFinalBlock_m3518004226 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA256Managed_ProcessFinalBlock_m3518004226_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint64_t V_0 = 0;
	int32_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	uint64_t V_5 = 0;
	{
		uint64_t L_0 = __this->get_count_5();
		int32_t L_1 = ___inputCount2;
		V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1)))));
		uint64_t L_2 = V_0;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)(((int32_t)((int32_t)((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)64)))))))))));
		int32_t L_3 = V_1;
		if ((((int32_t)L_3) >= ((int32_t)1)))
		{
			goto IL_0020;
		}
	}
	{
		int32_t L_4 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)64)));
	}

IL_0020:
	{
		int32_t L_5 = ___inputCount2;
		int32_t L_6 = V_1;
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)8))));
		V_3 = 0;
		goto IL_003e;
	}

IL_0032:
	{
		ByteU5BU5D_t4116647657* L_7 = V_2;
		int32_t L_8 = V_3;
		ByteU5BU5D_t4116647657* L_9 = ___inputBuffer0;
		int32_t L_10 = V_3;
		int32_t L_11 = ___inputOffset1;
		NullCheck(L_9);
		int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
		uint8_t L_13 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		NullCheck(L_7);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (uint8_t)L_13);
		int32_t L_14 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
	}

IL_003e:
	{
		int32_t L_15 = V_3;
		int32_t L_16 = ___inputCount2;
		if ((((int32_t)L_15) < ((int32_t)L_16)))
		{
			goto IL_0032;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_17 = V_2;
		int32_t L_18 = ___inputCount2;
		NullCheck(L_17);
		(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (uint8_t)((int32_t)128));
		int32_t L_19 = ___inputCount2;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
		goto IL_0062;
	}

IL_0057:
	{
		ByteU5BU5D_t4116647657* L_20 = V_2;
		int32_t L_21 = V_4;
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (uint8_t)0);
		int32_t L_22 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
	}

IL_0062:
	{
		int32_t L_23 = V_4;
		int32_t L_24 = ___inputCount2;
		int32_t L_25 = V_1;
		if ((((int32_t)L_23) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)))))
		{
			goto IL_0057;
		}
	}
	{
		uint64_t L_26 = V_0;
		V_5 = ((int64_t)((int64_t)L_26<<(int32_t)3));
		uint64_t L_27 = V_5;
		ByteU5BU5D_t4116647657* L_28 = V_2;
		int32_t L_29 = ___inputCount2;
		int32_t L_30 = V_1;
		SHA256Managed_AddLength_m1060552216(__this, L_27, L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_31 = V_2;
		SHA256Managed_ProcessBlock_m2297835517(__this, L_31, 0, /*hidden argument*/NULL);
		int32_t L_32 = ___inputCount2;
		int32_t L_33 = V_1;
		if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)8))) == ((uint32_t)((int32_t)128)))))
		{
			goto IL_009d;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_34 = V_2;
		SHA256Managed_ProcessBlock_m2297835517(__this, L_34, ((int32_t)64), /*hidden argument*/NULL);
	}

IL_009d:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA256Managed::AddLength(System.UInt64,System.Byte[],System.Int32)
extern "C"  void SHA256Managed_AddLength_m1060552216 (SHA256Managed_t955042874 * __this, uint64_t ___length0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___position2, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___buffer1;
		int32_t L_1 = ___position2;
		int32_t L_2 = L_1;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
		uint64_t L_3 = ___length0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_3>>((int32_t)56)))))));
		ByteU5BU5D_t4116647657* L_4 = ___buffer1;
		int32_t L_5 = ___position2;
		int32_t L_6 = L_5;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
		uint64_t L_7 = ___length0;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_7>>((int32_t)48)))))));
		ByteU5BU5D_t4116647657* L_8 = ___buffer1;
		int32_t L_9 = ___position2;
		int32_t L_10 = L_9;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
		uint64_t L_11 = ___length0;
		NullCheck(L_8);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)40)))))));
		ByteU5BU5D_t4116647657* L_12 = ___buffer1;
		int32_t L_13 = ___position2;
		int32_t L_14 = L_13;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
		uint64_t L_15 = ___length0;
		NullCheck(L_12);
		(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)32)))))));
		ByteU5BU5D_t4116647657* L_16 = ___buffer1;
		int32_t L_17 = ___position2;
		int32_t L_18 = L_17;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
		uint64_t L_19 = ___length0;
		NullCheck(L_16);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_19>>((int32_t)24)))))));
		ByteU5BU5D_t4116647657* L_20 = ___buffer1;
		int32_t L_21 = ___position2;
		int32_t L_22 = L_21;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
		uint64_t L_23 = ___length0;
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_23>>((int32_t)16)))))));
		ByteU5BU5D_t4116647657* L_24 = ___buffer1;
		int32_t L_25 = ___position2;
		int32_t L_26 = L_25;
		___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
		uint64_t L_27 = ___length0;
		NullCheck(L_24);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_27>>8))))));
		ByteU5BU5D_t4116647657* L_28 = ___buffer1;
		int32_t L_29 = ___position2;
		uint64_t L_30 = ___length0;
		NullCheck(L_28);
		(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (uint8_t)(((int32_t)((uint8_t)L_30))));
		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.Security.Cryptography.SHA384::.ctor()
extern "C"  void SHA384__ctor_m202253083 (SHA384_t540967702 * __this, const RuntimeMethod* method)
{
	{
		HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL);
		((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)384));
		return;
	}
}
// System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create()
extern "C"  SHA384_t540967702 * SHA384_Create_m3237405884 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA384_Create_m3237405884_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA384_t540967702 * L_0 = SHA384_Create_m1745173416(NULL /*static, unused*/, _stringLiteral3238657532, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create(System.String)
extern "C"  SHA384_t540967702 * SHA384_Create_m1745173416 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA384_Create_m1745173416_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___hashName0;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		return ((SHA384_t540967702 *)CastclassClass((RuntimeObject*)L_1, SHA384_t540967702_il2cpp_TypeInfo_var));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHA384Managed::.ctor()
extern "C"  void SHA384Managed__ctor_m3220477113 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA384Managed__ctor_m3220477113_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA384__ctor_m202253083(__this, /*hidden argument*/NULL);
		__this->set_xBuf_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)));
		__this->set_W_16(((UInt64U5BU5D_t1659327989*)SZArrayNew(UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80))));
		SHA384Managed_Initialize_m1661896576(__this, (bool)0, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::Initialize(System.Boolean)
extern "C"  void SHA384Managed_Initialize_m1661896576 (SHA384Managed_t74158575 * __this, bool ___reuse0, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		__this->set_H1_8(((int64_t)-3766243637369397544LL));
		__this->set_H2_9(((int64_t)7105036623409894663LL));
		__this->set_H3_10(((int64_t)-7973340178411365097LL));
		__this->set_H4_11(((int64_t)1526699215303891257LL));
		__this->set_H5_12(((int64_t)7436329637833083697LL));
		__this->set_H6_13(((int64_t)-8163818279084223215LL));
		__this->set_H7_14(((int64_t)-2662702644619276377LL));
		__this->set_H8_15(((int64_t)5167115440072839076LL));
		bool L_0 = ___reuse0;
		if (!L_0)
		{
			goto IL_00e1;
		}
	}
	{
		__this->set_byteCount1_6((((int64_t)((int64_t)0))));
		__this->set_byteCount2_7((((int64_t)((int64_t)0))));
		__this->set_xBufOff_5(0);
		V_0 = 0;
		goto IL_00a9;
	}

IL_009c:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_xBuf_4();
		int32_t L_2 = V_0;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)0);
		int32_t L_3 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
	}

IL_00a9:
	{
		int32_t L_4 = V_0;
		ByteU5BU5D_t4116647657* L_5 = __this->get_xBuf_4();
		NullCheck(L_5);
		if ((((int32_t)L_4) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))))))
		{
			goto IL_009c;
		}
	}
	{
		__this->set_wOff_17(0);
		V_1 = 0;
		goto IL_00d3;
	}

IL_00c5:
	{
		UInt64U5BU5D_t1659327989* L_6 = __this->get_W_16();
		int32_t L_7 = V_1;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint64_t)(((int64_t)((int64_t)0))));
		int32_t L_8 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
	}

IL_00d3:
	{
		int32_t L_9 = V_1;
		UInt64U5BU5D_t1659327989* L_10 = __this->get_W_16();
		NullCheck(L_10);
		if ((!(((uint32_t)L_9) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))))
		{
			goto IL_00c5;
		}
	}

IL_00e1:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::Initialize()
extern "C"  void SHA384Managed_Initialize_m703960418 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method)
{
	{
		SHA384Managed_Initialize_m1661896576(__this, (bool)1, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::HashCore(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA384Managed_HashCore_m3010817561 (SHA384Managed_t74158575 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
	{
		goto IL_0018;
	}

IL_0005:
	{
		ByteU5BU5D_t4116647657* L_0 = ___rgb0;
		int32_t L_1 = ___ibStart1;
		NullCheck(L_0);
		int32_t L_2 = L_1;
		uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		SHA384Managed_update_m2910797953(__this, L_3, /*hidden argument*/NULL);
		int32_t L_4 = ___ibStart1;
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
		int32_t L_5 = ___cbSize2;
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
	}

IL_0018:
	{
		int32_t L_6 = __this->get_xBufOff_5();
		if (!L_6)
		{
			goto IL_002a;
		}
	}
	{
		int32_t L_7 = ___cbSize2;
		if ((((int32_t)L_7) > ((int32_t)0)))
		{
			goto IL_0005;
		}
	}

IL_002a:
	{
		goto IL_0065;
	}

IL_002f:
	{
		ByteU5BU5D_t4116647657* L_8 = ___rgb0;
		int32_t L_9 = ___ibStart1;
		SHA384Managed_processWord_m3832940157(__this, L_8, L_9, /*hidden argument*/NULL);
		int32_t L_10 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_11 = __this->get_xBuf_4();
		NullCheck(L_11);
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))));
		int32_t L_12 = ___cbSize2;
		ByteU5BU5D_t4116647657* L_13 = __this->get_xBuf_4();
		NullCheck(L_13);
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))));
		uint64_t L_14 = __this->get_byteCount1_6();
		ByteU5BU5D_t4116647657* L_15 = __this->get_xBuf_4();
		NullCheck(L_15);
		__this->set_byteCount1_6(((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))))));
	}

IL_0065:
	{
		int32_t L_16 = ___cbSize2;
		ByteU5BU5D_t4116647657* L_17 = __this->get_xBuf_4();
		NullCheck(L_17);
		if ((((int32_t)L_16) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
		{
			goto IL_002f;
		}
	}
	{
		goto IL_008b;
	}

IL_0078:
	{
		ByteU5BU5D_t4116647657* L_18 = ___rgb0;
		int32_t L_19 = ___ibStart1;
		NullCheck(L_18);
		int32_t L_20 = L_19;
		uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		SHA384Managed_update_m2910797953(__this, L_21, /*hidden argument*/NULL);
		int32_t L_22 = ___ibStart1;
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
		int32_t L_23 = ___cbSize2;
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1));
	}

IL_008b:
	{
		int32_t L_24 = ___cbSize2;
		if ((((int32_t)L_24) > ((int32_t)0)))
		{
			goto IL_0078;
		}
	}
	{
		return;
	}
}
// System.Byte[] System.Security.Cryptography.SHA384Managed::HashFinal()
extern "C"  ByteU5BU5D_t4116647657* SHA384Managed_HashFinal_m2401837128 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA384Managed_HashFinal_m2401837128_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint64_t V_0 = 0;
	uint64_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	{
		SHA384Managed_adjustByteCounts_m2921970088(__this, /*hidden argument*/NULL);
		uint64_t L_0 = __this->get_byteCount1_6();
		V_0 = ((int64_t)((int64_t)L_0<<(int32_t)3));
		uint64_t L_1 = __this->get_byteCount2_7();
		V_1 = L_1;
		SHA384Managed_update_m2910797953(__this, (uint8_t)((int32_t)128), /*hidden argument*/NULL);
		goto IL_002d;
	}

IL_0026:
	{
		SHA384Managed_update_m2910797953(__this, (uint8_t)0, /*hidden argument*/NULL);
	}

IL_002d:
	{
		int32_t L_2 = __this->get_xBufOff_5();
		if (L_2)
		{
			goto IL_0026;
		}
	}
	{
		uint64_t L_3 = V_0;
		uint64_t L_4 = V_1;
		SHA384Managed_processLength_m1746354084(__this, L_3, L_4, /*hidden argument*/NULL);
		SHA384Managed_processBlock_m1272529332(__this, /*hidden argument*/NULL);
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)));
		uint64_t L_5 = __this->get_H1_8();
		ByteU5BU5D_t4116647657* L_6 = V_2;
		SHA384Managed_unpackWord_m785426507(__this, L_5, L_6, 0, /*hidden argument*/NULL);
		uint64_t L_7 = __this->get_H2_9();
		ByteU5BU5D_t4116647657* L_8 = V_2;
		SHA384Managed_unpackWord_m785426507(__this, L_7, L_8, 8, /*hidden argument*/NULL);
		uint64_t L_9 = __this->get_H3_10();
		ByteU5BU5D_t4116647657* L_10 = V_2;
		SHA384Managed_unpackWord_m785426507(__this, L_9, L_10, ((int32_t)16), /*hidden argument*/NULL);
		uint64_t L_11 = __this->get_H4_11();
		ByteU5BU5D_t4116647657* L_12 = V_2;
		SHA384Managed_unpackWord_m785426507(__this, L_11, L_12, ((int32_t)24), /*hidden argument*/NULL);
		uint64_t L_13 = __this->get_H5_12();
		ByteU5BU5D_t4116647657* L_14 = V_2;
		SHA384Managed_unpackWord_m785426507(__this, L_13, L_14, ((int32_t)32), /*hidden argument*/NULL);
		uint64_t L_15 = __this->get_H6_13();
		ByteU5BU5D_t4116647657* L_16 = V_2;
		SHA384Managed_unpackWord_m785426507(__this, L_15, L_16, ((int32_t)40), /*hidden argument*/NULL);
		VirtActionInvoker0::Invoke(13 /* System.Void System.Security.Cryptography.SHA384Managed::Initialize() */, __this);
		ByteU5BU5D_t4116647657* L_17 = V_2;
		return L_17;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::update(System.Byte)
extern "C"  void SHA384Managed_update_m2910797953 (SHA384Managed_t74158575 * __this, uint8_t ___input0, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_xBuf_4();
		int32_t L_1 = __this->get_xBufOff_5();
		int32_t L_2 = L_1;
		V_0 = L_2;
		__this->set_xBufOff_5(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
		int32_t L_3 = V_0;
		uint8_t L_4 = ___input0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (uint8_t)L_4);
		int32_t L_5 = __this->get_xBufOff_5();
		ByteU5BU5D_t4116647657* L_6 = __this->get_xBuf_4();
		NullCheck(L_6);
		if ((!(((uint32_t)L_5) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))))
		{
			goto IL_0040;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_7 = __this->get_xBuf_4();
		SHA384Managed_processWord_m3832940157(__this, L_7, 0, /*hidden argument*/NULL);
		__this->set_xBufOff_5(0);
	}

IL_0040:
	{
		uint64_t L_8 = __this->get_byteCount1_6();
		__this->set_byteCount1_6(((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)(((int64_t)((int64_t)1))))));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::processWord(System.Byte[],System.Int32)
extern "C"  void SHA384Managed_processWord_m3832940157 (SHA384Managed_t74158575 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___inOff1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		UInt64U5BU5D_t1659327989* L_0 = __this->get_W_16();
		int32_t L_1 = __this->get_wOff_17();
		int32_t L_2 = L_1;
		V_0 = L_2;
		__this->set_wOff_17(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
		int32_t L_3 = V_0;
		ByteU5BU5D_t4116647657* L_4 = ___input0;
		int32_t L_5 = ___inOff1;
		NullCheck(L_4);
		int32_t L_6 = L_5;
		uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		ByteU5BU5D_t4116647657* L_8 = ___input0;
		int32_t L_9 = ___inOff1;
		NullCheck(L_8);
		int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
		uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		ByteU5BU5D_t4116647657* L_12 = ___input0;
		int32_t L_13 = ___inOff1;
		NullCheck(L_12);
		int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2));
		uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		ByteU5BU5D_t4116647657* L_16 = ___input0;
		int32_t L_17 = ___inOff1;
		NullCheck(L_16);
		int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3));
		uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
		ByteU5BU5D_t4116647657* L_20 = ___input0;
		int32_t L_21 = ___inOff1;
		NullCheck(L_20);
		int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)4));
		uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
		ByteU5BU5D_t4116647657* L_24 = ___input0;
		int32_t L_25 = ___inOff1;
		NullCheck(L_24);
		int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)5));
		uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		ByteU5BU5D_t4116647657* L_28 = ___input0;
		int32_t L_29 = ___inOff1;
		NullCheck(L_28);
		int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6));
		uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		ByteU5BU5D_t4116647657* L_32 = ___input0;
		int32_t L_33 = ___inOff1;
		NullCheck(L_32);
		int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)7));
		uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_7)))<<(int32_t)((int32_t)56)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_11)))<<(int32_t)((int32_t)48)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_15)))<<(int32_t)((int32_t)40)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_19)))<<(int32_t)((int32_t)32)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_23)))<<(int32_t)((int32_t)24)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_27)))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_31)))<<(int32_t)8))))|(int64_t)(((int64_t)((uint64_t)L_35))))));
		int32_t L_36 = __this->get_wOff_17();
		if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)16)))))
		{
			goto IL_0074;
		}
	}
	{
		SHA384Managed_processBlock_m1272529332(__this, /*hidden argument*/NULL);
	}

IL_0074:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::unpackWord(System.UInt64,System.Byte[],System.Int32)
extern "C"  void SHA384Managed_unpackWord_m785426507 (SHA384Managed_t74158575 * __this, uint64_t ___word0, ByteU5BU5D_t4116647657* ___output1, int32_t ___outOff2, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___output1;
		int32_t L_1 = ___outOff2;
		uint64_t L_2 = ___word0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_2>>((int32_t)56)))))));
		ByteU5BU5D_t4116647657* L_3 = ___output1;
		int32_t L_4 = ___outOff2;
		uint64_t L_5 = ___word0;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_5>>((int32_t)48)))))));
		ByteU5BU5D_t4116647657* L_6 = ___output1;
		int32_t L_7 = ___outOff2;
		uint64_t L_8 = ___word0;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_8>>((int32_t)40)))))));
		ByteU5BU5D_t4116647657* L_9 = ___output1;
		int32_t L_10 = ___outOff2;
		uint64_t L_11 = ___word0;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)32)))))));
		ByteU5BU5D_t4116647657* L_12 = ___output1;
		int32_t L_13 = ___outOff2;
		uint64_t L_14 = ___word0;
		NullCheck(L_12);
		(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_14>>((int32_t)24)))))));
		ByteU5BU5D_t4116647657* L_15 = ___output1;
		int32_t L_16 = ___outOff2;
		uint64_t L_17 = ___word0;
		NullCheck(L_15);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)5))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_17>>((int32_t)16)))))));
		ByteU5BU5D_t4116647657* L_18 = ___output1;
		int32_t L_19 = ___outOff2;
		uint64_t L_20 = ___word0;
		NullCheck(L_18);
		(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)6))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_20>>8))))));
		ByteU5BU5D_t4116647657* L_21 = ___output1;
		int32_t L_22 = ___outOff2;
		uint64_t L_23 = ___word0;
		NullCheck(L_21);
		(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)7))), (uint8_t)(((int32_t)((uint8_t)L_23))));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::adjustByteCounts()
extern "C"  void SHA384Managed_adjustByteCounts_m2921970088 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = __this->get_byteCount1_6();
		if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)2305843009213693951LL)))))
		{
			goto IL_0040;
		}
	}
	{
		uint64_t L_1 = __this->get_byteCount2_7();
		uint64_t L_2 = __this->get_byteCount1_6();
		__this->set_byteCount2_7(((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)((int64_t)((uint64_t)L_2>>((int32_t)61))))));
		uint64_t L_3 = __this->get_byteCount1_6();
		__this->set_byteCount1_6(((int64_t)((int64_t)L_3&(int64_t)((int64_t)2305843009213693951LL))));
	}

IL_0040:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::processLength(System.UInt64,System.UInt64)
extern "C"  void SHA384Managed_processLength_m1746354084 (SHA384Managed_t74158575 * __this, uint64_t ___lowW0, uint64_t ___hiW1, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_wOff_17();
		if ((((int32_t)L_0) <= ((int32_t)((int32_t)14))))
		{
			goto IL_0013;
		}
	}
	{
		SHA384Managed_processBlock_m1272529332(__this, /*hidden argument*/NULL);
	}

IL_0013:
	{
		UInt64U5BU5D_t1659327989* L_1 = __this->get_W_16();
		uint64_t L_2 = ___hiW1;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint64_t)L_2);
		UInt64U5BU5D_t1659327989* L_3 = __this->get_W_16();
		uint64_t L_4 = ___lowW0;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint64_t)L_4);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA384Managed::processBlock()
extern "C"  void SHA384Managed_processBlock_m1272529332 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA384Managed_processBlock_m1272529332_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint64_t V_0 = 0;
	uint64_t V_1 = 0;
	uint64_t V_2 = 0;
	uint64_t V_3 = 0;
	uint64_t V_4 = 0;
	uint64_t V_5 = 0;
	uint64_t V_6 = 0;
	uint64_t V_7 = 0;
	UInt64U5BU5D_t1659327989* V_8 = NULL;
	UInt64U5BU5D_t1659327989* V_9 = NULL;
	int32_t V_10 = 0;
	int32_t V_11 = 0;
	uint64_t V_12 = 0;
	uint64_t V_13 = 0;
	int32_t V_14 = 0;
	{
		UInt64U5BU5D_t1659327989* L_0 = __this->get_W_16();
		V_8 = L_0;
		IL2CPP_RUNTIME_CLASS_INIT(SHAConstants_t1360924992_il2cpp_TypeInfo_var);
		UInt64U5BU5D_t1659327989* L_1 = ((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->get_K2_1();
		V_9 = L_1;
		SHA384Managed_adjustByteCounts_m2921970088(__this, /*hidden argument*/NULL);
		V_10 = ((int32_t)16);
		goto IL_007b;
	}

IL_001e:
	{
		UInt64U5BU5D_t1659327989* L_2 = V_8;
		int32_t L_3 = V_10;
		NullCheck(L_2);
		int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)15)));
		int64_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = L_5;
		uint64_t L_6 = V_0;
		uint64_t L_7 = V_0;
		uint64_t L_8 = V_0;
		uint64_t L_9 = V_0;
		uint64_t L_10 = V_0;
		V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_6>>1))|(int64_t)((int64_t)((int64_t)L_7<<(int32_t)((int32_t)63)))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_8>>8))|(int64_t)((int64_t)((int64_t)L_9<<(int32_t)((int32_t)56)))))))^(int64_t)((int64_t)((uint64_t)L_10>>7))));
		UInt64U5BU5D_t1659327989* L_11 = V_8;
		int32_t L_12 = V_10;
		NullCheck(L_11);
		int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)2));
		int64_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
		V_1 = L_14;
		uint64_t L_15 = V_1;
		uint64_t L_16 = V_1;
		uint64_t L_17 = V_1;
		uint64_t L_18 = V_1;
		uint64_t L_19 = V_1;
		V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_15>>((int32_t)19)))|(int64_t)((int64_t)((int64_t)L_16<<(int32_t)((int32_t)45)))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_17>>((int32_t)61)))|(int64_t)((int64_t)((int64_t)L_18<<(int32_t)3))))))^(int64_t)((int64_t)((uint64_t)L_19>>6))));
		UInt64U5BU5D_t1659327989* L_20 = V_8;
		int32_t L_21 = V_10;
		uint64_t L_22 = V_1;
		UInt64U5BU5D_t1659327989* L_23 = V_8;
		int32_t L_24 = V_10;
		NullCheck(L_23);
		int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)7));
		int64_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
		uint64_t L_27 = V_0;
		UInt64U5BU5D_t1659327989* L_28 = V_8;
		int32_t L_29 = V_10;
		NullCheck(L_28);
		int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)16)));
		int64_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)L_26)), (int64_t)L_27)), (int64_t)L_31)));
		int32_t L_32 = V_10;
		V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
	}

IL_007b:
	{
		int32_t L_33 = V_10;
		if ((((int32_t)L_33) <= ((int32_t)((int32_t)79))))
		{
			goto IL_001e;
		}
	}
	{
		uint64_t L_34 = __this->get_H1_8();
		V_0 = L_34;
		uint64_t L_35 = __this->get_H2_9();
		V_1 = L_35;
		uint64_t L_36 = __this->get_H3_10();
		V_2 = L_36;
		uint64_t L_37 = __this->get_H4_11();
		V_3 = L_37;
		uint64_t L_38 = __this->get_H5_12();
		V_4 = L_38;
		uint64_t L_39 = __this->get_H6_13();
		V_5 = L_39;
		uint64_t L_40 = __this->get_H7_14();
		V_6 = L_40;
		uint64_t L_41 = __this->get_H8_15();
		V_7 = L_41;
		V_11 = 0;
		goto IL_0160;
	}

IL_00c8:
	{
		uint64_t L_42 = V_4;
		uint64_t L_43 = V_4;
		uint64_t L_44 = V_4;
		uint64_t L_45 = V_4;
		uint64_t L_46 = V_4;
		uint64_t L_47 = V_4;
		V_12 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_42>>((int32_t)14)))|(int64_t)((int64_t)((int64_t)L_43<<(int32_t)((int32_t)50)))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_44>>((int32_t)18)))|(int64_t)((int64_t)((int64_t)L_45<<(int32_t)((int32_t)46)))))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_46>>((int32_t)41)))|(int64_t)((int64_t)((int64_t)L_47<<(int32_t)((int32_t)23)))))));
		uint64_t L_48 = V_12;
		uint64_t L_49 = V_7;
		uint64_t L_50 = V_4;
		uint64_t L_51 = V_5;
		uint64_t L_52 = V_4;
		uint64_t L_53 = V_6;
		UInt64U5BU5D_t1659327989* L_54 = V_9;
		int32_t L_55 = V_11;
		NullCheck(L_54);
		int32_t L_56 = L_55;
		int64_t L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
		UInt64U5BU5D_t1659327989* L_58 = V_8;
		int32_t L_59 = V_11;
		NullCheck(L_58);
		int32_t L_60 = L_59;
		int64_t L_61 = (L_58)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
		V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_48, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_49, (int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_50&(int64_t)L_51))^(int64_t)((int64_t)((int64_t)((~L_52))&(int64_t)L_53)))))), (int64_t)L_57)), (int64_t)L_61))));
		uint64_t L_62 = V_0;
		uint64_t L_63 = V_0;
		uint64_t L_64 = V_0;
		uint64_t L_65 = V_0;
		uint64_t L_66 = V_0;
		uint64_t L_67 = V_0;
		V_13 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_62>>((int32_t)28)))|(int64_t)((int64_t)((int64_t)L_63<<(int32_t)((int32_t)36)))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_64>>((int32_t)34)))|(int64_t)((int64_t)((int64_t)L_65<<(int32_t)((int32_t)30)))))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_66>>((int32_t)39)))|(int64_t)((int64_t)((int64_t)L_67<<(int32_t)((int32_t)25)))))));
		uint64_t L_68 = V_13;
		uint64_t L_69 = V_0;
		uint64_t L_70 = V_1;
		uint64_t L_71 = V_0;
		uint64_t L_72 = V_2;
		uint64_t L_73 = V_1;
		uint64_t L_74 = V_2;
		V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_68, (int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_69&(int64_t)L_70))^(int64_t)((int64_t)((int64_t)L_71&(int64_t)L_72))))^(int64_t)((int64_t)((int64_t)L_73&(int64_t)L_74))))));
		uint64_t L_75 = V_6;
		V_7 = L_75;
		uint64_t L_76 = V_5;
		V_6 = L_76;
		uint64_t L_77 = V_4;
		V_5 = L_77;
		uint64_t L_78 = V_3;
		uint64_t L_79 = V_12;
		V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_78, (int64_t)L_79));
		uint64_t L_80 = V_2;
		V_3 = L_80;
		uint64_t L_81 = V_1;
		V_2 = L_81;
		uint64_t L_82 = V_0;
		V_1 = L_82;
		uint64_t L_83 = V_12;
		uint64_t L_84 = V_13;
		V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_83, (int64_t)L_84));
		int32_t L_85 = V_11;
		V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1));
	}

IL_0160:
	{
		int32_t L_86 = V_11;
		if ((((int32_t)L_86) <= ((int32_t)((int32_t)79))))
		{
			goto IL_00c8;
		}
	}
	{
		uint64_t L_87 = __this->get_H1_8();
		uint64_t L_88 = V_0;
		__this->set_H1_8(((int64_t)il2cpp_codegen_add((int64_t)L_87, (int64_t)L_88)));
		uint64_t L_89 = __this->get_H2_9();
		uint64_t L_90 = V_1;
		__this->set_H2_9(((int64_t)il2cpp_codegen_add((int64_t)L_89, (int64_t)L_90)));
		uint64_t L_91 = __this->get_H3_10();
		uint64_t L_92 = V_2;
		__this->set_H3_10(((int64_t)il2cpp_codegen_add((int64_t)L_91, (int64_t)L_92)));
		uint64_t L_93 = __this->get_H4_11();
		uint64_t L_94 = V_3;
		__this->set_H4_11(((int64_t)il2cpp_codegen_add((int64_t)L_93, (int64_t)L_94)));
		uint64_t L_95 = __this->get_H5_12();
		uint64_t L_96 = V_4;
		__this->set_H5_12(((int64_t)il2cpp_codegen_add((int64_t)L_95, (int64_t)L_96)));
		uint64_t L_97 = __this->get_H6_13();
		uint64_t L_98 = V_5;
		__this->set_H6_13(((int64_t)il2cpp_codegen_add((int64_t)L_97, (int64_t)L_98)));
		uint64_t L_99 = __this->get_H7_14();
		uint64_t L_100 = V_6;
		__this->set_H7_14(((int64_t)il2cpp_codegen_add((int64_t)L_99, (int64_t)L_100)));
		uint64_t L_101 = __this->get_H8_15();
		uint64_t L_102 = V_7;
		__this->set_H8_15(((int64_t)il2cpp_codegen_add((int64_t)L_101, (int64_t)L_102)));
		__this->set_wOff_17(0);
		V_14 = 0;
		goto IL_01f9;
	}

IL_01ec:
	{
		UInt64U5BU5D_t1659327989* L_103 = V_8;
		int32_t L_104 = V_14;
		NullCheck(L_103);
		(L_103)->SetAt(static_cast<il2cpp_array_size_t>(L_104), (uint64_t)(((int64_t)((int64_t)0))));
		int32_t L_105 = V_14;
		V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1));
	}

IL_01f9:
	{
		int32_t L_106 = V_14;
		UInt64U5BU5D_t1659327989* L_107 = V_8;
		NullCheck(L_107);
		if ((!(((uint32_t)L_106) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_107)->max_length))))))))
		{
			goto IL_01ec;
		}
	}
	{
		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.Security.Cryptography.SHA512::.ctor()
extern "C"  void SHA512__ctor_m84228937 (SHA512_t1346946930 * __this, const RuntimeMethod* method)
{
	{
		HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL);
		((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)512));
		return;
	}
}
// System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create()
extern "C"  SHA512_t1346946930 * SHA512_Create_m3934606971 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA512_Create_m3934606971_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA512_t1346946930 * L_0 = SHA512_Create_m3236870067(NULL /*static, unused*/, _stringLiteral4044636760, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create(System.String)
extern "C"  SHA512_t1346946930 * SHA512_Create_m3236870067 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA512_Create_m3236870067_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___hashName0;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		return ((SHA512_t1346946930 *)CastclassClass((RuntimeObject*)L_1, SHA512_t1346946930_il2cpp_TypeInfo_var));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHA512Managed::.ctor()
extern "C"  void SHA512Managed__ctor_m330347986 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA512Managed__ctor_m330347986_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SHA512__ctor_m84228937(__this, /*hidden argument*/NULL);
		__this->set_xBuf_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)));
		__this->set_W_16(((UInt64U5BU5D_t1659327989*)SZArrayNew(UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80))));
		SHA512Managed_Initialize_m2527292789(__this, (bool)0, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::Initialize(System.Boolean)
extern "C"  void SHA512Managed_Initialize_m2527292789 (SHA512Managed_t1787336339 * __this, bool ___reuse0, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		__this->set_H1_8(((int64_t)7640891576956012808LL));
		__this->set_H2_9(((int64_t)-4942790177534073029LL));
		__this->set_H3_10(((int64_t)4354685564936845355LL));
		__this->set_H4_11(((int64_t)-6534734903238641935LL));
		__this->set_H5_12(((int64_t)5840696475078001361LL));
		__this->set_H6_13(((int64_t)-7276294671716946913LL));
		__this->set_H7_14(((int64_t)2270897969802886507LL));
		__this->set_H8_15(((int64_t)6620516959819538809LL));
		bool L_0 = ___reuse0;
		if (!L_0)
		{
			goto IL_00e1;
		}
	}
	{
		__this->set_byteCount1_6((((int64_t)((int64_t)0))));
		__this->set_byteCount2_7((((int64_t)((int64_t)0))));
		__this->set_xBufOff_5(0);
		V_0 = 0;
		goto IL_00a9;
	}

IL_009c:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_xBuf_4();
		int32_t L_2 = V_0;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)0);
		int32_t L_3 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
	}

IL_00a9:
	{
		int32_t L_4 = V_0;
		ByteU5BU5D_t4116647657* L_5 = __this->get_xBuf_4();
		NullCheck(L_5);
		if ((((int32_t)L_4) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))))))
		{
			goto IL_009c;
		}
	}
	{
		__this->set_wOff_17(0);
		V_1 = 0;
		goto IL_00d3;
	}

IL_00c5:
	{
		UInt64U5BU5D_t1659327989* L_6 = __this->get_W_16();
		int32_t L_7 = V_1;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint64_t)(((int64_t)((int64_t)0))));
		int32_t L_8 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
	}

IL_00d3:
	{
		int32_t L_9 = V_1;
		UInt64U5BU5D_t1659327989* L_10 = __this->get_W_16();
		NullCheck(L_10);
		if ((!(((uint32_t)L_9) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))))
		{
			goto IL_00c5;
		}
	}

IL_00e1:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::Initialize()
extern "C"  void SHA512Managed_Initialize_m2478368867 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method)
{
	{
		SHA512Managed_Initialize_m2527292789(__this, (bool)1, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::HashCore(System.Byte[],System.Int32,System.Int32)
extern "C"  void SHA512Managed_HashCore_m2377807474 (SHA512Managed_t1787336339 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
	{
		goto IL_0018;
	}

IL_0005:
	{
		ByteU5BU5D_t4116647657* L_0 = ___rgb0;
		int32_t L_1 = ___ibStart1;
		NullCheck(L_0);
		int32_t L_2 = L_1;
		uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		SHA512Managed_update_m3202186042(__this, L_3, /*hidden argument*/NULL);
		int32_t L_4 = ___ibStart1;
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
		int32_t L_5 = ___cbSize2;
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
	}

IL_0018:
	{
		int32_t L_6 = __this->get_xBufOff_5();
		if (!L_6)
		{
			goto IL_002a;
		}
	}
	{
		int32_t L_7 = ___cbSize2;
		if ((((int32_t)L_7) > ((int32_t)0)))
		{
			goto IL_0005;
		}
	}

IL_002a:
	{
		goto IL_0065;
	}

IL_002f:
	{
		ByteU5BU5D_t4116647657* L_8 = ___rgb0;
		int32_t L_9 = ___ibStart1;
		SHA512Managed_processWord_m1015820257(__this, L_8, L_9, /*hidden argument*/NULL);
		int32_t L_10 = ___ibStart1;
		ByteU5BU5D_t4116647657* L_11 = __this->get_xBuf_4();
		NullCheck(L_11);
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))));
		int32_t L_12 = ___cbSize2;
		ByteU5BU5D_t4116647657* L_13 = __this->get_xBuf_4();
		NullCheck(L_13);
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))));
		uint64_t L_14 = __this->get_byteCount1_6();
		ByteU5BU5D_t4116647657* L_15 = __this->get_xBuf_4();
		NullCheck(L_15);
		__this->set_byteCount1_6(((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))))));
	}

IL_0065:
	{
		int32_t L_16 = ___cbSize2;
		ByteU5BU5D_t4116647657* L_17 = __this->get_xBuf_4();
		NullCheck(L_17);
		if ((((int32_t)L_16) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
		{
			goto IL_002f;
		}
	}
	{
		goto IL_008b;
	}

IL_0078:
	{
		ByteU5BU5D_t4116647657* L_18 = ___rgb0;
		int32_t L_19 = ___ibStart1;
		NullCheck(L_18);
		int32_t L_20 = L_19;
		uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		SHA512Managed_update_m3202186042(__this, L_21, /*hidden argument*/NULL);
		int32_t L_22 = ___ibStart1;
		___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
		int32_t L_23 = ___cbSize2;
		___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1));
	}

IL_008b:
	{
		int32_t L_24 = ___cbSize2;
		if ((((int32_t)L_24) > ((int32_t)0)))
		{
			goto IL_0078;
		}
	}
	{
		return;
	}
}
// System.Byte[] System.Security.Cryptography.SHA512Managed::HashFinal()
extern "C"  ByteU5BU5D_t4116647657* SHA512Managed_HashFinal_m2173184560 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA512Managed_HashFinal_m2173184560_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint64_t V_0 = 0;
	uint64_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	{
		SHA512Managed_adjustByteCounts_m3003603904(__this, /*hidden argument*/NULL);
		uint64_t L_0 = __this->get_byteCount1_6();
		V_0 = ((int64_t)((int64_t)L_0<<(int32_t)3));
		uint64_t L_1 = __this->get_byteCount2_7();
		V_1 = L_1;
		SHA512Managed_update_m3202186042(__this, (uint8_t)((int32_t)128), /*hidden argument*/NULL);
		goto IL_002d;
	}

IL_0026:
	{
		SHA512Managed_update_m3202186042(__this, (uint8_t)0, /*hidden argument*/NULL);
	}

IL_002d:
	{
		int32_t L_2 = __this->get_xBufOff_5();
		if (L_2)
		{
			goto IL_0026;
		}
	}
	{
		uint64_t L_3 = V_0;
		uint64_t L_4 = V_1;
		SHA512Managed_processLength_m2162821715(__this, L_3, L_4, /*hidden argument*/NULL);
		SHA512Managed_processBlock_m1725885004(__this, /*hidden argument*/NULL);
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)));
		uint64_t L_5 = __this->get_H1_8();
		ByteU5BU5D_t4116647657* L_6 = V_2;
		SHA512Managed_unpackWord_m3785560830(__this, L_5, L_6, 0, /*hidden argument*/NULL);
		uint64_t L_7 = __this->get_H2_9();
		ByteU5BU5D_t4116647657* L_8 = V_2;
		SHA512Managed_unpackWord_m3785560830(__this, L_7, L_8, 8, /*hidden argument*/NULL);
		uint64_t L_9 = __this->get_H3_10();
		ByteU5BU5D_t4116647657* L_10 = V_2;
		SHA512Managed_unpackWord_m3785560830(__this, L_9, L_10, ((int32_t)16), /*hidden argument*/NULL);
		uint64_t L_11 = __this->get_H4_11();
		ByteU5BU5D_t4116647657* L_12 = V_2;
		SHA512Managed_unpackWord_m3785560830(__this, L_11, L_12, ((int32_t)24), /*hidden argument*/NULL);
		uint64_t L_13 = __this->get_H5_12();
		ByteU5BU5D_t4116647657* L_14 = V_2;
		SHA512Managed_unpackWord_m3785560830(__this, L_13, L_14, ((int32_t)32), /*hidden argument*/NULL);
		uint64_t L_15 = __this->get_H6_13();
		ByteU5BU5D_t4116647657* L_16 = V_2;
		SHA512Managed_unpackWord_m3785560830(__this, L_15, L_16, ((int32_t)40), /*hidden argument*/NULL);
		uint64_t L_17 = __this->get_H7_14();
		ByteU5BU5D_t4116647657* L_18 = V_2;
		SHA512Managed_unpackWord_m3785560830(__this, L_17, L_18, ((int32_t)48), /*hidden argument*/NULL);
		uint64_t L_19 = __this->get_H8_15();
		ByteU5BU5D_t4116647657* L_20 = V_2;
		SHA512Managed_unpackWord_m3785560830(__this, L_19, L_20, ((int32_t)56), /*hidden argument*/NULL);
		VirtActionInvoker0::Invoke(13 /* System.Void System.Security.Cryptography.SHA512Managed::Initialize() */, __this);
		ByteU5BU5D_t4116647657* L_21 = V_2;
		return L_21;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::update(System.Byte)
extern "C"  void SHA512Managed_update_m3202186042 (SHA512Managed_t1787336339 * __this, uint8_t ___input0, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_xBuf_4();
		int32_t L_1 = __this->get_xBufOff_5();
		int32_t L_2 = L_1;
		V_0 = L_2;
		__this->set_xBufOff_5(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
		int32_t L_3 = V_0;
		uint8_t L_4 = ___input0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (uint8_t)L_4);
		int32_t L_5 = __this->get_xBufOff_5();
		ByteU5BU5D_t4116647657* L_6 = __this->get_xBuf_4();
		NullCheck(L_6);
		if ((!(((uint32_t)L_5) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))))
		{
			goto IL_0040;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_7 = __this->get_xBuf_4();
		SHA512Managed_processWord_m1015820257(__this, L_7, 0, /*hidden argument*/NULL);
		__this->set_xBufOff_5(0);
	}

IL_0040:
	{
		uint64_t L_8 = __this->get_byteCount1_6();
		__this->set_byteCount1_6(((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)(((int64_t)((int64_t)1))))));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::processWord(System.Byte[],System.Int32)
extern "C"  void SHA512Managed_processWord_m1015820257 (SHA512Managed_t1787336339 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___inOff1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		UInt64U5BU5D_t1659327989* L_0 = __this->get_W_16();
		int32_t L_1 = __this->get_wOff_17();
		int32_t L_2 = L_1;
		V_0 = L_2;
		__this->set_wOff_17(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
		int32_t L_3 = V_0;
		ByteU5BU5D_t4116647657* L_4 = ___input0;
		int32_t L_5 = ___inOff1;
		NullCheck(L_4);
		int32_t L_6 = L_5;
		uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		ByteU5BU5D_t4116647657* L_8 = ___input0;
		int32_t L_9 = ___inOff1;
		NullCheck(L_8);
		int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
		uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		ByteU5BU5D_t4116647657* L_12 = ___input0;
		int32_t L_13 = ___inOff1;
		NullCheck(L_12);
		int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2));
		uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		ByteU5BU5D_t4116647657* L_16 = ___input0;
		int32_t L_17 = ___inOff1;
		NullCheck(L_16);
		int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3));
		uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
		ByteU5BU5D_t4116647657* L_20 = ___input0;
		int32_t L_21 = ___inOff1;
		NullCheck(L_20);
		int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)4));
		uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
		ByteU5BU5D_t4116647657* L_24 = ___input0;
		int32_t L_25 = ___inOff1;
		NullCheck(L_24);
		int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)5));
		uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		ByteU5BU5D_t4116647657* L_28 = ___input0;
		int32_t L_29 = ___inOff1;
		NullCheck(L_28);
		int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6));
		uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		ByteU5BU5D_t4116647657* L_32 = ___input0;
		int32_t L_33 = ___inOff1;
		NullCheck(L_32);
		int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)7));
		uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_7)))<<(int32_t)((int32_t)56)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_11)))<<(int32_t)((int32_t)48)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_15)))<<(int32_t)((int32_t)40)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_19)))<<(int32_t)((int32_t)32)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_23)))<<(int32_t)((int32_t)24)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_27)))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_31)))<<(int32_t)8))))|(int64_t)(((int64_t)((uint64_t)L_35))))));
		int32_t L_36 = __this->get_wOff_17();
		if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)16)))))
		{
			goto IL_0074;
		}
	}
	{
		SHA512Managed_processBlock_m1725885004(__this, /*hidden argument*/NULL);
	}

IL_0074:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::unpackWord(System.UInt64,System.Byte[],System.Int32)
extern "C"  void SHA512Managed_unpackWord_m3785560830 (SHA512Managed_t1787336339 * __this, uint64_t ___word0, ByteU5BU5D_t4116647657* ___output1, int32_t ___outOff2, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___output1;
		int32_t L_1 = ___outOff2;
		uint64_t L_2 = ___word0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_2>>((int32_t)56)))))));
		ByteU5BU5D_t4116647657* L_3 = ___output1;
		int32_t L_4 = ___outOff2;
		uint64_t L_5 = ___word0;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_5>>((int32_t)48)))))));
		ByteU5BU5D_t4116647657* L_6 = ___output1;
		int32_t L_7 = ___outOff2;
		uint64_t L_8 = ___word0;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_8>>((int32_t)40)))))));
		ByteU5BU5D_t4116647657* L_9 = ___output1;
		int32_t L_10 = ___outOff2;
		uint64_t L_11 = ___word0;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)32)))))));
		ByteU5BU5D_t4116647657* L_12 = ___output1;
		int32_t L_13 = ___outOff2;
		uint64_t L_14 = ___word0;
		NullCheck(L_12);
		(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_14>>((int32_t)24)))))));
		ByteU5BU5D_t4116647657* L_15 = ___output1;
		int32_t L_16 = ___outOff2;
		uint64_t L_17 = ___word0;
		NullCheck(L_15);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)5))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_17>>((int32_t)16)))))));
		ByteU5BU5D_t4116647657* L_18 = ___output1;
		int32_t L_19 = ___outOff2;
		uint64_t L_20 = ___word0;
		NullCheck(L_18);
		(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)6))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_20>>8))))));
		ByteU5BU5D_t4116647657* L_21 = ___output1;
		int32_t L_22 = ___outOff2;
		uint64_t L_23 = ___word0;
		NullCheck(L_21);
		(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)7))), (uint8_t)(((int32_t)((uint8_t)L_23))));
		return;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::adjustByteCounts()
extern "C"  void SHA512Managed_adjustByteCounts_m3003603904 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = __this->get_byteCount1_6();
		if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)2305843009213693951LL)))))
		{
			goto IL_0040;
		}
	}
	{
		uint64_t L_1 = __this->get_byteCount2_7();
		uint64_t L_2 = __this->get_byteCount1_6();
		__this->set_byteCount2_7(((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)((int64_t)((uint64_t)L_2>>((int32_t)61))))));
		uint64_t L_3 = __this->get_byteCount1_6();
		__this->set_byteCount1_6(((int64_t)((int64_t)L_3&(int64_t)((int64_t)2305843009213693951LL))));
	}

IL_0040:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::processLength(System.UInt64,System.UInt64)
extern "C"  void SHA512Managed_processLength_m2162821715 (SHA512Managed_t1787336339 * __this, uint64_t ___lowW0, uint64_t ___hiW1, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_wOff_17();
		if ((((int32_t)L_0) <= ((int32_t)((int32_t)14))))
		{
			goto IL_0013;
		}
	}
	{
		SHA512Managed_processBlock_m1725885004(__this, /*hidden argument*/NULL);
	}

IL_0013:
	{
		UInt64U5BU5D_t1659327989* L_1 = __this->get_W_16();
		uint64_t L_2 = ___hiW1;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint64_t)L_2);
		UInt64U5BU5D_t1659327989* L_3 = __this->get_W_16();
		uint64_t L_4 = ___lowW0;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint64_t)L_4);
		return;
	}
}
// System.Void System.Security.Cryptography.SHA512Managed::processBlock()
extern "C"  void SHA512Managed_processBlock_m1725885004 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHA512Managed_processBlock_m1725885004_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	uint64_t V_1 = 0;
	uint64_t V_2 = 0;
	uint64_t V_3 = 0;
	uint64_t V_4 = 0;
	uint64_t V_5 = 0;
	uint64_t V_6 = 0;
	uint64_t V_7 = 0;
	uint64_t V_8 = 0;
	int32_t V_9 = 0;
	uint64_t V_10 = 0;
	uint64_t V_11 = 0;
	int32_t V_12 = 0;
	{
		SHA512Managed_adjustByteCounts_m3003603904(__this, /*hidden argument*/NULL);
		V_0 = ((int32_t)16);
		goto IL_0053;
	}

IL_000e:
	{
		UInt64U5BU5D_t1659327989* L_0 = __this->get_W_16();
		int32_t L_1 = V_0;
		UInt64U5BU5D_t1659327989* L_2 = __this->get_W_16();
		int32_t L_3 = V_0;
		NullCheck(L_2);
		int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2));
		int64_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		uint64_t L_6 = SHA512Managed_Sigma1_m922902398(__this, L_5, /*hidden argument*/NULL);
		UInt64U5BU5D_t1659327989* L_7 = __this->get_W_16();
		int32_t L_8 = V_0;
		NullCheck(L_7);
		int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)7));
		int64_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		UInt64U5BU5D_t1659327989* L_11 = __this->get_W_16();
		int32_t L_12 = V_0;
		NullCheck(L_11);
		int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)15)));
		int64_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
		uint64_t L_15 = SHA512Managed_Sigma0_m921579649(__this, L_14, /*hidden argument*/NULL);
		UInt64U5BU5D_t1659327989* L_16 = __this->get_W_16();
		int32_t L_17 = V_0;
		NullCheck(L_16);
		int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)16)));
		int64_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)L_10)), (int64_t)L_15)), (int64_t)L_19)));
		int32_t L_20 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
	}

IL_0053:
	{
		int32_t L_21 = V_0;
		if ((((int32_t)L_21) <= ((int32_t)((int32_t)79))))
		{
			goto IL_000e;
		}
	}
	{
		uint64_t L_22 = __this->get_H1_8();
		V_1 = L_22;
		uint64_t L_23 = __this->get_H2_9();
		V_2 = L_23;
		uint64_t L_24 = __this->get_H3_10();
		V_3 = L_24;
		uint64_t L_25 = __this->get_H4_11();
		V_4 = L_25;
		uint64_t L_26 = __this->get_H5_12();
		V_5 = L_26;
		uint64_t L_27 = __this->get_H6_13();
		V_6 = L_27;
		uint64_t L_28 = __this->get_H7_14();
		V_7 = L_28;
		uint64_t L_29 = __this->get_H8_15();
		V_8 = L_29;
		V_9 = 0;
		goto IL_0106;
	}

IL_00a0:
	{
		uint64_t L_30 = V_8;
		uint64_t L_31 = V_5;
		uint64_t L_32 = SHA512Managed_Sum1_m4163780989(__this, L_31, /*hidden argument*/NULL);
		uint64_t L_33 = V_5;
		uint64_t L_34 = V_6;
		uint64_t L_35 = V_7;
		uint64_t L_36 = SHA512Managed_Ch_m213737293(__this, L_33, L_34, L_35, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(SHAConstants_t1360924992_il2cpp_TypeInfo_var);
		UInt64U5BU5D_t1659327989* L_37 = ((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->get_K2_1();
		int32_t L_38 = V_9;
		NullCheck(L_37);
		int32_t L_39 = L_38;
		int64_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
		UInt64U5BU5D_t1659327989* L_41 = __this->get_W_16();
		int32_t L_42 = V_9;
		NullCheck(L_41);
		int32_t L_43 = L_42;
		int64_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
		V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_30, (int64_t)L_32)), (int64_t)L_36)), (int64_t)L_40)), (int64_t)L_44));
		uint64_t L_45 = V_1;
		uint64_t L_46 = SHA512Managed_Sum0_m1216661412(__this, L_45, /*hidden argument*/NULL);
		uint64_t L_47 = V_1;
		uint64_t L_48 = V_2;
		uint64_t L_49 = V_3;
		uint64_t L_50 = SHA512Managed_Maj_m3649014337(__this, L_47, L_48, L_49, /*hidden argument*/NULL);
		V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_46, (int64_t)L_50));
		uint64_t L_51 = V_7;
		V_8 = L_51;
		uint64_t L_52 = V_6;
		V_7 = L_52;
		uint64_t L_53 = V_5;
		V_6 = L_53;
		uint64_t L_54 = V_4;
		uint64_t L_55 = V_10;
		V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_54, (int64_t)L_55));
		uint64_t L_56 = V_3;
		V_4 = L_56;
		uint64_t L_57 = V_2;
		V_3 = L_57;
		uint64_t L_58 = V_1;
		V_2 = L_58;
		uint64_t L_59 = V_10;
		uint64_t L_60 = V_11;
		V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_59, (int64_t)L_60));
		int32_t L_61 = V_9;
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
	}

IL_0106:
	{
		int32_t L_62 = V_9;
		if ((((int32_t)L_62) <= ((int32_t)((int32_t)79))))
		{
			goto IL_00a0;
		}
	}
	{
		uint64_t L_63 = __this->get_H1_8();
		uint64_t L_64 = V_1;
		__this->set_H1_8(((int64_t)il2cpp_codegen_add((int64_t)L_63, (int64_t)L_64)));
		uint64_t L_65 = __this->get_H2_9();
		uint64_t L_66 = V_2;
		__this->set_H2_9(((int64_t)il2cpp_codegen_add((int64_t)L_65, (int64_t)L_66)));
		uint64_t L_67 = __this->get_H3_10();
		uint64_t L_68 = V_3;
		__this->set_H3_10(((int64_t)il2cpp_codegen_add((int64_t)L_67, (int64_t)L_68)));
		uint64_t L_69 = __this->get_H4_11();
		uint64_t L_70 = V_4;
		__this->set_H4_11(((int64_t)il2cpp_codegen_add((int64_t)L_69, (int64_t)L_70)));
		uint64_t L_71 = __this->get_H5_12();
		uint64_t L_72 = V_5;
		__this->set_H5_12(((int64_t)il2cpp_codegen_add((int64_t)L_71, (int64_t)L_72)));
		uint64_t L_73 = __this->get_H6_13();
		uint64_t L_74 = V_6;
		__this->set_H6_13(((int64_t)il2cpp_codegen_add((int64_t)L_73, (int64_t)L_74)));
		uint64_t L_75 = __this->get_H7_14();
		uint64_t L_76 = V_7;
		__this->set_H7_14(((int64_t)il2cpp_codegen_add((int64_t)L_75, (int64_t)L_76)));
		uint64_t L_77 = __this->get_H8_15();
		uint64_t L_78 = V_8;
		__this->set_H8_15(((int64_t)il2cpp_codegen_add((int64_t)L_77, (int64_t)L_78)));
		__this->set_wOff_17(0);
		V_12 = 0;
		goto IL_01a4;
	}

IL_0193:
	{
		UInt64U5BU5D_t1659327989* L_79 = __this->get_W_16();
		int32_t L_80 = V_12;
		NullCheck(L_79);
		(L_79)->SetAt(static_cast<il2cpp_array_size_t>(L_80), (uint64_t)(((int64_t)((int64_t)0))));
		int32_t L_81 = V_12;
		V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1));
	}

IL_01a4:
	{
		int32_t L_82 = V_12;
		UInt64U5BU5D_t1659327989* L_83 = __this->get_W_16();
		NullCheck(L_83);
		if ((!(((uint32_t)L_82) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length))))))))
		{
			goto IL_0193;
		}
	}
	{
		return;
	}
}
// System.UInt64 System.Security.Cryptography.SHA512Managed::rotateRight(System.UInt64,System.Int32)
extern "C"  uint64_t SHA512Managed_rotateRight_m3393943223 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, int32_t ___n1, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = ___x0;
		int32_t L_1 = ___n1;
		uint64_t L_2 = ___x0;
		int32_t L_3 = ___n1;
		return ((int64_t)((int64_t)((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((int64_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_3))&(int32_t)((int32_t)63)))))));
	}
}
// System.UInt64 System.Security.Cryptography.SHA512Managed::Ch(System.UInt64,System.UInt64,System.UInt64)
extern "C"  uint64_t SHA512Managed_Ch_m213737293 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = ___x0;
		uint64_t L_1 = ___y1;
		uint64_t L_2 = ___x0;
		uint64_t L_3 = ___z2;
		return ((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))^(int64_t)((int64_t)((int64_t)((~L_2))&(int64_t)L_3))));
	}
}
// System.UInt64 System.Security.Cryptography.SHA512Managed::Maj(System.UInt64,System.UInt64,System.UInt64)
extern "C"  uint64_t SHA512Managed_Maj_m3649014337 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = ___x0;
		uint64_t L_1 = ___y1;
		uint64_t L_2 = ___x0;
		uint64_t L_3 = ___z2;
		uint64_t L_4 = ___y1;
		uint64_t L_5 = ___z2;
		return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))^(int64_t)((int64_t)((int64_t)L_2&(int64_t)L_3))))^(int64_t)((int64_t)((int64_t)L_4&(int64_t)L_5))));
	}
}
// System.UInt64 System.Security.Cryptography.SHA512Managed::Sum0(System.UInt64)
extern "C"  uint64_t SHA512Managed_Sum0_m1216661412 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = ___x0;
		uint64_t L_1 = SHA512Managed_rotateRight_m3393943223(__this, L_0, ((int32_t)28), /*hidden argument*/NULL);
		uint64_t L_2 = ___x0;
		uint64_t L_3 = SHA512Managed_rotateRight_m3393943223(__this, L_2, ((int32_t)34), /*hidden argument*/NULL);
		uint64_t L_4 = ___x0;
		uint64_t L_5 = SHA512Managed_rotateRight_m3393943223(__this, L_4, ((int32_t)39), /*hidden argument*/NULL);
		return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)L_5));
	}
}
// System.UInt64 System.Security.Cryptography.SHA512Managed::Sum1(System.UInt64)
extern "C"  uint64_t SHA512Managed_Sum1_m4163780989 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = ___x0;
		uint64_t L_1 = SHA512Managed_rotateRight_m3393943223(__this, L_0, ((int32_t)14), /*hidden argument*/NULL);
		uint64_t L_2 = ___x0;
		uint64_t L_3 = SHA512Managed_rotateRight_m3393943223(__this, L_2, ((int32_t)18), /*hidden argument*/NULL);
		uint64_t L_4 = ___x0;
		uint64_t L_5 = SHA512Managed_rotateRight_m3393943223(__this, L_4, ((int32_t)41), /*hidden argument*/NULL);
		return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)L_5));
	}
}
// System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma0(System.UInt64)
extern "C"  uint64_t SHA512Managed_Sigma0_m921579649 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = ___x0;
		uint64_t L_1 = SHA512Managed_rotateRight_m3393943223(__this, L_0, 1, /*hidden argument*/NULL);
		uint64_t L_2 = ___x0;
		uint64_t L_3 = SHA512Managed_rotateRight_m3393943223(__this, L_2, 8, /*hidden argument*/NULL);
		uint64_t L_4 = ___x0;
		return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)((int64_t)((uint64_t)L_4>>7))));
	}
}
// System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma1(System.UInt64)
extern "C"  uint64_t SHA512Managed_Sigma1_m922902398 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method)
{
	{
		uint64_t L_0 = ___x0;
		uint64_t L_1 = SHA512Managed_rotateRight_m3393943223(__this, L_0, ((int32_t)19), /*hidden argument*/NULL);
		uint64_t L_2 = ___x0;
		uint64_t L_3 = SHA512Managed_rotateRight_m3393943223(__this, L_2, ((int32_t)61), /*hidden argument*/NULL);
		uint64_t L_4 = ___x0;
		return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)((int64_t)((uint64_t)L_4>>6))));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHAConstants::.cctor()
extern "C"  void SHAConstants__cctor_m1699027474 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SHAConstants__cctor_m1699027474_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		UInt32U5BU5D_t2770800703* L_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)));
		RuntimeFieldHandle_t1871169219  L_1 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D56_46_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL);
		((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->set_K1_0(L_0);
		UInt64U5BU5D_t1659327989* L_2 = ((UInt64U5BU5D_t1659327989*)SZArrayNew(UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)));
		RuntimeFieldHandle_t1871169219  L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D57_47_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
		((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->set_K2_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.Security.Cryptography.SignatureDescription::.ctor()
extern "C"  void SignatureDescription__ctor_m3689246904 (SignatureDescription_t1971889425 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.SignatureDescription::set_DeformatterAlgorithm(System.String)
extern "C"  void SignatureDescription_set_DeformatterAlgorithm_m2634775062 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___value0;
		__this->set__DeformatterAlgorithm_0(L_0);
		return;
	}
}
// System.Void System.Security.Cryptography.SignatureDescription::set_DigestAlgorithm(System.String)
extern "C"  void SignatureDescription_set_DigestAlgorithm_m1385003273 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___value0;
		__this->set__DigestAlgorithm_1(L_0);
		return;
	}
}
// System.Void System.Security.Cryptography.SignatureDescription::set_FormatterAlgorithm(System.String)
extern "C"  void SignatureDescription_set_FormatterAlgorithm_m3829972493 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___value0;
		__this->set__FormatterAlgorithm_2(L_0);
		return;
	}
}
// System.Void System.Security.Cryptography.SignatureDescription::set_KeyAlgorithm(System.String)
extern "C"  void SignatureDescription_set_KeyAlgorithm_m3497860189 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___value0;
		__this->set__KeyAlgorithm_3(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.Security.Cryptography.SymmetricAlgorithm::.ctor()
extern "C"  void SymmetricAlgorithm__ctor_m467277132 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		__this->set_ModeValue_7(1);
		__this->set_PaddingValue_8(2);
		__this->set_m_disposed_9((bool)0);
		return;
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::System.IDisposable.Dispose()
extern "C"  void SymmetricAlgorithm_System_IDisposable_Dispose_m3402297829 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)1);
		GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::Finalize()
extern "C"  void SymmetricAlgorithm_Finalize_m2361523015 (SymmetricAlgorithm_t4254223087 * __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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);

IL_0000:
	try
	{ // begin try (depth: 1)
		VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
		IL2CPP_LEAVE(0x13, FINALLY_000c);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_000c;
	}

FINALLY_000c:
	{ // begin finally (depth: 1)
		Object_Finalize_m3076187857(__this, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(12)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(12)
	{
		IL2CPP_JUMP_TBL(0x13, IL_0013)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0013:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::Clear()
extern "C"  void SymmetricAlgorithm_Clear_m3302238152 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)1);
		return;
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean)
extern "C"  void SymmetricAlgorithm_Dispose_m1120980942 (SymmetricAlgorithm_t4254223087 * __this, bool ___disposing0, const RuntimeMethod* method)
{
	{
		bool L_0 = __this->get_m_disposed_9();
		if (L_0)
		{
			goto IL_003e;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_KeyValue_3();
		if (!L_1)
		{
			goto IL_0031;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_2 = __this->get_KeyValue_3();
		ByteU5BU5D_t4116647657* L_3 = __this->get_KeyValue_3();
		NullCheck(L_3);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL);
		__this->set_KeyValue_3((ByteU5BU5D_t4116647657*)NULL);
	}

IL_0031:
	{
		bool L_4 = ___disposing0;
		if (!L_4)
		{
			goto IL_0037;
		}
	}

IL_0037:
	{
		__this->set_m_disposed_9((bool)1);
	}

IL_003e:
	{
		return;
	}
}
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize()
extern "C"  int32_t SymmetricAlgorithm_get_BlockSize_m3551721617 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_BlockSizeValue_0();
		return L_0;
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::set_BlockSize(System.Int32)
extern "C"  void SymmetricAlgorithm_set_BlockSize_m812732862 (SymmetricAlgorithm_t4254223087 * __this, int32_t ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_BlockSize_m812732862_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		KeySizesU5BU5D_t722666473* L_0 = __this->get_LegalBlockSizesValue_4();
		int32_t L_1 = ___value0;
		bool L_2 = KeySizes_IsLegalKeySize_m2571462035(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_0021;
		}
	}
	{
		String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3622000365, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_4, L_3, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0021:
	{
		int32_t L_5 = __this->get_BlockSizeValue_0();
		int32_t L_6 = ___value0;
		if ((((int32_t)L_5) == ((int32_t)L_6)))
		{
			goto IL_003b;
		}
	}
	{
		int32_t L_7 = ___value0;
		__this->set_BlockSizeValue_0(L_7);
		__this->set_IVValue_1((ByteU5BU5D_t4116647657*)NULL);
	}

IL_003b:
	{
		return;
	}
}
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_FeedbackSize()
extern "C"  int32_t SymmetricAlgorithm_get_FeedbackSize_m3666584308 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_FeedbackSizeValue_6();
		return L_0;
	}
}
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_IV()
extern "C"  ByteU5BU5D_t4116647657* SymmetricAlgorithm_get_IV_m1875559108 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_get_IV_m1875559108_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_IVValue_1();
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		VirtActionInvoker0::Invoke(24 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateIV() */, __this);
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_IVValue_1();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
		RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
		return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[])
extern "C"  void SymmetricAlgorithm_set_IV_m3196220308 (SymmetricAlgorithm_t4254223087 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_IV_m3196220308_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3457464295, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_2 = ___value0;
		NullCheck(L_2);
		int32_t L_3 = __this->get_BlockSizeValue_0();
		if ((((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))<<(int32_t)3))) == ((int32_t)L_3)))
		{
			goto IL_0031;
		}
	}
	{
		String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3110501409, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0031:
	{
		ByteU5BU5D_t4116647657* L_6 = ___value0;
		NullCheck((RuntimeArray *)(RuntimeArray *)L_6);
		RuntimeObject * L_7 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL);
		__this->set_IVValue_1(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_Key()
extern "C"  ByteU5BU5D_t4116647657* SymmetricAlgorithm_get_Key_m3241860519 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_get_Key_m3241860519_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_KeyValue_3();
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		VirtActionInvoker0::Invoke(25 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this);
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_KeyValue_3();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
		RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
		return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[])
extern "C"  void SymmetricAlgorithm_set_Key_m1775642191 (SymmetricAlgorithm_t4254223087 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_Key_m1775642191_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600272002, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_2 = ___value0;
		NullCheck(L_2);
		V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))<<(int32_t)3));
		KeySizesU5BU5D_t722666473* L_3 = __this->get_LegalKeySizesValue_5();
		int32_t L_4 = V_0;
		bool L_5 = KeySizes_IsLegalKeySize_m2571462035(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL);
		if (L_5)
		{
			goto IL_0038;
		}
	}
	{
		String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3306948476, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_7 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_7, L_6, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0038:
	{
		int32_t L_8 = V_0;
		__this->set_KeySizeValue_2(L_8);
		ByteU5BU5D_t4116647657* L_9 = ___value0;
		NullCheck((RuntimeArray *)(RuntimeArray *)L_9);
		RuntimeObject * L_10 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_9, /*hidden argument*/NULL);
		__this->set_KeyValue_3(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_KeySize()
extern "C"  int32_t SymmetricAlgorithm_get_KeySize_m4185004893 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_KeySizeValue_2();
		return L_0;
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::set_KeySize(System.Int32)
extern "C"  void SymmetricAlgorithm_set_KeySize_m3805756466 (SymmetricAlgorithm_t4254223087 * __this, int32_t ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_KeySize_m3805756466_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		KeySizesU5BU5D_t722666473* L_0 = __this->get_LegalKeySizesValue_5();
		int32_t L_1 = ___value0;
		bool L_2 = KeySizes_IsLegalKeySize_m2571462035(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_0021;
		}
	}
	{
		String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3306948476, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_4, L_3, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0021:
	{
		int32_t L_5 = ___value0;
		__this->set_KeySizeValue_2(L_5);
		__this->set_KeyValue_3((ByteU5BU5D_t4116647657*)NULL);
		return;
	}
}
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::get_LegalKeySizes()
extern "C"  KeySizesU5BU5D_t722666473* SymmetricAlgorithm_get_LegalKeySizes_m1340766361 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		KeySizesU5BU5D_t722666473* L_0 = __this->get_LegalKeySizesValue_5();
		return L_0;
	}
}
// System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode()
extern "C"  int32_t SymmetricAlgorithm_get_Mode_m654054760 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_ModeValue_7();
		return L_0;
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode)
extern "C"  void SymmetricAlgorithm_set_Mode_m4060916368 (SymmetricAlgorithm_t4254223087 * __this, int32_t ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_Mode_m4060916368_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = __this->get_ModeValue_7();
		int32_t L_1 = L_0;
		RuntimeObject * L_2 = Box(CipherMode_t84635067_il2cpp_TypeInfo_var, &L_1);
		NullCheck(L_2);
		Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL);
		int32_t L_4 = ___value0;
		int32_t L_5 = L_4;
		RuntimeObject * L_6 = Box(CipherMode_t84635067_il2cpp_TypeInfo_var, &L_5);
		IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var);
		bool L_7 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL);
		if (L_7)
		{
			goto IL_0030;
		}
	}
	{
		String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral506176138, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_9, L_8, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0030:
	{
		int32_t L_10 = ___value0;
		__this->set_ModeValue_7(L_10);
		return;
	}
}
// System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding()
extern "C"  int32_t SymmetricAlgorithm_get_Padding_m1011382560 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_PaddingValue_8();
		return L_0;
	}
}
// System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Padding(System.Security.Cryptography.PaddingMode)
extern "C"  void SymmetricAlgorithm_set_Padding_m1690860683 (SymmetricAlgorithm_t4254223087 * __this, int32_t ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_Padding_m1690860683_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = __this->get_PaddingValue_8();
		int32_t L_1 = L_0;
		RuntimeObject * L_2 = Box(PaddingMode_t2546806710_il2cpp_TypeInfo_var, &L_1);
		NullCheck(L_2);
		Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL);
		int32_t L_4 = ___value0;
		int32_t L_5 = L_4;
		RuntimeObject * L_6 = Box(PaddingMode_t2546806710_il2cpp_TypeInfo_var, &L_5);
		IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var);
		bool L_7 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL);
		if (L_7)
		{
			goto IL_0030;
		}
	}
	{
		String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3933051624, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_9, L_8, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0030:
	{
		int32_t L_10 = ___value0;
		__this->set_PaddingValue_8(L_10);
		return;
	}
}
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor()
extern "C"  RuntimeObject* SymmetricAlgorithm_CreateDecryptor_m3477646776 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_Key() */, __this);
		ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_IV() */, __this);
		RuntimeObject* L_2 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(21 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor(System.Byte[],System.Byte[]) */, __this, L_0, L_1);
		return L_2;
	}
}
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor()
extern "C"  RuntimeObject* SymmetricAlgorithm_CreateEncryptor_m617415315 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_Key() */, __this);
		ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_IV() */, __this);
		RuntimeObject* L_2 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor(System.Byte[],System.Byte[]) */, __this, L_0, L_1);
		return L_2;
	}
}
// System.Security.Cryptography.SymmetricAlgorithm System.Security.Cryptography.SymmetricAlgorithm::Create(System.String)
extern "C"  SymmetricAlgorithm_t4254223087 * SymmetricAlgorithm_Create_m2726390826 (RuntimeObject * __this /* static, unused */, String_t* ___algName0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricAlgorithm_Create_m2726390826_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___algName0;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		return ((SymmetricAlgorithm_t4254223087 *)CastclassClass((RuntimeObject*)L_1, SymmetricAlgorithm_t4254223087_il2cpp_TypeInfo_var));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.ToBase64Transform::System.IDisposable.Dispose()
extern "C"  void ToBase64Transform_System_IDisposable_Dispose_m1701635576 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method)
{
	{
		VirtActionInvoker1< bool >::Invoke(11 /* System.Void System.Security.Cryptography.ToBase64Transform::Dispose(System.Boolean) */, __this, (bool)1);
		GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.ToBase64Transform::Finalize()
extern "C"  void ToBase64Transform_Finalize_m4202114424 (ToBase64Transform_t2551557057 * __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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);

IL_0000:
	try
	{ // begin try (depth: 1)
		VirtActionInvoker1< bool >::Invoke(11 /* System.Void System.Security.Cryptography.ToBase64Transform::Dispose(System.Boolean) */, __this, (bool)0);
		IL2CPP_LEAVE(0x13, FINALLY_000c);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_000c;
	}

FINALLY_000c:
	{ // begin finally (depth: 1)
		Object_Finalize_m3076187857(__this, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(12)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(12)
	{
		IL2CPP_JUMP_TBL(0x13, IL_0013)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0013:
	{
		return;
	}
}
// System.Boolean System.Security.Cryptography.ToBase64Transform::get_CanReuseTransform()
extern "C"  bool ToBase64Transform_get_CanReuseTransform_m702204640 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method)
{
	{
		return (bool)1;
	}
}
// System.Int32 System.Security.Cryptography.ToBase64Transform::get_InputBlockSize()
extern "C"  int32_t ToBase64Transform_get_InputBlockSize_m1094416431 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method)
{
	{
		return 3;
	}
}
// System.Int32 System.Security.Cryptography.ToBase64Transform::get_OutputBlockSize()
extern "C"  int32_t ToBase64Transform_get_OutputBlockSize_m1897680077 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method)
{
	{
		return 4;
	}
}
// System.Void System.Security.Cryptography.ToBase64Transform::Dispose(System.Boolean)
extern "C"  void ToBase64Transform_Dispose_m2199216182 (ToBase64Transform_t2551557057 * __this, bool ___disposing0, const RuntimeMethod* method)
{
	{
		bool L_0 = __this->get_m_disposed_0();
		if (L_0)
		{
			goto IL_0018;
		}
	}
	{
		bool L_1 = ___disposing0;
		if (!L_1)
		{
			goto IL_0011;
		}
	}

IL_0011:
	{
		__this->set_m_disposed_0((bool)1);
	}

IL_0018:
	{
		return;
	}
}
// System.Int32 System.Security.Cryptography.ToBase64Transform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C"  int32_t ToBase64Transform_TransformBlock_m2497349397 (ToBase64Transform_t2551557057 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ToBase64Transform_TransformBlock_m2497349397_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = __this->get_m_disposed_0();
		if (!L_0)
		{
			goto IL_0016;
		}
	}
	{
		ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var);
		ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral8382769, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0016:
	{
		ByteU5BU5D_t4116647657* L_2 = ___inputBuffer0;
		if (L_2)
		{
			goto IL_0027;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3152468735, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0027:
	{
		ByteU5BU5D_t4116647657* L_4 = ___outputBuffer3;
		if (L_4)
		{
			goto IL_0039;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral2053830539, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0039:
	{
		int32_t L_6 = ___inputCount2;
		if ((((int32_t)L_6) >= ((int32_t)0)))
		{
			goto IL_0050;
		}
	}
	{
		ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_7, _stringLiteral438779933, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0050:
	{
		int32_t L_8 = ___inputCount2;
		ByteU5BU5D_t4116647657* L_9 = ___inputBuffer0;
		NullCheck(L_9);
		if ((((int32_t)L_8) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))
		{
			goto IL_006e;
		}
	}
	{
		String_t* L_10 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_11, _stringLiteral438779933, L_10, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11);
	}

IL_006e:
	{
		int32_t L_12 = ___inputOffset1;
		if ((((int32_t)L_12) >= ((int32_t)0)))
		{
			goto IL_0085;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_13, _stringLiteral2167393519, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_13);
	}

IL_0085:
	{
		int32_t L_14 = ___inputOffset1;
		ByteU5BU5D_t4116647657* L_15 = ___inputBuffer0;
		NullCheck(L_15);
		int32_t L_16 = ___inputCount2;
		if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)L_16)))))
		{
			goto IL_00a5;
		}
	}
	{
		String_t* L_17 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_18, _stringLiteral2167393519, L_17, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_18);
	}

IL_00a5:
	{
		int32_t L_19 = ___outputOffset4;
		if ((((int32_t)L_19) >= ((int32_t)0)))
		{
			goto IL_00bd;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_20 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_20, _stringLiteral1561769044, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_20);
	}

IL_00bd:
	{
		int32_t L_21 = ___outputOffset4;
		ByteU5BU5D_t4116647657* L_22 = ___outputBuffer3;
		NullCheck(L_22);
		int32_t L_23 = ___inputCount2;
		if ((((int32_t)L_21) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), (int32_t)L_23)))))
		{
			goto IL_00df;
		}
	}
	{
		String_t* L_24 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_25 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_25, _stringLiteral1561769044, L_24, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_25);
	}

IL_00df:
	{
		ByteU5BU5D_t4116647657* L_26 = ___inputBuffer0;
		int32_t L_27 = ___inputOffset1;
		int32_t L_28 = ___inputCount2;
		ByteU5BU5D_t4116647657* L_29 = ___outputBuffer3;
		int32_t L_30 = ___outputOffset4;
		ToBase64Transform_InternalTransformBlock_m3458782414(NULL /*static, unused*/, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL);
		int32_t L_31 = ToBase64Transform_get_OutputBlockSize_m1897680077(__this, /*hidden argument*/NULL);
		return L_31;
	}
}
// System.Void System.Security.Cryptography.ToBase64Transform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C"  void ToBase64Transform_InternalTransformBlock_m3458782414 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ToBase64Transform_InternalTransformBlock_m3458782414_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		IL2CPP_RUNTIME_CLASS_INIT(Base64Constants_t4102031153_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_0 = ((Base64Constants_t4102031153_StaticFields*)il2cpp_codegen_static_fields_for(Base64Constants_t4102031153_il2cpp_TypeInfo_var))->get_EncodeTable_0();
		V_0 = L_0;
		ByteU5BU5D_t4116647657* L_1 = ___inputBuffer0;
		int32_t L_2 = ___inputOffset1;
		NullCheck(L_1);
		int32_t L_3 = L_2;
		uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		V_1 = L_4;
		ByteU5BU5D_t4116647657* L_5 = ___inputBuffer0;
		int32_t L_6 = ___inputOffset1;
		NullCheck(L_5);
		int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
		uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		V_2 = L_8;
		ByteU5BU5D_t4116647657* L_9 = ___inputBuffer0;
		int32_t L_10 = ___inputOffset1;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2));
		uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ByteU5BU5D_t4116647657* L_13 = ___outputBuffer3;
		int32_t L_14 = ___outputOffset4;
		ByteU5BU5D_t4116647657* L_15 = V_0;
		int32_t L_16 = V_1;
		NullCheck(L_15);
		int32_t L_17 = ((int32_t)((int32_t)L_16>>(int32_t)2));
		uint8_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
		NullCheck(L_13);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)L_18);
		ByteU5BU5D_t4116647657* L_19 = ___outputBuffer3;
		int32_t L_20 = ___outputOffset4;
		ByteU5BU5D_t4116647657* L_21 = V_0;
		int32_t L_22 = V_1;
		int32_t L_23 = V_2;
		NullCheck(L_21);
		int32_t L_24 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_22<<(int32_t)4))&(int32_t)((int32_t)48)))|(int32_t)((int32_t)((int32_t)L_23>>(int32_t)4))));
		uint8_t L_25 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		NullCheck(L_19);
		(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))), (uint8_t)L_25);
		ByteU5BU5D_t4116647657* L_26 = ___outputBuffer3;
		int32_t L_27 = ___outputOffset4;
		ByteU5BU5D_t4116647657* L_28 = V_0;
		int32_t L_29 = V_2;
		int32_t L_30 = V_3;
		NullCheck(L_28);
		int32_t L_31 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)2))&(int32_t)((int32_t)60)))|(int32_t)((int32_t)((int32_t)L_30>>(int32_t)6))));
		uint8_t L_32 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
		NullCheck(L_26);
		(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)2))), (uint8_t)L_32);
		ByteU5BU5D_t4116647657* L_33 = ___outputBuffer3;
		int32_t L_34 = ___outputOffset4;
		ByteU5BU5D_t4116647657* L_35 = V_0;
		int32_t L_36 = V_3;
		NullCheck(L_35);
		int32_t L_37 = ((int32_t)((int32_t)L_36&(int32_t)((int32_t)63)));
		uint8_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
		NullCheck(L_33);
		(L_33)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)3))), (uint8_t)L_38);
		return;
	}
}
// System.Byte[] System.Security.Cryptography.ToBase64Transform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* ToBase64Transform_TransformFinalBlock_m2460017188 (ToBase64Transform_t2551557057 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ToBase64Transform_TransformFinalBlock_m2460017188_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = __this->get_m_disposed_0();
		if (!L_0)
		{
			goto IL_0016;
		}
	}
	{
		ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var);
		ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral3400529612, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0016:
	{
		ByteU5BU5D_t4116647657* L_2 = ___inputBuffer0;
		if (L_2)
		{
			goto IL_0027;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3152468735, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0027:
	{
		int32_t L_4 = ___inputCount2;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_003e;
		}
	}
	{
		ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_5, _stringLiteral438779933, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_003e:
	{
		int32_t L_6 = ___inputOffset1;
		ByteU5BU5D_t4116647657* L_7 = ___inputBuffer0;
		NullCheck(L_7);
		int32_t L_8 = ___inputCount2;
		if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8)))))
		{
			goto IL_005e;
		}
	}
	{
		String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_10, _stringLiteral438779933, L_9, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_005e:
	{
		int32_t L_11 = ___inputCount2;
		int32_t L_12 = ToBase64Transform_get_InputBlockSize_m1094416431(__this, /*hidden argument*/NULL);
		if ((((int32_t)L_11) <= ((int32_t)L_12)))
		{
			goto IL_007a;
		}
	}
	{
		String_t* L_13 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2221361329, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_14 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_14, L_13, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_14);
	}

IL_007a:
	{
		ByteU5BU5D_t4116647657* L_15 = ___inputBuffer0;
		int32_t L_16 = ___inputOffset1;
		int32_t L_17 = ___inputCount2;
		ByteU5BU5D_t4116647657* L_18 = ToBase64Transform_InternalTransformFinalBlock_m360524956(NULL /*static, unused*/, L_15, L_16, L_17, /*hidden argument*/NULL);
		return L_18;
	}
}
// System.Byte[] System.Security.Cryptography.ToBase64Transform::InternalTransformFinalBlock(System.Byte[],System.Int32,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* ToBase64Transform_InternalTransformFinalBlock_m360524956 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ToBase64Transform_InternalTransformFinalBlock_m360524956_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	ByteU5BU5D_t4116647657* V_4 = NULL;
	int32_t V_5 = 0;
	int32_t V_6 = 0;
	ByteU5BU5D_t4116647657* V_7 = NULL;
	int32_t V_8 = 0;
	int32_t V_9 = 0;
	int32_t V_10 = 0;
	int32_t G_B3_0 = 0;
	{
		V_0 = 3;
		V_1 = 4;
		int32_t L_0 = ___inputCount2;
		int32_t L_1 = V_0;
		V_2 = ((int32_t)((int32_t)L_0/(int32_t)L_1));
		int32_t L_2 = ___inputCount2;
		int32_t L_3 = V_0;
		V_3 = ((int32_t)((int32_t)L_2%(int32_t)L_3));
		int32_t L_4 = ___inputCount2;
		if (!L_4)
		{
			goto IL_001e;
		}
	}
	{
		int32_t L_5 = ___inputCount2;
		int32_t L_6 = V_0;
		int32_t L_7 = V_1;
		G_B3_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2))/(int32_t)L_6)), (int32_t)L_7));
		goto IL_001f;
	}

IL_001e:
	{
		G_B3_0 = 0;
	}

IL_001f:
	{
		V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)G_B3_0));
		V_5 = 0;
		V_6 = 0;
		goto IL_004e;
	}

IL_0031:
	{
		ByteU5BU5D_t4116647657* L_8 = ___inputBuffer0;
		int32_t L_9 = ___inputOffset1;
		int32_t L_10 = V_0;
		ByteU5BU5D_t4116647657* L_11 = V_4;
		int32_t L_12 = V_5;
		ToBase64Transform_InternalTransformBlock_m3458782414(NULL /*static, unused*/, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL);
		int32_t L_13 = ___inputOffset1;
		int32_t L_14 = V_0;
		___inputOffset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14));
		int32_t L_15 = V_5;
		int32_t L_16 = V_1;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16));
		int32_t L_17 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
	}

IL_004e:
	{
		int32_t L_18 = V_6;
		int32_t L_19 = V_2;
		if ((((int32_t)L_18) < ((int32_t)L_19)))
		{
			goto IL_0031;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Base64Constants_t4102031153_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_20 = ((Base64Constants_t4102031153_StaticFields*)il2cpp_codegen_static_fields_for(Base64Constants_t4102031153_il2cpp_TypeInfo_var))->get_EncodeTable_0();
		V_7 = L_20;
		int32_t L_21 = V_3;
		V_10 = L_21;
		int32_t L_22 = V_10;
		switch (L_22)
		{
			case 0:
			{
				goto IL_0078;
			}
			case 1:
			{
				goto IL_007d;
			}
			case 2:
			{
				goto IL_00b6;
			}
		}
	}
	{
		goto IL_0103;
	}

IL_0078:
	{
		goto IL_0103;
	}

IL_007d:
	{
		ByteU5BU5D_t4116647657* L_23 = ___inputBuffer0;
		int32_t L_24 = ___inputOffset1;
		NullCheck(L_23);
		int32_t L_25 = L_24;
		uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
		V_8 = L_26;
		ByteU5BU5D_t4116647657* L_27 = V_4;
		int32_t L_28 = V_5;
		ByteU5BU5D_t4116647657* L_29 = V_7;
		int32_t L_30 = V_8;
		NullCheck(L_29);
		int32_t L_31 = ((int32_t)((int32_t)L_30>>(int32_t)2));
		uint8_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
		NullCheck(L_27);
		(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (uint8_t)L_32);
		ByteU5BU5D_t4116647657* L_33 = V_4;
		int32_t L_34 = V_5;
		ByteU5BU5D_t4116647657* L_35 = V_7;
		int32_t L_36 = V_8;
		NullCheck(L_35);
		int32_t L_37 = ((int32_t)((int32_t)((int32_t)((int32_t)L_36<<(int32_t)4))&(int32_t)((int32_t)48)));
		uint8_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
		NullCheck(L_33);
		(L_33)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))), (uint8_t)L_38);
		ByteU5BU5D_t4116647657* L_39 = V_4;
		int32_t L_40 = V_5;
		NullCheck(L_39);
		(L_39)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)2))), (uint8_t)((int32_t)61));
		ByteU5BU5D_t4116647657* L_41 = V_4;
		int32_t L_42 = V_5;
		NullCheck(L_41);
		(L_41)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))), (uint8_t)((int32_t)61));
		goto IL_0103;
	}

IL_00b6:
	{
		ByteU5BU5D_t4116647657* L_43 = ___inputBuffer0;
		int32_t L_44 = ___inputOffset1;
		NullCheck(L_43);
		int32_t L_45 = L_44;
		uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		V_8 = L_46;
		ByteU5BU5D_t4116647657* L_47 = ___inputBuffer0;
		int32_t L_48 = ___inputOffset1;
		NullCheck(L_47);
		int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
		uint8_t L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
		V_9 = L_50;
		ByteU5BU5D_t4116647657* L_51 = V_4;
		int32_t L_52 = V_5;
		ByteU5BU5D_t4116647657* L_53 = V_7;
		int32_t L_54 = V_8;
		NullCheck(L_53);
		int32_t L_55 = ((int32_t)((int32_t)L_54>>(int32_t)2));
		uint8_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
		NullCheck(L_51);
		(L_51)->SetAt(static_cast<il2cpp_array_size_t>(L_52), (uint8_t)L_56);
		ByteU5BU5D_t4116647657* L_57 = V_4;
		int32_t L_58 = V_5;
		ByteU5BU5D_t4116647657* L_59 = V_7;
		int32_t L_60 = V_8;
		int32_t L_61 = V_9;
		NullCheck(L_59);
		int32_t L_62 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_60<<(int32_t)4))&(int32_t)((int32_t)48)))|(int32_t)((int32_t)((int32_t)L_61>>(int32_t)4))));
		uint8_t L_63 = (L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
		NullCheck(L_57);
		(L_57)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1))), (uint8_t)L_63);
		ByteU5BU5D_t4116647657* L_64 = V_4;
		int32_t L_65 = V_5;
		ByteU5BU5D_t4116647657* L_66 = V_7;
		int32_t L_67 = V_9;
		NullCheck(L_66);
		int32_t L_68 = ((int32_t)((int32_t)((int32_t)((int32_t)L_67<<(int32_t)2))&(int32_t)((int32_t)60)));
		uint8_t L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
		NullCheck(L_64);
		(L_64)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)2))), (uint8_t)L_69);
		ByteU5BU5D_t4116647657* L_70 = V_4;
		int32_t L_71 = V_5;
		NullCheck(L_70);
		(L_70)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)3))), (uint8_t)((int32_t)61));
		goto IL_0103;
	}

IL_0103:
	{
		ByteU5BU5D_t4116647657* L_72 = V_4;
		return L_72;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.TripleDES::.ctor()
extern "C"  void TripleDES__ctor_m4045412014 (TripleDES_t92303514 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDES__ctor_m4045412014_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SymmetricAlgorithm__ctor_m467277132(__this, /*hidden argument*/NULL);
		((SymmetricAlgorithm_t4254223087 *)__this)->set_KeySizeValue_2(((int32_t)192));
		((SymmetricAlgorithm_t4254223087 *)__this)->set_BlockSizeValue_0(((int32_t)64));
		((SymmetricAlgorithm_t4254223087 *)__this)->set_FeedbackSizeValue_6(8);
		((SymmetricAlgorithm_t4254223087 *)__this)->set_LegalKeySizesValue_5(((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1)));
		KeySizesU5BU5D_t722666473* L_0 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_LegalKeySizesValue_5();
		KeySizes_t85027896 * L_1 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var);
		KeySizes__ctor_m3113946058(L_1, ((int32_t)128), ((int32_t)192), ((int32_t)64), /*hidden argument*/NULL);
		NullCheck(L_0);
		ArrayElementTypeCheck (L_0, L_1);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t85027896 *)L_1);
		((SymmetricAlgorithm_t4254223087 *)__this)->set_LegalBlockSizesValue_4(((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1)));
		KeySizesU5BU5D_t722666473* L_2 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_LegalBlockSizesValue_4();
		KeySizes_t85027896 * L_3 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var);
		KeySizes__ctor_m3113946058(L_3, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL);
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_3);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t85027896 *)L_3);
		return;
	}
}
// System.Byte[] System.Security.Cryptography.TripleDES::get_Key()
extern "C"  ByteU5BU5D_t4116647657* TripleDES_get_Key_m1921822970 (TripleDES_t92303514 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDES_get_Key_m1921822970_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_KeyValue_3();
		if (L_0)
		{
			goto IL_002c;
		}
	}
	{
		VirtActionInvoker0::Invoke(25 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this);
		goto IL_001c;
	}

IL_0016:
	{
		VirtActionInvoker0::Invoke(25 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this);
	}

IL_001c:
	{
		ByteU5BU5D_t4116647657* L_1 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_KeyValue_3();
		bool L_2 = TripleDES_IsWeakKey_m2147489852(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_0016;
		}
	}

IL_002c:
	{
		ByteU5BU5D_t4116647657* L_3 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_KeyValue_3();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_3);
		RuntimeObject * L_4 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_3, /*hidden argument*/NULL);
		return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}
}
// System.Void System.Security.Cryptography.TripleDES::set_Key(System.Byte[])
extern "C"  void TripleDES_set_Key_m3464715319 (TripleDES_t92303514 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDES_set_Key_m3464715319_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600272002, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_2 = ___value0;
		bool L_3 = TripleDES_IsWeakKey_m2147489852(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		if (!L_3)
		{
			goto IL_002c;
		}
	}
	{
		String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2334095011, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_002c:
	{
		ByteU5BU5D_t4116647657* L_6 = ___value0;
		NullCheck((RuntimeArray *)(RuntimeArray *)L_6);
		RuntimeObject * L_7 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL);
		((SymmetricAlgorithm_t4254223087 *)__this)->set_KeyValue_3(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Boolean System.Security.Cryptography.TripleDES::IsWeakKey(System.Byte[])
extern "C"  bool TripleDES_IsWeakKey_m2147489852 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___rgbKey0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDES_IsWeakKey_m2147489852_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	bool V_1 = false;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___rgbKey0;
		if (L_0)
		{
			goto IL_0016;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2342470835, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_0016:
	{
		ByteU5BU5D_t4116647657* L_3 = ___rgbKey0;
		NullCheck(L_3);
		if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((uint32_t)((int32_t)16)))))
		{
			goto IL_0046;
		}
	}
	{
		V_0 = 0;
		goto IL_003a;
	}

IL_0027:
	{
		ByteU5BU5D_t4116647657* L_4 = ___rgbKey0;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = L_5;
		uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		ByteU5BU5D_t4116647657* L_8 = ___rgbKey0;
		int32_t L_9 = V_0;
		NullCheck(L_8);
		int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)8));
		uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		if ((((int32_t)L_7) == ((int32_t)L_11)))
		{
			goto IL_0036;
		}
	}
	{
		return (bool)0;
	}

IL_0036:
	{
		int32_t L_12 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
	}

IL_003a:
	{
		int32_t L_13 = V_0;
		if ((((int32_t)L_13) < ((int32_t)8)))
		{
			goto IL_0027;
		}
	}
	{
		goto IL_00b5;
	}

IL_0046:
	{
		ByteU5BU5D_t4116647657* L_14 = ___rgbKey0;
		NullCheck(L_14);
		if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) == ((uint32_t)((int32_t)24)))))
		{
			goto IL_00a5;
		}
	}
	{
		V_1 = (bool)1;
		V_2 = 0;
		goto IL_0071;
	}

IL_0059:
	{
		ByteU5BU5D_t4116647657* L_15 = ___rgbKey0;
		int32_t L_16 = V_2;
		NullCheck(L_15);
		int32_t L_17 = L_16;
		uint8_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
		ByteU5BU5D_t4116647657* L_19 = ___rgbKey0;
		int32_t L_20 = V_2;
		NullCheck(L_19);
		int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)8));
		uint8_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
		if ((((int32_t)L_18) == ((int32_t)L_22)))
		{
			goto IL_006d;
		}
	}
	{
		V_1 = (bool)0;
		goto IL_0078;
	}

IL_006d:
	{
		int32_t L_23 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
	}

IL_0071:
	{
		int32_t L_24 = V_2;
		if ((((int32_t)L_24) < ((int32_t)8)))
		{
			goto IL_0059;
		}
	}

IL_0078:
	{
		bool L_25 = V_1;
		if (L_25)
		{
			goto IL_00a0;
		}
	}
	{
		V_3 = 8;
		goto IL_0098;
	}

IL_0085:
	{
		ByteU5BU5D_t4116647657* L_26 = ___rgbKey0;
		int32_t L_27 = V_3;
		NullCheck(L_26);
		int32_t L_28 = L_27;
		uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
		ByteU5BU5D_t4116647657* L_30 = ___rgbKey0;
		int32_t L_31 = V_3;
		NullCheck(L_30);
		int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)8));
		uint8_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
		if ((((int32_t)L_29) == ((int32_t)L_33)))
		{
			goto IL_0094;
		}
	}
	{
		return (bool)0;
	}

IL_0094:
	{
		int32_t L_34 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
	}

IL_0098:
	{
		int32_t L_35 = V_3;
		if ((((int32_t)L_35) < ((int32_t)((int32_t)16))))
		{
			goto IL_0085;
		}
	}

IL_00a0:
	{
		goto IL_00b5;
	}

IL_00a5:
	{
		String_t* L_36 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1438471625, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_37 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_37, L_36, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_37);
	}

IL_00b5:
	{
		return (bool)1;
	}
}
// System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create()
extern "C"  TripleDES_t92303514 * TripleDES_Create_m3761371613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDES_Create_m3761371613_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		TripleDES_t92303514 * L_0 = TripleDES_Create_m2471273334(NULL /*static, unused*/, _stringLiteral2789993344, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create(System.String)
extern "C"  TripleDES_t92303514 * TripleDES_Create_m2471273334 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDES_Create_m2471273334_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___str0;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		return ((TripleDES_t92303514 *)CastclassClass((RuntimeObject*)L_1, TripleDES_t92303514_il2cpp_TypeInfo_var));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::.ctor()
extern "C"  void TripleDESCryptoServiceProvider__ctor_m758388349 (TripleDESCryptoServiceProvider_t3595206342 * __this, const RuntimeMethod* method)
{
	{
		TripleDES__ctor_m4045412014(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::GenerateIV()
extern "C"  void TripleDESCryptoServiceProvider_GenerateIV_m3862928583 (TripleDESCryptoServiceProvider_t3595206342 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_BlockSizeValue_0();
		ByteU5BU5D_t4116647657* L_1 = KeyBuilder_IV_m2230195376(NULL /*static, unused*/, ((int32_t)((int32_t)L_0>>(int32_t)3)), /*hidden argument*/NULL);
		((SymmetricAlgorithm_t4254223087 *)__this)->set_IVValue_1(L_1);
		return;
	}
}
// System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::GenerateKey()
extern "C"  void TripleDESCryptoServiceProvider_GenerateKey_m1212686842 (TripleDESCryptoServiceProvider_t3595206342 * __this, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = TripleDESTransform_GetStrongKey_m292426577(NULL /*static, unused*/, /*hidden argument*/NULL);
		((SymmetricAlgorithm_t4254223087 *)__this)->set_KeyValue_3(L_0);
		return;
	}
}
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.TripleDESCryptoServiceProvider::CreateDecryptor(System.Byte[],System.Byte[])
extern "C"  RuntimeObject* TripleDESCryptoServiceProvider_CreateDecryptor_m740960117 (TripleDESCryptoServiceProvider_t3595206342 * __this, ByteU5BU5D_t4116647657* ___rgbKey0, ByteU5BU5D_t4116647657* ___rgbIV1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDESCryptoServiceProvider_CreateDecryptor_m740960117_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___rgbKey0;
		ByteU5BU5D_t4116647657* L_1 = ___rgbIV1;
		TripleDESTransform_t964169060 * L_2 = (TripleDESTransform_t964169060 *)il2cpp_codegen_object_new(TripleDESTransform_t964169060_il2cpp_TypeInfo_var);
		TripleDESTransform__ctor_m3915497765(L_2, __this, (bool)0, L_0, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.TripleDESCryptoServiceProvider::CreateEncryptor(System.Byte[],System.Byte[])
extern "C"  RuntimeObject* TripleDESCryptoServiceProvider_CreateEncryptor_m450924958 (TripleDESCryptoServiceProvider_t3595206342 * __this, ByteU5BU5D_t4116647657* ___rgbKey0, ByteU5BU5D_t4116647657* ___rgbIV1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDESCryptoServiceProvider_CreateEncryptor_m450924958_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___rgbKey0;
		ByteU5BU5D_t4116647657* L_1 = ___rgbIV1;
		TripleDESTransform_t964169060 * L_2 = (TripleDESTransform_t964169060 *)il2cpp_codegen_object_new(TripleDESTransform_t964169060_il2cpp_TypeInfo_var);
		TripleDESTransform__ctor_m3915497765(L_2, __this, (bool)1, 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.Security.Cryptography.TripleDESTransform::.ctor(System.Security.Cryptography.TripleDES,System.Boolean,System.Byte[],System.Byte[])
extern "C"  void TripleDESTransform__ctor_m3915497765 (TripleDESTransform_t964169060 * __this, TripleDES_t92303514 * ___algo0, bool ___encryption1, ByteU5BU5D_t4116647657* ___key2, ByteU5BU5D_t4116647657* ___iv3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDESTransform__ctor_m3915497765_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	DES_t821106792 * V_4 = NULL;
	{
		TripleDES_t92303514 * L_0 = ___algo0;
		bool L_1 = ___encryption1;
		ByteU5BU5D_t4116647657* L_2 = ___iv3;
		SymmetricTransform__ctor_m25459519(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_3 = ___key2;
		if (L_3)
		{
			goto IL_0017;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_4 = TripleDESTransform_GetStrongKey_m292426577(NULL /*static, unused*/, /*hidden argument*/NULL);
		___key2 = L_4;
	}

IL_0017:
	{
		ByteU5BU5D_t4116647657* L_5 = ___key2;
		bool L_6 = TripleDES_IsWeakKey_m2147489852(NULL /*static, unused*/, L_5, /*hidden argument*/NULL);
		if (!L_6)
		{
			goto IL_0034;
		}
	}
	{
		String_t* L_7 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1444991649, /*hidden argument*/NULL);
		V_0 = L_7;
		String_t* L_8 = V_0;
		CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_9, L_8, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0034:
	{
		V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8));
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8));
		V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8));
		IL2CPP_RUNTIME_CLASS_INIT(DES_t821106792_il2cpp_TypeInfo_var);
		DES_t821106792 * L_10 = DES_Create_m1258183099(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_4 = L_10;
		ByteU5BU5D_t4116647657* L_11 = ___key2;
		ByteU5BU5D_t4116647657* L_12 = V_1;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, 0, (RuntimeArray *)(RuntimeArray *)L_12, 0, 8, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_13 = ___key2;
		ByteU5BU5D_t4116647657* L_14 = V_2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 8, (RuntimeArray *)(RuntimeArray *)L_14, 0, 8, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_15 = ___key2;
		NullCheck(L_15);
		if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) == ((uint32_t)((int32_t)16)))))
		{
			goto IL_007d;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_16 = ___key2;
		ByteU5BU5D_t4116647657* L_17 = V_3;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, 8, /*hidden argument*/NULL);
		goto IL_0088;
	}

IL_007d:
	{
		ByteU5BU5D_t4116647657* L_18 = ___key2;
		ByteU5BU5D_t4116647657* L_19 = V_3;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, ((int32_t)16), (RuntimeArray *)(RuntimeArray *)L_19, 0, 8, /*hidden argument*/NULL);
	}

IL_0088:
	{
		bool L_20 = ___encryption1;
		if (L_20)
		{
			goto IL_009a;
		}
	}
	{
		TripleDES_t92303514 * L_21 = ___algo0;
		NullCheck(L_21);
		int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_21);
		if ((!(((uint32_t)L_22) == ((uint32_t)4))))
		{
			goto IL_00d2;
		}
	}

IL_009a:
	{
		DES_t821106792 * L_23 = V_4;
		ByteU5BU5D_t4116647657* L_24 = V_1;
		ByteU5BU5D_t4116647657* L_25 = ___iv3;
		DESTransform_t4088905499 * L_26 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		DESTransform__ctor_m878979107(L_26, L_23, (bool)1, L_24, L_25, /*hidden argument*/NULL);
		__this->set_E1_12(L_26);
		DES_t821106792 * L_27 = V_4;
		ByteU5BU5D_t4116647657* L_28 = V_2;
		ByteU5BU5D_t4116647657* L_29 = ___iv3;
		DESTransform_t4088905499 * L_30 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		DESTransform__ctor_m878979107(L_30, L_27, (bool)0, L_28, L_29, /*hidden argument*/NULL);
		__this->set_D2_13(L_30);
		DES_t821106792 * L_31 = V_4;
		ByteU5BU5D_t4116647657* L_32 = V_3;
		ByteU5BU5D_t4116647657* L_33 = ___iv3;
		DESTransform_t4088905499 * L_34 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		DESTransform__ctor_m878979107(L_34, L_31, (bool)1, L_32, L_33, /*hidden argument*/NULL);
		__this->set_E3_14(L_34);
		goto IL_0105;
	}

IL_00d2:
	{
		DES_t821106792 * L_35 = V_4;
		ByteU5BU5D_t4116647657* L_36 = V_3;
		ByteU5BU5D_t4116647657* L_37 = ___iv3;
		DESTransform_t4088905499 * L_38 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		DESTransform__ctor_m878979107(L_38, L_35, (bool)0, L_36, L_37, /*hidden argument*/NULL);
		__this->set_D1_15(L_38);
		DES_t821106792 * L_39 = V_4;
		ByteU5BU5D_t4116647657* L_40 = V_2;
		ByteU5BU5D_t4116647657* L_41 = ___iv3;
		DESTransform_t4088905499 * L_42 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		DESTransform__ctor_m878979107(L_42, L_39, (bool)1, L_40, L_41, /*hidden argument*/NULL);
		__this->set_E2_16(L_42);
		DES_t821106792 * L_43 = V_4;
		ByteU5BU5D_t4116647657* L_44 = V_1;
		ByteU5BU5D_t4116647657* L_45 = ___iv3;
		DESTransform_t4088905499 * L_46 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		DESTransform__ctor_m878979107(L_46, L_43, (bool)0, L_44, L_45, /*hidden argument*/NULL);
		__this->set_D3_17(L_46);
	}

IL_0105:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.TripleDESTransform::ECB(System.Byte[],System.Byte[])
extern "C"  void TripleDESTransform_ECB_m731927780 (TripleDESTransform_t964169060 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDESTransform_ECB_m731927780_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___input0;
		ByteU5BU5D_t4116647657* L_1 = ___output1;
		IL2CPP_RUNTIME_CLASS_INIT(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_2 = ((DESTransform_t4088905499_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t4088905499_il2cpp_TypeInfo_var))->get_ipTab_23();
		DESTransform_Permutation_m252663723(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
		bool L_3 = ((SymmetricTransform_t3802591842 *)__this)->get_encrypt_1();
		if (!L_3)
		{
			goto IL_0044;
		}
	}
	{
		DESTransform_t4088905499 * L_4 = __this->get_E1_12();
		ByteU5BU5D_t4116647657* L_5 = ___output1;
		ByteU5BU5D_t4116647657* L_6 = ___output1;
		NullCheck(L_4);
		DESTransform_ProcessBlock_m2449315636(L_4, L_5, L_6, /*hidden argument*/NULL);
		DESTransform_t4088905499 * L_7 = __this->get_D2_13();
		ByteU5BU5D_t4116647657* L_8 = ___output1;
		ByteU5BU5D_t4116647657* L_9 = ___output1;
		NullCheck(L_7);
		DESTransform_ProcessBlock_m2449315636(L_7, L_8, L_9, /*hidden argument*/NULL);
		DESTransform_t4088905499 * L_10 = __this->get_E3_14();
		ByteU5BU5D_t4116647657* L_11 = ___output1;
		ByteU5BU5D_t4116647657* L_12 = ___output1;
		NullCheck(L_10);
		DESTransform_ProcessBlock_m2449315636(L_10, L_11, L_12, /*hidden argument*/NULL);
		goto IL_006b;
	}

IL_0044:
	{
		DESTransform_t4088905499 * L_13 = __this->get_D1_15();
		ByteU5BU5D_t4116647657* L_14 = ___output1;
		ByteU5BU5D_t4116647657* L_15 = ___output1;
		NullCheck(L_13);
		DESTransform_ProcessBlock_m2449315636(L_13, L_14, L_15, /*hidden argument*/NULL);
		DESTransform_t4088905499 * L_16 = __this->get_E2_16();
		ByteU5BU5D_t4116647657* L_17 = ___output1;
		ByteU5BU5D_t4116647657* L_18 = ___output1;
		NullCheck(L_16);
		DESTransform_ProcessBlock_m2449315636(L_16, L_17, L_18, /*hidden argument*/NULL);
		DESTransform_t4088905499 * L_19 = __this->get_D3_17();
		ByteU5BU5D_t4116647657* L_20 = ___output1;
		ByteU5BU5D_t4116647657* L_21 = ___output1;
		NullCheck(L_19);
		DESTransform_ProcessBlock_m2449315636(L_19, L_20, L_21, /*hidden argument*/NULL);
	}

IL_006b:
	{
		ByteU5BU5D_t4116647657* L_22 = ___output1;
		ByteU5BU5D_t4116647657* L_23 = ___output1;
		IL2CPP_RUNTIME_CLASS_INIT(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_24 = ((DESTransform_t4088905499_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t4088905499_il2cpp_TypeInfo_var))->get_fpTab_24();
		DESTransform_Permutation_m252663723(NULL /*static, unused*/, L_22, L_23, L_24, (bool)1, /*hidden argument*/NULL);
		return;
	}
}
// System.Byte[] System.Security.Cryptography.TripleDESTransform::GetStrongKey()
extern "C"  ByteU5BU5D_t4116647657* TripleDESTransform_GetStrongKey_m292426577 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (TripleDESTransform_GetStrongKey_m292426577_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	{
		IL2CPP_RUNTIME_CLASS_INIT(DESTransform_t4088905499_il2cpp_TypeInfo_var);
		int32_t L_0 = ((DESTransform_t4088905499_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t4088905499_il2cpp_TypeInfo_var))->get_BLOCK_BYTE_SIZE_15();
		V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)3));
		int32_t L_1 = V_0;
		ByteU5BU5D_t4116647657* L_2 = KeyBuilder_Key_m876696100(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		V_1 = L_2;
		goto IL_001b;
	}

IL_0014:
	{
		int32_t L_3 = V_0;
		ByteU5BU5D_t4116647657* L_4 = KeyBuilder_Key_m876696100(NULL /*static, unused*/, L_3, /*hidden argument*/NULL);
		V_1 = L_4;
	}

IL_001b:
	{
		ByteU5BU5D_t4116647657* L_5 = V_1;
		bool L_6 = TripleDES_IsWeakKey_m2147489852(NULL /*static, unused*/, L_5, /*hidden argument*/NULL);
		if (L_6)
		{
			goto IL_0014;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_7 = V_1;
		return L_7;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[],System.Boolean)
extern "C"  void X509Certificate__ctor_m1008109281 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, bool ___dates1, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		if (!L_0)
		{
			goto IL_001f;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = ___data0;
		VirtActionInvoker3< ByteU5BU5D_t4116647657*, String_t*, int32_t >::Invoke(15 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) */, __this, L_1, (String_t*)NULL, 0);
		bool L_2 = ___dates1;
		__this->set_hideDates_1((bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0));
	}

IL_001f:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[])
extern "C"  void X509Certificate__ctor_m1413707489 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		X509Certificate__ctor_m1008109281(__this, L_0, (bool)1, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor()
extern "C"  void X509Certificate__ctor_m1321742168 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C"  void X509Certificate__ctor_m4186241804 (X509Certificate_t713131622 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237  ___context1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate__ctor_m4186241804_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		SerializationInfo_t950877179 * L_0 = ___info0;
		RuntimeTypeHandle_t3027515415  L_1 = { reinterpret_cast<intptr_t> (ByteU5BU5D_t4116647657_0_0_0_var) };
		IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
		Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		NullCheck(L_0);
		RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral3013553869, L_2, /*hidden argument*/NULL);
		V_0 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
		ByteU5BU5D_t4116647657* L_4 = V_0;
		VirtActionInvoker3< ByteU5BU5D_t4116647657*, String_t*, int32_t >::Invoke(15 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) */, __this, L_4, (String_t*)NULL, 0);
		return;
	}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
extern "C"  void X509Certificate_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m1836612204 (X509Certificate_t713131622 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
	{
		return;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::tostr(System.Byte[])
extern "C"  String_t* X509Certificate_tostr_m197816703 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_tostr_m197816703_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	int32_t V_1 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		if (!L_0)
		{
			goto IL_003f;
		}
	}
	{
		StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_1, /*hidden argument*/NULL);
		V_0 = L_1;
		V_1 = 0;
		goto IL_002f;
	}

IL_0013:
	{
		StringBuilder_t * L_2 = V_0;
		ByteU5BU5D_t4116647657* L_3 = ___data0;
		int32_t L_4 = V_1;
		NullCheck(L_3);
		String_t* L_5 = Byte_ToString_m3735479648(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), _stringLiteral3451435000, /*hidden argument*/NULL);
		NullCheck(L_2);
		StringBuilder_Append_m1965104174(L_2, L_5, /*hidden argument*/NULL);
		int32_t L_6 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
	}

IL_002f:
	{
		int32_t L_7 = V_1;
		ByteU5BU5D_t4116647657* L_8 = ___data0;
		NullCheck(L_8);
		if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))))
		{
			goto IL_0013;
		}
	}
	{
		StringBuilder_t * L_9 = V_0;
		NullCheck(L_9);
		String_t* L_10 = StringBuilder_ToString_m3317489284(L_9, /*hidden argument*/NULL);
		return L_10;
	}

IL_003f:
	{
		return (String_t*)NULL;
	}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate)
extern "C"  bool X509Certificate_Equals_m861530042 (X509Certificate_t713131622 * __this, X509Certificate_t713131622 * ___other0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_Equals_m861530042_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t G_B22_0 = 0;
	{
		X509Certificate_t713131622 * L_0 = ___other0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return (bool)0;
	}

IL_0008:
	{
		X509Certificate_t713131622 * L_1 = ___other0;
		NullCheck(L_1);
		X509Certificate_t489243024 * L_2 = L_1->get_x509_0();
		if (L_2)
		{
			goto IL_0030;
		}
	}
	{
		X509Certificate_t489243024 * L_3 = __this->get_x509_0();
		if (L_3)
		{
			goto IL_0020;
		}
	}
	{
		return (bool)1;
	}

IL_0020:
	{
		String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0030:
	{
		X509Certificate_t713131622 * L_6 = ___other0;
		NullCheck(L_6);
		X509Certificate_t489243024 * L_7 = L_6->get_x509_0();
		NullCheck(L_7);
		ByteU5BU5D_t4116647657* L_8 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_7);
		V_0 = L_8;
		ByteU5BU5D_t4116647657* L_9 = V_0;
		if (!L_9)
		{
			goto IL_00a5;
		}
	}
	{
		X509Certificate_t489243024 * L_10 = __this->get_x509_0();
		if (L_10)
		{
			goto IL_004f;
		}
	}
	{
		return (bool)0;
	}

IL_004f:
	{
		X509Certificate_t489243024 * L_11 = __this->get_x509_0();
		NullCheck(L_11);
		ByteU5BU5D_t4116647657* L_12 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_11);
		if (L_12)
		{
			goto IL_0061;
		}
	}
	{
		return (bool)0;
	}

IL_0061:
	{
		ByteU5BU5D_t4116647657* L_13 = V_0;
		NullCheck(L_13);
		X509Certificate_t489243024 * L_14 = __this->get_x509_0();
		NullCheck(L_14);
		ByteU5BU5D_t4116647657* L_15 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_14);
		NullCheck(L_15);
		if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))))
		{
			goto IL_00a3;
		}
	}
	{
		V_1 = 0;
		goto IL_0098;
	}

IL_007d:
	{
		ByteU5BU5D_t4116647657* L_16 = V_0;
		int32_t L_17 = V_1;
		NullCheck(L_16);
		int32_t L_18 = L_17;
		uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
		X509Certificate_t489243024 * L_20 = __this->get_x509_0();
		NullCheck(L_20);
		ByteU5BU5D_t4116647657* L_21 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_20);
		int32_t L_22 = V_1;
		NullCheck(L_21);
		int32_t L_23 = L_22;
		uint8_t L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
		if ((((int32_t)L_19) == ((int32_t)L_24)))
		{
			goto IL_0094;
		}
	}
	{
		return (bool)0;
	}

IL_0094:
	{
		int32_t L_25 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
	}

IL_0098:
	{
		int32_t L_26 = V_1;
		ByteU5BU5D_t4116647657* L_27 = V_0;
		NullCheck(L_27);
		if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))))))
		{
			goto IL_007d;
		}
	}
	{
		return (bool)1;
	}

IL_00a3:
	{
		return (bool)0;
	}

IL_00a5:
	{
		X509Certificate_t489243024 * L_28 = __this->get_x509_0();
		if (!L_28)
		{
			goto IL_00c0;
		}
	}
	{
		X509Certificate_t489243024 * L_29 = __this->get_x509_0();
		NullCheck(L_29);
		ByteU5BU5D_t4116647657* L_30 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_29);
		G_B22_0 = ((((RuntimeObject*)(ByteU5BU5D_t4116647657*)L_30) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
		goto IL_00c1;
	}

IL_00c0:
	{
		G_B22_0 = 1;
	}

IL_00c1:
	{
		return (bool)G_B22_0;
	}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHash()
extern "C"  ByteU5BU5D_t4116647657* X509Certificate_GetCertHash_m274210048 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_GetCertHash_m274210048_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SHA1_t1803193667 * V_0 = NULL;
	{
		X509Certificate_t489243024 * L_0 = __this->get_x509_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		ByteU5BU5D_t4116647657* L_3 = __this->get_cachedCertificateHash_2();
		if (L_3)
		{
			goto IL_004e;
		}
	}
	{
		X509Certificate_t489243024 * L_4 = __this->get_x509_0();
		if (!L_4)
		{
			goto IL_004e;
		}
	}
	{
		SHA1_t1803193667 * L_5 = SHA1_Create_m1390871308(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = L_5;
		SHA1_t1803193667 * L_6 = V_0;
		X509Certificate_t489243024 * L_7 = __this->get_x509_0();
		NullCheck(L_7);
		ByteU5BU5D_t4116647657* L_8 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_7);
		NullCheck(L_6);
		ByteU5BU5D_t4116647657* L_9 = HashAlgorithm_ComputeHash_m2825542963(L_6, L_8, /*hidden argument*/NULL);
		__this->set_cachedCertificateHash_2(L_9);
	}

IL_004e:
	{
		ByteU5BU5D_t4116647657* L_10 = __this->get_cachedCertificateHash_2();
		return L_10;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString()
extern "C"  String_t* X509Certificate_GetCertHashString_m3484127109 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHash() */, __this);
		String_t* L_1 = X509Certificate_tostr_m197816703(__this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetEffectiveDateString()
extern "C"  String_t* X509Certificate_GetEffectiveDateString_m1666677721 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_GetEffectiveDateString_m1666677721_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	DateTime_t3738529785  V_0;
	memset(&V_0, 0, sizeof(V_0));
	DateTime_t3738529785  V_1;
	memset(&V_1, 0, sizeof(V_1));
	{
		bool L_0 = __this->get_hideDates_1();
		if (!L_0)
		{
			goto IL_000d;
		}
	}
	{
		return (String_t*)NULL;
	}

IL_000d:
	{
		X509Certificate_t489243024 * L_1 = __this->get_x509_0();
		if (L_1)
		{
			goto IL_0028;
		}
	}
	{
		String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_3 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_3, L_2, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0028:
	{
		X509Certificate_t489243024 * L_4 = __this->get_x509_0();
		NullCheck(L_4);
		DateTime_t3738529785  L_5 = VirtFuncInvoker0< DateTime_t3738529785  >::Invoke(9 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidFrom() */, L_4);
		V_0 = L_5;
		DateTime_t3738529785  L_6 = DateTime_ToLocalTime_m3134475597((&V_0), /*hidden argument*/NULL);
		V_1 = L_6;
		String_t* L_7 = DateTime_ToString_m884486936((&V_1), /*hidden argument*/NULL);
		return L_7;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetExpirationDateString()
extern "C"  String_t* X509Certificate_GetExpirationDateString_m1253593872 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_GetExpirationDateString_m1253593872_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	DateTime_t3738529785  V_0;
	memset(&V_0, 0, sizeof(V_0));
	DateTime_t3738529785  V_1;
	memset(&V_1, 0, sizeof(V_1));
	{
		bool L_0 = __this->get_hideDates_1();
		if (!L_0)
		{
			goto IL_000d;
		}
	}
	{
		return (String_t*)NULL;
	}

IL_000d:
	{
		X509Certificate_t489243024 * L_1 = __this->get_x509_0();
		if (L_1)
		{
			goto IL_0028;
		}
	}
	{
		String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_3 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_3, L_2, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0028:
	{
		X509Certificate_t489243024 * L_4 = __this->get_x509_0();
		NullCheck(L_4);
		DateTime_t3738529785  L_5 = VirtFuncInvoker0< DateTime_t3738529785  >::Invoke(10 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidUntil() */, L_4);
		V_0 = L_5;
		DateTime_t3738529785  L_6 = DateTime_ToLocalTime_m3134475597((&V_0), /*hidden argument*/NULL);
		V_1 = L_6;
		String_t* L_7 = DateTime_ToString_m884486936((&V_1), /*hidden argument*/NULL);
		return L_7;
	}
}
// System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate::GetHashCode()
extern "C"  int32_t X509Certificate_GetHashCode_m3969199094 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	{
		X509Certificate_t489243024 * L_0 = __this->get_x509_0();
		if (L_0)
		{
			goto IL_000d;
		}
	}
	{
		return 0;
	}

IL_000d:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_cachedCertificateHash_2();
		if (L_1)
		{
			goto IL_001f;
		}
	}
	{
		VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHash() */, __this);
	}

IL_001f:
	{
		ByteU5BU5D_t4116647657* L_2 = __this->get_cachedCertificateHash_2();
		if (!L_2)
		{
			goto IL_0064;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_3 = __this->get_cachedCertificateHash_2();
		NullCheck(L_3);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) < ((int32_t)4)))
		{
			goto IL_0064;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_4 = __this->get_cachedCertificateHash_2();
		NullCheck(L_4);
		int32_t L_5 = 0;
		uint8_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
		ByteU5BU5D_t4116647657* L_7 = __this->get_cachedCertificateHash_2();
		NullCheck(L_7);
		int32_t L_8 = 1;
		uint8_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		ByteU5BU5D_t4116647657* L_10 = __this->get_cachedCertificateHash_2();
		NullCheck(L_10);
		int32_t L_11 = 2;
		uint8_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		ByteU5BU5D_t4116647657* L_13 = __this->get_cachedCertificateHash_2();
		NullCheck(L_13);
		int32_t L_14 = 3;
		uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_9<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)8))))|(int32_t)L_15));
	}

IL_0064:
	{
		return 0;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetIssuerName()
extern "C"  String_t* X509Certificate_GetIssuerName_m1601331538 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_GetIssuerName_m1601331538_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		X509Certificate_t489243024 * L_0 = __this->get_x509_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		X509Certificate_t489243024 * L_3 = __this->get_x509_0();
		NullCheck(L_3);
		String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Security.X509.X509Certificate::get_IssuerName() */, L_3);
		return L_4;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetName()
extern "C"  String_t* X509Certificate_GetName_m1060481339 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_GetName_m1060481339_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		X509Certificate_t489243024 * L_0 = __this->get_x509_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		X509Certificate_t489243024 * L_3 = __this->get_x509_0();
		NullCheck(L_3);
		String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String Mono.Security.X509.X509Certificate::get_SubjectName() */, L_3);
		return L_4;
	}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetPublicKey()
extern "C"  ByteU5BU5D_t4116647657* X509Certificate_GetPublicKey_m4184729161 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_GetPublicKey_m4184729161_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		X509Certificate_t489243024 * L_0 = __this->get_x509_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		X509Certificate_t489243024 * L_3 = __this->get_x509_0();
		NullCheck(L_3);
		ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Byte[] Mono.Security.X509.X509Certificate::get_PublicKey() */, L_3);
		return L_4;
	}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData()
extern "C"  ByteU5BU5D_t4116647657* X509Certificate_GetRawCertData_m781236105 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_GetRawCertData_m781236105_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		X509Certificate_t489243024 * L_0 = __this->get_x509_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		X509Certificate_t489243024 * L_3 = __this->get_x509_0();
		NullCheck(L_3);
		ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_3);
		return L_4;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString()
extern "C"  String_t* X509Certificate_ToString_m3415629710 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = Object_ToString_m1740002499(__this, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString(System.Boolean)
extern "C"  String_t* X509Certificate_ToString_m2340207075 (X509Certificate_t713131622 * __this, bool ___fVerbose0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_ToString_m2340207075_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	StringBuilder_t * V_1 = NULL;
	{
		bool L_0 = ___fVerbose0;
		if (!L_0)
		{
			goto IL_0011;
		}
	}
	{
		X509Certificate_t489243024 * L_1 = __this->get_x509_0();
		if (L_1)
		{
			goto IL_0018;
		}
	}

IL_0011:
	{
		String_t* L_2 = Object_ToString_m1740002499(__this, /*hidden argument*/NULL);
		return L_2;
	}

IL_0018:
	{
		String_t* L_3 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = L_3;
		StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL);
		V_1 = L_4;
		StringBuilder_t * L_5 = V_1;
		String_t* L_6 = V_0;
		String_t* L_7 = X509Certificate_get_Subject_m2638144878(__this, /*hidden argument*/NULL);
		NullCheck(L_5);
		StringBuilder_AppendFormat_m3255666490(L_5, _stringLiteral1477887897, L_6, L_7, /*hidden argument*/NULL);
		StringBuilder_t * L_8 = V_1;
		String_t* L_9 = V_0;
		String_t* L_10 = X509Certificate_get_Issuer_m2934704867(__this, /*hidden argument*/NULL);
		NullCheck(L_8);
		StringBuilder_AppendFormat_m3255666490(L_8, _stringLiteral971212591, L_9, L_10, /*hidden argument*/NULL);
		StringBuilder_t * L_11 = V_1;
		String_t* L_12 = V_0;
		String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetEffectiveDateString() */, __this);
		NullCheck(L_11);
		StringBuilder_AppendFormat_m3255666490(L_11, _stringLiteral2222432080, L_12, L_13, /*hidden argument*/NULL);
		StringBuilder_t * L_14 = V_1;
		String_t* L_15 = V_0;
		String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetExpirationDateString() */, __this);
		NullCheck(L_14);
		StringBuilder_AppendFormat_m3255666490(L_14, _stringLiteral4281279765, L_15, L_16, /*hidden argument*/NULL);
		StringBuilder_t * L_17 = V_1;
		String_t* L_18 = V_0;
		String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() */, __this);
		NullCheck(L_17);
		StringBuilder_AppendFormat_m3255666490(L_17, _stringLiteral419730590, L_18, L_19, /*hidden argument*/NULL);
		StringBuilder_t * L_20 = V_1;
		String_t* L_21 = V_0;
		NullCheck(L_20);
		StringBuilder_Append_m1965104174(L_20, L_21, /*hidden argument*/NULL);
		StringBuilder_t * L_22 = V_1;
		NullCheck(L_22);
		String_t* L_23 = StringBuilder_ToString_m3317489284(L_22, /*hidden argument*/NULL);
		return L_23;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer()
extern "C"  String_t* X509Certificate_get_Issuer_m2934704867 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_get_Issuer_m2934704867_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		X509Certificate_t489243024 * L_0 = __this->get_x509_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		String_t* L_3 = __this->get_issuer_name_3();
		if (L_3)
		{
			goto IL_0043;
		}
	}
	{
		X509Certificate_t489243024 * L_4 = __this->get_x509_0();
		NullCheck(L_4);
		ASN1_t2114160832 * L_5 = X509Certificate_GetIssuerName_m4238857993(L_4, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var);
		String_t* L_6 = X501_ToString_m2278029064(NULL /*static, unused*/, L_5, (bool)1, _stringLiteral3450517380, (bool)1, /*hidden argument*/NULL);
		__this->set_issuer_name_3(L_6);
	}

IL_0043:
	{
		String_t* L_7 = __this->get_issuer_name_3();
		return L_7;
	}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject()
extern "C"  String_t* X509Certificate_get_Subject_m2638144878 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_get_Subject_m2638144878_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		X509Certificate_t489243024 * L_0 = __this->get_x509_0();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		String_t* L_3 = __this->get_subject_name_4();
		if (L_3)
		{
			goto IL_0043;
		}
	}
	{
		X509Certificate_t489243024 * L_4 = __this->get_x509_0();
		NullCheck(L_4);
		ASN1_t2114160832 * L_5 = X509Certificate_GetSubjectName_m584504796(L_4, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var);
		String_t* L_6 = X501_ToString_m2278029064(NULL /*static, unused*/, L_5, (bool)1, _stringLiteral3450517380, (bool)1, /*hidden argument*/NULL);
		__this->set_subject_name_4(L_6);
	}

IL_0043:
	{
		String_t* L_7 = __this->get_subject_name_4();
		return L_7;
	}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Object)
extern "C"  bool X509Certificate_Equals_m3784196370 (X509Certificate_t713131622 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_Equals_m3784196370_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	X509Certificate_t713131622 * V_0 = NULL;
	{
		RuntimeObject * L_0 = ___obj0;
		V_0 = ((X509Certificate_t713131622 *)IsInstClass((RuntimeObject*)L_0, X509Certificate_t713131622_il2cpp_TypeInfo_var));
		X509Certificate_t713131622 * L_1 = V_0;
		if (!L_1)
		{
			goto IL_0015;
		}
	}
	{
		X509Certificate_t713131622 * L_2 = V_0;
		bool L_3 = VirtFuncInvoker1< bool, X509Certificate_t713131622 * >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate) */, __this, L_2);
		return L_3;
	}

IL_0015:
	{
		return (bool)0;
	}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
extern "C"  void X509Certificate_Import_m3563119820 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (X509Certificate_Import_m3563119820_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t * V_0 = NULL;
	PKCS12_t4101533060 * V_1 = NULL;
	String_t* V_2 = NULL;
	PKCS12_t4101533060 * 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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		VirtActionInvoker0::Invoke(16 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset() */, __this);
		String_t* L_0 = ___password1;
		if (L_0)
		{
			goto IL_007c;
		}
	}

IL_000c:
	try
	{ // begin try (depth: 1)
		ByteU5BU5D_t4116647657* L_1 = ___rawData0;
		X509Certificate_t489243024 * L_2 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var);
		X509Certificate__ctor_m3656389950(L_2, L_1, /*hidden argument*/NULL);
		__this->set_x509_0(L_2);
		goto IL_0077;
	} // 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_001d;
		throw e;
	}

CATCH_001d:
	{ // begin catch(System.Exception)
		{
			V_0 = ((Exception_t *)__exception_local);
		}

IL_001e:
		try
		{ // begin try (depth: 2)
			{
				ByteU5BU5D_t4116647657* L_3 = ___rawData0;
				PKCS12_t4101533060 * L_4 = (PKCS12_t4101533060 *)il2cpp_codegen_object_new(PKCS12_t4101533060_il2cpp_TypeInfo_var);
				PKCS12__ctor_m2089474062(L_4, L_3, /*hidden argument*/NULL);
				V_1 = L_4;
				PKCS12_t4101533060 * L_5 = V_1;
				NullCheck(L_5);
				X509CertificateCollection_t1542168549 * L_6 = PKCS12_get_Certificates_m1630860723(L_5, /*hidden argument*/NULL);
				NullCheck(L_6);
				int32_t L_7 = CollectionBase_get_Count_m1708965601(L_6, /*hidden argument*/NULL);
				if ((((int32_t)L_7) <= ((int32_t)0)))
				{
					goto IL_004d;
				}
			}

IL_0036:
			{
				PKCS12_t4101533060 * L_8 = V_1;
				NullCheck(L_8);
				X509CertificateCollection_t1542168549 * L_9 = PKCS12_get_Certificates_m1630860723(L_8, /*hidden argument*/NULL);
				NullCheck(L_9);
				X509Certificate_t489243024 * L_10 = X509CertificateCollection_get_Item_m3219599455(L_9, 0, /*hidden argument*/NULL);
				__this->set_x509_0(L_10);
				goto IL_0054;
			}

IL_004d:
			{
				__this->set_x509_0((X509Certificate_t489243024 *)NULL);
			}

IL_0054:
			{
				goto IL_0072;
			}
		} // 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_0059;
			throw e;
		}

CATCH_0059:
		{ // begin catch(System.Object)
			{
				String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1947682626, /*hidden argument*/NULL);
				V_2 = L_11;
				String_t* L_12 = V_2;
				Exception_t * L_13 = V_0;
				CryptographicException_t248831461 * L_14 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
				CryptographicException__ctor_m1422015889(L_14, L_12, L_13, /*hidden argument*/NULL);
				IL2CPP_RAISE_MANAGED_EXCEPTION(L_14);
			}

IL_006d:
			{
				goto IL_0072;
			}
		} // end catch (depth: 2)

IL_0072:
		{
			goto IL_0077;
		}
	} // end catch (depth: 1)

IL_0077:
	{
		goto IL_00ca;
	}

IL_007c:
	try
	{ // begin try (depth: 1)
		{
			ByteU5BU5D_t4116647657* L_15 = ___rawData0;
			String_t* L_16 = ___password1;
			PKCS12_t4101533060 * L_17 = (PKCS12_t4101533060 *)il2cpp_codegen_object_new(PKCS12_t4101533060_il2cpp_TypeInfo_var);
			PKCS12__ctor_m1771540803(L_17, L_15, L_16, /*hidden argument*/NULL);
			V_3 = L_17;
			PKCS12_t4101533060 * L_18 = V_3;
			NullCheck(L_18);
			X509CertificateCollection_t1542168549 * L_19 = PKCS12_get_Certificates_m1630860723(L_18, /*hidden argument*/NULL);
			NullCheck(L_19);
			int32_t L_20 = CollectionBase_get_Count_m1708965601(L_19, /*hidden argument*/NULL);
			if ((((int32_t)L_20) <= ((int32_t)0)))
			{
				goto IL_00ac;
			}
		}

IL_0095:
		{
			PKCS12_t4101533060 * L_21 = V_3;
			NullCheck(L_21);
			X509CertificateCollection_t1542168549 * L_22 = PKCS12_get_Certificates_m1630860723(L_21, /*hidden argument*/NULL);
			NullCheck(L_22);
			X509Certificate_t489243024 * L_23 = X509CertificateCollection_get_Item_m3219599455(L_22, 0, /*hidden argument*/NULL);
			__this->set_x509_0(L_23);
			goto IL_00b3;
		}

IL_00ac:
		{
			__this->set_x509_0((X509Certificate_t489243024 *)NULL);
		}

IL_00b3:
		{
			goto IL_00ca;
		}
	} // 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_00b8;
		throw e;
	}

CATCH_00b8:
	{ // begin catch(System.Object)
		ByteU5BU5D_t4116647657* L_24 = ___rawData0;
		X509Certificate_t489243024 * L_25 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var);
		X509Certificate__ctor_m3656389950(L_25, L_24, /*hidden argument*/NULL);
		__this->set_x509_0(L_25);
		goto IL_00ca;
	} // end catch (depth: 1)

IL_00ca:
	{
		return;
	}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset()
extern "C"  void X509Certificate_Reset_m2350932593 (X509Certificate_t713131622 * __this, const RuntimeMethod* method)
{
	{
		__this->set_x509_0((X509Certificate_t489243024 *)NULL);
		__this->set_issuer_name_3((String_t*)NULL);
		__this->set_subject_name_4((String_t*)NULL);
		__this->set_hideDates_1((bool)0);
		__this->set_cachedCertificateHash_2((ByteU5BU5D_t4116647657*)NULL);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.SecurityPermissionFlag)
extern "C"  void SecurityPermission__ctor_m1462427327 (SecurityPermission_t2954997752 * __this, int32_t ___flag0, const RuntimeMethod* method)
{
	{
		CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL);
		int32_t L_0 = ___flag0;
		SecurityPermission_set_Flags_m1503445204(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Permissions.SecurityPermission::set_Flags(System.Security.Permissions.SecurityPermissionFlag)
extern "C"  void SecurityPermission_set_Flags_m1503445204 (SecurityPermission_t2954997752 * __this, int32_t ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityPermission_set_Flags_m1503445204_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		int32_t L_0 = ___value0;
		int32_t L_1 = ___value0;
		if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16383)))) == ((int32_t)L_1)))
		{
			goto IL_002f;
		}
	}
	{
		String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2248575227, /*hidden argument*/NULL);
		int32_t L_3 = ___value0;
		int32_t L_4 = L_3;
		RuntimeObject * L_5 = Box(SecurityPermissionFlag_t3459270124_il2cpp_TypeInfo_var, &L_4);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, L_2, L_5, /*hidden argument*/NULL);
		V_0 = L_6;
		String_t* L_7 = V_0;
		ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_8, L_7, _stringLiteral1661045531, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8);
	}

IL_002f:
	{
		int32_t L_9 = ___value0;
		__this->set_flags_0(L_9);
		return;
	}
}
// System.Boolean System.Security.Permissions.SecurityPermission::IsUnrestricted()
extern "C"  bool SecurityPermission_IsUnrestricted_m3327262311 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_flags_0();
		return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)16383)))? 1 : 0);
	}
}
// System.Boolean System.Security.Permissions.SecurityPermission::IsSubsetOf(System.Security.IPermission)
extern "C"  bool SecurityPermission_IsSubsetOf_m545000671 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, const RuntimeMethod* method)
{
	SecurityPermission_t2954997752 * V_0 = NULL;
	{
		RuntimeObject* L_0 = ___target0;
		SecurityPermission_t2954997752 * L_1 = SecurityPermission_Cast_m2392017566(__this, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		SecurityPermission_t2954997752 * L_2 = V_0;
		if (L_2)
		{
			goto IL_0015;
		}
	}
	{
		bool L_3 = SecurityPermission_IsEmpty_m2033068359(__this, /*hidden argument*/NULL);
		return L_3;
	}

IL_0015:
	{
		SecurityPermission_t2954997752 * L_4 = V_0;
		NullCheck(L_4);
		bool L_5 = SecurityPermission_IsUnrestricted_m3327262311(L_4, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0022;
		}
	}
	{
		return (bool)1;
	}

IL_0022:
	{
		bool L_6 = SecurityPermission_IsUnrestricted_m3327262311(__this, /*hidden argument*/NULL);
		if (!L_6)
		{
			goto IL_002f;
		}
	}
	{
		return (bool)0;
	}

IL_002f:
	{
		int32_t L_7 = __this->get_flags_0();
		SecurityPermission_t2954997752 * L_8 = V_0;
		NullCheck(L_8);
		int32_t L_9 = L_8->get_flags_0();
		return (bool)((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((~L_9))))) == ((int32_t)0))? 1 : 0);
	}
}
// System.Security.SecurityElement System.Security.Permissions.SecurityPermission::ToXml()
extern "C"  SecurityElement_t1046076091 * SecurityPermission_ToXml_m355131433 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityPermission_ToXml_m355131433_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SecurityElement_t1046076091 * V_0 = NULL;
	{
		SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL);
		V_0 = L_0;
		bool L_1 = SecurityPermission_IsUnrestricted_m3327262311(__this, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0028;
		}
	}
	{
		SecurityElement_t1046076091 * L_2 = V_0;
		NullCheck(L_2);
		SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL);
		goto IL_0043;
	}

IL_0028:
	{
		SecurityElement_t1046076091 * L_3 = V_0;
		int32_t L_4 = __this->get_flags_0();
		int32_t L_5 = L_4;
		RuntimeObject * L_6 = Box(SecurityPermissionFlag_t3459270124_il2cpp_TypeInfo_var, &L_5);
		NullCheck((Enum_t4135868527 *)L_6);
		String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_6);
		NullCheck(L_3);
		SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral822913698, L_7, /*hidden argument*/NULL);
	}

IL_0043:
	{
		SecurityElement_t1046076091 * L_8 = V_0;
		return L_8;
	}
}
// System.Boolean System.Security.Permissions.SecurityPermission::IsEmpty()
extern "C"  bool SecurityPermission_IsEmpty_m2033068359 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_flags_0();
		return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
	}
}
// System.Security.Permissions.SecurityPermission System.Security.Permissions.SecurityPermission::Cast(System.Security.IPermission)
extern "C"  SecurityPermission_t2954997752 * SecurityPermission_Cast_m2392017566 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityPermission_Cast_m2392017566_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SecurityPermission_t2954997752 * V_0 = NULL;
	{
		RuntimeObject* L_0 = ___target0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return (SecurityPermission_t2954997752 *)NULL;
	}

IL_0008:
	{
		RuntimeObject* L_1 = ___target0;
		V_0 = ((SecurityPermission_t2954997752 *)IsInstSealed((RuntimeObject*)L_1, SecurityPermission_t2954997752_il2cpp_TypeInfo_var));
		SecurityPermission_t2954997752 * L_2 = V_0;
		if (L_2)
		{
			goto IL_0025;
		}
	}
	{
		RuntimeObject* L_3 = ___target0;
		RuntimeTypeHandle_t3027515415  L_4 = { reinterpret_cast<intptr_t> (SecurityPermission_t2954997752_0_0_0_var) };
		IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
		Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
		CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL);
	}

IL_0025:
	{
		SecurityPermission_t2954997752 * L_6 = V_0;
		return L_6;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Permissions.SecurityPermissionAttribute::set_SkipVerification(System.Boolean)
extern "C"  void SecurityPermissionAttribute_set_SkipVerification_m4061350763 (SecurityPermissionAttribute_t2256310021 * __this, bool ___value0, const RuntimeMethod* method)
{
	{
		bool L_0 = ___value0;
		if (!L_0)
		{
			goto IL_0019;
		}
	}
	{
		int32_t L_1 = __this->get_m_Flags_0();
		__this->set_m_Flags_0(((int32_t)((int32_t)L_1|(int32_t)4)));
		goto IL_0028;
	}

IL_0019:
	{
		int32_t L_2 = __this->get_m_Flags_0();
		__this->set_m_Flags_0(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5))));
	}

IL_0028:
	{
		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.Boolean System.Security.Permissions.StrongNamePublicKeyBlob::Equals(System.Object)
extern "C"  bool StrongNamePublicKeyBlob_Equals_m3655422942 (StrongNamePublicKeyBlob_t3355146440 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StrongNamePublicKeyBlob_Equals_m3655422942_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StrongNamePublicKeyBlob_t3355146440 * V_0 = NULL;
	bool V_1 = false;
	int32_t V_2 = 0;
	{
		RuntimeObject * L_0 = ___obj0;
		V_0 = ((StrongNamePublicKeyBlob_t3355146440 *)IsInstSealed((RuntimeObject*)L_0, StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var));
		StrongNamePublicKeyBlob_t3355146440 * L_1 = V_0;
		if (L_1)
		{
			goto IL_000f;
		}
	}
	{
		return (bool)0;
	}

IL_000f:
	{
		ByteU5BU5D_t4116647657* L_2 = __this->get_pubkey_0();
		NullCheck(L_2);
		StrongNamePublicKeyBlob_t3355146440 * L_3 = V_0;
		NullCheck(L_3);
		ByteU5BU5D_t4116647657* L_4 = L_3->get_pubkey_0();
		NullCheck(L_4);
		V_1 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))? 1 : 0);
		bool L_5 = V_1;
		if (!L_5)
		{
			goto IL_0058;
		}
	}
	{
		V_2 = 0;
		goto IL_004a;
	}

IL_002f:
	{
		ByteU5BU5D_t4116647657* L_6 = __this->get_pubkey_0();
		int32_t L_7 = V_2;
		NullCheck(L_6);
		int32_t L_8 = L_7;
		uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		StrongNamePublicKeyBlob_t3355146440 * L_10 = V_0;
		NullCheck(L_10);
		ByteU5BU5D_t4116647657* L_11 = L_10->get_pubkey_0();
		int32_t L_12 = V_2;
		NullCheck(L_11);
		int32_t L_13 = L_12;
		uint8_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
		if ((((int32_t)L_9) == ((int32_t)L_14)))
		{
			goto IL_0046;
		}
	}
	{
		return (bool)0;
	}

IL_0046:
	{
		int32_t L_15 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
	}

IL_004a:
	{
		int32_t L_16 = V_2;
		ByteU5BU5D_t4116647657* L_17 = __this->get_pubkey_0();
		NullCheck(L_17);
		if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
		{
			goto IL_002f;
		}
	}

IL_0058:
	{
		bool L_18 = V_1;
		return L_18;
	}
}
// System.Int32 System.Security.Permissions.StrongNamePublicKeyBlob::GetHashCode()
extern "C"  int32_t StrongNamePublicKeyBlob_GetHashCode_m1678068698 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		V_0 = 0;
		V_1 = 0;
		ByteU5BU5D_t4116647657* L_0 = __this->get_pubkey_0();
		NullCheck(L_0);
		int32_t L_1 = Math_Min_m3468062251(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), 4, /*hidden argument*/NULL);
		V_2 = L_1;
		goto IL_0029;
	}

IL_0018:
	{
		int32_t L_2 = V_0;
		ByteU5BU5D_t4116647657* L_3 = __this->get_pubkey_0();
		int32_t L_4 = V_1;
		int32_t L_5 = L_4;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
		NullCheck(L_3);
		int32_t L_6 = L_5;
		uint8_t L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_2<<(int32_t)8)), (int32_t)L_7));
	}

IL_0029:
	{
		int32_t L_8 = V_1;
		int32_t L_9 = V_2;
		if ((((int32_t)L_8) < ((int32_t)L_9)))
		{
			goto IL_0018;
		}
	}
	{
		int32_t L_10 = V_0;
		return L_10;
	}
}
// System.String System.Security.Permissions.StrongNamePublicKeyBlob::ToString()
extern "C"  String_t* StrongNamePublicKeyBlob_ToString_m724833278 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StrongNamePublicKeyBlob_ToString_m724833278_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	int32_t V_1 = 0;
	{
		StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL);
		V_0 = L_0;
		V_1 = 0;
		goto IL_002e;
	}

IL_000d:
	{
		StringBuilder_t * L_1 = V_0;
		ByteU5BU5D_t4116647657* L_2 = __this->get_pubkey_0();
		int32_t L_3 = V_1;
		NullCheck(L_2);
		String_t* L_4 = Byte_ToString_m3735479648(((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3))), _stringLiteral3451435000, /*hidden argument*/NULL);
		NullCheck(L_1);
		StringBuilder_Append_m1965104174(L_1, L_4, /*hidden argument*/NULL);
		int32_t L_5 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
	}

IL_002e:
	{
		int32_t L_6 = V_1;
		ByteU5BU5D_t4116647657* L_7 = __this->get_pubkey_0();
		NullCheck(L_7);
		if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))))
		{
			goto IL_000d;
		}
	}
	{
		StringBuilder_t * L_8 = V_0;
		NullCheck(L_8);
		String_t* L_9 = StringBuilder_ToString_m3317489284(L_8, /*hidden argument*/NULL);
		return L_9;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.PermissionSet::.ctor()
extern "C"  void PermissionSet__ctor_m2328457660 (PermissionSet_t223948603 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.PermissionSet::.ctor(System.String)
extern "C"  void PermissionSet__ctor_m1880216441 (PermissionSet_t223948603 * __this, String_t* ___xml0, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.PermissionSet::set_DeclarativeSecurity(System.Boolean)
extern "C"  void PermissionSet_set_DeclarativeSecurity_m858801747 (PermissionSet_t223948603 * __this, bool ___value0, const RuntimeMethod* method)
{
	{
		bool L_0 = ___value0;
		__this->set_U3CDeclarativeSecurityU3Ek__BackingField_0(L_0);
		return;
	}
}
// System.Security.PermissionSet System.Security.PermissionSet::CreateFromBinaryFormat(System.Byte[])
extern "C"  PermissionSet_t223948603 * PermissionSet_CreateFromBinaryFormat_m3762234240 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PermissionSet_CreateFromBinaryFormat_m3762234240_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		PermissionSet_t223948603 * L_0 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var);
		PermissionSet__ctor_m2328457660(L_0, /*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.Security.Policy.ApplicationTrust::.ctor()
extern "C"  void ApplicationTrust__ctor_m515003198 (ApplicationTrust_t3270368423 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ApplicationTrust__ctor_m515003198_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		List_1_t852832060 * L_0 = (List_1_t852832060 *)il2cpp_codegen_object_new(List_1_t852832060_il2cpp_TypeInfo_var);
		List_1__ctor_m1080959174(L_0, 0, /*hidden argument*/List_1__ctor_m1080959174_RuntimeMethod_var);
		__this->set_fullTrustAssemblies_0(L_0);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Policy.Evidence::.ctor()
extern "C"  void Evidence__ctor_m415538579 (Evidence_t2008144148 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Int32 System.Security.Policy.Evidence::get_Count()
extern "C"  int32_t Evidence_get_Count_m4079441921 (Evidence_t2008144148 * __this, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		V_0 = 0;
		ArrayList_t2718874744 * L_0 = __this->get_hostEvidenceList_1();
		if (!L_0)
		{
			goto IL_001b;
		}
	}
	{
		int32_t L_1 = V_0;
		ArrayList_t2718874744 * L_2 = __this->get_hostEvidenceList_1();
		NullCheck(L_2);
		int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3));
	}

IL_001b:
	{
		ArrayList_t2718874744 * L_4 = __this->get_assemblyEvidenceList_2();
		if (!L_4)
		{
			goto IL_0034;
		}
	}
	{
		int32_t L_5 = V_0;
		ArrayList_t2718874744 * L_6 = __this->get_assemblyEvidenceList_2();
		NullCheck(L_6);
		int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6);
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7));
	}

IL_0034:
	{
		int32_t L_8 = V_0;
		return L_8;
	}
}
// System.Boolean System.Security.Policy.Evidence::get_IsSynchronized()
extern "C"  bool Evidence_get_IsSynchronized_m3446368195 (Evidence_t2008144148 * __this, const RuntimeMethod* method)
{
	{
		return (bool)0;
	}
}
// System.Object System.Security.Policy.Evidence::get_SyncRoot()
extern "C"  RuntimeObject * Evidence_get_SyncRoot_m2835084965 (Evidence_t2008144148 * __this, const RuntimeMethod* method)
{
	{
		return __this;
	}
}
// System.Collections.ArrayList System.Security.Policy.Evidence::get_HostEvidenceList()
extern "C"  ArrayList_t2718874744 * Evidence_get_HostEvidenceList_m2705108086 (Evidence_t2008144148 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Evidence_get_HostEvidenceList_m2705108086_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ArrayList_t2718874744 * L_0 = __this->get_hostEvidenceList_1();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList_t2718874744 * L_2 = ArrayList_Synchronized_m1327684267(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		__this->set_hostEvidenceList_1(L_2);
	}

IL_001b:
	{
		ArrayList_t2718874744 * L_3 = __this->get_hostEvidenceList_1();
		return L_3;
	}
}
// System.Collections.ArrayList System.Security.Policy.Evidence::get_AssemblyEvidenceList()
extern "C"  ArrayList_t2718874744 * Evidence_get_AssemblyEvidenceList_m632963901 (Evidence_t2008144148 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Evidence_get_AssemblyEvidenceList_m632963901_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ArrayList_t2718874744 * L_0 = __this->get_assemblyEvidenceList_2();
		if (L_0)
		{
			goto IL_001b;
		}
	}
	{
		ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList_t2718874744 * L_2 = ArrayList_Synchronized_m1327684267(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		__this->set_assemblyEvidenceList_2(L_2);
	}

IL_001b:
	{
		ArrayList_t2718874744 * L_3 = __this->get_assemblyEvidenceList_2();
		return L_3;
	}
}
// System.Void System.Security.Policy.Evidence::CopyTo(System.Array,System.Int32)
extern "C"  void Evidence_CopyTo_m872435527 (Evidence_t2008144148 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		V_0 = 0;
		ArrayList_t2718874744 * L_0 = __this->get_hostEvidenceList_1();
		if (!L_0)
		{
			goto IL_002d;
		}
	}
	{
		ArrayList_t2718874744 * L_1 = __this->get_hostEvidenceList_1();
		NullCheck(L_1);
		int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1);
		V_0 = L_2;
		int32_t L_3 = V_0;
		if ((((int32_t)L_3) <= ((int32_t)0)))
		{
			goto IL_002d;
		}
	}
	{
		ArrayList_t2718874744 * L_4 = __this->get_hostEvidenceList_1();
		RuntimeArray * L_5 = ___array0;
		int32_t L_6 = ___index1;
		NullCheck(L_4);
		VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_4, L_5, L_6);
	}

IL_002d:
	{
		ArrayList_t2718874744 * L_7 = __this->get_assemblyEvidenceList_2();
		if (!L_7)
		{
			goto IL_0058;
		}
	}
	{
		ArrayList_t2718874744 * L_8 = __this->get_assemblyEvidenceList_2();
		NullCheck(L_8);
		int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8);
		if ((((int32_t)L_9) <= ((int32_t)0)))
		{
			goto IL_0058;
		}
	}
	{
		ArrayList_t2718874744 * L_10 = __this->get_assemblyEvidenceList_2();
		RuntimeArray * L_11 = ___array0;
		int32_t L_12 = ___index1;
		int32_t L_13 = V_0;
		NullCheck(L_10);
		VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_10, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)));
	}

IL_0058:
	{
		return;
	}
}
// System.Boolean System.Security.Policy.Evidence::Equals(System.Object)
extern "C"  bool Evidence_Equals_m1478353107 (Evidence_t2008144148 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Evidence_Equals_m1478353107_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Evidence_t2008144148 * V_0 = NULL;
	int32_t V_1 = 0;
	bool V_2 = false;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	bool V_5 = false;
	int32_t V_6 = 0;
	{
		RuntimeObject * L_0 = ___obj0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return (bool)0;
	}

IL_0008:
	{
		RuntimeObject * L_1 = ___obj0;
		V_0 = ((Evidence_t2008144148 *)IsInstSealed((RuntimeObject*)L_1, Evidence_t2008144148_il2cpp_TypeInfo_var));
		Evidence_t2008144148 * L_2 = V_0;
		if (L_2)
		{
			goto IL_0017;
		}
	}
	{
		return (bool)0;
	}

IL_0017:
	{
		ArrayList_t2718874744 * L_3 = Evidence_get_HostEvidenceList_m2705108086(__this, /*hidden argument*/NULL);
		NullCheck(L_3);
		int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3);
		Evidence_t2008144148 * L_5 = V_0;
		NullCheck(L_5);
		ArrayList_t2718874744 * L_6 = Evidence_get_HostEvidenceList_m2705108086(L_5, /*hidden argument*/NULL);
		NullCheck(L_6);
		int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6);
		if ((((int32_t)L_4) == ((int32_t)L_7)))
		{
			goto IL_0034;
		}
	}
	{
		return (bool)0;
	}

IL_0034:
	{
		ArrayList_t2718874744 * L_8 = Evidence_get_AssemblyEvidenceList_m632963901(__this, /*hidden argument*/NULL);
		NullCheck(L_8);
		int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8);
		Evidence_t2008144148 * L_10 = V_0;
		NullCheck(L_10);
		ArrayList_t2718874744 * L_11 = Evidence_get_AssemblyEvidenceList_m632963901(L_10, /*hidden argument*/NULL);
		NullCheck(L_11);
		int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_11);
		if ((((int32_t)L_9) == ((int32_t)L_12)))
		{
			goto IL_0051;
		}
	}
	{
		return (bool)0;
	}

IL_0051:
	{
		V_1 = 0;
		goto IL_00ab;
	}

IL_0058:
	{
		V_2 = (bool)0;
		V_3 = 0;
		goto IL_008e;
	}

IL_0061:
	{
		ArrayList_t2718874744 * L_13 = __this->get_hostEvidenceList_1();
		int32_t L_14 = V_1;
		NullCheck(L_13);
		RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14);
		Evidence_t2008144148 * L_16 = V_0;
		NullCheck(L_16);
		ArrayList_t2718874744 * L_17 = L_16->get_hostEvidenceList_1();
		int32_t L_18 = V_3;
		NullCheck(L_17);
		RuntimeObject * L_19 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_17, L_18);
		NullCheck(L_15);
		bool L_20 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_15, L_19);
		if (!L_20)
		{
			goto IL_008a;
		}
	}
	{
		V_2 = (bool)1;
		goto IL_009f;
	}

IL_008a:
	{
		int32_t L_21 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
	}

IL_008e:
	{
		int32_t L_22 = V_3;
		Evidence_t2008144148 * L_23 = V_0;
		NullCheck(L_23);
		ArrayList_t2718874744 * L_24 = L_23->get_hostEvidenceList_1();
		NullCheck(L_24);
		int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24);
		if ((((int32_t)L_22) < ((int32_t)L_25)))
		{
			goto IL_0061;
		}
	}

IL_009f:
	{
		bool L_26 = V_2;
		if (L_26)
		{
			goto IL_00a7;
		}
	}
	{
		return (bool)0;
	}

IL_00a7:
	{
		int32_t L_27 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
	}

IL_00ab:
	{
		int32_t L_28 = V_1;
		ArrayList_t2718874744 * L_29 = __this->get_hostEvidenceList_1();
		NullCheck(L_29);
		int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29);
		if ((((int32_t)L_28) < ((int32_t)L_30)))
		{
			goto IL_0058;
		}
	}
	{
		V_4 = 0;
		goto IL_0122;
	}

IL_00c4:
	{
		V_5 = (bool)0;
		V_6 = 0;
		goto IL_0101;
	}

IL_00cf:
	{
		ArrayList_t2718874744 * L_31 = __this->get_assemblyEvidenceList_2();
		int32_t L_32 = V_4;
		NullCheck(L_31);
		RuntimeObject * L_33 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_31, L_32);
		Evidence_t2008144148 * L_34 = V_0;
		NullCheck(L_34);
		ArrayList_t2718874744 * L_35 = L_34->get_assemblyEvidenceList_2();
		int32_t L_36 = V_6;
		NullCheck(L_35);
		RuntimeObject * L_37 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_35, L_36);
		NullCheck(L_33);
		bool L_38 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_33, L_37);
		if (!L_38)
		{
			goto IL_00fb;
		}
	}
	{
		V_5 = (bool)1;
		goto IL_0113;
	}

IL_00fb:
	{
		int32_t L_39 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
	}

IL_0101:
	{
		int32_t L_40 = V_6;
		Evidence_t2008144148 * L_41 = V_0;
		NullCheck(L_41);
		ArrayList_t2718874744 * L_42 = L_41->get_assemblyEvidenceList_2();
		NullCheck(L_42);
		int32_t L_43 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_42);
		if ((((int32_t)L_40) < ((int32_t)L_43)))
		{
			goto IL_00cf;
		}
	}

IL_0113:
	{
		bool L_44 = V_5;
		if (L_44)
		{
			goto IL_011c;
		}
	}
	{
		return (bool)0;
	}

IL_011c:
	{
		int32_t L_45 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
	}

IL_0122:
	{
		int32_t L_46 = V_4;
		ArrayList_t2718874744 * L_47 = __this->get_assemblyEvidenceList_2();
		NullCheck(L_47);
		int32_t L_48 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_47);
		if ((((int32_t)L_46) < ((int32_t)L_48)))
		{
			goto IL_00c4;
		}
	}
	{
		return (bool)1;
	}
}
// System.Collections.IEnumerator System.Security.Policy.Evidence::GetEnumerator()
extern "C"  RuntimeObject* Evidence_GetEnumerator_m302914965 (Evidence_t2008144148 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Evidence_GetEnumerator_m302914965_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		V_0 = (RuntimeObject*)NULL;
		ArrayList_t2718874744 * L_0 = __this->get_hostEvidenceList_1();
		if (!L_0)
		{
			goto IL_0019;
		}
	}
	{
		ArrayList_t2718874744 * L_1 = __this->get_hostEvidenceList_1();
		NullCheck(L_1);
		RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1);
		V_0 = L_2;
	}

IL_0019:
	{
		V_1 = (RuntimeObject*)NULL;
		ArrayList_t2718874744 * L_3 = __this->get_assemblyEvidenceList_2();
		if (!L_3)
		{
			goto IL_0032;
		}
	}
	{
		ArrayList_t2718874744 * L_4 = __this->get_assemblyEvidenceList_2();
		NullCheck(L_4);
		RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4);
		V_1 = L_5;
	}

IL_0032:
	{
		RuntimeObject* L_6 = V_0;
		RuntimeObject* L_7 = V_1;
		EvidenceEnumerator_t1708166667 * L_8 = (EvidenceEnumerator_t1708166667 *)il2cpp_codegen_object_new(EvidenceEnumerator_t1708166667_il2cpp_TypeInfo_var);
		EvidenceEnumerator__ctor_m3211544433(L_8, L_6, L_7, /*hidden argument*/NULL);
		return L_8;
	}
}
// System.Int32 System.Security.Policy.Evidence::GetHashCode()
extern "C"  int32_t Evidence_GetHashCode_m2129946875 (Evidence_t2008144148 * __this, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		int32_t L_0 = __this->get__hashCode_3();
		if (L_0)
		{
			goto IL_0095;
		}
	}
	{
		ArrayList_t2718874744 * L_1 = __this->get_hostEvidenceList_1();
		if (!L_1)
		{
			goto IL_0050;
		}
	}
	{
		V_0 = 0;
		goto IL_003f;
	}

IL_001d:
	{
		int32_t L_2 = __this->get__hashCode_3();
		ArrayList_t2718874744 * L_3 = __this->get_hostEvidenceList_1();
		int32_t L_4 = V_0;
		NullCheck(L_3);
		RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4);
		NullCheck(L_5);
		int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
		__this->set__hashCode_3(((int32_t)((int32_t)L_2^(int32_t)L_6)));
		int32_t L_7 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
	}

IL_003f:
	{
		int32_t L_8 = V_0;
		ArrayList_t2718874744 * L_9 = __this->get_hostEvidenceList_1();
		NullCheck(L_9);
		int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9);
		if ((((int32_t)L_8) < ((int32_t)L_10)))
		{
			goto IL_001d;
		}
	}

IL_0050:
	{
		ArrayList_t2718874744 * L_11 = __this->get_assemblyEvidenceList_2();
		if (!L_11)
		{
			goto IL_0095;
		}
	}
	{
		V_1 = 0;
		goto IL_0084;
	}

IL_0062:
	{
		int32_t L_12 = __this->get__hashCode_3();
		ArrayList_t2718874744 * L_13 = __this->get_assemblyEvidenceList_2();
		int32_t L_14 = V_1;
		NullCheck(L_13);
		RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14);
		NullCheck(L_15);
		int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15);
		__this->set__hashCode_3(((int32_t)((int32_t)L_12^(int32_t)L_16)));
		int32_t L_17 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
	}

IL_0084:
	{
		int32_t L_18 = V_1;
		ArrayList_t2718874744 * L_19 = __this->get_assemblyEvidenceList_2();
		NullCheck(L_19);
		int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_19);
		if ((((int32_t)L_18) < ((int32_t)L_20)))
		{
			goto IL_0062;
		}
	}

IL_0095:
	{
		int32_t L_21 = __this->get__hashCode_3();
		return L_21;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Policy.Evidence/EvidenceEnumerator::.ctor(System.Collections.IEnumerator,System.Collections.IEnumerator)
extern "C"  void EvidenceEnumerator__ctor_m3211544433 (EvidenceEnumerator_t1708166667 * __this, RuntimeObject* ___hostenum0, RuntimeObject* ___assemblyenum1, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		RuntimeObject* L_0 = ___hostenum0;
		__this->set_hostEnum_1(L_0);
		RuntimeObject* L_1 = ___assemblyenum1;
		__this->set_assemblyEnum_2(L_1);
		RuntimeObject* L_2 = __this->get_hostEnum_1();
		__this->set_currentEnum_0(L_2);
		return;
	}
}
// System.Boolean System.Security.Policy.Evidence/EvidenceEnumerator::MoveNext()
extern "C"  bool EvidenceEnumerator_MoveNext_m183460296 (EvidenceEnumerator_t1708166667 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (EvidenceEnumerator_MoveNext_m183460296_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	{
		RuntimeObject* L_0 = __this->get_currentEnum_0();
		if (L_0)
		{
			goto IL_000d;
		}
	}
	{
		return (bool)0;
	}

IL_000d:
	{
		RuntimeObject* L_1 = __this->get_currentEnum_0();
		NullCheck(L_1);
		bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_1);
		V_0 = L_2;
		bool L_3 = V_0;
		if (L_3)
		{
			goto IL_0053;
		}
	}
	{
		RuntimeObject* L_4 = __this->get_hostEnum_1();
		RuntimeObject* L_5 = __this->get_currentEnum_0();
		if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)L_5))))
		{
			goto IL_0053;
		}
	}
	{
		RuntimeObject* L_6 = __this->get_assemblyEnum_2();
		if (!L_6)
		{
			goto IL_0053;
		}
	}
	{
		RuntimeObject* L_7 = __this->get_assemblyEnum_2();
		__this->set_currentEnum_0(L_7);
		RuntimeObject* L_8 = __this->get_assemblyEnum_2();
		NullCheck(L_8);
		bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8);
		V_0 = L_9;
	}

IL_0053:
	{
		bool L_10 = V_0;
		return L_10;
	}
}
// System.Void System.Security.Policy.Evidence/EvidenceEnumerator::Reset()
extern "C"  void EvidenceEnumerator_Reset_m2337577119 (EvidenceEnumerator_t1708166667 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (EvidenceEnumerator_Reset_m2337577119_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = __this->get_hostEnum_1();
		if (!L_0)
		{
			goto IL_0027;
		}
	}
	{
		RuntimeObject* L_1 = __this->get_hostEnum_1();
		NullCheck(L_1);
		InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_1);
		RuntimeObject* L_2 = __this->get_hostEnum_1();
		__this->set_currentEnum_0(L_2);
		goto IL_0033;
	}

IL_0027:
	{
		RuntimeObject* L_3 = __this->get_assemblyEnum_2();
		__this->set_currentEnum_0(L_3);
	}

IL_0033:
	{
		RuntimeObject* L_4 = __this->get_assemblyEnum_2();
		if (!L_4)
		{
			goto IL_0049;
		}
	}
	{
		RuntimeObject* L_5 = __this->get_assemblyEnum_2();
		NullCheck(L_5);
		InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5);
	}

IL_0049:
	{
		return;
	}
}
// System.Object System.Security.Policy.Evidence/EvidenceEnumerator::get_Current()
extern "C"  RuntimeObject * EvidenceEnumerator_get_Current_m1264365535 (EvidenceEnumerator_t1708166667 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (EvidenceEnumerator_get_Current_m1264365535_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = __this->get_currentEnum_0();
		NullCheck(L_0);
		RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0);
		return L_1;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Policy.Hash::.ctor()
extern "C"  void Hash__ctor_m1849242049 (Hash_t5925575 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.Policy.Hash::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C"  void Hash__ctor_m2891763106 (Hash_t5925575 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237  ___context1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Hash__ctor_m2891763106_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		SerializationInfo_t950877179 * L_0 = ___info0;
		RuntimeTypeHandle_t3027515415  L_1 = { reinterpret_cast<intptr_t> (ByteU5BU5D_t4116647657_0_0_0_var) };
		IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
		Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		NullCheck(L_0);
		RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral3013553869, L_2, /*hidden argument*/NULL);
		__this->set_data_1(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.String System.Security.Policy.Hash::ToString()
extern "C"  String_t* Hash_ToString_m1453919145 (Hash_t5925575 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Hash_ToString_m1453919145_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SecurityElement_t1046076091 * V_0 = NULL;
	StringBuilder_t * V_1 = NULL;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	int32_t V_3 = 0;
	{
		Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL);
		NullCheck(L_0);
		String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_0);
		SecurityElement_t1046076091 * L_2 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		SecurityElement__ctor_m6516005(L_2, L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		SecurityElement_t1046076091 * L_3 = V_0;
		NullCheck(L_3);
		SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL);
		StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL);
		V_1 = L_4;
		ByteU5BU5D_t4116647657* L_5 = Hash_GetData_m1957063775(__this, /*hidden argument*/NULL);
		V_2 = L_5;
		V_3 = 0;
		goto IL_0051;
	}

IL_0035:
	{
		StringBuilder_t * L_6 = V_1;
		ByteU5BU5D_t4116647657* L_7 = V_2;
		int32_t L_8 = V_3;
		NullCheck(L_7);
		String_t* L_9 = Byte_ToString_m3735479648(((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_8))), _stringLiteral3451435000, /*hidden argument*/NULL);
		NullCheck(L_6);
		StringBuilder_Append_m1965104174(L_6, L_9, /*hidden argument*/NULL);
		int32_t L_10 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
	}

IL_0051:
	{
		int32_t L_11 = V_3;
		ByteU5BU5D_t4116647657* L_12 = V_2;
		NullCheck(L_12);
		if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
		{
			goto IL_0035;
		}
	}
	{
		SecurityElement_t1046076091 * L_13 = V_0;
		StringBuilder_t * L_14 = V_1;
		NullCheck(L_14);
		String_t* L_15 = StringBuilder_ToString_m3317489284(L_14, /*hidden argument*/NULL);
		SecurityElement_t1046076091 * L_16 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		SecurityElement__ctor_m750466183(L_16, _stringLiteral3013553869, L_15, /*hidden argument*/NULL);
		NullCheck(L_13);
		SecurityElement_AddChild_m1606852781(L_13, L_16, /*hidden argument*/NULL);
		SecurityElement_t1046076091 * L_17 = V_0;
		NullCheck(L_17);
		String_t* L_18 = SecurityElement_ToString_m1918878627(L_17, /*hidden argument*/NULL);
		return L_18;
	}
}
// System.Byte[] System.Security.Policy.Hash::GetData()
extern "C"  ByteU5BU5D_t4116647657* Hash_GetData_m1957063775 (Hash_t5925575 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Hash_GetData_m1957063775_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	FileStream_t4292183065 * V_1 = NULL;
	{
		Assembly_t * L_0 = __this->get_assembly_0();
		if (L_0)
		{
			goto IL_0028;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_data_1();
		if (L_1)
		{
			goto IL_0028;
		}
	}
	{
		String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3109013795, /*hidden argument*/NULL);
		V_0 = L_2;
		String_t* L_3 = V_0;
		SecurityException_t975544473 * L_4 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var);
		SecurityException__ctor_m1631242336(L_4, L_3, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0028:
	{
		ByteU5BU5D_t4116647657* L_5 = __this->get_data_1();
		if (L_5)
		{
			goto IL_006d;
		}
	}
	{
		Assembly_t * L_6 = __this->get_assembly_0();
		NullCheck(L_6);
		String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_Location() */, L_6);
		FileStream_t4292183065 * L_8 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var);
		FileStream__ctor_m3135402178(L_8, L_7, 3, 1, /*hidden argument*/NULL);
		V_1 = L_8;
		FileStream_t4292183065 * L_9 = V_1;
		NullCheck(L_9);
		int64_t L_10 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 System.IO.FileStream::get_Length() */, L_9);
		if ((int64_t)(L_10) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		__this->set_data_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)L_10)))));
		FileStream_t4292183065 * L_11 = V_1;
		ByteU5BU5D_t4116647657* L_12 = __this->get_data_1();
		FileStream_t4292183065 * L_13 = V_1;
		NullCheck(L_13);
		int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 System.IO.FileStream::get_Length() */, L_13);
		NullCheck(L_11);
		VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(14 /* System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, 0, (((int32_t)((int32_t)L_14))));
	}

IL_006d:
	{
		ByteU5BU5D_t4116647657* L_15 = __this->get_data_1();
		return L_15;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Security.Policy.StrongName::get_Name()
extern "C"  String_t* StrongName_get_Name_m1932850490 (StrongName_t3675724614 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get_name_1();
		return L_0;
	}
}
// System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongName::get_PublicKey()
extern "C"  StrongNamePublicKeyBlob_t3355146440 * StrongName_get_PublicKey_m46076020 (StrongName_t3675724614 * __this, const RuntimeMethod* method)
{
	{
		StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_publickey_0();
		return L_0;
	}
}
// System.Version System.Security.Policy.StrongName::get_Version()
extern "C"  Version_t3456873960 * StrongName_get_Version_m4243032012 (StrongName_t3675724614 * __this, const RuntimeMethod* method)
{
	{
		Version_t3456873960 * L_0 = __this->get_version_2();
		return L_0;
	}
}
// System.Boolean System.Security.Policy.StrongName::Equals(System.Object)
extern "C"  bool StrongName_Equals_m384811149 (StrongName_t3675724614 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StrongName_Equals_m384811149_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StrongName_t3675724614 * V_0 = NULL;
	{
		RuntimeObject * L_0 = ___o0;
		V_0 = ((StrongName_t3675724614 *)IsInstSealed((RuntimeObject*)L_0, StrongName_t3675724614_il2cpp_TypeInfo_var));
		StrongName_t3675724614 * L_1 = V_0;
		if (L_1)
		{
			goto IL_000f;
		}
	}
	{
		return (bool)0;
	}

IL_000f:
	{
		String_t* L_2 = __this->get_name_1();
		StrongName_t3675724614 * L_3 = V_0;
		NullCheck(L_3);
		String_t* L_4 = StrongName_get_Name_m1932850490(L_3, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0027;
		}
	}
	{
		return (bool)0;
	}

IL_0027:
	{
		Version_t3456873960 * L_6 = StrongName_get_Version_m4243032012(__this, /*hidden argument*/NULL);
		StrongName_t3675724614 * L_7 = V_0;
		NullCheck(L_7);
		Version_t3456873960 * L_8 = StrongName_get_Version_m4243032012(L_7, /*hidden argument*/NULL);
		NullCheck(L_6);
		bool L_9 = Version_Equals_m1564427710(L_6, L_8, /*hidden argument*/NULL);
		if (L_9)
		{
			goto IL_003f;
		}
	}
	{
		return (bool)0;
	}

IL_003f:
	{
		StrongNamePublicKeyBlob_t3355146440 * L_10 = StrongName_get_PublicKey_m46076020(__this, /*hidden argument*/NULL);
		StrongName_t3675724614 * L_11 = V_0;
		NullCheck(L_11);
		StrongNamePublicKeyBlob_t3355146440 * L_12 = StrongName_get_PublicKey_m46076020(L_11, /*hidden argument*/NULL);
		NullCheck(L_10);
		bool L_13 = StrongNamePublicKeyBlob_Equals_m3655422942(L_10, L_12, /*hidden argument*/NULL);
		return L_13;
	}
}
// System.Int32 System.Security.Policy.StrongName::GetHashCode()
extern "C"  int32_t StrongName_GetHashCode_m4255451393 (StrongName_t3675724614 * __this, const RuntimeMethod* method)
{
	{
		StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_publickey_0();
		NullCheck(L_0);
		int32_t L_1 = StrongNamePublicKeyBlob_GetHashCode_m1678068698(L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.String System.Security.Policy.StrongName::ToString()
extern "C"  String_t* StrongName_ToString_m3130222752 (StrongName_t3675724614 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StrongName_ToString_m3130222752_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SecurityElement_t1046076091 * V_0 = NULL;
	{
		RuntimeTypeHandle_t3027515415  L_0 = { reinterpret_cast<intptr_t> (StrongName_t3675724614_0_0_0_var) };
		IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
		Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		NullCheck(L_1);
		String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1);
		SecurityElement_t1046076091 * L_3 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		SecurityElement__ctor_m6516005(L_3, L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		SecurityElement_t1046076091 * L_4 = V_0;
		NullCheck(L_4);
		SecurityElement_AddAttribute_m311510562(L_4, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL);
		SecurityElement_t1046076091 * L_5 = V_0;
		StrongNamePublicKeyBlob_t3355146440 * L_6 = __this->get_publickey_0();
		NullCheck(L_6);
		String_t* L_7 = StrongNamePublicKeyBlob_ToString_m724833278(L_6, /*hidden argument*/NULL);
		NullCheck(L_5);
		SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral2600272002, L_7, /*hidden argument*/NULL);
		SecurityElement_t1046076091 * L_8 = V_0;
		String_t* L_9 = __this->get_name_1();
		NullCheck(L_8);
		SecurityElement_AddAttribute_m311510562(L_8, _stringLiteral62725275, L_9, /*hidden argument*/NULL);
		SecurityElement_t1046076091 * L_10 = V_0;
		Version_t3456873960 * L_11 = __this->get_version_2();
		NullCheck(L_11);
		String_t* L_12 = Version_ToString_m2279867705(L_11, /*hidden argument*/NULL);
		NullCheck(L_10);
		SecurityElement_AddAttribute_m311510562(L_10, _stringLiteral1902402919, L_12, /*hidden argument*/NULL);
		SecurityElement_t1046076091 * L_13 = V_0;
		NullCheck(L_13);
		String_t* L_14 = SecurityElement_ToString_m1918878627(L_13, /*hidden argument*/NULL);
		return L_14;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Principal.WindowsIdentity::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C"  void WindowsIdentity__ctor_m3086466707 (WindowsIdentity_t2948242406 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237  ___context1, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		SerializationInfo_t950877179 * L_0 = ___info0;
		__this->set__info_5(L_0);
		return;
	}
}
// System.Void System.Security.Principal.WindowsIdentity::.cctor()
extern "C"  void WindowsIdentity__cctor_m1315799505 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (WindowsIdentity__cctor_m1315799505_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		((WindowsIdentity_t2948242406_StaticFields*)il2cpp_codegen_static_fields_for(WindowsIdentity_t2948242406_il2cpp_TypeInfo_var))->set_invalidWindows_6((intptr_t)(0));
		return;
	}
}
// System.Void System.Security.Principal.WindowsIdentity::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
extern "C"  void WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631 (WindowsIdentity_t2948242406 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		SerializationInfo_t950877179 * L_0 = __this->get__info_5();
		RuntimeTypeHandle_t3027515415  L_1 = { reinterpret_cast<intptr_t> (IntPtr_t_0_0_0_var) };
		IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
		Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		NullCheck(L_0);
		RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral2173289356, L_2, /*hidden argument*/NULL);
		__this->set__token_0(((*(intptr_t*)((intptr_t*)UnBox(L_3, IntPtr_t_il2cpp_TypeInfo_var)))));
		SerializationInfo_t950877179 * L_4 = __this->get__info_5();
		NullCheck(L_4);
		String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral2476493498, /*hidden argument*/NULL);
		__this->set__name_4(L_5);
		String_t* L_6 = __this->get__name_4();
		if (!L_6)
		{
			goto IL_0073;
		}
	}
	{
		intptr_t L_7 = __this->get__token_0();
		IL2CPP_RUNTIME_CLASS_INIT(WindowsIdentity_t2948242406_il2cpp_TypeInfo_var);
		String_t* L_8 = WindowsIdentity_GetTokenName_m2370798233(NULL /*static, unused*/, L_7, /*hidden argument*/NULL);
		V_0 = L_8;
		String_t* L_9 = V_0;
		String_t* L_10 = __this->get__name_4();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL);
		if (!L_11)
		{
			goto IL_006e;
		}
	}
	{
		SerializationException_t3941511869 * L_12 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var);
		SerializationException__ctor_m3862484944(L_12, _stringLiteral545154609, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_006e:
	{
		goto IL_00af;
	}

IL_0073:
	{
		intptr_t L_13 = __this->get__token_0();
		IL2CPP_RUNTIME_CLASS_INIT(WindowsIdentity_t2948242406_il2cpp_TypeInfo_var);
		String_t* L_14 = WindowsIdentity_GetTokenName_m2370798233(NULL /*static, unused*/, L_13, /*hidden argument*/NULL);
		__this->set__name_4(L_14);
		String_t* L_15 = __this->get__name_4();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL);
		if (L_17)
		{
			goto IL_00a4;
		}
	}
	{
		String_t* L_18 = __this->get__name_4();
		if (L_18)
		{
			goto IL_00af;
		}
	}

IL_00a4:
	{
		SerializationException_t3941511869 * L_19 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var);
		SerializationException__ctor_m3862484944(L_19, _stringLiteral3642020180, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_19);
	}

IL_00af:
	{
		SerializationInfo_t950877179 * L_20 = __this->get__info_5();
		NullCheck(L_20);
		String_t* L_21 = SerializationInfo_GetString_m3155282843(L_20, _stringLiteral1250540719, /*hidden argument*/NULL);
		__this->set__type_1(L_21);
		SerializationInfo_t950877179 * L_22 = __this->get__info_5();
		RuntimeTypeHandle_t3027515415  L_23 = { reinterpret_cast<intptr_t> (WindowsAccountType_t2283000883_0_0_0_var) };
		IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
		Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL);
		NullCheck(L_22);
		RuntimeObject * L_25 = SerializationInfo_GetValue_m42271953(L_22, _stringLiteral2947647849, L_24, /*hidden argument*/NULL);
		__this->set__account_2(((*(int32_t*)((int32_t*)UnBox(L_25, Int32_t2950945753_il2cpp_TypeInfo_var)))));
		SerializationInfo_t950877179 * L_26 = __this->get__info_5();
		NullCheck(L_26);
		bool L_27 = SerializationInfo_GetBoolean_m1756153320(L_26, _stringLiteral3445209980, /*hidden argument*/NULL);
		__this->set__authenticated_3(L_27);
		return;
	}
}
// System.Void System.Security.Principal.WindowsIdentity::Dispose()
extern "C"  void WindowsIdentity_Dispose_m3466258450 (WindowsIdentity_t2948242406 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (WindowsIdentity_Dispose_m3466258450_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		__this->set__token_0((intptr_t)(0));
		return;
	}
}
// System.IntPtr System.Security.Principal.WindowsIdentity::GetCurrentToken()
extern "C"  intptr_t WindowsIdentity_GetCurrentToken_m841791956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	typedef intptr_t (*WindowsIdentity_GetCurrentToken_m841791956_ftn) ();
	using namespace il2cpp::icalls;
	return  ((WindowsIdentity_GetCurrentToken_m841791956_ftn)mscorlib::System::Security::Principal::WindowsIdentity::GetCurrentToken) ();
}
// System.String System.Security.Principal.WindowsIdentity::GetTokenName(System.IntPtr)
extern "C"  String_t* WindowsIdentity_GetTokenName_m2370798233 (RuntimeObject * __this /* static, unused */, intptr_t ___token0, const RuntimeMethod* method)
{
	typedef String_t* (*WindowsIdentity_GetTokenName_m2370798233_ftn) (intptr_t);
	using namespace il2cpp::icalls;
	return  ((WindowsIdentity_GetTokenName_m2370798233_ftn)mscorlib::System::Security::Principal::WindowsIdentity::GetTokenName) (___token0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.SecurityContext::.ctor()
extern "C"  void SecurityContext__ctor_m3125602325 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.SecurityContext::.ctor(System.Security.SecurityContext)
extern "C"  void SecurityContext__ctor_m1730177197 (SecurityContext_t2435442044 * __this, SecurityContext_t2435442044 * ___sc0, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		__this->set__capture_0((bool)1);
		SecurityContext_t2435442044 * L_0 = ___sc0;
		NullCheck(L_0);
		intptr_t L_1 = L_0->get__winid_1();
		__this->set__winid_1(L_1);
		SecurityContext_t2435442044 * L_2 = ___sc0;
		NullCheck(L_2);
		CompressedStack_t1202932761 * L_3 = L_2->get__stack_2();
		if (!L_3)
		{
			goto IL_0035;
		}
	}
	{
		SecurityContext_t2435442044 * L_4 = ___sc0;
		NullCheck(L_4);
		CompressedStack_t1202932761 * L_5 = L_4->get__stack_2();
		NullCheck(L_5);
		CompressedStack_t1202932761 * L_6 = CompressedStack_CreateCopy_m2591279216(L_5, /*hidden argument*/NULL);
		__this->set__stack_2(L_6);
	}

IL_0035:
	{
		return;
	}
}
// System.Security.SecurityContext System.Security.SecurityContext::Capture()
extern "C"  SecurityContext_t2435442044 * SecurityContext_Capture_m1047743382 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityContext_Capture_m1047743382_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SecurityContext_t2435442044 * V_0 = NULL;
	SecurityContext_t2435442044 * V_1 = NULL;
	{
		IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var);
		Thread_t2300836069 * L_0 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_0);
		ExecutionContext_t1748372627 * L_1 = Thread_get_ExecutionContext_m1861734668(L_0, /*hidden argument*/NULL);
		NullCheck(L_1);
		SecurityContext_t2435442044 * L_2 = ExecutionContext_get_SecurityContext_m1232420339(L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		SecurityContext_t2435442044 * L_3 = V_0;
		NullCheck(L_3);
		bool L_4 = SecurityContext_get_FlowSuppressed_m1627541854(L_3, /*hidden argument*/NULL);
		if (!L_4)
		{
			goto IL_001d;
		}
	}
	{
		return (SecurityContext_t2435442044 *)NULL;
	}

IL_001d:
	{
		SecurityContext_t2435442044 * L_5 = (SecurityContext_t2435442044 *)il2cpp_codegen_object_new(SecurityContext_t2435442044_il2cpp_TypeInfo_var);
		SecurityContext__ctor_m3125602325(L_5, /*hidden argument*/NULL);
		V_1 = L_5;
		SecurityContext_t2435442044 * L_6 = V_1;
		NullCheck(L_6);
		L_6->set__capture_0((bool)1);
		SecurityContext_t2435442044 * L_7 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(WindowsIdentity_t2948242406_il2cpp_TypeInfo_var);
		intptr_t L_8 = WindowsIdentity_GetCurrentToken_m841791956(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_7);
		L_7->set__winid_1(L_8);
		SecurityContext_t2435442044 * L_9 = V_1;
		CompressedStack_t1202932761 * L_10 = CompressedStack_Capture_m3327262890(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_9);
		L_9->set__stack_2(L_10);
		SecurityContext_t2435442044 * L_11 = V_1;
		return L_11;
	}
}
// System.Boolean System.Security.SecurityContext::get_FlowSuppressed()
extern "C"  bool SecurityContext_get_FlowSuppressed_m1627541854 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method)
{
	{
		bool L_0 = __this->get__suppressFlow_3();
		return L_0;
	}
}
// System.Threading.CompressedStack System.Security.SecurityContext::get_CompressedStack()
extern "C"  CompressedStack_t1202932761 * SecurityContext_get_CompressedStack_m3401528670 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method)
{
	{
		CompressedStack_t1202932761 * L_0 = __this->get__stack_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.Security.SecurityCriticalAttribute::.ctor()
extern "C"  void SecurityCriticalAttribute__ctor_m2491468454 (SecurityCriticalAttribute_t2279322844 * __this, const RuntimeMethod* method)
{
	{
		Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL);
		__this->set__scope_0(0);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.SecurityElement::.ctor(System.String)
extern "C"  void SecurityElement__ctor_m6516005 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___tag0;
		SecurityElement__ctor_m750466183(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.SecurityElement::.ctor(System.String,System.String)
extern "C"  void SecurityElement__ctor_m750466183 (SecurityElement_t1046076091 * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement__ctor_m750466183_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		String_t* L_0 = ___tag0;
		if (L_0)
		{
			goto IL_0017;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2862656147, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		String_t* L_2 = ___tag0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		bool L_3 = SecurityElement_IsValidTag_m1803475254(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		if (L_3)
		{
			goto IL_003d;
		}
	}
	{
		String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2522743314, /*hidden argument*/NULL);
		String_t* L_5 = ___tag0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3450517398, L_5, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_003d:
	{
		String_t* L_8 = ___tag0;
		__this->set_tag_1(L_8);
		String_t* L_9 = ___text1;
		SecurityElement_set_Text_m3975773934(__this, L_9, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.SecurityElement::.cctor()
extern "C"  void SecurityElement__cctor_m3326869319 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement__cctor_m3326869319_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)32));
		CharU5BU5D_t3528271667* L_1 = L_0;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)60));
		CharU5BU5D_t3528271667* L_2 = L_1;
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)((int32_t)62));
		((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_tag_chars_4(L_2);
		CharU5BU5D_t3528271667* L_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2));
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)60));
		CharU5BU5D_t3528271667* L_4 = L_3;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)62));
		((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_text_chars_5(L_4);
		CharU5BU5D_t3528271667* L_5 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_5);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)32));
		CharU5BU5D_t3528271667* L_6 = L_5;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)60));
		CharU5BU5D_t3528271667* L_7 = L_6;
		NullCheck(L_7);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)((int32_t)62));
		((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_attr_name_chars_6(L_7);
		CharU5BU5D_t3528271667* L_8 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_8);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)34));
		CharU5BU5D_t3528271667* L_9 = L_8;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)60));
		CharU5BU5D_t3528271667* L_10 = L_9;
		NullCheck(L_10);
		(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)((int32_t)62));
		((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_attr_value_chars_7(L_10);
		CharU5BU5D_t3528271667* L_11 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)5));
		RuntimeFieldHandle_t1871169219  L_12 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D60_48_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL);
		((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_chars_8(L_11);
		return;
	}
}
// System.Collections.ArrayList System.Security.SecurityElement::get_Children()
extern "C"  ArrayList_t2718874744 * SecurityElement_get_Children_m1231540612 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method)
{
	{
		ArrayList_t2718874744 * L_0 = __this->get_children_3();
		return L_0;
	}
}
// System.String System.Security.SecurityElement::get_Tag()
extern "C"  String_t* SecurityElement_get_Tag_m2258014803 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get_tag_1();
		return L_0;
	}
}
// System.Void System.Security.SecurityElement::set_Text(System.String)
extern "C"  void SecurityElement_set_Text_m3975773934 (SecurityElement_t1046076091 * __this, String_t* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_set_Text_m3975773934_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___value0;
		if (!L_0)
		{
			goto IL_002c;
		}
	}
	{
		String_t* L_1 = ___value0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		bool L_2 = SecurityElement_IsValidText_m1346599242(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_002c;
		}
	}
	{
		String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2522743314, /*hidden argument*/NULL);
		String_t* L_4 = ___value0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_5 = String_Concat_m3755062657(NULL /*static, unused*/, L_3, _stringLiteral3450517398, L_4, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_002c:
	{
		String_t* L_7 = ___value0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		String_t* L_8 = SecurityElement_Unescape_m327386968(NULL /*static, unused*/, L_7, /*hidden argument*/NULL);
		__this->set_text_0(L_8);
		return;
	}
}
// System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String)
extern "C"  void SecurityElement_AddAttribute_m311510562 (SecurityElement_t1046076091 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_AddAttribute_m311510562_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___name0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		String_t* L_2 = ___value1;
		if (L_2)
		{
			goto IL_0022;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0022:
	{
		String_t* L_4 = ___name0;
		SecurityAttribute_t3566489056 * L_5 = SecurityElement_GetAttribute_m3347489583(__this, L_4, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0044;
		}
	}
	{
		String_t* L_6 = ___name0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4136252437, L_6, /*hidden argument*/NULL);
		String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, L_7, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_9, L_8, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0044:
	{
		ArrayList_t2718874744 * L_10 = __this->get_attributes_2();
		if (L_10)
		{
			goto IL_005a;
		}
	}
	{
		ArrayList_t2718874744 * L_11 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_11, /*hidden argument*/NULL);
		__this->set_attributes_2(L_11);
	}

IL_005a:
	{
		ArrayList_t2718874744 * L_12 = __this->get_attributes_2();
		String_t* L_13 = ___name0;
		String_t* L_14 = ___value1;
		SecurityAttribute_t3566489056 * L_15 = (SecurityAttribute_t3566489056 *)il2cpp_codegen_object_new(SecurityAttribute_t3566489056_il2cpp_TypeInfo_var);
		SecurityAttribute__ctor_m1429827508(L_15, L_13, L_14, /*hidden argument*/NULL);
		NullCheck(L_12);
		VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_15);
		return;
	}
}
// System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement)
extern "C"  void SecurityElement_AddChild_m1606852781 (SecurityElement_t1046076091 * __this, SecurityElement_t1046076091 * ___child0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_AddChild_m1606852781_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SecurityElement_t1046076091 * L_0 = ___child0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral430703268, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ArrayList_t2718874744 * L_2 = __this->get_children_3();
		if (L_2)
		{
			goto IL_0027;
		}
	}
	{
		ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL);
		__this->set_children_3(L_3);
	}

IL_0027:
	{
		ArrayList_t2718874744 * L_4 = __this->get_children_3();
		SecurityElement_t1046076091 * L_5 = ___child0;
		NullCheck(L_4);
		VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5);
		return;
	}
}
// System.String System.Security.SecurityElement::Escape(System.String)
extern "C"  String_t* SecurityElement_Escape_m1342311983 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_Escape_m1342311983_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	Il2CppChar V_3 = 0x0;
	Il2CppChar V_4 = 0x0;
	{
		String_t* L_0 = ___str0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return (String_t*)NULL;
	}

IL_0008:
	{
		String_t* L_1 = ___str0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_chars_8();
		NullCheck(L_1);
		int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_4 = ___str0;
		return L_4;
	}

IL_001b:
	{
		StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_5, /*hidden argument*/NULL);
		V_0 = L_5;
		String_t* L_6 = ___str0;
		NullCheck(L_6);
		int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL);
		V_1 = L_7;
		V_2 = 0;
		goto IL_00dd;
	}

IL_002f:
	{
		String_t* L_8 = ___str0;
		int32_t L_9 = V_2;
		NullCheck(L_8);
		Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL);
		V_3 = L_10;
		Il2CppChar L_11 = V_3;
		V_4 = L_11;
		Il2CppChar L_12 = V_4;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)34))))
		{
			case 0:
			{
				goto IL_0099;
			}
			case 1:
			{
				goto IL_005c;
			}
			case 2:
			{
				goto IL_005c;
			}
			case 3:
			{
				goto IL_005c;
			}
			case 4:
			{
				goto IL_00bb;
			}
			case 5:
			{
				goto IL_00aa;
			}
		}
	}

IL_005c:
	{
		Il2CppChar L_13 = V_4;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)60))))
		{
			case 0:
			{
				goto IL_0077;
			}
			case 1:
			{
				goto IL_00cc;
			}
			case 2:
			{
				goto IL_0088;
			}
		}
	}
	{
		goto IL_00cc;
	}

IL_0077:
	{
		StringBuilder_t * L_14 = V_0;
		NullCheck(L_14);
		StringBuilder_Append_m1965104174(L_14, _stringLiteral2598437568, /*hidden argument*/NULL);
		goto IL_00d9;
	}

IL_0088:
	{
		StringBuilder_t * L_15 = V_0;
		NullCheck(L_15);
		StringBuilder_Append_m1965104174(L_15, _stringLiteral2597716672, /*hidden argument*/NULL);
		goto IL_00d9;
	}

IL_0099:
	{
		StringBuilder_t * L_16 = V_0;
		NullCheck(L_16);
		StringBuilder_Append_m1965104174(L_16, _stringLiteral3987679165, /*hidden argument*/NULL);
		goto IL_00d9;
	}

IL_00aa:
	{
		StringBuilder_t * L_17 = V_0;
		NullCheck(L_17);
		StringBuilder_Append_m1965104174(L_17, _stringLiteral3195658423, /*hidden argument*/NULL);
		goto IL_00d9;
	}

IL_00bb:
	{
		StringBuilder_t * L_18 = V_0;
		NullCheck(L_18);
		StringBuilder_Append_m1965104174(L_18, _stringLiteral735890526, /*hidden argument*/NULL);
		goto IL_00d9;
	}

IL_00cc:
	{
		StringBuilder_t * L_19 = V_0;
		Il2CppChar L_20 = V_3;
		NullCheck(L_19);
		StringBuilder_Append_m2383614642(L_19, L_20, /*hidden argument*/NULL);
		goto IL_00d9;
	}

IL_00d9:
	{
		int32_t L_21 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
	}

IL_00dd:
	{
		int32_t L_22 = V_2;
		int32_t L_23 = V_1;
		if ((((int32_t)L_22) < ((int32_t)L_23)))
		{
			goto IL_002f;
		}
	}
	{
		StringBuilder_t * L_24 = V_0;
		NullCheck(L_24);
		String_t* L_25 = StringBuilder_ToString_m3317489284(L_24, /*hidden argument*/NULL);
		return L_25;
	}
}
// System.String System.Security.SecurityElement::Unescape(System.String)
extern "C"  String_t* SecurityElement_Unescape_m327386968 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_Unescape_m327386968_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	{
		String_t* L_0 = ___str0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return (String_t*)NULL;
	}

IL_0008:
	{
		String_t* L_1 = ___str0;
		StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m2989139009(L_2, L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		StringBuilder_t * L_3 = V_0;
		NullCheck(L_3);
		StringBuilder_Replace_m1968561789(L_3, _stringLiteral2598437568, _stringLiteral3452614548, /*hidden argument*/NULL);
		StringBuilder_t * L_4 = V_0;
		NullCheck(L_4);
		StringBuilder_Replace_m1968561789(L_4, _stringLiteral2597716672, _stringLiteral3452614546, /*hidden argument*/NULL);
		StringBuilder_t * L_5 = V_0;
		NullCheck(L_5);
		StringBuilder_Replace_m1968561789(L_5, _stringLiteral735890526, _stringLiteral3452614522, /*hidden argument*/NULL);
		StringBuilder_t * L_6 = V_0;
		NullCheck(L_6);
		StringBuilder_Replace_m1968561789(L_6, _stringLiteral3987679165, _stringLiteral3452614526, /*hidden argument*/NULL);
		StringBuilder_t * L_7 = V_0;
		NullCheck(L_7);
		StringBuilder_Replace_m1968561789(L_7, _stringLiteral3195658423, _stringLiteral3452614521, /*hidden argument*/NULL);
		StringBuilder_t * L_8 = V_0;
		NullCheck(L_8);
		String_t* L_9 = StringBuilder_ToString_m3317489284(L_8, /*hidden argument*/NULL);
		return L_9;
	}
}
// System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String)
extern "C"  bool SecurityElement_IsValidAttributeName_m713904709 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_IsValidAttributeName_m713904709_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	{
		String_t* L_0 = ___name0;
		if (!L_0)
		{
			goto IL_0016;
		}
	}
	{
		String_t* L_1 = ___name0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_attr_name_chars_6();
		NullCheck(L_1);
		int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL);
		G_B3_0 = ((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
		goto IL_0017;
	}

IL_0016:
	{
		G_B3_0 = 0;
	}

IL_0017:
	{
		return (bool)G_B3_0;
	}
}
// System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String)
extern "C"  bool SecurityElement_IsValidAttributeValue_m948345692 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_IsValidAttributeValue_m948345692_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	{
		String_t* L_0 = ___value0;
		if (!L_0)
		{
			goto IL_0016;
		}
	}
	{
		String_t* L_1 = ___value0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_attr_value_chars_7();
		NullCheck(L_1);
		int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL);
		G_B3_0 = ((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
		goto IL_0017;
	}

IL_0016:
	{
		G_B3_0 = 0;
	}

IL_0017:
	{
		return (bool)G_B3_0;
	}
}
// System.Boolean System.Security.SecurityElement::IsValidTag(System.String)
extern "C"  bool SecurityElement_IsValidTag_m1803475254 (RuntimeObject * __this /* static, unused */, String_t* ___tag0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_IsValidTag_m1803475254_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	{
		String_t* L_0 = ___tag0;
		if (!L_0)
		{
			goto IL_0016;
		}
	}
	{
		String_t* L_1 = ___tag0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_tag_chars_4();
		NullCheck(L_1);
		int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL);
		G_B3_0 = ((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
		goto IL_0017;
	}

IL_0016:
	{
		G_B3_0 = 0;
	}

IL_0017:
	{
		return (bool)G_B3_0;
	}
}
// System.Boolean System.Security.SecurityElement::IsValidText(System.String)
extern "C"  bool SecurityElement_IsValidText_m1346599242 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_IsValidText_m1346599242_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	{
		String_t* L_0 = ___text0;
		if (!L_0)
		{
			goto IL_0016;
		}
	}
	{
		String_t* L_1 = ___text0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_text_chars_5();
		NullCheck(L_1);
		int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL);
		G_B3_0 = ((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
		goto IL_0017;
	}

IL_0016:
	{
		G_B3_0 = 0;
	}

IL_0017:
	{
		return (bool)G_B3_0;
	}
}
// System.Security.SecurityElement System.Security.SecurityElement::SearchForChildByTag(System.String)
extern "C"  SecurityElement_t1046076091 * SecurityElement_SearchForChildByTag_m900466299 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_SearchForChildByTag_m900466299_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	SecurityElement_t1046076091 * V_1 = NULL;
	{
		String_t* L_0 = ___tag0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2862656147, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ArrayList_t2718874744 * L_2 = __this->get_children_3();
		if (L_2)
		{
			goto IL_001e;
		}
	}
	{
		return (SecurityElement_t1046076091 *)NULL;
	}

IL_001e:
	{
		V_0 = 0;
		goto IL_004e;
	}

IL_0025:
	{
		ArrayList_t2718874744 * L_3 = __this->get_children_3();
		int32_t L_4 = V_0;
		NullCheck(L_3);
		RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4);
		V_1 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_5, SecurityElement_t1046076091_il2cpp_TypeInfo_var));
		SecurityElement_t1046076091 * L_6 = V_1;
		NullCheck(L_6);
		String_t* L_7 = L_6->get_tag_1();
		String_t* L_8 = ___tag0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL);
		if (!L_9)
		{
			goto IL_004a;
		}
	}
	{
		SecurityElement_t1046076091 * L_10 = V_1;
		return L_10;
	}

IL_004a:
	{
		int32_t L_11 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
	}

IL_004e:
	{
		int32_t L_12 = V_0;
		ArrayList_t2718874744 * L_13 = __this->get_children_3();
		NullCheck(L_13);
		int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13);
		if ((((int32_t)L_12) < ((int32_t)L_14)))
		{
			goto IL_0025;
		}
	}
	{
		return (SecurityElement_t1046076091 *)NULL;
	}
}
// System.String System.Security.SecurityElement::ToString()
extern "C"  String_t* SecurityElement_ToString_m1918878627 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_ToString_m1918878627_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	{
		StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL);
		V_0 = L_0;
		SecurityElement_ToXml_m3664345083(__this, (&V_0), 0, /*hidden argument*/NULL);
		StringBuilder_t * L_1 = V_0;
		NullCheck(L_1);
		String_t* L_2 = StringBuilder_ToString_m3317489284(L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32)
extern "C"  void SecurityElement_ToXml_m3664345083 (SecurityElement_t1046076091 * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_ToXml_m3664345083_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	SecurityAttribute_t3566489056 * V_1 = NULL;
	SecurityElement_t1046076091 * V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		StringBuilder_t ** L_0 = ___s0;
		NullCheck((*((StringBuilder_t **)L_0)));
		StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_0)), _stringLiteral3452614548, /*hidden argument*/NULL);
		StringBuilder_t ** L_1 = ___s0;
		String_t* L_2 = __this->get_tag_1();
		NullCheck((*((StringBuilder_t **)L_1)));
		StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_1)), L_2, /*hidden argument*/NULL);
		ArrayList_t2718874744 * L_3 = __this->get_attributes_2();
		if (!L_3)
		{
			goto IL_00b3;
		}
	}
	{
		StringBuilder_t ** L_4 = ___s0;
		NullCheck((*((StringBuilder_t **)L_4)));
		StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_4)), _stringLiteral3452614528, /*hidden argument*/NULL);
		V_0 = 0;
		goto IL_00a2;
	}

IL_003a:
	{
		ArrayList_t2718874744 * L_5 = __this->get_attributes_2();
		int32_t L_6 = V_0;
		NullCheck(L_5);
		RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6);
		V_1 = ((SecurityAttribute_t3566489056 *)CastclassClass((RuntimeObject*)L_7, SecurityAttribute_t3566489056_il2cpp_TypeInfo_var));
		StringBuilder_t ** L_8 = ___s0;
		SecurityAttribute_t3566489056 * L_9 = V_1;
		NullCheck(L_9);
		String_t* L_10 = SecurityAttribute_get_Name_m2543977264(L_9, /*hidden argument*/NULL);
		NullCheck((*((StringBuilder_t **)L_8)));
		StringBuilder_t * L_11 = StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_8)), L_10, /*hidden argument*/NULL);
		NullCheck(L_11);
		StringBuilder_t * L_12 = StringBuilder_Append_m1965104174(L_11, _stringLiteral3450386323, /*hidden argument*/NULL);
		SecurityAttribute_t3566489056 * L_13 = V_1;
		NullCheck(L_13);
		String_t* L_14 = SecurityAttribute_get_Value_m2111064489(L_13, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		String_t* L_15 = SecurityElement_Escape_m1342311983(NULL /*static, unused*/, L_14, /*hidden argument*/NULL);
		NullCheck(L_12);
		StringBuilder_t * L_16 = StringBuilder_Append_m1965104174(L_12, L_15, /*hidden argument*/NULL);
		NullCheck(L_16);
		StringBuilder_Append_m1965104174(L_16, _stringLiteral3452614526, /*hidden argument*/NULL);
		int32_t L_17 = V_0;
		ArrayList_t2718874744 * L_18 = __this->get_attributes_2();
		NullCheck(L_18);
		int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_18);
		if ((((int32_t)L_17) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)))))
		{
			goto IL_009e;
		}
	}
	{
		StringBuilder_t ** L_20 = ___s0;
		String_t* L_21 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck((*((StringBuilder_t **)L_20)));
		StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_20)), L_21, /*hidden argument*/NULL);
	}

IL_009e:
	{
		int32_t L_22 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
	}

IL_00a2:
	{
		int32_t L_23 = V_0;
		ArrayList_t2718874744 * L_24 = __this->get_attributes_2();
		NullCheck(L_24);
		int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24);
		if ((((int32_t)L_23) < ((int32_t)L_25)))
		{
			goto IL_003a;
		}
	}

IL_00b3:
	{
		String_t* L_26 = __this->get_text_0();
		if (!L_26)
		{
			goto IL_00d3;
		}
	}
	{
		String_t* L_27 = __this->get_text_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		bool L_29 = String_op_Equality_m920492651(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL);
		if (!L_29)
		{
			goto IL_010a;
		}
	}

IL_00d3:
	{
		ArrayList_t2718874744 * L_30 = __this->get_children_3();
		if (!L_30)
		{
			goto IL_00ee;
		}
	}
	{
		ArrayList_t2718874744 * L_31 = __this->get_children_3();
		NullCheck(L_31);
		int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_31);
		if (L_32)
		{
			goto IL_010a;
		}
	}

IL_00ee:
	{
		StringBuilder_t ** L_33 = ___s0;
		NullCheck((*((StringBuilder_t **)L_33)));
		StringBuilder_t * L_34 = StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_33)), _stringLiteral3451697025, /*hidden argument*/NULL);
		String_t* L_35 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_34);
		StringBuilder_Append_m1965104174(L_34, L_35, /*hidden argument*/NULL);
		goto IL_01b7;
	}

IL_010a:
	{
		StringBuilder_t ** L_36 = ___s0;
		NullCheck((*((StringBuilder_t **)L_36)));
		StringBuilder_t * L_37 = StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_36)), _stringLiteral3452614546, /*hidden argument*/NULL);
		String_t* L_38 = __this->get_text_0();
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		String_t* L_39 = SecurityElement_Escape_m1342311983(NULL /*static, unused*/, L_38, /*hidden argument*/NULL);
		NullCheck(L_37);
		StringBuilder_Append_m1965104174(L_37, L_39, /*hidden argument*/NULL);
		ArrayList_t2718874744 * L_40 = __this->get_children_3();
		if (!L_40)
		{
			goto IL_018b;
		}
	}
	{
		StringBuilder_t ** L_41 = ___s0;
		String_t* L_42 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck((*((StringBuilder_t **)L_41)));
		StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_41)), L_42, /*hidden argument*/NULL);
		ArrayList_t2718874744 * L_43 = __this->get_children_3();
		NullCheck(L_43);
		RuntimeObject* L_44 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_43);
		V_3 = L_44;
	}

IL_014b:
	try
	{ // begin try (depth: 1)
		{
			goto IL_0166;
		}

IL_0150:
		{
			RuntimeObject* L_45 = V_3;
			NullCheck(L_45);
			RuntimeObject * L_46 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_45);
			V_2 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_46, SecurityElement_t1046076091_il2cpp_TypeInfo_var));
			SecurityElement_t1046076091 * L_47 = V_2;
			StringBuilder_t ** L_48 = ___s0;
			int32_t L_49 = ___level1;
			NullCheck(L_47);
			SecurityElement_ToXml_m3664345083(L_47, L_48, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), /*hidden argument*/NULL);
		}

IL_0166:
		{
			RuntimeObject* L_50 = V_3;
			NullCheck(L_50);
			bool L_51 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_50);
			if (L_51)
			{
				goto IL_0150;
			}
		}

IL_0171:
		{
			IL2CPP_LEAVE(0x18B, FINALLY_0176);
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_0176;
	}

FINALLY_0176:
	{ // begin finally (depth: 1)
		{
			RuntimeObject* L_52 = V_3;
			V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t3640265483_il2cpp_TypeInfo_var));
			RuntimeObject* L_53 = V_4;
			if (L_53)
			{
				goto IL_0183;
			}
		}

IL_0182:
		{
			IL2CPP_END_FINALLY(374)
		}

IL_0183:
		{
			RuntimeObject* L_54 = V_4;
			NullCheck(L_54);
			InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_54);
			IL2CPP_END_FINALLY(374)
		}
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(374)
	{
		IL2CPP_JUMP_TBL(0x18B, IL_018b)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_018b:
	{
		StringBuilder_t ** L_55 = ___s0;
		NullCheck((*((StringBuilder_t **)L_55)));
		StringBuilder_t * L_56 = StringBuilder_Append_m1965104174((*((StringBuilder_t **)L_55)), _stringLiteral3450582932, /*hidden argument*/NULL);
		String_t* L_57 = __this->get_tag_1();
		NullCheck(L_56);
		StringBuilder_t * L_58 = StringBuilder_Append_m1965104174(L_56, L_57, /*hidden argument*/NULL);
		NullCheck(L_58);
		StringBuilder_t * L_59 = StringBuilder_Append_m1965104174(L_58, _stringLiteral3452614546, /*hidden argument*/NULL);
		String_t* L_60 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_59);
		StringBuilder_Append_m1965104174(L_59, L_60, /*hidden argument*/NULL);
	}

IL_01b7:
	{
		return;
	}
}
// System.Security.SecurityElement/SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String)
extern "C"  SecurityAttribute_t3566489056 * SecurityElement_GetAttribute_m3347489583 (SecurityElement_t1046076091 * __this, String_t* ___name0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityElement_GetAttribute_m3347489583_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SecurityAttribute_t3566489056 * V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	SecurityAttribute_t3566489056 * 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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		ArrayList_t2718874744 * L_0 = __this->get_attributes_2();
		if (!L_0)
		{
			goto IL_0062;
		}
	}
	{
		ArrayList_t2718874744 * L_1 = __this->get_attributes_2();
		NullCheck(L_1);
		RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1);
		V_1 = L_2;
	}

IL_0017:
	try
	{ // begin try (depth: 1)
		{
			goto IL_0040;
		}

IL_001c:
		{
			RuntimeObject* L_3 = V_1;
			NullCheck(L_3);
			RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3);
			V_0 = ((SecurityAttribute_t3566489056 *)CastclassClass((RuntimeObject*)L_4, SecurityAttribute_t3566489056_il2cpp_TypeInfo_var));
			SecurityAttribute_t3566489056 * L_5 = V_0;
			NullCheck(L_5);
			String_t* L_6 = SecurityAttribute_get_Name_m2543977264(L_5, /*hidden argument*/NULL);
			String_t* L_7 = ___name0;
			IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
			bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL);
			if (!L_8)
			{
				goto IL_0040;
			}
		}

IL_0039:
		{
			SecurityAttribute_t3566489056 * L_9 = V_0;
			V_2 = L_9;
			IL2CPP_LEAVE(0x64, FINALLY_0050);
		}

IL_0040:
		{
			RuntimeObject* L_10 = V_1;
			NullCheck(L_10);
			bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10);
			if (L_11)
			{
				goto IL_001c;
			}
		}

IL_004b:
		{
			IL2CPP_LEAVE(0x62, FINALLY_0050);
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_0050;
	}

FINALLY_0050:
	{ // begin finally (depth: 1)
		{
			RuntimeObject* L_12 = V_1;
			V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var));
			RuntimeObject* L_13 = V_3;
			if (L_13)
			{
				goto IL_005b;
			}
		}

IL_005a:
		{
			IL2CPP_END_FINALLY(80)
		}

IL_005b:
		{
			RuntimeObject* L_14 = V_3;
			NullCheck(L_14);
			InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14);
			IL2CPP_END_FINALLY(80)
		}
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(80)
	{
		IL2CPP_JUMP_TBL(0x64, IL_0064)
		IL2CPP_JUMP_TBL(0x62, IL_0062)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0062:
	{
		return (SecurityAttribute_t3566489056 *)NULL;
	}

IL_0064:
	{
		SecurityAttribute_t3566489056 * L_15 = V_2;
		return L_15;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.SecurityElement/SecurityAttribute::.ctor(System.String,System.String)
extern "C"  void SecurityAttribute__ctor_m1429827508 (SecurityAttribute_t3566489056 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityAttribute__ctor_m1429827508_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		String_t* L_0 = ___name0;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		bool L_1 = SecurityElement_IsValidAttributeName_m713904709(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_002c;
		}
	}
	{
		String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2417642285, /*hidden argument*/NULL);
		String_t* L_3 = ___name0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3450517398, L_3, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_5, L_4, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_002c:
	{
		String_t* L_6 = ___value1;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		bool L_7 = SecurityElement_IsValidAttributeValue_m948345692(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
		if (L_7)
		{
			goto IL_0052;
		}
	}
	{
		String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1055648076, /*hidden argument*/NULL);
		String_t* L_9 = ___value1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_10 = String_Concat_m3755062657(NULL /*static, unused*/, L_8, _stringLiteral3450517398, L_9, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_11, L_10, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11);
	}

IL_0052:
	{
		String_t* L_12 = ___name0;
		__this->set__name_0(L_12);
		String_t* L_13 = ___value1;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var);
		String_t* L_14 = SecurityElement_Unescape_m327386968(NULL /*static, unused*/, L_13, /*hidden argument*/NULL);
		__this->set__value_1(L_14);
		return;
	}
}
// System.String System.Security.SecurityElement/SecurityAttribute::get_Name()
extern "C"  String_t* SecurityAttribute_get_Name_m2543977264 (SecurityAttribute_t3566489056 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get__name_0();
		return L_0;
	}
}
// System.String System.Security.SecurityElement/SecurityAttribute::get_Value()
extern "C"  String_t* SecurityAttribute_get_Value_m2111064489 (SecurityAttribute_t3566489056 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get__value_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.Security.SecurityException::.ctor()
extern "C"  void SecurityException__ctor_m836898292 (SecurityException_t975544473 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityException__ctor_m836898292_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3735202939, /*hidden argument*/NULL);
		SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL);
		Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233078), /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.SecurityException::.ctor(System.String)
extern "C"  void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* ___message0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___message0;
		SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL);
		Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233078), /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Security.SecurityException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C"  void SecurityException__ctor_m254177942 (SecurityException_t975544473 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237  ___context1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityException__ctor_m254177942_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SerializationInfoEnumerator_t2232395945 * V_0 = NULL;
	{
		SerializationInfo_t950877179 * L_0 = ___info0;
		StreamingContext_t3711869237  L_1 = ___context1;
		SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL);
		Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233078), /*hidden argument*/NULL);
		SerializationInfo_t950877179 * L_2 = ___info0;
		NullCheck(L_2);
		SerializationInfoEnumerator_t2232395945 * L_3 = SerializationInfo_GetEnumerator_m1082663843(L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		goto IL_004a;
	}

IL_001f:
	{
		SerializationInfoEnumerator_t2232395945 * L_4 = V_0;
		NullCheck(L_4);
		String_t* L_5 = SerializationInfoEnumerator_get_Name_m4203920197(L_4, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral1249835384, /*hidden argument*/NULL);
		if (!L_6)
		{
			goto IL_004a;
		}
	}
	{
		SerializationInfoEnumerator_t2232395945 * L_7 = V_0;
		NullCheck(L_7);
		RuntimeObject * L_8 = SerializationInfoEnumerator_get_Value_m433044828(L_7, /*hidden argument*/NULL);
		__this->set_permissionState_11(((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)));
		goto IL_0055;
	}

IL_004a:
	{
		SerializationInfoEnumerator_t2232395945 * L_9 = V_0;
		NullCheck(L_9);
		bool L_10 = SerializationInfoEnumerator_MoveNext_m2496151825(L_9, /*hidden argument*/NULL);
		if (L_10)
		{
			goto IL_001f;
		}
	}

IL_0055:
	{
		return;
	}
}
// System.Object System.Security.SecurityException::get_Demanded()
extern "C"  RuntimeObject * SecurityException_get_Demanded_m2500043391 (SecurityException_t975544473 * __this, const RuntimeMethod* method)
{
	{
		RuntimeObject * L_0 = __this->get__demanded_15();
		return L_0;
	}
}
// System.Security.IPermission System.Security.SecurityException::get_FirstPermissionThatFailed()
extern "C"  RuntimeObject* SecurityException_get_FirstPermissionThatFailed_m3934559164 (SecurityException_t975544473 * __this, const RuntimeMethod* method)
{
	{
		RuntimeObject* L_0 = __this->get__firstperm_16();
		return L_0;
	}
}
// System.String System.Security.SecurityException::get_PermissionState()
extern "C"  String_t* SecurityException_get_PermissionState_m3857825198 (SecurityException_t975544473 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get_permissionState_11();
		return L_0;
	}
}
// System.Type System.Security.SecurityException::get_PermissionType()
extern "C"  Type_t * SecurityException_get_PermissionType_m2237538728 (SecurityException_t975544473 * __this, const RuntimeMethod* method)
{
	{
		Type_t * L_0 = __this->get_permissionType_12();
		return L_0;
	}
}
// System.String System.Security.SecurityException::get_GrantedSet()
extern "C"  String_t* SecurityException_get_GrantedSet_m2643283539 (SecurityException_t975544473 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get__granted_13();
		return L_0;
	}
}
// System.String System.Security.SecurityException::get_RefusedSet()
extern "C"  String_t* SecurityException_get_RefusedSet_m2404284794 (SecurityException_t975544473 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get__refused_14();
		return L_0;
	}
}
// System.String System.Security.SecurityException::ToString()
extern "C"  String_t* SecurityException_ToString_m3228070608 (SecurityException_t975544473 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityException_ToString_m3228070608_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	String_t* V_1 = NULL;
	int32_t V_2 = 0;
	RuntimeObject * V_3 = NULL;
	RuntimeObject* V_4 = NULL;
	RuntimeObject* V_5 = NULL;
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		String_t* L_0 = Exception_ToString_m1413572637(__this, /*hidden argument*/NULL);
		StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m2989139009(L_1, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
	}

IL_000c:
	try
	{ // begin try (depth: 1)
		{
			Type_t * L_2 = __this->get_permissionType_12();
			if (!L_2)
			{
				goto IL_002e;
			}
		}

IL_0017:
		{
			StringBuilder_t * L_3 = V_0;
			String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
			Type_t * L_5 = SecurityException_get_PermissionType_m2237538728(__this, /*hidden argument*/NULL);
			NullCheck(L_3);
			StringBuilder_AppendFormat_m3255666490(L_3, _stringLiteral3034547154, L_4, L_5, /*hidden argument*/NULL);
		}

IL_002e:
		{
			MethodInfo_t * L_6 = __this->get__method_17();
			if (!L_6)
			{
				goto IL_0098;
			}
		}

IL_0039:
		{
			MethodInfo_t * L_7 = __this->get__method_17();
			NullCheck(L_7);
			String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
			V_1 = L_8;
			String_t* L_9 = V_1;
			NullCheck(L_9);
			int32_t L_10 = String_IndexOf_m1977622757(L_9, _stringLiteral3452614528, /*hidden argument*/NULL);
			V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
			StringBuilder_t * L_11 = V_0;
			ObjectU5BU5D_t2843939325* L_12 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4));
			String_t* L_13 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
			NullCheck(L_12);
			ArrayElementTypeCheck (L_12, L_13);
			(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_13);
			ObjectU5BU5D_t2843939325* L_14 = L_12;
			MethodInfo_t * L_15 = __this->get__method_17();
			NullCheck(L_15);
			Type_t * L_16 = VirtFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_15);
			NullCheck(L_16);
			String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_16);
			NullCheck(L_14);
			ArrayElementTypeCheck (L_14, L_17);
			(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_17);
			ObjectU5BU5D_t2843939325* L_18 = L_14;
			MethodInfo_t * L_19 = __this->get__method_17();
			NullCheck(L_19);
			Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_19);
			NullCheck(L_18);
			ArrayElementTypeCheck (L_18, L_20);
			(L_18)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_20);
			ObjectU5BU5D_t2843939325* L_21 = L_18;
			String_t* L_22 = V_1;
			int32_t L_23 = V_2;
			NullCheck(L_22);
			String_t* L_24 = String_Substring_m2848979100(L_22, L_23, /*hidden argument*/NULL);
			NullCheck(L_21);
			ArrayElementTypeCheck (L_21, L_24);
			(L_21)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_24);
			NullCheck(L_11);
			StringBuilder_AppendFormat_m921870684(L_11, _stringLiteral2157266222, L_21, /*hidden argument*/NULL);
		}

IL_0098:
		{
			String_t* L_25 = __this->get_permissionState_11();
			if (!L_25)
			{
				goto IL_00ba;
			}
		}

IL_00a3:
		{
			StringBuilder_t * L_26 = V_0;
			String_t* L_27 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
			String_t* L_28 = SecurityException_get_PermissionState_m3857825198(__this, /*hidden argument*/NULL);
			NullCheck(L_26);
			StringBuilder_AppendFormat_m3255666490(L_26, _stringLiteral2301679793, L_27, L_28, /*hidden argument*/NULL);
		}

IL_00ba:
		{
			String_t* L_29 = __this->get__granted_13();
			if (!L_29)
			{
				goto IL_00ed;
			}
		}

IL_00c5:
		{
			String_t* L_30 = __this->get__granted_13();
			NullCheck(L_30);
			int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL);
			if ((((int32_t)L_31) <= ((int32_t)0)))
			{
				goto IL_00ed;
			}
		}

IL_00d6:
		{
			StringBuilder_t * L_32 = V_0;
			String_t* L_33 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
			String_t* L_34 = SecurityException_get_GrantedSet_m2643283539(__this, /*hidden argument*/NULL);
			NullCheck(L_32);
			StringBuilder_AppendFormat_m3255666490(L_32, _stringLiteral2368712086, L_33, L_34, /*hidden argument*/NULL);
		}

IL_00ed:
		{
			String_t* L_35 = __this->get__refused_14();
			if (!L_35)
			{
				goto IL_0120;
			}
		}

IL_00f8:
		{
			String_t* L_36 = __this->get__refused_14();
			NullCheck(L_36);
			int32_t L_37 = String_get_Length_m3847582255(L_36, /*hidden argument*/NULL);
			if ((((int32_t)L_37) <= ((int32_t)0)))
			{
				goto IL_0120;
			}
		}

IL_0109:
		{
			StringBuilder_t * L_38 = V_0;
			String_t* L_39 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
			String_t* L_40 = SecurityException_get_RefusedSet_m2404284794(__this, /*hidden argument*/NULL);
			NullCheck(L_38);
			StringBuilder_AppendFormat_m3255666490(L_38, _stringLiteral4142863992, L_39, L_40, /*hidden argument*/NULL);
		}

IL_0120:
		{
			RuntimeObject * L_41 = __this->get__demanded_15();
			if (!L_41)
			{
				goto IL_0142;
			}
		}

IL_012b:
		{
			StringBuilder_t * L_42 = V_0;
			String_t* L_43 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
			RuntimeObject * L_44 = SecurityException_get_Demanded_m2500043391(__this, /*hidden argument*/NULL);
			NullCheck(L_42);
			StringBuilder_AppendFormat_m3255666490(L_42, _stringLiteral52642591, L_43, L_44, /*hidden argument*/NULL);
		}

IL_0142:
		{
			RuntimeObject* L_45 = __this->get__firstperm_16();
			if (!L_45)
			{
				goto IL_0164;
			}
		}

IL_014d:
		{
			StringBuilder_t * L_46 = V_0;
			String_t* L_47 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
			RuntimeObject* L_48 = SecurityException_get_FirstPermissionThatFailed_m3934559164(__this, /*hidden argument*/NULL);
			NullCheck(L_46);
			StringBuilder_AppendFormat_m3255666490(L_46, _stringLiteral217691493, L_47, L_48, /*hidden argument*/NULL);
		}

IL_0164:
		{
			Evidence_t2008144148 * L_49 = __this->get__evidence_18();
			if (!L_49)
			{
				goto IL_01de;
			}
		}

IL_016f:
		{
			StringBuilder_t * L_50 = V_0;
			String_t* L_51 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
			NullCheck(L_50);
			StringBuilder_AppendFormat_m3016532472(L_50, _stringLiteral44402488, L_51, /*hidden argument*/NULL);
			Evidence_t2008144148 * L_52 = __this->get__evidence_18();
			NullCheck(L_52);
			RuntimeObject* L_53 = Evidence_GetEnumerator_m302914965(L_52, /*hidden argument*/NULL);
			V_4 = L_53;
		}

IL_018d:
		try
		{ // begin try (depth: 2)
			{
				goto IL_01b7;
			}

IL_0192:
			{
				RuntimeObject* L_54 = V_4;
				NullCheck(L_54);
				RuntimeObject * L_55 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_54);
				V_3 = L_55;
				RuntimeObject * L_56 = V_3;
				if (((Hash_t5925575 *)IsInstSealed((RuntimeObject*)L_56, Hash_t5925575_il2cpp_TypeInfo_var)))
				{
					goto IL_01b7;
				}
			}

IL_01a5:
			{
				StringBuilder_t * L_57 = V_0;
				String_t* L_58 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
				RuntimeObject * L_59 = V_3;
				NullCheck(L_57);
				StringBuilder_AppendFormat_m3255666490(L_57, _stringLiteral3748880426, L_58, L_59, /*hidden argument*/NULL);
			}

IL_01b7:
			{
				RuntimeObject* L_60 = V_4;
				NullCheck(L_60);
				bool L_61 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_60);
				if (L_61)
				{
					goto IL_0192;
				}
			}

IL_01c3:
			{
				IL2CPP_LEAVE(0x1DE, FINALLY_01c8);
			}
		} // end try (depth: 2)
		catch(Il2CppExceptionWrapper& e)
		{
			__last_unhandled_exception = (Exception_t *)e.ex;
			goto FINALLY_01c8;
		}

FINALLY_01c8:
		{ // begin finally (depth: 2)
			{
				RuntimeObject* L_62 = V_4;
				V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_62, IDisposable_t3640265483_il2cpp_TypeInfo_var));
				RuntimeObject* L_63 = V_5;
				if (L_63)
				{
					goto IL_01d6;
				}
			}

IL_01d5:
			{
				IL2CPP_END_FINALLY(456)
			}

IL_01d6:
			{
				RuntimeObject* L_64 = V_5;
				NullCheck(L_64);
				InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_64);
				IL2CPP_END_FINALLY(456)
			}
		} // end finally (depth: 2)
		IL2CPP_CLEANUP(456)
		{
			IL2CPP_JUMP_TBL(0x1DE, IL_01de)
			IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
		}

IL_01de:
		{
			goto IL_01e9;
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__exception_local = (Exception_t *)e.ex;
		if(il2cpp_codegen_class_is_assignable_from (SecurityException_t975544473_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_01e3;
		throw e;
	}

CATCH_01e3:
	{ // begin catch(System.Security.SecurityException)
		goto IL_01e9;
	} // end catch (depth: 1)

IL_01e9:
	{
		StringBuilder_t * L_65 = V_0;
		NullCheck(L_65);
		String_t* L_66 = StringBuilder_ToString_m3317489284(L_65, /*hidden argument*/NULL);
		return L_66;
	}
}
#ifdef __clang__
#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.Security.SecurityFrame
extern "C" void SecurityFrame_t1422462475_marshal_pinvoke(const SecurityFrame_t1422462475& unmarshaled, SecurityFrame_t1422462475_marshaled_pinvoke& marshaled)
{
	Exception_t* ____domain_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_domain' of type 'SecurityFrame': Reference type field marshaling is not supported.");
	IL2CPP_RAISE_MANAGED_EXCEPTION(____domain_0Exception);
}
extern "C" void SecurityFrame_t1422462475_marshal_pinvoke_back(const SecurityFrame_t1422462475_marshaled_pinvoke& marshaled, SecurityFrame_t1422462475& unmarshaled)
{
	Exception_t* ____domain_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_domain' of type 'SecurityFrame': Reference type field marshaling is not supported.");
	IL2CPP_RAISE_MANAGED_EXCEPTION(____domain_0Exception);
}
// Conversion method for clean up from marshalling of: System.Security.SecurityFrame
extern "C" void SecurityFrame_t1422462475_marshal_pinvoke_cleanup(SecurityFrame_t1422462475_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Security.SecurityFrame
extern "C" void SecurityFrame_t1422462475_marshal_com(const SecurityFrame_t1422462475& unmarshaled, SecurityFrame_t1422462475_marshaled_com& marshaled)
{
	Exception_t* ____domain_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_domain' of type 'SecurityFrame': Reference type field marshaling is not supported.");
	IL2CPP_RAISE_MANAGED_EXCEPTION(____domain_0Exception);
}
extern "C" void SecurityFrame_t1422462475_marshal_com_back(const SecurityFrame_t1422462475_marshaled_com& marshaled, SecurityFrame_t1422462475& unmarshaled)
{
	Exception_t* ____domain_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_domain' of type 'SecurityFrame': Reference type field marshaling is not supported.");
	IL2CPP_RAISE_MANAGED_EXCEPTION(____domain_0Exception);
}
// Conversion method for clean up from marshalling of: System.Security.SecurityFrame
extern "C" void SecurityFrame_t1422462475_marshal_com_cleanup(SecurityFrame_t1422462475_marshaled_com& marshaled)
{
}
// System.Void System.Security.SecurityFrame::.ctor(System.Security.RuntimeSecurityFrame)
extern "C"  void SecurityFrame__ctor_m2140076703 (SecurityFrame_t1422462475 * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method)
{
	{
		__this->set__domain_0((AppDomain_t1571427825 *)NULL);
		__this->set__method_1((MethodInfo_t *)NULL);
		__this->set__assert_2((PermissionSet_t223948603 *)NULL);
		__this->set__deny_3((PermissionSet_t223948603 *)NULL);
		__this->set__permitonly_4((PermissionSet_t223948603 *)NULL);
		RuntimeSecurityFrame_t536173748 * L_0 = ___frame0;
		SecurityFrame_InitFromRuntimeFrame_m1714852458(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
extern "C"  void SecurityFrame__ctor_m2140076703_AdjustorThunk (RuntimeObject * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method)
{
	SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast<SecurityFrame_t1422462475 *>(__this + 1);
	SecurityFrame__ctor_m2140076703(_thisAdjusted, ___frame0, method);
}
// System.Array System.Security.SecurityFrame::_GetSecurityStack(System.Int32)
extern "C"  RuntimeArray * SecurityFrame__GetSecurityStack_m449275820 (RuntimeObject * __this /* static, unused */, int32_t ___skip0, const RuntimeMethod* method)
{
	typedef RuntimeArray * (*SecurityFrame__GetSecurityStack_m449275820_ftn) (int32_t);
	using namespace il2cpp::icalls;
	return  ((SecurityFrame__GetSecurityStack_m449275820_ftn)mscorlib::System::Security::SecurityFrame::_GetSecurityStack) (___skip0);
}
// System.Void System.Security.SecurityFrame::InitFromRuntimeFrame(System.Security.RuntimeSecurityFrame)
extern "C"  void SecurityFrame_InitFromRuntimeFrame_m1714852458 (SecurityFrame_t1422462475 * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityFrame_InitFromRuntimeFrame_m1714852458_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeSecurityFrame_t536173748 * L_0 = ___frame0;
		NullCheck(L_0);
		AppDomain_t1571427825 * L_1 = L_0->get_domain_0();
		__this->set__domain_0(L_1);
		RuntimeSecurityFrame_t536173748 * L_2 = ___frame0;
		NullCheck(L_2);
		MethodInfo_t * L_3 = L_2->get_method_1();
		__this->set__method_1(L_3);
		RuntimeSecurityFrame_t536173748 * L_4 = ___frame0;
		NullCheck(L_4);
		RuntimeDeclSecurityEntry_t3144469156 * L_5 = L_4->get_address_of_assert_2();
		int32_t L_6 = L_5->get_size_1();
		if ((((int32_t)L_6) <= ((int32_t)0)))
		{
			goto IL_004a;
		}
	}
	{
		RuntimeSecurityFrame_t536173748 * L_7 = ___frame0;
		NullCheck(L_7);
		RuntimeDeclSecurityEntry_t3144469156 * L_8 = L_7->get_address_of_assert_2();
		intptr_t L_9 = L_8->get_blob_0();
		RuntimeSecurityFrame_t536173748 * L_10 = ___frame0;
		NullCheck(L_10);
		RuntimeDeclSecurityEntry_t3144469156 * L_11 = L_10->get_address_of_assert_2();
		int32_t L_12 = L_11->get_size_1();
		IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var);
		PermissionSet_t223948603 * L_13 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_9, L_12, /*hidden argument*/NULL);
		__this->set__assert_2(L_13);
	}

IL_004a:
	{
		RuntimeSecurityFrame_t536173748 * L_14 = ___frame0;
		NullCheck(L_14);
		RuntimeDeclSecurityEntry_t3144469156 * L_15 = L_14->get_address_of_deny_3();
		int32_t L_16 = L_15->get_size_1();
		if ((((int32_t)L_16) <= ((int32_t)0)))
		{
			goto IL_007c;
		}
	}
	{
		RuntimeSecurityFrame_t536173748 * L_17 = ___frame0;
		NullCheck(L_17);
		RuntimeDeclSecurityEntry_t3144469156 * L_18 = L_17->get_address_of_deny_3();
		intptr_t L_19 = L_18->get_blob_0();
		RuntimeSecurityFrame_t536173748 * L_20 = ___frame0;
		NullCheck(L_20);
		RuntimeDeclSecurityEntry_t3144469156 * L_21 = L_20->get_address_of_deny_3();
		int32_t L_22 = L_21->get_size_1();
		IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var);
		PermissionSet_t223948603 * L_23 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_19, L_22, /*hidden argument*/NULL);
		__this->set__deny_3(L_23);
	}

IL_007c:
	{
		RuntimeSecurityFrame_t536173748 * L_24 = ___frame0;
		NullCheck(L_24);
		RuntimeDeclSecurityEntry_t3144469156 * L_25 = L_24->get_address_of_permitonly_4();
		int32_t L_26 = L_25->get_size_1();
		if ((((int32_t)L_26) <= ((int32_t)0)))
		{
			goto IL_00ae;
		}
	}
	{
		RuntimeSecurityFrame_t536173748 * L_27 = ___frame0;
		NullCheck(L_27);
		RuntimeDeclSecurityEntry_t3144469156 * L_28 = L_27->get_address_of_permitonly_4();
		intptr_t L_29 = L_28->get_blob_0();
		RuntimeSecurityFrame_t536173748 * L_30 = ___frame0;
		NullCheck(L_30);
		RuntimeDeclSecurityEntry_t3144469156 * L_31 = L_30->get_address_of_permitonly_4();
		int32_t L_32 = L_31->get_size_1();
		IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var);
		PermissionSet_t223948603 * L_33 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_29, L_32, /*hidden argument*/NULL);
		__this->set__permitonly_4(L_33);
	}

IL_00ae:
	{
		return;
	}
}
extern "C"  void SecurityFrame_InitFromRuntimeFrame_m1714852458_AdjustorThunk (RuntimeObject * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method)
{
	SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast<SecurityFrame_t1422462475 *>(__this + 1);
	SecurityFrame_InitFromRuntimeFrame_m1714852458(_thisAdjusted, ___frame0, method);
}
// System.Reflection.Assembly System.Security.SecurityFrame::get_Assembly()
extern "C"  Assembly_t * SecurityFrame_get_Assembly_m2874566710 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method)
{
	{
		MethodInfo_t * L_0 = __this->get__method_1();
		NullCheck(L_0);
		Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_0);
		NullCheck(L_1);
		Assembly_t * L_2 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1);
		return L_2;
	}
}
extern "C"  Assembly_t * SecurityFrame_get_Assembly_m2874566710_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
	SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast<SecurityFrame_t1422462475 *>(__this + 1);
	return SecurityFrame_get_Assembly_m2874566710(_thisAdjusted, method);
}
// System.AppDomain System.Security.SecurityFrame::get_Domain()
extern "C"  AppDomain_t1571427825 * SecurityFrame_get_Domain_m681627326 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method)
{
	{
		AppDomain_t1571427825 * L_0 = __this->get__domain_0();
		return L_0;
	}
}
extern "C"  AppDomain_t1571427825 * SecurityFrame_get_Domain_m681627326_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
	SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast<SecurityFrame_t1422462475 *>(__this + 1);
	return SecurityFrame_get_Domain_m681627326(_thisAdjusted, method);
}
// System.String System.Security.SecurityFrame::ToString()
extern "C"  String_t* SecurityFrame_ToString_m339310712 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityFrame_ToString_m339310712_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	{
		StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL);
		V_0 = L_0;
		StringBuilder_t * L_1 = V_0;
		MethodInfo_t * L_2 = __this->get__method_1();
		String_t* L_3 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_1);
		StringBuilder_AppendFormat_m3255666490(L_1, _stringLiteral1276385879, L_2, L_3, /*hidden argument*/NULL);
		StringBuilder_t * L_4 = V_0;
		AppDomain_t1571427825 * L_5 = SecurityFrame_get_Domain_m681627326(__this, /*hidden argument*/NULL);
		String_t* L_6 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_4);
		StringBuilder_AppendFormat_m3255666490(L_4, _stringLiteral1431127000, L_5, L_6, /*hidden argument*/NULL);
		StringBuilder_t * L_7 = V_0;
		Assembly_t * L_8 = SecurityFrame_get_Assembly_m2874566710(__this, /*hidden argument*/NULL);
		String_t* L_9 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_7);
		StringBuilder_AppendFormat_m3255666490(L_7, _stringLiteral2755896588, L_8, L_9, /*hidden argument*/NULL);
		PermissionSet_t223948603 * L_10 = __this->get__assert_2();
		if (!L_10)
		{
			goto IL_006d;
		}
	}
	{
		StringBuilder_t * L_11 = V_0;
		PermissionSet_t223948603 * L_12 = __this->get__assert_2();
		String_t* L_13 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_11);
		StringBuilder_AppendFormat_m3255666490(L_11, _stringLiteral754934113, L_12, L_13, /*hidden argument*/NULL);
	}

IL_006d:
	{
		PermissionSet_t223948603 * L_14 = __this->get__deny_3();
		if (!L_14)
		{
			goto IL_008f;
		}
	}
	{
		StringBuilder_t * L_15 = V_0;
		PermissionSet_t223948603 * L_16 = __this->get__deny_3();
		String_t* L_17 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_15);
		StringBuilder_AppendFormat_m3255666490(L_15, _stringLiteral2781904517, L_16, L_17, /*hidden argument*/NULL);
	}

IL_008f:
	{
		PermissionSet_t223948603 * L_18 = __this->get__permitonly_4();
		if (!L_18)
		{
			goto IL_00b1;
		}
	}
	{
		StringBuilder_t * L_19 = V_0;
		PermissionSet_t223948603 * L_20 = __this->get__permitonly_4();
		String_t* L_21 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_19);
		StringBuilder_AppendFormat_m3255666490(L_19, _stringLiteral2879760681, L_20, L_21, /*hidden argument*/NULL);
	}

IL_00b1:
	{
		StringBuilder_t * L_22 = V_0;
		NullCheck(L_22);
		String_t* L_23 = StringBuilder_ToString_m3317489284(L_22, /*hidden argument*/NULL);
		return L_23;
	}
}
extern "C"  String_t* SecurityFrame_ToString_m339310712_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
	SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast<SecurityFrame_t1422462475 *>(__this + 1);
	return SecurityFrame_ToString_m339310712(_thisAdjusted, method);
}
// System.Collections.ArrayList System.Security.SecurityFrame::GetStack(System.Int32)
extern "C"  ArrayList_t2718874744 * SecurityFrame_GetStack_m347707425 (RuntimeObject * __this /* static, unused */, int32_t ___skipFrames0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityFrame_GetStack_m347707425_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeArray * V_0 = NULL;
	ArrayList_t2718874744 * V_1 = NULL;
	int32_t V_2 = 0;
	RuntimeObject * V_3 = NULL;
	{
		int32_t L_0 = ___skipFrames0;
		RuntimeArray * L_1 = SecurityFrame__GetSecurityStack_m449275820(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)2)), /*hidden argument*/NULL);
		V_0 = L_1;
		ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL);
		V_1 = L_2;
		V_2 = 0;
		goto IL_0044;
	}

IL_0016:
	{
		RuntimeArray * L_3 = V_0;
		int32_t L_4 = V_2;
		NullCheck(L_3);
		RuntimeObject * L_5 = Array_GetValue_m2528546681(L_3, L_4, /*hidden argument*/NULL);
		V_3 = L_5;
		RuntimeObject * L_6 = V_3;
		if (L_6)
		{
			goto IL_0029;
		}
	}
	{
		goto IL_0050;
	}

IL_0029:
	{
		ArrayList_t2718874744 * L_7 = V_1;
		RuntimeObject * L_8 = V_3;
		SecurityFrame_t1422462475  L_9;
		memset(&L_9, 0, sizeof(L_9));
		SecurityFrame__ctor_m2140076703((&L_9), ((RuntimeSecurityFrame_t536173748 *)CastclassClass((RuntimeObject*)L_8, RuntimeSecurityFrame_t536173748_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
		SecurityFrame_t1422462475  L_10 = L_9;
		RuntimeObject * L_11 = Box(SecurityFrame_t1422462475_il2cpp_TypeInfo_var, &L_10);
		NullCheck(L_7);
		VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_11);
		int32_t L_12 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
	}

IL_0044:
	{
		int32_t L_13 = V_2;
		RuntimeArray * L_14 = V_0;
		NullCheck(L_14);
		int32_t L_15 = Array_get_Length_m21610649(L_14, /*hidden argument*/NULL);
		if ((((int32_t)L_13) < ((int32_t)L_15)))
		{
			goto IL_0016;
		}
	}

IL_0050:
	{
		ArrayList_t2718874744 * L_16 = V_1;
		return L_16;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.SecurityManager::.cctor()
extern "C"  void SecurityManager__cctor_m975553111 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityManager__cctor_m975553111_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		SecurityPermission_t2954997752 * L_0 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var);
		SecurityPermission__ctor_m1462427327(L_0, 8, /*hidden argument*/NULL);
		((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__execution_2(L_0);
		RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_m297566312(L_1, /*hidden argument*/NULL);
		((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__lockObject_0(L_1);
		return;
	}
}
// System.Boolean System.Security.SecurityManager::get_SecurityEnabled()
extern "C"  bool SecurityManager_get_SecurityEnabled_m3467182822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	typedef bool (*SecurityManager_get_SecurityEnabled_m3467182822_ftn) ();
	using namespace il2cpp::icalls;
	return  ((SecurityManager_get_SecurityEnabled_m3467182822_ftn)mscorlib::System::Security::SecurityManager::get_SecurityEnabled) ();
}
// System.Security.PermissionSet System.Security.SecurityManager::Decode(System.IntPtr,System.Int32)
extern "C"  PermissionSet_t223948603 * SecurityManager_Decode_m84973736 (RuntimeObject * __this /* static, unused */, intptr_t ___permissions0, int32_t ___length1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityManager_Decode_m84973736_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	PermissionSet_t223948603 * V_0 = NULL;
	RuntimeObject * V_1 = NULL;
	RuntimeObject * V_2 = NULL;
	ByteU5BU5D_t4116647657* 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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		V_0 = (PermissionSet_t223948603 *)NULL;
		IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var);
		RuntimeObject * L_0 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__lockObject_0();
		V_1 = L_0;
		RuntimeObject * L_1 = V_1;
		Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
	}

IL_000e:
	try
	{ // begin try (depth: 1)
		{
			IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var);
			Hashtable_t1853889766 * L_2 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__declsecCache_1();
			if (L_2)
			{
				goto IL_0022;
			}
		}

IL_0018:
		{
			Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var);
			Hashtable__ctor_m1815022027(L_3, /*hidden argument*/NULL);
			IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var);
			((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__declsecCache_1(L_3);
		}

IL_0022:
		{
			intptr_t L_4 = ___permissions0;
			int32_t L_5 = IntPtr_op_Explicit_m4220076518(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
			int32_t L_6 = L_5;
			RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6);
			V_2 = L_7;
			IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var);
			Hashtable_t1853889766 * L_8 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__declsecCache_1();
			RuntimeObject * L_9 = V_2;
			NullCheck(L_8);
			RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_9);
			V_0 = ((PermissionSet_t223948603 *)CastclassClass((RuntimeObject*)L_10, PermissionSet_t223948603_il2cpp_TypeInfo_var));
			PermissionSet_t223948603 * L_11 = V_0;
			if (L_11)
			{
				goto IL_006f;
			}
		}

IL_0045:
		{
			int32_t L_12 = ___length1;
			V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_12));
			intptr_t L_13 = ___permissions0;
			ByteU5BU5D_t4116647657* L_14 = V_3;
			int32_t L_15 = ___length1;
			IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var);
			Marshal_Copy_m1222846562(NULL /*static, unused*/, L_13, L_14, 0, L_15, /*hidden argument*/NULL);
			ByteU5BU5D_t4116647657* L_16 = V_3;
			IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var);
			PermissionSet_t223948603 * L_17 = SecurityManager_Decode_m2551103128(NULL /*static, unused*/, L_16, /*hidden argument*/NULL);
			V_0 = L_17;
			PermissionSet_t223948603 * L_18 = V_0;
			NullCheck(L_18);
			PermissionSet_set_DeclarativeSecurity_m858801747(L_18, (bool)1, /*hidden argument*/NULL);
			Hashtable_t1853889766 * L_19 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__declsecCache_1();
			RuntimeObject * L_20 = V_2;
			PermissionSet_t223948603 * L_21 = V_0;
			NullCheck(L_19);
			VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(24 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_19, L_20, L_21);
		}

IL_006f:
		{
			IL2CPP_LEAVE(0x7B, FINALLY_0074);
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_0074;
	}

FINALLY_0074:
	{ // begin finally (depth: 1)
		RuntimeObject * L_22 = V_1;
		Monitor_Exit_m3585316909(NULL /*static, unused*/, L_22, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(116)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(116)
	{
		IL2CPP_JUMP_TBL(0x7B, IL_007b)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_007b:
	{
		PermissionSet_t223948603 * L_23 = V_0;
		return L_23;
	}
}
// System.Security.PermissionSet System.Security.SecurityManager::Decode(System.Byte[])
extern "C"  PermissionSet_t223948603 * SecurityManager_Decode_m2551103128 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___encodedPermissions0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SecurityManager_Decode_m2551103128_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	uint8_t V_1 = 0x0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___encodedPermissions0;
		if (!L_0)
		{
			goto IL_000f;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = ___encodedPermissions0;
		NullCheck(L_1);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) >= ((int32_t)1)))
		{
			goto IL_001a;
		}
	}

IL_000f:
	{
		SecurityException_t975544473 * L_2 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var);
		SecurityException__ctor_m1631242336(L_2, _stringLiteral910517407, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001a:
	{
		ByteU5BU5D_t4116647657* L_3 = ___encodedPermissions0;
		NullCheck(L_3);
		int32_t L_4 = 0;
		uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_1 = L_5;
		uint8_t L_6 = V_1;
		if ((((int32_t)L_6) == ((int32_t)((int32_t)46))))
		{
			goto IL_0046;
		}
	}
	{
		uint8_t L_7 = V_1;
		if ((((int32_t)L_7) == ((int32_t)((int32_t)60))))
		{
			goto IL_0033;
		}
	}
	{
		goto IL_004d;
	}

IL_0033:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		Encoding_t1523322056 * L_8 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_9 = ___encodedPermissions0;
		NullCheck(L_8);
		String_t* L_10 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_8, L_9);
		V_0 = L_10;
		String_t* L_11 = V_0;
		PermissionSet_t223948603 * L_12 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var);
		PermissionSet__ctor_m1880216441(L_12, L_11, /*hidden argument*/NULL);
		return L_12;
	}

IL_0046:
	{
		ByteU5BU5D_t4116647657* L_13 = ___encodedPermissions0;
		PermissionSet_t223948603 * L_14 = PermissionSet_CreateFromBinaryFormat_m3762234240(NULL /*static, unused*/, L_13, /*hidden argument*/NULL);
		return L_14;
	}

IL_004d:
	{
		String_t* L_15 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2220347040, /*hidden argument*/NULL);
		SecurityException_t975544473 * L_16 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var);
		SecurityException__ctor_m1631242336(L_16, L_15, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_16);
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.SecuritySafeCriticalAttribute::.ctor()
extern "C"  void SecuritySafeCriticalAttribute__ctor_m3038748144 (SecuritySafeCriticalAttribute_t3505979402 * __this, const RuntimeMethod* method)
{
	{
		Attribute__ctor_m1529526131(__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.Security.SuppressUnmanagedCodeSecurityAttribute::.ctor()
extern "C"  void SuppressUnmanagedCodeSecurityAttribute__ctor_m1009318222 (SuppressUnmanagedCodeSecurityAttribute_t744305558 * __this, const RuntimeMethod* method)
{
	{
		Attribute__ctor_m1529526131(__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.Security.UnverifiableCodeAttribute::.ctor()
extern "C"  void UnverifiableCodeAttribute__ctor_m3990698597 (UnverifiableCodeAttribute_t3228760399 * __this, const RuntimeMethod* method)
{
	{
		Attribute__ctor_m1529526131(__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.SerializableAttribute::.ctor()
extern "C"  void SerializableAttribute__ctor_m3782985861 (SerializableAttribute_t1992588303 * __this, const RuntimeMethod* method)
{
	{
		Attribute__ctor_m1529526131(__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.Single::System.IConvertible.ToBoolean(System.IFormatProvider)
extern "C"  bool Single_System_IConvertible_ToBoolean_m1716619219 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToBoolean_m1716619219_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		bool L_0 = Convert_ToBoolean_m4244349331(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  bool Single_System_IConvertible_ToBoolean_m1716619219_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToBoolean_m1716619219(_thisAdjusted, ___provider0, method);
}
// System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider)
extern "C"  uint8_t Single_System_IConvertible_ToByte_m997362015 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToByte_m997362015_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		uint8_t L_0 = Convert_ToByte_m4146281512(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  uint8_t Single_System_IConvertible_ToByte_m997362015_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToByte_m997362015(_thisAdjusted, ___provider0, method);
}
// System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider)
extern "C"  Il2CppChar Single_System_IConvertible_ToChar_m1898259383 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToChar_m1898259383_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		Il2CppChar L_0 = Convert_ToChar_m2522572389(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  Il2CppChar Single_System_IConvertible_ToChar_m1898259383_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToChar_m1898259383(_thisAdjusted, ___provider0, method);
}
// System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider)
extern "C"  DateTime_t3738529785  Single_System_IConvertible_ToDateTime_m1748479284 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDateTime_m1748479284_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		DateTime_t3738529785  L_0 = Convert_ToDateTime_m1800003024(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  DateTime_t3738529785  Single_System_IConvertible_ToDateTime_m1748479284_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToDateTime_m1748479284(_thisAdjusted, ___provider0, method);
}
// System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider)
extern "C"  Decimal_t2948259380  Single_System_IConvertible_ToDecimal_m325860800 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDecimal_m325860800_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		Decimal_t2948259380  L_0 = Convert_ToDecimal_m3508035522(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  Decimal_t2948259380  Single_System_IConvertible_ToDecimal_m325860800_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToDecimal_m325860800(_thisAdjusted, ___provider0, method);
}
// System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider)
extern "C"  double Single_System_IConvertible_ToDouble_m1584722292 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDouble_m1584722292_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		double L_0 = Convert_ToDouble_m217737046(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  double Single_System_IConvertible_ToDouble_m1584722292_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToDouble_m1584722292(_thisAdjusted, ___provider0, method);
}
// System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider)
extern "C"  int16_t Single_System_IConvertible_ToInt16_m809233024 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt16_m809233024_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int16_t L_0 = Convert_ToInt16_m1336719169(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  int16_t Single_System_IConvertible_ToInt16_m809233024_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToInt16_m809233024(_thisAdjusted, ___provider0, method);
}
// System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider)
extern "C"  int32_t Single_System_IConvertible_ToInt32_m872115569 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt32_m872115569_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int32_t L_0 = Convert_ToInt32_m1613163543(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  int32_t Single_System_IConvertible_ToInt32_m872115569_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToInt32_m872115569(_thisAdjusted, ___provider0, method);
}
// System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider)
extern "C"  int64_t Single_System_IConvertible_ToInt64_m1650421025 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt64_m1650421025_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int64_t L_0 = Convert_ToInt64_m658295522(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  int64_t Single_System_IConvertible_ToInt64_m1650421025_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToInt64_m1650421025(_thisAdjusted, ___provider0, method);
}
// System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider)
extern "C"  int8_t Single_System_IConvertible_ToSByte_m1208276900 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToSByte_m1208276900_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int8_t L_0 = Convert_ToSByte_m3472794164(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  int8_t Single_System_IConvertible_ToSByte_m1208276900_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToSByte_m1208276900(_thisAdjusted, ___provider0, method);
}
// System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider)
extern "C"  float Single_System_IConvertible_ToSingle_m1939829239 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToSingle_m1939829239_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		float L_0 = Convert_ToSingle_m835189399(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  float Single_System_IConvertible_ToSingle_m1939829239_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToSingle_m1939829239(_thisAdjusted, ___provider0, method);
}
// System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider)
extern "C"  RuntimeObject * Single_System_IConvertible_ToType_m3312441682 (float* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToType_m3312441682_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t * L_0 = ___targetType0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		float L_2 = (*((float*)__this));
		RuntimeObject * L_3 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_2);
		Type_t * L_4 = ___targetType0;
		RuntimeObject* L_5 = ___provider1;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL);
		return L_6;
	}
}
extern "C"  RuntimeObject * Single_System_IConvertible_ToType_m3312441682_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToType_m3312441682(_thisAdjusted, ___targetType0, ___provider1, method);
}
// System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider)
extern "C"  uint16_t Single_System_IConvertible_ToUInt16_m1263555070 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt16_m1263555070_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		uint16_t L_0 = Convert_ToUInt16_m2185524030(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  uint16_t Single_System_IConvertible_ToUInt16_m1263555070_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToUInt16_m1263555070(_thisAdjusted, ___provider0, method);
}
// System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider)
extern "C"  uint32_t Single_System_IConvertible_ToUInt32_m289030200 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt32_m289030200_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		uint32_t L_0 = Convert_ToUInt32_m2045194461(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  uint32_t Single_System_IConvertible_ToUInt32_m289030200_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToUInt32_m289030200(_thisAdjusted, ___provider0, method);
}
// System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider)
extern "C"  uint64_t Single_System_IConvertible_ToUInt64_m3299129161 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt64_m3299129161_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		uint64_t L_0 = Convert_ToUInt64_m1627266664(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  uint64_t Single_System_IConvertible_ToUInt64_m3299129161_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_System_IConvertible_ToUInt64_m3299129161(_thisAdjusted, ___provider0, method);
}
// System.Int32 System.Single::CompareTo(System.Object)
extern "C"  int32_t Single_CompareTo_m2785801815 (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_CompareTo_m2785801815_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	float V_0 = 0.0f;
	{
		RuntimeObject * L_0 = ___value0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return 1;
	}

IL_0008:
	{
		RuntimeObject * L_1 = ___value0;
		if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Single_t1397266774_il2cpp_TypeInfo_var)))
		{
			goto IL_0023;
		}
	}
	{
		String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1790101327, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0023:
	{
		RuntimeObject * L_4 = ___value0;
		V_0 = ((*(float*)((float*)UnBox(L_4, Single_t1397266774_il2cpp_TypeInfo_var))));
		bool L_5 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0043;
		}
	}
	{
		float L_6 = V_0;
		bool L_7 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
		if (!L_7)
		{
			goto IL_0043;
		}
	}
	{
		return 0;
	}

IL_0043:
	{
		bool L_8 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		if (!L_8)
		{
			goto IL_005c;
		}
	}
	{
		float L_9 = V_0;
		bool L_10 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, L_9, /*hidden argument*/NULL);
		if (!L_10)
		{
			goto IL_005c;
		}
	}
	{
		return 0;
	}

IL_005c:
	{
		float L_11 = V_0;
		bool L_12 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_11, /*hidden argument*/NULL);
		if (!L_12)
		{
			goto IL_0077;
		}
	}
	{
		bool L_13 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		if (!L_13)
		{
			goto IL_0075;
		}
	}
	{
		return 0;
	}

IL_0075:
	{
		return 1;
	}

IL_0077:
	{
		bool L_14 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		if (!L_14)
		{
			goto IL_0092;
		}
	}
	{
		float L_15 = V_0;
		bool L_16 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_15, /*hidden argument*/NULL);
		if (!L_16)
		{
			goto IL_0090;
		}
	}
	{
		return 0;
	}

IL_0090:
	{
		return (-1);
	}

IL_0092:
	{
		float L_17 = V_0;
		if ((!(((float)(*((float*)__this))) == ((float)L_17))))
		{
			goto IL_009c;
		}
	}
	{
		return 0;
	}

IL_009c:
	{
		float L_18 = V_0;
		if ((!(((float)(*((float*)__this))) > ((float)L_18))))
		{
			goto IL_00a6;
		}
	}
	{
		return 1;
	}

IL_00a6:
	{
		return (-1);
	}
}
extern "C"  int32_t Single_CompareTo_m2785801815_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_CompareTo_m2785801815(_thisAdjusted, ___value0, method);
}
// System.Boolean System.Single::Equals(System.Object)
extern "C"  bool Single_Equals_m438106747 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_Equals_m438106747_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	float V_0 = 0.0f;
	{
		RuntimeObject * L_0 = ___obj0;
		if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Single_t1397266774_il2cpp_TypeInfo_var)))
		{
			goto IL_000d;
		}
	}
	{
		return (bool)0;
	}

IL_000d:
	{
		RuntimeObject * L_1 = ___obj0;
		V_0 = ((*(float*)((float*)UnBox(L_1, Single_t1397266774_il2cpp_TypeInfo_var))));
		float L_2 = V_0;
		bool L_3 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		if (!L_3)
		{
			goto IL_0027;
		}
	}
	{
		bool L_4 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_4;
	}

IL_0027:
	{
		float L_5 = V_0;
		return (bool)((((float)L_5) == ((float)(*((float*)__this))))? 1 : 0);
	}
}
extern "C"  bool Single_Equals_m438106747_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_Equals_m438106747(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.Single::CompareTo(System.Single)
extern "C"  int32_t Single_CompareTo_m189772128 (float* __this, float ___value0, const RuntimeMethod* method)
{
	{
		bool L_0 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_0019;
		}
	}
	{
		float L_1 = ___value0;
		bool L_2 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		if (!L_2)
		{
			goto IL_0019;
		}
	}
	{
		return 0;
	}

IL_0019:
	{
		bool L_3 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		if (!L_3)
		{
			goto IL_0032;
		}
	}
	{
		float L_4 = ___value0;
		bool L_5 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0032;
		}
	}
	{
		return 0;
	}

IL_0032:
	{
		float L_6 = ___value0;
		bool L_7 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
		if (!L_7)
		{
			goto IL_004d;
		}
	}
	{
		bool L_8 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		if (!L_8)
		{
			goto IL_004b;
		}
	}
	{
		return 0;
	}

IL_004b:
	{
		return 1;
	}

IL_004d:
	{
		bool L_9 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		if (!L_9)
		{
			goto IL_0068;
		}
	}
	{
		float L_10 = ___value0;
		bool L_11 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_10, /*hidden argument*/NULL);
		if (!L_11)
		{
			goto IL_0066;
		}
	}
	{
		return 0;
	}

IL_0066:
	{
		return (-1);
	}

IL_0068:
	{
		float L_12 = ___value0;
		if ((!(((float)(*((float*)__this))) == ((float)L_12))))
		{
			goto IL_0072;
		}
	}
	{
		return 0;
	}

IL_0072:
	{
		float L_13 = ___value0;
		if ((!(((float)(*((float*)__this))) > ((float)L_13))))
		{
			goto IL_007c;
		}
	}
	{
		return 1;
	}

IL_007c:
	{
		return (-1);
	}
}
extern "C"  int32_t Single_CompareTo_m189772128_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_CompareTo_m189772128(_thisAdjusted, ___value0, method);
}
// System.Boolean System.Single::Equals(System.Single)
extern "C"  bool Single_Equals_m1601893879 (float* __this, float ___obj0, const RuntimeMethod* method)
{
	{
		float L_0 = ___obj0;
		bool L_1 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0013;
		}
	}
	{
		bool L_2 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL);
		return L_2;
	}

IL_0013:
	{
		float L_3 = ___obj0;
		return (bool)((((float)L_3) == ((float)(*((float*)__this))))? 1 : 0);
	}
}
extern "C"  bool Single_Equals_m1601893879_AdjustorThunk (RuntimeObject * __this, float ___obj0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_Equals_m1601893879(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.Single::GetHashCode()
extern "C"  int32_t Single_GetHashCode_m1558506138 (float* __this, const RuntimeMethod* method)
{
	float V_0 = 0.0f;
	{
		V_0 = (*((float*)__this));
		return (*((int32_t*)(&V_0)));
	}
}
extern "C"  int32_t Single_GetHashCode_m1558506138_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_GetHashCode_m1558506138(_thisAdjusted, method);
}
// System.Boolean System.Single::IsInfinity(System.Single)
extern "C"  bool Single_IsInfinity_m936314085 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method)
{
	int32_t G_B3_0 = 0;
	{
		float L_0 = ___f0;
		if ((((float)L_0) == ((float)(std::numeric_limits<float>::infinity()))))
		{
			goto IL_0015;
		}
	}
	{
		float L_1 = ___f0;
		G_B3_0 = ((((float)L_1) == ((float)(-std::numeric_limits<float>::infinity())))? 1 : 0);
		goto IL_0016;
	}

IL_0015:
	{
		G_B3_0 = 1;
	}

IL_0016:
	{
		return (bool)G_B3_0;
	}
}
// System.Boolean System.Single::IsNaN(System.Single)
extern "C"  bool Single_IsNaN_m4024467661 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method)
{
	{
		float L_0 = ___f0;
		float L_1 = ___f0;
		return (bool)((((int32_t)((((float)L_0) == ((float)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean System.Single::IsNegativeInfinity(System.Single)
extern "C"  bool Single_IsNegativeInfinity_m1556741963 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method)
{
	int32_t G_B4_0 = 0;
	int32_t G_B6_0 = 0;
	{
		float L_0 = ___f0;
		if ((!(((float)L_0) < ((float)(0.0f)))))
		{
			goto IL_0023;
		}
	}
	{
		float L_1 = ___f0;
		if ((((float)L_1) == ((float)(-std::numeric_limits<float>::infinity()))))
		{
			goto IL_0020;
		}
	}
	{
		float L_2 = ___f0;
		G_B4_0 = ((((float)L_2) == ((float)(std::numeric_limits<float>::infinity())))? 1 : 0);
		goto IL_0021;
	}

IL_0020:
	{
		G_B4_0 = 1;
	}

IL_0021:
	{
		G_B6_0 = G_B4_0;
		goto IL_0024;
	}

IL_0023:
	{
		G_B6_0 = 0;
	}

IL_0024:
	{
		return (bool)G_B6_0;
	}
}
// System.Boolean System.Single::IsPositiveInfinity(System.Single)
extern "C"  bool Single_IsPositiveInfinity_m1411272350 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method)
{
	int32_t G_B4_0 = 0;
	int32_t G_B6_0 = 0;
	{
		float L_0 = ___f0;
		if ((!(((float)L_0) > ((float)(0.0f)))))
		{
			goto IL_0023;
		}
	}
	{
		float L_1 = ___f0;
		if ((((float)L_1) == ((float)(-std::numeric_limits<float>::infinity()))))
		{
			goto IL_0020;
		}
	}
	{
		float L_2 = ___f0;
		G_B4_0 = ((((float)L_2) == ((float)(std::numeric_limits<float>::infinity())))? 1 : 0);
		goto IL_0021;
	}

IL_0020:
	{
		G_B4_0 = 1;
	}

IL_0021:
	{
		G_B6_0 = G_B4_0;
		goto IL_0024;
	}

IL_0023:
	{
		G_B6_0 = 0;
	}

IL_0024:
	{
		return (bool)G_B6_0;
	}
}
// System.Single System.Single::Parse(System.String,System.IFormatProvider)
extern "C"  float Single_Parse_m3840407583 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_Parse_m3840407583_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	double V_0 = 0.0;
	{
		String_t* L_0 = ___s0;
		RuntimeObject* L_1 = ___provider1;
		double L_2 = Double_Parse_m1135962389(NULL /*static, unused*/, L_0, ((int32_t)231), L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		double L_3 = V_0;
		if ((!(((double)((double)il2cpp_codegen_subtract((double)L_3, (double)(3.4028234663852886E+38)))) > ((double)(3.6147112457961776E+29)))))
		{
			goto IL_0037;
		}
	}
	{
		double L_4 = V_0;
		bool L_5 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
		if (L_5)
		{
			goto IL_0037;
		}
	}
	{
		OverflowException_t2020128637 * L_6 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var);
		OverflowException__ctor_m4029085969(L_6, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_0037:
	{
		double L_7 = V_0;
		return (((float)((float)L_7)));
	}
}
// System.String System.Single::ToString()
extern "C"  String_t* Single_ToString_m3947131094 (float* __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_ToString_m3947131094_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var);
		String_t* L_0 = NumberFormatter_NumberToString_m567544656(NULL /*static, unused*/, (*((float*)__this)), (RuntimeObject*)NULL, /*hidden argument*/NULL);
		return L_0;
	}
}
extern "C"  String_t* Single_ToString_m3947131094_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_ToString_m3947131094(_thisAdjusted, method);
}
// System.String System.Single::ToString(System.IFormatProvider)
extern "C"  String_t* Single_ToString_m3107811250 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_ToString_m3107811250_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var);
		String_t* L_1 = NumberFormatter_NumberToString_m567544656(NULL /*static, unused*/, (*((float*)__this)), L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
extern "C"  String_t* Single_ToString_m3107811250_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_ToString_m3107811250(_thisAdjusted, ___provider0, method);
}
// System.String System.Single::ToString(System.String,System.IFormatProvider)
extern "C"  String_t* Single_ToString_m543431371 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Single_ToString_m543431371_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___format0;
		RuntimeObject* L_1 = ___provider1;
		IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var);
		String_t* L_2 = NumberFormatter_NumberToString_m2583974918(NULL /*static, unused*/, L_0, (*((float*)__this)), L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
extern "C"  String_t* Single_ToString_m543431371_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_ToString_m543431371(_thisAdjusted, ___format0, ___provider1, method);
}
// System.TypeCode System.Single::GetTypeCode()
extern "C"  int32_t Single_GetTypeCode_m3104238724 (float* __this, const RuntimeMethod* method)
{
	{
		return (int32_t)(((int32_t)13));
	}
}
extern "C"  int32_t Single_GetTypeCode_m3104238724_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
	float* _thisAdjusted = reinterpret_cast<float*>(__this + 1);
	return Single_GetTypeCode_m3104238724(_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.StackOverflowException::.ctor()
extern "C"  void StackOverflowException__ctor_m592204071 (StackOverflowException_t3629451388 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StackOverflowException__ctor_m592204071_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1706066203, /*hidden argument*/NULL);
		SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.StackOverflowException::.ctor(System.String)
extern "C"  void StackOverflowException__ctor_m3139217097 (StackOverflowException_t3629451388 * __this, String_t* ___message0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___message0;
		SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.StackOverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C"  void StackOverflowException__ctor_m3777153282 (StackOverflowException_t3629451388 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237  ___context1, const RuntimeMethod* method)
{
	{
		SerializationInfo_t950877179 * L_0 = ___info0;
		StreamingContext_t3711869237  L_1 = ___context1;
		SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.String::.ctor(System.Char*,System.Int32,System.Int32)
extern "C"  void String__ctor_m1266423354 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
	typedef void (*String__ctor_m1266423354_ftn) (String_t*, Il2CppChar*, int32_t, int32_t);
	using namespace il2cpp::icalls;
	 ((String__ctor_m1266423354_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2);
}
// System.Void System.String::.ctor(System.Char[],System.Int32,System.Int32)
extern "C"  void String__ctor_m1926862525 (String_t* __this, CharU5BU5D_t3528271667* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
	typedef void (*String__ctor_m1926862525_ftn) (String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t);
	using namespace il2cpp::icalls;
	 ((String__ctor_m1926862525_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2);
}
// System.Void System.String::.ctor(System.Char[])
extern "C"  void String__ctor_m1800510039 (String_t* __this, CharU5BU5D_t3528271667* ___value0, const RuntimeMethod* method)
{
	typedef void (*String__ctor_m1800510039_ftn) (String_t*, CharU5BU5D_t3528271667*);
	using namespace il2cpp::icalls;
	 ((String__ctor_m1800510039_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0);
}
// System.Void System.String::.ctor(System.Char,System.Int32)
extern "C"  void String__ctor_m229724522 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method)
{
	typedef void (*String__ctor_m229724522_ftn) (String_t*, Il2CppChar, int32_t);
	using namespace il2cpp::icalls;
	 ((String__ctor_m229724522_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___c0, ___count1);
}
// System.Void System.String::.cctor()
extern "C"  void String__cctor_m261295518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String__cctor_m261295518_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->set_Empty_2(_stringLiteral757602046);
		CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)27)));
		RuntimeFieldHandle_t1871169219  L_1 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D0_0_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL);
		((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->set_WhiteChars_3(L_0);
		return;
	}
}
// System.Boolean System.String::System.IConvertible.ToBoolean(System.IFormatProvider)
extern "C"  bool String_System_IConvertible_ToBoolean_m887520575 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToBoolean_m887520575_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		bool L_1 = Convert_ToBoolean_m3588715767(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Byte System.String::System.IConvertible.ToByte(System.IFormatProvider)
extern "C"  uint8_t String_System_IConvertible_ToByte_m4057316234 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToByte_m4057316234_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		uint8_t L_1 = Convert_ToByte_m3367409178(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Char System.String::System.IConvertible.ToChar(System.IFormatProvider)
extern "C"  Il2CppChar String_System_IConvertible_ToChar_m863771412 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToChar_m863771412_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		Il2CppChar L_1 = Convert_ToChar_m1442101407(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.DateTime System.String::System.IConvertible.ToDateTime(System.IFormatProvider)
extern "C"  DateTime_t3738529785  String_System_IConvertible_ToDateTime_m3578483777 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToDateTime_m3578483777_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		DateTime_t3738529785  L_1 = Convert_ToDateTime_m3802186295(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Decimal System.String::System.IConvertible.ToDecimal(System.IFormatProvider)
extern "C"  Decimal_t2948259380  String_System_IConvertible_ToDecimal_m997069272 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToDecimal_m997069272_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		Decimal_t2948259380  L_1 = Convert_ToDecimal_m1233667008(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Double System.String::System.IConvertible.ToDouble(System.IFormatProvider)
extern "C"  double String_System_IConvertible_ToDouble_m3740733360 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToDouble_m3740733360_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		double L_1 = Convert_ToDouble_m2291761709(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Int16 System.String::System.IConvertible.ToInt16(System.IFormatProvider)
extern "C"  int16_t String_System_IConvertible_ToInt16_m1880095008 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt16_m1880095008_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int16_t L_1 = Convert_ToInt16_m3185404879(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Int32 System.String::System.IConvertible.ToInt32(System.IFormatProvider)
extern "C"  int32_t String_System_IConvertible_ToInt32_m2665383247 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt32_m2665383247_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int32_t L_1 = Convert_ToInt32_m2128774575(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Int64 System.String::System.IConvertible.ToInt64(System.IFormatProvider)
extern "C"  int64_t String_System_IConvertible_ToInt64_m3494136111 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt64_m3494136111_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int64_t L_1 = Convert_ToInt64_m2849840611(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.SByte System.String::System.IConvertible.ToSByte(System.IFormatProvider)
extern "C"  int8_t String_System_IConvertible_ToSByte_m945078350 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToSByte_m945078350_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int8_t L_1 = Convert_ToSByte_m4075629912(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Single System.String::System.IConvertible.ToSingle(System.IFormatProvider)
extern "C"  float String_System_IConvertible_ToSingle_m2571483125 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToSingle_m2571483125_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		float L_1 = Convert_ToSingle_m2533452644(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Object System.String::System.IConvertible.ToType(System.Type,System.IFormatProvider)
extern "C"  RuntimeObject * String_System_IConvertible_ToType_m3431692856 (String_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToType_m3431692856_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t * L_0 = ___targetType0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3243520166, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		Type_t * L_2 = ___targetType0;
		RuntimeObject* L_3 = ___provider1;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		RuntimeObject * L_4 = Convert_ToType_m2406080310(NULL /*static, unused*/, __this, L_2, L_3, (bool)0, /*hidden argument*/NULL);
		return L_4;
	}
}
// System.UInt16 System.String::System.IConvertible.ToUInt16(System.IFormatProvider)
extern "C"  uint16_t String_System_IConvertible_ToUInt16_m2888090399 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt16_m2888090399_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		uint16_t L_1 = Convert_ToUInt16_m3216249716(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.UInt32 System.String::System.IConvertible.ToUInt32(System.IFormatProvider)
extern "C"  uint32_t String_System_IConvertible_ToUInt32_m281099219 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt32_m281099219_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		uint32_t L_1 = Convert_ToUInt32_m3920761395(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.UInt64 System.String::System.IConvertible.ToUInt64(System.IFormatProvider)
extern "C"  uint64_t String_System_IConvertible_ToUInt64_m4086947440 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt64_m4086947440_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___provider0;
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		uint64_t L_1 = Convert_ToUInt64_m2629133713(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Collections.Generic.IEnumerator`1<System.Char> System.String::System.Collections.Generic.IEnumerable<char>.GetEnumerator()
extern "C"  RuntimeObject* String_System_Collections_Generic_IEnumerableU3CcharU3E_GetEnumerator_m1490086850 (String_t* __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_Collections_Generic_IEnumerableU3CcharU3E_GetEnumerator_m1490086850_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharEnumerator_t1121470421 * L_0 = (CharEnumerator_t1121470421 *)il2cpp_codegen_object_new(CharEnumerator_t1121470421_il2cpp_TypeInfo_var);
		CharEnumerator__ctor_m3465358752(L_0, __this, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Collections.IEnumerator System.String::System.Collections.IEnumerable.GetEnumerator()
extern "C"  RuntimeObject* String_System_Collections_IEnumerable_GetEnumerator_m3198926340 (String_t* __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_System_Collections_IEnumerable_GetEnumerator_m3198926340_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharEnumerator_t1121470421 * L_0 = (CharEnumerator_t1121470421 *)il2cpp_codegen_object_new(CharEnumerator_t1121470421_il2cpp_TypeInfo_var);
		CharEnumerator__ctor_m3465358752(L_0, __this, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Boolean System.String::Equals(System.String,System.String)
extern "C"  bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	int32_t G_B27_0 = 0;
	{
		String_t* L_0 = ___a0;
		String_t* L_1 = ___b1;
		if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
		{
			goto IL_0009;
		}
	}
	{
		return (bool)1;
	}

IL_0009:
	{
		String_t* L_2 = ___a0;
		if (!L_2)
		{
			goto IL_0015;
		}
	}
	{
		String_t* L_3 = ___b1;
		if (L_3)
		{
			goto IL_0017;
		}
	}

IL_0015:
	{
		return (bool)0;
	}

IL_0017:
	{
		String_t* L_4 = ___a0;
		NullCheck(L_4);
		int32_t L_5 = L_4->get_length_0();
		V_0 = L_5;
		int32_t L_6 = V_0;
		String_t* L_7 = ___b1;
		NullCheck(L_7);
		int32_t L_8 = L_7->get_length_0();
		if ((((int32_t)L_6) == ((int32_t)L_8)))
		{
			goto IL_002c;
		}
	}
	{
		return (bool)0;
	}

IL_002c:
	{
		String_t* L_9 = ___a0;
		NullCheck(L_9);
		Il2CppChar* L_10 = L_9->get_address_of_start_char_1();
		V_1 = (Il2CppChar*)L_10;
		String_t* L_11 = ___b1;
		NullCheck(L_11);
		Il2CppChar* L_12 = L_11->get_address_of_start_char_1();
		V_2 = (Il2CppChar*)L_12;
		Il2CppChar* L_13 = V_1;
		V_3 = (Il2CppChar*)L_13;
		Il2CppChar* L_14 = V_2;
		V_4 = (Il2CppChar*)L_14;
		goto IL_008c;
	}

IL_0044:
	{
		Il2CppChar* L_15 = V_3;
		Il2CppChar* L_16 = V_4;
		if ((!(((uint32_t)(*((int32_t*)L_15))) == ((uint32_t)(*((int32_t*)L_16))))))
		{
			goto IL_007a;
		}
	}
	{
		Il2CppChar* L_17 = V_3;
		Il2CppChar* L_18 = V_4;
		if ((!(((uint32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)4))))) == ((uint32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)4))))))))
		{
			goto IL_007a;
		}
	}
	{
		Il2CppChar* L_19 = V_3;
		Il2CppChar* L_20 = V_4;
		if ((!(((uint32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)8))))) == ((uint32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)8))))))))
		{
			goto IL_007a;
		}
	}
	{
		Il2CppChar* L_21 = V_3;
		Il2CppChar* L_22 = V_4;
		if ((((int32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)((int32_t)12)))))) == ((int32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)((int32_t)12))))))))
		{
			goto IL_007c;
		}
	}

IL_007a:
	{
		return (bool)0;
	}

IL_007c:
	{
		Il2CppChar* L_23 = V_3;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)((int32_t)16)));
		Il2CppChar* L_24 = V_4;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)((int32_t)16)));
		int32_t L_25 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)8));
	}

IL_008c:
	{
		int32_t L_26 = V_0;
		if ((((int32_t)L_26) >= ((int32_t)8)))
		{
			goto IL_0044;
		}
	}
	{
		int32_t L_27 = V_0;
		if ((((int32_t)L_27) < ((int32_t)4)))
		{
			goto IL_00c2;
		}
	}
	{
		Il2CppChar* L_28 = V_3;
		Il2CppChar* L_29 = V_4;
		if ((!(((uint32_t)(*((int32_t*)L_28))) == ((uint32_t)(*((int32_t*)L_29))))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar* L_30 = V_3;
		Il2CppChar* L_31 = V_4;
		if ((((int32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)4))))) == ((int32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)4)))))))
		{
			goto IL_00b4;
		}
	}

IL_00b2:
	{
		return (bool)0;
	}

IL_00b4:
	{
		Il2CppChar* L_32 = V_3;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)8));
		Il2CppChar* L_33 = V_4;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)8));
		int32_t L_34 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)4));
	}

IL_00c2:
	{
		int32_t L_35 = V_0;
		if ((((int32_t)L_35) <= ((int32_t)1)))
		{
			goto IL_00e3;
		}
	}
	{
		Il2CppChar* L_36 = V_3;
		Il2CppChar* L_37 = V_4;
		if ((((int32_t)(*((int32_t*)L_36))) == ((int32_t)(*((int32_t*)L_37)))))
		{
			goto IL_00d5;
		}
	}
	{
		return (bool)0;
	}

IL_00d5:
	{
		Il2CppChar* L_38 = V_3;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)4));
		Il2CppChar* L_39 = V_4;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)4));
		int32_t L_40 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)2));
	}

IL_00e3:
	{
		int32_t L_41 = V_0;
		if (!L_41)
		{
			goto IL_00f2;
		}
	}
	{
		Il2CppChar* L_42 = V_3;
		Il2CppChar* L_43 = V_4;
		G_B27_0 = ((((int32_t)(*((uint16_t*)L_42))) == ((int32_t)(*((uint16_t*)L_43))))? 1 : 0);
		goto IL_00f3;
	}

IL_00f2:
	{
		G_B27_0 = 1;
	}

IL_00f3:
	{
		return (bool)G_B27_0;
	}
}
// System.Boolean System.String::Equals(System.Object)
extern "C"  bool String_Equals_m1039194686 (String_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Equals_m1039194686_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject * L_0 = ___obj0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_1 = String_Equals_m1744302937(NULL /*static, unused*/, __this, ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Boolean System.String::Equals(System.String)
extern "C"  bool String_Equals_m2270643605 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Equals_m2270643605_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___value0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_1 = String_Equals_m1744302937(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Char System.String::get_Chars(System.Int32)
extern "C"  Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_get_Chars_m2986988803_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	{
		int32_t L_0 = ___index0;
		if ((((int32_t)L_0) < ((int32_t)0)))
		{
			goto IL_0013;
		}
	}
	{
		int32_t L_1 = ___index0;
		int32_t L_2 = __this->get_length_0();
		if ((((int32_t)L_1) < ((int32_t)L_2)))
		{
			goto IL_0019;
		}
	}

IL_0013:
	{
		IndexOutOfRangeException_t1578797820 * L_3 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var);
		IndexOutOfRangeException__ctor_m2441337274(L_3, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0019:
	{
		Il2CppChar* L_4 = __this->get_address_of_start_char_1();
		V_0 = (Il2CppChar*)L_4;
		Il2CppChar* L_5 = V_0;
		int32_t L_6 = ___index0;
		return (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2))))));
	}
}
// System.Object System.String::Clone()
extern "C"  RuntimeObject * String_Clone_m3573869765 (String_t* __this, const RuntimeMethod* method)
{
	{
		return __this;
	}
}
// System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32)
extern "C"  void String_CopyTo_m2803757991 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t3528271667* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CopyTo_m2803757991_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	String_t* V_2 = NULL;
	uintptr_t G_B16_0 = 0;
	{
		CharU5BU5D_t3528271667* L_0 = ___destination1;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2783568775, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___sourceIndex0;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_0028;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral4004074309, _stringLiteral2066644356, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0028:
	{
		int32_t L_4 = ___destinationIndex2;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_003f;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral1511102372, _stringLiteral1538545496, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_003f:
	{
		int32_t L_6 = ___count3;
		if ((((int32_t)L_6) >= ((int32_t)0)))
		{
			goto IL_0057;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral1538545496, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0057:
	{
		int32_t L_8 = ___sourceIndex0;
		int32_t L_9 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		int32_t L_10 = ___count3;
		if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)))))
		{
			goto IL_0076;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral4004074309, _stringLiteral2712588567, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11);
	}

IL_0076:
	{
		int32_t L_12 = ___destinationIndex2;
		CharU5BU5D_t3528271667* L_13 = ___destination1;
		NullCheck(L_13);
		int32_t L_14 = ___count3;
		if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), (int32_t)L_14)))))
		{
			goto IL_0092;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_15, _stringLiteral1511102372, _stringLiteral3934428837, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_15);
	}

IL_0092:
	{
		CharU5BU5D_t3528271667* L_16 = ___destination1;
		if (!L_16)
		{
			goto IL_00a0;
		}
	}
	{
		CharU5BU5D_t3528271667* L_17 = ___destination1;
		NullCheck(L_17);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))
		{
			goto IL_00a7;
		}
	}

IL_00a0:
	{
		G_B16_0 = (((uintptr_t)0));
		goto IL_00ae;
	}

IL_00a7:
	{
		CharU5BU5D_t3528271667* L_18 = ___destination1;
		NullCheck(L_18);
		G_B16_0 = ((uintptr_t)(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_00ae:
	{
		V_0 = (Il2CppChar*)G_B16_0;
		V_2 = __this;
		String_t* L_19 = V_2;
		int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_19)), (int32_t)L_20));
		Il2CppChar* L_21 = V_0;
		int32_t L_22 = ___destinationIndex2;
		Il2CppChar* L_23 = V_1;
		int32_t L_24 = ___sourceIndex0;
		int32_t L_25 = ___count3;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)2)))), L_25, /*hidden argument*/NULL);
		V_0 = (Il2CppChar*)(((uintptr_t)0));
		V_2 = (String_t*)NULL;
		return;
	}
}
// System.Char[] System.String::ToCharArray()
extern "C"  CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_length_0();
		CharU5BU5D_t3528271667* L_1 = String_ToCharArray_m2268354229(__this, 0, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Char[] System.String::ToCharArray(System.Int32,System.Int32)
extern "C"  CharU5BU5D_t3528271667* String_ToCharArray_m2268354229 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ToCharArray_m2268354229_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	CharU5BU5D_t3528271667* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	String_t* V_3 = NULL;
	uintptr_t G_B10_0 = 0;
	{
		int32_t L_0 = ___startIndex0;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0017;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral2410720131, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		int32_t L_2 = ___length1;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_002e;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1212500642, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_002e:
	{
		int32_t L_4 = ___startIndex0;
		int32_t L_5 = __this->get_length_0();
		int32_t L_6 = ___length1;
		if ((((int32_t)L_4) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)))))
		{
			goto IL_004c;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2410720131, _stringLiteral3172736746, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_004c:
	{
		int32_t L_8 = ___length1;
		V_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_8));
		CharU5BU5D_t3528271667* L_9 = V_0;
		if (!L_9)
		{
			goto IL_0061;
		}
	}
	{
		CharU5BU5D_t3528271667* L_10 = V_0;
		NullCheck(L_10);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))
		{
			goto IL_0068;
		}
	}

IL_0061:
	{
		G_B10_0 = (((uintptr_t)0));
		goto IL_006f;
	}

IL_0068:
	{
		CharU5BU5D_t3528271667* L_11 = V_0;
		NullCheck(L_11);
		G_B10_0 = ((uintptr_t)(((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_006f:
	{
		V_1 = (Il2CppChar*)G_B10_0;
		V_3 = __this;
		String_t* L_12 = V_3;
		int32_t L_13 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_12)), (int32_t)L_13));
		Il2CppChar* L_14 = V_1;
		Il2CppChar* L_15 = V_2;
		int32_t L_16 = ___startIndex0;
		int32_t L_17 = ___length1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_14, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2)))), L_17, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)(((uintptr_t)0));
		V_3 = (String_t*)NULL;
		CharU5BU5D_t3528271667* L_18 = V_0;
		return L_18;
	}
}
// System.String[] System.String::Split(System.Char[])
extern "C"  StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, const RuntimeMethod* method)
{
	{
		CharU5BU5D_t3528271667* L_0 = ___separator0;
		StringU5BU5D_t1281789340* L_1 = String_Split_m2077324731(__this, L_0, ((int32_t)2147483647LL), /*hidden argument*/NULL);
		return L_1;
	}
}
// System.String[] System.String::Split(System.Char[],System.Int32)
extern "C"  StringU5BU5D_t1281789340* String_Split_m2077324731 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Split_m2077324731_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ___separator0;
		if (!L_0)
		{
			goto IL_000e;
		}
	}
	{
		CharU5BU5D_t3528271667* L_1 = ___separator0;
		NullCheck(L_1);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))
		{
			goto IL_0015;
		}
	}

IL_000e:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_WhiteChars_3();
		___separator0 = L_2;
	}

IL_0015:
	{
		int32_t L_3 = ___count1;
		if ((((int32_t)L_3) >= ((int32_t)0)))
		{
			goto IL_0027;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral2002595880, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0027:
	{
		int32_t L_5 = ___count1;
		if (L_5)
		{
			goto IL_0034;
		}
	}
	{
		return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0));
	}

IL_0034:
	{
		int32_t L_6 = ___count1;
		if ((!(((uint32_t)L_6) == ((uint32_t)1))))
		{
			goto IL_0046;
		}
	}
	{
		StringU5BU5D_t1281789340* L_7 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1));
		NullCheck(L_7);
		ArrayElementTypeCheck (L_7, __this);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)__this);
		return L_7;
	}

IL_0046:
	{
		CharU5BU5D_t3528271667* L_8 = ___separator0;
		int32_t L_9 = ___count1;
		StringU5BU5D_t1281789340* L_10 = String_InternalSplit_m1398300789(__this, L_8, L_9, 0, /*hidden argument*/NULL);
		return L_10;
	}
}
// System.String[] System.String::Split(System.Char[],System.Int32,System.StringSplitOptions)
extern "C"  StringU5BU5D_t1281789340* String_Split_m3580120853 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Split_m3580120853_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ___separator0;
		if (!L_0)
		{
			goto IL_000e;
		}
	}
	{
		CharU5BU5D_t3528271667* L_1 = ___separator0;
		NullCheck(L_1);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))
		{
			goto IL_001c;
		}
	}

IL_000e:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_WhiteChars_3();
		int32_t L_3 = ___count1;
		int32_t L_4 = ___options2;
		StringU5BU5D_t1281789340* L_5 = String_Split_m3580120853(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
		return L_5;
	}

IL_001c:
	{
		int32_t L_6 = ___count1;
		if ((((int32_t)L_6) >= ((int32_t)0)))
		{
			goto IL_0033;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral2362608972, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0033:
	{
		int32_t L_8 = ___options2;
		if (!L_8)
		{
			goto IL_005b;
		}
	}
	{
		int32_t L_9 = ___options2;
		if ((((int32_t)L_9) == ((int32_t)1)))
		{
			goto IL_005b;
		}
	}
	{
		int32_t L_10 = ___options2;
		int32_t L_11 = L_10;
		RuntimeObject * L_12 = Box(StringSplitOptions_t641086070_il2cpp_TypeInfo_var, &L_11);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_13 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1931948496, L_12, _stringLiteral3452614530, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_14, L_13, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_14);
	}

IL_005b:
	{
		int32_t L_15 = ___count1;
		if (L_15)
		{
			goto IL_0068;
		}
	}
	{
		return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0));
	}

IL_0068:
	{
		CharU5BU5D_t3528271667* L_16 = ___separator0;
		int32_t L_17 = ___count1;
		int32_t L_18 = ___options2;
		StringU5BU5D_t1281789340* L_19 = String_InternalSplit_m1398300789(__this, L_16, L_17, L_18, /*hidden argument*/NULL);
		return L_19;
	}
}
// System.String[] System.String::Split(System.String[],System.Int32,System.StringSplitOptions)
extern "C"  StringU5BU5D_t1281789340* String_Split_m2533743664 (String_t* __this, StringU5BU5D_t1281789340* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Split_m2533743664_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	List_1_t3319525431 * V_1 = NULL;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	int32_t V_6 = 0;
	String_t* V_7 = NULL;
	int32_t V_8 = 0;
	{
		StringU5BU5D_t1281789340* L_0 = ___separator0;
		if (!L_0)
		{
			goto IL_000e;
		}
	}
	{
		StringU5BU5D_t1281789340* L_1 = ___separator0;
		NullCheck(L_1);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))
		{
			goto IL_001c;
		}
	}

IL_000e:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_WhiteChars_3();
		int32_t L_3 = ___count1;
		int32_t L_4 = ___options2;
		StringU5BU5D_t1281789340* L_5 = String_Split_m3580120853(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
		return L_5;
	}

IL_001c:
	{
		int32_t L_6 = ___count1;
		if ((((int32_t)L_6) >= ((int32_t)0)))
		{
			goto IL_0033;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral2362608972, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0033:
	{
		int32_t L_8 = ___options2;
		if (!L_8)
		{
			goto IL_005b;
		}
	}
	{
		int32_t L_9 = ___options2;
		if ((((int32_t)L_9) == ((int32_t)1)))
		{
			goto IL_005b;
		}
	}
	{
		int32_t L_10 = ___options2;
		int32_t L_11 = L_10;
		RuntimeObject * L_12 = Box(StringSplitOptions_t641086070_il2cpp_TypeInfo_var, &L_11);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_13 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1931948496, L_12, _stringLiteral3452614530, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_14, L_13, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_14);
	}

IL_005b:
	{
		int32_t L_15 = ___count1;
		if ((!(((uint32_t)L_15) == ((uint32_t)1))))
		{
			goto IL_006d;
		}
	}
	{
		StringU5BU5D_t1281789340* L_16 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1));
		NullCheck(L_16);
		ArrayElementTypeCheck (L_16, __this);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)__this);
		return L_16;
	}

IL_006d:
	{
		int32_t L_17 = ___options2;
		V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_17&(int32_t)1))) == ((int32_t)1))? 1 : 0);
		int32_t L_18 = ___count1;
		if (!L_18)
		{
			goto IL_0090;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, __this, L_19, /*hidden argument*/NULL);
		if (!L_20)
		{
			goto IL_0097;
		}
	}
	{
		bool L_21 = V_0;
		if (!L_21)
		{
			goto IL_0097;
		}
	}

IL_0090:
	{
		return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0));
	}

IL_0097:
	{
		List_1_t3319525431 * L_22 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var);
		List_1__ctor_m706204246(L_22, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var);
		V_1 = L_22;
		V_2 = 0;
		V_3 = 0;
		goto IL_015f;
	}

IL_00a6:
	{
		V_4 = (-1);
		V_5 = ((int32_t)2147483647LL);
		V_6 = 0;
		goto IL_0105;
	}

IL_00b8:
	{
		StringU5BU5D_t1281789340* L_23 = ___separator0;
		int32_t L_24 = V_6;
		NullCheck(L_23);
		int32_t L_25 = L_24;
		String_t* L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
		V_7 = L_26;
		String_t* L_27 = V_7;
		if (!L_27)
		{
			goto IL_00d6;
		}
	}
	{
		String_t* L_28 = V_7;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL);
		if (!L_30)
		{
			goto IL_00db;
		}
	}

IL_00d6:
	{
		goto IL_00ff;
	}

IL_00db:
	{
		String_t* L_31 = V_7;
		int32_t L_32 = V_2;
		int32_t L_33 = String_IndexOf_m3406607758(__this, L_31, L_32, /*hidden argument*/NULL);
		V_8 = L_33;
		int32_t L_34 = V_8;
		if ((((int32_t)L_34) <= ((int32_t)(-1))))
		{
			goto IL_00ff;
		}
	}
	{
		int32_t L_35 = V_8;
		int32_t L_36 = V_5;
		if ((((int32_t)L_35) >= ((int32_t)L_36)))
		{
			goto IL_00ff;
		}
	}
	{
		int32_t L_37 = V_6;
		V_4 = L_37;
		int32_t L_38 = V_8;
		V_5 = L_38;
	}

IL_00ff:
	{
		int32_t L_39 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
	}

IL_0105:
	{
		int32_t L_40 = V_6;
		StringU5BU5D_t1281789340* L_41 = ___separator0;
		NullCheck(L_41);
		if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length)))))))
		{
			goto IL_00b8;
		}
	}
	{
		int32_t L_42 = V_4;
		if ((!(((uint32_t)L_42) == ((uint32_t)(-1)))))
		{
			goto IL_011c;
		}
	}
	{
		goto IL_016b;
	}

IL_011c:
	{
		int32_t L_43 = V_5;
		int32_t L_44 = V_2;
		if ((!(((uint32_t)L_43) == ((uint32_t)L_44))))
		{
			goto IL_012a;
		}
	}
	{
		bool L_45 = V_0;
		if (L_45)
		{
			goto IL_014e;
		}
	}

IL_012a:
	{
		List_1_t3319525431 * L_46 = V_1;
		NullCheck(L_46);
		int32_t L_47 = List_1_get_Count_m2276455407(L_46, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var);
		int32_t L_48 = ___count1;
		if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)1))))))
		{
			goto IL_013d;
		}
	}
	{
		goto IL_016b;
	}

IL_013d:
	{
		List_1_t3319525431 * L_49 = V_1;
		int32_t L_50 = V_2;
		int32_t L_51 = V_5;
		int32_t L_52 = V_2;
		String_t* L_53 = String_Substring_m1610150815(__this, L_50, ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)), /*hidden argument*/NULL);
		NullCheck(L_49);
		List_1_Add_m1685793073(L_49, L_53, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var);
	}

IL_014e:
	{
		int32_t L_54 = V_5;
		StringU5BU5D_t1281789340* L_55 = ___separator0;
		int32_t L_56 = V_4;
		NullCheck(L_55);
		int32_t L_57 = L_56;
		String_t* L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
		NullCheck(L_58);
		int32_t L_59 = String_get_Length_m3847582255(L_58, /*hidden argument*/NULL);
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_59));
		int32_t L_60 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
	}

IL_015f:
	{
		int32_t L_61 = V_2;
		int32_t L_62 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((((int32_t)L_61) < ((int32_t)L_62)))
		{
			goto IL_00a6;
		}
	}

IL_016b:
	{
		int32_t L_63 = V_3;
		if (L_63)
		{
			goto IL_017c;
		}
	}
	{
		StringU5BU5D_t1281789340* L_64 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1));
		NullCheck(L_64);
		ArrayElementTypeCheck (L_64, __this);
		(L_64)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)__this);
		return L_64;
	}

IL_017c:
	{
		bool L_65 = V_0;
		if (!L_65)
		{
			goto IL_01a6;
		}
	}
	{
		int32_t L_66 = V_3;
		if (!L_66)
		{
			goto IL_01a6;
		}
	}
	{
		int32_t L_67 = V_2;
		int32_t L_68 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_67) == ((uint32_t)L_68))))
		{
			goto IL_01a6;
		}
	}
	{
		List_1_t3319525431 * L_69 = V_1;
		NullCheck(L_69);
		int32_t L_70 = List_1_get_Count_m2276455407(L_69, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var);
		if (L_70)
		{
			goto IL_01a6;
		}
	}
	{
		return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0));
	}

IL_01a6:
	{
		bool L_71 = V_0;
		if (!L_71)
		{
			goto IL_01b8;
		}
	}
	{
		int32_t L_72 = V_2;
		int32_t L_73 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((((int32_t)L_72) == ((int32_t)L_73)))
		{
			goto IL_01c5;
		}
	}

IL_01b8:
	{
		List_1_t3319525431 * L_74 = V_1;
		int32_t L_75 = V_2;
		String_t* L_76 = String_Substring_m2848979100(__this, L_75, /*hidden argument*/NULL);
		NullCheck(L_74);
		List_1_Add_m1685793073(L_74, L_76, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var);
	}

IL_01c5:
	{
		List_1_t3319525431 * L_77 = V_1;
		NullCheck(L_77);
		StringU5BU5D_t1281789340* L_78 = List_1_ToArray_m3983937259(L_77, /*hidden argument*/List_1_ToArray_m3983937259_RuntimeMethod_var);
		return L_78;
	}
}
// System.String[] System.String::Split(System.String[],System.StringSplitOptions)
extern "C"  StringU5BU5D_t1281789340* String_Split_m4013853433 (String_t* __this, StringU5BU5D_t1281789340* ___separator0, int32_t ___options1, const RuntimeMethod* method)
{
	{
		StringU5BU5D_t1281789340* L_0 = ___separator0;
		int32_t L_1 = ___options1;
		StringU5BU5D_t1281789340* L_2 = String_Split_m2533743664(__this, L_0, ((int32_t)2147483647LL), L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// System.String System.String::Substring(System.Int32)
extern "C"  String_t* String_Substring_m2848979100 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Substring_m2848979100_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___startIndex0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return __this;
	}

IL_0008:
	{
		int32_t L_1 = ___startIndex0;
		if ((((int32_t)L_1) < ((int32_t)0)))
		{
			goto IL_001b;
		}
	}
	{
		int32_t L_2 = ___startIndex0;
		int32_t L_3 = __this->get_length_0();
		if ((((int32_t)L_2) <= ((int32_t)L_3)))
		{
			goto IL_0026;
		}
	}

IL_001b:
	{
		ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral2410720131, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0026:
	{
		int32_t L_5 = ___startIndex0;
		int32_t L_6 = __this->get_length_0();
		int32_t L_7 = ___startIndex0;
		String_t* L_8 = String_SubstringUnchecked_m1840487357(__this, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL);
		return L_8;
	}
}
// System.String System.String::Substring(System.Int32,System.Int32)
extern "C"  String_t* String_Substring_m1610150815 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Substring_m1610150815_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___length1;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0017;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1212500642, _stringLiteral1538545496, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		int32_t L_2 = ___startIndex0;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_002e;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral1538545496, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_002e:
	{
		int32_t L_4 = ___startIndex0;
		int32_t L_5 = __this->get_length_0();
		if ((((int32_t)L_4) <= ((int32_t)L_5)))
		{
			goto IL_004a;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral2410720131, _stringLiteral4206148578, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_004a:
	{
		int32_t L_7 = ___startIndex0;
		int32_t L_8 = __this->get_length_0();
		int32_t L_9 = ___length1;
		if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)))))
		{
			goto IL_0068;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral1212500642, _stringLiteral2237445899, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_0068:
	{
		int32_t L_11 = ___startIndex0;
		if (L_11)
		{
			goto IL_007c;
		}
	}
	{
		int32_t L_12 = ___length1;
		int32_t L_13 = __this->get_length_0();
		if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
		{
			goto IL_007c;
		}
	}
	{
		return __this;
	}

IL_007c:
	{
		int32_t L_14 = ___startIndex0;
		int32_t L_15 = ___length1;
		String_t* L_16 = String_SubstringUnchecked_m1840487357(__this, L_14, L_15, /*hidden argument*/NULL);
		return L_16;
	}
}
// System.String System.String::SubstringUnchecked(System.Int32,System.Int32)
extern "C"  String_t* String_SubstringUnchecked_m1840487357 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_SubstringUnchecked_m1840487357_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	String_t* V_3 = NULL;
	String_t* V_4 = NULL;
	{
		int32_t L_0 = ___length1;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_000c:
	{
		int32_t L_2 = ___length1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_3 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		String_t* L_4 = V_0;
		V_3 = L_4;
		String_t* L_5 = V_3;
		int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_5)), (int32_t)L_6));
		V_4 = __this;
		String_t* L_7 = V_4;
		int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8));
		Il2CppChar* L_9 = V_1;
		Il2CppChar* L_10 = V_2;
		int32_t L_11 = ___startIndex0;
		int32_t L_12 = ___length1;
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_9, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2)))), L_12, /*hidden argument*/NULL);
		V_3 = (String_t*)NULL;
		V_4 = (String_t*)NULL;
		String_t* L_13 = V_0;
		return L_13;
	}
}
// System.String System.String::Trim()
extern "C"  String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Trim_m923598732_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		int32_t L_0 = __this->get_length_0();
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_0011:
	{
		int32_t L_2 = __this->get_length_0();
		int32_t L_3 = String_FindNotWhiteSpace_m2733198255(__this, 0, L_2, 1, /*hidden argument*/NULL);
		V_0 = L_3;
		int32_t L_4 = V_0;
		int32_t L_5 = __this->get_length_0();
		if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
		{
			goto IL_0032;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_6;
	}

IL_0032:
	{
		int32_t L_7 = __this->get_length_0();
		int32_t L_8 = V_0;
		int32_t L_9 = String_FindNotWhiteSpace_m2733198255(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), L_8, (-1), /*hidden argument*/NULL);
		V_1 = L_9;
		int32_t L_10 = V_1;
		int32_t L_11 = V_0;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1));
		int32_t L_12 = V_2;
		int32_t L_13 = __this->get_length_0();
		if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
		{
			goto IL_0057;
		}
	}
	{
		return __this;
	}

IL_0057:
	{
		int32_t L_14 = V_0;
		int32_t L_15 = V_2;
		String_t* L_16 = String_SubstringUnchecked_m1840487357(__this, L_14, L_15, /*hidden argument*/NULL);
		return L_16;
	}
}
// System.String System.String::Trim(System.Char[])
extern "C"  String_t* String_Trim_m3384720403 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Trim_m3384720403_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		CharU5BU5D_t3528271667* L_0 = ___trimChars0;
		if (!L_0)
		{
			goto IL_000e;
		}
	}
	{
		CharU5BU5D_t3528271667* L_1 = ___trimChars0;
		NullCheck(L_1);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))
		{
			goto IL_0015;
		}
	}

IL_000e:
	{
		String_t* L_2 = String_Trim_m923598732(__this, /*hidden argument*/NULL);
		return L_2;
	}

IL_0015:
	{
		int32_t L_3 = __this->get_length_0();
		if (L_3)
		{
			goto IL_0026;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_4;
	}

IL_0026:
	{
		int32_t L_5 = __this->get_length_0();
		CharU5BU5D_t3528271667* L_6 = ___trimChars0;
		int32_t L_7 = String_FindNotInTable_m421831114(__this, 0, L_5, 1, L_6, /*hidden argument*/NULL);
		V_0 = L_7;
		int32_t L_8 = V_0;
		int32_t L_9 = __this->get_length_0();
		if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
		{
			goto IL_0048;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_10;
	}

IL_0048:
	{
		int32_t L_11 = __this->get_length_0();
		int32_t L_12 = V_0;
		CharU5BU5D_t3528271667* L_13 = ___trimChars0;
		int32_t L_14 = String_FindNotInTable_m421831114(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), L_12, (-1), L_13, /*hidden argument*/NULL);
		V_1 = L_14;
		int32_t L_15 = V_1;
		int32_t L_16 = V_0;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), (int32_t)1));
		int32_t L_17 = V_2;
		int32_t L_18 = __this->get_length_0();
		if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
		{
			goto IL_006e;
		}
	}
	{
		return __this;
	}

IL_006e:
	{
		int32_t L_19 = V_0;
		int32_t L_20 = V_2;
		String_t* L_21 = String_SubstringUnchecked_m1840487357(__this, L_19, L_20, /*hidden argument*/NULL);
		return L_21;
	}
}
// System.String System.String::TrimStart(System.Char[])
extern "C"  String_t* String_TrimStart_m1431283012 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_TrimStart_m1431283012_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = __this->get_length_0();
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_0011:
	{
		CharU5BU5D_t3528271667* L_2 = ___trimChars0;
		if (!L_2)
		{
			goto IL_001f;
		}
	}
	{
		CharU5BU5D_t3528271667* L_3 = ___trimChars0;
		NullCheck(L_3);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))
		{
			goto IL_0033;
		}
	}

IL_001f:
	{
		int32_t L_4 = __this->get_length_0();
		int32_t L_5 = String_FindNotWhiteSpace_m2733198255(__this, 0, L_4, 1, /*hidden argument*/NULL);
		V_0 = L_5;
		goto IL_0043;
	}

IL_0033:
	{
		int32_t L_6 = __this->get_length_0();
		CharU5BU5D_t3528271667* L_7 = ___trimChars0;
		int32_t L_8 = String_FindNotInTable_m421831114(__this, 0, L_6, 1, L_7, /*hidden argument*/NULL);
		V_0 = L_8;
	}

IL_0043:
	{
		int32_t L_9 = V_0;
		if (L_9)
		{
			goto IL_004b;
		}
	}
	{
		return __this;
	}

IL_004b:
	{
		int32_t L_10 = V_0;
		int32_t L_11 = __this->get_length_0();
		int32_t L_12 = V_0;
		String_t* L_13 = String_SubstringUnchecked_m1840487357(__this, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL);
		return L_13;
	}
}
// System.String System.String::TrimEnd(System.Char[])
extern "C"  String_t* String_TrimEnd_m3824727301 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_TrimEnd_m3824727301_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = __this->get_length_0();
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_0011:
	{
		CharU5BU5D_t3528271667* L_2 = ___trimChars0;
		if (!L_2)
		{
			goto IL_001f;
		}
	}
	{
		CharU5BU5D_t3528271667* L_3 = ___trimChars0;
		NullCheck(L_3);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))
		{
			goto IL_0035;
		}
	}

IL_001f:
	{
		int32_t L_4 = __this->get_length_0();
		int32_t L_5 = String_FindNotWhiteSpace_m2733198255(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), (-1), (-1), /*hidden argument*/NULL);
		V_0 = L_5;
		goto IL_0047;
	}

IL_0035:
	{
		int32_t L_6 = __this->get_length_0();
		CharU5BU5D_t3528271667* L_7 = ___trimChars0;
		int32_t L_8 = String_FindNotInTable_m421831114(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (-1), (-1), L_7, /*hidden argument*/NULL);
		V_0 = L_8;
	}

IL_0047:
	{
		int32_t L_9 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
		int32_t L_10 = V_0;
		int32_t L_11 = __this->get_length_0();
		if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
		{
			goto IL_0059;
		}
	}
	{
		return __this;
	}

IL_0059:
	{
		int32_t L_12 = V_0;
		String_t* L_13 = String_SubstringUnchecked_m1840487357(__this, 0, L_12, /*hidden argument*/NULL);
		return L_13;
	}
}
// System.Int32 System.String::FindNotWhiteSpace(System.Int32,System.Int32,System.Int32)
extern "C"  int32_t String_FindNotWhiteSpace_m2733198255 (String_t* __this, int32_t ___pos0, int32_t ___target1, int32_t ___change2, const RuntimeMethod* method)
{
	Il2CppChar V_0 = 0x0;
	{
		goto IL_00b7;
	}

IL_0005:
	{
		int32_t L_0 = ___pos0;
		Il2CppChar L_1 = String_get_Chars_m2986988803(__this, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		Il2CppChar L_2 = V_0;
		if ((((int32_t)L_2) >= ((int32_t)((int32_t)133))))
		{
			goto IL_0037;
		}
	}
	{
		Il2CppChar L_3 = V_0;
		if ((((int32_t)L_3) == ((int32_t)((int32_t)32))))
		{
			goto IL_0032;
		}
	}
	{
		Il2CppChar L_4 = V_0;
		if ((((int32_t)L_4) < ((int32_t)((int32_t)9))))
		{
			goto IL_0030;
		}
	}
	{
		Il2CppChar L_5 = V_0;
		if ((((int32_t)L_5) <= ((int32_t)((int32_t)13))))
		{
			goto IL_0032;
		}
	}

IL_0030:
	{
		int32_t L_6 = ___pos0;
		return L_6;
	}

IL_0032:
	{
		goto IL_00b2;
	}

IL_0037:
	{
		Il2CppChar L_7 = V_0;
		if ((((int32_t)L_7) == ((int32_t)((int32_t)160))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_8 = V_0;
		if ((((int32_t)L_8) == ((int32_t)((int32_t)65279))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_9 = V_0;
		if ((((int32_t)L_9) == ((int32_t)((int32_t)12288))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_10 = V_0;
		if ((((int32_t)L_10) == ((int32_t)((int32_t)133))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_11 = V_0;
		if ((((int32_t)L_11) == ((int32_t)((int32_t)5760))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_12 = V_0;
		if ((((int32_t)L_12) == ((int32_t)((int32_t)8232))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_13 = V_0;
		if ((((int32_t)L_13) == ((int32_t)((int32_t)8233))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_14 = V_0;
		if ((((int32_t)L_14) == ((int32_t)((int32_t)8239))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_15 = V_0;
		if ((((int32_t)L_15) == ((int32_t)((int32_t)8287))))
		{
			goto IL_00b2;
		}
	}
	{
		Il2CppChar L_16 = V_0;
		if ((((int32_t)L_16) < ((int32_t)((int32_t)8192))))
		{
			goto IL_00b0;
		}
	}
	{
		Il2CppChar L_17 = V_0;
		if ((((int32_t)L_17) <= ((int32_t)((int32_t)8203))))
		{
			goto IL_00b2;
		}
	}

IL_00b0:
	{
		int32_t L_18 = ___pos0;
		return L_18;
	}

IL_00b2:
	{
		int32_t L_19 = ___pos0;
		int32_t L_20 = ___change2;
		___pos0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20));
	}

IL_00b7:
	{
		int32_t L_21 = ___pos0;
		int32_t L_22 = ___target1;
		if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
		{
			goto IL_0005;
		}
	}
	{
		int32_t L_23 = ___pos0;
		return L_23;
	}
}
// System.Int32 System.String::FindNotInTable(System.Int32,System.Int32,System.Int32,System.Char[])
extern "C"  int32_t String_FindNotInTable_m421831114 (String_t* __this, int32_t ___pos0, int32_t ___target1, int32_t ___change2, CharU5BU5D_t3528271667* ___table3, const RuntimeMethod* method)
{
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar V_2 = 0x0;
	int32_t V_3 = 0;
	String_t* V_4 = NULL;
	uintptr_t G_B4_0 = 0;
	{
		CharU5BU5D_t3528271667* L_0 = ___table3;
		if (!L_0)
		{
			goto IL_0010;
		}
	}
	{
		CharU5BU5D_t3528271667* L_1 = ___table3;
		NullCheck(L_1);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))
		{
			goto IL_0017;
		}
	}

IL_0010:
	{
		G_B4_0 = (((uintptr_t)0));
		goto IL_001f;
	}

IL_0017:
	{
		CharU5BU5D_t3528271667* L_2 = ___table3;
		NullCheck(L_2);
		G_B4_0 = ((uintptr_t)(((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_001f:
	{
		V_0 = (Il2CppChar*)G_B4_0;
		V_4 = __this;
		String_t* L_3 = V_4;
		int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_3)), (int32_t)L_4));
		goto IL_0070;
	}

IL_0032:
	{
		Il2CppChar* L_5 = V_1;
		int32_t L_6 = ___pos0;
		V_2 = (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2))))));
		V_3 = 0;
		goto IL_0055;
	}

IL_0040:
	{
		Il2CppChar L_7 = V_2;
		Il2CppChar* L_8 = V_0;
		int32_t L_9 = V_3;
		if ((!(((uint32_t)L_7) == ((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2))))))))))
		{
			goto IL_0051;
		}
	}
	{
		goto IL_005f;
	}

IL_0051:
	{
		int32_t L_10 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
	}

IL_0055:
	{
		int32_t L_11 = V_3;
		CharU5BU5D_t3528271667* L_12 = ___table3;
		NullCheck(L_12);
		if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
		{
			goto IL_0040;
		}
	}

IL_005f:
	{
		int32_t L_13 = V_3;
		CharU5BU5D_t3528271667* L_14 = ___table3;
		NullCheck(L_14);
		if ((!(((uint32_t)L_13) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))))
		{
			goto IL_006b;
		}
	}
	{
		int32_t L_15 = ___pos0;
		return L_15;
	}

IL_006b:
	{
		int32_t L_16 = ___pos0;
		int32_t L_17 = ___change2;
		___pos0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
	}

IL_0070:
	{
		int32_t L_18 = ___pos0;
		int32_t L_19 = ___target1;
		if ((!(((uint32_t)L_18) == ((uint32_t)L_19))))
		{
			goto IL_0032;
		}
	}
	{
		V_0 = (Il2CppChar*)(((uintptr_t)0));
		V_4 = (String_t*)NULL;
		int32_t L_20 = ___pos0;
		return L_20;
	}
}
// System.Int32 System.String::Compare(System.String,System.String)
extern "C"  int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Compare_m3735043349_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_0);
		CompareInfo_t1092934962 * L_1 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0);
		String_t* L_2 = ___strA0;
		String_t* L_3 = ___strB1;
		NullCheck(L_1);
		int32_t L_4 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_1, L_2, L_3, 0);
		return L_4;
	}
}
// System.Int32 System.String::Compare(System.String,System.String,System.Boolean)
extern "C"  int32_t String_Compare_m1071830722 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Compare_m1071830722_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* G_B2_0 = NULL;
	String_t* G_B2_1 = NULL;
	CompareInfo_t1092934962 * G_B2_2 = NULL;
	String_t* G_B1_0 = NULL;
	String_t* G_B1_1 = NULL;
	CompareInfo_t1092934962 * G_B1_2 = NULL;
	int32_t G_B3_0 = 0;
	String_t* G_B3_1 = NULL;
	String_t* G_B3_2 = NULL;
	CompareInfo_t1092934962 * G_B3_3 = NULL;
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_0);
		CompareInfo_t1092934962 * L_1 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0);
		String_t* L_2 = ___strA0;
		String_t* L_3 = ___strB1;
		bool L_4 = ___ignoreCase2;
		G_B1_0 = L_3;
		G_B1_1 = L_2;
		G_B1_2 = L_1;
		if (!L_4)
		{
			G_B2_0 = L_3;
			G_B2_1 = L_2;
			G_B2_2 = L_1;
			goto IL_0018;
		}
	}
	{
		G_B3_0 = 1;
		G_B3_1 = G_B1_0;
		G_B3_2 = G_B1_1;
		G_B3_3 = G_B1_2;
		goto IL_0019;
	}

IL_0018:
	{
		G_B3_0 = 0;
		G_B3_1 = G_B2_0;
		G_B3_2 = G_B2_1;
		G_B3_3 = G_B2_2;
	}

IL_0019:
	{
		NullCheck(G_B3_3);
		int32_t L_5 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, G_B3_3, G_B3_2, G_B3_1, G_B3_0);
		return L_5;
	}
}
// System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)
extern "C"  int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Compare_m1293271421_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* G_B4_0 = NULL;
	String_t* G_B4_1 = NULL;
	CompareInfo_t1092934962 * G_B4_2 = NULL;
	String_t* G_B3_0 = NULL;
	String_t* G_B3_1 = NULL;
	CompareInfo_t1092934962 * G_B3_2 = NULL;
	int32_t G_B5_0 = 0;
	String_t* G_B5_1 = NULL;
	String_t* G_B5_2 = NULL;
	CompareInfo_t1092934962 * G_B5_3 = NULL;
	{
		CultureInfo_t4157843068 * L_0 = ___culture3;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral461586467, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		CultureInfo_t4157843068 * L_2 = ___culture3;
		NullCheck(L_2);
		CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2);
		String_t* L_4 = ___strA0;
		String_t* L_5 = ___strB1;
		bool L_6 = ___ignoreCase2;
		G_B3_0 = L_5;
		G_B3_1 = L_4;
		G_B3_2 = L_3;
		if (!L_6)
		{
			G_B4_0 = L_5;
			G_B4_1 = L_4;
			G_B4_2 = L_3;
			goto IL_0025;
		}
	}
	{
		G_B5_0 = 1;
		G_B5_1 = G_B3_0;
		G_B5_2 = G_B3_1;
		G_B5_3 = G_B3_2;
		goto IL_0026;
	}

IL_0025:
	{
		G_B5_0 = 0;
		G_B5_1 = G_B4_0;
		G_B5_2 = G_B4_1;
		G_B5_3 = G_B4_2;
	}

IL_0026:
	{
		NullCheck(G_B5_3);
		int32_t L_7 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, G_B5_3, G_B5_2, G_B5_1, G_B5_0);
		return L_7;
	}
}
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo)
extern "C"  int32_t String_Compare_m945110377 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, CultureInfo_t4157843068 * ___culture6, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Compare_m945110377_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		CultureInfo_t4157843068 * L_0 = ___culture6;
		if (L_0)
		{
			goto IL_0012;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral461586467, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0012:
	{
		int32_t L_2 = ___indexA1;
		String_t* L_3 = ___strA0;
		NullCheck(L_3);
		int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL);
		if ((((int32_t)L_2) > ((int32_t)L_4)))
		{
			goto IL_0040;
		}
	}
	{
		int32_t L_5 = ___indexB3;
		String_t* L_6 = ___strB2;
		NullCheck(L_6);
		int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL);
		if ((((int32_t)L_5) > ((int32_t)L_7)))
		{
			goto IL_0040;
		}
	}
	{
		int32_t L_8 = ___indexA1;
		if ((((int32_t)L_8) < ((int32_t)0)))
		{
			goto IL_0040;
		}
	}
	{
		int32_t L_9 = ___indexB3;
		if ((((int32_t)L_9) < ((int32_t)0)))
		{
			goto IL_0040;
		}
	}
	{
		int32_t L_10 = ___length4;
		if ((((int32_t)L_10) >= ((int32_t)0)))
		{
			goto IL_0046;
		}
	}

IL_0040:
	{
		ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m2047740448(L_11, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11);
	}

IL_0046:
	{
		int32_t L_12 = ___length4;
		if (L_12)
		{
			goto IL_004f;
		}
	}
	{
		return 0;
	}

IL_004f:
	{
		String_t* L_13 = ___strA0;
		if (L_13)
		{
			goto IL_005f;
		}
	}
	{
		String_t* L_14 = ___strB2;
		if (L_14)
		{
			goto IL_005d;
		}
	}
	{
		return 0;
	}

IL_005d:
	{
		return (-1);
	}

IL_005f:
	{
		String_t* L_15 = ___strB2;
		if (L_15)
		{
			goto IL_0067;
		}
	}
	{
		return 1;
	}

IL_0067:
	{
		bool L_16 = ___ignoreCase5;
		if (!L_16)
		{
			goto IL_0075;
		}
	}
	{
		V_0 = 1;
		goto IL_0077;
	}

IL_0075:
	{
		V_0 = 0;
	}

IL_0077:
	{
		int32_t L_17 = ___length4;
		V_1 = L_17;
		int32_t L_18 = ___length4;
		V_2 = L_18;
		int32_t L_19 = ___length4;
		String_t* L_20 = ___strA0;
		NullCheck(L_20);
		int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL);
		int32_t L_22 = ___indexA1;
		if ((((int32_t)L_19) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)))))
		{
			goto IL_0095;
		}
	}
	{
		String_t* L_23 = ___strA0;
		NullCheck(L_23);
		int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL);
		int32_t L_25 = ___indexA1;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25));
	}

IL_0095:
	{
		int32_t L_26 = ___length4;
		String_t* L_27 = ___strB2;
		NullCheck(L_27);
		int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL);
		int32_t L_29 = ___indexB3;
		if ((((int32_t)L_26) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)))))
		{
			goto IL_00ad;
		}
	}
	{
		String_t* L_30 = ___strB2;
		NullCheck(L_30);
		int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL);
		int32_t L_32 = ___indexB3;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32));
	}

IL_00ad:
	{
		CultureInfo_t4157843068 * L_33 = ___culture6;
		NullCheck(L_33);
		CompareInfo_t1092934962 * L_34 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_33);
		String_t* L_35 = ___strA0;
		int32_t L_36 = ___indexA1;
		int32_t L_37 = V_1;
		String_t* L_38 = ___strB2;
		int32_t L_39 = ___indexB3;
		int32_t L_40 = V_2;
		int32_t L_41 = V_0;
		NullCheck(L_34);
		int32_t L_42 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_34, L_35, L_36, L_37, L_38, L_39, L_40, L_41);
		return L_42;
	}
}
// System.Int32 System.String::CompareTo(System.Object)
extern "C"  int32_t String_CompareTo_m3030934538 (String_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CompareTo_m3030934538_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject * L_0 = ___value0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return 1;
	}

IL_0008:
	{
		RuntimeObject * L_1 = ___value0;
		if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)))
		{
			goto IL_0019;
		}
	}
	{
		ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m3698743796(L_2, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_0019:
	{
		RuntimeObject * L_3 = ___value0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		int32_t L_4 = String_Compare_m3735043349(NULL /*static, unused*/, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
		return L_4;
	}
}
// System.Int32 System.String::CompareTo(System.String)
extern "C"  int32_t String_CompareTo_m3414379165 (String_t* __this, String_t* ___strB0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CompareTo_m3414379165_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___strB0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return 1;
	}

IL_0008:
	{
		String_t* L_1 = ___strB0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		int32_t L_2 = String_Compare_m3735043349(NULL /*static, unused*/, __this, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  int32_t String_CompareOrdinal_m1012192092 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CompareOrdinal_m1012192092_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___indexA1;
		String_t* L_1 = ___strA0;
		NullCheck(L_1);
		int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL);
		if ((((int32_t)L_0) > ((int32_t)L_2)))
		{
			goto IL_002e;
		}
	}
	{
		int32_t L_3 = ___indexB3;
		String_t* L_4 = ___strB2;
		NullCheck(L_4);
		int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL);
		if ((((int32_t)L_3) > ((int32_t)L_5)))
		{
			goto IL_002e;
		}
	}
	{
		int32_t L_6 = ___indexA1;
		if ((((int32_t)L_6) < ((int32_t)0)))
		{
			goto IL_002e;
		}
	}
	{
		int32_t L_7 = ___indexB3;
		if ((((int32_t)L_7) < ((int32_t)0)))
		{
			goto IL_002e;
		}
	}
	{
		int32_t L_8 = ___length4;
		if ((((int32_t)L_8) >= ((int32_t)0)))
		{
			goto IL_0034;
		}
	}

IL_002e:
	{
		ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m2047740448(L_9, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0034:
	{
		String_t* L_10 = ___strA0;
		int32_t L_11 = ___indexA1;
		int32_t L_12 = ___length4;
		String_t* L_13 = ___strB2;
		int32_t L_14 = ___indexB3;
		int32_t L_15 = ___length4;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		int32_t L_16 = String_CompareOrdinalUnchecked_m2277084468(NULL /*static, unused*/, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL);
		return L_16;
	}
}
// System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  int32_t String_CompareOrdinalUnchecked_m2277084468 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	Il2CppChar* V_6 = NULL;
	String_t* V_7 = NULL;
	String_t* V_8 = NULL;
	{
		String_t* L_0 = ___strA0;
		if (L_0)
		{
			goto IL_0010;
		}
	}
	{
		String_t* L_1 = ___strB3;
		if (L_1)
		{
			goto IL_000e;
		}
	}
	{
		return 0;
	}

IL_000e:
	{
		return (-1);
	}

IL_0010:
	{
		String_t* L_2 = ___strB3;
		if (L_2)
		{
			goto IL_0018;
		}
	}
	{
		return 1;
	}

IL_0018:
	{
		int32_t L_3 = ___lenA2;
		String_t* L_4 = ___strA0;
		NullCheck(L_4);
		int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL);
		int32_t L_6 = ___indexA1;
		int32_t L_7 = Math_Min_m3468062251(NULL /*static, unused*/, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL);
		V_0 = L_7;
		int32_t L_8 = ___lenB5;
		String_t* L_9 = ___strB3;
		NullCheck(L_9);
		int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL);
		int32_t L_11 = ___indexB4;
		int32_t L_12 = Math_Min_m3468062251(NULL /*static, unused*/, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL);
		V_1 = L_12;
		int32_t L_13 = V_0;
		int32_t L_14 = V_1;
		if ((!(((uint32_t)L_13) == ((uint32_t)L_14))))
		{
			goto IL_004d;
		}
	}
	{
		String_t* L_15 = ___strA0;
		String_t* L_16 = ___strB3;
		bool L_17 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL);
		if (!L_17)
		{
			goto IL_004d;
		}
	}
	{
		return 0;
	}

IL_004d:
	{
		String_t* L_18 = ___strA0;
		V_7 = L_18;
		String_t* L_19 = V_7;
		int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_19)), (int32_t)L_20));
		String_t* L_21 = ___strB3;
		V_8 = L_21;
		String_t* L_22 = V_8;
		int32_t L_23 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_22)), (int32_t)L_23));
		Il2CppChar* L_24 = V_2;
		int32_t L_25 = ___indexA1;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2))));
		Il2CppChar* L_26 = V_4;
		int32_t L_27 = V_0;
		int32_t L_28 = V_1;
		int32_t L_29 = Math_Min_m3468062251(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL);
		V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2))));
		Il2CppChar* L_30 = V_3;
		int32_t L_31 = ___indexB4;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2))));
		goto IL_00aa;
	}

IL_0089:
	{
		Il2CppChar* L_32 = V_4;
		Il2CppChar* L_33 = V_6;
		if ((((int32_t)(*((uint16_t*)L_32))) == ((int32_t)(*((uint16_t*)L_33)))))
		{
			goto IL_009c;
		}
	}
	{
		Il2CppChar* L_34 = V_4;
		Il2CppChar* L_35 = V_6;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint16_t*)L_34)), (int32_t)(*((uint16_t*)L_35))));
	}

IL_009c:
	{
		Il2CppChar* L_36 = V_4;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_37 = V_6;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)(((intptr_t)2))));
	}

IL_00aa:
	{
		Il2CppChar* L_38 = V_4;
		Il2CppChar* L_39 = V_5;
		if ((!(((uintptr_t)L_38) >= ((uintptr_t)L_39))))
		{
			goto IL_0089;
		}
	}
	{
		int32_t L_40 = V_0;
		int32_t L_41 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41));
	}
}
// System.Int32 System.String::CompareOrdinalCaseInsensitiveUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  int32_t String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	Il2CppChar* V_6 = NULL;
	Il2CppChar V_7 = 0x0;
	Il2CppChar V_8 = 0x0;
	String_t* V_9 = NULL;
	String_t* V_10 = NULL;
	{
		String_t* L_0 = ___strA0;
		if (L_0)
		{
			goto IL_0010;
		}
	}
	{
		String_t* L_1 = ___strB3;
		if (L_1)
		{
			goto IL_000e;
		}
	}
	{
		return 0;
	}

IL_000e:
	{
		return (-1);
	}

IL_0010:
	{
		String_t* L_2 = ___strB3;
		if (L_2)
		{
			goto IL_0018;
		}
	}
	{
		return 1;
	}

IL_0018:
	{
		int32_t L_3 = ___lenA2;
		String_t* L_4 = ___strA0;
		NullCheck(L_4);
		int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL);
		int32_t L_6 = ___indexA1;
		int32_t L_7 = Math_Min_m3468062251(NULL /*static, unused*/, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL);
		V_0 = L_7;
		int32_t L_8 = ___lenB5;
		String_t* L_9 = ___strB3;
		NullCheck(L_9);
		int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL);
		int32_t L_11 = ___indexB4;
		int32_t L_12 = Math_Min_m3468062251(NULL /*static, unused*/, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL);
		V_1 = L_12;
		int32_t L_13 = V_0;
		int32_t L_14 = V_1;
		if ((!(((uint32_t)L_13) == ((uint32_t)L_14))))
		{
			goto IL_004d;
		}
	}
	{
		String_t* L_15 = ___strA0;
		String_t* L_16 = ___strB3;
		bool L_17 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL);
		if (!L_17)
		{
			goto IL_004d;
		}
	}
	{
		return 0;
	}

IL_004d:
	{
		String_t* L_18 = ___strA0;
		V_9 = L_18;
		String_t* L_19 = V_9;
		int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_19)), (int32_t)L_20));
		String_t* L_21 = ___strB3;
		V_10 = L_21;
		String_t* L_22 = V_10;
		int32_t L_23 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_22)), (int32_t)L_23));
		Il2CppChar* L_24 = V_2;
		int32_t L_25 = ___indexA1;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2))));
		Il2CppChar* L_26 = V_4;
		int32_t L_27 = V_0;
		int32_t L_28 = V_1;
		int32_t L_29 = Math_Min_m3468062251(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL);
		V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2))));
		Il2CppChar* L_30 = V_3;
		int32_t L_31 = ___indexB4;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2))));
		goto IL_00c5;
	}

IL_0089:
	{
		Il2CppChar* L_32 = V_4;
		Il2CppChar* L_33 = V_6;
		if ((((int32_t)(*((uint16_t*)L_32))) == ((int32_t)(*((uint16_t*)L_33)))))
		{
			goto IL_00b7;
		}
	}
	{
		Il2CppChar* L_34 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		Il2CppChar L_35 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_34)), /*hidden argument*/NULL);
		V_7 = L_35;
		Il2CppChar* L_36 = V_6;
		Il2CppChar L_37 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_36)), /*hidden argument*/NULL);
		V_8 = L_37;
		Il2CppChar L_38 = V_7;
		Il2CppChar L_39 = V_8;
		if ((((int32_t)L_38) == ((int32_t)L_39)))
		{
			goto IL_00b7;
		}
	}
	{
		Il2CppChar L_40 = V_7;
		Il2CppChar L_41 = V_8;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41));
	}

IL_00b7:
	{
		Il2CppChar* L_42 = V_4;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_43 = V_6;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)(((intptr_t)2))));
	}

IL_00c5:
	{
		Il2CppChar* L_44 = V_4;
		Il2CppChar* L_45 = V_5;
		if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45))))
		{
			goto IL_0089;
		}
	}
	{
		int32_t L_46 = V_0;
		int32_t L_47 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47));
	}
}
// System.Boolean System.String::EndsWith(System.String)
extern "C"  bool String_EndsWith_m1901926500 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_EndsWith_m1901926500_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_2 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_2);
		CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2);
		String_t* L_4 = ___value0;
		NullCheck(L_3);
		bool L_5 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(12 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_3, __this, L_4, 0);
		return L_5;
	}
}
// System.Int32 System.String::IndexOfAny(System.Char[])
extern "C"  int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOfAny_m4159774896_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ___anyOf0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_000c:
	{
		int32_t L_2 = __this->get_length_0();
		if (L_2)
		{
			goto IL_0019;
		}
	}
	{
		return (-1);
	}

IL_0019:
	{
		CharU5BU5D_t3528271667* L_3 = ___anyOf0;
		int32_t L_4 = __this->get_length_0();
		int32_t L_5 = String_IndexOfAnyUnchecked_m953388766(__this, L_3, 0, L_4, /*hidden argument*/NULL);
		return L_5;
	}
}
// System.Int32 System.String::IndexOfAny(System.Char[],System.Int32)
extern "C"  int32_t String_IndexOfAny_m2323029521 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOfAny_m2323029521_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ___anyOf0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_000c:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_001f;
		}
	}
	{
		int32_t L_3 = ___startIndex1;
		int32_t L_4 = __this->get_length_0();
		if ((((int32_t)L_3) <= ((int32_t)L_4)))
		{
			goto IL_0025;
		}
	}

IL_001f:
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m2047740448(L_5, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0025:
	{
		CharU5BU5D_t3528271667* L_6 = ___anyOf0;
		int32_t L_7 = ___startIndex1;
		int32_t L_8 = __this->get_length_0();
		int32_t L_9 = ___startIndex1;
		int32_t L_10 = String_IndexOfAnyUnchecked_m953388766(__this, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL);
		return L_10;
	}
}
// System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfAny_m2882391940 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOfAny_m2882391940_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ___anyOf0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_000c:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_001f;
		}
	}
	{
		int32_t L_3 = ___startIndex1;
		int32_t L_4 = __this->get_length_0();
		if ((((int32_t)L_3) <= ((int32_t)L_4)))
		{
			goto IL_0025;
		}
	}

IL_001f:
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m2047740448(L_5, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0025:
	{
		int32_t L_6 = ___count2;
		if ((((int32_t)L_6) < ((int32_t)0)))
		{
			goto IL_003a;
		}
	}
	{
		int32_t L_7 = ___startIndex1;
		int32_t L_8 = __this->get_length_0();
		int32_t L_9 = ___count2;
		if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)))))
		{
			goto IL_004a;
		}
	}

IL_003a:
	{
		ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral2002595880, _stringLiteral1801104940, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_004a:
	{
		CharU5BU5D_t3528271667* L_11 = ___anyOf0;
		int32_t L_12 = ___startIndex1;
		int32_t L_13 = ___count2;
		int32_t L_14 = String_IndexOfAnyUnchecked_m953388766(__this, L_11, L_12, L_13, /*hidden argument*/NULL);
		return L_14;
	}
}
// System.Int32 System.String::IndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfAnyUnchecked_m953388766 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	Il2CppChar* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	Il2CppChar* V_6 = NULL;
	Il2CppChar* V_7 = NULL;
	uintptr_t G_B8_0 = 0;
	{
		CharU5BU5D_t3528271667* L_0 = ___anyOf0;
		NullCheck(L_0);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))))
		{
			goto IL_000a;
		}
	}
	{
		return (-1);
	}

IL_000a:
	{
		CharU5BU5D_t3528271667* L_1 = ___anyOf0;
		NullCheck(L_1);
		if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((uint32_t)1))))
		{
			goto IL_001f;
		}
	}
	{
		CharU5BU5D_t3528271667* L_2 = ___anyOf0;
		NullCheck(L_2);
		int32_t L_3 = 0;
		uint16_t L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		int32_t L_5 = ___startIndex1;
		int32_t L_6 = ___count2;
		int32_t L_7 = String_IndexOfUnchecked_m3677172170(__this, L_4, L_5, L_6, /*hidden argument*/NULL);
		return L_7;
	}

IL_001f:
	{
		CharU5BU5D_t3528271667* L_8 = ___anyOf0;
		if (!L_8)
		{
			goto IL_002d;
		}
	}
	{
		CharU5BU5D_t3528271667* L_9 = ___anyOf0;
		NullCheck(L_9);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))
		{
			goto IL_0034;
		}
	}

IL_002d:
	{
		G_B8_0 = (((uintptr_t)0));
		goto IL_003b;
	}

IL_0034:
	{
		CharU5BU5D_t3528271667* L_10 = ___anyOf0;
		NullCheck(L_10);
		G_B8_0 = ((uintptr_t)(((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_003b:
	{
		V_0 = (Il2CppChar*)G_B8_0;
		Il2CppChar* L_11 = V_0;
		V_1 = (*((uint16_t*)L_11));
		Il2CppChar* L_12 = V_0;
		V_2 = (*((uint16_t*)L_12));
		Il2CppChar* L_13 = V_0;
		CharU5BU5D_t3528271667* L_14 = ___anyOf0;
		NullCheck(L_14);
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)2))));
		Il2CppChar* L_15 = V_0;
		V_4 = (Il2CppChar*)L_15;
		goto IL_0071;
	}

IL_0052:
	{
		Il2CppChar* L_16 = V_4;
		int32_t L_17 = V_1;
		if ((((int32_t)(*((uint16_t*)L_16))) <= ((int32_t)L_17)))
		{
			goto IL_0064;
		}
	}
	{
		Il2CppChar* L_18 = V_4;
		V_1 = (*((uint16_t*)L_18));
		goto IL_0071;
	}

IL_0064:
	{
		Il2CppChar* L_19 = V_4;
		int32_t L_20 = V_2;
		if ((((int32_t)(*((uint16_t*)L_19))) >= ((int32_t)L_20)))
		{
			goto IL_0071;
		}
	}
	{
		Il2CppChar* L_21 = V_4;
		V_2 = (*((uint16_t*)L_21));
	}

IL_0071:
	{
		Il2CppChar* L_22 = V_4;
		Il2CppChar* L_23 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)(((intptr_t)2))));
		V_4 = (Il2CppChar*)L_23;
		Il2CppChar* L_24 = V_3;
		if ((!(((uintptr_t)L_23) == ((uintptr_t)L_24))))
		{
			goto IL_0052;
		}
	}
	{
		Il2CppChar* L_25 = __this->get_address_of_start_char_1();
		V_5 = (Il2CppChar*)L_25;
		Il2CppChar* L_26 = V_5;
		int32_t L_27 = ___startIndex1;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)2))));
		Il2CppChar* L_28 = V_6;
		int32_t L_29 = ___count2;
		V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2))));
		goto IL_0100;
	}

IL_009c:
	{
		Il2CppChar* L_30 = V_6;
		int32_t L_31 = V_1;
		if ((((int32_t)(*((uint16_t*)L_30))) > ((int32_t)L_31)))
		{
			goto IL_00ae;
		}
	}
	{
		Il2CppChar* L_32 = V_6;
		int32_t L_33 = V_2;
		if ((((int32_t)(*((uint16_t*)L_32))) >= ((int32_t)L_33)))
		{
			goto IL_00ba;
		}
	}

IL_00ae:
	{
		Il2CppChar* L_34 = V_6;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)(((intptr_t)2))));
		goto IL_0100;
	}

IL_00ba:
	{
		Il2CppChar* L_35 = V_6;
		Il2CppChar* L_36 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)L_35))) == ((uint32_t)(*((uint16_t*)L_36))))))
		{
			goto IL_00ce;
		}
	}
	{
		Il2CppChar* L_37 = V_6;
		Il2CppChar* L_38 = V_5;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)2))))))));
	}

IL_00ce:
	{
		Il2CppChar* L_39 = V_0;
		V_4 = (Il2CppChar*)L_39;
		goto IL_00eb;
	}

IL_00d6:
	{
		Il2CppChar* L_40 = V_6;
		Il2CppChar* L_41 = V_4;
		if ((!(((uint32_t)(*((uint16_t*)L_40))) == ((uint32_t)(*((uint16_t*)L_41))))))
		{
			goto IL_00eb;
		}
	}
	{
		Il2CppChar* L_42 = V_6;
		Il2CppChar* L_43 = V_5;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_42, (intptr_t)L_43))/(int32_t)2))))))));
	}

IL_00eb:
	{
		Il2CppChar* L_44 = V_4;
		Il2CppChar* L_45 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)(((intptr_t)2))));
		V_4 = (Il2CppChar*)L_45;
		Il2CppChar* L_46 = V_3;
		if ((!(((uintptr_t)L_45) == ((uintptr_t)L_46))))
		{
			goto IL_00d6;
		}
	}
	{
		Il2CppChar* L_47 = V_6;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)(((intptr_t)2))));
	}

IL_0100:
	{
		Il2CppChar* L_48 = V_6;
		Il2CppChar* L_49 = V_7;
		if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49))))
		{
			goto IL_009c;
		}
	}
	{
		V_5 = (Il2CppChar*)(((uintptr_t)0));
		V_0 = (Il2CppChar*)(((uintptr_t)0));
		return (-1);
	}
}
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
extern "C"  int32_t String_IndexOf_m1298810678 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___value0;
		int32_t L_1 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		int32_t L_2 = ___comparisonType1;
		int32_t L_3 = String_IndexOf_m3950524021(__this, L_0, 0, L_1, L_2, /*hidden argument*/NULL);
		return L_3;
	}
}
// System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison)
extern "C"  int32_t String_IndexOf_m3950524021 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOf_m3950524021_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	int32_t V_1 = 0;
	{
		int32_t L_0 = ___comparisonType3;
		V_1 = L_0;
		int32_t L_1 = V_1;
		switch (L_1)
		{
			case 0:
			{
				goto IL_0026;
			}
			case 1:
			{
				goto IL_003b;
			}
			case 2:
			{
				goto IL_0050;
			}
			case 3:
			{
				goto IL_0065;
			}
			case 4:
			{
				goto IL_007a;
			}
			case 5:
			{
				goto IL_0089;
			}
		}
	}
	{
		goto IL_0098;
	}

IL_0026:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_2 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_2);
		CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2);
		String_t* L_4 = ___value0;
		int32_t L_5 = ___startIndex1;
		int32_t L_6 = ___count2;
		NullCheck(L_3);
		int32_t L_7 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(10 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_3, __this, L_4, L_5, L_6, 0);
		return L_7;
	}

IL_003b:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_8 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_8);
		CompareInfo_t1092934962 * L_9 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8);
		String_t* L_10 = ___value0;
		int32_t L_11 = ___startIndex1;
		int32_t L_12 = ___count2;
		NullCheck(L_9);
		int32_t L_13 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(10 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_9, __this, L_10, L_11, L_12, 1);
		return L_13;
	}

IL_0050:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_14);
		CompareInfo_t1092934962 * L_15 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14);
		String_t* L_16 = ___value0;
		int32_t L_17 = ___startIndex1;
		int32_t L_18 = ___count2;
		NullCheck(L_15);
		int32_t L_19 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(10 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_15, __this, L_16, L_17, L_18, 0);
		return L_19;
	}

IL_0065:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_20);
		CompareInfo_t1092934962 * L_21 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_20);
		String_t* L_22 = ___value0;
		int32_t L_23 = ___startIndex1;
		int32_t L_24 = ___count2;
		NullCheck(L_21);
		int32_t L_25 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(10 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_21, __this, L_22, L_23, L_24, 1);
		return L_25;
	}

IL_007a:
	{
		String_t* L_26 = ___value0;
		int32_t L_27 = ___startIndex1;
		int32_t L_28 = ___count2;
		int32_t L_29 = String_IndexOfOrdinal_m962178384(__this, L_26, L_27, L_28, ((int32_t)1073741824), /*hidden argument*/NULL);
		return L_29;
	}

IL_0089:
	{
		String_t* L_30 = ___value0;
		int32_t L_31 = ___startIndex1;
		int32_t L_32 = ___count2;
		int32_t L_33 = String_IndexOfOrdinal_m962178384(__this, L_30, L_31, L_32, ((int32_t)268435456), /*hidden argument*/NULL);
		return L_33;
	}

IL_0098:
	{
		ObjectU5BU5D_t2843939325* L_34 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1));
		int32_t L_35 = ___comparisonType3;
		int32_t L_36 = L_35;
		RuntimeObject * L_37 = Box(StringComparison_t3657712135_il2cpp_TypeInfo_var, &L_36);
		NullCheck(L_34);
		ArrayElementTypeCheck (L_34, L_37);
		(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_37);
		String_t* L_38 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral3564128177, L_34, /*hidden argument*/NULL);
		V_0 = L_38;
		String_t* L_39 = V_0;
		ArgumentException_t132251570 * L_40 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_40, L_39, _stringLiteral744351982, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_40);
	}
}
// System.Int32 System.String::IndexOfOrdinal(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t String_IndexOfOrdinal_m962178384 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___options3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOfOrdinal_m962178384_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_0023;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral2410720131, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0023:
	{
		int32_t L_4 = ___count2;
		if ((((int32_t)L_4) < ((int32_t)0)))
		{
			goto IL_0038;
		}
	}
	{
		int32_t L_5 = __this->get_length_0();
		int32_t L_6 = ___startIndex1;
		int32_t L_7 = ___count2;
		if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))) >= ((int32_t)L_7)))
		{
			goto IL_0043;
		}
	}

IL_0038:
	{
		ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_8, _stringLiteral2002595880, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8);
	}

IL_0043:
	{
		int32_t L_9 = ___options3;
		if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)1073741824)))))
		{
			goto IL_0059;
		}
	}
	{
		String_t* L_10 = ___value0;
		int32_t L_11 = ___startIndex1;
		int32_t L_12 = ___count2;
		int32_t L_13 = String_IndexOfOrdinalUnchecked_m460601827(__this, L_10, L_11, L_12, /*hidden argument*/NULL);
		return L_13;
	}

IL_0059:
	{
		String_t* L_14 = ___value0;
		int32_t L_15 = ___startIndex1;
		int32_t L_16 = ___count2;
		int32_t L_17 = String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141(__this, L_14, L_15, L_16, /*hidden argument*/NULL);
		return L_17;
	}
}
// System.Int32 System.String::IndexOfOrdinalUnchecked(System.String,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfOrdinalUnchecked_m460601827 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	int32_t V_5 = 0;
	String_t* V_6 = NULL;
	String_t* V_7 = NULL;
	{
		String_t* L_0 = ___value0;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		int32_t L_2 = ___count2;
		int32_t L_3 = V_0;
		if ((((int32_t)L_2) >= ((int32_t)L_3)))
		{
			goto IL_0010;
		}
	}
	{
		return (-1);
	}

IL_0010:
	{
		int32_t L_4 = V_0;
		if ((((int32_t)L_4) > ((int32_t)1)))
		{
			goto IL_0030;
		}
	}
	{
		int32_t L_5 = V_0;
		if ((!(((uint32_t)L_5) == ((uint32_t)1))))
		{
			goto IL_002e;
		}
	}
	{
		String_t* L_6 = ___value0;
		NullCheck(L_6);
		Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 0, /*hidden argument*/NULL);
		int32_t L_8 = ___startIndex1;
		int32_t L_9 = ___count2;
		int32_t L_10 = String_IndexOfUnchecked_m3677172170(__this, L_7, L_8, L_9, /*hidden argument*/NULL);
		return L_10;
	}

IL_002e:
	{
		int32_t L_11 = ___startIndex1;
		return L_11;
	}

IL_0030:
	{
		V_6 = __this;
		String_t* L_12 = V_6;
		int32_t L_13 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_12)), (int32_t)L_13));
		String_t* L_14 = ___value0;
		V_7 = L_14;
		String_t* L_15 = V_7;
		int32_t L_16 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_15)), (int32_t)L_16));
		Il2CppChar* L_17 = V_1;
		int32_t L_18 = ___startIndex1;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2))));
		Il2CppChar* L_19 = V_3;
		int32_t L_20 = ___count2;
		int32_t L_21 = V_0;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2)))), (int32_t)2));
		goto IL_00a6;
	}

IL_0062:
	{
		Il2CppChar* L_22 = V_3;
		Il2CppChar* L_23 = V_2;
		if ((!(((uint32_t)(*((uint16_t*)L_22))) == ((uint32_t)(*((uint16_t*)L_23))))))
		{
			goto IL_00a1;
		}
	}
	{
		V_5 = 1;
		goto IL_0091;
	}

IL_0073:
	{
		Il2CppChar* L_24 = V_3;
		int32_t L_25 = V_5;
		Il2CppChar* L_26 = V_2;
		int32_t L_27 = V_5;
		if ((((int32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2))))))) == ((int32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)2)))))))))
		{
			goto IL_008b;
		}
	}
	{
		goto IL_00a1;
	}

IL_008b:
	{
		int32_t L_28 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
	}

IL_0091:
	{
		int32_t L_29 = V_5;
		int32_t L_30 = V_0;
		if ((((int32_t)L_29) < ((int32_t)L_30)))
		{
			goto IL_0073;
		}
	}
	{
		Il2CppChar* L_31 = V_3;
		Il2CppChar* L_32 = V_1;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_31, (intptr_t)L_32))/(int32_t)2))))))));
	}

IL_00a1:
	{
		Il2CppChar* L_33 = V_3;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)(((intptr_t)2))));
	}

IL_00a6:
	{
		Il2CppChar* L_34 = V_3;
		Il2CppChar* L_35 = V_4;
		if ((!(((uintptr_t)L_34) == ((uintptr_t)L_35))))
		{
			goto IL_0062;
		}
	}
	{
		V_6 = (String_t*)NULL;
		V_7 = (String_t*)NULL;
		return (-1);
	}
}
// System.Int32 System.String::IndexOfOrdinalIgnoreCaseUnchecked(System.String,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	int32_t V_5 = 0;
	String_t* V_6 = NULL;
	String_t* V_7 = NULL;
	{
		String_t* L_0 = ___value0;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		int32_t L_2 = ___count2;
		int32_t L_3 = V_0;
		if ((((int32_t)L_2) >= ((int32_t)L_3)))
		{
			goto IL_0010;
		}
	}
	{
		return (-1);
	}

IL_0010:
	{
		int32_t L_4 = V_0;
		if (L_4)
		{
			goto IL_0018;
		}
	}
	{
		int32_t L_5 = ___startIndex1;
		return L_5;
	}

IL_0018:
	{
		V_6 = __this;
		String_t* L_6 = V_6;
		int32_t L_7 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_6)), (int32_t)L_7));
		String_t* L_8 = ___value0;
		V_7 = L_8;
		String_t* L_9 = V_7;
		int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_9)), (int32_t)L_10));
		Il2CppChar* L_11 = V_1;
		int32_t L_12 = ___startIndex1;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2))));
		Il2CppChar* L_13 = V_3;
		int32_t L_14 = ___count2;
		int32_t L_15 = V_0;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)))), (int32_t)2));
		goto IL_008f;
	}

IL_004a:
	{
		V_5 = 0;
		goto IL_007a;
	}

IL_0052:
	{
		Il2CppChar* L_16 = V_3;
		int32_t L_17 = V_5;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		Il2CppChar L_18 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)))))), /*hidden argument*/NULL);
		Il2CppChar* L_19 = V_2;
		int32_t L_20 = V_5;
		Il2CppChar L_21 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)2)))))), /*hidden argument*/NULL);
		if ((((int32_t)L_18) == ((int32_t)L_21)))
		{
			goto IL_0074;
		}
	}
	{
		goto IL_008a;
	}

IL_0074:
	{
		int32_t L_22 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
	}

IL_007a:
	{
		int32_t L_23 = V_5;
		int32_t L_24 = V_0;
		if ((((int32_t)L_23) < ((int32_t)L_24)))
		{
			goto IL_0052;
		}
	}
	{
		Il2CppChar* L_25 = V_3;
		Il2CppChar* L_26 = V_1;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_25, (intptr_t)L_26))/(int32_t)2))))))));
	}

IL_008a:
	{
		Il2CppChar* L_27 = V_3;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)(((intptr_t)2))));
	}

IL_008f:
	{
		Il2CppChar* L_28 = V_3;
		Il2CppChar* L_29 = V_4;
		if ((!(((uintptr_t)L_28) == ((uintptr_t)L_29))))
		{
			goto IL_004a;
		}
	}
	{
		V_6 = (String_t*)NULL;
		V_7 = (String_t*)NULL;
		return (-1);
	}
}
// System.Int32 System.String::IndexOf(System.Char)
extern "C"  int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_length_0();
		if (L_0)
		{
			goto IL_000d;
		}
	}
	{
		return (-1);
	}

IL_000d:
	{
		Il2CppChar L_1 = ___value0;
		int32_t L_2 = __this->get_length_0();
		int32_t L_3 = String_IndexOfUnchecked_m3677172170(__this, L_1, 0, L_2, /*hidden argument*/NULL);
		return L_3;
	}
}
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
extern "C"  int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOf_m2466398549_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___startIndex1;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0017;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral2410720131, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		int32_t L_2 = ___startIndex1;
		int32_t L_3 = __this->get_length_0();
		if ((((int32_t)L_2) <= ((int32_t)L_3)))
		{
			goto IL_0033;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_4, _stringLiteral2410720131, _stringLiteral1517822683, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0033:
	{
		int32_t L_5 = ___startIndex1;
		if (L_5)
		{
			goto IL_0044;
		}
	}
	{
		int32_t L_6 = __this->get_length_0();
		if (!L_6)
		{
			goto IL_0050;
		}
	}

IL_0044:
	{
		int32_t L_7 = ___startIndex1;
		int32_t L_8 = __this->get_length_0();
		if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
		{
			goto IL_0052;
		}
	}

IL_0050:
	{
		return (-1);
	}

IL_0052:
	{
		Il2CppChar L_9 = ___value0;
		int32_t L_10 = ___startIndex1;
		int32_t L_11 = __this->get_length_0();
		int32_t L_12 = ___startIndex1;
		int32_t L_13 = String_IndexOfUnchecked_m3677172170(__this, L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL);
		return L_13;
	}
}
// System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOf_m1248948328 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOf_m1248948328_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___startIndex1;
		if ((((int32_t)L_0) < ((int32_t)0)))
		{
			goto IL_0013;
		}
	}
	{
		int32_t L_1 = ___startIndex1;
		int32_t L_2 = __this->get_length_0();
		if ((((int32_t)L_1) <= ((int32_t)L_2)))
		{
			goto IL_0023;
		}
	}

IL_0013:
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral2420430958, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0023:
	{
		int32_t L_4 = ___count2;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_003a;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_003a:
	{
		int32_t L_6 = ___startIndex1;
		int32_t L_7 = __this->get_length_0();
		int32_t L_8 = ___count2;
		if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)))))
		{
			goto IL_0058;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral3084170034, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0058:
	{
		int32_t L_10 = ___startIndex1;
		if (L_10)
		{
			goto IL_0069;
		}
	}
	{
		int32_t L_11 = __this->get_length_0();
		if (!L_11)
		{
			goto IL_007b;
		}
	}

IL_0069:
	{
		int32_t L_12 = ___startIndex1;
		int32_t L_13 = __this->get_length_0();
		if ((((int32_t)L_12) == ((int32_t)L_13)))
		{
			goto IL_007b;
		}
	}
	{
		int32_t L_14 = ___count2;
		if (L_14)
		{
			goto IL_007d;
		}
	}

IL_007b:
	{
		return (-1);
	}

IL_007d:
	{
		Il2CppChar L_15 = ___value0;
		int32_t L_16 = ___startIndex1;
		int32_t L_17 = ___count2;
		int32_t L_18 = String_IndexOfUnchecked_m3677172170(__this, L_15, L_16, L_17, /*hidden argument*/NULL);
		return L_18;
	}
}
// System.Int32 System.String::IndexOfUnchecked(System.Char,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOfUnchecked_m3677172170 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	{
		Il2CppChar L_0 = ___value0;
		V_0 = L_0;
		Il2CppChar* L_1 = __this->get_address_of_start_char_1();
		V_1 = (Il2CppChar*)L_1;
		Il2CppChar* L_2 = V_1;
		int32_t L_3 = ___startIndex1;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2))));
		Il2CppChar* L_4 = V_2;
		int32_t L_5 = ___count2;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)3))<<(int32_t)3)), (int32_t)2))));
		goto IL_00c9;
	}

IL_001e:
	{
		Il2CppChar* L_6 = V_2;
		int32_t L_7 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)L_6))) == ((uint32_t)L_7))))
		{
			goto IL_002e;
		}
	}
	{
		Il2CppChar* L_8 = V_2;
		Il2CppChar* L_9 = V_1;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/(int32_t)2))))))));
	}

IL_002e:
	{
		Il2CppChar* L_10 = V_2;
		int32_t L_11 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2))))) == ((uint32_t)L_11))))
		{
			goto IL_0043;
		}
	}
	{
		Il2CppChar* L_12 = V_2;
		Il2CppChar* L_13 = V_1;
		return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)1))))))));
	}

IL_0043:
	{
		Il2CppChar* L_14 = V_2;
		int32_t L_15 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)4))))) == ((uint32_t)L_15))))
		{
			goto IL_0058;
		}
	}
	{
		Il2CppChar* L_16 = V_2;
		Il2CppChar* L_17 = V_1;
		return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_16, (intptr_t)L_17))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)2))))))));
	}

IL_0058:
	{
		Il2CppChar* L_18 = V_2;
		int32_t L_19 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)6))))) == ((uint32_t)L_19))))
		{
			goto IL_006d;
		}
	}
	{
		Il2CppChar* L_20 = V_2;
		Il2CppChar* L_21 = V_1;
		return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)3))))))));
	}

IL_006d:
	{
		Il2CppChar* L_22 = V_2;
		int32_t L_23 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)8))))) == ((uint32_t)L_23))))
		{
			goto IL_0082;
		}
	}
	{
		Il2CppChar* L_24 = V_2;
		Il2CppChar* L_25 = V_1;
		return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_24, (intptr_t)L_25))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)4))))))));
	}

IL_0082:
	{
		Il2CppChar* L_26 = V_2;
		int32_t L_27 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)10)))))) == ((uint32_t)L_27))))
		{
			goto IL_0098;
		}
	}
	{
		Il2CppChar* L_28 = V_2;
		Il2CppChar* L_29 = V_1;
		return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_28, (intptr_t)L_29))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)5))))))));
	}

IL_0098:
	{
		Il2CppChar* L_30 = V_2;
		int32_t L_31 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)((int32_t)12)))))) == ((uint32_t)L_31))))
		{
			goto IL_00ae;
		}
	}
	{
		Il2CppChar* L_32 = V_2;
		Il2CppChar* L_33 = V_1;
		return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_32, (intptr_t)L_33))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)6))))))));
	}

IL_00ae:
	{
		Il2CppChar* L_34 = V_2;
		int32_t L_35 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)((int32_t)14)))))) == ((uint32_t)L_35))))
		{
			goto IL_00c4;
		}
	}
	{
		Il2CppChar* L_36 = V_2;
		Il2CppChar* L_37 = V_1;
		return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)7))))))));
	}

IL_00c4:
	{
		Il2CppChar* L_38 = V_2;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)((int32_t)16)));
	}

IL_00c9:
	{
		Il2CppChar* L_39 = V_2;
		Il2CppChar* L_40 = V_3;
		if ((!(((uintptr_t)L_39) == ((uintptr_t)L_40))))
		{
			goto IL_001e;
		}
	}
	{
		Il2CppChar* L_41 = V_3;
		int32_t L_42 = ___count2;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_42&(int32_t)7)), (int32_t)2))));
		goto IL_00f2;
	}

IL_00dd:
	{
		Il2CppChar* L_43 = V_2;
		int32_t L_44 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)L_43))) == ((uint32_t)L_44))))
		{
			goto IL_00ed;
		}
	}
	{
		Il2CppChar* L_45 = V_2;
		Il2CppChar* L_46 = V_1;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2))))))));
	}

IL_00ed:
	{
		Il2CppChar* L_47 = V_2;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)(((intptr_t)2))));
	}

IL_00f2:
	{
		Il2CppChar* L_48 = V_2;
		Il2CppChar* L_49 = V_3;
		if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49))))
		{
			goto IL_00dd;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 System.String::IndexOf(System.String)
extern "C"  int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOf_m1977622757_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		String_t* L_2 = ___value0;
		NullCheck(L_2);
		int32_t L_3 = L_2->get_length_0();
		if (L_3)
		{
			goto IL_001e;
		}
	}
	{
		return 0;
	}

IL_001e:
	{
		int32_t L_4 = __this->get_length_0();
		if (L_4)
		{
			goto IL_002b;
		}
	}
	{
		return (-1);
	}

IL_002b:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_5 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_5);
		CompareInfo_t1092934962 * L_6 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_5);
		String_t* L_7 = ___value0;
		int32_t L_8 = __this->get_length_0();
		NullCheck(L_6);
		int32_t L_9 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(10 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_6, __this, L_7, 0, L_8, ((int32_t)1073741824));
		return L_9;
	}
}
// System.Int32 System.String::IndexOf(System.String,System.Int32)
extern "C"  int32_t String_IndexOf_m3406607758 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___value0;
		int32_t L_1 = ___startIndex1;
		int32_t L_2 = __this->get_length_0();
		int32_t L_3 = ___startIndex1;
		int32_t L_4 = String_IndexOf_m2410372598(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL);
		return L_4;
	}
}
// System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32)
extern "C"  int32_t String_IndexOf_m2410372598 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_IndexOf_m2410372598_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_0024;
		}
	}
	{
		int32_t L_3 = ___startIndex1;
		int32_t L_4 = __this->get_length_0();
		if ((((int32_t)L_3) <= ((int32_t)L_4)))
		{
			goto IL_0034;
		}
	}

IL_0024:
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral2876428312, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0034:
	{
		int32_t L_6 = ___count2;
		if ((((int32_t)L_6) < ((int32_t)0)))
		{
			goto IL_0049;
		}
	}
	{
		int32_t L_7 = ___startIndex1;
		int32_t L_8 = __this->get_length_0();
		int32_t L_9 = ___count2;
		if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)))))
		{
			goto IL_0059;
		}
	}

IL_0049:
	{
		ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral2002595880, _stringLiteral1833142536, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_0059:
	{
		String_t* L_11 = ___value0;
		NullCheck(L_11);
		int32_t L_12 = L_11->get_length_0();
		if (L_12)
		{
			goto IL_0066;
		}
	}
	{
		int32_t L_13 = ___startIndex1;
		return L_13;
	}

IL_0066:
	{
		int32_t L_14 = ___startIndex1;
		if (L_14)
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_15 = __this->get_length_0();
		if (L_15)
		{
			goto IL_0079;
		}
	}
	{
		return (-1);
	}

IL_0079:
	{
		int32_t L_16 = ___count2;
		if (L_16)
		{
			goto IL_0081;
		}
	}
	{
		return (-1);
	}

IL_0081:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_17 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_17);
		CompareInfo_t1092934962 * L_18 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_17);
		String_t* L_19 = ___value0;
		int32_t L_20 = ___startIndex1;
		int32_t L_21 = ___count2;
		NullCheck(L_18);
		int32_t L_22 = VirtFuncInvoker4< int32_t, String_t*, String_t*, int32_t, int32_t >::Invoke(9 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32) */, L_18, __this, L_19, L_20, L_21);
		return L_22;
	}
}
// System.Int32 System.String::LastIndexOfAny(System.Char[])
extern "C"  int32_t String_LastIndexOfAny_m545540478 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_LastIndexOfAny_m545540478_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ___anyOf0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_000c:
	{
		CharU5BU5D_t3528271667* L_2 = ___anyOf0;
		int32_t L_3 = __this->get_length_0();
		int32_t L_4 = __this->get_length_0();
		int32_t L_5 = String_LastIndexOfAnyUnchecked_m1231532039(__this, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), L_4, /*hidden argument*/NULL);
		return L_5;
	}
}
// System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32)
extern "C"  int32_t String_LastIndexOfAny_m1832658648 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_LastIndexOfAny_m1832658648_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ___anyOf0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_000c:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_001f;
		}
	}
	{
		int32_t L_3 = ___startIndex1;
		int32_t L_4 = __this->get_length_0();
		if ((((int32_t)L_3) < ((int32_t)L_4)))
		{
			goto IL_002f;
		}
	}

IL_001f:
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral3056712940, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_002f:
	{
		int32_t L_6 = __this->get_length_0();
		if (L_6)
		{
			goto IL_003c;
		}
	}
	{
		return (-1);
	}

IL_003c:
	{
		CharU5BU5D_t3528271667* L_7 = ___anyOf0;
		int32_t L_8 = ___startIndex1;
		int32_t L_9 = ___startIndex1;
		int32_t L_10 = String_LastIndexOfAnyUnchecked_m1231532039(__this, L_7, L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL);
		return L_10;
	}
}
// System.Int32 System.String::LastIndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32)
extern "C"  int32_t String_LastIndexOfAnyUnchecked_m1231532039 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	String_t* V_6 = NULL;
	uintptr_t G_B6_0 = 0;
	{
		CharU5BU5D_t3528271667* L_0 = ___anyOf0;
		NullCheck(L_0);
		if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((uint32_t)1))))
		{
			goto IL_0015;
		}
	}
	{
		CharU5BU5D_t3528271667* L_1 = ___anyOf0;
		NullCheck(L_1);
		int32_t L_2 = 0;
		uint16_t L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		int32_t L_4 = ___startIndex1;
		int32_t L_5 = ___count2;
		int32_t L_6 = String_LastIndexOfUnchecked_m2119268555(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
		return L_6;
	}

IL_0015:
	{
		V_6 = __this;
		String_t* L_7 = V_6;
		int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8));
		CharU5BU5D_t3528271667* L_9 = ___anyOf0;
		if (!L_9)
		{
			goto IL_0030;
		}
	}
	{
		CharU5BU5D_t3528271667* L_10 = ___anyOf0;
		NullCheck(L_10);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))
		{
			goto IL_0037;
		}
	}

IL_0030:
	{
		G_B6_0 = (((uintptr_t)0));
		goto IL_003e;
	}

IL_0037:
	{
		CharU5BU5D_t3528271667* L_11 = ___anyOf0;
		NullCheck(L_11);
		G_B6_0 = ((uintptr_t)(((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_003e:
	{
		V_1 = (Il2CppChar*)G_B6_0;
		Il2CppChar* L_12 = V_0;
		int32_t L_13 = ___startIndex1;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2))));
		Il2CppChar* L_14 = V_2;
		int32_t L_15 = ___count2;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_14, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2))));
		Il2CppChar* L_16 = V_1;
		CharU5BU5D_t3528271667* L_17 = ___anyOf0;
		NullCheck(L_17);
		V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), (int32_t)2))));
		goto IL_0088;
	}

IL_0059:
	{
		Il2CppChar* L_18 = V_1;
		V_4 = (Il2CppChar*)L_18;
		goto IL_007a;
	}

IL_0061:
	{
		Il2CppChar* L_19 = V_4;
		Il2CppChar* L_20 = V_2;
		if ((!(((uint32_t)(*((uint16_t*)L_19))) == ((uint32_t)(*((uint16_t*)L_20))))))
		{
			goto IL_0073;
		}
	}
	{
		Il2CppChar* L_21 = V_2;
		Il2CppChar* L_22 = V_0;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_21, (intptr_t)L_22))/(int32_t)2))))))));
	}

IL_0073:
	{
		Il2CppChar* L_23 = V_4;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)(((intptr_t)2))));
	}

IL_007a:
	{
		Il2CppChar* L_24 = V_4;
		Il2CppChar* L_25 = V_5;
		if ((!(((uintptr_t)L_24) == ((uintptr_t)L_25))))
		{
			goto IL_0061;
		}
	}
	{
		Il2CppChar* L_26 = V_2;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_26, (intptr_t)(((intptr_t)2))));
	}

IL_0088:
	{
		Il2CppChar* L_27 = V_2;
		Il2CppChar* L_28 = V_3;
		if ((!(((uintptr_t)L_27) == ((uintptr_t)L_28))))
		{
			goto IL_0059;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 System.String::LastIndexOf(System.Char)
extern "C"  int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_length_0();
		if (L_0)
		{
			goto IL_000d;
		}
	}
	{
		return (-1);
	}

IL_000d:
	{
		Il2CppChar L_1 = ___value0;
		int32_t L_2 = __this->get_length_0();
		int32_t L_3 = __this->get_length_0();
		int32_t L_4 = String_LastIndexOfUnchecked_m2119268555(__this, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), L_3, /*hidden argument*/NULL);
		return L_4;
	}
}
// System.Int32 System.String::LastIndexOf(System.Char,System.Int32)
extern "C"  int32_t String_LastIndexOf_m578673845 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	{
		Il2CppChar L_0 = ___value0;
		int32_t L_1 = ___startIndex1;
		int32_t L_2 = ___startIndex1;
		int32_t L_3 = String_LastIndexOf_m3228770703(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
		return L_3;
	}
}
// System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32)
extern "C"  int32_t String_LastIndexOf_m3228770703 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_LastIndexOf_m3228770703_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___startIndex1;
		if (L_0)
		{
			goto IL_0013;
		}
	}
	{
		int32_t L_1 = __this->get_length_0();
		if (L_1)
		{
			goto IL_0013;
		}
	}
	{
		return (-1);
	}

IL_0013:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_0026;
		}
	}
	{
		int32_t L_3 = ___startIndex1;
		int32_t L_4 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((((int32_t)L_3) < ((int32_t)L_4)))
		{
			goto IL_0036;
		}
	}

IL_0026:
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral2501118546, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0036:
	{
		int32_t L_6 = ___count2;
		if ((((int32_t)L_6) < ((int32_t)0)))
		{
			goto IL_0049;
		}
	}
	{
		int32_t L_7 = ___count2;
		int32_t L_8 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((((int32_t)L_7) <= ((int32_t)L_8)))
		{
			goto IL_0059;
		}
	}

IL_0049:
	{
		ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral495425633, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0059:
	{
		int32_t L_10 = ___startIndex1;
		int32_t L_11 = ___count2;
		if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0)))
		{
			goto IL_006f;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_12, _stringLiteral1327129032, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_006f:
	{
		Il2CppChar L_13 = ___value0;
		int32_t L_14 = ___startIndex1;
		int32_t L_15 = ___count2;
		int32_t L_16 = String_LastIndexOfUnchecked_m2119268555(__this, L_13, L_14, L_15, /*hidden argument*/NULL);
		return L_16;
	}
}
// System.Int32 System.String::LastIndexOfUnchecked(System.Char,System.Int32,System.Int32)
extern "C"  int32_t String_LastIndexOfUnchecked_m2119268555 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	{
		Il2CppChar L_0 = ___value0;
		V_0 = L_0;
		Il2CppChar* L_1 = __this->get_address_of_start_char_1();
		V_1 = (Il2CppChar*)L_1;
		Il2CppChar* L_2 = V_1;
		int32_t L_3 = ___startIndex1;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2))));
		Il2CppChar* L_4 = V_2;
		int32_t L_5 = ___count2;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)3))<<(int32_t)3)), (int32_t)2))));
		goto IL_00c6;
	}

IL_001e:
	{
		Il2CppChar* L_6 = V_2;
		int32_t L_7 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)L_6))) == ((uint32_t)L_7))))
		{
			goto IL_002e;
		}
	}
	{
		Il2CppChar* L_8 = V_2;
		Il2CppChar* L_9 = V_1;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/(int32_t)2))))))));
	}

IL_002e:
	{
		Il2CppChar* L_10 = V_2;
		int32_t L_11 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)((int32_t)-2)))))) == ((uint32_t)L_11))))
		{
			goto IL_0043;
		}
	}
	{
		Il2CppChar* L_12 = V_2;
		Il2CppChar* L_13 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/(int32_t)2)))))))), (int32_t)1));
	}

IL_0043:
	{
		Il2CppChar* L_14 = V_2;
		int32_t L_15 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)((int32_t)-4)))))) == ((uint32_t)L_15))))
		{
			goto IL_0058;
		}
	}
	{
		Il2CppChar* L_16 = V_2;
		Il2CppChar* L_17 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_16, (intptr_t)L_17))/(int32_t)2)))))))), (int32_t)2));
	}

IL_0058:
	{
		Il2CppChar* L_18 = V_2;
		int32_t L_19 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)((int32_t)-6)))))) == ((uint32_t)L_19))))
		{
			goto IL_006d;
		}
	}
	{
		Il2CppChar* L_20 = V_2;
		Il2CppChar* L_21 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2)))))))), (int32_t)3));
	}

IL_006d:
	{
		Il2CppChar* L_22 = V_2;
		int32_t L_23 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)((int32_t)-8)))))) == ((uint32_t)L_23))))
		{
			goto IL_0082;
		}
	}
	{
		Il2CppChar* L_24 = V_2;
		Il2CppChar* L_25 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_24, (intptr_t)L_25))/(int32_t)2)))))))), (int32_t)4));
	}

IL_0082:
	{
		Il2CppChar* L_26 = V_2;
		int32_t L_27 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)-10)))))) == ((uint32_t)L_27))))
		{
			goto IL_0097;
		}
	}
	{
		Il2CppChar* L_28 = V_2;
		Il2CppChar* L_29 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_28, (intptr_t)L_29))/(int32_t)2)))))))), (int32_t)5));
	}

IL_0097:
	{
		Il2CppChar* L_30 = V_2;
		int32_t L_31 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)((int32_t)-12)))))) == ((uint32_t)L_31))))
		{
			goto IL_00ac;
		}
	}
	{
		Il2CppChar* L_32 = V_2;
		Il2CppChar* L_33 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_32, (intptr_t)L_33))/(int32_t)2)))))))), (int32_t)6));
	}

IL_00ac:
	{
		Il2CppChar* L_34 = V_2;
		int32_t L_35 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)((int32_t)-14)))))) == ((uint32_t)L_35))))
		{
			goto IL_00c1;
		}
	}
	{
		Il2CppChar* L_36 = V_2;
		Il2CppChar* L_37 = V_1;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/(int32_t)2)))))))), (int32_t)7));
	}

IL_00c1:
	{
		Il2CppChar* L_38 = V_2;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_38, (int32_t)((int32_t)16)));
	}

IL_00c6:
	{
		Il2CppChar* L_39 = V_2;
		Il2CppChar* L_40 = V_3;
		if ((!(((uintptr_t)L_39) == ((uintptr_t)L_40))))
		{
			goto IL_001e;
		}
	}
	{
		Il2CppChar* L_41 = V_3;
		int32_t L_42 = ___count2;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_41, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_42&(int32_t)7)), (int32_t)2))));
		goto IL_00ef;
	}

IL_00da:
	{
		Il2CppChar* L_43 = V_2;
		int32_t L_44 = V_0;
		if ((!(((uint32_t)(*((uint16_t*)L_43))) == ((uint32_t)L_44))))
		{
			goto IL_00ea;
		}
	}
	{
		Il2CppChar* L_45 = V_2;
		Il2CppChar* L_46 = V_1;
		return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2))))))));
	}

IL_00ea:
	{
		Il2CppChar* L_47 = V_2;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)(((intptr_t)2))));
	}

IL_00ef:
	{
		Il2CppChar* L_48 = V_2;
		Il2CppChar* L_49 = V_3;
		if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49))))
		{
			goto IL_00da;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 System.String::LastIndexOf(System.String)
extern "C"  int32_t String_LastIndexOf_m2676535141 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_length_0();
		if (L_0)
		{
			goto IL_0015;
		}
	}
	{
		String_t* L_1 = ___value0;
		int32_t L_2 = String_LastIndexOf_m95398196(__this, L_1, 0, 0, /*hidden argument*/NULL);
		return L_2;
	}

IL_0015:
	{
		String_t* L_3 = ___value0;
		int32_t L_4 = __this->get_length_0();
		int32_t L_5 = __this->get_length_0();
		int32_t L_6 = String_LastIndexOf_m95398196(__this, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), L_5, /*hidden argument*/NULL);
		return L_6;
	}
}
// System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32)
extern "C"  int32_t String_LastIndexOf_m95398196 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_LastIndexOf_m95398196_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) < ((int32_t)(-1))))
		{
			goto IL_0024;
		}
	}
	{
		int32_t L_3 = ___startIndex1;
		int32_t L_4 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((((int32_t)L_3) <= ((int32_t)L_4)))
		{
			goto IL_0034;
		}
	}

IL_0024:
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral495425633, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0034:
	{
		int32_t L_6 = ___count2;
		if ((((int32_t)L_6) < ((int32_t)0)))
		{
			goto IL_0047;
		}
	}
	{
		int32_t L_7 = ___count2;
		int32_t L_8 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((((int32_t)L_7) <= ((int32_t)L_8)))
		{
			goto IL_0057;
		}
	}

IL_0047:
	{
		ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral495425633, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_0057:
	{
		int32_t L_10 = ___startIndex1;
		int32_t L_11 = ___count2;
		if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0)))
		{
			goto IL_006d;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_12, _stringLiteral1327129032, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_006d:
	{
		String_t* L_13 = ___value0;
		NullCheck(L_13);
		int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL);
		if (L_14)
		{
			goto IL_007a;
		}
	}
	{
		int32_t L_15 = ___startIndex1;
		return L_15;
	}

IL_007a:
	{
		int32_t L_16 = ___startIndex1;
		if (L_16)
		{
			goto IL_008d;
		}
	}
	{
		int32_t L_17 = __this->get_length_0();
		if (L_17)
		{
			goto IL_008d;
		}
	}
	{
		return (-1);
	}

IL_008d:
	{
		int32_t L_18 = __this->get_length_0();
		if (L_18)
		{
			goto IL_00a6;
		}
	}
	{
		String_t* L_19 = ___value0;
		NullCheck(L_19);
		int32_t L_20 = L_19->get_length_0();
		if ((((int32_t)L_20) <= ((int32_t)0)))
		{
			goto IL_00a6;
		}
	}
	{
		return (-1);
	}

IL_00a6:
	{
		int32_t L_21 = ___count2;
		if (L_21)
		{
			goto IL_00ae;
		}
	}
	{
		return (-1);
	}

IL_00ae:
	{
		int32_t L_22 = ___startIndex1;
		int32_t L_23 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_22) == ((uint32_t)L_23))))
		{
			goto IL_00bf;
		}
	}
	{
		int32_t L_24 = ___startIndex1;
		___startIndex1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
	}

IL_00bf:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_25 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_25);
		CompareInfo_t1092934962 * L_26 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_25);
		String_t* L_27 = ___value0;
		int32_t L_28 = ___startIndex1;
		int32_t L_29 = ___count2;
		NullCheck(L_26);
		int32_t L_30 = VirtFuncInvoker4< int32_t, String_t*, String_t*, int32_t, int32_t >::Invoke(13 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32) */, L_26, __this, L_27, L_28, L_29);
		return L_30;
	}
}
// System.Boolean System.String::Contains(System.String)
extern "C"  bool String_Contains_m1147431944 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___value0;
		int32_t L_1 = String_IndexOf_m1977622757(__this, L_0, /*hidden argument*/NULL);
		return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean System.String::IsNullOrEmpty(System.String)
extern "C"  bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method)
{
	int32_t G_B3_0 = 0;
	{
		String_t* L_0 = ___value0;
		if (!L_0)
		{
			goto IL_0011;
		}
	}
	{
		String_t* L_1 = ___value0;
		NullCheck(L_1);
		int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL);
		G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
		goto IL_0012;
	}

IL_0011:
	{
		G_B3_0 = 1;
	}

IL_0012:
	{
		return (bool)G_B3_0;
	}
}
// System.String System.String::Remove(System.Int32)
extern "C"  String_t* String_Remove_m1524948975 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Remove_m1524948975_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___startIndex0;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0017;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral2410720131, _stringLiteral1885766577, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		int32_t L_2 = ___startIndex0;
		int32_t L_3 = __this->get_length_0();
		if ((((int32_t)L_2) < ((int32_t)L_3)))
		{
			goto IL_0033;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_4, _stringLiteral2410720131, _stringLiteral2817464207, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0033:
	{
		int32_t L_5 = ___startIndex0;
		int32_t L_6 = __this->get_length_0();
		int32_t L_7 = ___startIndex0;
		String_t* L_8 = String_Remove_m562998446(__this, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL);
		return L_8;
	}
}
// System.String System.String::PadRight(System.Int32,System.Char)
extern "C"  String_t* String_PadRight_m50345030 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_PadRight_m50345030_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	String_t* V_5 = NULL;
	String_t* V_6 = NULL;
	{
		int32_t L_0 = ___totalWidth0;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0017;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1314554310, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		int32_t L_2 = ___totalWidth0;
		int32_t L_3 = __this->get_length_0();
		if ((((int32_t)L_2) >= ((int32_t)L_3)))
		{
			goto IL_0025;
		}
	}
	{
		return __this;
	}

IL_0025:
	{
		int32_t L_4 = ___totalWidth0;
		if (L_4)
		{
			goto IL_0031;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_5;
	}

IL_0031:
	{
		int32_t L_6 = ___totalWidth0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_7 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
		V_0 = L_7;
		String_t* L_8 = V_0;
		V_5 = L_8;
		String_t* L_9 = V_5;
		int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_9)), (int32_t)L_10));
		V_6 = __this;
		String_t* L_11 = V_6;
		int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_11)), (int32_t)L_12));
		Il2CppChar* L_13 = V_1;
		Il2CppChar* L_14 = V_2;
		int32_t L_15 = __this->get_length_0();
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, L_15, /*hidden argument*/NULL);
		Il2CppChar* L_16 = V_1;
		int32_t L_17 = __this->get_length_0();
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2))));
		Il2CppChar* L_18 = V_1;
		int32_t L_19 = ___totalWidth0;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2))));
		goto IL_007e;
	}

IL_0076:
	{
		Il2CppChar* L_20 = V_3;
		Il2CppChar* L_21 = (Il2CppChar*)L_20;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)(((intptr_t)2))));
		Il2CppChar L_22 = ___paddingChar1;
		*((int16_t*)(L_21)) = (int16_t)L_22;
	}

IL_007e:
	{
		Il2CppChar* L_23 = V_3;
		Il2CppChar* L_24 = V_4;
		if ((!(((uintptr_t)L_23) == ((uintptr_t)L_24))))
		{
			goto IL_0076;
		}
	}
	{
		V_5 = (String_t*)NULL;
		V_6 = (String_t*)NULL;
		String_t* L_25 = V_0;
		return L_25;
	}
}
// System.Boolean System.String::StartsWith(System.String)
extern "C"  bool String_StartsWith_m1759067526 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_StartsWith_m1759067526_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___value0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_2 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_2);
		CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2);
		String_t* L_4 = ___value0;
		NullCheck(L_3);
		bool L_5 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(11 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_3, __this, L_4, 0);
		return L_5;
	}
}
// System.String System.String::Replace(System.Char,System.Char)
extern "C"  String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Replace_m3726209165_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	String_t* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	Il2CppChar* V_6 = NULL;
	String_t* V_7 = NULL;
	{
		int32_t L_0 = __this->get_length_0();
		if (!L_0)
		{
			goto IL_0012;
		}
	}
	{
		Il2CppChar L_1 = ___oldChar0;
		Il2CppChar L_2 = ___newChar1;
		if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
		{
			goto IL_0014;
		}
	}

IL_0012:
	{
		return __this;
	}

IL_0014:
	{
		Il2CppChar L_3 = ___oldChar0;
		int32_t L_4 = __this->get_length_0();
		int32_t L_5 = String_IndexOfUnchecked_m3677172170(__this, L_3, 0, L_4, /*hidden argument*/NULL);
		V_0 = L_5;
		int32_t L_6 = V_0;
		if ((!(((uint32_t)L_6) == ((uint32_t)(-1)))))
		{
			goto IL_002c;
		}
	}
	{
		return __this;
	}

IL_002c:
	{
		int32_t L_7 = V_0;
		if ((((int32_t)L_7) >= ((int32_t)4)))
		{
			goto IL_0035;
		}
	}
	{
		V_0 = 0;
	}

IL_0035:
	{
		int32_t L_8 = __this->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_9 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_8, /*hidden argument*/NULL);
		V_1 = L_9;
		String_t* L_10 = V_1;
		V_7 = L_10;
		String_t* L_11 = V_7;
		int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_11)), (int32_t)L_12));
		Il2CppChar* L_13 = __this->get_address_of_start_char_1();
		V_3 = (Il2CppChar*)L_13;
		int32_t L_14 = V_0;
		if (!L_14)
		{
			goto IL_0063;
		}
	}
	{
		Il2CppChar* L_15 = V_2;
		Il2CppChar* L_16 = V_3;
		int32_t L_17 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_15, (Il2CppChar*)(Il2CppChar*)L_16, L_17, /*hidden argument*/NULL);
	}

IL_0063:
	{
		Il2CppChar* L_18 = V_2;
		int32_t L_19 = __this->get_length_0();
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2))));
		Il2CppChar* L_20 = V_2;
		int32_t L_21 = V_0;
		V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2))));
		Il2CppChar* L_22 = V_3;
		int32_t L_23 = V_0;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2))));
		goto IL_00a8;
	}

IL_0082:
	{
		Il2CppChar* L_24 = V_6;
		Il2CppChar L_25 = ___oldChar0;
		if ((!(((uint32_t)(*((uint16_t*)L_24))) == ((uint32_t)L_25))))
		{
			goto IL_0094;
		}
	}
	{
		Il2CppChar* L_26 = V_5;
		Il2CppChar L_27 = ___newChar1;
		*((int16_t*)(L_26)) = (int16_t)L_27;
		goto IL_009a;
	}

IL_0094:
	{
		Il2CppChar* L_28 = V_5;
		Il2CppChar* L_29 = V_6;
		*((int16_t*)(L_28)) = (int16_t)(*((uint16_t*)L_29));
	}

IL_009a:
	{
		Il2CppChar* L_30 = V_6;
		V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_31 = V_5;
		V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)(((intptr_t)2))));
	}

IL_00a8:
	{
		Il2CppChar* L_32 = V_5;
		Il2CppChar* L_33 = V_4;
		if ((!(((uintptr_t)L_32) == ((uintptr_t)L_33))))
		{
			goto IL_0082;
		}
	}
	{
		V_7 = (String_t*)NULL;
		V_3 = (Il2CppChar*)(((uintptr_t)0));
		String_t* L_34 = V_1;
		return L_34;
	}
}
// System.String System.String::Replace(System.String,System.String)
extern "C"  String_t* String_Replace_m1273907647 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Replace_m1273907647_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___oldValue0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2379195259, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		String_t* L_2 = ___oldValue0;
		NullCheck(L_2);
		int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL);
		if (L_3)
		{
			goto IL_0027;
		}
	}
	{
		ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_4, _stringLiteral2507102363, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0027:
	{
		int32_t L_5 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if (L_5)
		{
			goto IL_0034;
		}
	}
	{
		return __this;
	}

IL_0034:
	{
		String_t* L_6 = ___newValue1;
		if (L_6)
		{
			goto IL_0041;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___newValue1 = L_7;
	}

IL_0041:
	{
		String_t* L_8 = ___oldValue0;
		String_t* L_9 = ___newValue1;
		String_t* L_10 = String_ReplaceUnchecked_m1381393810(__this, L_8, L_9, /*hidden argument*/NULL);
		return L_10;
	}
}
// System.String System.String::ReplaceUnchecked(System.String,System.String)
extern "C"  String_t* String_ReplaceUnchecked_m1381393810 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ReplaceUnchecked_m1381393810_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	int32_t V_6 = 0;
	int32_t V_7 = 0;
	String_t* V_8 = NULL;
	int32_t V_9 = 0;
	int32_t V_10 = 0;
	Il2CppChar* V_11 = NULL;
	int32_t V_12 = 0;
	int32_t V_13 = 0;
	String_t* V_14 = NULL;
	String_t* V_15 = NULL;
	String_t* V_16 = NULL;
	{
		String_t* L_0 = ___oldValue0;
		NullCheck(L_0);
		int32_t L_1 = L_0->get_length_0();
		int32_t L_2 = __this->get_length_0();
		if ((((int32_t)L_1) <= ((int32_t)L_2)))
		{
			goto IL_0013;
		}
	}
	{
		return __this;
	}

IL_0013:
	{
		String_t* L_3 = ___oldValue0;
		NullCheck(L_3);
		int32_t L_4 = L_3->get_length_0();
		if ((!(((uint32_t)L_4) == ((uint32_t)1))))
		{
			goto IL_0040;
		}
	}
	{
		String_t* L_5 = ___newValue1;
		NullCheck(L_5);
		int32_t L_6 = L_5->get_length_0();
		if ((!(((uint32_t)L_6) == ((uint32_t)1))))
		{
			goto IL_0040;
		}
	}
	{
		String_t* L_7 = ___oldValue0;
		NullCheck(L_7);
		Il2CppChar L_8 = String_get_Chars_m2986988803(L_7, 0, /*hidden argument*/NULL);
		String_t* L_9 = ___newValue1;
		NullCheck(L_9);
		Il2CppChar L_10 = String_get_Chars_m2986988803(L_9, 0, /*hidden argument*/NULL);
		String_t* L_11 = String_Replace_m3726209165(__this, L_8, L_10, /*hidden argument*/NULL);
		return L_11;
	}

IL_0040:
	{
		if ((uint64_t)(uint32_t)((int32_t)200) * (uint64_t)(uint32_t)4 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_12 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)200), (int32_t)4)));
		memset(L_12,0,((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)200), (int32_t)4)));
		V_1 = (int32_t*)(L_12);
		V_14 = __this;
		String_t* L_13 = V_14;
		int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_13)), (int32_t)L_14));
		String_t* L_15 = ___newValue1;
		V_15 = L_15;
		String_t* L_16 = V_15;
		int32_t L_17 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_16)), (int32_t)L_17));
		V_4 = 0;
		V_5 = 0;
		goto IL_00c8;
	}

IL_006f:
	{
		String_t* L_18 = ___oldValue0;
		int32_t L_19 = V_4;
		int32_t L_20 = __this->get_length_0();
		int32_t L_21 = V_4;
		int32_t L_22 = String_IndexOfOrdinalUnchecked_m460601827(__this, L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL);
		V_6 = L_22;
		int32_t L_23 = V_6;
		if ((((int32_t)L_23) >= ((int32_t)0)))
		{
			goto IL_0090;
		}
	}
	{
		goto IL_00d5;
	}

IL_0090:
	{
		int32_t L_24 = V_5;
		if ((((int32_t)L_24) >= ((int32_t)((int32_t)200))))
		{
			goto IL_00af;
		}
	}
	{
		int32_t* L_25 = V_1;
		int32_t L_26 = V_5;
		int32_t L_27 = L_26;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
		int32_t L_28 = V_6;
		*((int32_t*)(((int32_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)4)))))) = (int32_t)L_28;
		goto IL_00bd;
	}

IL_00af:
	{
		String_t* L_29 = ___oldValue0;
		String_t* L_30 = ___newValue1;
		String_t* L_31 = String_ReplaceFallback_m1061004996(__this, L_29, L_30, ((int32_t)200), /*hidden argument*/NULL);
		return L_31;
	}

IL_00bd:
	{
		int32_t L_32 = V_6;
		String_t* L_33 = ___oldValue0;
		NullCheck(L_33);
		int32_t L_34 = L_33->get_length_0();
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_34));
	}

IL_00c8:
	{
		int32_t L_35 = V_4;
		int32_t L_36 = __this->get_length_0();
		if ((((int32_t)L_35) < ((int32_t)L_36)))
		{
			goto IL_006f;
		}
	}

IL_00d5:
	{
		int32_t L_37 = V_5;
		if (L_37)
		{
			goto IL_00de;
		}
	}
	{
		return __this;
	}

IL_00de:
	{
		int32_t L_38 = __this->get_length_0();
		String_t* L_39 = ___newValue1;
		NullCheck(L_39);
		int32_t L_40 = L_39->get_length_0();
		String_t* L_41 = ___oldValue0;
		NullCheck(L_41);
		int32_t L_42 = L_41->get_length_0();
		int32_t L_43 = V_5;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_42)), (int32_t)L_43))));
		int32_t L_44 = V_7;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_45 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_44, /*hidden argument*/NULL);
		V_8 = L_45;
		V_9 = 0;
		V_10 = 0;
		String_t* L_46 = V_8;
		V_16 = L_46;
		String_t* L_47 = V_16;
		int32_t L_48 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_11 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_47)), (int32_t)L_48));
		V_12 = 0;
		goto IL_0178;
	}

IL_011d:
	{
		int32_t* L_49 = V_1;
		int32_t L_50 = V_12;
		int32_t L_51 = V_10;
		V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_50, (int32_t)4)))))), (int32_t)L_51));
		Il2CppChar* L_52 = V_11;
		int32_t L_53 = V_9;
		Il2CppChar* L_54 = V_2;
		int32_t L_55 = V_10;
		int32_t L_56 = V_13;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_53, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_55, (int32_t)2)))), L_56, /*hidden argument*/NULL);
		int32_t L_57 = V_9;
		int32_t L_58 = V_13;
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58));
		int32_t* L_59 = V_1;
		int32_t L_60 = V_12;
		String_t* L_61 = ___oldValue0;
		NullCheck(L_61);
		int32_t L_62 = L_61->get_length_0();
		V_10 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)4)))))), (int32_t)L_62));
		Il2CppChar* L_63 = V_11;
		int32_t L_64 = V_9;
		Il2CppChar* L_65 = V_3;
		String_t* L_66 = ___newValue1;
		NullCheck(L_66);
		int32_t L_67 = L_66->get_length_0();
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_64, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_65, L_67, /*hidden argument*/NULL);
		int32_t L_68 = V_9;
		String_t* L_69 = ___newValue1;
		NullCheck(L_69);
		int32_t L_70 = L_69->get_length_0();
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_70));
		int32_t L_71 = V_12;
		V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
	}

IL_0178:
	{
		int32_t L_72 = V_12;
		int32_t L_73 = V_5;
		if ((((int32_t)L_72) < ((int32_t)L_73)))
		{
			goto IL_011d;
		}
	}
	{
		Il2CppChar* L_74 = V_11;
		int32_t L_75 = V_9;
		Il2CppChar* L_76 = V_2;
		int32_t L_77 = V_10;
		int32_t L_78 = __this->get_length_0();
		int32_t L_79 = V_10;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_75, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_77, (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79)), /*hidden argument*/NULL);
		V_16 = (String_t*)NULL;
		String_t* L_80 = V_8;
		return L_80;
	}
}
// System.String System.String::ReplaceFallback(System.String,System.String,System.Int32)
extern "C"  String_t* String_ReplaceFallback_m1061004996 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___testedCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ReplaceFallback_m1061004996_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	StringBuilder_t * V_1 = NULL;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		int32_t L_0 = __this->get_length_0();
		String_t* L_1 = ___newValue1;
		NullCheck(L_1);
		int32_t L_2 = L_1->get_length_0();
		String_t* L_3 = ___oldValue0;
		NullCheck(L_3);
		int32_t L_4 = L_3->get_length_0();
		int32_t L_5 = ___testedCount2;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4)), (int32_t)L_5))));
		int32_t L_6 = V_0;
		StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m2367297767(L_7, L_6, /*hidden argument*/NULL);
		V_1 = L_7;
		V_2 = 0;
		goto IL_007a;
	}

IL_0025:
	{
		String_t* L_8 = ___oldValue0;
		int32_t L_9 = V_2;
		int32_t L_10 = __this->get_length_0();
		int32_t L_11 = V_2;
		int32_t L_12 = String_IndexOfOrdinalUnchecked_m460601827(__this, L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL);
		V_3 = L_12;
		int32_t L_13 = V_3;
		if ((((int32_t)L_13) >= ((int32_t)0)))
		{
			goto IL_0058;
		}
	}
	{
		StringBuilder_t * L_14 = V_1;
		int32_t L_15 = V_2;
		int32_t L_16 = __this->get_length_0();
		int32_t L_17 = V_2;
		String_t* L_18 = String_SubstringUnchecked_m1840487357(__this, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL);
		NullCheck(L_14);
		StringBuilder_Append_m1965104174(L_14, L_18, /*hidden argument*/NULL);
		goto IL_0086;
	}

IL_0058:
	{
		StringBuilder_t * L_19 = V_1;
		int32_t L_20 = V_2;
		int32_t L_21 = V_3;
		int32_t L_22 = V_2;
		String_t* L_23 = String_SubstringUnchecked_m1840487357(__this, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL);
		NullCheck(L_19);
		StringBuilder_Append_m1965104174(L_19, L_23, /*hidden argument*/NULL);
		StringBuilder_t * L_24 = V_1;
		String_t* L_25 = ___newValue1;
		NullCheck(L_24);
		StringBuilder_Append_m1965104174(L_24, L_25, /*hidden argument*/NULL);
		int32_t L_26 = V_3;
		String_t* L_27 = ___oldValue0;
		NullCheck(L_27);
		int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL);
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_28));
	}

IL_007a:
	{
		int32_t L_29 = V_2;
		int32_t L_30 = __this->get_length_0();
		if ((((int32_t)L_29) < ((int32_t)L_30)))
		{
			goto IL_0025;
		}
	}

IL_0086:
	{
		StringBuilder_t * L_31 = V_1;
		NullCheck(L_31);
		String_t* L_32 = StringBuilder_ToString_m3317489284(L_31, /*hidden argument*/NULL);
		return L_32;
	}
}
// System.String System.String::Remove(System.Int32,System.Int32)
extern "C"  String_t* String_Remove_m562998446 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Remove_m562998446_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	int32_t V_4 = 0;
	String_t* V_5 = NULL;
	String_t* V_6 = NULL;
	{
		int32_t L_0 = ___startIndex0;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0017;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral2410720131, _stringLiteral1538545496, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		int32_t L_2 = ___count1;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_002e;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2002595880, _stringLiteral1538545496, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_002e:
	{
		int32_t L_4 = ___startIndex0;
		int32_t L_5 = __this->get_length_0();
		int32_t L_6 = ___count1;
		if ((((int32_t)L_4) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)))))
		{
			goto IL_004c;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral3084170034, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_004c:
	{
		int32_t L_8 = __this->get_length_0();
		int32_t L_9 = ___count1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_10 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL);
		V_0 = L_10;
		String_t* L_11 = V_0;
		V_5 = L_11;
		String_t* L_12 = V_5;
		int32_t L_13 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_12)), (int32_t)L_13));
		V_6 = __this;
		String_t* L_14 = V_6;
		int32_t L_15 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_14)), (int32_t)L_15));
		Il2CppChar* L_16 = V_1;
		V_3 = (Il2CppChar*)L_16;
		Il2CppChar* L_17 = V_3;
		Il2CppChar* L_18 = V_2;
		int32_t L_19 = ___startIndex0;
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_17, (Il2CppChar*)(Il2CppChar*)L_18, L_19, /*hidden argument*/NULL);
		int32_t L_20 = ___startIndex0;
		int32_t L_21 = ___count1;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21));
		Il2CppChar* L_22 = V_3;
		int32_t L_23 = ___startIndex0;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2))));
		Il2CppChar* L_24 = V_3;
		Il2CppChar* L_25 = V_2;
		int32_t L_26 = V_4;
		int32_t L_27 = __this->get_length_0();
		int32_t L_28 = V_4;
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_24, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL);
		V_5 = (String_t*)NULL;
		V_6 = (String_t*)NULL;
		String_t* L_29 = V_0;
		return L_29;
	}
}
// System.String System.String::ToLower()
extern "C"  String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ToLower_m2029374922_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL);
		String_t* L_1 = String_ToLower_m3490221821(__this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.String System.String::ToLower(System.Globalization.CultureInfo)
extern "C"  String_t* String_ToLower_m3490221821 (String_t* __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ToLower_m3490221821_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CultureInfo_t4157843068 * L_0 = ___culture0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral461586467, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		CultureInfo_t4157843068 * L_2 = ___culture0;
		NullCheck(L_2);
		int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2);
		if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)127)))))
		{
			goto IL_0025;
		}
	}
	{
		String_t* L_4 = String_ToLowerInvariant_m110751226(__this, /*hidden argument*/NULL);
		return L_4;
	}

IL_0025:
	{
		CultureInfo_t4157843068 * L_5 = ___culture0;
		NullCheck(L_5);
		TextInfo_t3810425522 * L_6 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_5);
		NullCheck(L_6);
		String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(9 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_6, __this);
		return L_7;
	}
}
// System.String System.String::ToLowerInvariant()
extern "C"  String_t* String_ToLowerInvariant_m110751226 (String_t* __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ToLowerInvariant_m110751226_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	int32_t V_5 = 0;
	String_t* V_6 = NULL;
	{
		int32_t L_0 = __this->get_length_0();
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_0011:
	{
		int32_t L_2 = __this->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_3 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		Il2CppChar* L_4 = __this->get_address_of_start_char_1();
		V_1 = (Il2CppChar*)L_4;
		String_t* L_5 = V_0;
		V_6 = L_5;
		String_t* L_6 = V_6;
		int32_t L_7 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_6)), (int32_t)L_7));
		Il2CppChar* L_8 = V_2;
		V_3 = (Il2CppChar*)L_8;
		Il2CppChar* L_9 = V_1;
		V_4 = (Il2CppChar*)L_9;
		V_5 = 0;
		goto IL_005a;
	}

IL_003e:
	{
		Il2CppChar* L_10 = V_3;
		Il2CppChar* L_11 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		Il2CppChar L_12 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, (*((uint16_t*)L_11)), /*hidden argument*/NULL);
		*((int16_t*)(L_10)) = (int16_t)L_12;
		Il2CppChar* L_13 = V_4;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_14 = V_3;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)(((intptr_t)2))));
		int32_t L_15 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
	}

IL_005a:
	{
		int32_t L_16 = V_5;
		int32_t L_17 = __this->get_length_0();
		if ((((int32_t)L_16) < ((int32_t)L_17)))
		{
			goto IL_003e;
		}
	}
	{
		V_1 = (Il2CppChar*)(((uintptr_t)0));
		V_6 = (String_t*)NULL;
		String_t* L_18 = V_0;
		return L_18;
	}
}
// System.String System.String::ToUpperInvariant()
extern "C"  String_t* String_ToUpperInvariant_m2531236323 (String_t* __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ToUpperInvariant_m2531236323_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	int32_t V_5 = 0;
	String_t* V_6 = NULL;
	{
		int32_t L_0 = __this->get_length_0();
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_0011:
	{
		int32_t L_2 = __this->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_3 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		Il2CppChar* L_4 = __this->get_address_of_start_char_1();
		V_1 = (Il2CppChar*)L_4;
		String_t* L_5 = V_0;
		V_6 = L_5;
		String_t* L_6 = V_6;
		int32_t L_7 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_6)), (int32_t)L_7));
		Il2CppChar* L_8 = V_2;
		V_3 = (Il2CppChar*)L_8;
		Il2CppChar* L_9 = V_1;
		V_4 = (Il2CppChar*)L_9;
		V_5 = 0;
		goto IL_005a;
	}

IL_003e:
	{
		Il2CppChar* L_10 = V_3;
		Il2CppChar* L_11 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		Il2CppChar L_12 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_11)), /*hidden argument*/NULL);
		*((int16_t*)(L_10)) = (int16_t)L_12;
		Il2CppChar* L_13 = V_4;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_14 = V_3;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)(((intptr_t)2))));
		int32_t L_15 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
	}

IL_005a:
	{
		int32_t L_16 = V_5;
		int32_t L_17 = __this->get_length_0();
		if ((((int32_t)L_16) < ((int32_t)L_17)))
		{
			goto IL_003e;
		}
	}
	{
		V_1 = (Il2CppChar*)(((uintptr_t)0));
		V_6 = (String_t*)NULL;
		String_t* L_18 = V_0;
		return L_18;
	}
}
// System.String System.String::ToString()
extern "C"  String_t* String_ToString_m838249115 (String_t* __this, const RuntimeMethod* method)
{
	{
		return __this;
	}
}
// System.String System.String::ToString(System.IFormatProvider)
extern "C"  String_t* String_ToString_m3872792296 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
	{
		return __this;
	}
}
// System.String System.String::Format(System.String,System.Object)
extern "C"  String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Format_m2844511972_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___format0;
		ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1));
		RuntimeObject * L_2 = ___arg01;
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_2);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_3 = String_Format_m1881875187(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_1, /*hidden argument*/NULL);
		return L_3;
	}
}
// System.String System.String::Format(System.String,System.Object,System.Object)
extern "C"  String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Format_m2556382932_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___format0;
		ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2));
		RuntimeObject * L_2 = ___arg01;
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_2);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
		ObjectU5BU5D_t2843939325* L_3 = L_1;
		RuntimeObject * L_4 = ___arg12;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_4);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_5 = String_Format_m1881875187(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_3, /*hidden argument*/NULL);
		return L_5;
	}
}
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
extern "C"  String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Format_m3339413201_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___format0;
		ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3));
		RuntimeObject * L_2 = ___arg01;
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_2);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
		ObjectU5BU5D_t2843939325* L_3 = L_1;
		RuntimeObject * L_4 = ___arg12;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_4);
		ObjectU5BU5D_t2843939325* L_5 = L_3;
		RuntimeObject * L_6 = ___arg23;
		NullCheck(L_5);
		ArrayElementTypeCheck (L_5, L_6);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_6);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_7 = String_Format_m1881875187(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_5, /*hidden argument*/NULL);
		return L_7;
	}
}
// System.String System.String::Format(System.String,System.Object[])
extern "C"  String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Format_m630303134_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___format0;
		ObjectU5BU5D_t2843939325* L_1 = ___args1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_2 = String_Format_m1881875187(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
extern "C"  String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Format_m1881875187_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	{
		RuntimeObject* L_0 = ___provider0;
		String_t* L_1 = ___format1;
		ObjectU5BU5D_t2843939325* L_2 = ___args2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		StringBuilder_t * L_3 = String_FormatHelper_m3913915042(NULL /*static, unused*/, (StringBuilder_t *)NULL, L_0, L_1, L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		StringBuilder_t * L_4 = V_0;
		NullCheck(L_4);
		String_t* L_5 = StringBuilder_ToString_m3317489284(L_4, /*hidden argument*/NULL);
		return L_5;
	}
}
// System.Text.StringBuilder System.String::FormatHelper(System.Text.StringBuilder,System.IFormatProvider,System.String,System.Object[])
extern "C"  StringBuilder_t * String_FormatHelper_m3913915042 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___result0, RuntimeObject* ___provider1, String_t* ___format2, ObjectU5BU5D_t2843939325* ___args3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_FormatHelper_m3913915042_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	String_t* V_2 = NULL;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	Il2CppChar V_5 = 0x0;
	int32_t V_6 = 0;
	int32_t V_7 = 0;
	bool V_8 = false;
	String_t* V_9 = NULL;
	RuntimeObject * V_10 = NULL;
	String_t* V_11 = NULL;
	RuntimeObject* V_12 = NULL;
	Il2CppChar V_13 = 0x0;
	int32_t V_14 = 0;
	{
		String_t* L_0 = ___format2;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral446157247, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ObjectU5BU5D_t2843939325* L_2 = ___args3;
		if (L_2)
		{
			goto IL_0022;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral728803974, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0022:
	{
		StringBuilder_t * L_4 = ___result0;
		if (L_4)
		{
			goto IL_0084;
		}
	}
	{
		V_1 = 0;
		V_0 = 0;
		goto IL_0057;
	}

IL_0031:
	{
		ObjectU5BU5D_t2843939325* L_5 = ___args3;
		int32_t L_6 = V_0;
		NullCheck(L_5);
		int32_t L_7 = L_6;
		RuntimeObject * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		V_2 = ((String_t*)IsInstSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var));
		String_t* L_9 = V_2;
		if (!L_9)
		{
			goto IL_004e;
		}
	}
	{
		int32_t L_10 = V_1;
		String_t* L_11 = V_2;
		NullCheck(L_11);
		int32_t L_12 = L_11->get_length_0();
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_12));
		goto IL_0053;
	}

IL_004e:
	{
		goto IL_0060;
	}

IL_0053:
	{
		int32_t L_13 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
	}

IL_0057:
	{
		int32_t L_14 = V_0;
		ObjectU5BU5D_t2843939325* L_15 = ___args3;
		NullCheck(L_15);
		if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))))
		{
			goto IL_0031;
		}
	}

IL_0060:
	{
		int32_t L_16 = V_0;
		ObjectU5BU5D_t2843939325* L_17 = ___args3;
		NullCheck(L_17);
		if ((!(((uint32_t)L_16) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))))
		{
			goto IL_007d;
		}
	}
	{
		int32_t L_18 = V_1;
		String_t* L_19 = ___format2;
		NullCheck(L_19);
		int32_t L_20 = L_19->get_length_0();
		StringBuilder_t * L_21 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m2367297767(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_20)), /*hidden argument*/NULL);
		___result0 = L_21;
		goto IL_0084;
	}

IL_007d:
	{
		StringBuilder_t * L_22 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m3121283359(L_22, /*hidden argument*/NULL);
		___result0 = L_22;
	}

IL_0084:
	{
		V_3 = 0;
		int32_t L_23 = V_3;
		V_4 = L_23;
		goto IL_0228;
	}

IL_008e:
	{
		String_t* L_24 = ___format2;
		int32_t L_25 = V_3;
		int32_t L_26 = L_25;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
		NullCheck(L_24);
		Il2CppChar L_27 = String_get_Chars_m2986988803(L_24, L_26, /*hidden argument*/NULL);
		V_5 = L_27;
		Il2CppChar L_28 = V_5;
		if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)123)))))
		{
			goto IL_01d5;
		}
	}
	{
		StringBuilder_t * L_29 = ___result0;
		String_t* L_30 = ___format2;
		int32_t L_31 = V_4;
		int32_t L_32 = V_3;
		int32_t L_33 = V_4;
		NullCheck(L_29);
		StringBuilder_Append_m3214161208(L_29, L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), (int32_t)1)), /*hidden argument*/NULL);
		String_t* L_34 = ___format2;
		int32_t L_35 = V_3;
		NullCheck(L_34);
		Il2CppChar L_36 = String_get_Chars_m2986988803(L_34, L_35, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)123)))))
		{
			goto IL_00ce;
		}
	}
	{
		int32_t L_37 = V_3;
		int32_t L_38 = L_37;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
		V_4 = L_38;
		goto IL_0228;
	}

IL_00ce:
	{
		String_t* L_39 = ___format2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_ParseFormatSpecifier_m3134189457(NULL /*static, unused*/, L_39, (&V_3), (&V_6), (&V_7), (&V_8), (&V_9), /*hidden argument*/NULL);
		int32_t L_40 = V_6;
		ObjectU5BU5D_t2843939325* L_41 = ___args3;
		NullCheck(L_41);
		if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length)))))))
		{
			goto IL_00f3;
		}
	}
	{
		FormatException_t154580423 * L_42 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var);
		FormatException__ctor_m4049685996(L_42, _stringLiteral1894799423, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_42);
	}

IL_00f3:
	{
		ObjectU5BU5D_t2843939325* L_43 = ___args3;
		int32_t L_44 = V_6;
		NullCheck(L_43);
		int32_t L_45 = L_44;
		RuntimeObject * L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		V_10 = L_46;
		V_12 = (RuntimeObject*)NULL;
		RuntimeObject* L_47 = ___provider1;
		if (!L_47)
		{
			goto IL_0119;
		}
	}
	{
		RuntimeObject* L_48 = ___provider1;
		RuntimeTypeHandle_t3027515415  L_49 = { reinterpret_cast<intptr_t> (ICustomFormatter_t4199732012_0_0_0_var) };
		IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
		Type_t * L_50 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_49, /*hidden argument*/NULL);
		NullCheck(L_48);
		RuntimeObject * L_51 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IFormatProvider::GetFormat(System.Type) */, IFormatProvider_t2518567562_il2cpp_TypeInfo_var, L_48, L_50);
		V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_51, ICustomFormatter_t4199732012_il2cpp_TypeInfo_var));
	}

IL_0119:
	{
		RuntimeObject * L_52 = V_10;
		if (L_52)
		{
			goto IL_012c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		V_11 = L_53;
		goto IL_0171;
	}

IL_012c:
	{
		RuntimeObject* L_54 = V_12;
		if (!L_54)
		{
			goto IL_0146;
		}
	}
	{
		RuntimeObject* L_55 = V_12;
		String_t* L_56 = V_9;
		RuntimeObject * L_57 = V_10;
		RuntimeObject* L_58 = ___provider1;
		NullCheck(L_55);
		String_t* L_59 = InterfaceFuncInvoker3< String_t*, String_t*, RuntimeObject *, RuntimeObject* >::Invoke(0 /* System.String System.ICustomFormatter::Format(System.String,System.Object,System.IFormatProvider) */, ICustomFormatter_t4199732012_il2cpp_TypeInfo_var, L_55, L_56, L_57, L_58);
		V_11 = L_59;
		goto IL_0171;
	}

IL_0146:
	{
		RuntimeObject * L_60 = V_10;
		if (!((RuntimeObject*)IsInst((RuntimeObject*)L_60, IFormattable_t1450744796_il2cpp_TypeInfo_var)))
		{
			goto IL_0168;
		}
	}
	{
		RuntimeObject * L_61 = V_10;
		String_t* L_62 = V_9;
		RuntimeObject* L_63 = ___provider1;
		NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_61, IFormattable_t1450744796_il2cpp_TypeInfo_var)));
		String_t* L_64 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_t1450744796_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_61, IFormattable_t1450744796_il2cpp_TypeInfo_var)), L_62, L_63);
		V_11 = L_64;
		goto IL_0171;
	}

IL_0168:
	{
		RuntimeObject * L_65 = V_10;
		NullCheck(L_65);
		String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_65);
		V_11 = L_66;
	}

IL_0171:
	{
		int32_t L_67 = V_7;
		String_t* L_68 = V_11;
		NullCheck(L_68);
		int32_t L_69 = L_68->get_length_0();
		if ((((int32_t)L_67) <= ((int32_t)L_69)))
		{
			goto IL_01c4;
		}
	}
	{
		int32_t L_70 = V_7;
		String_t* L_71 = V_11;
		NullCheck(L_71);
		int32_t L_72 = L_71->get_length_0();
		V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_72));
		bool L_73 = V_8;
		if (!L_73)
		{
			goto IL_01ab;
		}
	}
	{
		StringBuilder_t * L_74 = ___result0;
		String_t* L_75 = V_11;
		NullCheck(L_74);
		StringBuilder_Append_m1965104174(L_74, L_75, /*hidden argument*/NULL);
		StringBuilder_t * L_76 = ___result0;
		int32_t L_77 = V_14;
		NullCheck(L_76);
		StringBuilder_Append_m2180175564(L_76, ((int32_t)32), L_77, /*hidden argument*/NULL);
		goto IL_01bf;
	}

IL_01ab:
	{
		StringBuilder_t * L_78 = ___result0;
		int32_t L_79 = V_14;
		NullCheck(L_78);
		StringBuilder_Append_m2180175564(L_78, ((int32_t)32), L_79, /*hidden argument*/NULL);
		StringBuilder_t * L_80 = ___result0;
		String_t* L_81 = V_11;
		NullCheck(L_80);
		StringBuilder_Append_m1965104174(L_80, L_81, /*hidden argument*/NULL);
	}

IL_01bf:
	{
		goto IL_01cd;
	}

IL_01c4:
	{
		StringBuilder_t * L_82 = ___result0;
		String_t* L_83 = V_11;
		NullCheck(L_82);
		StringBuilder_Append_m1965104174(L_82, L_83, /*hidden argument*/NULL);
	}

IL_01cd:
	{
		int32_t L_84 = V_3;
		V_4 = L_84;
		goto IL_0228;
	}

IL_01d5:
	{
		Il2CppChar L_85 = V_5;
		if ((!(((uint32_t)L_85) == ((uint32_t)((int32_t)125)))))
		{
			goto IL_0214;
		}
	}
	{
		int32_t L_86 = V_3;
		String_t* L_87 = ___format2;
		NullCheck(L_87);
		int32_t L_88 = L_87->get_length_0();
		if ((((int32_t)L_86) >= ((int32_t)L_88)))
		{
			goto IL_0214;
		}
	}
	{
		String_t* L_89 = ___format2;
		int32_t L_90 = V_3;
		NullCheck(L_89);
		Il2CppChar L_91 = String_get_Chars_m2986988803(L_89, L_90, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_91) == ((uint32_t)((int32_t)125)))))
		{
			goto IL_0214;
		}
	}
	{
		StringBuilder_t * L_92 = ___result0;
		String_t* L_93 = ___format2;
		int32_t L_94 = V_4;
		int32_t L_95 = V_3;
		int32_t L_96 = V_4;
		NullCheck(L_92);
		StringBuilder_Append_m3214161208(L_92, L_93, L_94, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96)), (int32_t)1)), /*hidden argument*/NULL);
		int32_t L_97 = V_3;
		int32_t L_98 = L_97;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1));
		V_4 = L_98;
		goto IL_0228;
	}

IL_0214:
	{
		Il2CppChar L_99 = V_5;
		if ((!(((uint32_t)L_99) == ((uint32_t)((int32_t)125)))))
		{
			goto IL_0228;
		}
	}
	{
		FormatException_t154580423 * L_100 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var);
		FormatException__ctor_m4049685996(L_100, _stringLiteral1986456553, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_100);
	}

IL_0228:
	{
		int32_t L_101 = V_3;
		String_t* L_102 = ___format2;
		NullCheck(L_102);
		int32_t L_103 = L_102->get_length_0();
		if ((((int32_t)L_101) < ((int32_t)L_103)))
		{
			goto IL_008e;
		}
	}
	{
		int32_t L_104 = V_4;
		String_t* L_105 = ___format2;
		NullCheck(L_105);
		int32_t L_106 = L_105->get_length_0();
		if ((((int32_t)L_104) >= ((int32_t)L_106)))
		{
			goto IL_0254;
		}
	}
	{
		StringBuilder_t * L_107 = ___result0;
		String_t* L_108 = ___format2;
		int32_t L_109 = V_4;
		String_t* L_110 = ___format2;
		NullCheck(L_110);
		int32_t L_111 = String_get_Length_m3847582255(L_110, /*hidden argument*/NULL);
		int32_t L_112 = V_4;
		NullCheck(L_107);
		StringBuilder_Append_m3214161208(L_107, L_108, L_109, ((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)L_112)), /*hidden argument*/NULL);
	}

IL_0254:
	{
		StringBuilder_t * L_113 = ___result0;
		return L_113;
	}
}
// System.String System.String::Concat(System.Object,System.Object)
extern "C"  String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Concat_m904156431_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* G_B3_0 = NULL;
	String_t* G_B5_0 = NULL;
	String_t* G_B4_0 = NULL;
	String_t* G_B6_0 = NULL;
	String_t* G_B6_1 = NULL;
	{
		RuntimeObject * L_0 = ___arg00;
		if (!L_0)
		{
			goto IL_0011;
		}
	}
	{
		RuntimeObject * L_1 = ___arg00;
		NullCheck(L_1);
		String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
		G_B3_0 = L_2;
		goto IL_0012;
	}

IL_0011:
	{
		G_B3_0 = ((String_t*)(NULL));
	}

IL_0012:
	{
		RuntimeObject * L_3 = ___arg11;
		G_B4_0 = G_B3_0;
		if (!L_3)
		{
			G_B5_0 = G_B3_0;
			goto IL_0023;
		}
	}
	{
		RuntimeObject * L_4 = ___arg11;
		NullCheck(L_4);
		String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
		G_B6_0 = L_5;
		G_B6_1 = G_B4_0;
		goto IL_0024;
	}

IL_0023:
	{
		G_B6_0 = ((String_t*)(NULL));
		G_B6_1 = G_B5_0;
	}

IL_0024:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, G_B6_1, G_B6_0, /*hidden argument*/NULL);
		return L_6;
	}
}
// System.String System.String::Concat(System.Object,System.Object,System.Object)
extern "C"  String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Concat_m1715369213_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	String_t* V_1 = NULL;
	String_t* V_2 = NULL;
	{
		RuntimeObject * L_0 = ___arg00;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		V_0 = L_1;
		goto IL_0018;
	}

IL_0011:
	{
		RuntimeObject * L_2 = ___arg00;
		NullCheck(L_2);
		String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
		V_0 = L_3;
	}

IL_0018:
	{
		RuntimeObject * L_4 = ___arg11;
		if (L_4)
		{
			goto IL_0029;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		V_1 = L_5;
		goto IL_0030;
	}

IL_0029:
	{
		RuntimeObject * L_6 = ___arg11;
		NullCheck(L_6);
		String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
		V_1 = L_7;
	}

IL_0030:
	{
		RuntimeObject * L_8 = ___arg22;
		if (L_8)
		{
			goto IL_0041;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		V_2 = L_9;
		goto IL_0048;
	}

IL_0041:
	{
		RuntimeObject * L_10 = ___arg22;
		NullCheck(L_10);
		String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
		V_2 = L_11;
	}

IL_0048:
	{
		String_t* L_12 = V_0;
		String_t* L_13 = V_1;
		String_t* L_14 = V_2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_15 = String_Concat_m3755062657(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL);
		return L_15;
	}
}
// System.String System.String::Concat(System.String,System.String)
extern "C"  String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Concat_m3937257545_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	String_t* V_5 = NULL;
	String_t* V_6 = NULL;
	String_t* V_7 = NULL;
	String_t* V_8 = NULL;
	{
		String_t* L_0 = ___str00;
		if (!L_0)
		{
			goto IL_0011;
		}
	}
	{
		String_t* L_1 = ___str00;
		NullCheck(L_1);
		int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_002a;
		}
	}

IL_0011:
	{
		String_t* L_3 = ___str11;
		if (!L_3)
		{
			goto IL_0022;
		}
	}
	{
		String_t* L_4 = ___str11;
		NullCheck(L_4);
		int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL);
		if (L_5)
		{
			goto IL_0028;
		}
	}

IL_0022:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_6;
	}

IL_0028:
	{
		String_t* L_7 = ___str11;
		return L_7;
	}

IL_002a:
	{
		String_t* L_8 = ___str11;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		String_t* L_9 = ___str11;
		NullCheck(L_9);
		int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL);
		if (L_10)
		{
			goto IL_003d;
		}
	}

IL_003b:
	{
		String_t* L_11 = ___str00;
		return L_11;
	}

IL_003d:
	{
		String_t* L_12 = ___str00;
		NullCheck(L_12);
		int32_t L_13 = L_12->get_length_0();
		String_t* L_14 = ___str11;
		NullCheck(L_14);
		int32_t L_15 = L_14->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_16 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_15)), /*hidden argument*/NULL);
		V_0 = L_16;
		String_t* L_17 = V_0;
		V_5 = L_17;
		String_t* L_18 = V_5;
		int32_t L_19 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_18)), (int32_t)L_19));
		String_t* L_20 = ___str00;
		V_6 = L_20;
		String_t* L_21 = V_6;
		int32_t L_22 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_21)), (int32_t)L_22));
		Il2CppChar* L_23 = V_1;
		Il2CppChar* L_24 = V_2;
		String_t* L_25 = ___str00;
		NullCheck(L_25);
		int32_t L_26 = L_25->get_length_0();
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_23, (Il2CppChar*)(Il2CppChar*)L_24, L_26, /*hidden argument*/NULL);
		V_5 = (String_t*)NULL;
		V_6 = (String_t*)NULL;
		String_t* L_27 = V_0;
		V_7 = L_27;
		String_t* L_28 = V_7;
		int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_28)), (int32_t)L_29));
		String_t* L_30 = ___str11;
		V_8 = L_30;
		String_t* L_31 = V_8;
		int32_t L_32 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_4 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_31)), (int32_t)L_32));
		Il2CppChar* L_33 = V_3;
		String_t* L_34 = ___str00;
		NullCheck(L_34);
		int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL);
		Il2CppChar* L_36 = V_4;
		String_t* L_37 = ___str11;
		NullCheck(L_37);
		int32_t L_38 = L_37->get_length_0();
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_35, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_36, L_38, /*hidden argument*/NULL);
		V_7 = (String_t*)NULL;
		V_8 = (String_t*)NULL;
		String_t* L_39 = V_0;
		return L_39;
	}
}
// System.String System.String::Concat(System.String,System.String,System.String)
extern "C"  String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Concat_m3755062657_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	Il2CppChar* V_6 = NULL;
	String_t* V_7 = NULL;
	String_t* V_8 = NULL;
	String_t* V_9 = NULL;
	String_t* V_10 = NULL;
	String_t* V_11 = NULL;
	String_t* V_12 = NULL;
	{
		String_t* L_0 = ___str00;
		if (!L_0)
		{
			goto IL_0011;
		}
	}
	{
		String_t* L_1 = ___str00;
		NullCheck(L_1);
		int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_005a;
		}
	}

IL_0011:
	{
		String_t* L_3 = ___str11;
		if (!L_3)
		{
			goto IL_0022;
		}
	}
	{
		String_t* L_4 = ___str11;
		NullCheck(L_4);
		int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL);
		if (L_5)
		{
			goto IL_003b;
		}
	}

IL_0022:
	{
		String_t* L_6 = ___str22;
		if (!L_6)
		{
			goto IL_0033;
		}
	}
	{
		String_t* L_7 = ___str22;
		NullCheck(L_7);
		int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL);
		if (L_8)
		{
			goto IL_0039;
		}
	}

IL_0033:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_9;
	}

IL_0039:
	{
		String_t* L_10 = ___str22;
		return L_10;
	}

IL_003b:
	{
		String_t* L_11 = ___str22;
		if (!L_11)
		{
			goto IL_004c;
		}
	}
	{
		String_t* L_12 = ___str22;
		NullCheck(L_12);
		int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL);
		if (L_13)
		{
			goto IL_004e;
		}
	}

IL_004c:
	{
		String_t* L_14 = ___str11;
		return L_14;
	}

IL_004e:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___str00 = L_15;
		goto IL_00a2;
	}

IL_005a:
	{
		String_t* L_16 = ___str11;
		if (!L_16)
		{
			goto IL_006b;
		}
	}
	{
		String_t* L_17 = ___str11;
		NullCheck(L_17);
		int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL);
		if (L_18)
		{
			goto IL_008a;
		}
	}

IL_006b:
	{
		String_t* L_19 = ___str22;
		if (!L_19)
		{
			goto IL_007c;
		}
	}
	{
		String_t* L_20 = ___str22;
		NullCheck(L_20);
		int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL);
		if (L_21)
		{
			goto IL_007e;
		}
	}

IL_007c:
	{
		String_t* L_22 = ___str00;
		return L_22;
	}

IL_007e:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___str11 = L_23;
		goto IL_00a2;
	}

IL_008a:
	{
		String_t* L_24 = ___str22;
		if (!L_24)
		{
			goto IL_009b;
		}
	}
	{
		String_t* L_25 = ___str22;
		NullCheck(L_25);
		int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL);
		if (L_26)
		{
			goto IL_00a2;
		}
	}

IL_009b:
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___str22 = L_27;
	}

IL_00a2:
	{
		String_t* L_28 = ___str00;
		NullCheck(L_28);
		int32_t L_29 = L_28->get_length_0();
		String_t* L_30 = ___str11;
		NullCheck(L_30);
		int32_t L_31 = L_30->get_length_0();
		String_t* L_32 = ___str22;
		NullCheck(L_32);
		int32_t L_33 = L_32->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_34 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_31)), (int32_t)L_33)), /*hidden argument*/NULL);
		V_0 = L_34;
		String_t* L_35 = ___str00;
		NullCheck(L_35);
		int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL);
		if (!L_36)
		{
			goto IL_00f4;
		}
	}
	{
		String_t* L_37 = V_0;
		V_7 = L_37;
		String_t* L_38 = V_7;
		int32_t L_39 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_38)), (int32_t)L_39));
		String_t* L_40 = ___str00;
		V_8 = L_40;
		String_t* L_41 = V_8;
		int32_t L_42 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_41)), (int32_t)L_42));
		Il2CppChar* L_43 = V_1;
		Il2CppChar* L_44 = V_2;
		String_t* L_45 = ___str00;
		NullCheck(L_45);
		int32_t L_46 = L_45->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_43, (Il2CppChar*)(Il2CppChar*)L_44, L_46, /*hidden argument*/NULL);
		V_7 = (String_t*)NULL;
		V_8 = (String_t*)NULL;
	}

IL_00f4:
	{
		String_t* L_47 = ___str11;
		NullCheck(L_47);
		int32_t L_48 = String_get_Length_m3847582255(L_47, /*hidden argument*/NULL);
		if (!L_48)
		{
			goto IL_0137;
		}
	}
	{
		String_t* L_49 = V_0;
		V_9 = L_49;
		String_t* L_50 = V_9;
		int32_t L_51 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_50)), (int32_t)L_51));
		String_t* L_52 = ___str11;
		V_10 = L_52;
		String_t* L_53 = V_10;
		int32_t L_54 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_4 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_53)), (int32_t)L_54));
		Il2CppChar* L_55 = V_3;
		String_t* L_56 = ___str00;
		NullCheck(L_56);
		int32_t L_57 = String_get_Length_m3847582255(L_56, /*hidden argument*/NULL);
		Il2CppChar* L_58 = V_4;
		String_t* L_59 = ___str11;
		NullCheck(L_59);
		int32_t L_60 = L_59->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_58, L_60, /*hidden argument*/NULL);
		V_9 = (String_t*)NULL;
		V_10 = (String_t*)NULL;
	}

IL_0137:
	{
		String_t* L_61 = ___str22;
		NullCheck(L_61);
		int32_t L_62 = String_get_Length_m3847582255(L_61, /*hidden argument*/NULL);
		if (!L_62)
		{
			goto IL_0185;
		}
	}
	{
		String_t* L_63 = V_0;
		V_11 = L_63;
		String_t* L_64 = V_11;
		int32_t L_65 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_5 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_64)), (int32_t)L_65));
		String_t* L_66 = ___str22;
		V_12 = L_66;
		String_t* L_67 = V_12;
		int32_t L_68 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_6 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_67)), (int32_t)L_68));
		Il2CppChar* L_69 = V_5;
		String_t* L_70 = ___str00;
		NullCheck(L_70);
		int32_t L_71 = String_get_Length_m3847582255(L_70, /*hidden argument*/NULL);
		String_t* L_72 = ___str11;
		NullCheck(L_72);
		int32_t L_73 = String_get_Length_m3847582255(L_72, /*hidden argument*/NULL);
		Il2CppChar* L_74 = V_6;
		String_t* L_75 = ___str22;
		NullCheck(L_75);
		int32_t L_76 = L_75->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_71, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_73, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_74, L_76, /*hidden argument*/NULL);
		V_11 = (String_t*)NULL;
		V_12 = (String_t*)NULL;
	}

IL_0185:
	{
		String_t* L_77 = V_0;
		return L_77;
	}
}
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
extern "C"  String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Concat_m2163913788_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	Il2CppChar* V_6 = NULL;
	Il2CppChar* V_7 = NULL;
	Il2CppChar* V_8 = NULL;
	String_t* V_9 = NULL;
	String_t* V_10 = NULL;
	String_t* V_11 = NULL;
	String_t* V_12 = NULL;
	String_t* V_13 = NULL;
	String_t* V_14 = NULL;
	String_t* V_15 = NULL;
	String_t* V_16 = NULL;
	{
		String_t* L_0 = ___str00;
		if (L_0)
		{
			goto IL_001e;
		}
	}
	{
		String_t* L_1 = ___str11;
		if (L_1)
		{
			goto IL_001e;
		}
	}
	{
		String_t* L_2 = ___str22;
		if (L_2)
		{
			goto IL_001e;
		}
	}
	{
		String_t* L_3 = ___str33;
		if (L_3)
		{
			goto IL_001e;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_4;
	}

IL_001e:
	{
		String_t* L_5 = ___str00;
		if (L_5)
		{
			goto IL_002b;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___str00 = L_6;
	}

IL_002b:
	{
		String_t* L_7 = ___str11;
		if (L_7)
		{
			goto IL_0038;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___str11 = L_8;
	}

IL_0038:
	{
		String_t* L_9 = ___str22;
		if (L_9)
		{
			goto IL_0045;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___str22 = L_10;
	}

IL_0045:
	{
		String_t* L_11 = ___str33;
		if (L_11)
		{
			goto IL_0052;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___str33 = L_12;
	}

IL_0052:
	{
		String_t* L_13 = ___str00;
		NullCheck(L_13);
		int32_t L_14 = L_13->get_length_0();
		String_t* L_15 = ___str11;
		NullCheck(L_15);
		int32_t L_16 = L_15->get_length_0();
		String_t* L_17 = ___str22;
		NullCheck(L_17);
		int32_t L_18 = L_17->get_length_0();
		String_t* L_19 = ___str33;
		NullCheck(L_19);
		int32_t L_20 = L_19->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_21 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_16)), (int32_t)L_18)), (int32_t)L_20)), /*hidden argument*/NULL);
		V_0 = L_21;
		String_t* L_22 = ___str00;
		NullCheck(L_22);
		int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL);
		if (!L_23)
		{
			goto IL_00ab;
		}
	}
	{
		String_t* L_24 = V_0;
		V_9 = L_24;
		String_t* L_25 = V_9;
		int32_t L_26 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_25)), (int32_t)L_26));
		String_t* L_27 = ___str00;
		V_10 = L_27;
		String_t* L_28 = V_10;
		int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_28)), (int32_t)L_29));
		Il2CppChar* L_30 = V_1;
		Il2CppChar* L_31 = V_2;
		String_t* L_32 = ___str00;
		NullCheck(L_32);
		int32_t L_33 = L_32->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_30, (Il2CppChar*)(Il2CppChar*)L_31, L_33, /*hidden argument*/NULL);
		V_9 = (String_t*)NULL;
		V_10 = (String_t*)NULL;
	}

IL_00ab:
	{
		String_t* L_34 = ___str11;
		NullCheck(L_34);
		int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL);
		if (!L_35)
		{
			goto IL_00ee;
		}
	}
	{
		String_t* L_36 = V_0;
		V_11 = L_36;
		String_t* L_37 = V_11;
		int32_t L_38 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_37)), (int32_t)L_38));
		String_t* L_39 = ___str11;
		V_12 = L_39;
		String_t* L_40 = V_12;
		int32_t L_41 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_4 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_40)), (int32_t)L_41));
		Il2CppChar* L_42 = V_3;
		String_t* L_43 = ___str00;
		NullCheck(L_43);
		int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL);
		Il2CppChar* L_45 = V_4;
		String_t* L_46 = ___str11;
		NullCheck(L_46);
		int32_t L_47 = L_46->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_45, L_47, /*hidden argument*/NULL);
		V_11 = (String_t*)NULL;
		V_12 = (String_t*)NULL;
	}

IL_00ee:
	{
		String_t* L_48 = ___str22;
		NullCheck(L_48);
		int32_t L_49 = String_get_Length_m3847582255(L_48, /*hidden argument*/NULL);
		if (!L_49)
		{
			goto IL_013c;
		}
	}
	{
		String_t* L_50 = V_0;
		V_13 = L_50;
		String_t* L_51 = V_13;
		int32_t L_52 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_5 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_51)), (int32_t)L_52));
		String_t* L_53 = ___str22;
		V_14 = L_53;
		String_t* L_54 = V_14;
		int32_t L_55 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_6 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_54)), (int32_t)L_55));
		Il2CppChar* L_56 = V_5;
		String_t* L_57 = ___str00;
		NullCheck(L_57);
		int32_t L_58 = String_get_Length_m3847582255(L_57, /*hidden argument*/NULL);
		String_t* L_59 = ___str11;
		NullCheck(L_59);
		int32_t L_60 = String_get_Length_m3847582255(L_59, /*hidden argument*/NULL);
		Il2CppChar* L_61 = V_6;
		String_t* L_62 = ___str22;
		NullCheck(L_62);
		int32_t L_63 = L_62->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_58, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_61, L_63, /*hidden argument*/NULL);
		V_13 = (String_t*)NULL;
		V_14 = (String_t*)NULL;
	}

IL_013c:
	{
		String_t* L_64 = ___str33;
		NullCheck(L_64);
		int32_t L_65 = String_get_Length_m3847582255(L_64, /*hidden argument*/NULL);
		if (!L_65)
		{
			goto IL_0193;
		}
	}
	{
		String_t* L_66 = V_0;
		V_15 = L_66;
		String_t* L_67 = V_15;
		int32_t L_68 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_7 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_67)), (int32_t)L_68));
		String_t* L_69 = ___str33;
		V_16 = L_69;
		String_t* L_70 = V_16;
		int32_t L_71 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_8 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_70)), (int32_t)L_71));
		Il2CppChar* L_72 = V_7;
		String_t* L_73 = ___str00;
		NullCheck(L_73);
		int32_t L_74 = String_get_Length_m3847582255(L_73, /*hidden argument*/NULL);
		String_t* L_75 = ___str11;
		NullCheck(L_75);
		int32_t L_76 = String_get_Length_m3847582255(L_75, /*hidden argument*/NULL);
		String_t* L_77 = ___str22;
		NullCheck(L_77);
		int32_t L_78 = String_get_Length_m3847582255(L_77, /*hidden argument*/NULL);
		Il2CppChar* L_79 = V_8;
		String_t* L_80 = ___str33;
		NullCheck(L_80);
		int32_t L_81 = L_80->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_74, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_76, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_78, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_79, L_81, /*hidden argument*/NULL);
		V_15 = (String_t*)NULL;
		V_16 = (String_t*)NULL;
	}

IL_0193:
	{
		String_t* L_82 = V_0;
		return L_82;
	}
}
// System.String System.String::Concat(System.Object[])
extern "C"  String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Concat_m2971454694_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	StringU5BU5D_t1281789340* V_1 = NULL;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		ObjectU5BU5D_t2843939325* L_0 = ___args0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral728803974, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ObjectU5BU5D_t2843939325* L_2 = ___args0;
		NullCheck(L_2);
		V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))));
		int32_t L_3 = V_0;
		if (L_3)
		{
			goto IL_0021;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_4;
	}

IL_0021:
	{
		int32_t L_5 = V_0;
		V_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_5));
		V_2 = 0;
		V_3 = 0;
		goto IL_0053;
	}

IL_0031:
	{
		ObjectU5BU5D_t2843939325* L_6 = ___args0;
		int32_t L_7 = V_3;
		NullCheck(L_6);
		int32_t L_8 = L_7;
		RuntimeObject * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		if (!L_9)
		{
			goto IL_004f;
		}
	}
	{
		StringU5BU5D_t1281789340* L_10 = V_1;
		int32_t L_11 = V_3;
		ObjectU5BU5D_t2843939325* L_12 = ___args0;
		int32_t L_13 = V_3;
		NullCheck(L_12);
		int32_t L_14 = L_13;
		RuntimeObject * L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		NullCheck(L_15);
		String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
		NullCheck(L_10);
		ArrayElementTypeCheck (L_10, L_16);
		(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (String_t*)L_16);
		int32_t L_17 = V_2;
		StringU5BU5D_t1281789340* L_18 = V_1;
		int32_t L_19 = V_3;
		NullCheck(L_18);
		int32_t L_20 = L_19;
		String_t* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		NullCheck(L_21);
		int32_t L_22 = L_21->get_length_0();
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_22));
	}

IL_004f:
	{
		int32_t L_23 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
	}

IL_0053:
	{
		int32_t L_24 = V_3;
		int32_t L_25 = V_0;
		if ((((int32_t)L_24) < ((int32_t)L_25)))
		{
			goto IL_0031;
		}
	}
	{
		StringU5BU5D_t1281789340* L_26 = V_1;
		int32_t L_27 = V_2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_28 = String_ConcatInternal_m190606771(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL);
		return L_28;
	}
}
// System.String System.String::Concat(System.String[])
extern "C"  String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___values0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Concat_m1809518182_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	String_t* V_2 = NULL;
	{
		StringU5BU5D_t1281789340* L_0 = ___values0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3498926489, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		V_0 = 0;
		V_1 = 0;
		goto IL_0031;
	}

IL_001a:
	{
		StringU5BU5D_t1281789340* L_2 = ___values0;
		int32_t L_3 = V_1;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_2 = L_5;
		String_t* L_6 = V_2;
		if (!L_6)
		{
			goto IL_002d;
		}
	}
	{
		int32_t L_7 = V_0;
		String_t* L_8 = V_2;
		NullCheck(L_8);
		int32_t L_9 = L_8->get_length_0();
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9));
	}

IL_002d:
	{
		int32_t L_10 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
	}

IL_0031:
	{
		int32_t L_11 = V_1;
		StringU5BU5D_t1281789340* L_12 = ___values0;
		NullCheck(L_12);
		if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
		{
			goto IL_001a;
		}
	}
	{
		StringU5BU5D_t1281789340* L_13 = ___values0;
		int32_t L_14 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_15 = String_ConcatInternal_m190606771(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL);
		return L_15;
	}
}
// System.String System.String::ConcatInternal(System.String[],System.Int32)
extern "C"  String_t* String_ConcatInternal_m190606771 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___values0, int32_t ___length1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ConcatInternal_m190606771_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	String_t* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	String_t* V_6 = NULL;
	String_t* V_7 = NULL;
	{
		int32_t L_0 = ___length1;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_000c:
	{
		int32_t L_2 = ___length1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_3 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		String_t* L_4 = V_0;
		V_6 = L_4;
		String_t* L_5 = V_6;
		int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_5)), (int32_t)L_6));
		V_2 = 0;
		V_3 = 0;
		goto IL_0068;
	}

IL_0029:
	{
		StringU5BU5D_t1281789340* L_7 = ___values0;
		int32_t L_8 = V_3;
		NullCheck(L_7);
		int32_t L_9 = L_8;
		String_t* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		V_4 = L_10;
		String_t* L_11 = V_4;
		if (!L_11)
		{
			goto IL_0064;
		}
	}
	{
		String_t* L_12 = V_4;
		V_7 = L_12;
		String_t* L_13 = V_7;
		int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_5 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_13)), (int32_t)L_14));
		Il2CppChar* L_15 = V_1;
		int32_t L_16 = V_2;
		Il2CppChar* L_17 = V_5;
		String_t* L_18 = V_4;
		NullCheck(L_18);
		int32_t L_19 = L_18->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_17, L_19, /*hidden argument*/NULL);
		V_7 = (String_t*)NULL;
		int32_t L_20 = V_2;
		String_t* L_21 = V_4;
		NullCheck(L_21);
		int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL);
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_22));
	}

IL_0064:
	{
		int32_t L_23 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
	}

IL_0068:
	{
		int32_t L_24 = V_3;
		StringU5BU5D_t1281789340* L_25 = ___values0;
		NullCheck(L_25);
		if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))))))
		{
			goto IL_0029;
		}
	}
	{
		V_6 = (String_t*)NULL;
		String_t* L_26 = V_0;
		return L_26;
	}
}
// System.String System.String::Insert(System.Int32,System.String)
extern "C"  String_t* String_Insert_m3534971326 (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Insert_m3534971326_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	Il2CppChar* V_4 = NULL;
	String_t* V_5 = NULL;
	String_t* V_6 = NULL;
	String_t* V_7 = NULL;
	{
		String_t* L_0 = ___value1;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___startIndex0;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_0024;
		}
	}
	{
		int32_t L_3 = ___startIndex0;
		int32_t L_4 = __this->get_length_0();
		if ((((int32_t)L_3) <= ((int32_t)L_4)))
		{
			goto IL_0034;
		}
	}

IL_0024:
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral3799467551, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0034:
	{
		String_t* L_6 = ___value1;
		NullCheck(L_6);
		int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL);
		if (L_7)
		{
			goto IL_0041;
		}
	}
	{
		return __this;
	}

IL_0041:
	{
		int32_t L_8 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if (L_8)
		{
			goto IL_004e;
		}
	}
	{
		String_t* L_9 = ___value1;
		return L_9;
	}

IL_004e:
	{
		int32_t L_10 = __this->get_length_0();
		String_t* L_11 = ___value1;
		NullCheck(L_11);
		int32_t L_12 = L_11->get_length_0();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_13 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_12)), /*hidden argument*/NULL);
		V_0 = L_13;
		String_t* L_14 = V_0;
		V_5 = L_14;
		String_t* L_15 = V_5;
		int32_t L_16 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_15)), (int32_t)L_16));
		V_6 = __this;
		String_t* L_17 = V_6;
		int32_t L_18 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_17)), (int32_t)L_18));
		String_t* L_19 = ___value1;
		V_7 = L_19;
		String_t* L_20 = V_7;
		int32_t L_21 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_20)), (int32_t)L_21));
		Il2CppChar* L_22 = V_1;
		V_4 = (Il2CppChar*)L_22;
		Il2CppChar* L_23 = V_4;
		Il2CppChar* L_24 = V_2;
		int32_t L_25 = ___startIndex0;
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_23, (Il2CppChar*)(Il2CppChar*)L_24, L_25, /*hidden argument*/NULL);
		Il2CppChar* L_26 = V_4;
		int32_t L_27 = ___startIndex0;
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)2))));
		Il2CppChar* L_28 = V_4;
		Il2CppChar* L_29 = V_3;
		String_t* L_30 = ___value1;
		NullCheck(L_30);
		int32_t L_31 = L_30->get_length_0();
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_28, (Il2CppChar*)(Il2CppChar*)L_29, L_31, /*hidden argument*/NULL);
		Il2CppChar* L_32 = V_4;
		String_t* L_33 = ___value1;
		NullCheck(L_33);
		int32_t L_34 = L_33->get_length_0();
		V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)2))));
		Il2CppChar* L_35 = V_4;
		Il2CppChar* L_36 = V_2;
		int32_t L_37 = ___startIndex0;
		int32_t L_38 = __this->get_length_0();
		int32_t L_39 = ___startIndex0;
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL);
		V_5 = (String_t*)NULL;
		V_6 = (String_t*)NULL;
		V_7 = (String_t*)NULL;
		String_t* L_40 = V_0;
		return L_40;
	}
}
// System.String System.String::Join(System.String,System.String[])
extern "C"  String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Join_m2050845953_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		StringU5BU5D_t1281789340* L_0 = ___value1;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		String_t* L_2 = ___separator0;
		if (L_2)
		{
			goto IL_001e;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___separator0 = L_3;
	}

IL_001e:
	{
		String_t* L_4 = ___separator0;
		StringU5BU5D_t1281789340* L_5 = ___value1;
		StringU5BU5D_t1281789340* L_6 = ___value1;
		NullCheck(L_6);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_7 = String_JoinUnchecked_m3111386027(NULL /*static, unused*/, L_4, L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL);
		return L_7;
	}
}
// System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32)
extern "C"  String_t* String_Join_m29736248 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_Join_m29736248_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		StringU5BU5D_t1281789340* L_0 = ___value1;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___startIndex2;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_0028;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0028:
	{
		int32_t L_4 = ___count3;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_003f;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_003f:
	{
		int32_t L_6 = ___startIndex2;
		StringU5BU5D_t1281789340* L_7 = ___value1;
		NullCheck(L_7);
		int32_t L_8 = ___count3;
		if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8)))))
		{
			goto IL_005a;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2410720131, _stringLiteral3941743958, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_005a:
	{
		int32_t L_10 = ___startIndex2;
		StringU5BU5D_t1281789340* L_11 = ___value1;
		NullCheck(L_11);
		if ((!(((uint32_t)L_10) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))))
		{
			goto IL_0069;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_12;
	}

IL_0069:
	{
		String_t* L_13 = ___separator0;
		if (L_13)
		{
			goto IL_0076;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		___separator0 = L_14;
	}

IL_0076:
	{
		String_t* L_15 = ___separator0;
		StringU5BU5D_t1281789340* L_16 = ___value1;
		int32_t L_17 = ___startIndex2;
		int32_t L_18 = ___count3;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_19 = String_JoinUnchecked_m3111386027(NULL /*static, unused*/, L_15, L_16, L_17, L_18, /*hidden argument*/NULL);
		return L_19;
	}
}
// System.String System.String::JoinUnchecked(System.String,System.String[],System.Int32,System.Int32)
extern "C"  String_t* String_JoinUnchecked_m3111386027 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_JoinUnchecked_m3111386027_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	String_t* V_3 = NULL;
	String_t* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	Il2CppChar* V_6 = NULL;
	int32_t V_7 = 0;
	int32_t V_8 = 0;
	String_t* V_9 = NULL;
	Il2CppChar* V_10 = NULL;
	String_t* V_11 = NULL;
	Il2CppChar* V_12 = NULL;
	String_t* V_13 = NULL;
	String_t* V_14 = NULL;
	String_t* V_15 = NULL;
	String_t* V_16 = NULL;
	{
		V_0 = 0;
		int32_t L_0 = ___startIndex2;
		int32_t L_1 = ___count3;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
		int32_t L_2 = ___startIndex2;
		V_2 = L_2;
		goto IL_0024;
	}

IL_000d:
	{
		StringU5BU5D_t1281789340* L_3 = ___value1;
		int32_t L_4 = V_2;
		NullCheck(L_3);
		int32_t L_5 = L_4;
		String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
		V_3 = L_6;
		String_t* L_7 = V_3;
		if (!L_7)
		{
			goto IL_0020;
		}
	}
	{
		int32_t L_8 = V_0;
		String_t* L_9 = V_3;
		NullCheck(L_9);
		int32_t L_10 = L_9->get_length_0();
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_10));
	}

IL_0020:
	{
		int32_t L_11 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
	}

IL_0024:
	{
		int32_t L_12 = V_2;
		int32_t L_13 = V_1;
		if ((((int32_t)L_12) < ((int32_t)L_13)))
		{
			goto IL_000d;
		}
	}
	{
		int32_t L_14 = V_0;
		String_t* L_15 = ___separator0;
		NullCheck(L_15);
		int32_t L_16 = L_15->get_length_0();
		int32_t L_17 = ___count3;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))))));
		int32_t L_18 = V_0;
		if ((((int32_t)L_18) > ((int32_t)0)))
		{
			goto IL_0045;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_19;
	}

IL_0045:
	{
		int32_t L_20 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_21 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_20, /*hidden argument*/NULL);
		V_4 = L_21;
		int32_t L_22 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1));
		String_t* L_23 = V_4;
		V_13 = L_23;
		String_t* L_24 = V_13;
		int32_t L_25 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_5 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_24)), (int32_t)L_25));
		String_t* L_26 = ___separator0;
		V_14 = L_26;
		String_t* L_27 = V_14;
		int32_t L_28 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_6 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_27)), (int32_t)L_28));
		V_7 = 0;
		int32_t L_29 = ___startIndex2;
		V_8 = L_29;
		goto IL_00f7;
	}

IL_0079:
	{
		StringU5BU5D_t1281789340* L_30 = ___value1;
		int32_t L_31 = V_8;
		NullCheck(L_30);
		int32_t L_32 = L_31;
		String_t* L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
		V_9 = L_33;
		String_t* L_34 = V_9;
		if (!L_34)
		{
			goto IL_00c6;
		}
	}
	{
		String_t* L_35 = V_9;
		NullCheck(L_35);
		int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL);
		if ((((int32_t)L_36) <= ((int32_t)0)))
		{
			goto IL_00c6;
		}
	}
	{
		String_t* L_37 = V_9;
		V_15 = L_37;
		String_t* L_38 = V_15;
		int32_t L_39 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_10 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_38)), (int32_t)L_39));
		Il2CppChar* L_40 = V_5;
		int32_t L_41 = V_7;
		Il2CppChar* L_42 = V_10;
		String_t* L_43 = V_9;
		NullCheck(L_43);
		int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_41, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_42, L_44, /*hidden argument*/NULL);
		V_15 = (String_t*)NULL;
		int32_t L_45 = V_7;
		String_t* L_46 = V_9;
		NullCheck(L_46);
		int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL);
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_47));
	}

IL_00c6:
	{
		String_t* L_48 = ___separator0;
		NullCheck(L_48);
		int32_t L_49 = String_get_Length_m3847582255(L_48, /*hidden argument*/NULL);
		if ((((int32_t)L_49) <= ((int32_t)0)))
		{
			goto IL_00f1;
		}
	}
	{
		Il2CppChar* L_50 = V_5;
		int32_t L_51 = V_7;
		Il2CppChar* L_52 = V_6;
		String_t* L_53 = ___separator0;
		NullCheck(L_53);
		int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_51, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_52, L_54, /*hidden argument*/NULL);
		int32_t L_55 = V_7;
		String_t* L_56 = ___separator0;
		NullCheck(L_56);
		int32_t L_57 = String_get_Length_m3847582255(L_56, /*hidden argument*/NULL);
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_57));
	}

IL_00f1:
	{
		int32_t L_58 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
	}

IL_00f7:
	{
		int32_t L_59 = V_8;
		int32_t L_60 = V_1;
		if ((((int32_t)L_59) < ((int32_t)L_60)))
		{
			goto IL_0079;
		}
	}
	{
		StringU5BU5D_t1281789340* L_61 = ___value1;
		int32_t L_62 = V_1;
		NullCheck(L_61);
		int32_t L_63 = L_62;
		String_t* L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
		V_11 = L_64;
		String_t* L_65 = V_11;
		if (!L_65)
		{
			goto IL_013f;
		}
	}
	{
		String_t* L_66 = V_11;
		NullCheck(L_66);
		int32_t L_67 = String_get_Length_m3847582255(L_66, /*hidden argument*/NULL);
		if ((((int32_t)L_67) <= ((int32_t)0)))
		{
			goto IL_013f;
		}
	}
	{
		String_t* L_68 = V_11;
		V_16 = L_68;
		String_t* L_69 = V_16;
		int32_t L_70 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_12 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_69)), (int32_t)L_70));
		Il2CppChar* L_71 = V_5;
		int32_t L_72 = V_7;
		Il2CppChar* L_73 = V_12;
		String_t* L_74 = V_11;
		NullCheck(L_74);
		int32_t L_75 = String_get_Length_m3847582255(L_74, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_72, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_73, L_75, /*hidden argument*/NULL);
		V_16 = (String_t*)NULL;
	}

IL_013f:
	{
		V_13 = (String_t*)NULL;
		V_14 = (String_t*)NULL;
		String_t* L_76 = V_4;
		return L_76;
	}
}
// System.Int32 System.String::get_Length()
extern "C"  int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get_length_0();
		return L_0;
	}
}
// System.Void System.String::ParseFormatSpecifier(System.String,System.Int32&,System.Int32&,System.Int32&,System.Boolean&,System.String&)
extern "C"  void String_ParseFormatSpecifier_m3134189457 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, int32_t* ___n2, int32_t* ___width3, bool* ___left_align4, String_t** ___format5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_ParseFormatSpecifier_m3134189457_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	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);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);

IL_0000:
	try
	{ // begin try (depth: 1)
		{
			int32_t* L_0 = ___n2;
			String_t* L_1 = ___str0;
			int32_t* L_2 = ___ptr1;
			IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
			int32_t L_3 = String_ParseDecimal_m3629679395(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL);
			*((int32_t*)(L_0)) = (int32_t)L_3;
			int32_t* L_4 = ___n2;
			if ((((int32_t)(*((int32_t*)L_4))) >= ((int32_t)0)))
			{
				goto IL_001c;
			}
		}

IL_0011:
		{
			FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var);
			FormatException__ctor_m4049685996(L_5, _stringLiteral1986456553, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
		}

IL_001c:
		{
			String_t* L_6 = ___str0;
			int32_t* L_7 = ___ptr1;
			NullCheck(L_6);
			Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, (*((int32_t*)L_7)), /*hidden argument*/NULL);
			if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)44)))))
			{
				goto IL_009d;
			}
		}

IL_002b:
		{
			int32_t* L_9 = ___ptr1;
			int32_t* L_10 = ___ptr1;
			*((int32_t*)(L_9)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_10)), (int32_t)1));
			goto IL_003c;
		}

IL_0036:
		{
			int32_t* L_11 = ___ptr1;
			int32_t* L_12 = ___ptr1;
			*((int32_t*)(L_11)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_12)), (int32_t)1));
		}

IL_003c:
		{
			String_t* L_13 = ___str0;
			int32_t* L_14 = ___ptr1;
			NullCheck(L_13);
			Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, (*((int32_t*)L_14)), /*hidden argument*/NULL);
			IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
			bool L_16 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_15, /*hidden argument*/NULL);
			if (L_16)
			{
				goto IL_0036;
			}
		}

IL_004e:
		{
			int32_t* L_17 = ___ptr1;
			V_0 = (*((int32_t*)L_17));
			String_t** L_18 = ___format5;
			String_t* L_19 = ___str0;
			int32_t L_20 = V_0;
			int32_t* L_21 = ___ptr1;
			int32_t L_22 = V_0;
			NullCheck(L_19);
			String_t* L_23 = String_Substring_m1610150815(L_19, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_21)), (int32_t)L_22)), /*hidden argument*/NULL);
			*((RuntimeObject **)(L_18)) = (RuntimeObject *)L_23;
			Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_18), (RuntimeObject *)L_23);
			bool* L_24 = ___left_align4;
			String_t* L_25 = ___str0;
			int32_t* L_26 = ___ptr1;
			NullCheck(L_25);
			Il2CppChar L_27 = String_get_Chars_m2986988803(L_25, (*((int32_t*)L_26)), /*hidden argument*/NULL);
			*((int8_t*)(L_24)) = (int8_t)((((int32_t)L_27) == ((int32_t)((int32_t)45)))? 1 : 0);
			bool* L_28 = ___left_align4;
			if (!(*((int8_t*)L_28)))
			{
				goto IL_007c;
			}
		}

IL_0076:
		{
			int32_t* L_29 = ___ptr1;
			int32_t* L_30 = ___ptr1;
			*((int32_t*)(L_29)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_30)), (int32_t)1));
		}

IL_007c:
		{
			int32_t* L_31 = ___width3;
			String_t* L_32 = ___str0;
			int32_t* L_33 = ___ptr1;
			IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
			int32_t L_34 = String_ParseDecimal_m3629679395(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL);
			*((int32_t*)(L_31)) = (int32_t)L_34;
			int32_t* L_35 = ___width3;
			if ((((int32_t)(*((int32_t*)L_35))) >= ((int32_t)0)))
			{
				goto IL_0098;
			}
		}

IL_008d:
		{
			FormatException_t154580423 * L_36 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var);
			FormatException__ctor_m4049685996(L_36, _stringLiteral1986456553, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_36);
		}

IL_0098:
		{
			goto IL_00ac;
		}

IL_009d:
		{
			int32_t* L_37 = ___width3;
			*((int32_t*)(L_37)) = (int32_t)0;
			bool* L_38 = ___left_align4;
			*((int8_t*)(L_38)) = (int8_t)0;
			String_t** L_39 = ___format5;
			IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
			String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
			*((RuntimeObject **)(L_39)) = (RuntimeObject *)L_40;
			Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_39), (RuntimeObject *)L_40);
		}

IL_00ac:
		{
			String_t* L_41 = ___str0;
			int32_t* L_42 = ___ptr1;
			NullCheck(L_41);
			Il2CppChar L_43 = String_get_Chars_m2986988803(L_41, (*((int32_t*)L_42)), /*hidden argument*/NULL);
			if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)58)))))
			{
				goto IL_00fa;
			}
		}

IL_00bb:
		{
			int32_t* L_44 = ___ptr1;
			int32_t* L_45 = ___ptr1;
			int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_45)), (int32_t)1));
			V_2 = L_46;
			*((int32_t*)(L_44)) = (int32_t)L_46;
			int32_t L_47 = V_2;
			V_1 = L_47;
			goto IL_00d0;
		}

IL_00ca:
		{
			int32_t* L_48 = ___ptr1;
			int32_t* L_49 = ___ptr1;
			*((int32_t*)(L_48)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_49)), (int32_t)1));
		}

IL_00d0:
		{
			String_t* L_50 = ___str0;
			int32_t* L_51 = ___ptr1;
			NullCheck(L_50);
			Il2CppChar L_52 = String_get_Chars_m2986988803(L_50, (*((int32_t*)L_51)), /*hidden argument*/NULL);
			if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)125)))))
			{
				goto IL_00ca;
			}
		}

IL_00df:
		{
			String_t** L_53 = ___format5;
			String_t** L_54 = ___format5;
			String_t* L_55 = ___str0;
			int32_t L_56 = V_1;
			int32_t* L_57 = ___ptr1;
			int32_t L_58 = V_1;
			NullCheck(L_55);
			String_t* L_59 = String_Substring_m1610150815(L_55, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_57)), (int32_t)L_58)), /*hidden argument*/NULL);
			IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
			String_t* L_60 = String_Concat_m3937257545(NULL /*static, unused*/, (*((String_t**)L_54)), L_59, /*hidden argument*/NULL);
			*((RuntimeObject **)(L_53)) = (RuntimeObject *)L_60;
			Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_53), (RuntimeObject *)L_60);
			goto IL_00fe;
		}

IL_00fa:
		{
			String_t** L_61 = ___format5;
			*((RuntimeObject **)(L_61)) = (RuntimeObject *)NULL;
			Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_61), (RuntimeObject *)NULL);
		}

IL_00fe:
		{
			String_t* L_62 = ___str0;
			int32_t* L_63 = ___ptr1;
			int32_t* L_64 = ___ptr1;
			int32_t L_65 = (*((int32_t*)L_64));
			V_2 = L_65;
			*((int32_t*)(L_63)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1));
			int32_t L_66 = V_2;
			NullCheck(L_62);
			Il2CppChar L_67 = String_get_Chars_m2986988803(L_62, L_66, /*hidden argument*/NULL);
			if ((((int32_t)L_67) == ((int32_t)((int32_t)125))))
			{
				goto IL_011f;
			}
		}

IL_0114:
		{
			FormatException_t154580423 * L_68 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var);
			FormatException__ctor_m4049685996(L_68, _stringLiteral1986456553, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_68);
		}

IL_011f:
		{
			goto IL_0135;
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__exception_local = (Exception_t *)e.ex;
		if(il2cpp_codegen_class_is_assignable_from (IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_0124;
		throw e;
	}

CATCH_0124:
	{ // begin catch(System.IndexOutOfRangeException)
		{
			FormatException_t154580423 * L_69 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var);
			FormatException__ctor_m4049685996(L_69, _stringLiteral1986456553, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_69);
		}

IL_0130:
		{
			goto IL_0135;
		}
	} // end catch (depth: 1)

IL_0135:
	{
		return;
	}
}
// System.Int32 System.String::ParseDecimal(System.String,System.Int32&)
extern "C"  int32_t String_ParseDecimal_m3629679395 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Il2CppChar V_2 = 0x0;
	{
		int32_t* L_0 = ___ptr1;
		V_0 = (*((int32_t*)L_0));
		V_1 = 0;
	}

IL_0005:
	{
		String_t* L_1 = ___str0;
		int32_t L_2 = V_0;
		NullCheck(L_1);
		Il2CppChar L_3 = String_get_Chars_m2986988803(L_1, L_2, /*hidden argument*/NULL);
		V_2 = L_3;
		Il2CppChar L_4 = V_2;
		if ((((int32_t)L_4) < ((int32_t)((int32_t)48))))
		{
			goto IL_001d;
		}
	}
	{
		Il2CppChar L_5 = V_2;
		if ((((int32_t)((int32_t)57)) >= ((int32_t)L_5)))
		{
			goto IL_0022;
		}
	}

IL_001d:
	{
		goto IL_0035;
	}

IL_0022:
	{
		int32_t L_6 = V_1;
		Il2CppChar L_7 = V_2;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)((int32_t)10))), (int32_t)L_7)), (int32_t)((int32_t)48)));
		int32_t L_8 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
		goto IL_0005;
	}

IL_0035:
	{
		int32_t L_9 = V_0;
		int32_t* L_10 = ___ptr1;
		if ((!(((uint32_t)L_9) == ((uint32_t)(*((int32_t*)L_10))))))
		{
			goto IL_003f;
		}
	}
	{
		return (-1);
	}

IL_003f:
	{
		int32_t* L_11 = ___ptr1;
		int32_t L_12 = V_0;
		*((int32_t*)(L_11)) = (int32_t)L_12;
		int32_t L_13 = V_1;
		return L_13;
	}
}
// System.Void System.String::InternalSetChar(System.Int32,System.Char)
extern "C"  void String_InternalSetChar_m884839805 (String_t* __this, int32_t ___idx0, Il2CppChar ___val1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_InternalSetChar_m884839805_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	{
		int32_t L_0 = ___idx0;
		int32_t L_1 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
		{
			goto IL_0017;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral4166421449, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_0017:
	{
		Il2CppChar* L_3 = __this->get_address_of_start_char_1();
		V_0 = (Il2CppChar*)L_3;
		Il2CppChar* L_4 = V_0;
		int32_t L_5 = ___idx0;
		Il2CppChar L_6 = ___val1;
		*((int16_t*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)))))) = (int16_t)L_6;
		V_0 = (Il2CppChar*)(((uintptr_t)0));
		return;
	}
}
// System.Void System.String::InternalSetLength(System.Int32)
extern "C"  void String_InternalSetLength_m3661226516 (String_t* __this, int32_t ___newLength0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_InternalSetLength_m3661226516_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	{
		int32_t L_0 = ___newLength0;
		int32_t L_1 = __this->get_length_0();
		if ((((int32_t)L_0) <= ((int32_t)L_1)))
		{
			goto IL_001c;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_2, _stringLiteral2956180468, _stringLiteral3682418180, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001c:
	{
		Il2CppChar* L_3 = __this->get_address_of_start_char_1();
		V_0 = (Il2CppChar*)L_3;
		Il2CppChar* L_4 = V_0;
		int32_t L_5 = ___newLength0;
		V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2))));
		Il2CppChar* L_6 = V_0;
		int32_t L_7 = __this->get_length_0();
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2))));
		goto IL_0041;
	}

IL_0039:
	{
		Il2CppChar* L_8 = V_1;
		*((int16_t*)(L_8)) = (int16_t)0;
		Il2CppChar* L_9 = V_1;
		V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)(((intptr_t)2))));
	}

IL_0041:
	{
		Il2CppChar* L_10 = V_1;
		Il2CppChar* L_11 = V_2;
		if ((!(((uintptr_t)L_10) >= ((uintptr_t)L_11))))
		{
			goto IL_0039;
		}
	}
	{
		V_0 = (Il2CppChar*)(((uintptr_t)0));
		int32_t L_12 = ___newLength0;
		__this->set_length_0(L_12);
		return;
	}
}
// System.Int32 System.String::GetHashCode()
extern "C"  int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method)
{
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	int32_t V_3 = 0;
	String_t* V_4 = NULL;
	{
		V_4 = __this;
		String_t* L_0 = V_4;
		int32_t L_1 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_0)), (int32_t)L_1));
		Il2CppChar* L_2 = V_0;
		V_1 = (Il2CppChar*)L_2;
		Il2CppChar* L_3 = V_1;
		int32_t L_4 = __this->get_length_0();
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)))), (int32_t)2));
		V_3 = 0;
		goto IL_003b;
	}

IL_0023:
	{
		int32_t L_5 = V_3;
		int32_t L_6 = V_3;
		Il2CppChar* L_7 = V_1;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)), (int32_t)L_6)), (int32_t)(*((uint16_t*)L_7))));
		int32_t L_8 = V_3;
		int32_t L_9 = V_3;
		Il2CppChar* L_10 = V_1;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_8<<(int32_t)5)), (int32_t)L_9)), (int32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2))))));
		Il2CppChar* L_11 = V_1;
		V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)4));
	}

IL_003b:
	{
		Il2CppChar* L_12 = V_1;
		Il2CppChar* L_13 = V_2;
		if ((!(((uintptr_t)L_12) >= ((uintptr_t)L_13))))
		{
			goto IL_0023;
		}
	}
	{
		Il2CppChar* L_14 = V_2;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_15 = V_1;
		Il2CppChar* L_16 = V_2;
		if ((!(((uintptr_t)L_15) < ((uintptr_t)L_16))))
		{
			goto IL_0057;
		}
	}
	{
		int32_t L_17 = V_3;
		int32_t L_18 = V_3;
		Il2CppChar* L_19 = V_1;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_17<<(int32_t)5)), (int32_t)L_18)), (int32_t)(*((uint16_t*)L_19))));
	}

IL_0057:
	{
		int32_t L_20 = V_3;
		return L_20;
	}
}
// System.Int32 System.String::GetCaseInsensitiveHashCode()
extern "C"  int32_t String_GetCaseInsensitiveHashCode_m3282844242 (String_t* __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_GetCaseInsensitiveHashCode_m3282844242_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	int32_t V_3 = 0;
	String_t* V_4 = NULL;
	{
		V_4 = __this;
		String_t* L_0 = V_4;
		int32_t L_1 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_0)), (int32_t)L_1));
		Il2CppChar* L_2 = V_0;
		V_1 = (Il2CppChar*)L_2;
		Il2CppChar* L_3 = V_1;
		int32_t L_4 = __this->get_length_0();
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)))), (int32_t)2));
		V_3 = 0;
		goto IL_0045;
	}

IL_0023:
	{
		int32_t L_5 = V_3;
		int32_t L_6 = V_3;
		Il2CppChar* L_7 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		Il2CppChar L_8 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_7)), /*hidden argument*/NULL);
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)), (int32_t)L_6)), (int32_t)L_8));
		int32_t L_9 = V_3;
		int32_t L_10 = V_3;
		Il2CppChar* L_11 = V_1;
		Il2CppChar L_12 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)2)))), /*hidden argument*/NULL);
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_9<<(int32_t)5)), (int32_t)L_10)), (int32_t)L_12));
		Il2CppChar* L_13 = V_1;
		V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)4));
	}

IL_0045:
	{
		Il2CppChar* L_14 = V_1;
		Il2CppChar* L_15 = V_2;
		if ((!(((uintptr_t)L_14) >= ((uintptr_t)L_15))))
		{
			goto IL_0023;
		}
	}
	{
		Il2CppChar* L_16 = V_2;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_17 = V_1;
		Il2CppChar* L_18 = V_2;
		if ((!(((uintptr_t)L_17) < ((uintptr_t)L_18))))
		{
			goto IL_0066;
		}
	}
	{
		int32_t L_19 = V_3;
		int32_t L_20 = V_3;
		Il2CppChar* L_21 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		Il2CppChar L_22 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_21)), /*hidden argument*/NULL);
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_19<<(int32_t)5)), (int32_t)L_20)), (int32_t)L_22));
	}

IL_0066:
	{
		int32_t L_23 = V_3;
		return L_23;
	}
}
// System.String System.String::CreateString(System.SByte*)
extern "C"  String_t* String_CreateString_m4016935005 (String_t* __this, int8_t* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CreateString_m4016935005_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint8_t* V_0 = NULL;
	int32_t V_1 = 0;
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		int8_t* L_0 = ___value0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_000c:
	{
		int8_t* L_2 = ___value0;
		V_0 = (uint8_t*)L_2;
		V_1 = 0;
	}

IL_0010:
	try
	{ // begin try (depth: 1)
		{
			goto IL_0019;
		}

IL_0015:
		{
			int32_t L_3 = V_1;
			V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
		}

IL_0019:
		{
			uint8_t* L_4 = V_0;
			uint8_t* L_5 = (uint8_t*)L_4;
			V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)(((intptr_t)1))));
			if ((*((uint8_t*)L_5)))
			{
				goto IL_0015;
			}
		}

IL_0025:
		{
			goto IL_0056;
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__exception_local = (Exception_t *)e.ex;
		if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t1023182353_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_002a;
		if(il2cpp_codegen_class_is_assignable_from (AccessViolationException_t339633883_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_0040;
		throw e;
	}

CATCH_002a:
	{ // begin catch(System.NullReferenceException)
		{
			ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
			ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral1391532512, _stringLiteral702566448, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
		}

IL_003b:
		{
			goto IL_0056;
		}
	} // end catch (depth: 1)

CATCH_0040:
	{ // begin catch(System.AccessViolationException)
		{
			ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
			ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral1391532512, _stringLiteral702566448, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
		}

IL_0051:
		{
			goto IL_0056;
		}
	} // end catch (depth: 1)

IL_0056:
	{
		int8_t* L_8 = ___value0;
		int32_t L_9 = V_1;
		String_t* L_10 = String_CreateString_m2329023138(__this, (int8_t*)(int8_t*)L_8, 0, L_9, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL);
		return L_10;
	}
}
// System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32)
extern "C"  String_t* String_CreateString_m780602784 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
	{
		int8_t* L_0 = ___value0;
		int32_t L_1 = ___startIndex1;
		int32_t L_2 = ___length2;
		String_t* L_3 = String_CreateString_m2329023138(__this, (int8_t*)(int8_t*)L_0, L_1, L_2, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL);
		return L_3;
	}
}
// System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding)
extern "C"  String_t* String_CreateString_m2329023138 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t1523322056 * ___enc3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CreateString_m2329023138_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	uint8_t* V_2 = NULL;
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	uintptr_t G_B17_0 = 0;
	{
		int32_t L_0 = ___length2;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0017;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1212500642, _stringLiteral2892689725, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_002e;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral2892689725, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_002e:
	{
		int8_t* L_4 = ___value0;
		int32_t L_5 = ___startIndex1;
		int8_t* L_6 = ___value0;
		if ((!(((uintptr_t)((int8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5))) < ((uintptr_t)L_6))))
		{
			goto IL_0047;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2410720131, _stringLiteral1875510050, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0047:
	{
		Encoding_t1523322056 * L_8 = ___enc3;
		int32_t L_9 = ((((RuntimeObject*)(Encoding_t1523322056 *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
		V_0 = (bool)L_9;
		if (!L_9)
		{
			goto IL_0077;
		}
	}
	{
		int8_t* L_10 = ___value0;
		if (L_10)
		{
			goto IL_0064;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_11 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_11, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11);
	}

IL_0064:
	{
		int32_t L_12 = ___length2;
		if (L_12)
		{
			goto IL_0070;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_13;
	}

IL_0070:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		Encoding_t1523322056 * L_14 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL);
		___enc3 = L_14;
	}

IL_0077:
	{
		int32_t L_15 = ___length2;
		V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_15));
		int32_t L_16 = ___length2;
		if (!L_16)
		{
			goto IL_00e7;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_17 = V_1;
		if (!L_17)
		{
			goto IL_0092;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_18 = V_1;
		NullCheck(L_18);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))
		{
			goto IL_0099;
		}
	}

IL_0092:
	{
		G_B17_0 = (((uintptr_t)0));
		goto IL_00a0;
	}

IL_0099:
	{
		ByteU5BU5D_t4116647657* L_19 = V_1;
		NullCheck(L_19);
		G_B17_0 = ((uintptr_t)(((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_00a0:
	{
		V_2 = (uint8_t*)G_B17_0;
	}

IL_00a1:
	try
	{ // begin try (depth: 1)
		uint8_t* L_20 = V_2;
		int8_t* L_21 = ___value0;
		int32_t L_22 = ___startIndex1;
		int32_t L_23 = ___length2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_memcpy_m2826223007(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_20, (uint8_t*)(uint8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)L_22)), L_23, /*hidden argument*/NULL);
		goto IL_00e4;
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__exception_local = (Exception_t *)e.ex;
		if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t1023182353_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_00b0;
		if(il2cpp_codegen_class_is_assignable_from (AccessViolationException_t339633883_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_00c6;
		throw e;
	}

CATCH_00b0:
	{ // begin catch(System.NullReferenceException)
		{
			ArgumentOutOfRangeException_t777629997 * L_24 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
			ArgumentOutOfRangeException__ctor_m282481429(L_24, _stringLiteral1391532512, _stringLiteral1875510050, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_24);
		}

IL_00c1:
		{
			goto IL_00e4;
		}
	} // end catch (depth: 1)

CATCH_00c6:
	{ // begin catch(System.AccessViolationException)
		{
			bool L_25 = V_0;
			if (L_25)
			{
				goto IL_00cf;
			}
		}

IL_00cd:
		{
			IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local);
		}

IL_00cf:
		{
			ArgumentOutOfRangeException_t777629997 * L_26 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
			ArgumentOutOfRangeException__ctor_m282481429(L_26, _stringLiteral3493618073, _stringLiteral1875510050, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_26);
		}

IL_00df:
		{
			goto IL_00e4;
		}
	} // end catch (depth: 1)

IL_00e4:
	{
		V_2 = (uint8_t*)(((uintptr_t)0));
	}

IL_00e7:
	{
		Encoding_t1523322056 * L_27 = ___enc3;
		ByteU5BU5D_t4116647657* L_28 = V_1;
		NullCheck(L_27);
		String_t* L_29 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_27, L_28);
		return L_29;
	}
}
// System.String System.String::CreateString(System.Char*)
extern "C"  String_t* String_CreateString_m3439913850 (String_t* __this, Il2CppChar* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CreateString_m3439913850_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	int32_t V_1 = 0;
	String_t* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	String_t* V_4 = NULL;
	{
		Il2CppChar* L_0 = ___value0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_000c:
	{
		Il2CppChar* L_2 = ___value0;
		V_0 = (Il2CppChar*)L_2;
		V_1 = 0;
		goto IL_001e;
	}

IL_0015:
	{
		int32_t L_3 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
		Il2CppChar* L_4 = V_0;
		V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)(((intptr_t)2))));
	}

IL_001e:
	{
		Il2CppChar* L_5 = V_0;
		if ((*((uint16_t*)L_5)))
		{
			goto IL_0015;
		}
	}
	{
		int32_t L_6 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_7 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
		V_2 = L_7;
		int32_t L_8 = V_1;
		if (!L_8)
		{
			goto IL_004a;
		}
	}
	{
		String_t* L_9 = V_2;
		V_4 = L_9;
		String_t* L_10 = V_4;
		int32_t L_11 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_10)), (int32_t)L_11));
		Il2CppChar* L_12 = V_3;
		Il2CppChar* L_13 = ___value0;
		int32_t L_14 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_12, (Il2CppChar*)(Il2CppChar*)L_13, L_14, /*hidden argument*/NULL);
		V_4 = (String_t*)NULL;
	}

IL_004a:
	{
		String_t* L_15 = V_2;
		return L_15;
	}
}
// System.String System.String::CreateString(System.Char*,System.Int32,System.Int32)
extern "C"  String_t* String_CreateString_m3400201881 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CreateString_m3400201881_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	String_t* V_2 = NULL;
	{
		int32_t L_0 = ___length2;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_000c:
	{
		Il2CppChar* L_2 = ___value0;
		if (L_2)
		{
			goto IL_001d;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_001d:
	{
		int32_t L_4 = ___startIndex1;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_002f;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2410720131, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_002f:
	{
		int32_t L_6 = ___length2;
		if ((((int32_t)L_6) >= ((int32_t)0)))
		{
			goto IL_0041;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral1212500642, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0041:
	{
		int32_t L_8 = ___length2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_9 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_8, /*hidden argument*/NULL);
		V_0 = L_9;
		String_t* L_10 = V_0;
		V_2 = L_10;
		String_t* L_11 = V_2;
		int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_11)), (int32_t)L_12));
		Il2CppChar* L_13 = V_1;
		Il2CppChar* L_14 = ___value0;
		int32_t L_15 = ___startIndex1;
		int32_t L_16 = ___length2;
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)))), L_16, /*hidden argument*/NULL);
		V_2 = (String_t*)NULL;
		String_t* L_17 = V_0;
		return L_17;
	}
}
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
extern "C"  String_t* String_CreateString_m860434552 (String_t* __this, CharU5BU5D_t3528271667* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CreateString_m860434552_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	String_t* V_3 = NULL;
	uintptr_t G_B14_0 = 0;
	{
		CharU5BU5D_t3528271667* L_0 = ___val0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___startIndex1;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_0028;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral1538545496, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0028:
	{
		int32_t L_4 = ___length2;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_003f;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral1212500642, _stringLiteral1538545496, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_003f:
	{
		int32_t L_6 = ___startIndex1;
		CharU5BU5D_t3528271667* L_7 = ___val0;
		NullCheck(L_7);
		int32_t L_8 = ___length2;
		if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8)))))
		{
			goto IL_005a;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2410720131, _stringLiteral3056712940, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_005a:
	{
		int32_t L_10 = ___length2;
		if (L_10)
		{
			goto IL_0066;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_11;
	}

IL_0066:
	{
		int32_t L_12 = ___length2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_13 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_12, /*hidden argument*/NULL);
		V_0 = L_13;
		String_t* L_14 = V_0;
		V_3 = L_14;
		String_t* L_15 = V_3;
		int32_t L_16 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_15)), (int32_t)L_16));
		CharU5BU5D_t3528271667* L_17 = ___val0;
		if (!L_17)
		{
			goto IL_0086;
		}
	}
	{
		CharU5BU5D_t3528271667* L_18 = ___val0;
		NullCheck(L_18);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))
		{
			goto IL_008d;
		}
	}

IL_0086:
	{
		G_B14_0 = (((uintptr_t)0));
		goto IL_0094;
	}

IL_008d:
	{
		CharU5BU5D_t3528271667* L_19 = ___val0;
		NullCheck(L_19);
		G_B14_0 = ((uintptr_t)(((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_0094:
	{
		V_2 = (Il2CppChar*)G_B14_0;
		Il2CppChar* L_20 = V_1;
		Il2CppChar* L_21 = V_2;
		int32_t L_22 = ___startIndex1;
		int32_t L_23 = ___length2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_20, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)2)))), L_23, /*hidden argument*/NULL);
		V_3 = (String_t*)NULL;
		V_2 = (Il2CppChar*)(((uintptr_t)0));
		String_t* L_24 = V_0;
		return L_24;
	}
}
// System.String System.String::CreateString(System.Char[])
extern "C"  String_t* String_CreateString_m2818852475 (String_t* __this, CharU5BU5D_t3528271667* ___val0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CreateString_m2818852475_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	String_t* V_3 = NULL;
	uintptr_t G_B8_0 = 0;
	{
		CharU5BU5D_t3528271667* L_0 = ___val0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_1;
	}

IL_000c:
	{
		CharU5BU5D_t3528271667* L_2 = ___val0;
		NullCheck(L_2);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))
		{
			goto IL_001a;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_3;
	}

IL_001a:
	{
		CharU5BU5D_t3528271667* L_4 = ___val0;
		NullCheck(L_4);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_5 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), /*hidden argument*/NULL);
		V_0 = L_5;
		String_t* L_6 = V_0;
		V_3 = L_6;
		String_t* L_7 = V_3;
		int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8));
		CharU5BU5D_t3528271667* L_9 = ___val0;
		if (!L_9)
		{
			goto IL_003c;
		}
	}
	{
		CharU5BU5D_t3528271667* L_10 = ___val0;
		NullCheck(L_10);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))
		{
			goto IL_0043;
		}
	}

IL_003c:
	{
		G_B8_0 = (((uintptr_t)0));
		goto IL_004a;
	}

IL_0043:
	{
		CharU5BU5D_t3528271667* L_11 = ___val0;
		NullCheck(L_11);
		G_B8_0 = ((uintptr_t)(((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_004a:
	{
		V_2 = (Il2CppChar*)G_B8_0;
		Il2CppChar* L_12 = V_1;
		Il2CppChar* L_13 = V_2;
		CharU5BU5D_t3528271667* L_14 = ___val0;
		NullCheck(L_14);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_12, (Il2CppChar*)(Il2CppChar*)L_13, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL);
		V_3 = (String_t*)NULL;
		V_2 = (Il2CppChar*)(((uintptr_t)0));
		String_t* L_15 = V_0;
		return L_15;
	}
}
// System.String System.String::CreateString(System.Char,System.Int32)
extern "C"  String_t* String_CreateString_m1262864254 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CreateString_m1262864254_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	Il2CppChar* V_3 = NULL;
	String_t* V_4 = NULL;
	{
		int32_t L_0 = ___count1;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0012;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral2002595880, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0012:
	{
		int32_t L_2 = ___count1;
		if (L_2)
		{
			goto IL_001e;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_3;
	}

IL_001e:
	{
		int32_t L_4 = ___count1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_5 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
		V_0 = L_5;
		String_t* L_6 = V_0;
		V_4 = L_6;
		String_t* L_7 = V_4;
		int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8));
		Il2CppChar* L_9 = V_1;
		V_2 = (Il2CppChar*)L_9;
		Il2CppChar* L_10 = V_2;
		int32_t L_11 = ___count1;
		V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2))));
		goto IL_0047;
	}

IL_003f:
	{
		Il2CppChar* L_12 = V_2;
		Il2CppChar L_13 = ___c0;
		*((int16_t*)(L_12)) = (int16_t)L_13;
		Il2CppChar* L_14 = V_2;
		V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)(((intptr_t)2))));
	}

IL_0047:
	{
		Il2CppChar* L_15 = V_2;
		Il2CppChar* L_16 = V_3;
		if ((!(((uintptr_t)L_15) >= ((uintptr_t)L_16))))
		{
			goto IL_003f;
		}
	}
	{
		V_4 = (String_t*)NULL;
		String_t* L_17 = V_0;
		return L_17;
	}
}
// System.Void System.String::memcpy4(System.Byte*,System.Byte*,System.Int32)
extern "C"  void String_memcpy4_m979367827 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
	{
		goto IL_0035;
	}

IL_0005:
	{
		uint8_t* L_0 = ___dest0;
		uint8_t* L_1 = ___src1;
		*((int32_t*)(L_0)) = (int32_t)(*((int32_t*)L_1));
		uint8_t* L_2 = ___dest0;
		uint8_t* L_3 = ___src1;
		*((int32_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)4)))) = (int32_t)(*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)4))));
		uint8_t* L_4 = ___dest0;
		uint8_t* L_5 = ___src1;
		*((int32_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)8)))) = (int32_t)(*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)8))));
		uint8_t* L_6 = ___dest0;
		uint8_t* L_7 = ___src1;
		*((int32_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)12))))) = (int32_t)(*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)((int32_t)12)))));
		uint8_t* L_8 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)16)));
		uint8_t* L_9 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)((int32_t)16)));
		int32_t L_10 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)16)));
	}

IL_0035:
	{
		int32_t L_11 = ___size2;
		if ((((int32_t)L_11) >= ((int32_t)((int32_t)16))))
		{
			goto IL_0005;
		}
	}
	{
		goto IL_0055;
	}

IL_0042:
	{
		uint8_t* L_12 = ___dest0;
		uint8_t* L_13 = ___src1;
		*((int32_t*)(L_12)) = (int32_t)(*((int32_t*)L_13));
		uint8_t* L_14 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)4));
		uint8_t* L_15 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)4));
		int32_t L_16 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)4));
	}

IL_0055:
	{
		int32_t L_17 = ___size2;
		if ((((int32_t)L_17) >= ((int32_t)4)))
		{
			goto IL_0042;
		}
	}
	{
		goto IL_0074;
	}

IL_0061:
	{
		uint8_t* L_18 = ___dest0;
		uint8_t* L_19 = ___src1;
		*((int8_t*)(L_18)) = (int8_t)(*((uint8_t*)L_19));
		uint8_t* L_20 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)1));
		uint8_t* L_21 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)1));
		int32_t L_22 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1));
	}

IL_0074:
	{
		int32_t L_23 = ___size2;
		if ((((int32_t)L_23) > ((int32_t)0)))
		{
			goto IL_0061;
		}
	}
	{
		return;
	}
}
// System.Void System.String::memcpy2(System.Byte*,System.Byte*,System.Int32)
extern "C"  void String_memcpy2_m2048375426 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
	{
		goto IL_0030;
	}

IL_0005:
	{
		uint8_t* L_0 = ___dest0;
		uint8_t* L_1 = ___src1;
		*((int16_t*)(L_0)) = (int16_t)(*((int16_t*)L_1));
		uint8_t* L_2 = ___dest0;
		uint8_t* L_3 = ___src1;
		*((int16_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)2)))) = (int16_t)(*((int16_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)2))));
		uint8_t* L_4 = ___dest0;
		uint8_t* L_5 = ___src1;
		*((int16_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)4)))) = (int16_t)(*((int16_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)4))));
		uint8_t* L_6 = ___dest0;
		uint8_t* L_7 = ___src1;
		*((int16_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)6)))) = (int16_t)(*((int16_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)6))));
		uint8_t* L_8 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)8));
		uint8_t* L_9 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)8));
		int32_t L_10 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)8));
	}

IL_0030:
	{
		int32_t L_11 = ___size2;
		if ((((int32_t)L_11) >= ((int32_t)8)))
		{
			goto IL_0005;
		}
	}
	{
		goto IL_004f;
	}

IL_003c:
	{
		uint8_t* L_12 = ___dest0;
		uint8_t* L_13 = ___src1;
		*((int16_t*)(L_12)) = (int16_t)(*((int16_t*)L_13));
		uint8_t* L_14 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2));
		uint8_t* L_15 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2));
		int32_t L_16 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)2));
	}

IL_004f:
	{
		int32_t L_17 = ___size2;
		if ((((int32_t)L_17) >= ((int32_t)2)))
		{
			goto IL_003c;
		}
	}
	{
		int32_t L_18 = ___size2;
		if ((((int32_t)L_18) <= ((int32_t)0)))
		{
			goto IL_0061;
		}
	}
	{
		uint8_t* L_19 = ___dest0;
		uint8_t* L_20 = ___src1;
		*((int8_t*)(L_19)) = (int8_t)(*((uint8_t*)L_20));
	}

IL_0061:
	{
		return;
	}
}
// System.Void System.String::memcpy1(System.Byte*,System.Byte*,System.Int32)
extern "C"  void String_memcpy1_m4209751456 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
	{
		goto IL_0050;
	}

IL_0005:
	{
		uint8_t* L_0 = ___dest0;
		uint8_t* L_1 = ___src1;
		*((int8_t*)(L_0)) = (int8_t)(*((uint8_t*)L_1));
		uint8_t* L_2 = ___dest0;
		uint8_t* L_3 = ___src1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)1)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)1))));
		uint8_t* L_4 = ___dest0;
		uint8_t* L_5 = ___src1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)2)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)2))));
		uint8_t* L_6 = ___dest0;
		uint8_t* L_7 = ___src1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)3)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)3))));
		uint8_t* L_8 = ___dest0;
		uint8_t* L_9 = ___src1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)4)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)4))));
		uint8_t* L_10 = ___dest0;
		uint8_t* L_11 = ___src1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)5)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)5))));
		uint8_t* L_12 = ___dest0;
		uint8_t* L_13 = ___src1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)6)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)6))));
		uint8_t* L_14 = ___dest0;
		uint8_t* L_15 = ___src1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)7)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)7))));
		uint8_t* L_16 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)8));
		uint8_t* L_17 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)8));
		int32_t L_18 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)8));
	}

IL_0050:
	{
		int32_t L_19 = ___size2;
		if ((((int32_t)L_19) >= ((int32_t)8)))
		{
			goto IL_0005;
		}
	}
	{
		goto IL_0077;
	}

IL_005c:
	{
		uint8_t* L_20 = ___dest0;
		uint8_t* L_21 = ___src1;
		*((int8_t*)(L_20)) = (int8_t)(*((uint8_t*)L_21));
		uint8_t* L_22 = ___dest0;
		uint8_t* L_23 = ___src1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)1)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)1))));
		uint8_t* L_24 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)2));
		uint8_t* L_25 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)2));
		int32_t L_26 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)2));
	}

IL_0077:
	{
		int32_t L_27 = ___size2;
		if ((((int32_t)L_27) >= ((int32_t)2)))
		{
			goto IL_005c;
		}
	}
	{
		int32_t L_28 = ___size2;
		if ((((int32_t)L_28) <= ((int32_t)0)))
		{
			goto IL_0089;
		}
	}
	{
		uint8_t* L_29 = ___dest0;
		uint8_t* L_30 = ___src1;
		*((int8_t*)(L_29)) = (int8_t)(*((uint8_t*)L_30));
	}

IL_0089:
	{
		return;
	}
}
// System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32)
extern "C"  void String_memcpy_m2826223007 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_memcpy_m2826223007_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		uint8_t* L_0 = ___dest0;
		uint8_t* L_1 = ___src1;
		if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_0)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_1)))))&(int32_t)3)))
		{
			goto IL_0090;
		}
	}
	{
		uint8_t* L_2 = ___dest0;
		if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_2)))&(int32_t)1)))
		{
			goto IL_003a;
		}
	}
	{
		uint8_t* L_3 = ___src1;
		if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_3)))&(int32_t)1)))
		{
			goto IL_003a;
		}
	}
	{
		int32_t L_4 = ___size2;
		if ((((int32_t)L_4) < ((int32_t)1)))
		{
			goto IL_003a;
		}
	}
	{
		uint8_t* L_5 = ___dest0;
		uint8_t* L_6 = ___src1;
		*((int8_t*)(L_5)) = (int8_t)(*((uint8_t*)L_6));
		uint8_t* L_7 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)(((intptr_t)1))));
		uint8_t* L_8 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)(((intptr_t)1))));
		int32_t L_9 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
	}

IL_003a:
	{
		uint8_t* L_10 = ___dest0;
		if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_10)))&(int32_t)2)))
		{
			goto IL_0066;
		}
	}
	{
		uint8_t* L_11 = ___src1;
		if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_11)))&(int32_t)2)))
		{
			goto IL_0066;
		}
	}
	{
		int32_t L_12 = ___size2;
		if ((((int32_t)L_12) < ((int32_t)2)))
		{
			goto IL_0066;
		}
	}
	{
		uint8_t* L_13 = ___dest0;
		uint8_t* L_14 = ___src1;
		*((int16_t*)(L_13)) = (int16_t)(*((int16_t*)L_14));
		uint8_t* L_15 = ___dest0;
		___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2));
		uint8_t* L_16 = ___src1;
		___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2));
		int32_t L_17 = ___size2;
		___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)2));
	}

IL_0066:
	{
		uint8_t* L_18 = ___dest0;
		uint8_t* L_19 = ___src1;
		if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_18)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_19)))))&(int32_t)1)))
		{
			goto IL_007b;
		}
	}
	{
		uint8_t* L_20 = ___dest0;
		uint8_t* L_21 = ___src1;
		int32_t L_22 = ___size2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_memcpy1_m4209751456(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_20, (uint8_t*)(uint8_t*)L_21, L_22, /*hidden argument*/NULL);
		return;
	}

IL_007b:
	{
		uint8_t* L_23 = ___dest0;
		uint8_t* L_24 = ___src1;
		if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_23)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_24)))))&(int32_t)2)))
		{
			goto IL_0090;
		}
	}
	{
		uint8_t* L_25 = ___dest0;
		uint8_t* L_26 = ___src1;
		int32_t L_27 = ___size2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_memcpy2_m2048375426(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_25, (uint8_t*)(uint8_t*)L_26, L_27, /*hidden argument*/NULL);
		return;
	}

IL_0090:
	{
		uint8_t* L_28 = ___dest0;
		uint8_t* L_29 = ___src1;
		int32_t L_30 = ___size2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_memcpy4_m979367827(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_28, (uint8_t*)(uint8_t*)L_29, L_30, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.String::CharCopy(System.Char*,System.Char*,System.Int32)
extern "C"  void String_CharCopy_m98228993 (RuntimeObject * __this /* static, unused */, Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CharCopy_m98228993_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Il2CppChar* L_0 = ___dest0;
		Il2CppChar* L_1 = ___src1;
		if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_0)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_1)))))&(int32_t)3)))
		{
			goto IL_0051;
		}
	}
	{
		Il2CppChar* L_2 = ___dest0;
		if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_2)))&(int32_t)2)))
		{
			goto IL_003a;
		}
	}
	{
		Il2CppChar* L_3 = ___src1;
		if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_3)))&(int32_t)2)))
		{
			goto IL_003a;
		}
	}
	{
		int32_t L_4 = ___count2;
		if ((((int32_t)L_4) <= ((int32_t)0)))
		{
			goto IL_003a;
		}
	}
	{
		Il2CppChar* L_5 = ___dest0;
		Il2CppChar* L_6 = ___src1;
		*((int16_t*)(L_5)) = (int16_t)(*((int16_t*)L_6));
		Il2CppChar* L_7 = ___dest0;
		___dest0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_8 = ___src1;
		___src1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)(((intptr_t)2))));
		int32_t L_9 = ___count2;
		___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
	}

IL_003a:
	{
		Il2CppChar* L_10 = ___dest0;
		Il2CppChar* L_11 = ___src1;
		if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_10)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_11)))))&(int32_t)2)))
		{
			goto IL_0051;
		}
	}
	{
		Il2CppChar* L_12 = ___dest0;
		Il2CppChar* L_13 = ___src1;
		int32_t L_14 = ___count2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_memcpy2_m2048375426(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_12, (uint8_t*)(uint8_t*)L_13, ((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL);
		return;
	}

IL_0051:
	{
		Il2CppChar* L_15 = ___dest0;
		Il2CppChar* L_16 = ___src1;
		int32_t L_17 = ___count2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_memcpy4_m979367827(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_15, (uint8_t*)(uint8_t*)L_16, ((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)), /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.String::CharCopyReverse(System.Char*,System.Char*,System.Int32)
extern "C"  void String_CharCopyReverse_m1548661297 (RuntimeObject * __this /* static, unused */, Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		Il2CppChar* L_0 = ___dest0;
		int32_t L_1 = ___count2;
		___dest0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2))));
		Il2CppChar* L_2 = ___src1;
		int32_t L_3 = ___count2;
		___src1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2))));
		int32_t L_4 = ___count2;
		V_0 = L_4;
		goto IL_0029;
	}

IL_0015:
	{
		Il2CppChar* L_5 = ___dest0;
		___dest0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_5, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_6 = ___src1;
		___src1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_6, (intptr_t)(((intptr_t)2))));
		Il2CppChar* L_7 = ___dest0;
		Il2CppChar* L_8 = ___src1;
		*((int16_t*)(L_7)) = (int16_t)(*((uint16_t*)L_8));
		int32_t L_9 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
	}

IL_0029:
	{
		int32_t L_10 = V_0;
		if ((((int32_t)L_10) > ((int32_t)0)))
		{
			goto IL_0015;
		}
	}
	{
		return;
	}
}
// System.Void System.String::CharCopy(System.String,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  void String_CharCopy_m3838781968 (RuntimeObject * __this /* static, unused */, String_t* ___target0, int32_t ___targetIndex1, String_t* ___source2, int32_t ___sourceIndex3, int32_t ___count4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CharCopy_m3838781968_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	String_t* V_2 = NULL;
	String_t* V_3 = NULL;
	{
		String_t* L_0 = ___target0;
		V_2 = L_0;
		String_t* L_1 = V_2;
		int32_t L_2 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_1)), (int32_t)L_2));
		String_t* L_3 = ___source2;
		V_3 = L_3;
		String_t* L_4 = V_3;
		int32_t L_5 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_4)), (int32_t)L_5));
		Il2CppChar* L_6 = V_0;
		int32_t L_7 = ___targetIndex1;
		Il2CppChar* L_8 = V_1;
		int32_t L_9 = ___sourceIndex3;
		int32_t L_10 = ___count4;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))), L_10, /*hidden argument*/NULL);
		V_2 = (String_t*)NULL;
		V_3 = (String_t*)NULL;
		return;
	}
}
// System.Void System.String::CharCopy(System.String,System.Int32,System.Char[],System.Int32,System.Int32)
extern "C"  void String_CharCopy_m2254797373 (RuntimeObject * __this /* static, unused */, String_t* ___target0, int32_t ___targetIndex1, CharU5BU5D_t3528271667* ___source2, int32_t ___sourceIndex3, int32_t ___count4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CharCopy_m2254797373_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	String_t* V_2 = NULL;
	uintptr_t G_B4_0 = 0;
	{
		String_t* L_0 = ___target0;
		V_2 = L_0;
		String_t* L_1 = V_2;
		int32_t L_2 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_1)), (int32_t)L_2));
		CharU5BU5D_t3528271667* L_3 = ___source2;
		if (!L_3)
		{
			goto IL_0019;
		}
	}
	{
		CharU5BU5D_t3528271667* L_4 = ___source2;
		NullCheck(L_4);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))
		{
			goto IL_0020;
		}
	}

IL_0019:
	{
		G_B4_0 = (((uintptr_t)0));
		goto IL_0027;
	}

IL_0020:
	{
		CharU5BU5D_t3528271667* L_5 = ___source2;
		NullCheck(L_5);
		G_B4_0 = ((uintptr_t)(((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_0027:
	{
		V_1 = (Il2CppChar*)G_B4_0;
		Il2CppChar* L_6 = V_0;
		int32_t L_7 = ___targetIndex1;
		Il2CppChar* L_8 = V_1;
		int32_t L_9 = ___sourceIndex3;
		int32_t L_10 = ___count4;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))), L_10, /*hidden argument*/NULL);
		V_2 = (String_t*)NULL;
		V_1 = (Il2CppChar*)(((uintptr_t)0));
		return;
	}
}
// System.Void System.String::CharCopyReverse(System.String,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  void String_CharCopyReverse_m692227313 (RuntimeObject * __this /* static, unused */, String_t* ___target0, int32_t ___targetIndex1, String_t* ___source2, int32_t ___sourceIndex3, int32_t ___count4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_CharCopyReverse_m692227313_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar* V_0 = NULL;
	Il2CppChar* V_1 = NULL;
	String_t* V_2 = NULL;
	String_t* V_3 = NULL;
	{
		String_t* L_0 = ___target0;
		V_2 = L_0;
		String_t* L_1 = V_2;
		int32_t L_2 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_1)), (int32_t)L_2));
		String_t* L_3 = ___source2;
		V_3 = L_3;
		String_t* L_4 = V_3;
		int32_t L_5 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_4)), (int32_t)L_5));
		Il2CppChar* L_6 = V_0;
		int32_t L_7 = ___targetIndex1;
		Il2CppChar* L_8 = V_1;
		int32_t L_9 = ___sourceIndex3;
		int32_t L_10 = ___count4;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_CharCopyReverse_m1548661297(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))), L_10, /*hidden argument*/NULL);
		V_2 = (String_t*)NULL;
		V_3 = (String_t*)NULL;
		return;
	}
}
// System.String[] System.String::InternalSplit(System.Char[],System.Int32,System.Int32)
extern "C"  StringU5BU5D_t1281789340* String_InternalSplit_m1398300789 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method)
{
	typedef StringU5BU5D_t1281789340* (*String_InternalSplit_m1398300789_ftn) (String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t);
	using namespace il2cpp::icalls;
	return  ((String_InternalSplit_m1398300789_ftn)mscorlib::System::String::InternalSplit) (__this, ___separator0, ___count1, ___options2);
}
// System.String System.String::InternalAllocateStr(System.Int32)
extern "C"  String_t* String_InternalAllocateStr_m1198086868 (RuntimeObject * __this /* static, unused */, int32_t ___length0, const RuntimeMethod* method)
{
	typedef String_t* (*String_InternalAllocateStr_m1198086868_ftn) (int32_t);
	using namespace il2cpp::icalls;
	return  ((String_InternalAllocateStr_m1198086868_ftn)mscorlib::System::String::InternalAllocateStr) (___length0);
}
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C"  bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_op_Equality_m920492651_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___a0;
		String_t* L_1 = ___b1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_2 = String_Equals_m1744302937(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// System.Boolean System.String::op_Inequality(System.String,System.String)
extern "C"  bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (String_op_Inequality_m215368492_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___a0;
		String_t* L_1 = ___b1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_2 = String_Equals_m1744302937(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.StringComparer::.ctor()
extern "C"  void StringComparer__ctor_m621368542 (StringComparer_t3301955079 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.StringComparer::.cctor()
extern "C"  void StringComparer__cctor_m1626042071 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StringComparer__cctor_m1626042071_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		CultureAwareComparer_t30646139 * L_1 = (CultureAwareComparer_t30646139 *)il2cpp_codegen_object_new(CultureAwareComparer_t30646139_il2cpp_TypeInfo_var);
		CultureAwareComparer__ctor_m3981913244(L_1, L_0, (bool)1, /*hidden argument*/NULL);
		((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->set_invariantCultureIgnoreCase_0(L_1);
		CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		CultureAwareComparer_t30646139 * L_3 = (CultureAwareComparer_t30646139 *)il2cpp_codegen_object_new(CultureAwareComparer_t30646139_il2cpp_TypeInfo_var);
		CultureAwareComparer__ctor_m3981913244(L_3, L_2, (bool)0, /*hidden argument*/NULL);
		((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->set_invariantCulture_1(L_3);
		OrdinalComparer_t3407243298 * L_4 = (OrdinalComparer_t3407243298 *)il2cpp_codegen_object_new(OrdinalComparer_t3407243298_il2cpp_TypeInfo_var);
		OrdinalComparer__ctor_m1028789954(L_4, (bool)1, /*hidden argument*/NULL);
		((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->set_ordinalIgnoreCase_2(L_4);
		OrdinalComparer_t3407243298 * L_5 = (OrdinalComparer_t3407243298 *)il2cpp_codegen_object_new(OrdinalComparer_t3407243298_il2cpp_TypeInfo_var);
		OrdinalComparer__ctor_m1028789954(L_5, (bool)0, /*hidden argument*/NULL);
		((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->set_ordinal_3(L_5);
		return;
	}
}
// System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase()
extern "C"  StringComparer_t3301955079 * StringComparer_get_InvariantCultureIgnoreCase_m2404489191 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StringComparer_get_InvariantCultureIgnoreCase_m2404489191_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var);
		StringComparer_t3301955079 * L_0 = ((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->get_invariantCultureIgnoreCase_0();
		return L_0;
	}
}
// System.Int32 System.StringComparer::Compare(System.Object,System.Object)
extern "C"  int32_t StringComparer_Compare_m991165676 (StringComparer_t3301955079 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StringComparer_Compare_m991165676_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	String_t* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	{
		RuntimeObject * L_0 = ___x0;
		RuntimeObject * L_1 = ___y1;
		if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
		{
			goto IL_0009;
		}
	}
	{
		return 0;
	}

IL_0009:
	{
		RuntimeObject * L_2 = ___x0;
		if (L_2)
		{
			goto IL_0011;
		}
	}
	{
		return (-1);
	}

IL_0011:
	{
		RuntimeObject * L_3 = ___y1;
		if (L_3)
		{
			goto IL_0019;
		}
	}
	{
		return 1;
	}

IL_0019:
	{
		RuntimeObject * L_4 = ___x0;
		V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
		String_t* L_5 = V_0;
		if (!L_5)
		{
			goto IL_003c;
		}
	}
	{
		RuntimeObject * L_6 = ___y1;
		V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
		String_t* L_7 = V_1;
		if (!L_7)
		{
			goto IL_003c;
		}
	}
	{
		String_t* L_8 = V_0;
		String_t* L_9 = V_1;
		int32_t L_10 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(10 /* System.Int32 System.StringComparer::Compare(System.String,System.String) */, __this, L_8, L_9);
		return L_10;
	}

IL_003c:
	{
		RuntimeObject * L_11 = ___x0;
		V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IComparable_t36111218_il2cpp_TypeInfo_var));
		RuntimeObject* L_12 = V_2;
		if (L_12)
		{
			goto IL_004f;
		}
	}
	{
		ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m3698743796(L_13, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_13);
	}

IL_004f:
	{
		RuntimeObject* L_14 = V_2;
		RuntimeObject * L_15 = ___y1;
		NullCheck(L_14);
		int32_t L_16 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_t36111218_il2cpp_TypeInfo_var, L_14, L_15);
		return L_16;
	}
}
// System.Boolean System.StringComparer::Equals(System.Object,System.Object)
extern "C"  bool StringComparer_Equals_m1418565653 (StringComparer_t3301955079 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StringComparer_Equals_m1418565653_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	String_t* V_1 = NULL;
	{
		RuntimeObject * L_0 = ___x0;
		RuntimeObject * L_1 = ___y1;
		if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
		{
			goto IL_0009;
		}
	}
	{
		return (bool)1;
	}

IL_0009:
	{
		RuntimeObject * L_2 = ___x0;
		if (!L_2)
		{
			goto IL_0015;
		}
	}
	{
		RuntimeObject * L_3 = ___y1;
		if (L_3)
		{
			goto IL_0017;
		}
	}

IL_0015:
	{
		return (bool)0;
	}

IL_0017:
	{
		RuntimeObject * L_4 = ___x0;
		V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
		String_t* L_5 = V_0;
		if (!L_5)
		{
			goto IL_003a;
		}
	}
	{
		RuntimeObject * L_6 = ___y1;
		V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
		String_t* L_7 = V_1;
		if (!L_7)
		{
			goto IL_003a;
		}
	}
	{
		String_t* L_8 = V_0;
		String_t* L_9 = V_1;
		bool L_10 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(11 /* System.Boolean System.StringComparer::Equals(System.String,System.String) */, __this, L_8, L_9);
		return L_10;
	}

IL_003a:
	{
		RuntimeObject * L_11 = ___x0;
		RuntimeObject * L_12 = ___y1;
		NullCheck(L_11);
		bool L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12);
		return L_13;
	}
}
// System.Int32 System.StringComparer::GetHashCode(System.Object)
extern "C"  int32_t StringComparer_GetHashCode_m2080455020 (StringComparer_t3301955079 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StringComparer_GetHashCode_m2080455020_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	int32_t G_B5_0 = 0;
	{
		RuntimeObject * L_0 = ___obj0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1746845353, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		RuntimeObject * L_2 = ___obj0;
		V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var));
		String_t* L_3 = V_0;
		if (L_3)
		{
			goto IL_0029;
		}
	}
	{
		RuntimeObject * L_4 = ___obj0;
		NullCheck(L_4);
		int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
		G_B5_0 = L_5;
		goto IL_0030;
	}

IL_0029:
	{
		String_t* L_6 = V_0;
		int32_t L_7 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, __this, L_6);
		G_B5_0 = L_7;
	}

IL_0030:
	{
		return G_B5_0;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.SystemException::.ctor()
extern "C"  void SystemException__ctor_m4274309232 (SystemException_t176217640 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SystemException__ctor_m4274309232_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1758154689, /*hidden argument*/NULL);
		Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL);
		Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233087), /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.SystemException::.ctor(System.String)
extern "C"  void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* ___message0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___message0;
		Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL);
		Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233087), /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C"  void SystemException__ctor_m1515048899 (SystemException_t176217640 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237  ___context1, const RuntimeMethod* method)
{
	{
		SerializationInfo_t950877179 * L_0 = ___info0;
		StreamingContext_t3711869237  L_1 = ___context1;
		Exception__ctor_m2499432361(__this, L_0, L_1, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.SystemException::.ctor(System.String,System.Exception)
extern "C"  void SystemException__ctor_m4132668650 (SystemException_t176217640 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___message0;
		Exception_t * L_1 = ___innerException1;
		Exception__ctor_m1406832249(__this, L_0, L_1, /*hidden argument*/NULL);
		Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233087), /*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.Text.ASCIIEncoding::.ctor()
extern "C"  void ASCIIEncoding__ctor_m1380190655 (ASCIIEncoding_t3446586211 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding__ctor_m1380190655_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		Encoding__ctor_m777655508(__this, ((int32_t)20127), /*hidden argument*/NULL);
		String_t* L_0 = _stringLiteral2571809832;
		V_0 = L_0;
		((Encoding_t1523322056 *)__this)->set_web_name_15(L_0);
		String_t* L_1 = V_0;
		String_t* L_2 = L_1;
		V_0 = L_2;
		((Encoding_t1523322056 *)__this)->set_header_name_10(L_2);
		String_t* L_3 = V_0;
		((Encoding_t1523322056 *)__this)->set_body_name_8(L_3);
		((Encoding_t1523322056 *)__this)->set_encoding_name_9(_stringLiteral2264484744);
		((Encoding_t1523322056 *)__this)->set_is_mail_news_display_11((bool)1);
		((Encoding_t1523322056 *)__this)->set_is_mail_news_save_12((bool)1);
		return;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char[],System.Int32,System.Int32)
extern "C"  int32_t ASCIIEncoding_GetByteCount_m2129416242 (ASCIIEncoding_t3446586211 * __this, CharU5BU5D_t3528271667* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_m2129416242_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t3528271667* L_0 = ___chars0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2698618727, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___index1;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_0021;
		}
	}
	{
		int32_t L_3 = ___index1;
		CharU5BU5D_t3528271667* L_4 = ___chars0;
		NullCheck(L_4);
		if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))))
		{
			goto IL_0036;
		}
	}

IL_0021:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_5 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral797640427, L_5, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_0036:
	{
		int32_t L_7 = ___count2;
		if ((((int32_t)L_7) < ((int32_t)0)))
		{
			goto IL_0048;
		}
	}
	{
		int32_t L_8 = ___count2;
		CharU5BU5D_t3528271667* L_9 = ___chars0;
		NullCheck(L_9);
		int32_t L_10 = ___index1;
		if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10)))))
		{
			goto IL_005d;
		}
	}

IL_0048:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_11 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_12, _stringLiteral2002595880, L_11, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_005d:
	{
		int32_t L_13 = ___count2;
		return L_13;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.String)
extern "C"  int32_t ASCIIEncoding_GetByteCount_m1278774099 (ASCIIEncoding_t3446586211 * __this, String_t* ___chars0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_m1278774099_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___chars0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2698618727, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		String_t* L_2 = ___chars0;
		NullCheck(L_2);
		int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL);
		return L_3;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C"  int32_t ASCIIEncoding_GetBytes_m2774699525 (ASCIIEncoding_t3446586211 * __this, CharU5BU5D_t3528271667* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_t4116647657* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
	EncoderFallbackBuffer_t3523102303 * V_0 = NULL;
	CharU5BU5D_t3528271667* V_1 = NULL;
	{
		V_0 = (EncoderFallbackBuffer_t3523102303 *)NULL;
		V_1 = (CharU5BU5D_t3528271667*)NULL;
		CharU5BU5D_t3528271667* L_0 = ___chars0;
		int32_t L_1 = ___charIndex1;
		int32_t L_2 = ___charCount2;
		ByteU5BU5D_t4116647657* L_3 = ___bytes3;
		int32_t L_4 = ___byteIndex4;
		int32_t L_5 = ASCIIEncoding_GetBytes_m2264249800(__this, L_0, L_1, L_2, L_3, L_4, (&V_0), (&V_1), /*hidden argument*/NULL);
		return L_5;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Text.EncoderFallbackBuffer&,System.Char[]&)
extern "C"  int32_t ASCIIEncoding_GetBytes_m2264249800 (ASCIIEncoding_t3446586211 * __this, CharU5BU5D_t3528271667* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_t4116647657* ___bytes3, int32_t ___byteIndex4, EncoderFallbackBuffer_t3523102303 ** ___buffer5, CharU5BU5D_t3528271667** ___fallback_chars6, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m2264249800_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	int32_t V_2 = 0;
	{
		CharU5BU5D_t3528271667* L_0 = ___chars0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2698618727, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_2 = ___bytes3;
		if (L_2)
		{
			goto IL_0023;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral130595687, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0023:
	{
		int32_t L_4 = ___charIndex1;
		if ((((int32_t)L_4) < ((int32_t)0)))
		{
			goto IL_0033;
		}
	}
	{
		int32_t L_5 = ___charIndex1;
		CharU5BU5D_t3528271667* L_6 = ___chars0;
		NullCheck(L_6);
		if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))
		{
			goto IL_0048;
		}
	}

IL_0033:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_7 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral1070969872, L_7, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8);
	}

IL_0048:
	{
		int32_t L_9 = ___charCount2;
		if ((((int32_t)L_9) < ((int32_t)0)))
		{
			goto IL_005a;
		}
	}
	{
		int32_t L_10 = ___charCount2;
		CharU5BU5D_t3528271667* L_11 = ___chars0;
		NullCheck(L_11);
		int32_t L_12 = ___charIndex1;
		if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), (int32_t)L_12)))))
		{
			goto IL_006f;
		}
	}

IL_005a:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_13 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_14 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_14, _stringLiteral4160981599, L_13, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_14);
	}

IL_006f:
	{
		int32_t L_15 = ___byteIndex4;
		if ((((int32_t)L_15) < ((int32_t)0)))
		{
			goto IL_0082;
		}
	}
	{
		int32_t L_16 = ___byteIndex4;
		ByteU5BU5D_t4116647657* L_17 = ___bytes3;
		NullCheck(L_17);
		if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
		{
			goto IL_0097;
		}
	}

IL_0082:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_18 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_19 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_19, _stringLiteral1758678393, L_18, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_19);
	}

IL_0097:
	{
		ByteU5BU5D_t4116647657* L_20 = ___bytes3;
		NullCheck(L_20);
		int32_t L_21 = ___byteIndex4;
		int32_t L_22 = ___charCount2;
		if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), (int32_t)L_21))) >= ((int32_t)L_22)))
		{
			goto IL_00b4;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_23 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral3497238838, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_24 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_24, L_23, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_24);
	}

IL_00b4:
	{
		int32_t L_25 = ___charCount2;
		V_0 = L_25;
		goto IL_01a5;
	}

IL_00bb:
	{
		CharU5BU5D_t3528271667* L_26 = ___chars0;
		int32_t L_27 = ___charIndex1;
		int32_t L_28 = L_27;
		___charIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
		NullCheck(L_26);
		int32_t L_29 = L_28;
		uint16_t L_30 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
		V_1 = L_30;
		Il2CppChar L_31 = V_1;
		if ((((int32_t)L_31) >= ((int32_t)((int32_t)128))))
		{
			goto IL_00e0;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_32 = ___bytes3;
		int32_t L_33 = ___byteIndex4;
		int32_t L_34 = L_33;
		___byteIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
		Il2CppChar L_35 = V_1;
		NullCheck(L_32);
		(L_32)->SetAt(static_cast<il2cpp_array_size_t>(L_34), (uint8_t)(((int32_t)((uint8_t)L_35))));
		goto IL_01a5;
	}

IL_00e0:
	{
		EncoderFallbackBuffer_t3523102303 ** L_36 = ___buffer5;
		if ((*((EncoderFallbackBuffer_t3523102303 **)L_36)))
		{
			goto IL_00f6;
		}
	}
	{
		EncoderFallbackBuffer_t3523102303 ** L_37 = ___buffer5;
		EncoderFallback_t1188251036 * L_38 = Encoding_get_EncoderFallback_m4088593971(__this, /*hidden argument*/NULL);
		NullCheck(L_38);
		EncoderFallbackBuffer_t3523102303 * L_39 = VirtFuncInvoker0< EncoderFallbackBuffer_t3523102303 * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_38);
		*((RuntimeObject **)(L_37)) = (RuntimeObject *)L_39;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_37), (RuntimeObject *)L_39);
	}

IL_00f6:
	{
		Il2CppChar L_40 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		bool L_41 = Char_IsSurrogate_m3686972571(NULL /*static, unused*/, L_40, /*hidden argument*/NULL);
		if (!L_41)
		{
			goto IL_012f;
		}
	}
	{
		int32_t L_42 = V_0;
		if ((((int32_t)L_42) <= ((int32_t)1)))
		{
			goto IL_012f;
		}
	}
	{
		CharU5BU5D_t3528271667* L_43 = ___chars0;
		int32_t L_44 = ___charIndex1;
		NullCheck(L_43);
		int32_t L_45 = L_44;
		uint16_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		bool L_47 = Char_IsSurrogate_m3686972571(NULL /*static, unused*/, L_46, /*hidden argument*/NULL);
		if (!L_47)
		{
			goto IL_012f;
		}
	}
	{
		EncoderFallbackBuffer_t3523102303 ** L_48 = ___buffer5;
		Il2CppChar L_49 = V_1;
		CharU5BU5D_t3528271667* L_50 = ___chars0;
		int32_t L_51 = ___charIndex1;
		NullCheck(L_50);
		int32_t L_52 = L_51;
		uint16_t L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
		int32_t L_54 = ___charIndex1;
		int32_t L_55 = L_54;
		___charIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_48)));
		VirtFuncInvoker3< bool, Il2CppChar, Il2CppChar, int32_t >::Invoke(6 /* System.Boolean System.Text.EncoderFallbackBuffer::Fallback(System.Char,System.Char,System.Int32) */, (*((EncoderFallbackBuffer_t3523102303 **)L_48)), L_49, L_53, ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)));
		goto IL_013c;
	}

IL_012f:
	{
		EncoderFallbackBuffer_t3523102303 ** L_56 = ___buffer5;
		Il2CppChar L_57 = V_1;
		int32_t L_58 = ___charIndex1;
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_56)));
		VirtFuncInvoker2< bool, Il2CppChar, int32_t >::Invoke(5 /* System.Boolean System.Text.EncoderFallbackBuffer::Fallback(System.Char,System.Int32) */, (*((EncoderFallbackBuffer_t3523102303 **)L_56)), L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)));
	}

IL_013c:
	{
		CharU5BU5D_t3528271667** L_59 = ___fallback_chars6;
		if (!(*((CharU5BU5D_t3528271667**)L_59)))
		{
			goto IL_0156;
		}
	}
	{
		CharU5BU5D_t3528271667** L_60 = ___fallback_chars6;
		NullCheck((*((CharU5BU5D_t3528271667**)L_60)));
		EncoderFallbackBuffer_t3523102303 ** L_61 = ___buffer5;
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_61)));
		int32_t L_62 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, (*((EncoderFallbackBuffer_t3523102303 **)L_61)));
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)(*((CharU5BU5D_t3528271667**)L_60)))->max_length))))) >= ((int32_t)L_62)))
		{
			goto IL_0166;
		}
	}

IL_0156:
	{
		CharU5BU5D_t3528271667** L_63 = ___fallback_chars6;
		EncoderFallbackBuffer_t3523102303 ** L_64 = ___buffer5;
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_64)));
		int32_t L_65 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, (*((EncoderFallbackBuffer_t3523102303 **)L_64)));
		*((RuntimeObject **)(L_63)) = (RuntimeObject *)((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_65));
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_63), (RuntimeObject *)((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_65)));
	}

IL_0166:
	{
		V_2 = 0;
		goto IL_017e;
	}

IL_016d:
	{
		CharU5BU5D_t3528271667** L_66 = ___fallback_chars6;
		int32_t L_67 = V_2;
		EncoderFallbackBuffer_t3523102303 ** L_68 = ___buffer5;
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_68)));
		Il2CppChar L_69 = VirtFuncInvoker0< Il2CppChar >::Invoke(7 /* System.Char System.Text.EncoderFallbackBuffer::GetNextChar() */, (*((EncoderFallbackBuffer_t3523102303 **)L_68)));
		NullCheck((*((CharU5BU5D_t3528271667**)L_66)));
		((*((CharU5BU5D_t3528271667**)L_66)))->SetAt(static_cast<il2cpp_array_size_t>(L_67), (Il2CppChar)L_69);
		int32_t L_70 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1));
	}

IL_017e:
	{
		int32_t L_71 = V_2;
		CharU5BU5D_t3528271667** L_72 = ___fallback_chars6;
		NullCheck((*((CharU5BU5D_t3528271667**)L_72)));
		if ((((int32_t)L_71) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)(*((CharU5BU5D_t3528271667**)L_72)))->max_length)))))))
		{
			goto IL_016d;
		}
	}
	{
		int32_t L_73 = ___byteIndex4;
		CharU5BU5D_t3528271667** L_74 = ___fallback_chars6;
		CharU5BU5D_t3528271667** L_75 = ___fallback_chars6;
		NullCheck((*((CharU5BU5D_t3528271667**)L_75)));
		ByteU5BU5D_t4116647657* L_76 = ___bytes3;
		int32_t L_77 = ___byteIndex4;
		EncoderFallbackBuffer_t3523102303 ** L_78 = ___buffer5;
		CharU5BU5D_t3528271667** L_79 = ___fallback_chars6;
		int32_t L_80 = ASCIIEncoding_GetBytes_m2264249800(__this, (*((CharU5BU5D_t3528271667**)L_74)), 0, (((int32_t)((int32_t)(((RuntimeArray *)(*((CharU5BU5D_t3528271667**)L_75)))->max_length)))), L_76, L_77, L_78, L_79, /*hidden argument*/NULL);
		___byteIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)L_80));
	}

IL_01a5:
	{
		int32_t L_81 = V_0;
		int32_t L_82 = L_81;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)1));
		if ((((int32_t)L_82) > ((int32_t)0)))
		{
			goto IL_00bb;
		}
	}
	{
		int32_t L_83 = ___charCount2;
		return L_83;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C"  int32_t ASCIIEncoding_GetBytes_m4130454866 (ASCIIEncoding_t3446586211 * __this, String_t* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_t4116647657* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
	EncoderFallbackBuffer_t3523102303 * V_0 = NULL;
	CharU5BU5D_t3528271667* V_1 = NULL;
	{
		V_0 = (EncoderFallbackBuffer_t3523102303 *)NULL;
		V_1 = (CharU5BU5D_t3528271667*)NULL;
		String_t* L_0 = ___chars0;
		int32_t L_1 = ___charIndex1;
		int32_t L_2 = ___charCount2;
		ByteU5BU5D_t4116647657* L_3 = ___bytes3;
		int32_t L_4 = ___byteIndex4;
		int32_t L_5 = ASCIIEncoding_GetBytes_m2569027226(__this, L_0, L_1, L_2, L_3, L_4, (&V_0), (&V_1), /*hidden argument*/NULL);
		return L_5;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32,System.Text.EncoderFallbackBuffer&,System.Char[]&)
extern "C"  int32_t ASCIIEncoding_GetBytes_m2569027226 (ASCIIEncoding_t3446586211 * __this, String_t* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_t4116647657* ___bytes3, int32_t ___byteIndex4, EncoderFallbackBuffer_t3523102303 ** ___buffer5, CharU5BU5D_t3528271667** ___fallback_chars6, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m2569027226_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	int32_t V_2 = 0;
	{
		String_t* L_0 = ___chars0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2698618727, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_2 = ___bytes3;
		if (L_2)
		{
			goto IL_0023;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral130595687, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0023:
	{
		int32_t L_4 = ___charIndex1;
		if ((((int32_t)L_4) < ((int32_t)0)))
		{
			goto IL_0036;
		}
	}
	{
		int32_t L_5 = ___charIndex1;
		String_t* L_6 = ___chars0;
		NullCheck(L_6);
		int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL);
		if ((((int32_t)L_5) <= ((int32_t)L_7)))
		{
			goto IL_004b;
		}
	}

IL_0036:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_8 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral3201106496, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral1070969872, L_8, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_004b:
	{
		int32_t L_10 = ___charCount2;
		if ((((int32_t)L_10) < ((int32_t)0)))
		{
			goto IL_0060;
		}
	}
	{
		int32_t L_11 = ___charCount2;
		String_t* L_12 = ___chars0;
		NullCheck(L_12);
		int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL);
		int32_t L_14 = ___charIndex1;
		if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)))))
		{
			goto IL_0075;
		}
	}

IL_0060:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_15 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral335670123, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_16 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_16, _stringLiteral4160981599, L_15, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_16);
	}

IL_0075:
	{
		int32_t L_17 = ___byteIndex4;
		if ((((int32_t)L_17) < ((int32_t)0)))
		{
			goto IL_0088;
		}
	}
	{
		int32_t L_18 = ___byteIndex4;
		ByteU5BU5D_t4116647657* L_19 = ___bytes3;
		NullCheck(L_19);
		if ((((int32_t)L_18) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))))))
		{
			goto IL_009d;
		}
	}

IL_0088:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_20 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_21 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_21, _stringLiteral1758678393, L_20, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_21);
	}

IL_009d:
	{
		ByteU5BU5D_t4116647657* L_22 = ___bytes3;
		NullCheck(L_22);
		int32_t L_23 = ___byteIndex4;
		int32_t L_24 = ___charCount2;
		if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), (int32_t)L_23))) >= ((int32_t)L_24)))
		{
			goto IL_00ba;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_25 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral3497238838, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_26 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_26, L_25, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_26);
	}

IL_00ba:
	{
		int32_t L_27 = ___charCount2;
		V_0 = L_27;
		goto IL_01b7;
	}

IL_00c1:
	{
		String_t* L_28 = ___chars0;
		int32_t L_29 = ___charIndex1;
		int32_t L_30 = L_29;
		___charIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
		NullCheck(L_28);
		Il2CppChar L_31 = String_get_Chars_m2986988803(L_28, L_30, /*hidden argument*/NULL);
		V_1 = L_31;
		Il2CppChar L_32 = V_1;
		if ((((int32_t)L_32) >= ((int32_t)((int32_t)128))))
		{
			goto IL_00ea;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_33 = ___bytes3;
		int32_t L_34 = ___byteIndex4;
		int32_t L_35 = L_34;
		___byteIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
		Il2CppChar L_36 = V_1;
		NullCheck(L_33);
		(L_33)->SetAt(static_cast<il2cpp_array_size_t>(L_35), (uint8_t)(((int32_t)((uint8_t)L_36))));
		goto IL_01b7;
	}

IL_00ea:
	{
		EncoderFallbackBuffer_t3523102303 ** L_37 = ___buffer5;
		if ((*((EncoderFallbackBuffer_t3523102303 **)L_37)))
		{
			goto IL_0100;
		}
	}
	{
		EncoderFallbackBuffer_t3523102303 ** L_38 = ___buffer5;
		EncoderFallback_t1188251036 * L_39 = Encoding_get_EncoderFallback_m4088593971(__this, /*hidden argument*/NULL);
		NullCheck(L_39);
		EncoderFallbackBuffer_t3523102303 * L_40 = VirtFuncInvoker0< EncoderFallbackBuffer_t3523102303 * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_39);
		*((RuntimeObject **)(L_38)) = (RuntimeObject *)L_40;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_38), (RuntimeObject *)L_40);
	}

IL_0100:
	{
		Il2CppChar L_41 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		bool L_42 = Char_IsSurrogate_m3686972571(NULL /*static, unused*/, L_41, /*hidden argument*/NULL);
		if (!L_42)
		{
			goto IL_0141;
		}
	}
	{
		int32_t L_43 = V_0;
		if ((((int32_t)L_43) <= ((int32_t)1)))
		{
			goto IL_0141;
		}
	}
	{
		String_t* L_44 = ___chars0;
		int32_t L_45 = ___charIndex1;
		NullCheck(L_44);
		Il2CppChar L_46 = String_get_Chars_m2986988803(L_44, L_45, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		bool L_47 = Char_IsSurrogate_m3686972571(NULL /*static, unused*/, L_46, /*hidden argument*/NULL);
		if (!L_47)
		{
			goto IL_0141;
		}
	}
	{
		EncoderFallbackBuffer_t3523102303 ** L_48 = ___buffer5;
		Il2CppChar L_49 = V_1;
		String_t* L_50 = ___chars0;
		int32_t L_51 = ___charIndex1;
		NullCheck(L_50);
		Il2CppChar L_52 = String_get_Chars_m2986988803(L_50, L_51, /*hidden argument*/NULL);
		int32_t L_53 = ___charIndex1;
		int32_t L_54 = L_53;
		___charIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_48)));
		VirtFuncInvoker3< bool, Il2CppChar, Il2CppChar, int32_t >::Invoke(6 /* System.Boolean System.Text.EncoderFallbackBuffer::Fallback(System.Char,System.Char,System.Int32) */, (*((EncoderFallbackBuffer_t3523102303 **)L_48)), L_49, L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1)));
		goto IL_014e;
	}

IL_0141:
	{
		EncoderFallbackBuffer_t3523102303 ** L_55 = ___buffer5;
		Il2CppChar L_56 = V_1;
		int32_t L_57 = ___charIndex1;
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_55)));
		VirtFuncInvoker2< bool, Il2CppChar, int32_t >::Invoke(5 /* System.Boolean System.Text.EncoderFallbackBuffer::Fallback(System.Char,System.Int32) */, (*((EncoderFallbackBuffer_t3523102303 **)L_55)), L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)));
	}

IL_014e:
	{
		CharU5BU5D_t3528271667** L_58 = ___fallback_chars6;
		if (!(*((CharU5BU5D_t3528271667**)L_58)))
		{
			goto IL_0168;
		}
	}
	{
		CharU5BU5D_t3528271667** L_59 = ___fallback_chars6;
		NullCheck((*((CharU5BU5D_t3528271667**)L_59)));
		EncoderFallbackBuffer_t3523102303 ** L_60 = ___buffer5;
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_60)));
		int32_t L_61 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, (*((EncoderFallbackBuffer_t3523102303 **)L_60)));
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)(*((CharU5BU5D_t3528271667**)L_59)))->max_length))))) >= ((int32_t)L_61)))
		{
			goto IL_0178;
		}
	}

IL_0168:
	{
		CharU5BU5D_t3528271667** L_62 = ___fallback_chars6;
		EncoderFallbackBuffer_t3523102303 ** L_63 = ___buffer5;
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_63)));
		int32_t L_64 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, (*((EncoderFallbackBuffer_t3523102303 **)L_63)));
		*((RuntimeObject **)(L_62)) = (RuntimeObject *)((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_64));
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_62), (RuntimeObject *)((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_64)));
	}

IL_0178:
	{
		V_2 = 0;
		goto IL_0190;
	}

IL_017f:
	{
		CharU5BU5D_t3528271667** L_65 = ___fallback_chars6;
		int32_t L_66 = V_2;
		EncoderFallbackBuffer_t3523102303 ** L_67 = ___buffer5;
		NullCheck((*((EncoderFallbackBuffer_t3523102303 **)L_67)));
		Il2CppChar L_68 = VirtFuncInvoker0< Il2CppChar >::Invoke(7 /* System.Char System.Text.EncoderFallbackBuffer::GetNextChar() */, (*((EncoderFallbackBuffer_t3523102303 **)L_67)));
		NullCheck((*((CharU5BU5D_t3528271667**)L_65)));
		((*((CharU5BU5D_t3528271667**)L_65)))->SetAt(static_cast<il2cpp_array_size_t>(L_66), (Il2CppChar)L_68);
		int32_t L_69 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
	}

IL_0190:
	{
		int32_t L_70 = V_2;
		CharU5BU5D_t3528271667** L_71 = ___fallback_chars6;
		NullCheck((*((CharU5BU5D_t3528271667**)L_71)));
		if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)(*((CharU5BU5D_t3528271667**)L_71)))->max_length)))))))
		{
			goto IL_017f;
		}
	}
	{
		int32_t L_72 = ___byteIndex4;
		CharU5BU5D_t3528271667** L_73 = ___fallback_chars6;
		CharU5BU5D_t3528271667** L_74 = ___fallback_chars6;
		NullCheck((*((CharU5BU5D_t3528271667**)L_74)));
		ByteU5BU5D_t4116647657* L_75 = ___bytes3;
		int32_t L_76 = ___byteIndex4;
		EncoderFallbackBuffer_t3523102303 ** L_77 = ___buffer5;
		CharU5BU5D_t3528271667** L_78 = ___fallback_chars6;
		int32_t L_79 = ASCIIEncoding_GetBytes_m2264249800(__this, (*((CharU5BU5D_t3528271667**)L_73)), 0, (((int32_t)((int32_t)(((RuntimeArray *)(*((CharU5BU5D_t3528271667**)L_74)))->max_length)))), L_75, L_76, L_77, L_78, /*hidden argument*/NULL);
		___byteIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_79));
	}

IL_01b7:
	{
		int32_t L_80 = V_0;
		int32_t L_81 = L_80;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1));
		if ((((int32_t)L_81) > ((int32_t)0)))
		{
			goto IL_00c1;
		}
	}
	{
		int32_t L_82 = ___charCount2;
		return L_82;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte[],System.Int32,System.Int32)
extern "C"  int32_t ASCIIEncoding_GetCharCount_m1680860125 (ASCIIEncoding_t3446586211 * __this, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_m1680860125_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___bytes0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral130595687, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___index1;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_0021;
		}
	}
	{
		int32_t L_3 = ___index1;
		ByteU5BU5D_t4116647657* L_4 = ___bytes0;
		NullCheck(L_4);
		if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))))
		{
			goto IL_0036;
		}
	}

IL_0021:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_5 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral797640427, L_5, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_0036:
	{
		int32_t L_7 = ___count2;
		if ((((int32_t)L_7) < ((int32_t)0)))
		{
			goto IL_0048;
		}
	}
	{
		int32_t L_8 = ___count2;
		ByteU5BU5D_t4116647657* L_9 = ___bytes0;
		NullCheck(L_9);
		int32_t L_10 = ___index1;
		if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10)))))
		{
			goto IL_005d;
		}
	}

IL_0048:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_11 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_12, _stringLiteral2002595880, L_11, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_005d:
	{
		int32_t L_13 = ___count2;
		return L_13;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C"  int32_t ASCIIEncoding_GetChars_m2543669481 (ASCIIEncoding_t3446586211 * __this, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t3528271667* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
	DecoderFallbackBuffer_t2402303981 * V_0 = NULL;
	{
		V_0 = (DecoderFallbackBuffer_t2402303981 *)NULL;
		ByteU5BU5D_t4116647657* L_0 = ___bytes0;
		int32_t L_1 = ___byteIndex1;
		int32_t L_2 = ___byteCount2;
		CharU5BU5D_t3528271667* L_3 = ___chars3;
		int32_t L_4 = ___charIndex4;
		int32_t L_5 = ASCIIEncoding_GetChars_m3984780680(__this, L_0, L_1, L_2, L_3, L_4, (&V_0), /*hidden argument*/NULL);
		return L_5;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Text.DecoderFallbackBuffer&)
extern "C"  int32_t ASCIIEncoding_GetChars_m3984780680 (ASCIIEncoding_t3446586211 * __this, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t3528271667* ___chars3, int32_t ___charIndex4, DecoderFallbackBuffer_t2402303981 ** ___buffer5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_m3984780680_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___bytes0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral130595687, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		CharU5BU5D_t3528271667* L_2 = ___chars3;
		if (L_2)
		{
			goto IL_0023;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2698618727, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0023:
	{
		int32_t L_4 = ___byteIndex1;
		if ((((int32_t)L_4) < ((int32_t)0)))
		{
			goto IL_0033;
		}
	}
	{
		int32_t L_5 = ___byteIndex1;
		ByteU5BU5D_t4116647657* L_6 = ___bytes0;
		NullCheck(L_6);
		if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))
		{
			goto IL_0048;
		}
	}

IL_0033:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_7 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral1758678393, L_7, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8);
	}

IL_0048:
	{
		int32_t L_9 = ___byteCount2;
		if ((((int32_t)L_9) < ((int32_t)0)))
		{
			goto IL_005a;
		}
	}
	{
		int32_t L_10 = ___byteCount2;
		ByteU5BU5D_t4116647657* L_11 = ___bytes0;
		NullCheck(L_11);
		int32_t L_12 = ___byteIndex1;
		if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), (int32_t)L_12)))))
		{
			goto IL_006f;
		}
	}

IL_005a:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_13 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_14 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_14, _stringLiteral669612446, L_13, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_14);
	}

IL_006f:
	{
		int32_t L_15 = ___charIndex4;
		if ((((int32_t)L_15) < ((int32_t)0)))
		{
			goto IL_0082;
		}
	}
	{
		int32_t L_16 = ___charIndex4;
		CharU5BU5D_t3528271667* L_17 = ___chars3;
		NullCheck(L_17);
		if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
		{
			goto IL_0097;
		}
	}

IL_0082:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_18 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_19 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_19, _stringLiteral1070969872, L_18, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_19);
	}

IL_0097:
	{
		CharU5BU5D_t3528271667* L_20 = ___chars3;
		NullCheck(L_20);
		int32_t L_21 = ___charIndex4;
		int32_t L_22 = ___byteCount2;
		if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), (int32_t)L_21))) >= ((int32_t)L_22)))
		{
			goto IL_00b4;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_23 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral3497238838, /*hidden argument*/NULL);
		ArgumentException_t132251570 * L_24 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_24, L_23, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_24);
	}

IL_00b4:
	{
		int32_t L_25 = ___byteCount2;
		V_0 = L_25;
		goto IL_0126;
	}

IL_00bb:
	{
		ByteU5BU5D_t4116647657* L_26 = ___bytes0;
		int32_t L_27 = ___byteIndex1;
		int32_t L_28 = L_27;
		___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
		NullCheck(L_26);
		int32_t L_29 = L_28;
		uint8_t L_30 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
		V_1 = (((int32_t)((uint16_t)L_30)));
		Il2CppChar L_31 = V_1;
		if ((((int32_t)L_31) >= ((int32_t)((int32_t)128))))
		{
			goto IL_00e0;
		}
	}
	{
		CharU5BU5D_t3528271667* L_32 = ___chars3;
		int32_t L_33 = ___charIndex4;
		int32_t L_34 = L_33;
		___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
		Il2CppChar L_35 = V_1;
		NullCheck(L_32);
		(L_32)->SetAt(static_cast<il2cpp_array_size_t>(L_34), (Il2CppChar)L_35);
		goto IL_0126;
	}

IL_00e0:
	{
		DecoderFallbackBuffer_t2402303981 ** L_36 = ___buffer5;
		if ((*((DecoderFallbackBuffer_t2402303981 **)L_36)))
		{
			goto IL_00f6;
		}
	}
	{
		DecoderFallbackBuffer_t2402303981 ** L_37 = ___buffer5;
		DecoderFallback_t3123823036 * L_38 = Encoding_get_DecoderFallback_m1525880676(__this, /*hidden argument*/NULL);
		NullCheck(L_38);
		DecoderFallbackBuffer_t2402303981 * L_39 = VirtFuncInvoker0< DecoderFallbackBuffer_t2402303981 * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_38);
		*((RuntimeObject **)(L_37)) = (RuntimeObject *)L_39;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_37), (RuntimeObject *)L_39);
	}

IL_00f6:
	{
		DecoderFallbackBuffer_t2402303981 ** L_40 = ___buffer5;
		ByteU5BU5D_t4116647657* L_41 = ___bytes0;
		int32_t L_42 = ___byteIndex1;
		NullCheck((*((DecoderFallbackBuffer_t2402303981 **)L_40)));
		VirtFuncInvoker2< bool, ByteU5BU5D_t4116647657*, int32_t >::Invoke(5 /* System.Boolean System.Text.DecoderFallbackBuffer::Fallback(System.Byte[],System.Int32) */, (*((DecoderFallbackBuffer_t2402303981 **)L_40)), L_41, L_42);
		goto IL_0118;
	}

IL_0106:
	{
		CharU5BU5D_t3528271667* L_43 = ___chars3;
		int32_t L_44 = ___charIndex4;
		int32_t L_45 = L_44;
		___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
		DecoderFallbackBuffer_t2402303981 ** L_46 = ___buffer5;
		NullCheck((*((DecoderFallbackBuffer_t2402303981 **)L_46)));
		Il2CppChar L_47 = VirtFuncInvoker0< Il2CppChar >::Invoke(6 /* System.Char System.Text.DecoderFallbackBuffer::GetNextChar() */, (*((DecoderFallbackBuffer_t2402303981 **)L_46)));
		NullCheck(L_43);
		(L_43)->SetAt(static_cast<il2cpp_array_size_t>(L_45), (Il2CppChar)L_47);
	}

IL_0118:
	{
		DecoderFallbackBuffer_t2402303981 ** L_48 = ___buffer5;
		NullCheck((*((DecoderFallbackBuffer_t2402303981 **)L_48)));
		int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Text.DecoderFallbackBuffer::get_Remaining() */, (*((DecoderFallbackBuffer_t2402303981 **)L_48)));
		if ((((int32_t)L_49) > ((int32_t)0)))
		{
			goto IL_0106;
		}
	}

IL_0126:
	{
		int32_t L_50 = V_0;
		int32_t L_51 = L_50;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1));
		if ((((int32_t)L_51) > ((int32_t)0)))
		{
			goto IL_00bb;
		}
	}
	{
		int32_t L_52 = ___byteCount2;
		return L_52;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetMaxByteCount(System.Int32)
extern "C"  int32_t ASCIIEncoding_GetMaxByteCount_m3220079164 (ASCIIEncoding_t3446586211 * __this, int32_t ___charCount0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetMaxByteCount_m3220079164_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___charCount0;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_001c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_1 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral3526274078, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_2, _stringLiteral4160981599, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001c:
	{
		int32_t L_3 = ___charCount0;
		return L_3;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetMaxCharCount(System.Int32)
extern "C"  int32_t ASCIIEncoding_GetMaxCharCount_m3025651522 (ASCIIEncoding_t3446586211 * __this, int32_t ___byteCount0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetMaxCharCount_m3025651522_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___byteCount0;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_001c;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_1 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral3526274078, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_2, _stringLiteral669612446, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001c:
	{
		int32_t L_3 = ___byteCount0;
		return L_3;
	}
}
// System.String System.Text.ASCIIEncoding::GetString(System.Byte[],System.Int32,System.Int32)
extern "C"  String_t* ASCIIEncoding_GetString_m58523364 (ASCIIEncoding_t3446586211 * __this, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetString_m58523364_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint8_t* V_0 = NULL;
	String_t* V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	uint8_t* V_3 = NULL;
	uint8_t* V_4 = NULL;
	Il2CppChar* V_5 = NULL;
	uint8_t V_6 = 0x0;
	String_t* V_7 = NULL;
	uintptr_t G_B14_0 = 0;
	Il2CppChar* G_B17_0 = NULL;
	Il2CppChar* G_B16_0 = NULL;
	int32_t G_B18_0 = 0;
	Il2CppChar* G_B18_1 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = ___bytes0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral130595687, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___byteIndex1;
		if ((((int32_t)L_2) < ((int32_t)0)))
		{
			goto IL_0021;
		}
	}
	{
		int32_t L_3 = ___byteIndex1;
		ByteU5BU5D_t4116647657* L_4 = ___bytes0;
		NullCheck(L_4);
		if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))))
		{
			goto IL_0036;
		}
	}

IL_0021:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_5 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral1758678393, L_5, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_0036:
	{
		int32_t L_7 = ___byteCount2;
		if ((((int32_t)L_7) < ((int32_t)0)))
		{
			goto IL_0048;
		}
	}
	{
		int32_t L_8 = ___byteCount2;
		ByteU5BU5D_t4116647657* L_9 = ___bytes0;
		NullCheck(L_9);
		int32_t L_10 = ___byteIndex1;
		if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10)))))
		{
			goto IL_005d;
		}
	}

IL_0048:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		String_t* L_11 = Encoding___m3765636185(NULL /*static, unused*/, _stringLiteral2941213349, /*hidden argument*/NULL);
		ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_12, _stringLiteral669612446, L_11, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_005d:
	{
		int32_t L_13 = ___byteCount2;
		if (L_13)
		{
			goto IL_0069;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2();
		return L_14;
	}

IL_0069:
	{
		ByteU5BU5D_t4116647657* L_15 = ___bytes0;
		if (!L_15)
		{
			goto IL_0077;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_16 = ___bytes0;
		NullCheck(L_16);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))
		{
			goto IL_007e;
		}
	}

IL_0077:
	{
		G_B14_0 = (((uintptr_t)0));
		goto IL_0085;
	}

IL_007e:
	{
		ByteU5BU5D_t4116647657* L_17 = ___bytes0;
		NullCheck(L_17);
		G_B14_0 = ((uintptr_t)(((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_0085:
	{
		V_0 = (uint8_t*)G_B14_0;
		int32_t L_18 = ___byteCount2;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_19 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_18, /*hidden argument*/NULL);
		V_1 = L_19;
		String_t* L_20 = V_1;
		V_7 = L_20;
		String_t* L_21 = V_7;
		int32_t L_22 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_21)), (int32_t)L_22));
		uint8_t* L_23 = V_0;
		int32_t L_24 = ___byteIndex1;
		V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)L_24));
		uint8_t* L_25 = V_3;
		int32_t L_26 = ___byteCount2;
		V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)L_26));
		Il2CppChar* L_27 = V_2;
		V_5 = (Il2CppChar*)L_27;
		goto IL_00d0;
	}

IL_00ab:
	{
		uint8_t* L_28 = V_3;
		uint8_t* L_29 = (uint8_t*)L_28;
		V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)(((intptr_t)1))));
		V_6 = (uint8_t)(*((uint8_t*)L_29));
		Il2CppChar* L_30 = V_5;
		Il2CppChar* L_31 = (Il2CppChar*)L_30;
		V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)(((intptr_t)2))));
		uint8_t L_32 = V_6;
		G_B16_0 = L_31;
		if ((((int32_t)L_32) > ((int32_t)((int32_t)127))))
		{
			G_B17_0 = L_31;
			goto IL_00cd;
		}
	}
	{
		uint8_t L_33 = V_6;
		G_B18_0 = (((int32_t)((uint16_t)L_33)));
		G_B18_1 = G_B16_0;
		goto IL_00cf;
	}

IL_00cd:
	{
		G_B18_0 = ((int32_t)63);
		G_B18_1 = G_B17_0;
	}

IL_00cf:
	{
		*((int16_t*)(G_B18_1)) = (int16_t)G_B18_0;
	}

IL_00d0:
	{
		uint8_t* L_34 = V_3;
		uint8_t* L_35 = V_4;
		if ((!(((uintptr_t)L_34) >= ((uintptr_t)L_35))))
		{
			goto IL_00ab;
		}
	}
	{
		V_7 = (String_t*)NULL;
		String_t* L_36 = V_1;
		return L_36;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)
extern "C"  int32_t ASCIIEncoding_GetBytes_m2555927703 (ASCIIEncoding_t3446586211 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m2555927703_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	uint8_t* G_B13_0 = NULL;
	uint8_t* G_B12_0 = NULL;
	int32_t G_B14_0 = 0;
	uint8_t* G_B14_1 = NULL;
	{
		Il2CppChar* L_0 = ___chars0;
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2698618727, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		uint8_t* L_2 = ___bytes2;
		if (L_2)
		{
			goto IL_0022;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral130595687, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0022:
	{
		int32_t L_4 = ___charCount1;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_0034;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral4160981599, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0034:
	{
		int32_t L_6 = ___byteCount3;
		if ((((int32_t)L_6) >= ((int32_t)0)))
		{
			goto IL_0047;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral669612446, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_0047:
	{
		int32_t L_8 = ___byteCount3;
		int32_t L_9 = ___charCount1;
		if ((((int32_t)L_8) >= ((int32_t)L_9)))
		{
			goto IL_005f;
		}
	}
	{
		ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_10, _stringLiteral2599100548, _stringLiteral669612446, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_005f:
	{
		V_0 = 0;
		goto IL_0089;
	}

IL_0066:
	{
		Il2CppChar* L_11 = ___chars0;
		int32_t L_12 = V_0;
		V_1 = (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2))))));
		uint8_t* L_13 = ___bytes2;
		int32_t L_14 = V_0;
		Il2CppChar L_15 = V_1;
		G_B12_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14));
		if ((((int32_t)L_15) >= ((int32_t)((int32_t)128))))
		{
			G_B13_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14));
			goto IL_0081;
		}
	}
	{
		Il2CppChar L_16 = V_1;
		G_B14_0 = ((int32_t)(L_16));
		G_B14_1 = G_B12_0;
		goto IL_0083;
	}

IL_0081:
	{
		G_B14_0 = ((int32_t)63);
		G_B14_1 = G_B13_0;
	}

IL_0083:
	{
		*((int8_t*)(G_B14_1)) = (int8_t)(((int32_t)((uint8_t)G_B14_0)));
		int32_t L_17 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
	}

IL_0089:
	{
		int32_t L_18 = V_0;
		int32_t L_19 = ___charCount1;
		if ((((int32_t)L_18) < ((int32_t)L_19)))
		{
			goto IL_0066;
		}
	}
	{
		int32_t L_20 = ___charCount1;
		return L_20;
	}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char*,System.Int32)
extern "C"  int32_t ASCIIEncoding_GetByteCount_m1773359527 (ASCIIEncoding_t3446586211 * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method)
{
	{
		int32_t L_0 = ___count1;
		return L_0;
	}
}
// System.Text.Decoder System.Text.ASCIIEncoding::GetDecoder()
extern "C"  Decoder_t2204182725 * ASCIIEncoding_GetDecoder_m2247302044 (ASCIIEncoding_t3446586211 * __this, const RuntimeMethod* method)
{
	{
		Decoder_t2204182725 * L_0 = Encoding_GetDecoder_m1656450963(__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.Text.Decoder::.ctor()
extern "C"  void Decoder__ctor_m4046021500 (Decoder_t2204182725 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Decoder__ctor_m4046021500_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		DecoderReplacementFallback_t1462101135 * L_0 = (DecoderReplacementFallback_t1462101135 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t1462101135_il2cpp_TypeInfo_var);
		DecoderReplacementFallback__ctor_m449982280(L_0, /*hidden argument*/NULL);
		__this->set_fallback_0(L_0);
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void System.Text.Decoder::set_Fallback(System.Text.DecoderFallback)
extern "C"  void Decoder_set_Fallback_m3834517714 (Decoder_t2204182725 * __this, DecoderFallback_t3123823036 * ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Decoder_set_Fallback_m3834517714_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		DecoderFallback_t3123823036 * L_0 = ___value0;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_000c:
	{
		DecoderFallback_t3123823036 * L_2 = ___value0;
		__this->set_fallback_0(L_2);
		__this->set_fallback_buffer_1((DecoderFallbackBuffer_t2402303981 *)NULL);
		return;
	}
}
// System.Text.DecoderFallbackBuffer System.Text.Decoder::get_FallbackBuffer()
extern "C"  DecoderFallbackBuffer_t2402303981 * Decoder_get_FallbackBuffer_m2656621242 (Decoder_t2204182725 * __this, const RuntimeMethod* method)
{
	{
		DecoderFallbackBuffer_t2402303981 * L_0 = __this->get_fallback_buffer_1();
		if (L_0)
		{
			goto IL_001c;
		}
	}
	{
		DecoderFallback_t3123823036 * L_1 = __this->get_fallback_0();
		NullCheck(L_1);
		DecoderFallbackBuffer_t2402303981 * L_2 = VirtFuncInvoker0< DecoderFallbackBuffer_t2402303981 * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_1);
		__this->set_fallback_buffer_1(L_2);
	}

IL_001c:
	{
		DecoderFallbackBuffer_t2402303981 * L_3 = __this->get_fallback_buffer_1();
		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.Text.DecoderExceptionFallback::.ctor()
extern "C"  void DecoderExceptionFallback__ctor_m4044614564 (DecoderExceptionFallback_t3981484394 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DecoderExceptionFallback__ctor_m4044614564_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(DecoderFallback_t3123823036_il2cpp_TypeInfo_var);
		DecoderFallback__ctor_m1420784892(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Text.DecoderFallbackBuffer System.Text.DecoderExceptionFallback::CreateFallbackBuffer()
extern "C"  DecoderFallbackBuffer_t2402303981 * DecoderExceptionFallback_CreateFallbackBuffer_m1133375601 (DecoderExceptionFallback_t3981484394 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DecoderExceptionFallback_CreateFallbackBuffer_m1133375601_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		DecoderExceptionFallbackBuffer_t90938522 * L_0 = (DecoderExceptionFallbackBuffer_t90938522 *)il2cpp_codegen_object_new(DecoderExceptionFallbackBuffer_t90938522_il2cpp_TypeInfo_var);
		DecoderExceptionFallbackBuffer__ctor_m3568925774(L_0, /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Boolean System.Text.DecoderExceptionFallback::Equals(System.Object)
extern "C"  bool DecoderExceptionFallback_Equals_m1082173956 (DecoderExceptionFallback_t3981484394 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DecoderExceptionFallback_Equals_m1082173956_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject * L_0 = ___value0;
		return (bool)((!(((RuntimeObject*)(DecoderExceptionFallback_t3981484394 *)((DecoderExceptionFallback_t3981484394 *)IsInstSealed((RuntimeObject*)L_0, DecoderExceptionFallback_t3981484394_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
	}
}
// System.Int32 System.Text.DecoderExceptionFallback::GetHashCode()
extern "C"  int32_t DecoderExceptionFallback_GetHashCode_m1820789965 (DecoderExceptionFallback_t3981484394 * __this, const RuntimeMethod* method)
{
	{
		return 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.Text.DecoderExceptionFallbackBuffer::.ctor()
extern "C"  void DecoderExceptionFallbackBuffer__ctor_m3568925774 (DecoderExceptionFallbackBuffer_t90938522 * __this, const RuntimeMethod* method)
{
	{
		DecoderFallbackBuffer__ctor_m2724858323(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Int32 System.Text.DecoderExceptionFallbackBuffer::get_Remaining()
extern "C"  int32_t DecoderExceptionFallbackBuffer_get_Remaining_m2901856506 (DecoderExceptionFallbackBuffer_t90938522 * __this, const RuntimeMethod* method)
{
	{
		return 0;
	}
}
// System.Boolean System.Text.DecoderExceptionFallbackBuffer::Fallback(System.Byte[],System.Int32)
extern "C"  bool DecoderExceptionFallbackBuffer_Fallback_m3780167086 (DecoderExceptionFallbackBuffer_t90938522 * __this, ByteU5BU5D_t4116647657* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DecoderExceptionFallbackBuffer_Fallback_m3780167086_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___bytesUnknown0;
		int32_t L_1 = ___index1;
		DecoderFallbackException_t1661362184 * L_2 = (DecoderFallbackException_t1661362184 *)il2cpp_codegen_object_new(DecoderFallbackException_t1661362184_il2cpp_TypeInfo_var);
		DecoderFallbackException__ctor_m2882024994(L_2, (String_t*)NULL, L_0, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}
}
// System.Char System.Text.DecoderExceptionFallbackBuffer::GetNextChar()
extern "C"  Il2CppChar DecoderExceptionFallbackBuffer_GetNextChar_m2067268124 (DecoderExceptionFallbackBuffer_t90938522 * __this, const RuntimeMethod* method)
{
	{
		return 0;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
